* target.c (target_read_memory_partial): Like target_read_memory,
[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
9@include gdb-config.texi
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.
4128
4129@item set print array
4130@itemx set print array on
4131@kindex set print array
6344e2c7 4132@value{GDBN} will pretty-print arrays. This format is more convenient to read,
70b88761
RP
4133but uses more space. The default is off.
4134
fe715d06 4135@item set print array off
70b88761
RP
4136Return to compressed format for arrays.
4137
4138@item show print array
4139@kindex show print array
4140Show whether compressed or pretty format is selected for displaying
e251e767 4141arrays.
70b88761
RP
4142
4143@item set print elements @var{number-of-elements}
4144@kindex set print elements
18fae2a8 4145If @value{GDBN} is printing a large array, it will stop printing after it has
70b88761
RP
4146printed the number of elements set by the @code{set print elements} command.
4147This limit also applies to the display of strings.
4148
4149@item show print elements
4150@kindex show print elements
18fae2a8 4151Display the number of elements of a large array that @value{GDBN} will print
70b88761
RP
4152before losing patience.
4153
4154@item set print pretty on
4155@kindex set print pretty
18fae2a8 4156Cause @value{GDBN} to print structures in an indented format with one member per
70b88761
RP
4157line, like this:
4158
4159@example
1041a570 4160@group
70b88761
RP
4161$1 = @{
4162 next = 0x0,
4163 flags = @{
4164 sweet = 1,
4165 sour = 1
4166 @},
4167 meat = 0x54 "Pork"
4168@}
1041a570 4169@end group
70b88761
RP
4170@end example
4171
4172@item set print pretty off
18fae2a8 4173Cause @value{GDBN} to print structures in a compact format, like this:
70b88761
RP
4174
4175@smallexample
1041a570 4176@group
38962738
RP
4177$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
4178meat = 0x54 "Pork"@}
1041a570 4179@end group
70b88761
RP
4180@end smallexample
4181
4182@noindent
4183This is the default format.
4184
4185@item show print pretty
4186@kindex show print pretty
18fae2a8 4187Show which format @value{GDBN} will use to print structures.
70b88761
RP
4188
4189@item set print sevenbit-strings on
f2857bd9 4190@kindex set print sevenbit-strings
e251e767 4191Print using only seven-bit characters; if this option is set,
18fae2a8 4192@value{GDBN} will display any eight-bit characters (in strings or character
70b88761
RP
4193values) using the notation @code{\}@var{nnn}. For example, @kbd{M-a} is
4194displayed as @code{\341}.
4195
4196@item set print sevenbit-strings off
4197Print using either seven-bit or eight-bit characters, as required. This
4198is the default.
4199
4200@item show print sevenbit-strings
f2857bd9 4201@kindex show print sevenbit-strings
18fae2a8 4202Show whether or not @value{GDBN} will print only seven-bit characters.
70b88761
RP
4203
4204@item set print union on
4205@kindex set print union
18fae2a8 4206Tell @value{GDBN} to print unions which are contained in structures. This is the
70b88761
RP
4207default setting.
4208
4209@item set print union off
18fae2a8 4210Tell @value{GDBN} not to print unions which are contained in structures.
70b88761
RP
4211
4212@item show print union
4213@kindex show print union
18fae2a8 4214Ask @value{GDBN} whether or not it will print unions which are contained in
e251e767 4215structures.
70b88761
RP
4216
4217For example, given the declarations
4218
4219@smallexample
4220typedef enum @{Tree, Bug@} Species;
4221typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
203eea5d
RP
4222typedef enum @{Caterpillar, Cocoon, Butterfly@}
4223 Bug_forms;
70b88761
RP
4224
4225struct thing @{
4226 Species it;
4227 union @{
4228 Tree_forms tree;
4229 Bug_forms bug;
4230 @} form;
4231@};
4232
4233struct thing foo = @{Tree, @{Acorn@}@};
4234@end smallexample
4235
4236@noindent
4237with @code{set print union on} in effect @samp{p foo} would print
4238
4239@smallexample
4240$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
4241@end smallexample
4242
4243@noindent
4244and with @code{set print union off} in effect it would print
4245
4246@smallexample
4247$1 = @{it = Tree, form = @{...@}@}
4248@end smallexample
6344e2c7
JG
4249
4250@item set print max-symbolic-offset @var{maxoff}
4251@kindex set print max-symbolic-offset
4252Tell @value{GDBN} to only display the symbolic form of an address if the
4253offset between the closest earlier symbol and the address is less than
4254@var{maxoff}. The default is 0, which means to always print the
4255symbolic form of an address, if any symbol precedes it.
4256
4257@item show print max-symbolic-offset
4258@kindex show print max-symbolic-offset
4259Ask how large the maximum offset is that @value{GDBN} will print in a
4260symbolic address.
4261
37ff799b
PS
4262@item set print symbol-filename on
4263@kindex set print symbol-filename
4264Tell @value{GDBN} to print the source filename and linenumber of a symbol
4265in the symbolic form of an address.
4266
4267@item set print symbol-filename off
4268Do not print source filename and linenumber of a symbol. This is the default.
4269
4270@item show print symbol-filename
4271@kindex show print symbol-filename
4272Show whether or not @value{GDBN} will print the source filename and linenumber
4273of a symbol in the symbolic form of an address.
4274
70b88761
RP
4275@end table
4276
1d7c3357 4277@ifclear CONLY
70b88761
RP
4278@noindent
4279These settings are of interest when debugging C++ programs:
4280
4281@table @code
e251e767
RP
4282@item set print demangle
4283@itemx set print demangle on
70b88761 4284@kindex set print demangle
fe715d06
RP
4285Print C++ names in their source form rather than in the encoded
4286(``mangled'') form passed to the assembler and linker for type-safe
4287linkage. The default is @samp{on}.
70b88761
RP
4288
4289@item show print demangle
4290@kindex show print demangle
4291Show whether C++ names will be printed in mangled or demangled form.
4292
e251e767
RP
4293@item set print asm-demangle
4294@itemx set print asm-demangle on
70b88761
RP
4295@kindex set print asm-demangle
4296Print C++ names in their source form rather than their mangled form, even
4297in assembler code printouts such as instruction disassemblies.
4298The default is off.
4299
4300@item show print asm-demangle
4301@kindex show print asm-demangle
4302Show whether C++ names in assembly listings will be printed in mangled
4303or demangled form.
4304
fe715d06
RP
4305@item set demangle-style @var{style}
4306@kindex set demangle-style
4307@cindex C++ symbol decoding style
4308@cindex symbol decoding style, C++
4309Choose among several encoding schemes used by different compilers to
4310represent C++ names. The choices for @var{style} are currently:
4311
4312@table @code
4313@item auto
4314Allow @value{GDBN} to choose a decoding style by inspecting your program.
4315
4316@item gnu
4317Decode based on the GNU C++ compiler (@code{g++}) encoding algorithm.
4318
4319@item lucid
4320Decode based on the Lucid C++ compiler (@code{lcc}) encoding algorithm.
4321
a1eff6c2 4322@item arm
fe715d06 4323Decode using the algorithm in the @cite{C++ Annotated Reference Manual}.
a1eff6c2
RP
4324@strong{Warning:} this setting alone is not sufficient to allow
4325debugging @code{cfront}-generated executables. @value{GDBN} would
4326require further enhancement to permit that.
fe715d06
RP
4327@end table
4328
4329@item show demangle-style
4330@kindex show demangle-style
4331Display the encoding style currently in use for decoding C++ symbols.
4332
70b88761
RP
4333@item set print object
4334@itemx set print object on
4335@kindex set print object
4336When displaying a pointer to an object, identify the @emph{actual}
4337(derived) type of the object rather than the @emph{declared} type, using
4338the virtual function table.
4339
4340@item set print object off
4341Display only the declared type of objects, without reference to the
4342virtual function table. This is the default setting.
4343
4344@item show print object
4345@kindex show print object
4346Show whether actual, or declared, object types will be displayed.
4347
e251e767
RP
4348@item set print vtbl
4349@itemx set print vtbl on
70b88761
RP
4350@kindex set print vtbl
4351Pretty print C++ virtual function tables. The default is off.
4352
4353@item set print vtbl off
4354Do not pretty print C++ virtual function tables.
4355
4356@item show print vtbl
4357@kindex show print vtbl
4358Show whether C++ virtual function tables are pretty printed, or not.
70b88761 4359@end table
1d7c3357 4360@end ifclear
70b88761 4361
4eb4cf57 4362@node Value History
93928b60 4363@section Value history
70b88761
RP
4364
4365@cindex value history
93918348 4366Values printed by the @code{print} command are saved in the @value{GDBN} @dfn{value
70b88761
RP
4367history} so that you can refer to them in other expressions. Values are
4368kept until the symbol table is re-read or discarded (for example with
4369the @code{file} or @code{symbol-file} commands). When the symbol table
4370changes, the value history is discarded, since the values may contain
4371pointers back to the types defined in the symbol table.
4372
4373@cindex @code{$}
4374@cindex @code{$$}
4375@cindex history number
4376The values printed are given @dfn{history numbers} for you to refer to them
4377by. These are successive integers starting with one. @code{print} shows you
4378the history number assigned to a value by printing @samp{$@var{num} = }
4379before the value; here @var{num} is the history number.
4380
4381To refer to any previous value, use @samp{$} followed by the value's
4382history number. The way @code{print} labels its output is designed to
4383remind you of this. Just @code{$} refers to the most recent value in
4384the history, and @code{$$} refers to the value before that.
4385@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
4386is the value just prior to @code{$$}, @code{$$1} is equivalent to
4387@code{$$}, and @code{$$0} is equivalent to @code{$}.
4388
4389For example, suppose you have just printed a pointer to a structure and
4390want to see the contents of the structure. It suffices to type
4391
4392@example
4393p *$
4394@end example
4395
4396If you have a chain of structures where the component @code{next} points
4397to the next one, you can print the contents of the next one with this:
4398
4399@example
4400p *$.next
4401@end example
4402
4403@noindent
4404You can print successive links in the chain by repeating this
4405command---which you can do by just typing @key{RET}.
4406
4407Note that the history records values, not expressions. If the value of
4408@code{x} is 4 and you type these commands:
4409
4410@example
4411print x
4412set x=5
4413@end example
4414
4415@noindent
4416then the value recorded in the value history by the @code{print} command
4417remains 4 even though the value of @code{x} has changed.
4418
4419@table @code
4420@kindex show values
4421@item show values
4422Print the last ten values in the value history, with their item numbers.
4423This is like @samp{p@ $$9} repeated ten times, except that @code{show
4424values} does not change the history.
4425
4426@item show values @var{n}
4427Print ten history values centered on history item number @var{n}.
4428
4429@item show values +
4430Print ten history values just after the values last printed. If no more
4431values are available, produces no display.
4432@end table
4433
4434Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
e251e767 4435same effect as @samp{show values +}.
70b88761 4436
4eb4cf57 4437@node Convenience Vars
93928b60 4438@section Convenience variables
70b88761
RP
4439
4440@cindex convenience variables
18fae2a8
RP
4441@value{GDBN} provides @dfn{convenience variables} that you can use within
4442@value{GDBN} to hold on to a value and refer to it later. These variables
4443exist entirely within @value{GDBN}; they are not part of your program, and
70b88761 4444setting a convenience variable has no direct effect on further execution
1041a570 4445of your program. That is why you can use them freely.
70b88761
RP
4446
4447Convenience variables are prefixed with @samp{$}. Any name preceded by
4448@samp{$} can be used for a convenience variable, unless it is one of
4449the predefined machine-specific register names (@pxref{Registers}).
4450(Value history references, in contrast, are @emph{numbers} preceded
93928b60 4451by @samp{$}. @xref{Value History, ,Value history}.)
70b88761
RP
4452
4453You can save a value in a convenience variable with an assignment
ed447b95
RP
4454expression, just as you would set a variable in your program.
4455For example:
70b88761
RP
4456
4457@example
4458set $foo = *object_ptr
4459@end example
4460
4461@noindent
4462would save in @code{$foo} the value contained in the object pointed to by
4463@code{object_ptr}.
4464
4465Using a convenience variable for the first time creates it; but its value
4466is @code{void} until you assign a new value. You can alter the value with
4467another assignment at any time.
4468
4469Convenience variables have no fixed types. You can assign a convenience
4470variable any type of value, including structures and arrays, even if
4471that variable already has a value of a different type. The convenience
4472variable, when used as an expression, has the type of its current value.
4473
4474@table @code
4475@item show convenience
4476@kindex show convenience
4477Print a list of convenience variables used so far, and their values.
4478Abbreviated @code{show con}.
4479@end table
4480
4481One of the ways to use a convenience variable is as a counter to be
4482incremented or a pointer to be advanced. For example, to print
4483a field from successive elements of an array of structures:
4484
18fae2a8 4485@example
70b88761
RP
4486set $i = 0
4487print bar[$i++]->contents
4488@i{@dots{} repeat that command by typing @key{RET}.}
18fae2a8 4489@end example
70b88761 4490
18fae2a8 4491Some convenience variables are created automatically by @value{GDBN} and given
70b88761
RP
4492values likely to be useful.
4493
4494@table @code
4495@item $_
c338a2fd 4496@kindex $_
70b88761 4497The variable @code{$_} is automatically set by the @code{x} command to
93928b60 4498the last address examined (@pxref{Memory, ,Examining memory}). Other
29a2b744
RP
4499commands which provide a default address for @code{x} to examine also
4500set @code{$_} to that address; these commands include @code{info line}
4501and @code{info breakpoint}. The type of @code{$_} is @code{void *}
4502except when set by the @code{x} command, in which case it is a pointer
4503to the type of @code{$__}.
70b88761
RP
4504
4505@item $__
c338a2fd 4506@kindex $__
70b88761 4507The variable @code{$__} is automatically set by the @code{x} command
c2bbbb22
RP
4508to the value found in the last address examined. Its type is chosen
4509to match the format in which the data was printed.
70b88761
RP
4510@end table
4511
4eb4cf57 4512@node Registers
70b88761
RP
4513@section Registers
4514
4515@cindex registers
b80282d5 4516You can refer to machine register contents, in expressions, as variables
70b88761
RP
4517with names starting with @samp{$}. The names of registers are different
4518for each machine; use @code{info registers} to see the names used on
e251e767 4519your machine.
70b88761
RP
4520
4521@table @code
4522@item info registers
4523@kindex info registers
b80282d5
RP
4524Print the names and values of all registers except floating-point
4525registers (in the selected stack frame).
4526
4527@item info all-registers
4528@kindex info all-registers
4529@cindex floating point registers
4530Print the names and values of all registers, including floating-point
4531registers.
70b88761 4532
4eb4cf57 4533@item info registers @var{regname} @dots{}
0d1cd01e
JG
4534Print the relativized value of each specified register @var{regname}.
4535@var{regname} may be any register name valid on the machine you are using, with
70b88761
RP
4536or without the initial @samp{$}.
4537@end table
4538
18fae2a8 4539@value{GDBN} has four ``standard'' register names that are available (in
29a2b744 4540expressions) on most machines---whenever they do not conflict with an
09267865
RP
4541architecture's canonical mnemonics for registers. The register names
4542@code{$pc} and @code{$sp} are used for the program counter register and
4543the stack pointer. @code{$fp} is used for a register that contains a
4544pointer to the current stack frame, and @code{$ps} is used for a
4545register that contains the processor status. For example,
70b88761 4546you could print the program counter in hex with
1041a570 4547
70b88761
RP
4548@example
4549p/x $pc
4550@end example
4551
4552@noindent
4553or print the instruction to be executed next with
1041a570 4554
70b88761
RP
4555@example
4556x/i $pc
4557@end example
4558
4559@noindent
ed447b95 4560or add four to the stack pointer@footnote{This is a way of removing
29a2b744
RP
4561one word from the stack, on machines where stacks grow downward in
4562memory (most machines, nowadays). This assumes that the innermost
4563stack frame is selected; setting @code{$sp} is not allowed when other
4564stack frames are selected. To pop entire frames off the stack,
4565regardless of machine architecture, use @code{return};
93928b60 4566@pxref{Returning, ,Returning from a function}.} with
1041a570 4567
70b88761
RP
4568@example
4569set $sp += 4
4570@end example
4571
09267865
RP
4572Whenever possible, these four standard register names are available on
4573your machine even though the machine has different canonical mnemonics,
4574so long as there is no conflict. The @code{info registers} command
4575shows the canonical names. For example, on the SPARC, @code{info
70b88761
RP
4576registers} displays the processor status register as @code{$psr} but you
4577can also refer to it as @code{$ps}.
4578
18fae2a8 4579@value{GDBN} always considers the contents of an ordinary register as an
70b88761
RP
4580integer when the register is examined in this way. Some machines have
4581special registers which can hold nothing but floating point; these
4582registers are considered to have floating point values. There is no way
4583to refer to the contents of an ordinary register as floating point value
4584(although you can @emph{print} it as a floating point value with
4585@samp{print/f $@var{regname}}).
4586
4587Some registers have distinct ``raw'' and ``virtual'' data formats. This
4588means that the data format in which the register contents are saved by
4589the operating system is not the same one that your program normally
4590sees. For example, the registers of the 68881 floating point
4591coprocessor are always saved in ``extended'' (raw) format, but all C
4592programs expect to work with ``double'' (virtual) format. In such
18fae2a8 4593cases, @value{GDBN} normally works with the virtual format only (the format that
70b88761
RP
4594makes sense for your program), but the @code{info registers} command
4595prints the data in both formats.
4596
4597Normally, register values are relative to the selected stack frame
93928b60 4598(@pxref{Selection, ,Selecting a frame}). This means that you get the
29a2b744
RP
4599value that the register would contain if all stack frames farther in
4600were exited and their saved registers restored. In order to see the
4601true contents of hardware registers, you must select the innermost
4602frame (with @samp{frame 0}).
70b88761 4603
18fae2a8 4604However, @value{GDBN} must deduce where registers are saved, from the machine
70b88761 4605code generated by your compiler. If some registers are not saved, or if
18fae2a8 4606@value{GDBN} is unable to locate the saved registers, the selected stack
70b88761
RP
4607frame will make no difference.
4608
a64a6c2b 4609@ifset AMD29K
03a77779 4610@table @code
d8a68b28
JG
4611@item set rstack_high_address @var{address}
4612@kindex set rstack_high_address
03a77779
RP
4613@cindex AMD 29K register stack
4614@cindex register stack, AMD29K
4615On AMD 29000 family processors, registers are saved in a separate
18fae2a8
RP
4616``register stack''. There is no way for @value{GDBN} to determine the extent
4617of this stack. Normally, @value{GDBN} just assumes that the stack is ``large
4618enough''. This may result in @value{GDBN} referencing memory locations that
93918348 4619do not exist. If necessary, you can get around this problem by
03a77779
RP
4620specifying the ending address of the register stack with the @code{set
4621rstack_high_address} command. The argument should be an address, which
4622you will probably want to precede with @samp{0x} to specify in
4623hexadecimal.
d8a68b28
JG
4624
4625@item show rstack_high_address
4626@kindex show rstack_high_address
03a77779
RP
4627Display the current limit of the register stack, on AMD 29000 family
4628processors.
4629@end table
18fae2a8 4630@end ifset
d8a68b28 4631
a64a6c2b 4632@ifclear HAVE-FLOAT
4eb4cf57 4633@node Floating Point Hardware
93928b60 4634@section Floating point hardware
70b88761 4635@cindex floating point
1041a570 4636
1d7c3357 4637@c FIXME! Really host, not target?
18fae2a8 4638Depending on the host machine architecture, @value{GDBN} may be able to give
70b88761
RP
4639you more information about the status of the floating point hardware.
4640
4641@table @code
4642@item info float
4643@kindex info float
8c69096b 4644Display hardware-dependent information about the floating
70b88761 4645point unit. The exact contents and layout vary depending on the
8c69096b
RP
4646floating point chip; on some platforms, @samp{info float} is not
4647available at all.
70b88761
RP
4648@end table
4649@c FIXME: this is a cop-out. Try to get examples, explanations. Only
e251e767
RP
4650@c FIXME...supported currently on arm's and 386's. Mark properly with
4651@c FIXME... m4 macros to isolate general statements from hardware-dep,
70b88761 4652@c FIXME... at that point.
18fae2a8 4653@end ifclear
70b88761 4654
18fae2a8 4655@ifclear CONLY
4eb4cf57 4656@node Languages
18fae2a8 4657@chapter Using @value{GDBN} with Different Languages
c2bbbb22
RP
4658@cindex languages
4659
4660Although programming languages generally have common aspects, they are
4661rarely expressed in the same manner. For instance, in ANSI C,
4662dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
4663Modula-2, it is accomplished by @code{p^}. Values can also be
4664represented (and displayed) differently. Hex numbers in C are written
4665like @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
4666
4667@cindex working language
18fae2a8 4668Language-specific information is built into @value{GDBN} for some languages,
29a2b744 4669allowing you to express operations like the above in your program's
18fae2a8 4670native language, and allowing @value{GDBN} to output values in a manner
29a2b744 4671consistent with the syntax of your program's native language. The
c2bbbb22 4672language you use to build expressions, called the @dfn{working
18fae2a8 4673language}, can be selected manually, or @value{GDBN} can set it
c2bbbb22
RP
4674automatically.
4675
4676@menu
4677* Setting:: Switching between source languages
4678* Show:: Displaying the language
ed447b95 4679* Checks:: Type and range checks
c2bbbb22
RP
4680* Support:: Supported languages
4681@end menu
4682
4eb4cf57 4683@node Setting
c2bbbb22
RP
4684@section Switching between source languages
4685
18fae2a8 4686There are two ways to control the working language---either have @value{GDBN}
c2bbbb22 4687set it automatically, or select it manually yourself. You can use the
18fae2a8 4688@code{set language} command for either purpose. On startup, @value{GDBN}
c2bbbb22
RP
4689defaults to setting the language automatically.
4690
4691@menu
4692* Manually:: Setting the working language manually
18fae2a8 4693* Automatically:: Having @value{GDBN} infer the source language
c2bbbb22
RP
4694@end menu
4695
4eb4cf57 4696@node Manually
c2bbbb22
RP
4697@subsection Setting the working language
4698
ed447b95
RP
4699If you allow @value{GDBN} to set the language automatically,
4700expressions are interpreted the same way in your debugging session and
4701your program.
4702
c2bbbb22 4703@kindex set language
ed447b95
RP
4704If you wish, you may set the language manually. To do this, issue the
4705command @samp{set language @var{lang}}, where @var{lang} is the name of
4706a language, such as @code{c} or @code{modula-2}. For a list of the supported
4707languages, type @samp{set language}.
4708@c FIXME: rms: eventually this command should be "help set language".
c2bbbb22 4709
18fae2a8 4710Setting the language manually prevents @value{GDBN} from updating the working
c2bbbb22
RP
4711language automatically. This can lead to confusion if you try
4712to debug a program when the working language is not the same as the
4713source language, when an expression is acceptable to both
4714languages---but means different things. For instance, if the current
18fae2a8 4715source file were written in C, and @value{GDBN} was parsing Modula-2, a
c2bbbb22
RP
4716command such as:
4717
4718@example
4719print a = b + c
4720@end example
4721
4722@noindent
4723might not have the effect you intended. In C, this means to add
4724@code{b} and @code{c} and place the result in @code{a}. The result
4725printed would be the value of @code{a}. In Modula-2, this means to compare
4726@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
4727
4eb4cf57 4728@node Automatically
18fae2a8 4729@subsection Having @value{GDBN} infer the source language
c2bbbb22 4730
18fae2a8
RP
4731To have @value{GDBN} set the working language automatically, use @samp{set
4732language local} or @samp{set language auto}. @value{GDBN} then infers the
c2bbbb22
RP
4733language that a program was written in by looking at the name of its
4734source files, and examining their extensions:
4735
4736@table @file
4737@item *.mod
4738Modula-2 source file
4739
4740@item *.c
5a2c1d85
RP
4741C source file
4742
4743@item *.C
c2bbbb22 4744@itemx *.cc
5a2c1d85 4745C++ source file
c2bbbb22
RP
4746@end table
4747
4748This information is recorded for each function or procedure in a source
4749file. When your program stops in a frame (usually by encountering a
18fae2a8 4750breakpoint), @value{GDBN} sets the working language to the language recorded
c2bbbb22
RP
4751for the function in that frame. If the language for a frame is unknown
4752(that is, if the function or block corresponding to the frame was
4753defined in a source file that does not have a recognized extension), the
18fae2a8 4754current working language is not changed, and @value{GDBN} issues a warning.
c2bbbb22
RP
4755
4756This may not seem necessary for most programs, which are written
4757entirely in one source language. However, program modules and libraries
4758written in one source language can be used by a main program written in
4759a different source language. Using @samp{set language auto} in this
4760case frees you from having to set the working language manually.
4761
4eb4cf57 4762@node Show
c2bbbb22
RP
4763@section Displaying the language
4764
4765The following commands will help you find out which language is the
4766working language, and also what language source files were written in.
4767
4768@kindex show language
4769@kindex info frame
4770@kindex info source
4771@table @code
4772@item show language
4773Display the current working language. This is the
4774language you can use with commands such as @code{print} to
29a2b744 4775build and compute expressions that may involve variables in your program.
c2bbbb22
RP
4776
4777@item info frame
1041a570 4778Among the other information listed here (@pxref{Frame Info, ,Information
93928b60 4779about a frame}) is the source language for this frame. This is the
c2bbbb22
RP
4780language that will become the working language if you ever use an
4781identifier that is in this frame.
4782
4783@item info source
1041a570 4784Among the other information listed here (@pxref{Symbols, ,Examining the
c2bbbb22 4785Symbol Table}) is the source language of this source file.
c2bbbb22
RP
4786@end table
4787
4eb4cf57 4788@node Checks
93928b60 4789@section Type and range checking
c2bbbb22
RP
4790
4791@quotation
18fae2a8 4792@emph{Warning:} In this release, the @value{GDBN} commands for type and range
c2bbbb22
RP
4793checking are included, but they do not yet have any effect. This
4794section documents the intended facilities.
4795@end quotation
4796@c FIXME remove warning when type/range code added
4797
4798Some languages are designed to guard you against making seemingly common
4799errors through a series of compile- and run-time checks. These include
4800checking the type of arguments to functions and operators, and making
4801sure mathematical overflows are caught at run time. Checks such as
4802these help to ensure a program's correctness once it has been compiled
4803by eliminating type mismatches, and providing active checks for range
29a2b744 4804errors when your program is running.
c2bbbb22 4805
18fae2a8
RP
4806@value{GDBN} can check for conditions like the above if you wish.
4807Although @value{GDBN} will not check the statements in your program, it
4808can check expressions entered directly into @value{GDBN} for evaluation via
1041a570 4809the @code{print} command, for example. As with the working language,
18fae2a8 4810@value{GDBN} can also decide whether or not to check automatically based on
93928b60 4811your program's source language. @xref{Support, ,Supported languages},
1041a570 4812for the default settings of supported languages.
c2bbbb22
RP
4813
4814@menu
4815* Type Checking:: An overview of type checking
4816* Range Checking:: An overview of range checking
4817@end menu
4818
4819@cindex type checking
4820@cindex checks, type
4eb4cf57 4821@node Type Checking
c2bbbb22
RP
4822@subsection An overview of type checking
4823
4824Some languages, such as Modula-2, are strongly typed, meaning that the
4825arguments to operators and functions have to be of the correct type,
4826otherwise an error occurs. These checks prevent type mismatch
4827errors from ever causing any run-time problems. For example,
4828
4829@example
48301 + 2 @result{} 3
1041a570 4831@exdent but
c2bbbb22
RP
4832@error{} 1 + 2.3
4833@end example
4834
4835The second example fails because the @code{CARDINAL} 1 is not
4836type-compatible with the @code{REAL} 2.3.
4837
18fae2a8 4838For expressions you use in @value{GDBN} commands, you can tell the @value{GDBN}
c2bbbb22
RP
4839type checker to skip checking; to treat any mismatches as errors and
4840abandon the expression; or only issue warnings when type mismatches
4841occur, but evaluate the expression anyway. When you choose the last of
18fae2a8 4842these, @value{GDBN} evaluates expressions like the second example above, but
c2bbbb22
RP
4843also issues a warning.
4844
4845Even though you may turn type checking off, other type-based reasons may
18fae2a8 4846prevent @value{GDBN} from evaluating an expression. For instance, @value{GDBN} does not
c2bbbb22
RP
4847know how to add an @code{int} and a @code{struct foo}. These particular
4848type errors have nothing to do with the language in use, and usually
4849arise from expressions, such as the one described above, which make
4850little sense to evaluate anyway.
4851
4852Each language defines to what degree it is strict about type. For
4853instance, both Modula-2 and C require the arguments to arithmetical
4854operators to be numbers. In C, enumerated types and pointers can be
4855represented as numbers, so that they are valid arguments to mathematical
93928b60 4856operators. @xref{Support, ,Supported languages}, for further
c2bbbb22
RP
4857details on specific languages.
4858
18fae2a8 4859@value{GDBN} provides some additional commands for controlling the type checker:
c2bbbb22
RP
4860
4861@kindex set check
4862@kindex set check type
4863@kindex show check type
4864@table @code
4865@item set check type auto
e251e767 4866Set type checking on or off based on the current working language.
93928b60 4867@xref{Support, ,Supported languages}, for the default settings for
c2bbbb22
RP
4868each language.
4869
4870@item set check type on
4871@itemx set check type off
4872Set type checking on or off, overriding the default setting for the
4873current working language. Issue a warning if the setting does not
93918348 4874match the language default. If any type mismatches occur in
18fae2a8 4875evaluating an expression while typechecking is on, @value{GDBN} prints a
c2bbbb22
RP
4876message and aborts evaluation of the expression.
4877
4878@item set check type warn
4879Cause the type checker to issue warnings, but to always attempt to
4880evaluate the expression. Evaluating the expression may still
18fae2a8 4881be impossible for other reasons. For example, @value{GDBN} cannot add
c2bbbb22
RP
4882numbers and structures.
4883
4884@item show type
18fae2a8 4885Show the current setting of the type checker, and whether or not @value{GDBN} is
c2bbbb22
RP
4886setting it automatically.
4887@end table
4888
4889@cindex range checking
4890@cindex checks, range
4eb4cf57 4891@node Range Checking
ed447b95 4892@subsection An overview of range checking
c2bbbb22
RP
4893
4894In some languages (such as Modula-2), it is an error to exceed the
4895bounds of a type; this is enforced with run-time checks. Such range
4896checking is meant to ensure program correctness by making sure
4897computations do not overflow, or indices on an array element access do
4898not exceed the bounds of the array.
4899
ed447b95
RP
4900For expressions you use in @value{GDBN} commands, you can tell
4901@value{GDBN} to treat range errors in one of three ways: ignore them,
4902always treat them as errors and abandon the expression, or issue
4903warnings but evaluate the expression anyway.
c2bbbb22
RP
4904
4905A range error can result from numerical overflow, from exceeding an
ed447b95 4906array index bound, or when you type a constant that is not a member
c2bbbb22
RP
4907of any type. Some languages, however, do not treat overflows as an
4908error. In many implementations of C, mathematical overflow causes the
4909result to ``wrap around'' to lower values---for example, if @var{m} is
4910the largest integer value, and @var{s} is the smallest, then
1041a570 4911
c2bbbb22
RP
4912@example
4913@var{m} + 1 @result{} @var{s}
4914@end example
4915
4916This, too, is specific to individual languages, and in some cases
1041a570 4917specific to individual compilers or machines. @xref{Support, ,
93928b60 4918Supported languages}, for further details on specific languages.
c2bbbb22 4919
18fae2a8 4920@value{GDBN} provides some additional commands for controlling the range checker:
c2bbbb22
RP
4921
4922@kindex set check
4923@kindex set check range
4924@kindex show check range
4925@table @code
4926@item set check range auto
e251e767 4927Set range checking on or off based on the current working language.
93928b60 4928@xref{Support, ,Supported languages}, for the default settings for
c2bbbb22
RP
4929each language.
4930
4931@item set check range on
4932@itemx set check range off
4933Set range checking on or off, overriding the default setting for the
4934current working language. A warning is issued if the setting does not
93918348 4935match the language default. If a range error occurs, then a message
c2bbbb22
RP
4936is printed and evaluation of the expression is aborted.
4937
4938@item set check range warn
18fae2a8 4939Output messages when the @value{GDBN} range checker detects a range error,
c2bbbb22
RP
4940but attempt to evaluate the expression anyway. Evaluating the
4941expression may still be impossible for other reasons, such as accessing
4942memory that the process does not own (a typical example from many UNIX
4943systems).
4944
4945@item show range
e251e767 4946Show the current setting of the range checker, and whether or not it is
18fae2a8 4947being set automatically by @value{GDBN}.
c2bbbb22
RP
4948@end table
4949
4eb4cf57 4950@node Support
93928b60 4951@section Supported languages
c2bbbb22 4952
18fae2a8 4953@value{GDBN} 4 supports C, C++, and Modula-2. Some @value{GDBN}
1041a570 4954features may be used in expressions regardless of the language you
18fae2a8 4955use: the @value{GDBN} @code{@@} and @code{::} operators, and the
1041a570
RP
4956@samp{@{type@}addr} construct (@pxref{Expressions, ,Expressions}) can be
4957used with the constructs of any of the supported languages.
c2bbbb22
RP
4958
4959The following sections detail to what degree each of these
18fae2a8 4960source languages is supported by @value{GDBN}. These sections are
c2bbbb22 4961not meant to be language tutorials or references, but serve only as a
18fae2a8 4962reference guide to what the @value{GDBN} expression parser will accept, and
c2bbbb22
RP
4963what input and output formats should look like for different languages.
4964There are many good books written on each of these languages; please
4965look to these for a language reference or tutorial.
4966
4967@menu
4968* C:: C and C++
4969* Modula-2:: Modula-2
4970@end menu
4971
4eb4cf57 4972@node C
c2bbbb22
RP
4973@subsection C and C++
4974@cindex C and C++
c2bbbb22 4975@cindex expressions in C or C++
0f153e74 4976
18fae2a8 4977Since C and C++ are so closely related, many features of @value{GDBN} apply
5a2c1d85
RP
4978to both languages. Whenever this is the case, we discuss both languages
4979together.
b80282d5
RP
4980
4981@cindex C++
4982@kindex g++
4983@cindex GNU C++
c2bbbb22 4984The C++ debugging facilities are jointly implemented by the GNU C++
18fae2a8 4985compiler and @value{GDBN}. Therefore, to debug your C++ code effectively,
c2bbbb22
RP
4986you must compile your C++ programs with the GNU C++ compiler,
4987@code{g++}.
18fae2a8
RP
4988@end ifclear
4989@ifset CONLY
0f153e74
RP
4990@node C
4991@chapter C Language Support
4992@cindex C language
4993@cindex expressions in C
4994
18fae2a8
RP
4995Information specific to the C language is built into @value{GDBN} so that you
4996can use C expressions while degugging. This also permits @value{GDBN} to
0f153e74 4997output values in a manner consistent with C conventions.
c2bbbb22 4998
0f153e74 4999@menu
ed447b95
RP
5000* C Operators:: C operators
5001* C Constants:: C constants
18fae2a8 5002* Debugging C:: @value{GDBN} and C
0f153e74 5003@end menu
18fae2a8
RP
5004@end ifset
5005@ifclear CONLY
b80282d5 5006@menu
ed447b95
RP
5007* C Operators:: C and C++ operators
5008* C Constants:: C and C++ constants
5009* Cplus expressions:: C++ expressions
c2bbbb22 5010* C Defaults:: Default settings for C and C++
ed447b95 5011* C Checks:: C and C++ type and range checks
18fae2a8 5012* Debugging C:: @value{GDBN} and C
c2bbbb22 5013* Debugging C plus plus:: Special features for C++
b80282d5 5014@end menu
18fae2a8 5015@end ifclear
b80282d5 5016
18fae2a8 5017@ifclear CONLY
c2bbbb22 5018@cindex C and C++ operators
4eb4cf57 5019@node C Operators
93928b60 5020@subsubsection C and C++ operators
18fae2a8
RP
5021@end ifclear
5022@ifset CONLY
0f153e74
RP
5023@cindex C operators
5024@node C Operators
93928b60 5025@section C operators
18fae2a8 5026@end ifset
c2bbbb22
RP
5027
5028Operators must be defined on values of specific types. For instance,
5029@code{+} is defined on numbers, but not on structures. Operators are
0f153e74
RP
5030often defined on groups of types.
5031
18fae2a8 5032@ifclear CONLY
0f153e74 5033For the purposes of C and C++, the following definitions hold:
18fae2a8 5034@end ifclear
c2bbbb22
RP
5035
5036@itemize @bullet
e251e767 5037@item
c2bbbb22 5038@emph{Integral types} include @code{int} with any of its storage-class
9aa964da 5039specifiers; @code{char}; and @code{enum}.
c2bbbb22
RP
5040
5041@item
5042@emph{Floating-point types} include @code{float} and @code{double}.
5043
5044@item
5045@emph{Pointer types} include all types defined as @code{(@var{type}
5046*)}.
5047
e251e767 5048@item
c2bbbb22 5049@emph{Scalar types} include all of the above.
c2bbbb22
RP
5050@end itemize
5051
5052@noindent
5053The following operators are supported. They are listed here
5054in order of increasing precedence:
5055
5056@table @code
18fae2a8 5057@item ,
c2bbbb22
RP
5058The comma or sequencing operator. Expressions in a comma-separated list
5059are evaluated from left to right, with the result of the entire
5060expression being the last expression evaluated.
5061
5062@item =
5063Assignment. The value of an assignment expression is the value
5064assigned. Defined on scalar types.
5065
5066@item @var{op}=
1041a570
RP
5067Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
5068and translated to @w{@code{@var{a} = @var{a op b}}}.
5069@w{@code{@var{op}=}} and @code{=} have the same precendence.
5070@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
5071@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
c2bbbb22
RP
5072
5073@item ?:
5074The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
5075of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
5076integral type.
5077
5078@item ||
1041a570 5079Logical @sc{or}. Defined on integral types.
c2bbbb22
RP
5080
5081@item &&
1041a570 5082Logical @sc{and}. Defined on integral types.
c2bbbb22
RP
5083
5084@item |
1041a570 5085Bitwise @sc{or}. Defined on integral types.
c2bbbb22
RP
5086
5087@item ^
1041a570 5088Bitwise exclusive-@sc{or}. Defined on integral types.
c2bbbb22
RP
5089
5090@item &
1041a570 5091Bitwise @sc{and}. Defined on integral types.
c2bbbb22
RP
5092
5093@item ==@r{, }!=
5094Equality and inequality. Defined on scalar types. The value of these
5095expressions is 0 for false and non-zero for true.
5096
5097@item <@r{, }>@r{, }<=@r{, }>=
5098Less than, greater than, less than or equal, greater than or equal.
5099Defined on scalar types. The value of these expressions is 0 for false
5100and non-zero for true.
5101
5102@item <<@r{, }>>
18fae2a8 5103left shift, and right shift. Defined on integral types.
c2bbbb22 5104
e251e767 5105@item @@
18fae2a8 5106The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
c2bbbb22
RP
5107
5108@item +@r{, }-
5109Addition and subtraction. Defined on integral types, floating-point types and
e251e767 5110pointer types.
c2bbbb22
RP
5111
5112@item *@r{, }/@r{, }%
5113Multiplication, division, and modulus. Multiplication and division are
5114defined on integral and floating-point types. Modulus is defined on
5115integral types.
5116
5117@item ++@r{, }--
5118Increment and decrement. When appearing before a variable, the
5119operation is performed before the variable is used in an expression;
5120when appearing after it, the variable's value is used before the
5121operation takes place.
5122
5123@item *
5124Pointer dereferencing. Defined on pointer types. Same precedence as
5125@code{++}.
5126
5127@item &
5128Address operator. Defined on variables. Same precedence as @code{++}.
5129
18fae2a8 5130@ifclear CONLY
93918348 5131For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
6ca72cc6
RP
5132allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
5133(or, if you prefer, simply @samp{&&@var{ref}} to examine the address
5134where a C++ reference variable (declared with @samp{&@var{ref}}) is
5135stored.
18fae2a8 5136@end ifclear
6ca72cc6 5137
c2bbbb22
RP
5138@item -
5139Negative. Defined on integral and floating-point types. Same
5140precedence as @code{++}.
5141
5142@item !
5143Logical negation. Defined on integral types. Same precedence as
5144@code{++}.
5145
5146@item ~
5147Bitwise complement operator. Defined on integral types. Same precedence as
5148@code{++}.
5149
18fae2a8 5150
c2bbbb22
RP
5151@item .@r{, }->
5152Structure member, and pointer-to-structure member. For convenience,
18fae2a8 5153@value{GDBN} regards the two as equivalent, choosing whether to dereference a
e251e767 5154pointer based on the stored type information.
9aa964da 5155Defined on @code{struct} and @code{union} data.
c2bbbb22
RP
5156
5157@item []
5158Array indexing. @code{@var{a}[@var{i}]} is defined as
5159@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
5160
5161@item ()
18fae2a8 5162Function parameter list. Same precedence as @code{->}.
c2bbbb22 5163
18fae2a8 5164@ifclear CONLY
c2bbbb22
RP
5165@item ::
5166C++ scope resolution operator. Defined on
5167@code{struct}, @code{union}, and @code{class} types.
18fae2a8 5168@end ifclear
c2bbbb22
RP
5169
5170@item ::
ed447b95
RP
5171Doubled colons
5172@ifclear CONLY
5173also
5174@end ifclear
5175represent the @value{GDBN} scope operator (@pxref{Expressions,
5176,Expressions}).
18fae2a8 5177@ifclear CONLY
0f153e74 5178Same precedence as @code{::}, above.
18fae2a8 5179@end ifclear
c2bbbb22
RP
5180@end table
5181
18fae2a8 5182@ifclear CONLY
c2bbbb22 5183@cindex C and C++ constants
4eb4cf57 5184@node C Constants
93928b60 5185@subsubsection C and C++ constants
0f153e74 5186
18fae2a8 5187@value{GDBN} allows you to express the constants of C and C++ in the
0f153e74 5188following ways:
18fae2a8
RP
5189@end ifclear
5190@ifset CONLY
0f153e74
RP
5191@cindex C constants
5192@node C Constants
93928b60 5193@section C constants
c2bbbb22 5194
18fae2a8 5195@value{GDBN} allows you to express the constants of C in the
c2bbbb22 5196following ways:
18fae2a8 5197@end ifset
c2bbbb22
RP
5198
5199@itemize @bullet
c2bbbb22
RP
5200@item
5201Integer constants are a sequence of digits. Octal constants are
5202specified by a leading @samp{0} (ie. zero), and hexadecimal constants by
1041a570 5203a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c2bbbb22
RP
5204@samp{l}, specifying that the constant should be treated as a
5205@code{long} value.
5206
5207@item
5208Floating point constants are a sequence of digits, followed by a decimal
5209point, followed by a sequence of digits, and optionally followed by an
5210exponent. An exponent is of the form:
5211@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
5212sequence of digits. The @samp{+} is optional for positive exponents.
5213
5214@item
5215Enumerated constants consist of enumerated identifiers, or their
5216integral equivalents.
5217
5218@item
5219Character constants are a single character surrounded by single quotes
5220(@code{'}), or a number---the ordinal value of the corresponding character
5221(usually its @sc{ASCII} value). Within quotes, the single character may
5222be represented by a letter or by @dfn{escape sequences}, which are of
5223the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
5224of the character's ordinal value; or of the form @samp{\@var{x}}, where
5225@samp{@var{x}} is a predefined special character---for example,
5226@samp{\n} for newline.
5227
5228@item
5229String constants are a sequence of character constants surrounded
5230by double quotes (@code{"}).
5231
5232@item
fe715d06
RP
5233Pointer constants are an integral value. You can also write pointers
5234to constants using the C operator @samp{&}.
5235
5236@item
5237Array constants are comma-separated lists surrounded by braces @samp{@{}
5238and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
5239integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
5240and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
c2bbbb22
RP
5241@end itemize
5242
18fae2a8 5243@ifclear CONLY
ed447b95 5244@node Cplus expressions
93928b60 5245@subsubsection C++ expressions
b80282d5
RP
5246
5247@cindex expressions in C++
93918348 5248@value{GDBN} expression handling has a number of extensions to
b1385986
RP
5249interpret a significant subset of C++ expressions.
5250
5251@cindex C++ support, not in @sc{coff}
5252@cindex @sc{coff} versus C++
5253@cindex C++ and object formats
5254@cindex object formats and C++
5255@cindex a.out and C++
5256@cindex @sc{ecoff} and C++
5257@cindex @sc{xcoff} and C++
5258@cindex @sc{elf}/stabs and C++
5259@cindex @sc{elf}/@sc{dwarf} and C++
5260@quotation
5261@emph{Warning:} Most of these extensions depend on the use of additional
5262debugging information in the symbol table, and thus require a rich,
5263extendable object code format. In particular, if your system uses
5264a.out, MIPS @sc{ecoff}, RS/6000 @sc{xcoff}, or Sun @sc{elf} with stabs
5265extensions to the symbol table, these facilities are all available.
5266Where the object code format is standard @sc{coff}, on the other hand,
18fae2a8 5267most of the C++ support in @value{GDBN} will @emph{not} work, nor can it.
b1385986 5268For the standard SVr4 debugging format, @sc{dwarf} in @sc{elf}, the
18fae2a8 5269standard is still evolving, so the C++ support in @value{GDBN} is still
b1385986
RP
5270fragile; when this debugging format stabilizes, however, C++ support
5271will also be available on systems that use it.
5272@end quotation
b80282d5
RP
5273
5274@enumerate
5275
5276@cindex member functions
e251e767 5277@item
b80282d5 5278Member function calls are allowed; you can use expressions like
1041a570 5279
b80282d5
RP
5280@example
5281count = aml->GetOriginal(x, y)
5282@end example
5283
5284@kindex this
5285@cindex namespace in C++
e251e767 5286@item
b80282d5
RP
5287While a member function is active (in the selected stack frame), your
5288expressions have the same namespace available as the member function;
18fae2a8 5289that is, @value{GDBN} allows implicit references to the class instance
b80282d5
RP
5290pointer @code{this} following the same rules as C++.
5291
5292@cindex call overloaded functions
5293@cindex type conversions in C++
e251e767 5294@item
18fae2a8 5295You can call overloaded functions; @value{GDBN} will resolve the function
b80282d5
RP
5296call to the right definition, with one restriction---you must use
5297arguments of the type required by the function that you want to call.
18fae2a8 5298@value{GDBN} will not perform conversions requiring constructors or
b80282d5
RP
5299user-defined type operators.
5300
5301@cindex reference declarations
5302@item
18fae2a8 5303@value{GDBN} understands variables declared as C++ references; you can use them in
b80282d5 5304expressions just as you do in C++ source---they are automatically
e251e767 5305dereferenced.
b80282d5 5306
18fae2a8 5307In the parameter list shown when @value{GDBN} displays a frame, the values of
b80282d5
RP
5308reference variables are not displayed (unlike other variables); this
5309avoids clutter, since references are often used for large structures.
5310The @emph{address} of a reference variable is always shown, unless
1041a570 5311you have specified @samp{set print address off}.
b80282d5
RP
5312
5313@item
18fae2a8 5314@value{GDBN} supports the C++ name resolution operator @code{::}---your
c2bbbb22
RP
5315expressions can use it just as expressions in your program do. Since
5316one scope may be defined in another, you can use @code{::} repeatedly if
5317necessary, for example in an expression like
18fae2a8 5318@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
c2bbbb22 5319resolving name scope by reference to source files, in both C and C++
93928b60 5320debugging (@pxref{Variables, ,Program variables}).
b80282d5
RP
5321@end enumerate
5322
4eb4cf57 5323@node C Defaults
93928b60 5324@subsubsection C and C++ defaults
c2bbbb22
RP
5325@cindex C and C++ defaults
5326
18fae2a8 5327If you allow @value{GDBN} to set type and range checking automatically, they
e251e767 5328both default to @code{off} whenever the working language changes to
18fae2a8 5329C or C++. This happens regardless of whether you, or @value{GDBN},
c2bbbb22
RP
5330selected the working language.
5331
18fae2a8 5332If you allow @value{GDBN} to set the language automatically, it sets the
5a2c1d85
RP
5333working language to C or C++ on entering code compiled from a source file
5334whose name ends with @file{.c}, @file{.C}, or @file{.cc}.
18fae2a8 5335@xref{Automatically, ,Having @value{GDBN} infer the source language}, for
c2bbbb22
RP
5336further details.
5337
4eb4cf57 5338@node C Checks
93928b60 5339@subsubsection C and C++ type and range checks
c2bbbb22
RP
5340@cindex C and C++ checks
5341
18fae2a8
RP
5342By default, when @value{GDBN} parses C or C++ expressions, type checking
5343is not used. However, if you turn type checking on, @value{GDBN} will
c2bbbb22
RP
5344consider two variables type equivalent if:
5345
5346@itemize @bullet
5347@item
5348The two variables are structured and have the same structure, union, or
5349enumerated tag.
5350
e251e767 5351@item
c2bbbb22
RP
5352Two two variables have the same type name, or types that have been
5353declared equivalent through @code{typedef}.
5354
5355@ignore
5356@c leaving this out because neither J Gilmore nor R Pesch understand it.
5357@c FIXME--beers?
5358@item
5359The two @code{struct}, @code{union}, or @code{enum} variables are
5360declared in the same declaration. (Note: this may not be true for all C
5361compilers.)
5362@end ignore
c2bbbb22
RP
5363@end itemize
5364
5365Range checking, if turned on, is done on mathematical operations. Array
5366indices are not checked, since they are often used to index a pointer
5367that is not itself an array.
18fae2a8 5368@end ifclear
c2bbbb22 5369
18fae2a8 5370@ifclear CONLY
4eb4cf57 5371@node Debugging C
18fae2a8
RP
5372@subsubsection @value{GDBN} and C
5373@end ifclear
5374@ifset CONLY
5375@node Debugging C
5376@section @value{GDBN} and C
5377@end ifset
c2bbbb22
RP
5378
5379The @code{set print union} and @code{show print union} commands apply to
5380the @code{union} type. When set to @samp{on}, any @code{union} that is
1d7c3357
RP
5381inside a @code{struct}
5382@ifclear CONLY
5383or @code{class}
5384@end ifclear
5385will also be printed.
c2bbbb22
RP
5386Otherwise, it will appear as @samp{@{...@}}.
5387
5388The @code{@@} operator aids in the debugging of dynamic arrays, formed
ed447b95
RP
5389with pointers and a memory allocation function. @xref{Expressions,
5390,Expressions}.
c2bbbb22 5391
18fae2a8 5392@ifclear CONLY
4eb4cf57 5393@node Debugging C plus plus
93928b60 5394@subsubsection @value{GDBN} features for C++
b80282d5
RP
5395
5396@cindex commands for C++
18fae2a8 5397Some @value{GDBN} commands are particularly useful with C++, and some are
b80282d5
RP
5398designed specifically for use with C++. Here is a summary:
5399
5400@table @code
5401@cindex break in overloaded functions
5402@item @r{breakpoint menus}
5403When you want a breakpoint in a function whose name is overloaded,
93918348 5404@value{GDBN} breakpoint menus help you specify which function definition
93928b60 5405you want. @xref{Breakpoint Menus,,Breakpoint menus}.
b80282d5
RP
5406
5407@cindex overloading in C++
5408@item rbreak @var{regex}
5409Setting breakpoints using regular expressions is helpful for setting
5410breakpoints on overloaded functions that are not members of any special
e251e767 5411classes.
93928b60 5412@xref{Set Breaks, ,Setting breakpoints}.
b80282d5
RP
5413
5414@cindex C++ exception handling
5415@item catch @var{exceptions}
5416@itemx info catch
29a2b744 5417Debug C++ exception handling using these commands. @xref{Exception
93928b60 5418Handling, ,Breakpoints and exceptions}.
b80282d5 5419
e251e767 5420@cindex inheritance
b80282d5
RP
5421@item ptype @var{typename}
5422Print inheritance relationships as well as other information for type
e251e767 5423@var{typename}.
1041a570 5424@xref{Symbols, ,Examining the Symbol Table}.
b80282d5
RP
5425
5426@cindex C++ symbol display
5427@item set print demangle
5428@itemx show print demangle
5429@itemx set print asm-demangle
5430@itemx show print asm-demangle
5431Control whether C++ symbols display in their source form, both when
5432displaying code as C++ source and when displaying disassemblies.
93928b60 5433@xref{Print Settings, ,Print settings}.
b80282d5
RP
5434
5435@item set print object
5436@itemx show print object
e251e767 5437Choose whether to print derived (actual) or declared types of objects.
93928b60 5438@xref{Print Settings, ,Print settings}.
b80282d5
RP
5439
5440@item set print vtbl
5441@itemx show print vtbl
5442Control the format for printing virtual function tables.
93928b60 5443@xref{Print Settings, ,Print settings}.
6f3ec223
RP
5444
5445@item @r{Overloaded symbol names}
5446You can specify a particular definition of an overloaded symbol, using
93918348 5447the same notation that is used to declare such symbols in C++: type
6f3ec223 5448@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
93918348 5449also use the @value{GDBN} command-line word completion facilities to list the
6f3ec223 5450available choices, or to finish the type list for you.
93928b60 5451@xref{Completion,, Command completion}, for details on how to do this.
b80282d5
RP
5452@end table
5453
4eb4cf57 5454@node Modula-2
c2bbbb22
RP
5455@subsection Modula-2
5456@cindex Modula-2
5457
ed447b95
RP
5458The extensions made to @value{GDBN} to support Modula-2 only support
5459output from the GNU Modula-2 compiler (which is currently being
5460developed). Other Modula-2 compilers are not currently supported, and
5461attempting to debug executables produced by them will most likely
5462result in an error as @value{GDBN} reads in the executable's symbol
5463table.
c2bbbb22
RP
5464
5465@cindex expressions in Modula-2
5466@menu
5467* M2 Operators:: Built-in operators
ed447b95
RP
5468* Built-In Func/Proc:: Built-in functions and procedures
5469* M2 Constants:: Modula-2 constants
c2bbbb22
RP
5470* M2 Defaults:: Default settings for Modula-2
5471* Deviations:: Deviations from standard Modula-2
ed447b95 5472* M2 Checks:: Modula-2 type and range checks
c2bbbb22 5473* M2 Scope:: The scope operators @code{::} and @code{.}
18fae2a8 5474* GDB/M2:: @value{GDBN} and Modula-2
c2bbbb22
RP
5475@end menu
5476
4eb4cf57 5477@node M2 Operators
c2bbbb22
RP
5478@subsubsection Operators
5479@cindex Modula-2 operators
5480
5481Operators must be defined on values of specific types. For instance,
5482@code{+} is defined on numbers, but not on structures. Operators are
5483often defined on groups of types. For the purposes of Modula-2, the
5484following definitions hold:
5485
5486@itemize @bullet
5487
5488@item
5489@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
5490their subranges.
5491
5492@item
5493@emph{Character types} consist of @code{CHAR} and its subranges.
5494
5495@item
5496@emph{Floating-point types} consist of @code{REAL}.
5497
5498@item
5499@emph{Pointer types} consist of anything declared as @code{POINTER TO
5500@var{type}}.
5501
5502@item
5503@emph{Scalar types} consist of all of the above.
5504
5505@item
9aa964da 5506@emph{Set types} consist of @code{SET} and @code{BITSET} types.
c2bbbb22
RP
5507
5508@item
5509@emph{Boolean types} consist of @code{BOOLEAN}.
c2bbbb22
RP
5510@end itemize
5511
5512@noindent
5513The following operators are supported, and appear in order of
5514increasing precedence:
5515
5516@table @code
c2bbbb22
RP
5517@item ,
5518Function argument or array index separator.
18fae2a8 5519
c2bbbb22
RP
5520@item :=
5521Assignment. The value of @var{var} @code{:=} @var{value} is
5522@var{value}.
5523
5524@item <@r{, }>
5525Less than, greater than on integral, floating-point, or enumerated
5526types.
5527
5528@item <=@r{, }>=
5529Less than, greater than, less than or equal to, greater than or equal to
5530on integral, floating-point and enumerated types, or set inclusion on
5531set types. Same precedence as @code{<}.
5532
5533@item =@r{, }<>@r{, }#
5534Equality and two ways of expressing inequality, valid on scalar types.
18fae2a8 5535Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
c2bbbb22
RP
5536available for inequality, since @code{#} conflicts with the script
5537comment character.
5538
5539@item IN
5540Set membership. Defined on set types and the types of their members.
5541Same precedence as @code{<}.
5542
5543@item OR
5544Boolean disjunction. Defined on boolean types.
5545
5546@item AND@r{, }&
5547Boolean conjuction. Defined on boolean types.
5548
5549@item @@
18fae2a8 5550The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
c2bbbb22
RP
5551
5552@item +@r{, }-
5553Addition and subtraction on integral and floating-point types, or union
5554and difference on set types.
5555
5556@item *
5557Multiplication on integral and floating-point types, or set intersection
5558on set types.
5559
5560@item /
5561Division on floating-point types, or symmetric set difference on set
5562types. Same precedence as @code{*}.
5563
5564@item DIV@r{, }MOD
5565Integer division and remainder. Defined on integral types. Same
5566precedence as @code{*}.
5567
5568@item -
9aa964da 5569Negative. Defined on @code{INTEGER} and @code{REAL} data.
c2bbbb22
RP
5570
5571@item ^
e251e767 5572Pointer dereferencing. Defined on pointer types.
c2bbbb22
RP
5573
5574@item NOT
5575Boolean negation. Defined on boolean types. Same precedence as
5576@code{^}.
5577
5578@item .
9aa964da 5579@code{RECORD} field selector. Defined on @code{RECORD} data. Same
c2bbbb22
RP
5580precedence as @code{^}.
5581
5582@item []
9aa964da 5583Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
c2bbbb22
RP
5584
5585@item ()
9aa964da 5586Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
c2bbbb22
RP
5587as @code{^}.
5588
5589@item ::@r{, }.
18fae2a8 5590@value{GDBN} and Modula-2 scope operators.
c2bbbb22
RP
5591@end table
5592
5593@quotation
18fae2a8 5594@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
c2bbbb22
RP
5595will treat the use of the operator @code{IN}, or the use of operators
5596@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
5597@code{<=}, and @code{>=} on sets as an error.
5598@end quotation
18fae2a8 5599
29a2b744 5600@cindex Modula-2 built-ins
4eb4cf57 5601@node Built-In Func/Proc
93928b60 5602@subsubsection Built-in functions and procedures
c2bbbb22
RP
5603
5604Modula-2 also makes available several built-in procedures and functions.
5605In describing these, the following metavariables are used:
5606
5607@table @var
5608
5609@item a
5610represents an @code{ARRAY} variable.
5611
5612@item c
5613represents a @code{CHAR} constant or variable.
5614
5615@item i
5616represents a variable or constant of integral type.
5617
5618@item m
5619represents an identifier that belongs to a set. Generally used in the
5620same function with the metavariable @var{s}. The type of @var{s} should
5621be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}.
5622
5623@item n
5624represents a variable or constant of integral or floating-point type.
5625
5626@item r
5627represents a variable or constant of floating-point type.
5628
5629@item t
5630represents a type.
5631
5632@item v
5633represents a variable.
5634
5635@item x
5636represents a variable or constant of one of many types. See the
5637explanation of the function for details.
c2bbbb22
RP
5638@end table
5639
5640All Modula-2 built-in procedures also return a result, described below.
5641
5642@table @code
5643@item ABS(@var{n})
5644Returns the absolute value of @var{n}.
5645
5646@item CAP(@var{c})
5647If @var{c} is a lower case letter, it returns its upper case
5648equivalent, otherwise it returns its argument
5649
5650@item CHR(@var{i})
5651Returns the character whose ordinal value is @var{i}.
5652
5653@item DEC(@var{v})
5654Decrements the value in the variable @var{v}. Returns the new value.
5655
5656@item DEC(@var{v},@var{i})
5657Decrements the value in the variable @var{v} by @var{i}. Returns the
5658new value.
5659
5660@item EXCL(@var{m},@var{s})
5661Removes the element @var{m} from the set @var{s}. Returns the new
5662set.
5663
5664@item FLOAT(@var{i})
5665Returns the floating point equivalent of the integer @var{i}.
5666
5667@item HIGH(@var{a})
5668Returns the index of the last member of @var{a}.
5669
5670@item INC(@var{v})
5671Increments the value in the variable @var{v}. Returns the new value.
5672
5673@item INC(@var{v},@var{i})
5674Increments the value in the variable @var{v} by @var{i}. Returns the
5675new value.
5676
5677@item INCL(@var{m},@var{s})
5678Adds the element @var{m} to the set @var{s} if it is not already
5679there. Returns the new set.
5680
5681@item MAX(@var{t})
5682Returns the maximum value of the type @var{t}.
5683
5684@item MIN(@var{t})
5685Returns the minimum value of the type @var{t}.
5686
5687@item ODD(@var{i})
5688Returns boolean TRUE if @var{i} is an odd number.
5689
5690@item ORD(@var{x})
5691Returns the ordinal value of its argument. For example, the ordinal
5692value of a character is its ASCII value (on machines supporting the
5693ASCII character set). @var{x} must be of an ordered type, which include
5694integral, character and enumerated types.
5695
5696@item SIZE(@var{x})
5697Returns the size of its argument. @var{x} can be a variable or a type.
5698
5699@item TRUNC(@var{r})
5700Returns the integral part of @var{r}.
5701
5702@item VAL(@var{t},@var{i})
5703Returns the member of the type @var{t} whose ordinal value is @var{i}.
5704@end table
5705
5706@quotation
5707@emph{Warning:} Sets and their operations are not yet supported, so
18fae2a8 5708@value{GDBN} will treat the use of procedures @code{INCL} and @code{EXCL} as
c2bbbb22
RP
5709an error.
5710@end quotation
5711
5712@cindex Modula-2 constants
4eb4cf57 5713@node M2 Constants
c2bbbb22
RP
5714@subsubsection Constants
5715
18fae2a8 5716@value{GDBN} allows you to express the constants of Modula-2 in the following
c2bbbb22
RP
5717ways:
5718
5719@itemize @bullet
5720
5721@item
5722Integer constants are simply a sequence of digits. When used in an
5723expression, a constant is interpreted to be type-compatible with the
5724rest of the expression. Hexadecimal integers are specified by a
5725trailing @samp{H}, and octal integers by a trailing @samp{B}.
5726
5727@item
5728Floating point constants appear as a sequence of digits, followed by a
5729decimal point and another sequence of digits. An optional exponent can
5730then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
5731@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
5732digits of the floating point constant must be valid decimal (base 10)
5733digits.
5734
5735@item
5736Character constants consist of a single character enclosed by a pair of
5737like quotes, either single (@code{'}) or double (@code{"}). They may
5738also be expressed by their ordinal value (their ASCII value, usually)
5739followed by a @samp{C}.
5740
5741@item
1041a570
RP
5742String constants consist of a sequence of characters enclosed by a
5743pair of like quotes, either single (@code{'}) or double (@code{"}).
5744Escape sequences in the style of C are also allowed. @xref{C
93928b60 5745Constants, ,C and C++ constants}, for a brief explanation of escape
1041a570 5746sequences.
c2bbbb22
RP
5747
5748@item
5749Enumerated constants consist of an enumerated identifier.
5750
5751@item
5752Boolean constants consist of the identifiers @code{TRUE} and
5753@code{FALSE}.
5754
5755@item
5756Pointer constants consist of integral values only.
5757
5758@item
5759Set constants are not yet supported.
c2bbbb22
RP
5760@end itemize
5761
4eb4cf57 5762@node M2 Defaults
93928b60 5763@subsubsection Modula-2 defaults
c2bbbb22
RP
5764@cindex Modula-2 defaults
5765
18fae2a8 5766If type and range checking are set automatically by @value{GDBN}, they
e251e767 5767both default to @code{on} whenever the working language changes to
18fae2a8 5768Modula-2. This happens regardless of whether you, or @value{GDBN},
c2bbbb22
RP
5769selected the working language.
5770
18fae2a8 5771If you allow @value{GDBN} to set the language automatically, then entering
c2bbbb22 5772code compiled from a file whose name ends with @file{.mod} will set the
18fae2a8 5773working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c2bbbb22
RP
5774the language automatically}, for further details.
5775
4eb4cf57 5776@node Deviations
93928b60 5777@subsubsection Deviations from standard Modula-2
c2bbbb22
RP
5778@cindex Modula-2, deviations from
5779
5780A few changes have been made to make Modula-2 programs easier to debug.
5781This is done primarily via loosening its type strictness:
5782
5783@itemize @bullet
e251e767 5784@item
c2bbbb22
RP
5785Unlike in standard Modula-2, pointer constants can be formed by
5786integers. This allows you to modify pointer variables during
5787debugging. (In standard Modula-2, the actual address contained in a
5788pointer variable is hidden from you; it can only be modified
5789through direct assignment to another pointer variable or expression that
5790returned a pointer.)
5791
e251e767 5792@item
c2bbbb22 5793C escape sequences can be used in strings and characters to represent
18fae2a8 5794non-printable characters. @value{GDBN} will print out strings with these
c2bbbb22
RP
5795escape sequences embedded. Single non-printable characters are
5796printed using the @samp{CHR(@var{nnn})} format.
5797
5798@item
5799The assignment operator (@code{:=}) returns the value of its right-hand
5800argument.
5801
5802@item
29a2b744 5803All built-in procedures both modify @emph{and} return their argument.
e251e767 5804@end itemize
c2bbbb22 5805
4eb4cf57 5806@node M2 Checks
93928b60 5807@subsubsection Modula-2 type and range checks
c2bbbb22
RP
5808@cindex Modula-2 checks
5809
5810@quotation
18fae2a8 5811@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
c2bbbb22
RP
5812range checking.
5813@end quotation
5814@c FIXME remove warning when type/range checks added
5815
18fae2a8 5816@value{GDBN} considers two Modula-2 variables type equivalent if:
c2bbbb22
RP
5817
5818@itemize @bullet
5819@item
5820They are of types that have been declared equivalent via a @code{TYPE
5821@var{t1} = @var{t2}} statement
5822
5823@item
5824They have been declared on the same line. (Note: This is true of the
5825GNU Modula-2 compiler, but it may not be true of other compilers.)
c2bbbb22
RP
5826@end itemize
5827
5828As long as type checking is enabled, any attempt to combine variables
5829whose types are not equivalent is an error.
5830
5831Range checking is done on all mathematical operations, assignment, array
29a2b744 5832index bounds, and all built-in functions and procedures.
c2bbbb22 5833
4eb4cf57 5834@node M2 Scope
c2bbbb22
RP
5835@subsubsection The scope operators @code{::} and @code{.}
5836@cindex scope
5837@kindex .
e94b4a2b 5838@cindex colon, doubled as scope operator
1041a570
RP
5839@ifinfo
5840@kindex colon-colon
ed447b95 5841@c Info cannot handle :: but TeX can.
1041a570
RP
5842@end ifinfo
5843@iftex
c2bbbb22 5844@kindex ::
1041a570 5845@end iftex
c2bbbb22
RP
5846
5847There are a few subtle differences between the Modula-2 scope operator
18fae2a8 5848(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
c2bbbb22
RP
5849similar syntax:
5850
5851@example
5852
5853@var{module} . @var{id}
5854@var{scope} :: @var{id}
c2bbbb22
RP
5855@end example
5856
5857@noindent
5858where @var{scope} is the name of a module or a procedure,
29a2b744
RP
5859@var{module} the name of a module, and @var{id} is any declared
5860identifier within your program, except another module.
c2bbbb22 5861
18fae2a8 5862Using the @code{::} operator makes @value{GDBN} search the scope
c2bbbb22 5863specified by @var{scope} for the identifier @var{id}. If it is not
18fae2a8 5864found in the specified scope, then @value{GDBN} will search all scopes
c2bbbb22
RP
5865enclosing the one specified by @var{scope}.
5866
18fae2a8 5867Using the @code{.} operator makes @value{GDBN} search the current scope for
c2bbbb22
RP
5868the identifier specified by @var{id} that was imported from the
5869definition module specified by @var{module}. With this operator, it is
5870an error if the identifier @var{id} was not imported from definition
5871module @var{module}, or if @var{id} is not an identifier in
5872@var{module}.
5873
4eb4cf57 5874@node GDB/M2
18fae2a8 5875@subsubsection @value{GDBN} and Modula-2
c2bbbb22 5876
18fae2a8 5877Some @value{GDBN} commands have little use when debugging Modula-2 programs.
c2bbbb22
RP
5878Five subcommands of @code{set print} and @code{show print} apply
5879specifically to C and C++: @samp{vtbl}, @samp{demangle},
5880@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
93918348 5881apply to C++, and the last to the C @code{union} type, which has no direct
c2bbbb22
RP
5882analogue in Modula-2.
5883
1041a570 5884The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
c2bbbb22
RP
5885while using any language, is not useful with Modula-2. Its
5886intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
5887created in Modula-2 as they can in C or C++. However, because an
5888address can be specified by an integral constant, the construct
1041a570 5889@samp{@{@var{type}@}@var{adrexp}} is still useful. (@pxref{Expressions, ,Expressions})
18fae2a8 5890
c2bbbb22 5891@cindex @code{#} in Modula-2
18fae2a8 5892In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
c2bbbb22 5893interpreted as the beginning of a comment. Use @code{<>} instead.
18fae2a8
RP
5894
5895@end ifclear
4eb4cf57
RP
5896
5897@node Symbols
70b88761
RP
5898@chapter Examining the Symbol Table
5899
5900The commands described in this section allow you to inquire about the
5901symbols (names of variables, functions and types) defined in your
5902program. This information is inherent in the text of your program and
18fae2a8
RP
5903does not change as your program executes. @value{GDBN} finds it in your
5904program's symbol table, in the file indicated when you started @value{GDBN}
93928b60
RP
5905(@pxref{File Options, ,Choosing files}), or by one of the
5906file-management commands (@pxref{Files, ,Commands to specify files}).
70b88761 5907
6c380b13
RP
5908@c FIXME! This might be intentionally specific to C and C++; if so, move
5909@c to someplace in C section of lang chapter.
5910@cindex symbol names
5911@cindex names of symbols
5912@cindex quoting names
5913Occasionally, you may need to refer to symbols that contain unusual
18fae2a8 5914characters, which @value{GDBN} ordinarily treats as word delimiters. The
6c380b13 5915most frequent case is in referring to static variables in other
93928b60 5916source files (@pxref{Variables,,Program variables}). File names
18fae2a8 5917are recorded in object files as debugging symbols, but @value{GDBN} would
6c380b13 5918ordinarily parse a typical file name, like @file{foo.c}, as the three words
18fae2a8 5919@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
6c380b13
RP
5920@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
5921
5922@example
5923p 'foo.c'::x
5924@end example
5925
5926@noindent
5927looks up the value of @code{x} in the scope of the file @file{foo.c}.
5928
70b88761
RP
5929@table @code
5930@item info address @var{symbol}
5931@kindex info address
5932Describe where the data for @var{symbol} is stored. For a register
5933variable, this says which register it is kept in. For a non-register
5934local variable, this prints the stack-frame offset at which the variable
5935is always stored.
5936
5937Note the contrast with @samp{print &@var{symbol}}, which does not work
5938at all for a register variables, and for a stack local variable prints
5939the exact address of the current instantiation of the variable.
5940
5941@item whatis @var{exp}
5942@kindex whatis
5943Print the data type of expression @var{exp}. @var{exp} is not
5944actually evaluated, and any side-effecting operations (such as
5945assignments or function calls) inside it do not take place.
1041a570 5946@xref{Expressions, ,Expressions}.
70b88761
RP
5947
5948@item whatis
5949Print the data type of @code{$}, the last value in the value history.
5950
5951@item ptype @var{typename}
5952@kindex ptype
5953Print a description of data type @var{typename}. @var{typename} may be
5954the name of a type, or for C code it may have the form
5955@samp{struct @var{struct-tag}}, @samp{union @var{union-tag}} or
1041a570 5956@samp{enum @var{enum-tag}}.
70b88761
RP
5957
5958@item ptype @var{exp}
e0dacfd1 5959@itemx ptype
70b88761 5960Print a description of the type of expression @var{exp}. @code{ptype}
1041a570 5961differs from @code{whatis} by printing a detailed description, instead
ed447b95
RP
5962of just the name of the type.
5963
5964For example, for this variable declaration:
1041a570 5965
70b88761
RP
5966@example
5967struct complex @{double real; double imag;@} v;
5968@end example
1041a570 5969
70b88761 5970@noindent
ed447b95 5971the two commands give this output:
1041a570 5972
70b88761 5973@example
1041a570 5974@group
18fae2a8 5975(@value{GDBP}) whatis v
70b88761 5976type = struct complex
18fae2a8 5977(@value{GDBP}) ptype v
70b88761
RP
5978type = struct complex @{
5979 double real;
5980 double imag;
5981@}
1041a570 5982@end group
70b88761 5983@end example
1041a570 5984
e0dacfd1
RP
5985@noindent
5986As with @code{whatis}, using @code{ptype} without an argument refers to
5987the type of @code{$}, the last value in the value history.
70b88761
RP
5988
5989@item info types @var{regexp}
5990@itemx info types
e251e767 5991@kindex info types
70b88761
RP
5992Print a brief description of all types whose name matches @var{regexp}
5993(or all types in your program, if you supply no argument). Each
5994complete typename is matched as though it were a complete line; thus,
5995@samp{i type value} gives information on all types in your program whose
5996name includes the string @code{value}, but @samp{i type ^value$} gives
5997information only on types whose complete name is @code{value}.
5998
5999This command differs from @code{ptype} in two ways: first, like
6000@code{whatis}, it does not print a detailed description; second, it
6001lists all source files where a type is defined.
6002
6003@item info source
6004@kindex info source
6005Show the name of the current source file---that is, the source file for
c2bbbb22
RP
6006the function containing the current point of execution---and the language
6007it was written in.
70b88761
RP
6008
6009@item info sources
6010@kindex info sources
29a2b744 6011Print the names of all source files in your program for which there is
b80282d5
RP
6012debugging information, organized into two lists: files whose symbols
6013have already been read, and files whose symbols will be read when needed.
70b88761
RP
6014
6015@item info functions
6016@kindex info functions
6017Print the names and data types of all defined functions.
6018
6019@item info functions @var{regexp}
6020Print the names and data types of all defined functions
6021whose names contain a match for regular expression @var{regexp}.
6022Thus, @samp{info fun step} finds all functions whose names
6023include @code{step}; @samp{info fun ^step} finds those whose names
6024start with @code{step}.
6025
6026@item info variables
6027@kindex info variables
6028Print the names and data types of all variables that are declared
6029outside of functions (i.e., excluding local variables).
6030
6031@item info variables @var{regexp}
6032Print the names and data types of all variables (except for local
6033variables) whose names contain a match for regular expression
6034@var{regexp}.
6035
70b88761
RP
6036@ignore
6037This was never implemented.
6038@item info methods
6039@itemx info methods @var{regexp}
6040@kindex info methods
6041The @code{info methods} command permits the user to examine all defined
6042methods within C++ program, or (with the @var{regexp} argument) a
6043specific set of methods found in the various C++ classes. Many
6044C++ classes provide a large number of methods. Thus, the output
6045from the @code{ptype} command can be overwhelming and hard to use. The
6046@code{info-methods} command filters the methods, printing only those
6047which match the regular-expression @var{regexp}.
6048@end ignore
6049
d48da190
RP
6050@item maint print symbols @var{filename}
6051@itemx maint print psymbols @var{filename}
6052@itemx maint print msymbols @var{filename}
6053@kindex maint print symbols
440d9834 6054@cindex symbol dump
d48da190 6055@kindex maint print psymbols
440d9834
RP
6056@cindex partial symbol dump
6057Write a dump of debugging symbol data into the file @var{filename}.
18fae2a8 6058These commands are used to debug the @value{GDBN} symbol-reading code. Only
d48da190 6059symbols with debugging data are included. If you use @samp{maint print
18fae2a8 6060symbols}, @value{GDBN} includes all the symbols for which it has already
d48da190 6061collected full details: that is, @var{filename} reflects symbols for
18fae2a8 6062only those files whose symbols @value{GDBN} has read. You can use the
d48da190
RP
6063command @code{info sources} to find out which files these are. If you
6064use @samp{maint print psymbols} instead, the dump shows information about
18fae2a8
RP
6065symbols that @value{GDBN} only knows partially---that is, symbols defined in
6066files that @value{GDBN} has skimmed, but not yet read completely. Finally,
d48da190 6067@samp{maint print msymbols} dumps just the minimal symbol information
18fae2a8
RP
6068required for each object file from which @value{GDBN} has read some symbols.
6069The description of @code{symbol-file} explains how @value{GDBN} reads
d48da190 6070symbols; both @code{info source} and @code{symbol-file} are described in
93928b60 6071@ref{Files, ,Commands to specify files}.
70b88761
RP
6072@end table
6073
4eb4cf57 6074@node Altering
70b88761
RP
6075@chapter Altering Execution
6076
29a2b744 6077Once you think you have found an error in your program, you might want to
70b88761
RP
6078find out for certain whether correcting the apparent error would lead to
6079correct results in the rest of the run. You can find the answer by
18fae2a8 6080experiment, using the @value{GDBN} features for altering execution of the
70b88761
RP
6081program.
6082
6083For example, you can store new values into variables or memory
1d7c3357 6084locations,
18fae2a8 6085@ifclear BARETARGET
1d7c3357 6086give your program a signal, restart it
18fae2a8 6087@end ifclear
1d7c3357
RP
6088@ifset BARETARGET
6089restart your program
6090@end ifset
6091at a different address, or even return prematurely from a function to
6092its caller.
18fae2a8 6093
18fae2a8 6094@menu
ed447b95
RP
6095* Assignment:: Assignment to variables
6096* Jumping:: Continuing at a different address
1d7c3357 6097@ifclear BARETARGET
ed447b95 6098* Signaling:: Giving your program a signal
18fae2a8 6099@end ifclear
b0157555 6100
ed447b95
RP
6101* Returning:: Returning from a function
6102* Calling:: Calling your program's functions
6103* Patching:: Patching your program
18fae2a8 6104@end menu
70b88761 6105
4eb4cf57 6106@node Assignment
93928b60 6107@section Assignment to variables
70b88761
RP
6108
6109@cindex assignment
6110@cindex setting variables
6111To alter the value of a variable, evaluate an assignment expression.
1041a570 6112@xref{Expressions, ,Expressions}. For example,
70b88761
RP
6113
6114@example
6115print x=4
6116@end example
6117
6118@noindent
1041a570 6119stores the value 4 into the variable @code{x}, and then prints the
4eb4cf57 6120value of the assignment expression (which is 4).
18fae2a8
RP
6121@ifclear CONLY
6122@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
4eb4cf57 6123information on operators in supported languages.
18fae2a8 6124@end ifclear
70b88761 6125
70b88761
RP
6126@kindex set variable
6127@cindex variables, setting
6128If you are not interested in seeing the value of the assignment, use the
6129@code{set} command instead of the @code{print} command. @code{set} is
93928b60
RP
6130really the same as @code{print} except that the expression's value is
6131not printed and is not put in the value history (@pxref{Value History,
6132,Value history}). The expression is evaluated only for its effects.
70b88761
RP
6133
6134If the beginning of the argument string of the @code{set} command
6135appears identical to a @code{set} subcommand, use the @code{set
6136variable} command instead of just @code{set}. This command is identical
ed447b95
RP
6137to @code{set} except for its lack of subcommands. For example, if
6138your program has a variable @code{width}, you get
6139an error if you try to set a new value with just @samp{set width=13},
6140because @value{GDBN} has the command @code{set width}:
1041a570 6141
70b88761 6142@example
18fae2a8 6143(@value{GDBP}) whatis width
70b88761 6144type = double
18fae2a8 6145(@value{GDBP}) p width
70b88761 6146$4 = 13
18fae2a8 6147(@value{GDBP}) set width=47
70b88761
RP
6148Invalid syntax in expression.
6149@end example
1041a570 6150
70b88761 6151@noindent
ed447b95
RP
6152The invalid expression, of course, is @samp{=47}. In
6153order to actually set the program's variable @code{width}, use
1041a570 6154
70b88761 6155@example
18fae2a8 6156(@value{GDBP}) set var width=47
70b88761
RP
6157@end example
6158
18fae2a8 6159@value{GDBN} allows more implicit conversions in assignments than C; you can
1041a570 6160freely store an integer value into a pointer variable or vice versa,
ed447b95 6161and you can convert any structure to any other structure that is the
1041a570 6162same length or shorter.
e251e767 6163@comment FIXME: how do structs align/pad in these conversions?
70b88761
RP
6164@comment /pesch@cygnus.com 18dec1990
6165
6166To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
6167construct to generate a value of specified type at a specified address
1041a570 6168(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
70b88761
RP
6169to memory location @code{0x83040} as an integer (which implies a certain size
6170and representation in memory), and
6171
6172@example
6173set @{int@}0x83040 = 4
6174@end example
6175
6176@noindent
6177stores the value 4 into that memory location.
6178
4eb4cf57 6179@node Jumping
93928b60 6180@section Continuing at a different address
70b88761 6181
29a2b744 6182Ordinarily, when you continue your program, you do so at the place where
70b88761
RP
6183it stopped, with the @code{continue} command. You can instead continue at
6184an address of your own choosing, with the following commands:
6185
6186@table @code
6187@item jump @var{linespec}
6188@kindex jump
6189Resume execution at line @var{linespec}. Execution will stop
29a2b744 6190immediately if there is a breakpoint there. @xref{List, ,Printing
93928b60 6191source lines}, for a description of the different forms of
29a2b744 6192@var{linespec}.
70b88761
RP
6193
6194The @code{jump} command does not change the current stack frame, or
6195the stack pointer, or the contents of any memory location or any
6196register other than the program counter. If line @var{linespec} is in
6197a different function from the one currently executing, the results may
6198be bizarre if the two functions expect different patterns of arguments or
6199of local variables. For this reason, the @code{jump} command requests
6200confirmation if the specified line is not in the function currently
6201executing. However, even bizarre results are predictable if you are
29a2b744 6202well acquainted with the machine-language code of your program.
70b88761
RP
6203
6204@item jump *@var{address}
6205Resume execution at the instruction at address @var{address}.
6206@end table
6207
6208You can get much the same effect as the @code{jump} command by storing a
6209new value into the register @code{$pc}. The difference is that this
29a2b744 6210does not start your program running; it only changes the address where it
70b88761
RP
6211@emph{will} run when it is continued. For example,
6212
6213@example
6214set $pc = 0x485
6215@end example
6216
6217@noindent
6218causes the next @code{continue} command or stepping command to execute at
1041a570 6219address @code{0x485}, rather than at the address where your program stopped.
93928b60 6220@xref{Continuing and Stepping, ,Continuing and stepping}.
70b88761
RP
6221
6222The most common occasion to use the @code{jump} command is to back up,
6223perhaps with more breakpoints set, over a portion of a program that has
6224already executed, in order to examine its execution in more detail.
6225
18fae2a8 6226@ifclear BARETARGET
70b88761 6227@c @group
ed447b95
RP
6228@node Signaling
6229@section Giving your program a signal
70b88761
RP
6230
6231@table @code
6232@item signal @var{signalnum}
6233@kindex signal
29a2b744 6234Resume execution where your program stopped, but give it immediately the
70b88761
RP
6235signal number @var{signalnum}.
6236
6237Alternatively, if @var{signalnum} is zero, continue execution without
29a2b744 6238giving a signal. This is useful when your program stopped on account of
70b88761
RP
6239a signal and would ordinary see the signal when resumed with the
6240@code{continue} command; @samp{signal 0} causes it to resume without a
6241signal.
6242
6243@code{signal} does not repeat when you press @key{RET} a second time
6244after executing the command.
6245@end table
6246@c @end group
18fae2a8 6247@end ifclear
70b88761 6248
4eb4cf57 6249@node Returning
93928b60 6250@section Returning from a function
70b88761
RP
6251
6252@table @code
6253@item return
6254@itemx return @var{expression}
6255@cindex returning from a function
6256@kindex return
6257You can cancel execution of a function call with the @code{return}
6258command. If you give an
6259@var{expression} argument, its value is used as the function's return
e251e767 6260value.
70b88761
RP
6261@end table
6262
18fae2a8 6263When you use @code{return}, @value{GDBN} discards the selected stack frame
70b88761
RP
6264(and all frames within it). You can think of this as making the
6265discarded frame return prematurely. If you wish to specify a value to
6266be returned, give that value as the argument to @code{return}.
6267
29a2b744 6268This pops the selected stack frame (@pxref{Selection, ,Selecting a
93928b60 6269frame}), and any other frames inside of it, leaving its caller as the
29a2b744
RP
6270innermost remaining frame. That frame becomes selected. The
6271specified value is stored in the registers used for returning values
6272of functions.
70b88761
RP
6273
6274The @code{return} command does not resume execution; it leaves the
6275program stopped in the state that would exist if the function had just
1041a570 6276returned. In contrast, the @code{finish} command (@pxref{Continuing
93928b60 6277and Stepping, ,Continuing and stepping}) resumes execution until the
1041a570 6278selected stack frame returns naturally.
70b88761 6279
4eb4cf57 6280@node Calling
ed447b95 6281@section Calling program functions
70b88761
RP
6282
6283@cindex calling functions
6284@kindex call
6285@table @code
6286@item call @var{expr}
6287Evaluate the expression @var{expr} without displaying @code{void}
6288returned values.
6289@end table
6290
6291You can use this variant of the @code{print} command if you want to
6292execute a function from your program, but without cluttering the output
6293with @code{void} returned values. The result is printed and saved in
6294the value history, if it is not void.
6295
4eb4cf57 6296@node Patching
ed447b95 6297@section Patching programs
c338a2fd
RP
6298@cindex patching binaries
6299@cindex writing into executables
1d7c3357 6300@ifclear BARETARGET
c338a2fd 6301@cindex writing into corefiles
1d7c3357 6302@end ifclear
1041a570 6303
18fae2a8 6304By default, @value{GDBN} opens the file containing your program's executable
1d7c3357
RP
6305code
6306@ifclear BARETARGET
6307(or the corefile)
6308@end ifclear
6309read-only. This prevents accidental alterations
c338a2fd
RP
6310to machine code; but it also prevents you from intentionally patching
6311your program's binary.
6312
6313If you'd like to be able to patch the binary, you can specify that
6314explicitly with the @code{set write} command. For example, you might
6315want to turn on internal debugging flags, or even to make emergency
e251e767 6316repairs.
c338a2fd
RP
6317
6318@table @code
6319@item set write on
6320@itemx set write off
6321@kindex set write
18fae2a8
RP
6322If you specify @samp{set write on}, @value{GDBN} will open executable
6323@ifclear BARETARGET
0f153e74 6324and core
18fae2a8 6325@end ifclear
0f153e74 6326files for both reading and writing; if you specify @samp{set write
18fae2a8 6327off} (the default), @value{GDBN} will open them read-only.
c338a2fd 6328
1d7c3357
RP
6329If you have already loaded a file, you must load it again (using the
6330@code{exec-file}
6331@ifclear BARETARGET
6332or @code{core-file}
6333@end ifclear
6334command) after changing @code{set write}, for your new setting to take
6335effect.
c338a2fd
RP
6336
6337@item show write
7d7ff5f6 6338@kindex show write
0f153e74 6339Display whether executable files
18fae2a8 6340@ifclear BARETARGET
0f153e74 6341and core files
18fae2a8 6342@end ifclear
0f153e74 6343will be opened for writing as well as reading.
c338a2fd
RP
6344@end table
6345
18fae2a8 6346@node GDB Files
93918348 6347@chapter @value{GDBN} Files
70b88761 6348
18fae2a8 6349@value{GDBN} needs to know the file name of the program to be debugged, both in
4eb4cf57 6350order to read its symbol table and in order to start your program.
18fae2a8 6351@ifclear BARETARGET
93918348
RP
6352To debug a core dump of a previous run, you must also tell @value{GDBN}
6353the name of the core dump file.
18fae2a8 6354@end ifclear
1041a570 6355
70b88761 6356@menu
ed447b95
RP
6357* Files:: Commands to specify files
6358* Symbol Errors:: Errors reading symbol files
70b88761
RP
6359@end menu
6360
4eb4cf57 6361@node Files
93928b60 6362@section Commands to specify files
70b88761 6363@cindex symbol table
70b88761 6364
18fae2a8 6365@ifclear BARETARGET
0f153e74 6366@cindex core dump file
1041a570 6367The usual way to specify executable and core dump file names is with
ed447b95 6368the command arguments given when you start @value{GDBN} (@pxref{Invocation,
18fae2a8
RP
6369,Getting In and Out of @value{GDBN}}.
6370@end ifclear
6371@ifset BARETARGET
4eb4cf57 6372The usual way to specify an executable file name is with
18fae2a8
RP
6373the command argument given when you start @value{GDBN}, (@pxref{Invocation,
6374,Getting In and Out of @value{GDBN}}.
6375@end ifset
70b88761
RP
6376
6377Occasionally it is necessary to change to a different file during a
93918348
RP
6378@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
6379a file you want to use. In these situations the @value{GDBN} commands
6380to specify new files are useful.
70b88761
RP
6381
6382@table @code
6383@item file @var{filename}
6384@cindex executable file
6385@kindex file
6386Use @var{filename} as the program to be debugged. It is read for its
6387symbols and for the contents of pure memory. It is also the program
6388executed when you use the @code{run} command. If you do not specify a
93918348 6389directory and the file is not found in the @value{GDBN} working directory, @value{GDBN}
1041a570
RP
6390uses the environment variable @code{PATH} as a list of directories to
6391search, just as the shell does when looking for a program to run. You
18fae2a8 6392can change the value of this variable, for both @value{GDBN} and your program,
1041a570 6393using the @code{path} command.
70b88761 6394
14d01801
RP
6395On systems with memory-mapped files, an auxiliary symbol table file
6396@file{@var{filename}.syms} may be available for @var{filename}. If it
18fae2a8 6397is, @value{GDBN} will map in the symbol table from
14d01801 6398@file{@var{filename}.syms}, starting up more quickly. See the
95d5ceb9 6399descriptions of the options @samp{-mapped} and @samp{-readnow} (available
77b46d13
JG
6400on the command line, and with the commands @code{file}, @code{symbol-file},
6401or @code{add-symbol-file}), for more information.
14d01801 6402
e0dacfd1 6403@item file
18fae2a8 6404@code{file} with no argument makes @value{GDBN} discard any information it
70b88761
RP
6405has on both executable file and the symbol table.
6406
e0dacfd1 6407@item exec-file @r{[} @var{filename} @r{]}
70b88761
RP
6408@kindex exec-file
6409Specify that the program to be run (but not the symbol table) is found
18fae2a8 6410in @var{filename}. @value{GDBN} will search the environment variable @code{PATH}
29a2b744 6411if necessary to locate your program. Omitting @var{filename} means to
e0dacfd1 6412discard information on the executable file.
70b88761 6413
e0dacfd1 6414@item symbol-file @r{[} @var{filename} @r{]}
70b88761
RP
6415@kindex symbol-file
6416Read symbol table information from file @var{filename}. @code{PATH} is
6417searched when necessary. Use the @code{file} command to get both symbol
6418table and program to run from the same file.
6419
93918348 6420@code{symbol-file} with no argument clears out @value{GDBN} information on your
70b88761
RP
6421program's symbol table.
6422
18fae2a8 6423The @code{symbol-file} command causes @value{GDBN} to forget the contents of its
70b88761
RP
6424convenience variables, the value history, and all breakpoints and
6425auto-display expressions. This is because they may contain pointers to
6426the internal data recording symbols and data types, which are part of
18fae2a8 6427the old symbol table data being discarded inside @value{GDBN}.
70b88761
RP
6428
6429@code{symbol-file} will not repeat if you press @key{RET} again after
6430executing it once.
6431
18fae2a8 6432When @value{GDBN} is configured for a particular environment, it will
14d01801
RP
6433understand debugging information in whatever format is the standard
6434generated for that environment; you may use either a GNU compiler, or
6435other compilers that adhere to the local conventions. Best results are
18fae2a8 6436usually obtained from GNU compilers; for example, using @code{@value{GCC}}
14d01801
RP
6437you can generate debugging information for optimized code.
6438
70b88761 6439On some kinds of object files, the @code{symbol-file} command does not
14d01801 6440normally read the symbol table in full right away. Instead, it scans
70b88761
RP
6441the symbol table quickly to find which source files and which symbols
6442are present. The details are read later, one source file at a time,
1041a570 6443as they are needed.
70b88761 6444
18fae2a8 6445The purpose of this two-stage reading strategy is to make @value{GDBN} start up
1041a570
RP
6446faster. For the most part, it is invisible except for occasional
6447pauses while the symbol table details for a particular source file are
6448being read. (The @code{set verbose} command can turn these pauses
93928b60
RP
6449into messages if desired. @xref{Messages/Warnings, ,Optional warnings
6450and messages}.)
70b88761 6451
8c69096b
RP
6452We have not implemented the two-stage strategy for COFF yet. When the
6453symbol table is stored in COFF format, @code{symbol-file} reads the
6454symbol table data in full right away.
70b88761 6455
95d5ceb9
RP
6456@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
6457@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
14d01801
RP
6458@kindex readnow
6459@cindex reading symbols immediately
6460@cindex symbols, reading immediately
6461@kindex mapped
6462@cindex memory-mapped symbol file
38962738 6463@cindex saving symbol table
18fae2a8 6464You can override the @value{GDBN} two-stage strategy for reading symbol
95d5ceb9 6465tables by using the @samp{-readnow} option with any of the commands that
18fae2a8 6466load symbol table information, if you want to be sure @value{GDBN} has the
14d01801
RP
6467entire symbol table available.
6468
18fae2a8 6469@ifclear BARETARGET
14d01801 6470If memory-mapped files are available on your system through the
95d5ceb9 6471@code{mmap} system call, you can use another option, @samp{-mapped}, to
18fae2a8
RP
6472cause @value{GDBN} to write the symbols for your program into a reusable
6473file. Future @value{GDBN} debugging sessions will map in symbol information
93918348 6474from this auxiliary symbol file (if the program has not changed), rather
77b46d13
JG
6475than spending time reading the symbol table from the executable
6476program. Using the @samp{-mapped} option has the same effect as
18fae2a8 6477starting @value{GDBN} with the @samp{-mapped} command-line option.
14d01801 6478
95d5ceb9 6479You can use both options together, to make sure the auxiliary symbol
14d01801
RP
6480file has all the symbol information for your program.
6481
6482The auxiliary symbol file for a program called @var{myprog} is called
6483@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
18fae2a8 6484than the corresponding executable), @value{GDBN} will always attempt to use
14d01801
RP
6485it when you debug @var{myprog}; no special options or commands are
6486needed.
93918348
RP
6487
6488The @file{.syms} file is specific to the host machine where you run
34ae25cd 6489@value{GDBN}. It holds an exact image of the internal @value{GDBN}
93918348
RP
6490symbol table. It cannot be shared across multiple host platforms.
6491
14d01801
RP
6492@c FIXME: for now no mention of directories, since this seems to be in
6493@c flux. 13mar1992 status is that in theory GDB would look either in
6494@c current dir or in same dir as myprog; but issues like competing
6495@c GDB's, or clutter in system dirs, mean that in practice right now
6496@c only current dir is used. FFish says maybe a special GDB hierarchy
6497@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
6498@c files.
70b88761 6499
e0dacfd1 6500@item core-file @r{[} @var{filename} @r{]}
70b88761
RP
6501@kindex core
6502@kindex core-file
6503Specify the whereabouts of a core dump file to be used as the ``contents
6504of memory''. Traditionally, core files contain only some parts of the
18fae2a8 6505address space of the process that generated them; @value{GDBN} can access the
70b88761
RP
6506executable file itself for other parts.
6507
6508@code{core-file} with no argument specifies that no core file is
6509to be used.
6510
6511Note that the core file is ignored when your program is actually running
18fae2a8 6512under @value{GDBN}. So, if you have been running your program and you wish to
70b88761
RP
6513debug a core file instead, you must kill the subprocess in which the
6514program is running. To do this, use the @code{kill} command
93928b60 6515(@pxref{Kill Process, ,Killing the child process}).
18fae2a8 6516@end ifclear
70b88761
RP
6517
6518@item load @var{filename}
6519@kindex load
18fae2a8 6520@ifset GENERIC
70b88761 6521Depending on what remote debugging facilities are configured into
18fae2a8 6522@value{GDBN}, the @code{load} command may be available. Where it exists, it
70b88761
RP
6523is meant to make @var{filename} (an executable) available for debugging
6524on the remote system---by downloading, or dynamic linking, for example.
93918348 6525@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
70b88761
RP
6526the @code{add-symbol-file} command.
6527
ed447b95
RP
6528If your @value{GDBN} does not have a @code{load} command, attempting to
6529execute it gets the error message ``@code{You can't do that when your
6530target is @dots{}}''
18fae2a8 6531@end ifset
70b88761 6532
18fae2a8 6533@ifset VXWORKS
70b88761 6534On VxWorks, @code{load} will dynamically link @var{filename} on the
18fae2a8
RP
6535current target system as well as adding its symbols in @value{GDBN}.
6536@end ifset
70b88761 6537
a64a6c2b 6538@ifset I960
70b88761
RP
6539@cindex download to Nindy-960
6540With the Nindy interface to an Intel 960 board, @code{load} will
6541download @var{filename} to the 960 as well as adding its symbols in
18fae2a8
RP
6542@value{GDBN}.
6543@end ifset
70b88761 6544
a64a6c2b 6545@ifset H8
1d7c3357
RP
6546@cindex download to H8/300 or H8/500
6547@cindex H8/300 or H8/500 download
a64a6c2b
RP
6548@c start-sanitize-Hitachi-SH
6549@cindex download to Hitachi SH
6550@cindex Hitachi SH download
6551@c end-sanitize-Hitachi-SH
6552When you select remote debugging to a Hitachi
6553@c start-sanitize-Hitachi-SH
6554SH,
6555@c end-sanitize-Hitachi-SH
6556H8/300, or H8/500 board
6557(@pxref{Hitachi Remote,,@value{GDBN} and Hitachi Microprocessors}),
1d7c3357
RP
6558the @code{load} command downloads your program to the Hitachi board and also
6559opens it as the current executable target for @value{GDBN} on your host
6560(like the @code{file} command).
18fae2a8 6561@end ifset
c7cb8acb 6562
70b88761
RP
6563@code{load} will not repeat if you press @key{RET} again after using it.
6564
18fae2a8 6565@ifclear BARETARGET
70b88761 6566@item add-symbol-file @var{filename} @var{address}
95d5ceb9 6567@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
70b88761
RP
6568@kindex add-symbol-file
6569@cindex dynamic linking
6570The @code{add-symbol-file} command reads additional symbol table information
b80282d5 6571from the file @var{filename}. You would use this command when @var{filename}
70b88761
RP
6572has been dynamically loaded (by some other means) into the program that
6573is running. @var{address} should be the memory address at which the
18fae2a8 6574file has been loaded; @value{GDBN} cannot figure this out for itself.
70b88761
RP
6575
6576The symbol table of the file @var{filename} is added to the symbol table
6577originally read with the @code{symbol-file} command. You can use the
6578@code{add-symbol-file} command any number of times; the new symbol data thus
6579read keeps adding to the old. To discard all old symbol data instead,
e251e767 6580use the @code{symbol-file} command.
70b88761
RP
6581
6582@code{add-symbol-file} will not repeat if you press @key{RET} after using it.
6583
95d5ceb9 6584You can use the @samp{-mapped} and @samp{-readnow} options just as with
18fae2a8 6585the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
0f153e74 6586table information for @var{filename}.
18fae2a8 6587@end ifclear
95d5ceb9 6588
70b88761
RP
6589@item info files
6590@itemx info target
6591@kindex info files
6592@kindex info target
1041a570 6593@code{info files} and @code{info target} are synonymous; both print
1d7c3357
RP
6594the current target (@pxref{Targets, ,Specifying a Debugging Target}),
6595including the
6596@ifclear BARETARGET
6597names of the executable and core dump files
6598@end ifclear
6599@ifset BARETARGET
6600name of the executable file
6601@end ifset
6602currently in use by @value{GDBN}, and the files from which symbols were
6603loaded. The command @code{help targets} lists all possible targets
6604rather than current ones.
70b88761
RP
6605@end table
6606
6607All file-specifying commands allow both absolute and relative file names
18fae2a8 6608as arguments. @value{GDBN} always converts the file name to an absolute path
70b88761
RP
6609name and remembers it that way.
6610
18fae2a8 6611@ifclear BARETARGET
70b88761 6612@cindex shared libraries
18fae2a8
RP
6613@value{GDBN} supports SunOS, SVR4, and IBM RS/6000 shared libraries.
6614@value{GDBN} automatically loads symbol definitions from shared libraries
77b46d13 6615when you use the @code{run} command, or when you examine a core file.
18fae2a8 6616(Before you issue the @code{run} command, @value{GDBN} will not understand
77b46d13
JG
6617references to a function in a shared library, however---unless you are
6618debugging a core file).
18fae2a8 6619@c FIXME: next @value{GDBN} release should permit some refs to undef
1041a570 6620@c FIXME...symbols---eg in a break cmd---assuming they are from a shared lib
70b88761
RP
6621
6622@table @code
70b88761
RP
6623@item info share
6624@itemx info sharedlibrary
6625@kindex info sharedlibrary
6626@kindex info share
c338a2fd 6627Print the names of the shared libraries which are currently loaded.
70b88761 6628
c338a2fd
RP
6629@item sharedlibrary @var{regex}
6630@itemx share @var{regex}
6631@kindex sharedlibrary
6632@kindex share
6633This is an obsolescent command; you can use it to explicitly
6634load shared object library symbols for files matching a UNIX regular
6635expression, but as with files loaded automatically, it will only load
6636shared libraries required by your program for a core file or after
6637typing @code{run}. If @var{regex} is omitted all shared libraries
6638required by your program are loaded.
6639@end table
18fae2a8 6640@end ifclear
70b88761 6641
4eb4cf57 6642@node Symbol Errors
93928b60 6643@section Errors reading symbol files
1041a570 6644
18fae2a8 6645While reading a symbol file, @value{GDBN} will occasionally encounter problems,
1041a570 6646such as symbol types it does not recognize, or known bugs in compiler
18fae2a8 6647output. By default, @value{GDBN} does not notify you of such problems, since
1041a570
RP
6648they are relatively common and primarily of interest to people
6649debugging compilers. If you are interested in seeing information
18fae2a8 6650about ill-constructed symbol tables, you can either ask @value{GDBN} to print
b80282d5 6651only one message about each such type of problem, no matter how many
18fae2a8 6652times the problem occurs; or you can ask @value{GDBN} to print more messages,
1041a570 6653to see how many times the problems occur, with the @code{set
93928b60
RP
6654complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
6655messages}).
70b88761
RP
6656
6657The messages currently printed, and their meanings, are:
6658
6659@table @code
6660@item inner block not inside outer block in @var{symbol}
6661
6662The symbol information shows where symbol scopes begin and end
6663(such as at the start of a function or a block of statements). This
6664error indicates that an inner scope block is not fully contained
e251e767 6665in its outer scope blocks.
70b88761 6666
18fae2a8 6667@value{GDBN} circumvents the problem by treating the inner block as if it had
70b88761
RP
6668the same scope as the outer block. In the error message, @var{symbol}
6669may be shown as ``@code{(don't know)}'' if the outer block is not a
6670function.
6671
6672@item block at @var{address} out of order
6673
e251e767 6674The symbol information for symbol scope blocks should occur in
70b88761 6675order of increasing addresses. This error indicates that it does not
e251e767 6676do so.
70b88761 6677
ed447b95
RP
6678@value{GDBN} does not circumvent this problem, and will have trouble
6679locating symbols in the source file whose symbols it is reading. (You
6680can often determine what source file is affected by specifying
93928b60
RP
6681@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
6682messages}.)
70b88761
RP
6683
6684@item bad block start address patched
6685
6686The symbol information for a symbol scope block has a start address
6687smaller than the address of the preceding source line. This is known
e251e767 6688to occur in the SunOS 4.1.1 (and earlier) C compiler.
70b88761 6689
18fae2a8 6690@value{GDBN} circumvents the problem by treating the symbol scope block as
70b88761
RP
6691starting on the previous source line.
6692
70b88761
RP
6693@item bad string table offset in symbol @var{n}
6694
6695@cindex foo
6696Symbol number @var{n} contains a pointer into the string table which is
e251e767 6697larger than the size of the string table.
70b88761 6698
18fae2a8 6699@value{GDBN} circumvents the problem by considering the symbol to have the
70b88761
RP
6700name @code{foo}, which may cause other problems if many symbols end up
6701with this name.
6702
6703@item unknown symbol type @code{0x@var{nn}}
6704
18fae2a8 6705The symbol information contains new data types that @value{GDBN} does not yet
70b88761 6706know how to read. @code{0x@var{nn}} is the symbol type of the misunderstood
e251e767 6707information, in hexadecimal.
70b88761 6708
18fae2a8 6709@value{GDBN} circumvents the error by ignoring this symbol information. This
29a2b744 6710will usually allow your program to be debugged, though certain symbols
70b88761 6711will not be accessible. If you encounter such a problem and feel like
18fae2a8 6712debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint on
70b88761
RP
6713@code{complain}, then go up to the function @code{read_dbx_symtab} and
6714examine @code{*bufp} to see the symbol.
6715
6716@item stub type has NULL name
1d7c3357
RP
6717@value{GDBN} could not find the full definition for
6718@ifclear CONLY
6719a struct or class.
6720@end ifclear
6721@ifset CONLY
6722a struct.
6723@end ifset
70b88761 6724
1d7c3357 6725@ifclear CONLY
440d9834 6726@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
70b88761
RP
6727
6728The symbol information for a C++ member function is missing some
440d9834
RP
6729information that recent versions of the compiler should have output
6730for it.
1d7c3357 6731@end ifclear
70b88761 6732
440d9834 6733@item info mismatch between compiler and debugger
70b88761 6734
18fae2a8 6735@value{GDBN} could not parse a type specification output by the compiler.
70b88761
RP
6736@end table
6737
4eb4cf57 6738@node Targets
e251e767 6739@chapter Specifying a Debugging Target
70b88761
RP
6740@cindex debugging target
6741@kindex target
1041a570 6742
cedaf8bc 6743A @dfn{target} is the execution environment occupied by your program.
18fae2a8
RP
6744@ifclear BARETARGET
6745Often, @value{GDBN} runs in the same host environment as your program; in
1041a570
RP
6746that case, the debugging target is specified as a side effect when you
6747use the @code{file} or @code{core} commands. When you need more
18fae2a8 6748flexibility---for example, running @value{GDBN} on a physically separate
1041a570 6749host, or controlling a standalone system over a serial port or a
0f153e74 6750realtime system over a TCP/IP connection---you
18fae2a8
RP
6751@end ifclear
6752@ifset BARETARGET
0f153e74 6753You
18fae2a8 6754@end ifset
0f153e74 6755can use the @code{target} command to specify one of the target types
93928b60
RP
6756configured for @value{GDBN} (@pxref{Target Commands, ,Commands for managing
6757targets}).
70b88761
RP
6758
6759@menu
ed447b95
RP
6760* Active Targets:: Active targets
6761* Target Commands:: Commands for managing targets
6762* Remote:: Remote debugging
70b88761
RP
6763@end menu
6764
4eb4cf57 6765@node Active Targets
93928b60 6766@section Active targets
70b88761
RP
6767@cindex stacking targets
6768@cindex active targets
6769@cindex multiple targets
6770
18fae2a8 6771@ifclear BARETARGET
cedaf8bc 6772There are three classes of targets: processes, core files, and
18fae2a8 6773executable files. @value{GDBN} can work concurrently on up to three active
cedaf8bc
RP
6774targets, one in each class. This allows you to (for example) start a
6775process and inspect its activity without abandoning your work on a core
6776file.
70b88761 6777
ed447b95 6778For example, if you execute @samp{gdb a.out}, then the executable file
cedaf8bc
RP
6779@code{a.out} is the only active target. If you designate a core file as
6780well---presumably from a prior run that crashed and coredumped---then
18fae2a8 6781@value{GDBN} has two active targets and will use them in tandem, looking
cedaf8bc
RP
6782first in the corefile target, then in the executable file, to satisfy
6783requests for memory addresses. (Typically, these two classes of target
29a2b744 6784are complementary, since core files contain only a program's
cedaf8bc
RP
6785read-write memory---variables and so on---plus machine status, while
6786executable files contain only the program text and initialized data.)
18fae2a8 6787@end ifclear
cedaf8bc
RP
6788
6789When you type @code{run}, your executable file becomes an active process
18fae2a8 6790target as well. When a process target is active, all @value{GDBN} commands
0f153e74 6791requesting memory addresses refer to that target; addresses in an
18fae2a8 6792@ifclear BARETARGET
0f153e74 6793active core file or
18fae2a8 6794@end ifclear
0f153e74 6795executable file target are obscured while the process
cedaf8bc
RP
6796target is active.
6797
18fae2a8 6798@ifset BARETARGET
4eb4cf57 6799Use the @code{exec-file} command to select a
93928b60
RP
6800new executable target (@pxref{Files, ,Commands to specify
6801files}).
18fae2a8
RP
6802@end ifset
6803@ifclear BARETARGET
1041a570 6804Use the @code{core-file} and @code{exec-file} commands to select a
93928b60
RP
6805new core file or executable target (@pxref{Files, ,Commands to specify
6806files}). To specify as a target a process that is already running, use
1041a570 6807the @code{attach} command (@pxref{Attach, ,Debugging an
93928b60 6808already-running process}).
18fae2a8 6809@end ifclear
70b88761 6810
4eb4cf57 6811@node Target Commands
93928b60 6812@section Commands for managing targets
70b88761
RP
6813
6814@table @code
6815@item target @var{type} @var{parameters}
1d7c3357
RP
6816Connects the @value{GDBN} host environment to a target
6817@ifset BARETARGET
6818machine.
6819@end ifset
6820@ifclear BARETARGET
6821machine or process. A target is typically a protocol for talking to
6822debugging facilities. You use the argument @var{type} to specify the
6823type or protocol of the target machine.
70b88761
RP
6824
6825Further @var{parameters} are interpreted by the target protocol, but
6826typically include things like device names or host names to connect
e251e767 6827with, process numbers, and baud rates.
1d7c3357 6828@end ifclear
70b88761
RP
6829
6830The @code{target} command will not repeat if you press @key{RET} again
6831after executing the command.
6832
6833@item help target
6834@kindex help target
6835Displays the names of all targets available. To display targets
6836currently selected, use either @code{info target} or @code{info files}
93928b60 6837(@pxref{Files, ,Commands to specify files}).
70b88761
RP
6838
6839@item help target @var{name}
6840Describe a particular target, including any parameters necessary to
6841select it.
6842@end table
6843
c7cb8acb 6844Here are some common targets (available, or not, depending on the GDB
70b88761
RP
6845configuration):
6846
6847@table @code
fe715d06 6848@item target exec @var{program}
70b88761 6849@kindex target exec
fe715d06
RP
6850An executable file. @samp{target exec @var{program}} is the same as
6851@samp{exec-file @var{program}}.
70b88761 6852
1d7c3357 6853@ifclear BARETARGET
70b88761
RP
6854@item target core @var{filename}
6855@kindex target core
6856A core dump file. @samp{target core @var{filename}} is the same as
6857@samp{core-file @var{filename}}.
1d7c3357 6858@end ifclear
70b88761 6859
18fae2a8 6860@ifset REMOTESTUB
70b88761
RP
6861@item target remote @var{dev}
6862@kindex target remote
c7cb8acb 6863Remote serial target in GDB-specific protocol. The argument @var{dev}
70b88761 6864specifies what serial device to use for the connection (e.g.
93928b60 6865@file{/dev/ttya}). @xref{Remote, ,Remote debugging}.
18fae2a8 6866@end ifset
70b88761 6867
fe715d06
RP
6868@ifset SIMS
6869@item target sim
6870@kindex target sim
6871CPU simulator. @xref{Simulator,,Simulated CPU Target}.
6872@end ifset
6873
a64a6c2b 6874@ifset AMD29K
fe715d06
RP
6875@item target udi @var{keyword}
6876@kindex target udi
6877Remote AMD29K target, using the AMD UDI protocol. The @var{keyword}
6878argument specifies which 29K board or simulator to use. @xref{UDI29K
6879Remote,,@value{GDBN} and the UDI protocol for AMD29K}.
6880
70b88761
RP
6881@item target amd-eb @var{dev} @var{speed} @var{PROG}
6882@kindex target amd-eb
6883@cindex AMD EB29K
6884Remote PC-resident AMD EB29K board, attached over serial lines.
6885@var{dev} is the serial device, as for @code{target remote};
6886@var{speed} allows you to specify the linespeed; and @var{PROG} is the
6887name of the program to be debugged, as it appears to DOS on the PC.
ed447b95 6888@xref{EB29K Remote, ,@value{GDBN} with a remote EB29K}.
77fe5411 6889
18fae2a8 6890@end ifset
a64a6c2b 6891@ifset H8
c7cb8acb
RP
6892@item target hms
6893@kindex target hms
a64a6c2b
RP
6894A Hitachi
6895@c start-sanitize-Hitachi-SH
6896SH,
6897@c end-sanitize-Hitachi-SH
6898H8/300, or H8/500 board, attached via serial line to your host.
6899@ifclear H8EXCLUSIVE
6900@c Unix only, not currently of interest for H8-only manual
6901Use special commands @code{device} and @code{speed} to control the serial
6902line and the communications speed used.
6903@end ifclear
6904@xref{Hitachi Remote,,@value{GDBN} and Hitachi Microprocessors}.
c7cb8acb 6905
18fae2a8 6906@end ifset
a64a6c2b 6907@ifset I960
70b88761
RP
6908@item target nindy @var{devicename}
6909@kindex target nindy
6910An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is
6911the name of the serial device to use for the connection, e.g.
ed447b95 6912@file{/dev/ttya}. @xref{i960-Nindy Remote, ,@value{GDBN} with a remote i960 (Nindy)}.
70b88761 6913
18fae2a8 6914@end ifset
a64a6c2b 6915@ifset ST2000
77fe5411
RP
6916@item target st2000 @var{dev} @var{speed}
6917@kindex target st2000
6918A Tandem ST2000 phone switch, running Tandem's STDBUG protocol. @var{dev}
6919is the name of the device attached to the ST2000 serial line;
6920@var{speed} is the communication line speed. The arguments are not used
18fae2a8
RP
6921if @value{GDBN} is configured to connect to the ST2000 using TCP or Telnet.
6922@xref{ST2000 Remote,,@value{GDBN} with a Tandem ST2000}.
77fe5411 6923
18fae2a8
RP
6924@end ifset
6925@ifset VXWORKS
70b88761
RP
6926@item target vxworks @var{machinename}
6927@kindex target vxworks
6928A VxWorks system, attached via TCP/IP. The argument @var{machinename}
6929is the target system's machine name or IP address.
18fae2a8
RP
6930@xref{VxWorks Remote, ,@value{GDBN} and VxWorks}.
6931@end ifset
70b88761
RP
6932@end table
6933
18fae2a8
RP
6934@ifset GENERIC
6935Different targets are available on different configurations of @value{GDBN}; your
70b88761 6936configuration may have more or fewer targets.
18fae2a8 6937@end ifset
70b88761 6938
4eb4cf57 6939@node Remote
93928b60 6940@section Remote debugging
70b88761
RP
6941@cindex remote debugging
6942
29a2b744 6943If you are trying to debug a program running on a machine that cannot run
c7cb8acb 6944GDB in the usual way, it is often useful to use remote debugging. For
70b88761
RP
6945example, you might use remote debugging on an operating system kernel, or on
6946a small system which does not have a general purpose operating system
e251e767 6947powerful enough to run a full-featured debugger.
70b88761 6948
c7cb8acb 6949Some configurations of GDB have special serial or TCP/IP interfaces
70b88761 6950to make this work with particular debugging targets. In addition,
c7cb8acb 6951GDB comes with a generic serial protocol (specific to GDB, but
70b88761
RP
6952not specific to any particular target system) which you can use if you
6953write the remote stubs---the code that will run on the remote system to
c7cb8acb 6954communicate with GDB.
70b88761 6955
70b88761 6956Other remote targets may be available in your
c7cb8acb 6957configuration of GDB; use @code{help targets} to list them.
70b88761 6958
18fae2a8
RP
6959@ifset GENERIC
6960@c Text on starting up GDB in various specific cases; it goes up front
6961@c in manuals configured for any of those particular situations, here
6962@c otherwise.
18fae2a8
RP
6963@menu
6964@ifset REMOTESTUB
6965* Remote Serial:: @value{GDBN} remote serial protocol
6966@end ifset
a64a6c2b 6967@ifset I960
18fae2a8
RP
6968* i960-Nindy Remote:: @value{GDBN} with a remote i960 (Nindy)
6969@end ifset
a64a6c2b 6970@ifset AMD29K
fe715d06 6971* UDI29K Remote:: @value{GDBN} and the UDI protocol for AMD29K
18fae2a8
RP
6972* EB29K Remote:: @value{GDBN} with a remote EB29K
6973@end ifset
6974@ifset VXWORKS
6975* VxWorks Remote:: @value{GDBN} and VxWorks
6976@end ifset
a64a6c2b 6977@ifset ST2000
18fae2a8
RP
6978* ST2000 Remote:: @value{GDBN} with a Tandem ST2000
6979@end ifset
a64a6c2b
RP
6980@ifset H8
6981* Hitachi Remote:: @value{GDBN} and Hitachi Microprocessors
18fae2a8 6982@end ifset
34ae25cd
RP
6983@ifset MIPS
6984* MIPS Remote:: @value{GDBN} and MIPS boards
6985@end ifset
fe715d06
RP
6986@ifset SIMS
6987* Simulator:: Simulated CPU target
18fae2a8
RP
6988@end ifset
6989@end menu
70b88761 6990
18fae2a8
RP
6991@include gdbinv-s.texi
6992@end ifset
6993
6994@node Controlling GDB
6995@chapter Controlling @value{GDBN}
70b88761 6996
93918348 6997You can alter the way @value{GDBN} interacts with you by using
18fae2a8 6998the @code{set} command. For commands controlling how @value{GDBN} displays
93928b60 6999data, @pxref{Print Settings, ,Print settings}; other settings are described here.
70b88761
RP
7000
7001@menu
b80282d5 7002* Prompt:: Prompt
ed447b95
RP
7003* Editing:: Command editing
7004* History:: Command history
7005* Screen Size:: Screen size
b80282d5 7006* Numbers:: Numbers
ed447b95 7007* Messages/Warnings:: Optional warnings and messages
70b88761
RP
7008@end menu
7009
4eb4cf57 7010@node Prompt
70b88761
RP
7011@section Prompt
7012@cindex prompt
1041a570 7013
18fae2a8
RP
7014@value{GDBN} indicates its readiness to read a command by printing a string
7015called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
70b88761 7016can change the prompt string with the @code{set prompt} command. For
18fae2a8 7017instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
9aa964da 7018the prompt in one of the @value{GDBN} sessions so that you can always tell which
70b88761
RP
7019one you are talking to.
7020
7021@table @code
7022@item set prompt @var{newprompt}
7023@kindex set prompt
18fae2a8 7024Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
70b88761
RP
7025@kindex show prompt
7026@item show prompt
7027Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
7028@end table
7029
4eb4cf57 7030@node Editing
93928b60 7031@section Command editing
70b88761
RP
7032@cindex readline
7033@cindex command line editing
1041a570 7034
18fae2a8 7035@value{GDBN} reads its input commands via the @dfn{readline} interface. This
70b88761
RP
7036GNU library provides consistent behavior for programs which provide a
7037command line interface to the user. Advantages are @code{emacs}-style
7038or @code{vi}-style inline editing of commands, @code{csh}-like history
7039substitution, and a storage and recall of command history across
7040debugging sessions.
7041
18fae2a8 7042You may control the behavior of command line editing in @value{GDBN} with the
e251e767 7043command @code{set}.
70b88761
RP
7044
7045@table @code
7046@kindex set editing
7047@cindex editing
7048@item set editing
7049@itemx set editing on
7050Enable command line editing (enabled by default).
7051
7052@item set editing off
7053Disable command line editing.
7054
7055@kindex show editing
7056@item show editing
7057Show whether command line editing is enabled.
7058@end table
7059
4eb4cf57 7060@node History
ed447b95
RP
7061@section Command history
7062
7063@value{GDBN} can keep track of the commands you type during your
7064debugging sessions, so that you can be certain of precisely what
7065happened. Use these commands to manage the @value{GDBN} command
7066history facility.
1041a570 7067
70b88761
RP
7068@table @code
7069@cindex history substitution
7070@cindex history file
7071@kindex set history filename
7072@item set history filename @var{fname}
18fae2a8
RP
7073Set the name of the @value{GDBN} command history file to @var{fname}. This is
7074the file from which @value{GDBN} will read an initial command history
70b88761
RP
7075list or to which it will write this list when it exits. This list is
7076accessed through history expansion or through the history
7077command editing characters listed below. This file defaults to the
7078value of the environment variable @code{GDBHISTFILE}, or to
7079@file{./.gdb_history} if this variable is not set.
7080
7081@cindex history save
7082@kindex set history save
7083@item set history save
7084@itemx set history save on
7085Record command history in a file, whose name may be specified with the
7086@code{set history filename} command. By default, this option is disabled.
7087
7088@item set history save off
7089Stop recording command history in a file.
7090
7091@cindex history size
7092@kindex set history size
7093@item set history size @var{size}
18fae2a8 7094Set the number of commands which @value{GDBN} will keep in its history list.
70b88761
RP
7095This defaults to the value of the environment variable
7096@code{HISTSIZE}, or to 256 if this variable is not set.
7097@end table
7098
7099@cindex history expansion
7100History expansion assigns special meaning to the character @kbd{!}.
ed447b95 7101@ifset have-readline-appendices
1041a570 7102@xref{Event Designators}.
ed447b95
RP
7103@end ifset
7104
70b88761
RP
7105Since @kbd{!} is also the logical not operator in C, history expansion
7106is off by default. If you decide to enable history expansion with the
7107@code{set history expansion on} command, you may sometimes need to
7108follow @kbd{!} (when it is used as logical not, in an expression) with
7109a space or a tab to prevent it from being expanded. The readline
7110history facilities will not attempt substitution on the strings
7111@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
7112
7113The commands to control history expansion are:
7114
7115@table @code
7116
7117@kindex set history expansion
7118@item set history expansion on
7119@itemx set history expansion
7120Enable history expansion. History expansion is off by default.
7121
7122@item set history expansion off
7123Disable history expansion.
7124
7125The readline code comes with more complete documentation of
7126editing and history expansion features. Users unfamiliar with @code{emacs}
e251e767 7127or @code{vi} may wish to read it.
ed447b95 7128@ifset have-readline-appendices
70b88761 7129@xref{Command Line Editing}.
ed447b95 7130@end ifset
70b88761
RP
7131
7132@c @group
7133@kindex show history
7134@item show history
7135@itemx show history filename
7136@itemx show history save
7137@itemx show history size
7138@itemx show history expansion
18fae2a8 7139These commands display the state of the @value{GDBN} history parameters.
70b88761
RP
7140@code{show history} by itself displays all four states.
7141@c @end group
70b88761
RP
7142@end table
7143
7144@table @code
7145@kindex show commands
7146@item show commands
7147Display the last ten commands in the command history.
7148
7149@item show commands @var{n}
7150Print ten commands centered on command number @var{n}.
7151
7152@item show commands +
7153Print ten commands just after the commands last printed.
70b88761
RP
7154@end table
7155
4eb4cf57 7156@node Screen Size
93928b60 7157@section Screen size
70b88761
RP
7158@cindex size of screen
7159@cindex pauses in output
1041a570 7160
a1eff6c2
RP
7161Certain commands to @value{GDBN} may produce large amounts of
7162information output to the screen. To help you read all of it,
7163@value{GDBN} pauses and asks you for input at the end of each page of
7164output. Type @key{RET} when you want to continue the output, or @kbd{q}
34ae25cd
RP
7165to discard the remaining output. Also, the screen width setting
7166determines when to wrap lines of output. Depending on what is being
7167printed, @value{GDBN} tries to break the line at a readable place,
70b88761
RP
7168rather than simply letting it overflow onto the following line.
7169
18fae2a8 7170Normally @value{GDBN} knows the size of the screen from the termcap data base
70b88761
RP
7171together with the value of the @code{TERM} environment variable and the
7172@code{stty rows} and @code{stty cols} settings. If this is not correct,
7173you can override it with the @code{set height} and @code{set
7174width} commands:
7175
7176@table @code
7177@item set height @var{lpp}
7178@itemx show height
7179@itemx set width @var{cpl}
7180@itemx show width
7181@kindex set height
7182@kindex set width
7183@kindex show width
7184@kindex show height
7185These @code{set} commands specify a screen height of @var{lpp} lines and
7186a screen width of @var{cpl} characters. The associated @code{show}
7187commands display the current settings.
7188
18fae2a8 7189If you specify a height of zero lines, @value{GDBN} will not pause during output
70b88761
RP
7190no matter how long the output is. This is useful if output is to a file
7191or to an editor buffer.
7192@end table
7193
4eb4cf57 7194@node Numbers
70b88761
RP
7195@section Numbers
7196@cindex number representation
7197@cindex entering numbers
1041a570 7198
18fae2a8 7199You can always enter numbers in octal, decimal, or hexadecimal in @value{GDBN} by
70b88761
RP
7200the usual conventions: octal numbers begin with @samp{0}, decimal
7201numbers end with @samp{.}, and hexadecimal numbers begin with @samp{0x}.
7202Numbers that begin with none of these are, by default, entered in base
720310; likewise, the default display for numbers---when no particular
7204format is specified---is base 10. You can change the default base for
7205both input and output with the @code{set radix} command.
7206
7207@table @code
7208@kindex set radix
7209@item set radix @var{base}
7210Set the default base for numeric input and display. Supported choices
c2bbbb22 7211for @var{base} are decimal 2, 8, 10, 16. @var{base} must itself be
70b88761
RP
7212specified either unambiguously or using the current default radix; for
7213example, any of
7214
7215@example
c2bbbb22 7216set radix 1010
70b88761
RP
7217set radix 012
7218set radix 10.
7219set radix 0xa
7220@end example
7221
7222@noindent
7223will set the base to decimal. On the other hand, @samp{set radix 10}
7224will leave the radix unchanged no matter what it was.
7225
7226@kindex show radix
7227@item show radix
7228Display the current default base for numeric input and display.
70b88761
RP
7229@end table
7230
4eb4cf57 7231@node Messages/Warnings
93928b60 7232@section Optional warnings and messages
1041a570 7233
18fae2a8 7234By default, @value{GDBN} is silent about its inner workings. If you are running
70b88761 7235on a slow machine, you may want to use the @code{set verbose} command.
18fae2a8 7236It will make @value{GDBN} tell you when it does a lengthy internal operation, so
1041a570 7237you will not think it has crashed.
70b88761 7238
1041a570 7239Currently, the messages controlled by @code{set verbose} are those
d48da190 7240which announce that the symbol table for a source file is being read;
93928b60 7241see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
70b88761
RP
7242
7243@table @code
7244@kindex set verbose
7245@item set verbose on
93918348 7246Enables @value{GDBN} output of certain informational messages.
70b88761
RP
7247
7248@item set verbose off
93918348 7249Disables @value{GDBN} output of certain informational messages.
70b88761
RP
7250
7251@kindex show verbose
7252@item show verbose
7253Displays whether @code{set verbose} is on or off.
7254@end table
7255
18fae2a8 7256By default, if @value{GDBN} encounters bugs in the symbol table of an object
b80282d5 7257file, it is silent; but if you are debugging a compiler, you may find
93928b60 7258this information useful (@pxref{Symbol Errors, ,Errors reading symbol files}).
70b88761
RP
7259
7260@table @code
7261@kindex set complaints
7262@item set complaints @var{limit}
18fae2a8 7263Permits @value{GDBN} to output @var{limit} complaints about each type of unusual
70b88761
RP
7264symbols before becoming silent about the problem. Set @var{limit} to
7265zero to suppress all complaints; set it to a large number to prevent
7266complaints from being suppressed.
7267
7268@kindex show complaints
7269@item show complaints
18fae2a8 7270Displays how many symbol complaints @value{GDBN} is permitted to produce.
70b88761
RP
7271@end table
7272
18fae2a8 7273By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
70b88761
RP
7274lot of stupid questions to confirm certain commands. For example, if
7275you try to run a program which is already running:
1041a570 7276
70b88761 7277@example
18fae2a8 7278(@value{GDBP}) run
70b88761 7279The program being debugged has been started already.
e251e767 7280Start it from the beginning? (y or n)
70b88761
RP
7281@end example
7282
29a2b744 7283If you are willing to unflinchingly face the consequences of your own
70b88761
RP
7284commands, you can disable this ``feature'':
7285
7286@table @code
7287@kindex set confirm
7288@cindex flinching
7289@cindex confirmation
7290@cindex stupid questions
7291@item set confirm off
7292Disables confirmation requests.
7293
7294@item set confirm on
7295Enables confirmation requests (the default).
7296
7297@item show confirm
7298@kindex show confirm
7299Displays state of confirmation requests.
7300@end table
7301
29a2b744 7302@c FIXME this does not really belong here. But where *does* it belong?
b80282d5
RP
7303@cindex reloading symbols
7304Some systems allow individual object files that make up your program to
7305be replaced without stopping and restarting your program.
18fae2a8 7306@ifset VXWORKS
b80282d5
RP
7307For example, in VxWorks you can simply recompile a defective object file
7308and keep on running.
18fae2a8
RP
7309@end ifset
7310If you are running on one of these systems, you can allow @value{GDBN} to
1041a570
RP
7311reload the symbols for automatically relinked modules:
7312
b80282d5
RP
7313@table @code
7314@kindex set symbol-reloading
7315@item set symbol-reloading on
7316Replace symbol definitions for the corresponding source file when an
7317object file with a particular name is seen again.
7318
7319@item set symbol-reloading off
1041a570 7320Do not replace symbol definitions when re-encountering object files of
29a2b744 7321the same name. This is the default state; if you are not running on a
b80282d5 7322system that permits automatically relinking modules, you should leave
18fae2a8 7323@code{symbol-reloading} off, since otherwise @value{GDBN} may discard symbols
b80282d5
RP
7324when linking large programs, that may contain several modules (from
7325different directories or libraries) with the same name.
7326
7327@item show symbol-reloading
7328Show the current @code{on} or @code{off} setting.
7329@end table
7330
4eb4cf57 7331@node Sequences
70b88761
RP
7332@chapter Canned Sequences of Commands
7333
29a2b744 7334Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
93928b60 7335command lists}), @value{GDBN} provides two ways to store sequences of commands
1041a570 7336for execution as a unit: user-defined commands and command files.
70b88761
RP
7337
7338@menu
ed447b95
RP
7339* Define:: User-defined commands
7340* Hooks:: User-defined command hooks
7341* Command Files:: Command files
7342* Output:: Commands for controlled output
70b88761
RP
7343@end menu
7344
4eb4cf57 7345@node Define
ed447b95 7346@section User-defined commands
70b88761
RP
7347
7348@cindex user-defined command
18fae2a8 7349A @dfn{user-defined command} is a sequence of @value{GDBN} commands to which you
70b88761
RP
7350assign a new name as a command. This is done with the @code{define}
7351command.
7352
7353@table @code
7354@item define @var{commandname}
7355@kindex define
7356Define a command named @var{commandname}. If there is already a command
7357by that name, you are asked to confirm that you want to redefine it.
7358
18fae2a8 7359The definition of the command is made up of other @value{GDBN} command lines,
70b88761
RP
7360which are given following the @code{define} command. The end of these
7361commands is marked by a line containing @code{end}.
7362
7363@item document @var{commandname}
7364@kindex document
7365Give documentation to the user-defined command @var{commandname}. The
7366command @var{commandname} must already be defined. This command reads
7367lines of documentation just as @code{define} reads the lines of the
7368command definition, ending with @code{end}. After the @code{document}
7369command is finished, @code{help} on command @var{commandname} will print
7370the documentation you have specified.
7371
7372You may use the @code{document} command again to change the
7373documentation of a command. Redefining the command with @code{define}
7374does not change the documentation.
7375
7376@item help user-defined
7377@kindex help user-defined
7378List all user-defined commands, with the first line of the documentation
7379(if any) for each.
7380
4768ba62
JG
7381@item show user
7382@itemx show user @var{commandname}
7383@kindex show user
18fae2a8 7384Display the @value{GDBN} commands used to define @var{commandname} (but not its
70b88761
RP
7385documentation). If no @var{commandname} is given, display the
7386definitions for all user-defined commands.
7387@end table
7388
7389User-defined commands do not take arguments. When they are executed, the
7390commands of the definition are not printed. An error in any command
7391stops execution of the user-defined command.
7392
7393Commands that would ask for confirmation if used interactively proceed
18fae2a8 7394without asking when used inside a user-defined command. Many @value{GDBN} commands
70b88761
RP
7395that normally print messages to say what they are doing omit the messages
7396when used in a user-defined command.
7397
35a15d60 7398@node Hooks
93928b60 7399@section User-defined command hooks
35a15d60
JG
7400@cindex command files
7401
7402You may define @emph{hooks}, which are a special kind of user-defined
7403command. Whenever you run the command @samp{foo}, if the user-defined
7404command @samp{hook-foo} exists, it is executed (with no arguments)
7405before that command.
7406
1d7c3357
RP
7407In addition, a pseudo-command, @samp{stop} exists. Defining
7408(@samp{hook-stop}) makes the associated commands execute every time
7409execution stops in your program: before breakpoint commands are run,
7410displays are printed, or the stack frame is printed.
35a15d60 7411
1d7c3357
RP
7412@ifclear BARETARGET
7413For example, to ignore @code{SIGALRM} signals while
7414single-stepping, but treat them normally during normal execution,
7415you could define:
35a15d60
JG
7416
7417@example
7418define hook-stop
7419handle SIGALRM nopass
7420end
7421
7422define hook-run
7423handle SIGALRM pass
7424end
7425
7426define hook-continue
7427handle SIGLARM pass
7428end
7429@end example
1d7c3357 7430@end ifclear
35a15d60 7431
1d7c3357
RP
7432You can define a hook for any single-word command in @value{GDBN}, but
7433not for command aliases; you should define a hook for the basic command
7434name, e.g. @code{backtrace} rather than @code{bt}.
7435@c FIXME! So how does Joe User discover whether a command is an alias
7436@c or not?
7437If an error occurs during the execution of your hook, execution of
7438@value{GDBN} commands stops and @value{GDBN} issues a prompt
7439(before the command that you actually typed had a chance to run).
35a15d60 7440
93918348 7441If you try to define a hook which does not match any known command, you
35a15d60
JG
7442will get a warning from the @code{define} command.
7443
4eb4cf57 7444@node Command Files
93928b60 7445@section Command files
70b88761
RP
7446
7447@cindex command files
18fae2a8 7448A command file for @value{GDBN} is a file of lines that are @value{GDBN} commands. Comments
70b88761
RP
7449(lines starting with @kbd{#}) may also be included. An empty line in a
7450command file does nothing; it does not mean to repeat the last command, as
7451it would from the terminal.
7452
7453@cindex init file
18fae2a8
RP
7454@cindex @file{@value{GDBINIT}}
7455When you start @value{GDBN}, it automatically executes commands from its
7456@dfn{init files}. These are files named @file{@value{GDBINIT}}. @value{GDBN} reads
1041a570
RP
7457the init file (if any) in your home directory and then the init file
7458(if any) in the current working directory. (The init files are not
7459executed if you use the @samp{-nx} option; @pxref{Mode Options,
51b65b74
RP
7460,Choosing modes}.)
7461
7462@ifset GENERIC
7463@cindex init file name
7464On some configurations of @value{GDBN}, the init file is known by a
7465different name (these are typically environments where a specialized
7466form of GDB may need to coexist with other forms, hence a different name
7467for the specialized version's init file). These are the environments
7468with special init file names:
7469
7470@itemize @bullet
7471@kindex .vxgdbinit
7472@item
7473VxWorks (Wind River Systems real-time OS): @samp{.vxgdbinit}
7474
7475@kindex .os68gdbinit
7476@item
7477OS68K (Enea Data Systems real-time OS): @samp{.os68gdbinit}
7478
7479@kindex .esgdbinit
7480@item
7481ES-1800 (Ericsson Telecom AB M68000 emulator): @samp{.esgdbinit}
7482@end itemize
7483@end ifset
7484
7485You can also request the execution of a command file with the
7486@code{source} command:
70b88761
RP
7487
7488@table @code
7489@item source @var{filename}
7490@kindex source
7491Execute the command file @var{filename}.
7492@end table
7493
7494The lines in a command file are executed sequentially. They are not
7495printed as they are executed. An error in any command terminates execution
7496of the command file.
7497
7498Commands that would ask for confirmation if used interactively proceed
18fae2a8 7499without asking when used in a command file. Many @value{GDBN} commands that
70b88761
RP
7500normally print messages to say what they are doing omit the messages
7501when called from command files.
7502
4eb4cf57 7503@node Output
93928b60 7504@section Commands for controlled output
70b88761
RP
7505
7506During the execution of a command file or a user-defined command, normal
18fae2a8 7507@value{GDBN} output is suppressed; the only output that appears is what is
70b88761
RP
7508explicitly printed by the commands in the definition. This section
7509describes three commands useful for generating exactly the output you
7510want.
7511
7512@table @code
7513@item echo @var{text}
7514@kindex echo
29a2b744
RP
7515@c I do not consider backslash-space a standard C escape sequence
7516@c because it is not in ANSI.
1041a570
RP
7517Print @var{text}. Nonprinting characters can be included in
7518@var{text} using C escape sequences, such as @samp{\n} to print a
7519newline. @strong{No newline will be printed unless you specify one.}
7520In addition to the standard C escape sequences, a backslash followed
ed447b95 7521by a space stands for a space. This is useful for displaying a
1041a570
RP
7522string with spaces at the beginning or the end, since leading and
7523trailing spaces are otherwise trimmed from all arguments.
7524To print @samp{@w{ }and foo =@w{ }}, use the command
7525@samp{echo \@w{ }and foo = \@w{ }}.
70b88761
RP
7526
7527A backslash at the end of @var{text} can be used, as in C, to continue
7528the command onto subsequent lines. For example,
7529
7530@example
7531echo This is some text\n\
7532which is continued\n\
7533onto several lines.\n
7534@end example
7535
7536produces the same output as
7537
7538@example
7539echo This is some text\n
7540echo which is continued\n
7541echo onto several lines.\n
7542@end example
7543
7544@item output @var{expression}
7545@kindex output
7546Print the value of @var{expression} and nothing but that value: no
7547newlines, no @samp{$@var{nn} = }. The value is not entered in the
1041a570 7548value history either. @xref{Expressions, ,Expressions}, for more information on
e251e767 7549expressions.
70b88761
RP
7550
7551@item output/@var{fmt} @var{expression}
7552Print the value of @var{expression} in format @var{fmt}. You can use
ed447b95
RP
7553the same formats as for @code{print}. @xref{Output Formats,,Output
7554formats}, for more information.
70b88761
RP
7555
7556@item printf @var{string}, @var{expressions}@dots{}
7557@kindex printf
7558Print the values of the @var{expressions} under the control of
7559@var{string}. The @var{expressions} are separated by commas and may
7560be either numbers or pointers. Their values are printed as specified
29a2b744 7561by @var{string}, exactly as if your program were to execute
70b88761
RP
7562
7563@example
7564printf (@var{string}, @var{expressions}@dots{});
7565@end example
7566
7567For example, you can print two values in hex like this:
7568
0fd24984 7569@smallexample
70b88761 7570printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
0fd24984 7571@end smallexample
70b88761
RP
7572
7573The only backslash-escape sequences that you can use in the format
7574string are the simple ones that consist of backslash followed by a
7575letter.
7576@end table
7577
18fae2a8 7578@ifclear DOSHOST
4eb4cf57 7579@node Emacs
18fae2a8 7580@chapter Using @value{GDBN} under GNU Emacs
70b88761
RP
7581
7582@cindex emacs
7583A special interface allows you to use GNU Emacs to view (and
7584edit) the source files for the program you are debugging with
18fae2a8 7585@value{GDBN}.
70b88761
RP
7586
7587To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
7588executable file you want to debug as an argument. This command starts
18fae2a8 7589@value{GDBN} as a subprocess of Emacs, with input and output through a newly
70b88761
RP
7590created Emacs buffer.
7591
18fae2a8 7592Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
70b88761
RP
7593things:
7594
7595@itemize @bullet
7596@item
e251e767 7597All ``terminal'' input and output goes through the Emacs buffer.
70b88761
RP
7598@end itemize
7599
18fae2a8 7600This applies both to @value{GDBN} commands and their output, and to the input
70b88761
RP
7601and output done by the program you are debugging.
7602
7603This is useful because it means that you can copy the text of previous
7604commands and input them again; you can even use parts of the output
7605in this way.
7606
3d3ab540
RP
7607All the facilities of Emacs' Shell mode are available for interacting
7608with your program. In particular, you can send signals the usual
7609way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
7610stop.
70b88761
RP
7611
7612@itemize @bullet
7613@item
18fae2a8 7614@value{GDBN} displays source code through Emacs.
70b88761
RP
7615@end itemize
7616
18fae2a8
RP
7617Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
7618source file for that frame and puts an arrow (@samp{=>}) at the
70b88761 7619left margin of the current line. Emacs uses a separate buffer for
fe715d06 7620source display, and splits the screen to show both your @value{GDBN} session
70b88761
RP
7621and the source.
7622
18fae2a8 7623Explicit @value{GDBN} @code{list} or search commands still produce output as
70b88761
RP
7624usual, but you probably will have no reason to use them.
7625
7626@quotation
7627@emph{Warning:} If the directory where your program resides is not your
7628current directory, it can be easy to confuse Emacs about the location of
7629the source files, in which case the auxiliary display buffer will not
18fae2a8
RP
7630appear to show your source. @value{GDBN} can find programs by searching your
7631environment's @code{PATH} variable, so the @value{GDBN} input and output
29a2b744 7632session will proceed normally; but Emacs does not get enough information
18fae2a8
RP
7633back from @value{GDBN} to locate the source files in this situation. To
7634avoid this problem, either start @value{GDBN} mode from the directory where
70b88761
RP
7635your program resides, or specify a full path name when prompted for the
7636@kbd{M-x gdb} argument.
7637
18fae2a8 7638A similar confusion can result if you use the @value{GDBN} @code{file} command to
70b88761 7639switch to debugging a program in some other location, from an existing
18fae2a8 7640@value{GDBN} buffer in Emacs.
70b88761
RP
7641@end quotation
7642
7643By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
18fae2a8 7644you need to call @value{GDBN} by a different name (for example, if you keep
70b88761
RP
7645several configurations around, with different names) you can set the
7646Emacs variable @code{gdb-command-name}; for example,
1041a570 7647
70b88761
RP
7648@example
7649(setq gdb-command-name "mygdb")
7650@end example
1041a570 7651
70b88761
RP
7652@noindent
7653(preceded by @kbd{ESC ESC}, or typed in the @code{*scratch*} buffer, or
7654in your @file{.emacs} file) will make Emacs call the program named
7655``@code{mygdb}'' instead.
7656
18fae2a8 7657In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
70b88761
RP
7658addition to the standard Shell mode commands:
7659
7660@table @kbd
7661@item C-h m
18fae2a8 7662Describe the features of Emacs' @value{GDBN} Mode.
70b88761
RP
7663
7664@item M-s
18fae2a8 7665Execute to another source line, like the @value{GDBN} @code{step} command; also
70b88761
RP
7666update the display window to show the current file and location.
7667
7668@item M-n
7669Execute to next source line in this function, skipping all function
18fae2a8 7670calls, like the @value{GDBN} @code{next} command. Then update the display window
70b88761
RP
7671to show the current file and location.
7672
7673@item M-i
18fae2a8 7674Execute one instruction, like the @value{GDBN} @code{stepi} command; update
70b88761
RP
7675display window accordingly.
7676
7677@item M-x gdb-nexti
18fae2a8 7678Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
70b88761
RP
7679display window accordingly.
7680
7681@item C-c C-f
18fae2a8 7682Execute until exit from the selected stack frame, like the @value{GDBN}
70b88761
RP
7683@code{finish} command.
7684
7685@item M-c
18fae2a8 7686Continue execution of your program, like the @value{GDBN} @code{continue}
1041a570 7687command.
203eea5d
RP
7688
7689@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
70b88761
RP
7690
7691@item M-u
7692Go up the number of frames indicated by the numeric argument
7693(@pxref{Arguments, , Numeric Arguments, emacs, The GNU Emacs Manual}),
18fae2a8 7694like the @value{GDBN} @code{up} command.
203eea5d 7695
1041a570 7696@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
70b88761
RP
7697
7698@item M-d
7699Go down the number of frames indicated by the numeric argument, like the
18fae2a8 7700@value{GDBN} @code{down} command.
203eea5d
RP
7701
7702@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
70b88761
RP
7703
7704@item C-x &
7705Read the number where the cursor is positioned, and insert it at the end
18fae2a8 7706of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
70b88761
RP
7707around an address that was displayed earlier, type @kbd{disassemble};
7708then move the cursor to the address display, and pick up the
e251e767 7709argument for @code{disassemble} by typing @kbd{C-x &}.
70b88761 7710
ed447b95 7711You can customize this further by defining elements of the list
70b88761
RP
7712@code{gdb-print-command}; once it is defined, you can format or
7713otherwise process numbers picked up by @kbd{C-x &} before they are
c2bbbb22 7714inserted. A numeric argument to @kbd{C-x &} will both indicate that you
70b88761
RP
7715wish special formatting, and act as an index to pick an element of the
7716list. If the list element is a string, the number to be inserted is
7717formatted using the Emacs function @code{format}; otherwise the number
7718is passed as an argument to the corresponding list element.
70b88761
RP
7719@end table
7720
7721In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
18fae2a8 7722tells @value{GDBN} to set a breakpoint on the source line point is on.
70b88761
RP
7723
7724If you accidentally delete the source-display buffer, an easy way to get
18fae2a8 7725it back is to type the command @code{f} in the @value{GDBN} buffer, to
70b88761
RP
7726request a frame display; when you run under Emacs, this will recreate
7727the source buffer if necessary to show you the context of the current
7728frame.
7729
7730The source files displayed in Emacs are in ordinary Emacs buffers
7731which are visiting the source files in the usual way. You can edit
18fae2a8 7732the files with these buffers if you wish; but keep in mind that @value{GDBN}
70b88761 7733communicates with Emacs in terms of line numbers. If you add or
18fae2a8 7734delete lines from the text, the line numbers that @value{GDBN} knows will cease
ed447b95 7735to correspond properly with the code.
70b88761
RP
7736
7737@c The following dropped because Epoch is nonstandard. Reactivate
7738@c if/when v19 does something similar. ---pesch@cygnus.com 19dec1990
7739@ignore
e251e767 7740@kindex emacs epoch environment
70b88761
RP
7741@kindex epoch
7742@kindex inspect
7743
7744Version 18 of Emacs has a built-in window system called the @code{epoch}
7745environment. Users of this environment can use a new command,
7746@code{inspect} which performs identically to @code{print} except that
7747each value is printed in its own window.
7748@end ignore
18fae2a8 7749@end ifclear
70b88761 7750
18fae2a8 7751@ifset LUCID
4eb4cf57 7752@node Energize
18fae2a8 7753@chapter Using @value{GDBN} with Energize
6ca72cc6
RP
7754
7755@cindex Energize
7756The Energize Programming System is an integrated development environment
7757that includes a point-and-click interface to many programming tools.
18fae2a8
RP
7758When you use @value{GDBN} in this environment, you can use the standard
7759Energize graphical interface to drive @value{GDBN}; you can also, if you
7760choose, type @value{GDBN} commands as usual in a debugging window. Even if
6ca72cc6 7761you use the graphical interface, the debugging window (which uses Emacs,
18fae2a8 7762and resembles the standard Emacs interface to @value{GDBN}) displays the
6ca72cc6
RP
7763equivalent commands, so that the history of your debugging session is
7764properly reflected.
7765
18fae2a8 7766When Energize starts up a @value{GDBN} session, it uses one of the
6ca72cc6
RP
7767command-line options @samp{-energize} or @samp{-cadillac} (``cadillac''
7768is the name of the communications protocol used by the Energize system).
18fae2a8 7769This option makes @value{GDBN} run as one of the tools in the Energize Tool
6ca72cc6
RP
7770Set: it sends all output to the Energize kernel, and accept input from
7771it as well.
7772
7773See the user manual for the Energize Programming System for
7774information on how to use the Energize graphical interface and the other
18fae2a8 7775development tools that Energize integrates with @value{GDBN}.
6ca72cc6 7776
18fae2a8 7777@end ifset
4eb4cf57 7778
18fae2a8
RP
7779@node GDB Bugs
7780@chapter Reporting Bugs in @value{GDBN}
ed447b95
RP
7781@cindex bugs in @value{GDBN}
7782@cindex reporting bugs in @value{GDBN}
70b88761 7783
18fae2a8 7784Your bug reports play an essential role in making @value{GDBN} reliable.
70b88761
RP
7785
7786Reporting a bug may help you by bringing a solution to your problem, or it
7787may not. But in any case the principal function of a bug report is to help
18fae2a8
RP
7788the entire community by making the next version of @value{GDBN} work better. Bug
7789reports are your contribution to the maintenance of @value{GDBN}.
70b88761
RP
7790
7791In order for a bug report to serve its purpose, you must include the
7792information that enables us to fix the bug.
7793
7794@menu
ed447b95
RP
7795* Bug Criteria:: Have you found a bug?
7796* Bug Reporting:: How to report bugs
70b88761
RP
7797@end menu
7798
4eb4cf57 7799@node Bug Criteria
93928b60 7800@section Have you found a bug?
ed447b95 7801@cindex bug criteria
70b88761
RP
7802
7803If you are not sure whether you have found a bug, here are some guidelines:
7804
7805@itemize @bullet
7806@item
0f153e74 7807@cindex fatal signal
1d7c3357
RP
7808@cindex debugger crash
7809@cindex crash of debugger
70b88761 7810If the debugger gets a fatal signal, for any input whatever, that is a
18fae2a8 7811@value{GDBN} bug. Reliable debuggers never crash.
70b88761
RP
7812
7813@item
0f153e74 7814@cindex error on valid input
18fae2a8 7815If @value{GDBN} produces an error message for valid input, that is a bug.
70b88761
RP
7816
7817@item
ed447b95 7818@cindex invalid input
18fae2a8 7819If @value{GDBN} does not produce an error message for invalid input,
70b88761
RP
7820that is a bug. However, you should note that your idea of
7821``invalid input'' might be our idea of ``an extension'' or ``support
7822for traditional practice''.
7823
7824@item
7825If you are an experienced user of debugging tools, your suggestions
18fae2a8 7826for improvement of @value{GDBN} are welcome in any case.
70b88761
RP
7827@end itemize
7828
4eb4cf57 7829@node Bug Reporting
93928b60 7830@section How to report bugs
0f153e74 7831@cindex bug reports
18fae2a8 7832@cindex @value{GDBN} bugs, reporting
70b88761
RP
7833
7834A number of companies and individuals offer support for GNU products.
18fae2a8 7835If you obtained @value{GDBN} from a support organization, we recommend you
e251e767 7836contact that organization first.
70b88761 7837
ed447b95
RP
7838You can find contact information for many support companies and
7839individuals in the file @file{etc/SERVICE} in the GNU Emacs
7840distribution.
70b88761 7841
18fae2a8 7842In any event, we also recommend that you send bug reports for @value{GDBN} to one
70b88761
RP
7843of these addresses:
7844
7845@example
7846bug-gdb@@prep.ai.mit.edu
7847@{ucbvax|mit-eddie|uunet@}!prep.ai.mit.edu!bug-gdb
7848@end example
7849
7850@strong{Do not send bug reports to @samp{info-gdb}, or to
18fae2a8 7851@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do not want to
70b88761
RP
7852receive bug reports. Those that do, have arranged to receive @samp{bug-gdb}.
7853
3d3ab540
RP
7854The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
7855serves as a repeater. The mailing list and the newsgroup carry exactly
7856the same messages. Often people think of posting bug reports to the
7857newsgroup instead of mailing them. This appears to work, but it has one
7858problem which can be crucial: a newsgroup posting often lacks a mail
7859path back to the sender. Thus, if we need to ask for more information,
7860we may be unable to reach you. For this reason, it is better to send
7861bug reports to the mailing list.
70b88761
RP
7862
7863As a last resort, send bug reports on paper to:
7864
7865@example
7866GNU Debugger Bugs
3d3ab540 7867Free Software Foundation
70b88761
RP
7868545 Tech Square
7869Cambridge, MA 02139
7870@end example
7871
7872The fundamental principle of reporting bugs usefully is this:
7873@strong{report all the facts}. If you are not sure whether to state a
7874fact or leave it out, state it!
7875
7876Often people omit facts because they think they know what causes the
29a2b744 7877problem and assume that some details do not matter. Thus, you might
70b88761 7878assume that the name of the variable you use in an example does not matter.
29a2b744 7879Well, probably it does not, but one cannot be sure. Perhaps the bug is a
70b88761
RP
7880stray memory reference which happens to fetch from the location where that
7881name is stored in memory; perhaps, if the name were different, the contents
7882of that location would fool the debugger into doing the right thing despite
7883the bug. Play it safe and give a specific, complete example. That is the
7884easiest thing for you to do, and the most helpful.
7885
7886Keep in mind that the purpose of a bug report is to enable us to fix
1041a570 7887the bug if it is new to us. It is not as important as what happens if
70b88761
RP
7888the bug is already known. Therefore, always write your bug reports on
7889the assumption that the bug has not been reported previously.
7890
7891Sometimes people give a few sketchy facts and ask, ``Does this ring a
7892bell?'' Those bug reports are useless, and we urge everyone to
7893@emph{refuse to respond to them} except to chide the sender to report
7894bugs properly.
7895
7896To enable us to fix the bug, you should include all these things:
7897
7898@itemize @bullet
7899@item
18fae2a8 7900The version of @value{GDBN}. @value{GDBN} announces it if you start with no
70b88761
RP
7901arguments; you can also print it at any time using @code{show version}.
7902
1041a570 7903Without this, we will not know whether there is any point in looking for
18fae2a8 7904the bug in the current version of @value{GDBN}.
70b88761
RP
7905
7906@item
ddf21240
JG
7907The type of machine you are using, and the operating system name and
7908version number.
70b88761
RP
7909
7910@item
18fae2a8
RP
7911What compiler (and its version) was used to compile @value{GDBN}---e.g.
7912``@value{GCC}--2.0''.
70b88761 7913
ddf21240
JG
7914@item
7915What compiler (and its version) was used to compile the program you
18fae2a8 7916are debugging---e.g. ``@value{GCC}--2.0''.
ddf21240 7917
70b88761
RP
7918@item
7919The command arguments you gave the compiler to compile your example and
7920observe the bug. For example, did you use @samp{-O}? To guarantee
1041a570 7921you will not omit something important, list them all. A copy of the
ddf21240 7922Makefile (or the output from make) is sufficient.
70b88761
RP
7923
7924If we were to try to guess the arguments, we would probably guess wrong
7925and then we might not encounter the bug.
7926
7927@item
ddf21240
JG
7928A complete input script, and all necessary source files, that will
7929reproduce the bug.
70b88761
RP
7930
7931@item
7932A description of what behavior you observe that you believe is
7933incorrect. For example, ``It gets a fatal signal.''
7934
18fae2a8 7935Of course, if the bug is that @value{GDBN} gets a fatal signal, then we will
70b88761
RP
7936certainly notice it. But if the bug is incorrect output, we might not
7937notice unless it is glaringly wrong. We are human, after all. You
7938might as well not give us a chance to make a mistake.
7939
7940Even if the problem you experience is a fatal signal, you should still
7941say so explicitly. Suppose something strange is going on, such as,
18fae2a8 7942your copy of @value{GDBN} is out of synch, or you have encountered a
70b88761
RP
7943bug in the C library on your system. (This has happened!) Your copy
7944might crash and ours would not. If you told us to expect a crash,
7945then when ours fails to crash, we would know that the bug was not
7946happening for us. If you had not told us to expect a crash, then we
7947would not be able to draw any conclusion from our observations.
7948
7949@item
18fae2a8
RP
7950If you wish to suggest changes to the @value{GDBN} source, send us context
7951diffs. If you even discuss something in the @value{GDBN} source, refer to
70b88761
RP
7952it by context, not by line number.
7953
1041a570 7954The line numbers in our development sources will not match those in your
70b88761 7955sources. Your line numbers would convey no useful information to us.
70b88761
RP
7956@end itemize
7957
7958Here are some things that are not necessary:
7959
7960@itemize @bullet
7961@item
7962A description of the envelope of the bug.
7963
7964Often people who encounter a bug spend a lot of time investigating
7965which changes to the input file will make the bug go away and which
7966changes will not affect it.
7967
7968This is often time consuming and not very useful, because the way we
7969will find the bug is by running a single example under the debugger
7970with breakpoints, not by pure deduction from a series of examples.
7971We recommend that you save your time for something else.
7972
7973Of course, if you can find a simpler example to report @emph{instead}
7974of the original one, that is a convenience for us. Errors in the
7975output will be easier to spot, running under the debugger will take
e251e767 7976less time, etc.
70b88761 7977
29a2b744 7978However, simplification is not vital; if you do not want to do this,
70b88761
RP
7979report the bug anyway and send us the entire test case you used.
7980
7981@item
7982A patch for the bug.
7983
29a2b744 7984A patch for the bug does help us if it is a good one. But do not omit
70b88761
RP
7985the necessary information, such as the test case, on the assumption that
7986a patch is all we need. We might see problems with your patch and decide
7987to fix the problem another way, or we might not understand it at all.
7988
18fae2a8 7989Sometimes with a program as complicated as @value{GDBN} it is very hard to
70b88761 7990construct an example that will make the program follow a certain path
1041a570
RP
7991through the code. If you do not send us the example, we will not be able
7992to construct one, so we will not be able to verify that the bug is fixed.
70b88761 7993
29a2b744 7994And if we cannot understand what bug you are trying to fix, or why your
1041a570 7995patch should be an improvement, we will not install it. A test case will
70b88761
RP
7996help us to understand.
7997
7998@item
7999A guess about what the bug is or what it depends on.
8000
29a2b744 8001Such guesses are usually wrong. Even we cannot guess right about such
70b88761
RP
8002things without first using the debugger to find the facts.
8003@end itemize
8004
da24340c
RP
8005@c The readline documentation is distributed with the readline code
8006@c and consists of the two following files:
8007@c rluser.texinfo
8008@c inc-hist.texi
8009@c Use -I with makeinfo to point to the appropriate directory,
8010@c environment var TEXINPUTS with TeX.
cacf5942
RP
8011@include rluser.texinfo
8012@include inc-hist.texi
70b88761 8013
18fae2a8 8014@ifset NOVEL
4eb4cf57 8015@node Renamed Commands
70b88761
RP
8016@appendix Renamed Commands
8017
c7cb8acb 8018The following commands were renamed in GDB 4, in order to make the
70b88761
RP
8019command set as a whole more consistent and easier to use and remember:
8020
e251e767
RP
8021@kindex add-syms
8022@kindex delete environment
8023@kindex info copying
8024@kindex info convenience
8025@kindex info directories
8026@kindex info editing
8027@kindex info history
8028@kindex info targets
8029@kindex info values
8030@kindex info version
8031@kindex info warranty
8032@kindex set addressprint
8033@kindex set arrayprint
8034@kindex set prettyprint
8035@kindex set screen-height
8036@kindex set screen-width
8037@kindex set unionprint
8038@kindex set vtblprint
8039@kindex set demangle
8040@kindex set asm-demangle
8041@kindex set sevenbit-strings
8042@kindex set array-max
8043@kindex set caution
8044@kindex set history write
8045@kindex show addressprint
8046@kindex show arrayprint
8047@kindex show prettyprint
8048@kindex show screen-height
8049@kindex show screen-width
8050@kindex show unionprint
8051@kindex show vtblprint
8052@kindex show demangle
8053@kindex show asm-demangle
8054@kindex show sevenbit-strings
8055@kindex show array-max
8056@kindex show caution
8057@kindex show history write
8058@kindex unset
70b88761 8059
92b73793 8060@c TEXI2ROFF-KILL
70b88761 8061@ifinfo
92b73793 8062@c END TEXI2ROFF-KILL
cf496415
RP
8063@example
8064OLD COMMAND NEW COMMAND
92b73793 8065@c TEXI2ROFF-KILL
cf496415 8066--------------- -------------------------------
92b73793 8067@c END TEXI2ROFF-KILL
cf496415
RP
8068add-syms add-symbol-file
8069delete environment unset environment
8070info convenience show convenience
8071info copying show copying
e251e767 8072info directories show directories
cf496415
RP
8073info editing show commands
8074info history show values
8075info targets help target
8076info values show values
8077info version show version
8078info warranty show warranty
8079set/show addressprint set/show print address
8080set/show array-max set/show print elements
8081set/show arrayprint set/show print array
8082set/show asm-demangle set/show print asm-demangle
8083set/show caution set/show confirm
8084set/show demangle set/show print demangle
8085set/show history write set/show history save
8086set/show prettyprint set/show print pretty
8087set/show screen-height set/show height
8088set/show screen-width set/show width
8089set/show sevenbit-strings set/show print sevenbit-strings
8090set/show unionprint set/show print union
8091set/show vtblprint set/show print vtbl
8092
8093unset [No longer an alias for delete]
8094@end example
92b73793 8095@c TEXI2ROFF-KILL
70b88761
RP
8096@end ifinfo
8097
8098@tex
8099\vskip \parskip\vskip \baselineskip
8100\halign{\tt #\hfil &\qquad#&\tt #\hfil\cr
8101{\bf Old Command} &&{\bf New Command}\cr
8102add-syms &&add-symbol-file\cr
8103delete environment &&unset environment\cr
8104info convenience &&show convenience\cr
8105info copying &&show copying\cr
8106info directories &&show directories \cr
8107info editing &&show commands\cr
8108info history &&show values\cr
8109info targets &&help target\cr
8110info values &&show values\cr
8111info version &&show version\cr
8112info warranty &&show warranty\cr
8113set{\rm / }show addressprint &&set{\rm / }show print address\cr
8114set{\rm / }show array-max &&set{\rm / }show print elements\cr
8115set{\rm / }show arrayprint &&set{\rm / }show print array\cr
8116set{\rm / }show asm-demangle &&set{\rm / }show print asm-demangle\cr
8117set{\rm / }show caution &&set{\rm / }show confirm\cr
8118set{\rm / }show demangle &&set{\rm / }show print demangle\cr
8119set{\rm / }show history write &&set{\rm / }show history save\cr
8120set{\rm / }show prettyprint &&set{\rm / }show print pretty\cr
8121set{\rm / }show screen-height &&set{\rm / }show height\cr
8122set{\rm / }show screen-width &&set{\rm / }show width\cr
8123set{\rm / }show sevenbit-strings &&set{\rm / }show print sevenbit-strings\cr
8124set{\rm / }show unionprint &&set{\rm / }show print union\cr
8125set{\rm / }show vtblprint &&set{\rm / }show print vtbl\cr
8126\cr
8127unset &&\rm(No longer an alias for delete)\cr
8128}
8129@end tex
92b73793 8130@c END TEXI2ROFF-KILL
18fae2a8 8131@end ifset
70b88761 8132
18fae2a8 8133@ifclear PRECONFIGURED
4eb4cf57 8134@node Formatting Documentation
fe715d06 8135@appendix Formatting Documentation
77b46d13
JG
8136
8137@cindex GDB reference card
8138@cindex reference card
8139The GDB 4 release includes an already-formatted reference card, ready
b1385986 8140for printing with PostScript or GhostScript, in the @file{gdb}
ed447b95
RP
8141subdirectory of the main source directory@footnote{In
8142@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
8143release.}. If you can use PostScript or GhostScript with your printer,
8144you can print the reference card immediately with @file{refcard.ps}.
77b46d13
JG
8145
8146The release also includes the source for the reference card. You
8147can format it, using @TeX{}, by typing:
8148
8149@example
8150make refcard.dvi
8151@end example
8152
8153The GDB reference card is designed to print in landscape mode on US
8154``letter'' size paper; that is, on a sheet 11 inches wide by 8.5 inches
8155high. You will need to specify this form of printing as an option to
8156your @sc{dvi} output program.
8157
8158@cindex documentation
8159
8160All the documentation for GDB comes as part of the machine-readable
8161distribution. The documentation is written in Texinfo format, which is
8162a documentation system that uses a single source file to produce both
8163on-line information and a printed manual. You can use one of the Info
8164formatting commands to create the on-line version of the documentation
8165and @TeX{} (or @code{texi2roff}) to typeset the printed version.
8166
8167GDB includes an already formatted copy of the on-line Info version of
8168this manual in the @file{gdb} subdirectory. The main Info file is
8169@file{gdb-@var{version-number}/gdb/gdb.info}, and it refers to
a89f94c2
RP
8170subordinate files matching @samp{gdb.info*} in the same directory. If
8171necessary, you can print out these files, or read them with any editor;
8172but they are easier to read using the @code{info} subsystem in GNU Emacs
8173or the standalone @code{info} program, available as part of the GNU
8174Texinfo distribution.
77b46d13
JG
8175
8176If you want to format these Info files yourself, you need one of the
8177Info formatting programs, such as @code{texinfo-format-buffer} or
8178@code{makeinfo}.
8179
8180If you have @code{makeinfo} installed, and are in the top level GDB
18fae2a8 8181source directory (@file{gdb-@value{GDBVN}}, in the case of version @value{GDBVN}), you can
77b46d13
JG
8182make the Info file by typing:
8183
8184@example
8185cd gdb
8186make gdb.info
8187@end example
8188
fe715d06
RP
8189If you want to typeset and print copies of this manual, you need @TeX{},
8190a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
8191Texinfo definitions file.
77b46d13 8192
83bfcbae 8193@TeX{} is a typesetting program; it does not print files directly, but
77b46d13
JG
8194produces output files called @sc{dvi} files. To print a typeset
8195document, you need a program to print @sc{dvi} files. If your system
8196has @TeX{} installed, chances are it has such a program. The precise
8197command to use depends on your system; @kbd{lpr -d} is common; another
fe715d06
RP
8198(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
8199require a file name without any extension or a @samp{.dvi} extension.
77b46d13
JG
8200
8201@TeX{} also requires a macro definitions file called
8202@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
8203written in Texinfo format. On its own, @TeX{} cannot read, much less
8204typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
8205and is located in the @file{gdb-@var{version-number}/texinfo}
8206directory.
8207
8208If you have @TeX{} and a @sc{dvi} printer program installed, you can
8209typeset and print this manual. First switch to the the @file{gdb}
8210subdirectory of the main source directory (for example, to
18fae2a8 8211@file{gdb-@value{GDBVN}/gdb}) and then type:
77b46d13
JG
8212
8213@example
8214make gdb.dvi
8215@end example
8216
4eb4cf57 8217@node Installing GDB
c7cb8acb
RP
8218@appendix Installing GDB
8219@cindex configuring GDB
70b88761
RP
8220@cindex installation
8221
ed447b95
RP
8222GDB comes with a @code{configure} script that automates the process
8223of preparing GDB for installation; you can then use @code{make} to
8224build the @code{gdb} program.
f672bb7f
RP
8225@iftex
8226@c irrelevant in info file; it's as current as the code it lives with.
ed447b95
RP
8227@footnote{If you have a more recent version of GDB than @value{GDBVN},
8228look at the @file{README} file in the sources; we may have improved the
8229installation procedures since publishing this manual.}
f672bb7f
RP
8230@end iftex
8231
c7cb8acb 8232The GDB distribution includes all the source code you need for GDB in
1041a570
RP
8233a single directory, whose name is usually composed by appending the
8234version number to @samp{gdb}.
8235
ed447b95
RP
8236For example, the GDB version @value{GDBVN} distribution is in the
8237@file{gdb-@value{GDBVN}} directory. That directory contains:
b80282d5 8238
3d3ab540 8239@table @code
18fae2a8 8240@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
c7cb8acb 8241script for configuring GDB and all its supporting libraries.
b80282d5 8242
18fae2a8 8243@item gdb-@value{GDBVN}/gdb
c7cb8acb 8244the source specific to GDB itself
3d3ab540 8245
18fae2a8 8246@item gdb-@value{GDBVN}/bfd
77b46d13 8247source for the Binary File Descriptor library
3d3ab540 8248
18fae2a8 8249@item gdb-@value{GDBVN}/include
b80282d5 8250GNU include files
3d3ab540 8251
18fae2a8 8252@item gdb-@value{GDBVN}/libiberty
3d3ab540
RP
8253source for the @samp{-liberty} free software library
8254
18fae2a8 8255@item gdb-@value{GDBVN}/opcodes
3214c51c
JG
8256source for the library of opcode tables and disassemblers
8257
18fae2a8 8258@item gdb-@value{GDBVN}/readline
b80282d5 8259source for the GNU command-line interface
77b46d13 8260
18fae2a8 8261@item gdb-@value{GDBVN}/glob
77b46d13
JG
8262source for the GNU filename pattern-matching subroutine
8263
18fae2a8 8264@item gdb-@value{GDBVN}/mmalloc
77b46d13 8265source for the GNU memory-mapped malloc package
3d3ab540 8266@end table
1041a570 8267
c7cb8acb 8268The simplest way to configure and build GDB is to run @code{configure}
1041a570 8269from the @file{gdb-@var{version-number}} source directory, which in
18fae2a8 8270this example is the @file{gdb-@value{GDBVN}} directory.
1041a570
RP
8271
8272First switch to the @file{gdb-@var{version-number}} source directory
8273if you are not already in it; then run @code{configure}. Pass the
c7cb8acb 8274identifier for the platform on which GDB will run as an
1041a570
RP
8275argument.
8276
8277For example:
8278
7463aadd 8279@example
18fae2a8 8280cd gdb-@value{GDBVN}
3d3ab540 8281./configure @var{host}
7463aadd
RP
8282make
8283@end example
1041a570 8284
7463aadd 8285@noindent
1041a570 8286where @var{host} is an identifier such as @samp{sun4} or
c7cb8acb 8287@samp{decstation}, that identifies the platform where GDB will run.
1041a570 8288
8c69096b 8289Running @samp{configure @var{host}} and then running @code{make} builds the
38962738
RP
8290@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
8291libraries, then @code{gdb} itself. The configured source files, and the
8292binaries, are left in the corresponding source directories.
3d3ab540 8293
e251e767 8294@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
29a2b744 8295system does not recognize this automatically when you run a different
1041a570
RP
8296shell, you may need to run @code{sh} on it explicitly:
8297
8298@example
8299sh configure @var{host}
8300@end example
e251e767 8301
f672bb7f
RP
8302If you run @code{configure} from a directory that contains source
8303directories for multiple libraries or programs, such as the
18fae2a8 8304@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
f672bb7f 8305creates configuration files for every directory level underneath (unless
98349959 8306you tell it not to, with the @samp{--norecursion} option).
f672bb7f
RP
8307
8308You can run the @code{configure} script from any of the
c7cb8acb 8309subordinate directories in the GDB distribution, if you only want to
1041a570
RP
8310configure that subdirectory; but be sure to specify a path to it.
8311
18fae2a8 8312For example, with version @value{GDBVN}, type the following to configure only
1041a570
RP
8313the @code{bfd} subdirectory:
8314
e251e767 8315@example
203eea5d 8316@group
18fae2a8 8317cd gdb-@value{GDBVN}/bfd
e251e767 8318../configure @var{host}
203eea5d 8319@end group
e251e767
RP
8320@end example
8321
18fae2a8 8322You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
1041a570
RP
8323However, you should make sure that the shell on your path (named by
8324the @samp{SHELL} environment variable) is publicly readable. Remember
c7cb8acb
RP
8325that GDB uses the shell to start your program---some systems refuse to
8326let GDB debug child processes whose programs are not readable.
3d3ab540
RP
8327
8328@menu
c7cb8acb 8329* Separate Objdir:: Compiling GDB in another directory
b80282d5
RP
8330* Config Names:: Specifying names for hosts and targets
8331* configure Options:: Summary of options for configure
3d3ab540
RP
8332@end menu
8333
4eb4cf57 8334@node Separate Objdir
93928b60 8335@section Compiling GDB in another directory
1041a570 8336
c7cb8acb 8337If you want to run GDB versions for several host or target machines,
ed447b95 8338you need a different @code{gdb} compiled for each combination of
1041a570 8339host and target. @code{configure} is designed to make this easy by
f672bb7f
RP
8340allowing you to generate each configuration in a separate subdirectory,
8341rather than in the source directory. If your @code{make} program
8342handles the @samp{VPATH} feature (GNU @code{make} does), running
ed447b95 8343@code{make} in each of these directories builds the @code{gdb}
f672bb7f 8344program specified there.
b80282d5 8345
c7cb8acb 8346To build @code{gdb} in a separate directory, run @code{configure}
f672bb7f 8347with the @samp{--srcdir} option to specify where to find the source.
93918348 8348(You also need to specify a path to find @code{configure}
77b46d13
JG
8349itself from your working directory. If the path to @code{configure}
8350would be the same as the argument to @samp{--srcdir}, you can leave out
8351the @samp{--srcdir} option; it will be assumed.)
1041a570 8352
18fae2a8 8353For example, with version @value{GDBVN}, you can build GDB in a separate
f672bb7f 8354directory for a Sun 4 like this:
70b88761
RP
8355
8356@example
3d3ab540 8357@group
18fae2a8 8358cd gdb-@value{GDBVN}
f672bb7f
RP
8359mkdir ../gdb-sun4
8360cd ../gdb-sun4
18fae2a8 8361../gdb-@value{GDBVN}/configure sun4
70b88761 8362make
3d3ab540 8363@end group
70b88761
RP
8364@end example
8365
f672bb7f
RP
8366When @code{configure} builds a configuration using a remote source
8367directory, it creates a tree for the binaries with the same structure
8368(and using the same names) as the tree under the source directory. In
8369the example, you'd find the Sun 4 library @file{libiberty.a} in the
c7cb8acb 8370directory @file{gdb-sun4/libiberty}, and GDB itself in
f672bb7f 8371@file{gdb-sun4/gdb}.
1041a570 8372
38962738 8373One popular reason to build several GDB configurations in separate
c7cb8acb 8374directories is to configure GDB for cross-compiling (where GDB
f672bb7f
RP
8375runs on one machine---the host---while debugging programs that run on
8376another machine---the target). You specify a cross-debugging target by
8377giving the @samp{--target=@var{target}} option to @code{configure}.
c7637ea6 8378
1041a570 8379When you run @code{make} to build a program or library, you must run
f672bb7f
RP
8380it in a configured directory---whatever directory you were in when you
8381called @code{configure} (or one of its subdirectories).
c7637ea6 8382
fe715d06 8383The @code{Makefile} that @code{configure} generates in each source
f672bb7f 8384directory also runs recursively. If you type @code{make} in a source
18fae2a8
RP
8385directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
8386directory configured with @samp{--srcdir=@var{path}/gdb-@value{GDBVN}}), you
ed447b95 8387will build all the required libraries, and then build GDB.
3d3ab540 8388
f672bb7f
RP
8389When you have multiple hosts or targets configured in separate
8390directories, you can run @code{make} on them in parallel (for example,
8391if they are NFS-mounted on each of the hosts); they will not interfere
8392with each other.
3d3ab540 8393
4eb4cf57 8394@node Config Names
93928b60 8395@section Specifying names for hosts and targets
b80282d5
RP
8396
8397The specifications used for hosts and targets in the @code{configure}
8398script are based on a three-part naming scheme, but some short predefined
8399aliases are also supported. The full naming scheme encodes three pieces
e251e767 8400of information in the following pattern:
1041a570 8401
b80282d5
RP
8402@example
8403@var{architecture}-@var{vendor}-@var{os}
8404@end example
8405
8c69096b
RP
8406For example, you can use the alias @code{sun4} as a @var{host} argument,
8407or as the value for @var{target} in a @code{--target=@var{target}}
8408option. The equivalent full name is @samp{sparc-sun-sunos4}.
b80282d5 8409
c7cb8acb 8410The @code{configure} script accompanying GDB does not provide
b80282d5
RP
8411any query facility to list all supported host and target names or
8412aliases. @code{configure} calls the Bourne shell script
8413@code{config.sub} to map abbreviations to full names; you can read the
8414script, if you wish, or you can use it to test your guesses on
8415abbreviations---for example:
1041a570 8416
b1385986 8417@smallexample
b80282d5 8418% sh config.sub sun4
6a8cb0e7 8419sparc-sun-sunos411
b80282d5 8420% sh config.sub sun3
6a8cb0e7 8421m68k-sun-sunos411
b80282d5 8422% sh config.sub decstation
6a8cb0e7 8423mips-dec-ultrix42
b80282d5
RP
8424% sh config.sub hp300bsd
8425m68k-hp-bsd
8426% sh config.sub i386v
6a8cb0e7 8427i386-unknown-sysv
e94b4a2b 8428% sh config.sub i786v
6a8cb0e7 8429Invalid configuration `i786v': machine `i786v' not recognized
b1385986 8430@end smallexample
1041a570 8431
c7637ea6 8432@noindent
1041a570 8433@code{config.sub} is also distributed in the GDB source
18fae2a8 8434directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
b80282d5 8435
4eb4cf57 8436@node configure Options
93928b60 8437@section @code{configure} options
7463aadd 8438
d48da190 8439Here is a summary of the @code{configure} options and arguments that
18fae2a8 8440are most often useful for building @value{GDBN}. @code{configure} also has
d48da190
RP
8441several other options not listed here. @inforef{What Configure
8442Does,,configure.info}, for a full explanation of @code{configure}.
8443@c FIXME: Would this be more, or less, useful as an xref (ref to printed
8444@c manual in the printed manual, ref to info file only from the info file)?
7463aadd
RP
8445
8446@example
d48da190
RP
8447configure @r{[}--help@r{]}
8448 @r{[}--prefix=@var{dir}@r{]}
8449 @r{[}--srcdir=@var{path}@r{]}
f672bb7f
RP
8450 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
8451 @r{[}--target=@var{target}@r{]} @var{host}
7463aadd 8452@end example
1041a570 8453
3d3ab540 8454@noindent
f672bb7f
RP
8455You may introduce options with a single @samp{-} rather than
8456@samp{--} if you prefer; but you may abbreviate option names if you use
8457@samp{--}.
70b88761
RP
8458
8459@table @code
d48da190
RP
8460@item --help
8461Display a quick summary of how to invoke @code{configure}.
8462
8463@item -prefix=@var{dir}
8464Configure the source to install programs and files under directory
8465@file{@var{dir}}.
8466
f672bb7f 8467@item --srcdir=@var{path}
6ca72cc6
RP
8468@strong{Warning: using this option requires GNU @code{make}, or another
8469@code{make} that implements the @code{VPATH} feature.}@*
f672bb7f 8470Use this option to make configurations in directories separate from the
c7cb8acb 8471GDB source directories. Among other things, you can use this to
f672bb7f
RP
8472build (or maintain) several configurations simultaneously, in separate
8473directories. @code{configure} writes configuration specific files in
8474the current directory, but arranges for them to use the source in the
8475directory @var{path}. @code{configure} will create directories under
8476the working directory in parallel to the source directories below
8477@var{path}.
8478
8479@item --norecursion
8480Configure only the directory level where @code{configure} is executed; do not
7463aadd
RP
8481propagate configuration to subdirectories.
8482
f672bb7f 8483@item --rm
b80282d5 8484Remove the configuration that the other arguments specify.
7463aadd 8485
29a2b744 8486@c This does not work (yet if ever). FIXME.
f672bb7f 8487@c @item --parse=@var{lang} @dots{}
c7cb8acb
RP
8488@c Configure the GDB expression parser to parse the listed languages.
8489@c @samp{all} configures GDB for all supported languages. To get a
d7b569d5 8490@c list of all supported languages, omit the argument. Without this
c7cb8acb 8491@c option, GDB is configured to parse all supported languages.
c2bbbb22 8492
f672bb7f 8493@item --target=@var{target}
c7cb8acb
RP
8494Configure GDB for cross-debugging programs running on the specified
8495@var{target}. Without this option, GDB is configured to debug
8496programs that run on the same machine (@var{host}) as GDB itself.
b80282d5
RP
8497
8498There is no convenient way to generate a list of all available targets.
7463aadd
RP
8499
8500@item @var{host} @dots{}
c7cb8acb 8501Configure GDB to run on the specified @var{host}.
b80282d5
RP
8502
8503There is no convenient way to generate a list of all available hosts.
70b88761
RP
8504@end table
8505
3d3ab540
RP
8506@noindent
8507@code{configure} accepts other options, for compatibility with
b80282d5 8508configuring other GNU tools recursively; but these are the only
c7cb8acb 8509options that affect GDB or its supporting libraries.
18fae2a8 8510@end ifclear
3d3ab540 8511
18fae2a8 8512@ifclear AGGLOMERATION
4eb4cf57 8513@node Copying
70b88761 8514@unnumbered GNU GENERAL PUBLIC LICENSE
7463aadd 8515@center Version 2, June 1991
70b88761
RP
8516
8517@display
7463aadd 8518Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
70b88761
RP
8519675 Mass Ave, Cambridge, MA 02139, USA
8520
8521Everyone is permitted to copy and distribute verbatim copies
8522of this license document, but changing it is not allowed.
8523@end display
8524
8525@unnumberedsec Preamble
8526
7463aadd
RP
8527 The licenses for most software are designed to take away your
8528freedom to share and change it. By contrast, the GNU General Public
70b88761 8529License is intended to guarantee your freedom to share and change free
7463aadd
RP
8530software---to make sure the software is free for all its users. This
8531General Public License applies to most of the Free Software
8532Foundation's software and to any other program whose authors commit to
8533using it. (Some other Free Software Foundation software is covered by
8534the GNU Library General Public License instead.) You can apply it to
8535your programs, too.
70b88761
RP
8536
8537 When we speak of free software, we are referring to freedom, not
7463aadd
RP
8538price. Our General Public Licenses are designed to make sure that you
8539have the freedom to distribute copies of free software (and charge for
8540this service if you wish), that you receive source code or can get it
8541if you want it, that you can change the software or use pieces of it
8542in new free programs; and that you know you can do these things.
70b88761
RP
8543
8544 To protect your rights, we need to make restrictions that forbid
8545anyone to deny you these rights or to ask you to surrender the rights.
8546These restrictions translate to certain responsibilities for you if you
8547distribute copies of the software, or if you modify it.
8548
7463aadd 8549 For example, if you distribute copies of such a program, whether
70b88761
RP
8550gratis or for a fee, you must give the recipients all the rights that
8551you have. You must make sure that they, too, receive or can get the
7463aadd
RP
8552source code. And you must show them these terms so they know their
8553rights.
70b88761
RP
8554
8555 We protect your rights with two steps: (1) copyright the software, and
8556(2) offer you this license which gives you legal permission to copy,
8557distribute and/or modify the software.
8558
8559 Also, for each author's protection and ours, we want to make certain
8560that everyone understands that there is no warranty for this free
8561software. If the software is modified by someone else and passed on, we
8562want its recipients to know that what they have is not the original, so
8563that any problems introduced by others will not reflect on the original
8564authors' reputations.
8565
7463aadd
RP
8566 Finally, any free program is threatened constantly by software
8567patents. We wish to avoid the danger that redistributors of a free
8568program will individually obtain patent licenses, in effect making the
8569program proprietary. To prevent this, we have made it clear that any
8570patent must be licensed for everyone's free use or not licensed at all.
8571
70b88761
RP
8572 The precise terms and conditions for copying, distribution and
8573modification follow.
8574
8575@iftex
7463aadd 8576@unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
70b88761
RP
8577@end iftex
8578@ifinfo
7463aadd 8579@center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
70b88761
RP
8580@end ifinfo
8581
8582@enumerate
8583@item
7463aadd
RP
8584This License applies to any program or other work which contains
8585a notice placed by the copyright holder saying it may be distributed
8586under the terms of this General Public License. The ``Program'', below,
8587refers to any such program or work, and a ``work based on the Program''
8588means either the Program or any derivative work under copyright law:
8589that is to say, a work containing the Program or a portion of it,
8590either verbatim or with modifications and/or translated into another
8591language. (Hereinafter, translation is included without limitation in
8592the term ``modification''.) Each licensee is addressed as ``you''.
8593
8594Activities other than copying, distribution and modification are not
8595covered by this License; they are outside its scope. The act of
8596running the Program is not restricted, and the output from the Program
8597is covered only if its contents constitute a work based on the
8598Program (independent of having been made by running the Program).
8599Whether that is true depends on what the Program does.
70b88761
RP
8600
8601@item
7463aadd
RP
8602You may copy and distribute verbatim copies of the Program's
8603source code as you receive it, in any medium, provided that you
8604conspicuously and appropriately publish on each copy an appropriate
8605copyright notice and disclaimer of warranty; keep intact all the
8606notices that refer to this License and to the absence of any warranty;
8607and give any other recipients of the Program a copy of this License
8608along with the Program.
70b88761 8609
7463aadd
RP
8610You may charge a fee for the physical act of transferring a copy, and
8611you may at your option offer warranty protection in exchange for a fee.
70b88761 8612
70b88761 8613@item
7463aadd
RP
8614You may modify your copy or copies of the Program or any portion
8615of it, thus forming a work based on the Program, and copy and
8616distribute such modifications or work under the terms of Section 1
8617above, provided that you also meet all of these conditions:
70b88761 8618
1041a570 8619@enumerate a
70b88761 8620@item
7463aadd
RP
8621You must cause the modified files to carry prominent notices
8622stating that you changed the files and the date of any change.
70b88761
RP
8623
8624@item
7463aadd
RP
8625You must cause any work that you distribute or publish, that in
8626whole or in part contains or is derived from the Program or any
8627part thereof, to be licensed as a whole at no charge to all third
8628parties under the terms of this License.
70b88761
RP
8629
8630@item
7463aadd
RP
8631If the modified program normally reads commands interactively
8632when run, you must cause it, when started running for such
8633interactive use in the most ordinary way, to print or display an
8634announcement including an appropriate copyright notice and a
8635notice that there is no warranty (or else, saying that you provide
8636a warranty) and that users may redistribute the program under
8637these conditions, and telling the user how to view a copy of this
8638License. (Exception: if the Program itself is interactive but
8639does not normally print such an announcement, your work based on
8640the Program is not required to print an announcement.)
1041a570 8641@end enumerate
7463aadd
RP
8642
8643These requirements apply to the modified work as a whole. If
8644identifiable sections of that work are not derived from the Program,
8645and can be reasonably considered independent and separate works in
8646themselves, then this License, and its terms, do not apply to those
8647sections when you distribute them as separate works. But when you
8648distribute the same sections as part of a whole which is a work based
8649on the Program, the distribution of the whole must be on the terms of
8650this License, whose permissions for other licensees extend to the
8651entire whole, and thus to each and every part regardless of who wrote it.
8652
8653Thus, it is not the intent of this section to claim rights or contest
8654your rights to work written entirely by you; rather, the intent is to
8655exercise the right to control the distribution of derivative or
8656collective works based on the Program.
8657
8658In addition, mere aggregation of another work not based on the Program
8659with the Program (or with a work based on the Program) on a volume of
8660a storage or distribution medium does not bring the other work under
8661the scope of this License.
70b88761
RP
8662
8663@item
7463aadd
RP
8664You may copy and distribute the Program (or a work based on it,
8665under Section 2) in object code or executable form under the terms of
8666Sections 1 and 2 above provided that you also do one of the following:
70b88761 8667
1041a570 8668@enumerate a
70b88761 8669@item
7463aadd
RP
8670Accompany it with the complete corresponding machine-readable
8671source code, which must be distributed under the terms of Sections
86721 and 2 above on a medium customarily used for software interchange; or,
70b88761
RP
8673
8674@item
7463aadd
RP
8675Accompany it with a written offer, valid for at least three
8676years, to give any third party, for a charge no more than your
8677cost of physically performing source distribution, a complete
8678machine-readable copy of the corresponding source code, to be
8679distributed under the terms of Sections 1 and 2 above on a medium
8680customarily used for software interchange; or,
70b88761
RP
8681
8682@item
7463aadd
RP
8683Accompany it with the information you received as to the offer
8684to distribute corresponding source code. (This alternative is
70b88761 8685allowed only for noncommercial distribution and only if you
7463aadd
RP
8686received the program in object code or executable form with such
8687an offer, in accord with Subsection b above.)
1041a570 8688@end enumerate
7463aadd
RP
8689
8690The source code for a work means the preferred form of the work for
8691making modifications to it. For an executable work, complete source
8692code means all the source code for all modules it contains, plus any
8693associated interface definition files, plus the scripts used to
8694control compilation and installation of the executable. However, as a
8695special exception, the source code distributed need not include
8696anything that is normally distributed (in either source or binary
8697form) with the major components (compiler, kernel, and so on) of the
8698operating system on which the executable runs, unless that component
8699itself accompanies the executable.
8700
8701If distribution of executable or object code is made by offering
8702access to copy from a designated place, then offering equivalent
8703access to copy the source code from the same place counts as
8704distribution of the source code, even though third parties are not
8705compelled to copy the source along with the object code.
70b88761
RP
8706
8707@item
7463aadd
RP
8708You may not copy, modify, sublicense, or distribute the Program
8709except as expressly provided under this License. Any attempt
8710otherwise to copy, modify, sublicense or distribute the Program is
8711void, and will automatically terminate your rights under this License.
8712However, parties who have received copies, or rights, from you under
8713this License will not have their licenses terminated so long as such
8714parties remain in full compliance.
70b88761
RP
8715
8716@item
7463aadd
RP
8717You are not required to accept this License, since you have not
8718signed it. However, nothing else grants you permission to modify or
8719distribute the Program or its derivative works. These actions are
8720prohibited by law if you do not accept this License. Therefore, by
8721modifying or distributing the Program (or any work based on the
8722Program), you indicate your acceptance of this License to do so, and
8723all its terms and conditions for copying, distributing or modifying
8724the Program or works based on it.
70b88761
RP
8725
8726@item
8727Each time you redistribute the Program (or any work based on the
7463aadd
RP
8728Program), the recipient automatically receives a license from the
8729original licensor to copy, distribute or modify the Program subject to
8730these terms and conditions. You may not impose any further
8731restrictions on the recipients' exercise of the rights granted herein.
8732You are not responsible for enforcing compliance by third parties to
8733this License.
8734
8735@item
8736If, as a consequence of a court judgment or allegation of patent
8737infringement or for any other reason (not limited to patent issues),
8738conditions are imposed on you (whether by court order, agreement or
8739otherwise) that contradict the conditions of this License, they do not
8740excuse you from the conditions of this License. If you cannot
8741distribute so as to satisfy simultaneously your obligations under this
8742License and any other pertinent obligations, then as a consequence you
8743may not distribute the Program at all. For example, if a patent
8744license would not permit royalty-free redistribution of the Program by
8745all those who receive copies directly or indirectly through you, then
8746the only way you could satisfy both it and this License would be to
8747refrain entirely from distribution of the Program.
8748
8749If any portion of this section is held invalid or unenforceable under
8750any particular circumstance, the balance of the section is intended to
8751apply and the section as a whole is intended to apply in other
8752circumstances.
8753
8754It is not the purpose of this section to induce you to infringe any
8755patents or other property right claims or to contest validity of any
8756such claims; this section has the sole purpose of protecting the
8757integrity of the free software distribution system, which is
8758implemented by public license practices. Many people have made
8759generous contributions to the wide range of software distributed
8760through that system in reliance on consistent application of that
8761system; it is up to the author/donor to decide if he or she is willing
8762to distribute software through any other system and a licensee cannot
8763impose that choice.
8764
8765This section is intended to make thoroughly clear what is believed to
8766be a consequence of the rest of this License.
8767
8768@item
8769If the distribution and/or use of the Program is restricted in
8770certain countries either by patents or by copyrighted interfaces, the
8771original copyright holder who places the Program under this License
8772may add an explicit geographical distribution limitation excluding
8773those countries, so that distribution is permitted only in or among
8774countries not thus excluded. In such case, this License incorporates
8775the limitation as if written in the body of this License.
70b88761
RP
8776
8777@item
8778The Free Software Foundation may publish revised and/or new versions
8779of the General Public License from time to time. Such new versions will
8780be similar in spirit to the present version, but may differ in detail to
8781address new problems or concerns.
8782
8783Each version is given a distinguishing version number. If the Program
7463aadd 8784specifies a version number of this License which applies to it and ``any
70b88761
RP
8785later version'', you have the option of following the terms and conditions
8786either of that version or of any later version published by the Free
8787Software Foundation. If the Program does not specify a version number of
7463aadd 8788this License, you may choose any version ever published by the Free Software
70b88761
RP
8789Foundation.
8790
8791@item
8792If you wish to incorporate parts of the Program into other free
8793programs whose distribution conditions are different, write to the author
8794to ask for permission. For software which is copyrighted by the Free
8795Software Foundation, write to the Free Software Foundation; we sometimes
8796make exceptions for this. Our decision will be guided by the two goals
8797of preserving the free status of all derivatives of our free software and
8798of promoting the sharing and reuse of software generally.
8799
8800@iftex
8801@heading NO WARRANTY
8802@end iftex
8803@ifinfo
8804@center NO WARRANTY
8805@end ifinfo
8806
8807@item
8808BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
8809FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
8810OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
8811PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
8812OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
8813MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
8814TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
8815PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
8816REPAIR OR CORRECTION.
8817
8818@item
7463aadd
RP
8819IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
8820WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
70b88761 8821REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
7463aadd
RP
8822INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
8823OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
8824TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
8825YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
8826PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
8827POSSIBILITY OF SUCH DAMAGES.
70b88761
RP
8828@end enumerate
8829
8830@iftex
8831@heading END OF TERMS AND CONDITIONS
8832@end iftex
8833@ifinfo
8834@center END OF TERMS AND CONDITIONS
8835@end ifinfo
8836
8837@page
54e6b3c3 8838@unnumberedsec Applying These Terms to Your New Programs
70b88761
RP
8839
8840 If you develop a new program, and you want it to be of the greatest
7463aadd
RP
8841possible use to the public, the best way to achieve this is to make it
8842free software which everyone can redistribute and change under these terms.
70b88761 8843
7463aadd
RP
8844 To do so, attach the following notices to the program. It is safest
8845to attach them to the start of each source file to most effectively
8846convey the exclusion of warranty; and each file should have at least
8847the ``copyright'' line and a pointer to where the full notice is found.
70b88761
RP
8848
8849@smallexample
203eea5d 8850@var{one line to give the program's name and an idea of what it does.}
70b88761
RP
8851Copyright (C) 19@var{yy} @var{name of author}
8852
203eea5d
RP
8853This program is free software; you can redistribute it and/or
8854modify it under the terms of the GNU General Public License
8855as published by the Free Software Foundation; either version 2
8856of the License, or (at your option) any later version.
70b88761
RP
8857
8858This program is distributed in the hope that it will be useful,
8859but WITHOUT ANY WARRANTY; without even the implied warranty of
8860MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8861GNU General Public License for more details.
8862
8863You should have received a copy of the GNU General Public License
203eea5d
RP
8864along with this program; if not, write to the
8865Free Software Foundation, Inc., 675 Mass Ave,
8866Cambridge, MA 02139, USA.
70b88761
RP
8867@end smallexample
8868
8869Also add information on how to contact you by electronic and paper mail.
8870
8871If the program is interactive, make it output a short notice like this
8872when it starts in an interactive mode:
8873
8874@smallexample
8875Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author}
203eea5d
RP
8876Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
8877type `show w'. This is free software, and you are welcome
8878to redistribute it under certain conditions; type `show c'
8879for details.
70b88761
RP
8880@end smallexample
8881
7463aadd
RP
8882The hypothetical commands @samp{show w} and @samp{show c} should show
8883the appropriate parts of the General Public License. Of course, the
8884commands you use may be called something other than @samp{show w} and
8885@samp{show c}; they could even be mouse-clicks or menu items---whatever
8886suits your program.
70b88761
RP
8887
8888You should also get your employer (if you work as a programmer) or your
8889school, if any, to sign a ``copyright disclaimer'' for the program, if
8890necessary. Here is a sample; alter the names:
8891
1041a570
RP
8892@example
8893Yoyodyne, Inc., hereby disclaims all copyright
8894interest in the program `Gnomovision'
8895(which makes passes at compilers) written
8896by James Hacker.
70b88761
RP
8897
8898@var{signature of Ty Coon}, 1 April 1989
8899Ty Coon, President of Vice
1041a570 8900@end example
7463aadd
RP
8901
8902This General Public License does not permit incorporating your program into
8903proprietary programs. If your program is a subroutine library, you may
8904consider it more useful to permit linking proprietary applications with the
8905library. If this is what you want to do, use the GNU Library General
8906Public License instead of this License.
18fae2a8 8907@end ifclear
70b88761 8908
4eb4cf57 8909@node Index
d2e08421 8910@unnumbered Index
e91b87a3 8911
8912@printindex cp
8913
fe3f5fc8
RP
8914@tex
8915% I think something like @colophon should be in texinfo. In the
8916% meantime:
8917\long\def\colophon{\hbox to0pt{}\vfill
8918\centerline{The body of this manual is set in}
8919\centerline{\fontname\tenrm,}
8920\centerline{with headings in {\bf\fontname\tenbf}}
8921\centerline{and examples in {\tt\fontname\tentt}.}
a6d0b6d3
RP
8922\centerline{{\it\fontname\tenit\/},}
8923\centerline{{\bf\fontname\tenbf}, and}
fe3f5fc8
RP
8924\centerline{{\sl\fontname\tensl\/}}
8925\centerline{are used for emphasis.}\vfill}
8926\page\colophon
a6d0b6d3 8927% Blame: pesch@cygnus.com, 1991.
fe3f5fc8
RP
8928@end tex
8929
e91b87a3 8930@contents
8931@bye
This page took 0.718782 seconds and 4 git commands to generate.