]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/gdb.texinfo
2003-06-05 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
1e698235 3@c 1999, 2000, 2001, 2002, 2003
c906108c
SS
4@c Free Software Foundation, Inc.
5@c
5d161b24 6@c %**start of header
c906108c
SS
7@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8@c of @set vars. However, you can override filename with makeinfo -o.
9@setfilename gdb.info
10@c
11@include gdb-cfg.texi
12@c
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
14@setchapternewpage odd
15@c %**end of header
16
17@iftex
18@c @smallbook
19@c @cropmarks
20@end iftex
21
22@finalout
23@syncodeindex ky cp
24
41afff9a 25@c readline appendices use @vindex, @findex and @ftable,
48e934c6 26@c annotate.texi and gdbmi use @findex.
c906108c 27@syncodeindex vr cp
41afff9a 28@syncodeindex fn cp
c906108c
SS
29
30@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 31@c This is updated by GNU Press.
e9c75b65 32@set EDITION Ninth
c906108c 33
87885426
FN
34@c !!set GDB edit command default editor
35@set EDITOR /bin/ex
c906108c 36
6c0e9fb3 37@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 38
c906108c 39@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 40@c manuals to an info tree.
96a2c332
SS
41@dircategory Programming & development tools.
42@direntry
c906108c 43* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
44@end direntry
45
c906108c
SS
46@ifinfo
47This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
9fe8321b
AC
50This is the @value{EDITION} Edition, of @cite{Debugging with
51@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52Version @value{GDBVN}.
c906108c 53
8a037dd7 54Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
1e698235 55 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
c906108c 56
e9c75b65
EZ
57Permission is granted to copy, distribute and/or modify this document
58under the terms of the GNU Free Documentation License, Version 1.1 or
59any later version published by the Free Software Foundation; with the
959acfd1
EZ
60Invariant Sections being ``Free Software'' and ``Free Software Needs
61Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62and with the Back-Cover Texts as in (a) below.
c906108c 63
6826cf00
EZ
64(a) The Free Software Foundation's Back-Cover Text is: ``You have
65freedom to copy and modify this GNU Manual, like GNU software. Copies
66published by the Free Software Foundation raise funds for GNU
67development.''
c906108c
SS
68@end ifinfo
69
70@titlepage
71@title Debugging with @value{GDBN}
72@subtitle The @sc{gnu} Source-Level Debugger
c906108c 73@sp 1
c906108c 74@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
9e9c5ae7 75@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 76@page
c906108c
SS
77@tex
78{\parskip=0pt
53a5351d 79\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
80\hfill {\it Debugging with @value{GDBN}}\par
81\hfill \TeX{}info \texinfoversion\par
82}
83@end tex
53a5351d 84
c906108c 85@vskip 0pt plus 1filll
8a037dd7 86Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1e698235 871996, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
c906108c 88@sp 2
c906108c
SS
89Published by the Free Software Foundation @*
9059 Temple Place - Suite 330, @*
91Boston, MA 02111-1307 USA @*
6d2ebf8b 92ISBN 1-882114-77-9 @*
e9c75b65
EZ
93
94Permission is granted to copy, distribute and/or modify this document
95under the terms of the GNU Free Documentation License, Version 1.1 or
96any later version published by the Free Software Foundation; with the
959acfd1
EZ
97Invariant Sections being ``Free Software'' and ``Free Software Needs
98Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99and with the Back-Cover Texts as in (a) below.
e9c75b65 100
6826cf00
EZ
101(a) The Free Software Foundation's Back-Cover Text is: ``You have
102freedom to copy and modify this GNU Manual, like GNU software. Copies
103published by the Free Software Foundation raise funds for GNU
104development.''
c906108c
SS
105@end titlepage
106@page
107
6c0e9fb3 108@ifnottex
6d2ebf8b
SS
109@node Top, Summary, (dir), (dir)
110
c906108c
SS
111@top Debugging with @value{GDBN}
112
113This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
9fe8321b 115This is the @value{EDITION} Edition, for @value{GDBN} Version
c906108c
SS
116@value{GDBVN}.
117
1e698235 118Copyright (C) 1988-2003 Free Software Foundation, Inc.
6d2ebf8b
SS
119
120@menu
121* Summary:: Summary of @value{GDBN}
122* Sample Session:: A sample @value{GDBN} session
123
124* Invocation:: Getting in and out of @value{GDBN}
125* Commands:: @value{GDBN} commands
126* Running:: Running programs under @value{GDBN}
127* Stopping:: Stopping and continuing
128* Stack:: Examining the stack
129* Source:: Examining source files
130* Data:: Examining data
e2e0bcd1 131* Macros:: Preprocessor Macros
b37052ae 132* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 133* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
134
135* Languages:: Using @value{GDBN} with different languages
136
137* Symbols:: Examining the symbol table
138* Altering:: Altering execution
139* GDB Files:: @value{GDBN} files
140* Targets:: Specifying a debugging target
6b2f586d 141* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
142* Configurations:: Configuration-specific information
143* Controlling GDB:: Controlling @value{GDBN}
144* Sequences:: Canned sequences of commands
c4555f82 145* TUI:: @value{GDBN} Text User Interface
21c294e6 146* Interpreters:: Command Interpreters
6d2ebf8b
SS
147* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 149* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
150
151* GDB Bugs:: Reporting bugs in @value{GDBN}
152* Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154* Command Line Editing:: Command Line Editing
155* Using History Interactively:: Using History Interactively
156* Installing GDB:: Installing GDB
eb12ee30 157* Maintenance Commands:: Maintenance Commands
e0ce93ac 158* Remote Protocol:: GDB Remote Serial Protocol
aab4e0ec
AC
159* Copying:: GNU General Public License says
160 how you can copy and share GDB
6826cf00 161* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
162* Index:: Index
163@end menu
164
6c0e9fb3 165@end ifnottex
c906108c 166
449f3b6c 167@contents
449f3b6c 168
6d2ebf8b 169@node Summary
c906108c
SS
170@unnumbered Summary of @value{GDBN}
171
172The purpose of a debugger such as @value{GDBN} is to allow you to see what is
173going on ``inside'' another program while it executes---or what another
174program was doing at the moment it crashed.
175
176@value{GDBN} can do four main kinds of things (plus other things in support of
177these) to help you catch bugs in the act:
178
179@itemize @bullet
180@item
181Start your program, specifying anything that might affect its behavior.
182
183@item
184Make your program stop on specified conditions.
185
186@item
187Examine what has happened, when your program has stopped.
188
189@item
190Change things in your program, so you can experiment with correcting the
191effects of one bug and go on to learn about another.
192@end itemize
193
cce74817 194You can use @value{GDBN} to debug programs written in C and C++.
c906108c 195For more information, see @ref{Support,,Supported languages}.
c906108c
SS
196For more information, see @ref{C,,C and C++}.
197
cce74817 198@cindex Modula-2
e632838e
AC
199Support for Modula-2 is partial. For information on Modula-2, see
200@ref{Modula-2,,Modula-2}.
c906108c 201
cce74817
JM
202@cindex Pascal
203Debugging Pascal programs which use sets, subranges, file variables, or
204nested functions does not currently work. @value{GDBN} does not support
205entering expressions, printing values, or similar features using Pascal
206syntax.
c906108c 207
c906108c
SS
208@cindex Fortran
209@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 210it may be necessary to refer to some variables with a trailing
cce74817 211underscore.
c906108c 212
b37303ee
AF
213@value{GDBN} can be used to debug programs written in Objective-C,
214using either the Apple/NeXT or the GNU Objective-C runtime.
215
c906108c
SS
216@menu
217* Free Software:: Freely redistributable software
218* Contributors:: Contributors to GDB
219@end menu
220
6d2ebf8b 221@node Free Software
c906108c
SS
222@unnumberedsec Free software
223
5d161b24 224@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
225General Public License
226(GPL). The GPL gives you the freedom to copy or adapt a licensed
227program---but every person getting a copy also gets with it the
228freedom to modify that copy (which means that they must get access to
229the source code), and the freedom to distribute further copies.
230Typical software companies use copyrights to limit your freedoms; the
231Free Software Foundation uses the GPL to preserve these freedoms.
232
233Fundamentally, the General Public License is a license which says that
234you have these freedoms and that you cannot take these freedoms away
235from anyone else.
236
2666264b 237@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
238
239The biggest deficiency in the free software community today is not in
240the software---it is the lack of good free documentation that we can
241include with the free software. Many of our most important
242programs do not come with free reference manuals and free introductory
243texts. Documentation is an essential part of any software package;
244when an important free software package does not come with a free
245manual and a free tutorial, that is a major gap. We have many such
246gaps today.
247
248Consider Perl, for instance. The tutorial manuals that people
249normally use are non-free. How did this come about? Because the
250authors of those manuals published them with restrictive terms---no
251copying, no modification, source files not available---which exclude
252them from the free software world.
253
254That wasn't the first time this sort of thing happened, and it was far
255from the last. Many times we have heard a GNU user eagerly describe a
256manual that he is writing, his intended contribution to the community,
257only to learn that he had ruined everything by signing a publication
258contract to make it non-free.
259
260Free documentation, like free software, is a matter of freedom, not
261price. The problem with the non-free manual is not that publishers
262charge a price for printed copies---that in itself is fine. (The Free
263Software Foundation sells printed copies of manuals, too.) The
264problem is the restrictions on the use of the manual. Free manuals
265are available in source code form, and give you permission to copy and
266modify. Non-free manuals do not allow this.
267
268The criteria of freedom for a free manual are roughly the same as for
269free software. Redistribution (including the normal kinds of
270commercial redistribution) must be permitted, so that the manual can
271accompany every copy of the program, both on-line and on paper.
272
273Permission for modification of the technical content is crucial too.
274When people modify the software, adding or changing features, if they
275are conscientious they will change the manual too---so they can
276provide accurate and clear documentation for the modified program. A
277manual that leaves you no choice but to write a new manual to document
278a changed version of the program is not really available to our
279community.
280
281Some kinds of limits on the way modification is handled are
282acceptable. For example, requirements to preserve the original
283author's copyright notice, the distribution terms, or the list of
284authors, are ok. It is also no problem to require modified versions
285to include notice that they were modified. Even entire sections that
286may not be deleted or changed are acceptable, as long as they deal
287with nontechnical topics (like this one). These kinds of restrictions
288are acceptable because they don't obstruct the community's normal use
289of the manual.
290
291However, it must be possible to modify all the @emph{technical}
292content of the manual, and then distribute the result in all the usual
293media, through all the usual channels. Otherwise, the restrictions
294obstruct the use of the manual, it is not free, and we need another
295manual to replace it.
296
297Please spread the word about this issue. Our community continues to
298lose manuals to proprietary publishing. If we spread the word that
299free software needs free reference manuals and free tutorials, perhaps
300the next person who wants to contribute by writing documentation will
301realize, before it is too late, that only free manuals contribute to
302the free software community.
303
304If you are writing documentation, please insist on publishing it under
305the GNU Free Documentation License or another free documentation
306license. Remember that this decision requires your approval---you
307don't have to let the publisher decide. Some commercial publishers
308will use a free license if you insist, but they will not propose the
309option; it is up to you to raise the issue and say firmly that this is
310what you want. If the publisher you are dealing with refuses, please
311try other publishers. If you're not sure whether a proposed license
42584a72 312is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
313
314You can encourage commercial publishers to sell more free, copylefted
315manuals and tutorials by buying them, and particularly by buying
316copies from the publishers that paid for their writing or for major
317improvements. Meanwhile, try to avoid buying non-free documentation
318at all. Check the distribution terms of a manual before you buy it,
319and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
320Check the history of the book, and try to reward the publishers that
321have paid or pay the authors to work on it.
959acfd1
EZ
322
323The Free Software Foundation maintains a list of free documentation
324published by other publishers, at
325@url{http://www.fsf.org/doc/other-free-books.html}.
326
6d2ebf8b 327@node Contributors
96a2c332
SS
328@unnumberedsec Contributors to @value{GDBN}
329
330Richard Stallman was the original author of @value{GDBN}, and of many
331other @sc{gnu} programs. Many others have contributed to its
332development. This section attempts to credit major contributors. One
333of the virtues of free software is that everyone is free to contribute
334to it; with regret, we cannot actually acknowledge everyone here. The
335file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
336blow-by-blow account.
337
338Changes much prior to version 2.0 are lost in the mists of time.
339
340@quotation
341@emph{Plea:} Additions to this section are particularly welcome. If you
342or your friends (or enemies, to be evenhanded) have been unfairly
343omitted from this list, we would like to add your names!
344@end quotation
345
346So that they may not regard their many labors as thankless, we
347particularly thank those who shepherded @value{GDBN} through major
348releases:
299ffc64 349Andrew Cagney (releases 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
350Jim Blandy (release 4.18);
351Jason Molenda (release 4.17);
352Stan Shebs (release 4.14);
353Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
354Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
355John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
356Jim Kingdon (releases 3.5, 3.4, and 3.3);
357and Randy Smith (releases 3.2, 3.1, and 3.0).
358
359Richard Stallman, assisted at various times by Peter TerMaat, Chris
360Hanson, and Richard Mlynarik, handled releases through 2.8.
361
b37052ae
EZ
362Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
363in @value{GDBN}, with significant additional contributions from Per
364Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
365demangler. Early work on C@t{++} was by Peter TerMaat (who also did
366much general update work leading to release 3.0).
c906108c 367
b37052ae 368@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
369object-file formats; BFD was a joint project of David V.
370Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
371
372David Johnson wrote the original COFF support; Pace Willison did
373the original support for encapsulated COFF.
374
0179ffac 375Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
376
377Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
378Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
379support.
380Jean-Daniel Fekete contributed Sun 386i support.
381Chris Hanson improved the HP9000 support.
382Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
383David Johnson contributed Encore Umax support.
384Jyrki Kuoppala contributed Altos 3068 support.
385Jeff Law contributed HP PA and SOM support.
386Keith Packard contributed NS32K support.
387Doug Rabson contributed Acorn Risc Machine support.
388Bob Rusk contributed Harris Nighthawk CX-UX support.
389Chris Smith contributed Convex support (and Fortran debugging).
390Jonathan Stone contributed Pyramid support.
391Michael Tiemann contributed SPARC support.
392Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
393Pace Willison contributed Intel 386 support.
394Jay Vosburgh contributed Symmetry support.
a37295f9 395Marko Mlinar contributed OpenRISC 1000 support.
c906108c 396
1104b9e7 397Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
398
399Rich Schaefer and Peter Schauer helped with support of SunOS shared
400libraries.
401
402Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
403about several machine instruction sets.
404
405Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
406remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
407contributed remote debugging modules for the i960, VxWorks, A29K UDI,
408and RDI targets, respectively.
409
410Brian Fox is the author of the readline libraries providing
411command-line editing and command history.
412
7a292a7a
SS
413Andrew Beers of SUNY Buffalo wrote the language-switching code, the
414Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 415
5d161b24 416Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 417He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 418symbols.
c906108c
SS
419
420Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
421Super-H processors.
422
423NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
424
425Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
426
427Toshiba sponsored the support for the TX39 Mips processor.
428
429Matsushita sponsored the support for the MN10200 and MN10300 processors.
430
96a2c332 431Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
432
433Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
434watchpoints.
435
436Michael Snyder added support for tracepoints.
437
438Stu Grossman wrote gdbserver.
439
440Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 441nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
442
443The following people at the Hewlett-Packard Company contributed
444support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 445(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
446compiler, and the terminal user interface: Ben Krepp, Richard Title,
447John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
448Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
449information in this manual.
450
b37052ae
EZ
451DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
452Robert Hoehne made significant contributions to the DJGPP port.
453
96a2c332
SS
454Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
455development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
456fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
457Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
458Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
459Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
460Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
461addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
462JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
463Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
464Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
465Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
466Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
467Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
468Zuhn have made contributions both large and small.
c906108c 469
e2e0bcd1
JB
470Jim Blandy added support for preprocessor macros, while working for Red
471Hat.
c906108c 472
6d2ebf8b 473@node Sample Session
c906108c
SS
474@chapter A Sample @value{GDBN} Session
475
476You can use this manual at your leisure to read all about @value{GDBN}.
477However, a handful of commands are enough to get started using the
478debugger. This chapter illustrates those commands.
479
480@iftex
481In this sample session, we emphasize user input like this: @b{input},
482to make it easier to pick out from the surrounding output.
483@end iftex
484
485@c FIXME: this example may not be appropriate for some configs, where
486@c FIXME...primary interest is in remote use.
487
488One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
489processor) exhibits the following bug: sometimes, when we change its
490quote strings from the default, the commands used to capture one macro
491definition within another stop working. In the following short @code{m4}
492session, we define a macro @code{foo} which expands to @code{0000}; we
493then use the @code{m4} built-in @code{defn} to define @code{bar} as the
494same thing. However, when we change the open quote string to
495@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
496procedure fails to define a new synonym @code{baz}:
497
498@smallexample
499$ @b{cd gnu/m4}
500$ @b{./m4}
501@b{define(foo,0000)}
502
503@b{foo}
5040000
505@b{define(bar,defn(`foo'))}
506
507@b{bar}
5080000
509@b{changequote(<QUOTE>,<UNQUOTE>)}
510
511@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
512@b{baz}
513@b{C-d}
514m4: End of input: 0: fatal error: EOF in string
515@end smallexample
516
517@noindent
518Let us use @value{GDBN} to try to see what is going on.
519
c906108c
SS
520@smallexample
521$ @b{@value{GDBP} m4}
522@c FIXME: this falsifies the exact text played out, to permit smallbook
523@c FIXME... format to come out better.
524@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 525 of it under certain conditions; type "show copying" to see
c906108c 526 the conditions.
5d161b24 527There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
528 for details.
529
530@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
531(@value{GDBP})
532@end smallexample
c906108c
SS
533
534@noindent
535@value{GDBN} reads only enough symbol data to know where to find the
536rest when needed; as a result, the first prompt comes up very quickly.
537We now tell @value{GDBN} to use a narrower display width than usual, so
538that examples fit in this manual.
539
540@smallexample
541(@value{GDBP}) @b{set width 70}
542@end smallexample
543
544@noindent
545We need to see how the @code{m4} built-in @code{changequote} works.
546Having looked at the source, we know the relevant subroutine is
547@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
548@code{break} command.
549
550@smallexample
551(@value{GDBP}) @b{break m4_changequote}
552Breakpoint 1 at 0x62f4: file builtin.c, line 879.
553@end smallexample
554
555@noindent
556Using the @code{run} command, we start @code{m4} running under @value{GDBN}
557control; as long as control does not reach the @code{m4_changequote}
558subroutine, the program runs as usual:
559
560@smallexample
561(@value{GDBP}) @b{run}
562Starting program: /work/Editorial/gdb/gnu/m4/m4
563@b{define(foo,0000)}
564
565@b{foo}
5660000
567@end smallexample
568
569@noindent
570To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
571suspends execution of @code{m4}, displaying information about the
572context where it stops.
573
574@smallexample
575@b{changequote(<QUOTE>,<UNQUOTE>)}
576
5d161b24 577Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
578 at builtin.c:879
579879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
580@end smallexample
581
582@noindent
583Now we use the command @code{n} (@code{next}) to advance execution to
584the next line of the current function.
585
586@smallexample
587(@value{GDBP}) @b{n}
588882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
589 : nil,
590@end smallexample
591
592@noindent
593@code{set_quotes} looks like a promising subroutine. We can go into it
594by using the command @code{s} (@code{step}) instead of @code{next}.
595@code{step} goes to the next line to be executed in @emph{any}
596subroutine, so it steps into @code{set_quotes}.
597
598@smallexample
599(@value{GDBP}) @b{s}
600set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
601 at input.c:530
602530 if (lquote != def_lquote)
603@end smallexample
604
605@noindent
606The display that shows the subroutine where @code{m4} is now
607suspended (and its arguments) is called a stack frame display. It
608shows a summary of the stack. We can use the @code{backtrace}
609command (which can also be spelled @code{bt}), to see where we are
610in the stack as a whole: the @code{backtrace} command displays a
611stack frame for each active subroutine.
612
613@smallexample
614(@value{GDBP}) @b{bt}
615#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
616 at input.c:530
5d161b24 617#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
618 at builtin.c:882
619#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
620#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
621 at macro.c:71
622#4 0x79dc in expand_input () at macro.c:40
623#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
624@end smallexample
625
626@noindent
627We step through a few more lines to see what happens. The first two
628times, we can use @samp{s}; the next two times we use @code{n} to avoid
629falling into the @code{xstrdup} subroutine.
630
631@smallexample
632(@value{GDBP}) @b{s}
6330x3b5c 532 if (rquote != def_rquote)
634(@value{GDBP}) @b{s}
6350x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
636def_lquote : xstrdup(lq);
637(@value{GDBP}) @b{n}
638536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
639 : xstrdup(rq);
640(@value{GDBP}) @b{n}
641538 len_lquote = strlen(rquote);
642@end smallexample
643
644@noindent
645The last line displayed looks a little odd; we can examine the variables
646@code{lquote} and @code{rquote} to see if they are in fact the new left
647and right quotes we specified. We use the command @code{p}
648(@code{print}) to see their values.
649
650@smallexample
651(@value{GDBP}) @b{p lquote}
652$1 = 0x35d40 "<QUOTE>"
653(@value{GDBP}) @b{p rquote}
654$2 = 0x35d50 "<UNQUOTE>"
655@end smallexample
656
657@noindent
658@code{lquote} and @code{rquote} are indeed the new left and right quotes.
659To look at some context, we can display ten lines of source
660surrounding the current line with the @code{l} (@code{list}) command.
661
662@smallexample
663(@value{GDBP}) @b{l}
664533 xfree(rquote);
665534
666535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
667 : xstrdup (lq);
668536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
669 : xstrdup (rq);
670537
671538 len_lquote = strlen(rquote);
672539 len_rquote = strlen(lquote);
673540 @}
674541
675542 void
676@end smallexample
677
678@noindent
679Let us step past the two lines that set @code{len_lquote} and
680@code{len_rquote}, and then examine the values of those variables.
681
682@smallexample
683(@value{GDBP}) @b{n}
684539 len_rquote = strlen(lquote);
685(@value{GDBP}) @b{n}
686540 @}
687(@value{GDBP}) @b{p len_lquote}
688$3 = 9
689(@value{GDBP}) @b{p len_rquote}
690$4 = 7
691@end smallexample
692
693@noindent
694That certainly looks wrong, assuming @code{len_lquote} and
695@code{len_rquote} are meant to be the lengths of @code{lquote} and
696@code{rquote} respectively. We can set them to better values using
697the @code{p} command, since it can print the value of
698any expression---and that expression can include subroutine calls and
699assignments.
700
701@smallexample
702(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
703$5 = 7
704(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
705$6 = 9
706@end smallexample
707
708@noindent
709Is that enough to fix the problem of using the new quotes with the
710@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
711executing with the @code{c} (@code{continue}) command, and then try the
712example that caused trouble initially:
713
714@smallexample
715(@value{GDBP}) @b{c}
716Continuing.
717
718@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
719
720baz
7210000
722@end smallexample
723
724@noindent
725Success! The new quotes now work just as well as the default ones. The
726problem seems to have been just the two typos defining the wrong
727lengths. We allow @code{m4} exit by giving it an EOF as input:
728
729@smallexample
730@b{C-d}
731Program exited normally.
732@end smallexample
733
734@noindent
735The message @samp{Program exited normally.} is from @value{GDBN}; it
736indicates @code{m4} has finished executing. We can end our @value{GDBN}
737session with the @value{GDBN} @code{quit} command.
738
739@smallexample
740(@value{GDBP}) @b{quit}
741@end smallexample
c906108c 742
6d2ebf8b 743@node Invocation
c906108c
SS
744@chapter Getting In and Out of @value{GDBN}
745
746This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 747The essentials are:
c906108c 748@itemize @bullet
5d161b24 749@item
53a5351d 750type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 751@item
c906108c
SS
752type @kbd{quit} or @kbd{C-d} to exit.
753@end itemize
754
755@menu
756* Invoking GDB:: How to start @value{GDBN}
757* Quitting GDB:: How to quit @value{GDBN}
758* Shell Commands:: How to use shell commands inside @value{GDBN}
759@end menu
760
6d2ebf8b 761@node Invoking GDB
c906108c
SS
762@section Invoking @value{GDBN}
763
c906108c
SS
764Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
765@value{GDBN} reads commands from the terminal until you tell it to exit.
766
767You can also run @code{@value{GDBP}} with a variety of arguments and options,
768to specify more of your debugging environment at the outset.
769
c906108c
SS
770The command-line options described here are designed
771to cover a variety of situations; in some environments, some of these
5d161b24 772options may effectively be unavailable.
c906108c
SS
773
774The most usual way to start @value{GDBN} is with one argument,
775specifying an executable program:
776
474c8240 777@smallexample
c906108c 778@value{GDBP} @var{program}
474c8240 779@end smallexample
c906108c 780
c906108c
SS
781@noindent
782You can also start with both an executable program and a core file
783specified:
784
474c8240 785@smallexample
c906108c 786@value{GDBP} @var{program} @var{core}
474c8240 787@end smallexample
c906108c
SS
788
789You can, instead, specify a process ID as a second argument, if you want
790to debug a running process:
791
474c8240 792@smallexample
c906108c 793@value{GDBP} @var{program} 1234
474c8240 794@end smallexample
c906108c
SS
795
796@noindent
797would attach @value{GDBN} to process @code{1234} (unless you also have a file
798named @file{1234}; @value{GDBN} does check for a core file first).
799
c906108c 800Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
801complete operating system; when you use @value{GDBN} as a remote
802debugger attached to a bare board, there may not be any notion of
803``process'', and there is often no way to get a core dump. @value{GDBN}
804will warn you if it is unable to attach or to read core dumps.
c906108c 805
aa26fa3a
TT
806You can optionally have @code{@value{GDBP}} pass any arguments after the
807executable file to the inferior using @code{--args}. This option stops
808option processing.
474c8240 809@smallexample
aa26fa3a 810gdb --args gcc -O2 -c foo.c
474c8240 811@end smallexample
aa26fa3a
TT
812This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
813@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
814
96a2c332 815You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
816@value{GDBN}'s non-warranty, by specifying @code{-silent}:
817
818@smallexample
819@value{GDBP} -silent
820@end smallexample
821
822@noindent
823You can further control how @value{GDBN} starts up by using command-line
824options. @value{GDBN} itself can remind you of the options available.
825
826@noindent
827Type
828
474c8240 829@smallexample
c906108c 830@value{GDBP} -help
474c8240 831@end smallexample
c906108c
SS
832
833@noindent
834to display all available options and briefly describe their use
835(@samp{@value{GDBP} -h} is a shorter equivalent).
836
837All options and command line arguments you give are processed
838in sequential order. The order makes a difference when the
839@samp{-x} option is used.
840
841
842@menu
c906108c
SS
843* File Options:: Choosing files
844* Mode Options:: Choosing modes
845@end menu
846
6d2ebf8b 847@node File Options
c906108c
SS
848@subsection Choosing files
849
2df3850c 850When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
851specifying an executable file and core file (or process ID). This is
852the same as if the arguments were specified by the @samp{-se} and
19837790
MS
853@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
854first argument that does not have an associated option flag as
855equivalent to the @samp{-se} option followed by that argument; and the
856second argument that does not have an associated option flag, if any, as
857equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
858If the second argument begins with a decimal digit, @value{GDBN} will
859first attempt to attach to it as a process, and if that fails, attempt
860to open it as a corefile. If you have a corefile whose name begins with
861a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 862prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
863
864If @value{GDBN} has not been configured to included core file support,
865such as for most embedded targets, then it will complain about a second
866argument and ignore it.
c906108c
SS
867
868Many options have both long and short forms; both are shown in the
869following list. @value{GDBN} also recognizes the long forms if you truncate
870them, so long as enough of the option is present to be unambiguous.
871(If you prefer, you can flag option arguments with @samp{--} rather
872than @samp{-}, though we illustrate the more usual convention.)
873
d700128c
EZ
874@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
875@c way, both those who look for -foo and --foo in the index, will find
876@c it.
877
c906108c
SS
878@table @code
879@item -symbols @var{file}
880@itemx -s @var{file}
d700128c
EZ
881@cindex @code{--symbols}
882@cindex @code{-s}
c906108c
SS
883Read symbol table from file @var{file}.
884
885@item -exec @var{file}
886@itemx -e @var{file}
d700128c
EZ
887@cindex @code{--exec}
888@cindex @code{-e}
7a292a7a
SS
889Use file @var{file} as the executable file to execute when appropriate,
890and for examining pure data in conjunction with a core dump.
c906108c
SS
891
892@item -se @var{file}
d700128c 893@cindex @code{--se}
c906108c
SS
894Read symbol table from file @var{file} and use it as the executable
895file.
896
c906108c
SS
897@item -core @var{file}
898@itemx -c @var{file}
d700128c
EZ
899@cindex @code{--core}
900@cindex @code{-c}
19837790 901Use file @var{file} as a core dump to examine.
c906108c
SS
902
903@item -c @var{number}
19837790
MS
904@item -pid @var{number}
905@itemx -p @var{number}
906@cindex @code{--pid}
907@cindex @code{-p}
908Connect to process ID @var{number}, as with the @code{attach} command.
909If there is no such process, @value{GDBN} will attempt to open a core
910file named @var{number}.
c906108c
SS
911
912@item -command @var{file}
913@itemx -x @var{file}
d700128c
EZ
914@cindex @code{--command}
915@cindex @code{-x}
c906108c
SS
916Execute @value{GDBN} commands from file @var{file}. @xref{Command
917Files,, Command files}.
918
919@item -directory @var{directory}
920@itemx -d @var{directory}
d700128c
EZ
921@cindex @code{--directory}
922@cindex @code{-d}
c906108c
SS
923Add @var{directory} to the path to search for source files.
924
c906108c
SS
925@item -m
926@itemx -mapped
d700128c
EZ
927@cindex @code{--mapped}
928@cindex @code{-m}
c906108c
SS
929@emph{Warning: this option depends on operating system facilities that are not
930supported on all systems.}@*
931If memory-mapped files are available on your system through the @code{mmap}
5d161b24 932system call, you can use this option
c906108c
SS
933to have @value{GDBN} write the symbols from your
934program into a reusable file in the current directory. If the program you are debugging is
96a2c332 935called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
936Future @value{GDBN} debugging sessions notice the presence of this file,
937and can quickly map in symbol information from it, rather than reading
938the symbol table from the executable program.
939
940The @file{.syms} file is specific to the host machine where @value{GDBN}
941is run. It holds an exact image of the internal @value{GDBN} symbol
942table. It cannot be shared across multiple host platforms.
c906108c 943
c906108c
SS
944@item -r
945@itemx -readnow
d700128c
EZ
946@cindex @code{--readnow}
947@cindex @code{-r}
c906108c
SS
948Read each symbol file's entire symbol table immediately, rather than
949the default, which is to read it incrementally as it is needed.
950This makes startup slower, but makes future operations faster.
53a5351d 951
c906108c
SS
952@end table
953
2df3850c 954You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 955order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
956information. (@xref{Files,,Commands to specify files}, for information
957on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
958but build a @file{.syms} file for future use is:
c906108c 959
474c8240 960@smallexample
2df3850c 961gdb -batch -nx -mapped -readnow programname
474c8240 962@end smallexample
c906108c 963
6d2ebf8b 964@node Mode Options
c906108c
SS
965@subsection Choosing modes
966
967You can run @value{GDBN} in various alternative modes---for example, in
968batch mode or quiet mode.
969
970@table @code
971@item -nx
972@itemx -n
d700128c
EZ
973@cindex @code{--nx}
974@cindex @code{-n}
96565e91 975Do not execute commands found in any initialization files. Normally,
2df3850c
JM
976@value{GDBN} executes the commands in these files after all the command
977options and arguments have been processed. @xref{Command Files,,Command
978files}.
c906108c
SS
979
980@item -quiet
d700128c 981@itemx -silent
c906108c 982@itemx -q
d700128c
EZ
983@cindex @code{--quiet}
984@cindex @code{--silent}
985@cindex @code{-q}
c906108c
SS
986``Quiet''. Do not print the introductory and copyright messages. These
987messages are also suppressed in batch mode.
988
989@item -batch
d700128c 990@cindex @code{--batch}
c906108c
SS
991Run in batch mode. Exit with status @code{0} after processing all the
992command files specified with @samp{-x} (and all commands from
993initialization files, if not inhibited with @samp{-n}). Exit with
994nonzero status if an error occurs in executing the @value{GDBN} commands
995in the command files.
996
2df3850c
JM
997Batch mode may be useful for running @value{GDBN} as a filter, for
998example to download and run a program on another computer; in order to
999make this more useful, the message
c906108c 1000
474c8240 1001@smallexample
c906108c 1002Program exited normally.
474c8240 1003@end smallexample
c906108c
SS
1004
1005@noindent
2df3850c
JM
1006(which is ordinarily issued whenever a program running under
1007@value{GDBN} control terminates) is not issued when running in batch
1008mode.
1009
1010@item -nowindows
1011@itemx -nw
d700128c
EZ
1012@cindex @code{--nowindows}
1013@cindex @code{-nw}
2df3850c 1014``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1015(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1016interface. If no GUI is available, this option has no effect.
1017
1018@item -windows
1019@itemx -w
d700128c
EZ
1020@cindex @code{--windows}
1021@cindex @code{-w}
2df3850c
JM
1022If @value{GDBN} includes a GUI, then this option requires it to be
1023used if possible.
c906108c
SS
1024
1025@item -cd @var{directory}
d700128c 1026@cindex @code{--cd}
c906108c
SS
1027Run @value{GDBN} using @var{directory} as its working directory,
1028instead of the current directory.
1029
c906108c
SS
1030@item -fullname
1031@itemx -f
d700128c
EZ
1032@cindex @code{--fullname}
1033@cindex @code{-f}
7a292a7a
SS
1034@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1035subprocess. It tells @value{GDBN} to output the full file name and line
1036number in a standard, recognizable fashion each time a stack frame is
1037displayed (which includes each time your program stops). This
1038recognizable format looks like two @samp{\032} characters, followed by
1039the file name, line number and character position separated by colons,
1040and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1041@samp{\032} characters as a signal to display the source code for the
1042frame.
c906108c 1043
d700128c
EZ
1044@item -epoch
1045@cindex @code{--epoch}
1046The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1047@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1048routines so as to allow Epoch to display values of expressions in a
1049separate window.
1050
1051@item -annotate @var{level}
1052@cindex @code{--annotate}
1053This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1054effect is identical to using @samp{set annotate @var{level}}
1055(@pxref{Annotations}).
1056Annotation level controls how much information does @value{GDBN} print
1057together with its prompt, values of expressions, source lines, and other
1058types of output. Level 0 is the normal, level 1 is for use when
1059@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1060maximum annotation suitable for programs that control @value{GDBN}.
1061
1062@item -async
1063@cindex @code{--async}
1064Use the asynchronous event loop for the command-line interface.
1065@value{GDBN} processes all events, such as user keyboard input, via a
1066special event loop. This allows @value{GDBN} to accept and process user
1067commands in parallel with the debugged process being
1068run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1069MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1070suspended when the debuggee runs.}, so you don't need to wait for
1071control to return to @value{GDBN} before you type the next command.
b37052ae 1072(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1073operation is not yet in place, so @samp{-async} does not work fully
1074yet.)
1075@c FIXME: when the target side of the event loop is done, the above NOTE
1076@c should be removed.
1077
1078When the standard input is connected to a terminal device, @value{GDBN}
1079uses the asynchronous event loop by default, unless disabled by the
1080@samp{-noasync} option.
1081
1082@item -noasync
1083@cindex @code{--noasync}
1084Disable the asynchronous event loop for the command-line interface.
1085
aa26fa3a
TT
1086@item --args
1087@cindex @code{--args}
1088Change interpretation of command line so that arguments following the
1089executable file are passed as command line arguments to the inferior.
1090This option stops option processing.
1091
2df3850c
JM
1092@item -baud @var{bps}
1093@itemx -b @var{bps}
d700128c
EZ
1094@cindex @code{--baud}
1095@cindex @code{-b}
c906108c
SS
1096Set the line speed (baud rate or bits per second) of any serial
1097interface used by @value{GDBN} for remote debugging.
c906108c
SS
1098
1099@item -tty @var{device}
d700128c
EZ
1100@itemx -t @var{device}
1101@cindex @code{--tty}
1102@cindex @code{-t}
c906108c
SS
1103Run using @var{device} for your program's standard input and output.
1104@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1105
53a5351d 1106@c resolve the situation of these eventually
c4555f82
SC
1107@item -tui
1108@cindex @code{--tui}
1109Activate the Terminal User Interface when starting.
1110The Terminal User Interface manages several text windows on the terminal,
1111showing source, assembly, registers and @value{GDBN} command outputs
1112(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1113Do not use this option if you run @value{GDBN} from Emacs
1114(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1115
1116@c @item -xdb
d700128c 1117@c @cindex @code{--xdb}
53a5351d
JM
1118@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1119@c For information, see the file @file{xdb_trans.html}, which is usually
1120@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1121@c systems.
1122
d700128c
EZ
1123@item -interpreter @var{interp}
1124@cindex @code{--interpreter}
1125Use the interpreter @var{interp} for interface with the controlling
1126program or device. This option is meant to be set by programs which
94bbb2c0 1127communicate with @value{GDBN} using it as a back end.
21c294e6 1128@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1129
da0f9dcd
AC
1130@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1131@value{GDBN} to use the current @dfn{@sc{gdb/mi} interface}
1132(@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). The previous @sc{gdb/mi}
1133interface, included in @value{GDBN} version 5.3, can be selected with
1134@samp{--interpreter=mi1}. Earlier @sc{gdb/mi} interfaces
1135are not supported.
d700128c
EZ
1136
1137@item -write
1138@cindex @code{--write}
1139Open the executable and core files for both reading and writing. This
1140is equivalent to the @samp{set write on} command inside @value{GDBN}
1141(@pxref{Patching}).
1142
1143@item -statistics
1144@cindex @code{--statistics}
1145This option causes @value{GDBN} to print statistics about time and
1146memory usage after it completes each command and returns to the prompt.
1147
1148@item -version
1149@cindex @code{--version}
1150This option causes @value{GDBN} to print its version number and
1151no-warranty blurb, and exit.
1152
c906108c
SS
1153@end table
1154
6d2ebf8b 1155@node Quitting GDB
c906108c
SS
1156@section Quitting @value{GDBN}
1157@cindex exiting @value{GDBN}
1158@cindex leaving @value{GDBN}
1159
1160@table @code
1161@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1162@kindex q @r{(@code{quit})}
96a2c332
SS
1163@item quit @r{[}@var{expression}@r{]}
1164@itemx q
1165To exit @value{GDBN}, use the @code{quit} command (abbreviated
1166@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1167do not supply @var{expression}, @value{GDBN} will terminate normally;
1168otherwise it will terminate using the result of @var{expression} as the
1169error code.
c906108c
SS
1170@end table
1171
1172@cindex interrupt
1173An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1174terminates the action of any @value{GDBN} command that is in progress and
1175returns to @value{GDBN} command level. It is safe to type the interrupt
1176character at any time because @value{GDBN} does not allow it to take effect
1177until a time when it is safe.
1178
c906108c
SS
1179If you have been using @value{GDBN} to control an attached process or
1180device, you can release it with the @code{detach} command
1181(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1182
6d2ebf8b 1183@node Shell Commands
c906108c
SS
1184@section Shell commands
1185
1186If you need to execute occasional shell commands during your
1187debugging session, there is no need to leave or suspend @value{GDBN}; you can
1188just use the @code{shell} command.
1189
1190@table @code
1191@kindex shell
1192@cindex shell escape
1193@item shell @var{command string}
1194Invoke a standard shell to execute @var{command string}.
c906108c 1195If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1196shell to run. Otherwise @value{GDBN} uses the default shell
1197(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1198@end table
1199
1200The utility @code{make} is often needed in development environments.
1201You do not have to use the @code{shell} command for this purpose in
1202@value{GDBN}:
1203
1204@table @code
1205@kindex make
1206@cindex calling make
1207@item make @var{make-args}
1208Execute the @code{make} program with the specified
1209arguments. This is equivalent to @samp{shell make @var{make-args}}.
1210@end table
1211
6d2ebf8b 1212@node Commands
c906108c
SS
1213@chapter @value{GDBN} Commands
1214
1215You can abbreviate a @value{GDBN} command to the first few letters of the command
1216name, if that abbreviation is unambiguous; and you can repeat certain
1217@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1218key to get @value{GDBN} to fill out the rest of a word in a command (or to
1219show you the alternatives available, if there is more than one possibility).
1220
1221@menu
1222* Command Syntax:: How to give commands to @value{GDBN}
1223* Completion:: Command completion
1224* Help:: How to ask @value{GDBN} for help
1225@end menu
1226
6d2ebf8b 1227@node Command Syntax
c906108c
SS
1228@section Command syntax
1229
1230A @value{GDBN} command is a single line of input. There is no limit on
1231how long it can be. It starts with a command name, which is followed by
1232arguments whose meaning depends on the command name. For example, the
1233command @code{step} accepts an argument which is the number of times to
1234step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1235with no arguments. Some commands do not allow any arguments.
c906108c
SS
1236
1237@cindex abbreviation
1238@value{GDBN} command names may always be truncated if that abbreviation is
1239unambiguous. Other possible command abbreviations are listed in the
1240documentation for individual commands. In some cases, even ambiguous
1241abbreviations are allowed; for example, @code{s} is specially defined as
1242equivalent to @code{step} even though there are other commands whose
1243names start with @code{s}. You can test abbreviations by using them as
1244arguments to the @code{help} command.
1245
1246@cindex repeating commands
41afff9a 1247@kindex RET @r{(repeat last command)}
c906108c 1248A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1249repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1250will not repeat this way; these are commands whose unintentional
1251repetition might cause trouble and which you are unlikely to want to
1252repeat.
1253
1254The @code{list} and @code{x} commands, when you repeat them with
1255@key{RET}, construct new arguments rather than repeating
1256exactly as typed. This permits easy scanning of source or memory.
1257
1258@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1259output, in a way similar to the common utility @code{more}
1260(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1261@key{RET} too many in this situation, @value{GDBN} disables command
1262repetition after any command that generates this sort of display.
1263
41afff9a 1264@kindex # @r{(a comment)}
c906108c
SS
1265@cindex comment
1266Any text from a @kbd{#} to the end of the line is a comment; it does
1267nothing. This is useful mainly in command files (@pxref{Command
1268Files,,Command files}).
1269
88118b3a
TT
1270@cindex repeating command sequences
1271@kindex C-o @r{(operate-and-get-next)}
1272The @kbd{C-o} binding is useful for repeating a complex sequence of
1273commands. This command accepts the current line, like @kbd{RET}, and
1274then fetches the next line relative to the current line from the history
1275for editing.
1276
6d2ebf8b 1277@node Completion
c906108c
SS
1278@section Command completion
1279
1280@cindex completion
1281@cindex word completion
1282@value{GDBN} can fill in the rest of a word in a command for you, if there is
1283only one possibility; it can also show you what the valid possibilities
1284are for the next word in a command, at any time. This works for @value{GDBN}
1285commands, @value{GDBN} subcommands, and the names of symbols in your program.
1286
1287Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1288of a word. If there is only one possibility, @value{GDBN} fills in the
1289word, and waits for you to finish the command (or press @key{RET} to
1290enter it). For example, if you type
1291
1292@c FIXME "@key" does not distinguish its argument sufficiently to permit
1293@c complete accuracy in these examples; space introduced for clarity.
1294@c If texinfo enhancements make it unnecessary, it would be nice to
1295@c replace " @key" by "@key" in the following...
474c8240 1296@smallexample
c906108c 1297(@value{GDBP}) info bre @key{TAB}
474c8240 1298@end smallexample
c906108c
SS
1299
1300@noindent
1301@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1302the only @code{info} subcommand beginning with @samp{bre}:
1303
474c8240 1304@smallexample
c906108c 1305(@value{GDBP}) info breakpoints
474c8240 1306@end smallexample
c906108c
SS
1307
1308@noindent
1309You can either press @key{RET} at this point, to run the @code{info
1310breakpoints} command, or backspace and enter something else, if
1311@samp{breakpoints} does not look like the command you expected. (If you
1312were sure you wanted @code{info breakpoints} in the first place, you
1313might as well just type @key{RET} immediately after @samp{info bre},
1314to exploit command abbreviations rather than command completion).
1315
1316If there is more than one possibility for the next word when you press
1317@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1318characters and try again, or just press @key{TAB} a second time;
1319@value{GDBN} displays all the possible completions for that word. For
1320example, you might want to set a breakpoint on a subroutine whose name
1321begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1322just sounds the bell. Typing @key{TAB} again displays all the
1323function names in your program that begin with those characters, for
1324example:
1325
474c8240 1326@smallexample
c906108c
SS
1327(@value{GDBP}) b make_ @key{TAB}
1328@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1329make_a_section_from_file make_environ
1330make_abs_section make_function_type
1331make_blockvector make_pointer_type
1332make_cleanup make_reference_type
c906108c
SS
1333make_command make_symbol_completion_list
1334(@value{GDBP}) b make_
474c8240 1335@end smallexample
c906108c
SS
1336
1337@noindent
1338After displaying the available possibilities, @value{GDBN} copies your
1339partial input (@samp{b make_} in the example) so you can finish the
1340command.
1341
1342If you just want to see the list of alternatives in the first place, you
b37052ae 1343can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1344means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1345key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1346one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1347
1348@cindex quotes in commands
1349@cindex completion of quoted strings
1350Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1351parentheses or other characters that @value{GDBN} normally excludes from
1352its notion of a word. To permit word completion to work in this
1353situation, you may enclose words in @code{'} (single quote marks) in
1354@value{GDBN} commands.
c906108c 1355
c906108c 1356The most likely situation where you might need this is in typing the
b37052ae
EZ
1357name of a C@t{++} function. This is because C@t{++} allows function
1358overloading (multiple definitions of the same function, distinguished
1359by argument type). For example, when you want to set a breakpoint you
1360may need to distinguish whether you mean the version of @code{name}
1361that takes an @code{int} parameter, @code{name(int)}, or the version
1362that takes a @code{float} parameter, @code{name(float)}. To use the
1363word-completion facilities in this situation, type a single quote
1364@code{'} at the beginning of the function name. This alerts
1365@value{GDBN} that it may need to consider more information than usual
1366when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1367
474c8240 1368@smallexample
96a2c332 1369(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1370bubble(double,double) bubble(int,int)
1371(@value{GDBP}) b 'bubble(
474c8240 1372@end smallexample
c906108c
SS
1373
1374In some cases, @value{GDBN} can tell that completing a name requires using
1375quotes. When this happens, @value{GDBN} inserts the quote for you (while
1376completing as much as it can) if you do not type the quote in the first
1377place:
1378
474c8240 1379@smallexample
c906108c
SS
1380(@value{GDBP}) b bub @key{TAB}
1381@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1382(@value{GDBP}) b 'bubble(
474c8240 1383@end smallexample
c906108c
SS
1384
1385@noindent
1386In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1387you have not yet started typing the argument list when you ask for
1388completion on an overloaded symbol.
1389
d4f3574e 1390For more information about overloaded functions, see @ref{C plus plus
b37052ae 1391expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1392overload-resolution off} to disable overload resolution;
b37052ae 1393see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1394
1395
6d2ebf8b 1396@node Help
c906108c
SS
1397@section Getting help
1398@cindex online documentation
1399@kindex help
1400
5d161b24 1401You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1402using the command @code{help}.
1403
1404@table @code
41afff9a 1405@kindex h @r{(@code{help})}
c906108c
SS
1406@item help
1407@itemx h
1408You can use @code{help} (abbreviated @code{h}) with no arguments to
1409display a short list of named classes of commands:
1410
1411@smallexample
1412(@value{GDBP}) help
1413List of classes of commands:
1414
2df3850c 1415aliases -- Aliases of other commands
c906108c 1416breakpoints -- Making program stop at certain points
2df3850c 1417data -- Examining data
c906108c 1418files -- Specifying and examining files
2df3850c
JM
1419internals -- Maintenance commands
1420obscure -- Obscure features
1421running -- Running the program
1422stack -- Examining the stack
c906108c
SS
1423status -- Status inquiries
1424support -- Support facilities
96a2c332
SS
1425tracepoints -- Tracing of program execution without@*
1426 stopping the program
c906108c 1427user-defined -- User-defined commands
c906108c 1428
5d161b24 1429Type "help" followed by a class name for a list of
c906108c 1430commands in that class.
5d161b24 1431Type "help" followed by command name for full
c906108c
SS
1432documentation.
1433Command name abbreviations are allowed if unambiguous.
1434(@value{GDBP})
1435@end smallexample
96a2c332 1436@c the above line break eliminates huge line overfull...
c906108c
SS
1437
1438@item help @var{class}
1439Using one of the general help classes as an argument, you can get a
1440list of the individual commands in that class. For example, here is the
1441help display for the class @code{status}:
1442
1443@smallexample
1444(@value{GDBP}) help status
1445Status inquiries.
1446
1447List of commands:
1448
1449@c Line break in "show" line falsifies real output, but needed
1450@c to fit in smallbook page size.
2df3850c
JM
1451info -- Generic command for showing things
1452 about the program being debugged
1453show -- Generic command for showing things
1454 about the debugger
c906108c 1455
5d161b24 1456Type "help" followed by command name for full
c906108c
SS
1457documentation.
1458Command name abbreviations are allowed if unambiguous.
1459(@value{GDBP})
1460@end smallexample
1461
1462@item help @var{command}
1463With a command name as @code{help} argument, @value{GDBN} displays a
1464short paragraph on how to use that command.
1465
6837a0a2
DB
1466@kindex apropos
1467@item apropos @var{args}
1468The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1469commands, and their documentation, for the regular expression specified in
1470@var{args}. It prints out all matches found. For example:
1471
1472@smallexample
1473apropos reload
1474@end smallexample
1475
b37052ae
EZ
1476@noindent
1477results in:
6837a0a2
DB
1478
1479@smallexample
6d2ebf8b
SS
1480@c @group
1481set symbol-reloading -- Set dynamic symbol table reloading
1482 multiple times in one run
1483show symbol-reloading -- Show dynamic symbol table reloading
1484 multiple times in one run
1485@c @end group
6837a0a2
DB
1486@end smallexample
1487
c906108c
SS
1488@kindex complete
1489@item complete @var{args}
1490The @code{complete @var{args}} command lists all the possible completions
1491for the beginning of a command. Use @var{args} to specify the beginning of the
1492command you want completed. For example:
1493
1494@smallexample
1495complete i
1496@end smallexample
1497
1498@noindent results in:
1499
1500@smallexample
1501@group
2df3850c
JM
1502if
1503ignore
c906108c
SS
1504info
1505inspect
c906108c
SS
1506@end group
1507@end smallexample
1508
1509@noindent This is intended for use by @sc{gnu} Emacs.
1510@end table
1511
1512In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1513and @code{show} to inquire about the state of your program, or the state
1514of @value{GDBN} itself. Each command supports many topics of inquiry; this
1515manual introduces each of them in the appropriate context. The listings
1516under @code{info} and under @code{show} in the Index point to
1517all the sub-commands. @xref{Index}.
1518
1519@c @group
1520@table @code
1521@kindex info
41afff9a 1522@kindex i @r{(@code{info})}
c906108c
SS
1523@item info
1524This command (abbreviated @code{i}) is for describing the state of your
1525program. For example, you can list the arguments given to your program
1526with @code{info args}, list the registers currently in use with @code{info
1527registers}, or list the breakpoints you have set with @code{info breakpoints}.
1528You can get a complete list of the @code{info} sub-commands with
1529@w{@code{help info}}.
1530
1531@kindex set
1532@item set
5d161b24 1533You can assign the result of an expression to an environment variable with
c906108c
SS
1534@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1535@code{set prompt $}.
1536
1537@kindex show
1538@item show
5d161b24 1539In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1540@value{GDBN} itself.
1541You can change most of the things you can @code{show}, by using the
1542related command @code{set}; for example, you can control what number
1543system is used for displays with @code{set radix}, or simply inquire
1544which is currently in use with @code{show radix}.
1545
1546@kindex info set
1547To display all the settable parameters and their current
1548values, you can use @code{show} with no arguments; you may also use
1549@code{info set}. Both commands produce the same display.
1550@c FIXME: "info set" violates the rule that "info" is for state of
1551@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1552@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1553@end table
1554@c @end group
1555
1556Here are three miscellaneous @code{show} subcommands, all of which are
1557exceptional in lacking corresponding @code{set} commands:
1558
1559@table @code
1560@kindex show version
1561@cindex version number
1562@item show version
1563Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1564information in @value{GDBN} bug-reports. If multiple versions of
1565@value{GDBN} are in use at your site, you may need to determine which
1566version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1567commands are introduced, and old ones may wither away. Also, many
1568system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1569variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1570The version number is the same as the one announced when you start
1571@value{GDBN}.
c906108c
SS
1572
1573@kindex show copying
1574@item show copying
1575Display information about permission for copying @value{GDBN}.
1576
1577@kindex show warranty
1578@item show warranty
2df3850c 1579Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1580if your version of @value{GDBN} comes with one.
2df3850c 1581
c906108c
SS
1582@end table
1583
6d2ebf8b 1584@node Running
c906108c
SS
1585@chapter Running Programs Under @value{GDBN}
1586
1587When you run a program under @value{GDBN}, you must first generate
1588debugging information when you compile it.
7a292a7a
SS
1589
1590You may start @value{GDBN} with its arguments, if any, in an environment
1591of your choice. If you are doing native debugging, you may redirect
1592your program's input and output, debug an already running process, or
1593kill a child process.
c906108c
SS
1594
1595@menu
1596* Compilation:: Compiling for debugging
1597* Starting:: Starting your program
c906108c
SS
1598* Arguments:: Your program's arguments
1599* Environment:: Your program's environment
c906108c
SS
1600
1601* Working Directory:: Your program's working directory
1602* Input/Output:: Your program's input and output
1603* Attach:: Debugging an already-running process
1604* Kill Process:: Killing the child process
c906108c
SS
1605
1606* Threads:: Debugging programs with multiple threads
1607* Processes:: Debugging programs with multiple processes
1608@end menu
1609
6d2ebf8b 1610@node Compilation
c906108c
SS
1611@section Compiling for debugging
1612
1613In order to debug a program effectively, you need to generate
1614debugging information when you compile it. This debugging information
1615is stored in the object file; it describes the data type of each
1616variable or function and the correspondence between source line numbers
1617and addresses in the executable code.
1618
1619To request debugging information, specify the @samp{-g} option when you run
1620the compiler.
1621
e2e0bcd1
JB
1622Most compilers do not include information about preprocessor macros in
1623the debugging information if you specify the @option{-g} flag alone,
1624because this information is rather large. Version 3.1 of @value{NGCC},
1625the @sc{gnu} C compiler, provides macro information if you specify the
1626options @option{-gdwarf-2} and @option{-g3}; the former option requests
1627debugging information in the Dwarf 2 format, and the latter requests
1628``extra information''. In the future, we hope to find more compact ways
1629to represent macro information, so that it can be included with
1630@option{-g} alone.
1631
c906108c
SS
1632Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1633options together. Using those compilers, you cannot generate optimized
1634executables containing debugging information.
1635
53a5351d
JM
1636@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1637without @samp{-O}, making it possible to debug optimized code. We
1638recommend that you @emph{always} use @samp{-g} whenever you compile a
1639program. You may think your program is correct, but there is no sense
1640in pushing your luck.
c906108c
SS
1641
1642@cindex optimized code, debugging
1643@cindex debugging optimized code
1644When you debug a program compiled with @samp{-g -O}, remember that the
1645optimizer is rearranging your code; the debugger shows you what is
1646really there. Do not be too surprised when the execution path does not
1647exactly match your source file! An extreme example: if you define a
1648variable, but never use it, @value{GDBN} never sees that
1649variable---because the compiler optimizes it out of existence.
1650
1651Some things do not work as well with @samp{-g -O} as with just
1652@samp{-g}, particularly on machines with instruction scheduling. If in
1653doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1654please report it to us as a bug (including a test case!).
1655
1656Older versions of the @sc{gnu} C compiler permitted a variant option
1657@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1658format; if your @sc{gnu} C compiler has this option, do not use it.
1659
1660@need 2000
6d2ebf8b 1661@node Starting
c906108c
SS
1662@section Starting your program
1663@cindex starting
1664@cindex running
1665
1666@table @code
1667@kindex run
41afff9a 1668@kindex r @r{(@code{run})}
c906108c
SS
1669@item run
1670@itemx r
7a292a7a
SS
1671Use the @code{run} command to start your program under @value{GDBN}.
1672You must first specify the program name (except on VxWorks) with an
1673argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1674@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1675(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1676
1677@end table
1678
c906108c
SS
1679If you are running your program in an execution environment that
1680supports processes, @code{run} creates an inferior process and makes
1681that process run your program. (In environments without processes,
1682@code{run} jumps to the start of your program.)
1683
1684The execution of a program is affected by certain information it
1685receives from its superior. @value{GDBN} provides ways to specify this
1686information, which you must do @emph{before} starting your program. (You
1687can change it after starting your program, but such changes only affect
1688your program the next time you start it.) This information may be
1689divided into four categories:
1690
1691@table @asis
1692@item The @emph{arguments.}
1693Specify the arguments to give your program as the arguments of the
1694@code{run} command. If a shell is available on your target, the shell
1695is used to pass the arguments, so that you may use normal conventions
1696(such as wildcard expansion or variable substitution) in describing
1697the arguments.
1698In Unix systems, you can control which shell is used with the
1699@code{SHELL} environment variable.
1700@xref{Arguments, ,Your program's arguments}.
1701
1702@item The @emph{environment.}
1703Your program normally inherits its environment from @value{GDBN}, but you can
1704use the @value{GDBN} commands @code{set environment} and @code{unset
1705environment} to change parts of the environment that affect
1706your program. @xref{Environment, ,Your program's environment}.
1707
1708@item The @emph{working directory.}
1709Your program inherits its working directory from @value{GDBN}. You can set
1710the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1711@xref{Working Directory, ,Your program's working directory}.
1712
1713@item The @emph{standard input and output.}
1714Your program normally uses the same device for standard input and
1715standard output as @value{GDBN} is using. You can redirect input and output
1716in the @code{run} command line, or you can use the @code{tty} command to
1717set a different device for your program.
1718@xref{Input/Output, ,Your program's input and output}.
1719
1720@cindex pipes
1721@emph{Warning:} While input and output redirection work, you cannot use
1722pipes to pass the output of the program you are debugging to another
1723program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1724wrong program.
1725@end table
c906108c
SS
1726
1727When you issue the @code{run} command, your program begins to execute
1728immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1729of how to arrange for your program to stop. Once your program has
1730stopped, you may call functions in your program, using the @code{print}
1731or @code{call} commands. @xref{Data, ,Examining Data}.
1732
1733If the modification time of your symbol file has changed since the last
1734time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1735table, and reads it again. When it does this, @value{GDBN} tries to retain
1736your current breakpoints.
1737
6d2ebf8b 1738@node Arguments
c906108c
SS
1739@section Your program's arguments
1740
1741@cindex arguments (to your program)
1742The arguments to your program can be specified by the arguments of the
5d161b24 1743@code{run} command.
c906108c
SS
1744They are passed to a shell, which expands wildcard characters and
1745performs redirection of I/O, and thence to your program. Your
1746@code{SHELL} environment variable (if it exists) specifies what shell
1747@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1748the default shell (@file{/bin/sh} on Unix).
1749
1750On non-Unix systems, the program is usually invoked directly by
1751@value{GDBN}, which emulates I/O redirection via the appropriate system
1752calls, and the wildcard characters are expanded by the startup code of
1753the program, not by the shell.
c906108c
SS
1754
1755@code{run} with no arguments uses the same arguments used by the previous
1756@code{run}, or those set by the @code{set args} command.
1757
c906108c 1758@table @code
41afff9a 1759@kindex set args
c906108c
SS
1760@item set args
1761Specify the arguments to be used the next time your program is run. If
1762@code{set args} has no arguments, @code{run} executes your program
1763with no arguments. Once you have run your program with arguments,
1764using @code{set args} before the next @code{run} is the only way to run
1765it again without arguments.
1766
1767@kindex show args
1768@item show args
1769Show the arguments to give your program when it is started.
1770@end table
1771
6d2ebf8b 1772@node Environment
c906108c
SS
1773@section Your program's environment
1774
1775@cindex environment (of your program)
1776The @dfn{environment} consists of a set of environment variables and
1777their values. Environment variables conventionally record such things as
1778your user name, your home directory, your terminal type, and your search
1779path for programs to run. Usually you set up environment variables with
1780the shell and they are inherited by all the other programs you run. When
1781debugging, it can be useful to try running your program with a modified
1782environment without having to start @value{GDBN} over again.
1783
1784@table @code
1785@kindex path
1786@item path @var{directory}
1787Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1788(the search path for executables) that will be passed to your program.
1789The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1790You may specify several directory names, separated by whitespace or by a
1791system-dependent separator character (@samp{:} on Unix, @samp{;} on
1792MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1793is moved to the front, so it is searched sooner.
c906108c
SS
1794
1795You can use the string @samp{$cwd} to refer to whatever is the current
1796working directory at the time @value{GDBN} searches the path. If you
1797use @samp{.} instead, it refers to the directory where you executed the
1798@code{path} command. @value{GDBN} replaces @samp{.} in the
1799@var{directory} argument (with the current path) before adding
1800@var{directory} to the search path.
1801@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1802@c document that, since repeating it would be a no-op.
1803
1804@kindex show paths
1805@item show paths
1806Display the list of search paths for executables (the @code{PATH}
1807environment variable).
1808
1809@kindex show environment
1810@item show environment @r{[}@var{varname}@r{]}
1811Print the value of environment variable @var{varname} to be given to
1812your program when it starts. If you do not supply @var{varname},
1813print the names and values of all environment variables to be given to
1814your program. You can abbreviate @code{environment} as @code{env}.
1815
1816@kindex set environment
53a5351d 1817@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1818Set environment variable @var{varname} to @var{value}. The value
1819changes for your program only, not for @value{GDBN} itself. @var{value} may
1820be any string; the values of environment variables are just strings, and
1821any interpretation is supplied by your program itself. The @var{value}
1822parameter is optional; if it is eliminated, the variable is set to a
1823null value.
1824@c "any string" here does not include leading, trailing
1825@c blanks. Gnu asks: does anyone care?
1826
1827For example, this command:
1828
474c8240 1829@smallexample
c906108c 1830set env USER = foo
474c8240 1831@end smallexample
c906108c
SS
1832
1833@noindent
d4f3574e 1834tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1835@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1836are not actually required.)
1837
1838@kindex unset environment
1839@item unset environment @var{varname}
1840Remove variable @var{varname} from the environment to be passed to your
1841program. This is different from @samp{set env @var{varname} =};
1842@code{unset environment} removes the variable from the environment,
1843rather than assigning it an empty value.
1844@end table
1845
d4f3574e
SS
1846@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1847the shell indicated
c906108c
SS
1848by your @code{SHELL} environment variable if it exists (or
1849@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1850that runs an initialization file---such as @file{.cshrc} for C-shell, or
1851@file{.bashrc} for BASH---any variables you set in that file affect
1852your program. You may wish to move setting of environment variables to
1853files that are only run when you sign on, such as @file{.login} or
1854@file{.profile}.
1855
6d2ebf8b 1856@node Working Directory
c906108c
SS
1857@section Your program's working directory
1858
1859@cindex working directory (of your program)
1860Each time you start your program with @code{run}, it inherits its
1861working directory from the current working directory of @value{GDBN}.
1862The @value{GDBN} working directory is initially whatever it inherited
1863from its parent process (typically the shell), but you can specify a new
1864working directory in @value{GDBN} with the @code{cd} command.
1865
1866The @value{GDBN} working directory also serves as a default for the commands
1867that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1868specify files}.
1869
1870@table @code
1871@kindex cd
1872@item cd @var{directory}
1873Set the @value{GDBN} working directory to @var{directory}.
1874
1875@kindex pwd
1876@item pwd
1877Print the @value{GDBN} working directory.
1878@end table
1879
6d2ebf8b 1880@node Input/Output
c906108c
SS
1881@section Your program's input and output
1882
1883@cindex redirection
1884@cindex i/o
1885@cindex terminal
1886By default, the program you run under @value{GDBN} does input and output to
5d161b24 1887the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1888to its own terminal modes to interact with you, but it records the terminal
1889modes your program was using and switches back to them when you continue
1890running your program.
1891
1892@table @code
1893@kindex info terminal
1894@item info terminal
1895Displays information recorded by @value{GDBN} about the terminal modes your
1896program is using.
1897@end table
1898
1899You can redirect your program's input and/or output using shell
1900redirection with the @code{run} command. For example,
1901
474c8240 1902@smallexample
c906108c 1903run > outfile
474c8240 1904@end smallexample
c906108c
SS
1905
1906@noindent
1907starts your program, diverting its output to the file @file{outfile}.
1908
1909@kindex tty
1910@cindex controlling terminal
1911Another way to specify where your program should do input and output is
1912with the @code{tty} command. This command accepts a file name as
1913argument, and causes this file to be the default for future @code{run}
1914commands. It also resets the controlling terminal for the child
1915process, for future @code{run} commands. For example,
1916
474c8240 1917@smallexample
c906108c 1918tty /dev/ttyb
474c8240 1919@end smallexample
c906108c
SS
1920
1921@noindent
1922directs that processes started with subsequent @code{run} commands
1923default to do input and output on the terminal @file{/dev/ttyb} and have
1924that as their controlling terminal.
1925
1926An explicit redirection in @code{run} overrides the @code{tty} command's
1927effect on the input/output device, but not its effect on the controlling
1928terminal.
1929
1930When you use the @code{tty} command or redirect input in the @code{run}
1931command, only the input @emph{for your program} is affected. The input
1932for @value{GDBN} still comes from your terminal.
1933
6d2ebf8b 1934@node Attach
c906108c
SS
1935@section Debugging an already-running process
1936@kindex attach
1937@cindex attach
1938
1939@table @code
1940@item attach @var{process-id}
1941This command attaches to a running process---one that was started
1942outside @value{GDBN}. (@code{info files} shows your active
1943targets.) The command takes as argument a process ID. The usual way to
1944find out the process-id of a Unix process is with the @code{ps} utility,
1945or with the @samp{jobs -l} shell command.
1946
1947@code{attach} does not repeat if you press @key{RET} a second time after
1948executing the command.
1949@end table
1950
1951To use @code{attach}, your program must be running in an environment
1952which supports processes; for example, @code{attach} does not work for
1953programs on bare-board targets that lack an operating system. You must
1954also have permission to send the process a signal.
1955
1956When you use @code{attach}, the debugger finds the program running in
1957the process first by looking in the current working directory, then (if
1958the program is not found) by using the source file search path
1959(@pxref{Source Path, ,Specifying source directories}). You can also use
1960the @code{file} command to load the program. @xref{Files, ,Commands to
1961Specify Files}.
1962
1963The first thing @value{GDBN} does after arranging to debug the specified
1964process is to stop it. You can examine and modify an attached process
53a5351d
JM
1965with all the @value{GDBN} commands that are ordinarily available when
1966you start processes with @code{run}. You can insert breakpoints; you
1967can step and continue; you can modify storage. If you would rather the
1968process continue running, you may use the @code{continue} command after
c906108c
SS
1969attaching @value{GDBN} to the process.
1970
1971@table @code
1972@kindex detach
1973@item detach
1974When you have finished debugging the attached process, you can use the
1975@code{detach} command to release it from @value{GDBN} control. Detaching
1976the process continues its execution. After the @code{detach} command,
1977that process and @value{GDBN} become completely independent once more, and you
1978are ready to @code{attach} another process or start one with @code{run}.
1979@code{detach} does not repeat if you press @key{RET} again after
1980executing the command.
1981@end table
1982
1983If you exit @value{GDBN} or use the @code{run} command while you have an
1984attached process, you kill that process. By default, @value{GDBN} asks
1985for confirmation if you try to do either of these things; you can
1986control whether or not you need to confirm by using the @code{set
1987confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1988messages}).
1989
6d2ebf8b 1990@node Kill Process
c906108c 1991@section Killing the child process
c906108c
SS
1992
1993@table @code
1994@kindex kill
1995@item kill
1996Kill the child process in which your program is running under @value{GDBN}.
1997@end table
1998
1999This command is useful if you wish to debug a core dump instead of a
2000running process. @value{GDBN} ignores any core dump file while your program
2001is running.
2002
2003On some operating systems, a program cannot be executed outside @value{GDBN}
2004while you have breakpoints set on it inside @value{GDBN}. You can use the
2005@code{kill} command in this situation to permit running your program
2006outside the debugger.
2007
2008The @code{kill} command is also useful if you wish to recompile and
2009relink your program, since on many systems it is impossible to modify an
2010executable file while it is running in a process. In this case, when you
2011next type @code{run}, @value{GDBN} notices that the file has changed, and
2012reads the symbol table again (while trying to preserve your current
2013breakpoint settings).
2014
6d2ebf8b 2015@node Threads
c906108c 2016@section Debugging programs with multiple threads
c906108c
SS
2017
2018@cindex threads of execution
2019@cindex multiple threads
2020@cindex switching threads
2021In some operating systems, such as HP-UX and Solaris, a single program
2022may have more than one @dfn{thread} of execution. The precise semantics
2023of threads differ from one operating system to another, but in general
2024the threads of a single program are akin to multiple processes---except
2025that they share one address space (that is, they can all examine and
2026modify the same variables). On the other hand, each thread has its own
2027registers and execution stack, and perhaps private memory.
2028
2029@value{GDBN} provides these facilities for debugging multi-thread
2030programs:
2031
2032@itemize @bullet
2033@item automatic notification of new threads
2034@item @samp{thread @var{threadno}}, a command to switch among threads
2035@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2036@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2037a command to apply a command to a list of threads
2038@item thread-specific breakpoints
2039@end itemize
2040
c906108c
SS
2041@quotation
2042@emph{Warning:} These facilities are not yet available on every
2043@value{GDBN} configuration where the operating system supports threads.
2044If your @value{GDBN} does not support threads, these commands have no
2045effect. For example, a system without thread support shows no output
2046from @samp{info threads}, and always rejects the @code{thread} command,
2047like this:
2048
2049@smallexample
2050(@value{GDBP}) info threads
2051(@value{GDBP}) thread 1
2052Thread ID 1 not known. Use the "info threads" command to
2053see the IDs of currently known threads.
2054@end smallexample
2055@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2056@c doesn't support threads"?
2057@end quotation
c906108c
SS
2058
2059@cindex focus of debugging
2060@cindex current thread
2061The @value{GDBN} thread debugging facility allows you to observe all
2062threads while your program runs---but whenever @value{GDBN} takes
2063control, one thread in particular is always the focus of debugging.
2064This thread is called the @dfn{current thread}. Debugging commands show
2065program information from the perspective of the current thread.
2066
41afff9a 2067@cindex @code{New} @var{systag} message
c906108c
SS
2068@cindex thread identifier (system)
2069@c FIXME-implementors!! It would be more helpful if the [New...] message
2070@c included GDB's numeric thread handle, so you could just go to that
2071@c thread without first checking `info threads'.
2072Whenever @value{GDBN} detects a new thread in your program, it displays
2073the target system's identification for the thread with a message in the
2074form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2075whose form varies depending on the particular system. For example, on
2076LynxOS, you might see
2077
474c8240 2078@smallexample
c906108c 2079[New process 35 thread 27]
474c8240 2080@end smallexample
c906108c
SS
2081
2082@noindent
2083when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2084the @var{systag} is simply something like @samp{process 368}, with no
2085further qualifier.
2086
2087@c FIXME!! (1) Does the [New...] message appear even for the very first
2088@c thread of a program, or does it only appear for the
6ca652b0 2089@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2090@c program?
2091@c (2) *Is* there necessarily a first thread always? Or do some
2092@c multithread systems permit starting a program with multiple
5d161b24 2093@c threads ab initio?
c906108c
SS
2094
2095@cindex thread number
2096@cindex thread identifier (GDB)
2097For debugging purposes, @value{GDBN} associates its own thread
2098number---always a single integer---with each thread in your program.
2099
2100@table @code
2101@kindex info threads
2102@item info threads
2103Display a summary of all threads currently in your
2104program. @value{GDBN} displays for each thread (in this order):
2105
2106@enumerate
2107@item the thread number assigned by @value{GDBN}
2108
2109@item the target system's thread identifier (@var{systag})
2110
2111@item the current stack frame summary for that thread
2112@end enumerate
2113
2114@noindent
2115An asterisk @samp{*} to the left of the @value{GDBN} thread number
2116indicates the current thread.
2117
5d161b24 2118For example,
c906108c
SS
2119@end table
2120@c end table here to get a little more width for example
2121
2122@smallexample
2123(@value{GDBP}) info threads
2124 3 process 35 thread 27 0x34e5 in sigpause ()
2125 2 process 35 thread 23 0x34e5 in sigpause ()
2126* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2127 at threadtest.c:68
2128@end smallexample
53a5351d
JM
2129
2130On HP-UX systems:
c906108c
SS
2131
2132@cindex thread number
2133@cindex thread identifier (GDB)
2134For debugging purposes, @value{GDBN} associates its own thread
2135number---a small integer assigned in thread-creation order---with each
2136thread in your program.
2137
41afff9a
EZ
2138@cindex @code{New} @var{systag} message, on HP-UX
2139@cindex thread identifier (system), on HP-UX
c906108c
SS
2140@c FIXME-implementors!! It would be more helpful if the [New...] message
2141@c included GDB's numeric thread handle, so you could just go to that
2142@c thread without first checking `info threads'.
2143Whenever @value{GDBN} detects a new thread in your program, it displays
2144both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2145form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2146whose form varies depending on the particular system. For example, on
2147HP-UX, you see
2148
474c8240 2149@smallexample
c906108c 2150[New thread 2 (system thread 26594)]
474c8240 2151@end smallexample
c906108c
SS
2152
2153@noindent
5d161b24 2154when @value{GDBN} notices a new thread.
c906108c
SS
2155
2156@table @code
2157@kindex info threads
2158@item info threads
2159Display a summary of all threads currently in your
2160program. @value{GDBN} displays for each thread (in this order):
2161
2162@enumerate
2163@item the thread number assigned by @value{GDBN}
2164
2165@item the target system's thread identifier (@var{systag})
2166
2167@item the current stack frame summary for that thread
2168@end enumerate
2169
2170@noindent
2171An asterisk @samp{*} to the left of the @value{GDBN} thread number
2172indicates the current thread.
2173
5d161b24 2174For example,
c906108c
SS
2175@end table
2176@c end table here to get a little more width for example
2177
474c8240 2178@smallexample
c906108c 2179(@value{GDBP}) info threads
6d2ebf8b
SS
2180 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2181 at quicksort.c:137
2182 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2183 from /usr/lib/libc.2
2184 1 system thread 27905 0x7b003498 in _brk () \@*
2185 from /usr/lib/libc.2
474c8240 2186@end smallexample
c906108c
SS
2187
2188@table @code
2189@kindex thread @var{threadno}
2190@item thread @var{threadno}
2191Make thread number @var{threadno} the current thread. The command
2192argument @var{threadno} is the internal @value{GDBN} thread number, as
2193shown in the first field of the @samp{info threads} display.
2194@value{GDBN} responds by displaying the system identifier of the thread
2195you selected, and its current stack frame summary:
2196
2197@smallexample
2198@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2199(@value{GDBP}) thread 2
c906108c 2200[Switching to process 35 thread 23]
c906108c
SS
22010x34e5 in sigpause ()
2202@end smallexample
2203
2204@noindent
2205As with the @samp{[New @dots{}]} message, the form of the text after
2206@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2207threads.
c906108c
SS
2208
2209@kindex thread apply
2210@item thread apply [@var{threadno}] [@var{all}] @var{args}
2211The @code{thread apply} command allows you to apply a command to one or
2212more threads. Specify the numbers of the threads that you want affected
2213with the command argument @var{threadno}. @var{threadno} is the internal
2214@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2215threads} display. To apply a command to all threads, use
2216@code{thread apply all} @var{args}.
c906108c
SS
2217@end table
2218
2219@cindex automatic thread selection
2220@cindex switching threads automatically
2221@cindex threads, automatic switching
2222Whenever @value{GDBN} stops your program, due to a breakpoint or a
2223signal, it automatically selects the thread where that breakpoint or
2224signal happened. @value{GDBN} alerts you to the context switch with a
2225message of the form @samp{[Switching to @var{systag}]} to identify the
2226thread.
2227
2228@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2229more information about how @value{GDBN} behaves when you stop and start
2230programs with multiple threads.
2231
2232@xref{Set Watchpoints,,Setting watchpoints}, for information about
2233watchpoints in programs with multiple threads.
c906108c 2234
6d2ebf8b 2235@node Processes
c906108c
SS
2236@section Debugging programs with multiple processes
2237
2238@cindex fork, debugging programs which call
2239@cindex multiple processes
2240@cindex processes, multiple
53a5351d
JM
2241On most systems, @value{GDBN} has no special support for debugging
2242programs which create additional processes using the @code{fork}
2243function. When a program forks, @value{GDBN} will continue to debug the
2244parent process and the child process will run unimpeded. If you have
2245set a breakpoint in any code which the child then executes, the child
2246will get a @code{SIGTRAP} signal which (unless it catches the signal)
2247will cause it to terminate.
c906108c
SS
2248
2249However, if you want to debug the child process there is a workaround
2250which isn't too painful. Put a call to @code{sleep} in the code which
2251the child process executes after the fork. It may be useful to sleep
2252only if a certain environment variable is set, or a certain file exists,
2253so that the delay need not occur when you don't want to run @value{GDBN}
2254on the child. While the child is sleeping, use the @code{ps} program to
2255get its process ID. Then tell @value{GDBN} (a new invocation of
2256@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2257the child process (@pxref{Attach}). From that point on you can debug
c906108c 2258the child process just like any other process which you attached to.
c906108c 2259
53a5351d
JM
2260On HP-UX (11.x and later only?), @value{GDBN} provides support for
2261debugging programs that create additional processes using the
2262@code{fork} or @code{vfork} function.
c906108c
SS
2263
2264By default, when a program forks, @value{GDBN} will continue to debug
2265the parent process and the child process will run unimpeded.
2266
2267If you want to follow the child process instead of the parent process,
2268use the command @w{@code{set follow-fork-mode}}.
2269
2270@table @code
2271@kindex set follow-fork-mode
2272@item set follow-fork-mode @var{mode}
2273Set the debugger response to a program call of @code{fork} or
2274@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2275process. The @var{mode} can be:
2276
2277@table @code
2278@item parent
2279The original process is debugged after a fork. The child process runs
2df3850c 2280unimpeded. This is the default.
c906108c
SS
2281
2282@item child
2283The new process is debugged after a fork. The parent process runs
2284unimpeded.
2285
2286@item ask
2287The debugger will ask for one of the above choices.
2288@end table
2289
2290@item show follow-fork-mode
2df3850c 2291Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2292@end table
2293
2294If you ask to debug a child process and a @code{vfork} is followed by an
2295@code{exec}, @value{GDBN} executes the new target up to the first
2296breakpoint in the new target. If you have a breakpoint set on
2297@code{main} in your original program, the breakpoint will also be set on
2298the child process's @code{main}.
2299
2300When a child process is spawned by @code{vfork}, you cannot debug the
2301child or parent until an @code{exec} call completes.
2302
2303If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2304call executes, the new target restarts. To restart the parent process,
2305use the @code{file} command with the parent executable name as its
2306argument.
2307
2308You can use the @code{catch} command to make @value{GDBN} stop whenever
2309a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2310Catchpoints, ,Setting catchpoints}.
c906108c 2311
6d2ebf8b 2312@node Stopping
c906108c
SS
2313@chapter Stopping and Continuing
2314
2315The principal purposes of using a debugger are so that you can stop your
2316program before it terminates; or so that, if your program runs into
2317trouble, you can investigate and find out why.
2318
7a292a7a
SS
2319Inside @value{GDBN}, your program may stop for any of several reasons,
2320such as a signal, a breakpoint, or reaching a new line after a
2321@value{GDBN} command such as @code{step}. You may then examine and
2322change variables, set new breakpoints or remove old ones, and then
2323continue execution. Usually, the messages shown by @value{GDBN} provide
2324ample explanation of the status of your program---but you can also
2325explicitly request this information at any time.
c906108c
SS
2326
2327@table @code
2328@kindex info program
2329@item info program
2330Display information about the status of your program: whether it is
7a292a7a 2331running or not, what process it is, and why it stopped.
c906108c
SS
2332@end table
2333
2334@menu
2335* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2336* Continuing and Stepping:: Resuming execution
c906108c 2337* Signals:: Signals
c906108c 2338* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2339@end menu
2340
6d2ebf8b 2341@node Breakpoints
c906108c
SS
2342@section Breakpoints, watchpoints, and catchpoints
2343
2344@cindex breakpoints
2345A @dfn{breakpoint} makes your program stop whenever a certain point in
2346the program is reached. For each breakpoint, you can add conditions to
2347control in finer detail whether your program stops. You can set
2348breakpoints with the @code{break} command and its variants (@pxref{Set
2349Breaks, ,Setting breakpoints}), to specify the place where your program
2350should stop by line number, function name or exact address in the
2351program.
2352
2353In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2354breakpoints in shared libraries before the executable is run. There is
2355a minor limitation on HP-UX systems: you must wait until the executable
2356is run in order to set breakpoints in shared library routines that are
2357not called directly by the program (for example, routines that are
2358arguments in a @code{pthread_create} call).
2359
2360@cindex watchpoints
2361@cindex memory tracing
2362@cindex breakpoint on memory address
2363@cindex breakpoint on variable modification
2364A @dfn{watchpoint} is a special breakpoint that stops your program
2365when the value of an expression changes. You must use a different
2366command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2367watchpoints}), but aside from that, you can manage a watchpoint like
2368any other breakpoint: you enable, disable, and delete both breakpoints
2369and watchpoints using the same commands.
2370
2371You can arrange to have values from your program displayed automatically
2372whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2373Automatic display}.
2374
2375@cindex catchpoints
2376@cindex breakpoint on events
2377A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2378when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2379exception or the loading of a library. As with watchpoints, you use a
2380different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2381catchpoints}), but aside from that, you can manage a catchpoint like any
2382other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2383@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2384
2385@cindex breakpoint numbers
2386@cindex numbers for breakpoints
2387@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2388catchpoint when you create it; these numbers are successive integers
2389starting with one. In many of the commands for controlling various
2390features of breakpoints you use the breakpoint number to say which
2391breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2392@dfn{disabled}; if disabled, it has no effect on your program until you
2393enable it again.
2394
c5394b80
JM
2395@cindex breakpoint ranges
2396@cindex ranges of breakpoints
2397Some @value{GDBN} commands accept a range of breakpoints on which to
2398operate. A breakpoint range is either a single breakpoint number, like
2399@samp{5}, or two such numbers, in increasing order, separated by a
2400hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2401all breakpoint in that range are operated on.
2402
c906108c
SS
2403@menu
2404* Set Breaks:: Setting breakpoints
2405* Set Watchpoints:: Setting watchpoints
2406* Set Catchpoints:: Setting catchpoints
2407* Delete Breaks:: Deleting breakpoints
2408* Disabling:: Disabling breakpoints
2409* Conditions:: Break conditions
2410* Break Commands:: Breakpoint command lists
c906108c 2411* Breakpoint Menus:: Breakpoint menus
d4f3574e 2412* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2413@end menu
2414
6d2ebf8b 2415@node Set Breaks
c906108c
SS
2416@subsection Setting breakpoints
2417
5d161b24 2418@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2419@c consider in particular declaration with/without initialization.
2420@c
2421@c FIXME 2 is there stuff on this already? break at fun start, already init?
2422
2423@kindex break
41afff9a
EZ
2424@kindex b @r{(@code{break})}
2425@vindex $bpnum@r{, convenience variable}
c906108c
SS
2426@cindex latest breakpoint
2427Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2428@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2429number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2430Vars,, Convenience variables}, for a discussion of what you can do with
2431convenience variables.
2432
2433You have several ways to say where the breakpoint should go.
2434
2435@table @code
2436@item break @var{function}
5d161b24 2437Set a breakpoint at entry to function @var{function}.
c906108c 2438When using source languages that permit overloading of symbols, such as
b37052ae 2439C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2440@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2441
2442@item break +@var{offset}
2443@itemx break -@var{offset}
2444Set a breakpoint some number of lines forward or back from the position
d4f3574e 2445at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2446(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2447
2448@item break @var{linenum}
2449Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2450The current source file is the last file whose source text was printed.
2451The breakpoint will stop your program just before it executes any of the
c906108c
SS
2452code on that line.
2453
2454@item break @var{filename}:@var{linenum}
2455Set a breakpoint at line @var{linenum} in source file @var{filename}.
2456
2457@item break @var{filename}:@var{function}
2458Set a breakpoint at entry to function @var{function} found in file
2459@var{filename}. Specifying a file name as well as a function name is
2460superfluous except when multiple files contain similarly named
2461functions.
2462
2463@item break *@var{address}
2464Set a breakpoint at address @var{address}. You can use this to set
2465breakpoints in parts of your program which do not have debugging
2466information or source files.
2467
2468@item break
2469When called without any arguments, @code{break} sets a breakpoint at
2470the next instruction to be executed in the selected stack frame
2471(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2472innermost, this makes your program stop as soon as control
2473returns to that frame. This is similar to the effect of a
2474@code{finish} command in the frame inside the selected frame---except
2475that @code{finish} does not leave an active breakpoint. If you use
2476@code{break} without an argument in the innermost frame, @value{GDBN} stops
2477the next time it reaches the current location; this may be useful
2478inside loops.
2479
2480@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2481least one instruction has been executed. If it did not do this, you
2482would be unable to proceed past a breakpoint without first disabling the
2483breakpoint. This rule applies whether or not the breakpoint already
2484existed when your program stopped.
2485
2486@item break @dots{} if @var{cond}
2487Set a breakpoint with condition @var{cond}; evaluate the expression
2488@var{cond} each time the breakpoint is reached, and stop only if the
2489value is nonzero---that is, if @var{cond} evaluates as true.
2490@samp{@dots{}} stands for one of the possible arguments described
2491above (or no argument) specifying where to break. @xref{Conditions,
2492,Break conditions}, for more information on breakpoint conditions.
2493
2494@kindex tbreak
2495@item tbreak @var{args}
2496Set a breakpoint enabled only for one stop. @var{args} are the
2497same as for the @code{break} command, and the breakpoint is set in the same
2498way, but the breakpoint is automatically deleted after the first time your
2499program stops there. @xref{Disabling, ,Disabling breakpoints}.
2500
c906108c
SS
2501@kindex hbreak
2502@item hbreak @var{args}
d4f3574e
SS
2503Set a hardware-assisted breakpoint. @var{args} are the same as for the
2504@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2505breakpoint requires hardware support and some target hardware may not
2506have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2507debugging, so you can set a breakpoint at an instruction without
2508changing the instruction. This can be used with the new trap-generation
2509provided by SPARClite DSU and some x86-based targets. These targets
2510will generate traps when a program accesses some data or instruction
2511address that is assigned to the debug registers. However the hardware
2512breakpoint registers can take a limited number of breakpoints. For
2513example, on the DSU, only two data breakpoints can be set at a time, and
2514@value{GDBN} will reject this command if more than two are used. Delete
2515or disable unused hardware breakpoints before setting new ones
2516(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2517@xref{set remote hardware-breakpoint-limit}.
2518
c906108c
SS
2519
2520@kindex thbreak
2521@item thbreak @var{args}
2522Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2523are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2524the same way. However, like the @code{tbreak} command,
c906108c
SS
2525the breakpoint is automatically deleted after the
2526first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2527command, the breakpoint requires hardware support and some target hardware
2528may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2529See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2530
2531@kindex rbreak
2532@cindex regular expression
2533@item rbreak @var{regex}
c906108c 2534Set breakpoints on all functions matching the regular expression
11cf8741
JM
2535@var{regex}. This command sets an unconditional breakpoint on all
2536matches, printing a list of all breakpoints it set. Once these
2537breakpoints are set, they are treated just like the breakpoints set with
2538the @code{break} command. You can delete them, disable them, or make
2539them conditional the same way as any other breakpoint.
2540
2541The syntax of the regular expression is the standard one used with tools
2542like @file{grep}. Note that this is different from the syntax used by
2543shells, so for instance @code{foo*} matches all functions that include
2544an @code{fo} followed by zero or more @code{o}s. There is an implicit
2545@code{.*} leading and trailing the regular expression you supply, so to
2546match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2547
b37052ae 2548When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2549breakpoints on overloaded functions that are not members of any special
2550classes.
c906108c
SS
2551
2552@kindex info breakpoints
2553@cindex @code{$_} and @code{info breakpoints}
2554@item info breakpoints @r{[}@var{n}@r{]}
2555@itemx info break @r{[}@var{n}@r{]}
2556@itemx info watchpoints @r{[}@var{n}@r{]}
2557Print a table of all breakpoints, watchpoints, and catchpoints set and
2558not deleted, with the following columns for each breakpoint:
2559
2560@table @emph
2561@item Breakpoint Numbers
2562@item Type
2563Breakpoint, watchpoint, or catchpoint.
2564@item Disposition
2565Whether the breakpoint is marked to be disabled or deleted when hit.
2566@item Enabled or Disabled
2567Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2568that are not enabled.
2569@item Address
2df3850c 2570Where the breakpoint is in your program, as a memory address.
c906108c
SS
2571@item What
2572Where the breakpoint is in the source for your program, as a file and
2573line number.
2574@end table
2575
2576@noindent
2577If a breakpoint is conditional, @code{info break} shows the condition on
2578the line following the affected breakpoint; breakpoint commands, if any,
2579are listed after that.
2580
2581@noindent
2582@code{info break} with a breakpoint
2583number @var{n} as argument lists only that breakpoint. The
2584convenience variable @code{$_} and the default examining-address for
2585the @code{x} command are set to the address of the last breakpoint
5d161b24 2586listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2587
2588@noindent
2589@code{info break} displays a count of the number of times the breakpoint
2590has been hit. This is especially useful in conjunction with the
2591@code{ignore} command. You can ignore a large number of breakpoint
2592hits, look at the breakpoint info to see how many times the breakpoint
2593was hit, and then run again, ignoring one less than that number. This
2594will get you quickly to the last hit of that breakpoint.
2595@end table
2596
2597@value{GDBN} allows you to set any number of breakpoints at the same place in
2598your program. There is nothing silly or meaningless about this. When
2599the breakpoints are conditional, this is even useful
2600(@pxref{Conditions, ,Break conditions}).
2601
2602@cindex negative breakpoint numbers
2603@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2604@value{GDBN} itself sometimes sets breakpoints in your program for
2605special purposes, such as proper handling of @code{longjmp} (in C
2606programs). These internal breakpoints are assigned negative numbers,
2607starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2608You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2609@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2610
2611
6d2ebf8b 2612@node Set Watchpoints
c906108c
SS
2613@subsection Setting watchpoints
2614
2615@cindex setting watchpoints
2616@cindex software watchpoints
2617@cindex hardware watchpoints
2618You can use a watchpoint to stop execution whenever the value of an
2619expression changes, without having to predict a particular place where
2620this may happen.
2621
2622Depending on your system, watchpoints may be implemented in software or
2df3850c 2623hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2624program and testing the variable's value each time, which is hundreds of
2625times slower than normal execution. (But this may still be worth it, to
2626catch errors where you have no clue what part of your program is the
2627culprit.)
2628
1104b9e7 2629On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2630@value{GDBN} includes support for
c906108c
SS
2631hardware watchpoints, which do not slow down the running of your
2632program.
2633
2634@table @code
2635@kindex watch
2636@item watch @var{expr}
2637Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2638is written into by the program and its value changes.
2639
2640@kindex rwatch
2641@item rwatch @var{expr}
2642Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2643
2644@kindex awatch
2645@item awatch @var{expr}
2df3850c 2646Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2647by the program.
c906108c
SS
2648
2649@kindex info watchpoints
2650@item info watchpoints
2651This command prints a list of watchpoints, breakpoints, and catchpoints;
2652it is the same as @code{info break}.
2653@end table
2654
2655@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2656watchpoints execute very quickly, and the debugger reports a change in
2657value at the exact instruction where the change occurs. If @value{GDBN}
2658cannot set a hardware watchpoint, it sets a software watchpoint, which
2659executes more slowly and reports the change in value at the next
2660statement, not the instruction, after the change occurs.
2661
2662When you issue the @code{watch} command, @value{GDBN} reports
2663
474c8240 2664@smallexample
c906108c 2665Hardware watchpoint @var{num}: @var{expr}
474c8240 2666@end smallexample
c906108c
SS
2667
2668@noindent
2669if it was able to set a hardware watchpoint.
2670
7be570e7
JM
2671Currently, the @code{awatch} and @code{rwatch} commands can only set
2672hardware watchpoints, because accesses to data that don't change the
2673value of the watched expression cannot be detected without examining
2674every instruction as it is being executed, and @value{GDBN} does not do
2675that currently. If @value{GDBN} finds that it is unable to set a
2676hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2677will print a message like this:
2678
2679@smallexample
2680Expression cannot be implemented with read/access watchpoint.
2681@end smallexample
2682
2683Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2684data type of the watched expression is wider than what a hardware
2685watchpoint on the target machine can handle. For example, some systems
2686can only watch regions that are up to 4 bytes wide; on such systems you
2687cannot set hardware watchpoints for an expression that yields a
2688double-precision floating-point number (which is typically 8 bytes
2689wide). As a work-around, it might be possible to break the large region
2690into a series of smaller ones and watch them with separate watchpoints.
2691
2692If you set too many hardware watchpoints, @value{GDBN} might be unable
2693to insert all of them when you resume the execution of your program.
2694Since the precise number of active watchpoints is unknown until such
2695time as the program is about to be resumed, @value{GDBN} might not be
2696able to warn you about this when you set the watchpoints, and the
2697warning will be printed only when the program is resumed:
2698
2699@smallexample
2700Hardware watchpoint @var{num}: Could not insert watchpoint
2701@end smallexample
2702
2703@noindent
2704If this happens, delete or disable some of the watchpoints.
2705
2706The SPARClite DSU will generate traps when a program accesses some data
2707or instruction address that is assigned to the debug registers. For the
2708data addresses, DSU facilitates the @code{watch} command. However the
2709hardware breakpoint registers can only take two data watchpoints, and
2710both watchpoints must be the same kind. For example, you can set two
2711watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2712@strong{or} two with @code{awatch} commands, but you cannot set one
2713watchpoint with one command and the other with a different command.
c906108c
SS
2714@value{GDBN} will reject the command if you try to mix watchpoints.
2715Delete or disable unused watchpoint commands before setting new ones.
2716
2717If you call a function interactively using @code{print} or @code{call},
2df3850c 2718any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2719kind of breakpoint or the call completes.
2720
7be570e7
JM
2721@value{GDBN} automatically deletes watchpoints that watch local
2722(automatic) variables, or expressions that involve such variables, when
2723they go out of scope, that is, when the execution leaves the block in
2724which these variables were defined. In particular, when the program
2725being debugged terminates, @emph{all} local variables go out of scope,
2726and so only watchpoints that watch global variables remain set. If you
2727rerun the program, you will need to set all such watchpoints again. One
2728way of doing that would be to set a code breakpoint at the entry to the
2729@code{main} function and when it breaks, set all the watchpoints.
2730
c906108c
SS
2731@quotation
2732@cindex watchpoints and threads
2733@cindex threads and watchpoints
c906108c
SS
2734@emph{Warning:} In multi-thread programs, watchpoints have only limited
2735usefulness. With the current watchpoint implementation, @value{GDBN}
2736can only watch the value of an expression @emph{in a single thread}. If
2737you are confident that the expression can only change due to the current
2738thread's activity (and if you are also confident that no other thread
2739can become current), then you can use watchpoints as usual. However,
2740@value{GDBN} may not notice when a non-current thread's activity changes
2741the expression.
53a5351d 2742
d4f3574e 2743@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2744@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2745have only limited usefulness. If @value{GDBN} creates a software
2746watchpoint, it can only watch the value of an expression @emph{in a
2747single thread}. If you are confident that the expression can only
2748change due to the current thread's activity (and if you are also
2749confident that no other thread can become current), then you can use
2750software watchpoints as usual. However, @value{GDBN} may not notice
2751when a non-current thread's activity changes the expression. (Hardware
2752watchpoints, in contrast, watch an expression in all threads.)
c906108c 2753@end quotation
c906108c 2754
501eef12
AC
2755@xref{set remote hardware-watchpoint-limit}.
2756
6d2ebf8b 2757@node Set Catchpoints
c906108c 2758@subsection Setting catchpoints
d4f3574e 2759@cindex catchpoints, setting
c906108c
SS
2760@cindex exception handlers
2761@cindex event handling
2762
2763You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2764kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2765shared library. Use the @code{catch} command to set a catchpoint.
2766
2767@table @code
2768@kindex catch
2769@item catch @var{event}
2770Stop when @var{event} occurs. @var{event} can be any of the following:
2771@table @code
2772@item throw
2773@kindex catch throw
b37052ae 2774The throwing of a C@t{++} exception.
c906108c
SS
2775
2776@item catch
2777@kindex catch catch
b37052ae 2778The catching of a C@t{++} exception.
c906108c
SS
2779
2780@item exec
2781@kindex catch exec
2782A call to @code{exec}. This is currently only available for HP-UX.
2783
2784@item fork
2785@kindex catch fork
2786A call to @code{fork}. This is currently only available for HP-UX.
2787
2788@item vfork
2789@kindex catch vfork
2790A call to @code{vfork}. This is currently only available for HP-UX.
2791
2792@item load
2793@itemx load @var{libname}
2794@kindex catch load
2795The dynamic loading of any shared library, or the loading of the library
2796@var{libname}. This is currently only available for HP-UX.
2797
2798@item unload
2799@itemx unload @var{libname}
2800@kindex catch unload
2801The unloading of any dynamically loaded shared library, or the unloading
2802of the library @var{libname}. This is currently only available for HP-UX.
2803@end table
2804
2805@item tcatch @var{event}
2806Set a catchpoint that is enabled only for one stop. The catchpoint is
2807automatically deleted after the first time the event is caught.
2808
2809@end table
2810
2811Use the @code{info break} command to list the current catchpoints.
2812
b37052ae 2813There are currently some limitations to C@t{++} exception handling
c906108c
SS
2814(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2815
2816@itemize @bullet
2817@item
2818If you call a function interactively, @value{GDBN} normally returns
2819control to you when the function has finished executing. If the call
2820raises an exception, however, the call may bypass the mechanism that
2821returns control to you and cause your program either to abort or to
2822simply continue running until it hits a breakpoint, catches a signal
2823that @value{GDBN} is listening for, or exits. This is the case even if
2824you set a catchpoint for the exception; catchpoints on exceptions are
2825disabled within interactive calls.
2826
2827@item
2828You cannot raise an exception interactively.
2829
2830@item
2831You cannot install an exception handler interactively.
2832@end itemize
2833
2834@cindex raise exceptions
2835Sometimes @code{catch} is not the best way to debug exception handling:
2836if you need to know exactly where an exception is raised, it is better to
2837stop @emph{before} the exception handler is called, since that way you
2838can see the stack before any unwinding takes place. If you set a
2839breakpoint in an exception handler instead, it may not be easy to find
2840out where the exception was raised.
2841
2842To stop just before an exception handler is called, you need some
b37052ae 2843knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2844raised by calling a library function named @code{__raise_exception}
2845which has the following ANSI C interface:
2846
474c8240 2847@smallexample
c906108c 2848 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2849 @var{id} is the exception identifier. */
2850 void __raise_exception (void **addr, void *id);
474c8240 2851@end smallexample
c906108c
SS
2852
2853@noindent
2854To make the debugger catch all exceptions before any stack
2855unwinding takes place, set a breakpoint on @code{__raise_exception}
2856(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2857
2858With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2859that depends on the value of @var{id}, you can stop your program when
2860a specific exception is raised. You can use multiple conditional
2861breakpoints to stop your program when any of a number of exceptions are
2862raised.
2863
2864
6d2ebf8b 2865@node Delete Breaks
c906108c
SS
2866@subsection Deleting breakpoints
2867
2868@cindex clearing breakpoints, watchpoints, catchpoints
2869@cindex deleting breakpoints, watchpoints, catchpoints
2870It is often necessary to eliminate a breakpoint, watchpoint, or
2871catchpoint once it has done its job and you no longer want your program
2872to stop there. This is called @dfn{deleting} the breakpoint. A
2873breakpoint that has been deleted no longer exists; it is forgotten.
2874
2875With the @code{clear} command you can delete breakpoints according to
2876where they are in your program. With the @code{delete} command you can
2877delete individual breakpoints, watchpoints, or catchpoints by specifying
2878their breakpoint numbers.
2879
2880It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2881automatically ignores breakpoints on the first instruction to be executed
2882when you continue execution without changing the execution address.
2883
2884@table @code
2885@kindex clear
2886@item clear
2887Delete any breakpoints at the next instruction to be executed in the
2888selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2889the innermost frame is selected, this is a good way to delete a
2890breakpoint where your program just stopped.
2891
2892@item clear @var{function}
2893@itemx clear @var{filename}:@var{function}
2894Delete any breakpoints set at entry to the function @var{function}.
2895
2896@item clear @var{linenum}
2897@itemx clear @var{filename}:@var{linenum}
2898Delete any breakpoints set at or within the code of the specified line.
2899
2900@cindex delete breakpoints
2901@kindex delete
41afff9a 2902@kindex d @r{(@code{delete})}
c5394b80
JM
2903@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2904Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2905ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2906breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2907confirm off}). You can abbreviate this command as @code{d}.
2908@end table
2909
6d2ebf8b 2910@node Disabling
c906108c
SS
2911@subsection Disabling breakpoints
2912
2913@kindex disable breakpoints
2914@kindex enable breakpoints
2915Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2916prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2917it had been deleted, but remembers the information on the breakpoint so
2918that you can @dfn{enable} it again later.
2919
2920You disable and enable breakpoints, watchpoints, and catchpoints with
2921the @code{enable} and @code{disable} commands, optionally specifying one
2922or more breakpoint numbers as arguments. Use @code{info break} or
2923@code{info watch} to print a list of breakpoints, watchpoints, and
2924catchpoints if you do not know which numbers to use.
2925
2926A breakpoint, watchpoint, or catchpoint can have any of four different
2927states of enablement:
2928
2929@itemize @bullet
2930@item
2931Enabled. The breakpoint stops your program. A breakpoint set
2932with the @code{break} command starts out in this state.
2933@item
2934Disabled. The breakpoint has no effect on your program.
2935@item
2936Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2937disabled.
c906108c
SS
2938@item
2939Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2940immediately after it does so it is deleted permanently. A breakpoint
2941set with the @code{tbreak} command starts out in this state.
c906108c
SS
2942@end itemize
2943
2944You can use the following commands to enable or disable breakpoints,
2945watchpoints, and catchpoints:
2946
2947@table @code
2948@kindex disable breakpoints
2949@kindex disable
41afff9a 2950@kindex dis @r{(@code{disable})}
c5394b80 2951@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2952Disable the specified breakpoints---or all breakpoints, if none are
2953listed. A disabled breakpoint has no effect but is not forgotten. All
2954options such as ignore-counts, conditions and commands are remembered in
2955case the breakpoint is enabled again later. You may abbreviate
2956@code{disable} as @code{dis}.
2957
2958@kindex enable breakpoints
2959@kindex enable
c5394b80 2960@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2961Enable the specified breakpoints (or all defined breakpoints). They
2962become effective once again in stopping your program.
2963
c5394b80 2964@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2965Enable the specified breakpoints temporarily. @value{GDBN} disables any
2966of these breakpoints immediately after stopping your program.
2967
c5394b80 2968@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2969Enable the specified breakpoints to work once, then die. @value{GDBN}
2970deletes any of these breakpoints as soon as your program stops there.
2971@end table
2972
d4f3574e
SS
2973@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2974@c confusing: tbreak is also initially enabled.
c906108c
SS
2975Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2976,Setting breakpoints}), breakpoints that you set are initially enabled;
2977subsequently, they become disabled or enabled only when you use one of
2978the commands above. (The command @code{until} can set and delete a
2979breakpoint of its own, but it does not change the state of your other
2980breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2981stepping}.)
2982
6d2ebf8b 2983@node Conditions
c906108c
SS
2984@subsection Break conditions
2985@cindex conditional breakpoints
2986@cindex breakpoint conditions
2987
2988@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 2989@c in particular for a watchpoint?
c906108c
SS
2990The simplest sort of breakpoint breaks every time your program reaches a
2991specified place. You can also specify a @dfn{condition} for a
2992breakpoint. A condition is just a Boolean expression in your
2993programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2994a condition evaluates the expression each time your program reaches it,
2995and your program stops only if the condition is @emph{true}.
2996
2997This is the converse of using assertions for program validation; in that
2998situation, you want to stop when the assertion is violated---that is,
2999when the condition is false. In C, if you want to test an assertion expressed
3000by the condition @var{assert}, you should set the condition
3001@samp{! @var{assert}} on the appropriate breakpoint.
3002
3003Conditions are also accepted for watchpoints; you may not need them,
3004since a watchpoint is inspecting the value of an expression anyhow---but
3005it might be simpler, say, to just set a watchpoint on a variable name,
3006and specify a condition that tests whether the new value is an interesting
3007one.
3008
3009Break conditions can have side effects, and may even call functions in
3010your program. This can be useful, for example, to activate functions
3011that log program progress, or to use your own print functions to
3012format special data structures. The effects are completely predictable
3013unless there is another enabled breakpoint at the same address. (In
3014that case, @value{GDBN} might see the other breakpoint first and stop your
3015program without checking the condition of this one.) Note that
d4f3574e
SS
3016breakpoint commands are usually more convenient and flexible than break
3017conditions for the
c906108c
SS
3018purpose of performing side effects when a breakpoint is reached
3019(@pxref{Break Commands, ,Breakpoint command lists}).
3020
3021Break conditions can be specified when a breakpoint is set, by using
3022@samp{if} in the arguments to the @code{break} command. @xref{Set
3023Breaks, ,Setting breakpoints}. They can also be changed at any time
3024with the @code{condition} command.
53a5351d 3025
c906108c
SS
3026You can also use the @code{if} keyword with the @code{watch} command.
3027The @code{catch} command does not recognize the @code{if} keyword;
3028@code{condition} is the only way to impose a further condition on a
3029catchpoint.
c906108c
SS
3030
3031@table @code
3032@kindex condition
3033@item condition @var{bnum} @var{expression}
3034Specify @var{expression} as the break condition for breakpoint,
3035watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3036breakpoint @var{bnum} stops your program only if the value of
3037@var{expression} is true (nonzero, in C). When you use
3038@code{condition}, @value{GDBN} checks @var{expression} immediately for
3039syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3040referents in the context of your breakpoint. If @var{expression} uses
3041symbols not referenced in the context of the breakpoint, @value{GDBN}
3042prints an error message:
3043
474c8240 3044@smallexample
d4f3574e 3045No symbol "foo" in current context.
474c8240 3046@end smallexample
d4f3574e
SS
3047
3048@noindent
c906108c
SS
3049@value{GDBN} does
3050not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3051command (or a command that sets a breakpoint with a condition, like
3052@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3053
3054@item condition @var{bnum}
3055Remove the condition from breakpoint number @var{bnum}. It becomes
3056an ordinary unconditional breakpoint.
3057@end table
3058
3059@cindex ignore count (of breakpoint)
3060A special case of a breakpoint condition is to stop only when the
3061breakpoint has been reached a certain number of times. This is so
3062useful that there is a special way to do it, using the @dfn{ignore
3063count} of the breakpoint. Every breakpoint has an ignore count, which
3064is an integer. Most of the time, the ignore count is zero, and
3065therefore has no effect. But if your program reaches a breakpoint whose
3066ignore count is positive, then instead of stopping, it just decrements
3067the ignore count by one and continues. As a result, if the ignore count
3068value is @var{n}, the breakpoint does not stop the next @var{n} times
3069your program reaches it.
3070
3071@table @code
3072@kindex ignore
3073@item ignore @var{bnum} @var{count}
3074Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3075The next @var{count} times the breakpoint is reached, your program's
3076execution does not stop; other than to decrement the ignore count, @value{GDBN}
3077takes no action.
3078
3079To make the breakpoint stop the next time it is reached, specify
3080a count of zero.
3081
3082When you use @code{continue} to resume execution of your program from a
3083breakpoint, you can specify an ignore count directly as an argument to
3084@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3085Stepping,,Continuing and stepping}.
3086
3087If a breakpoint has a positive ignore count and a condition, the
3088condition is not checked. Once the ignore count reaches zero,
3089@value{GDBN} resumes checking the condition.
3090
3091You could achieve the effect of the ignore count with a condition such
3092as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3093is decremented each time. @xref{Convenience Vars, ,Convenience
3094variables}.
3095@end table
3096
3097Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3098
3099
6d2ebf8b 3100@node Break Commands
c906108c
SS
3101@subsection Breakpoint command lists
3102
3103@cindex breakpoint commands
3104You can give any breakpoint (or watchpoint or catchpoint) a series of
3105commands to execute when your program stops due to that breakpoint. For
3106example, you might want to print the values of certain expressions, or
3107enable other breakpoints.
3108
3109@table @code
3110@kindex commands
3111@kindex end
3112@item commands @r{[}@var{bnum}@r{]}
3113@itemx @dots{} @var{command-list} @dots{}
3114@itemx end
3115Specify a list of commands for breakpoint number @var{bnum}. The commands
3116themselves appear on the following lines. Type a line containing just
3117@code{end} to terminate the commands.
3118
3119To remove all commands from a breakpoint, type @code{commands} and
3120follow it immediately with @code{end}; that is, give no commands.
3121
3122With no @var{bnum} argument, @code{commands} refers to the last
3123breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3124recently encountered).
3125@end table
3126
3127Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3128disabled within a @var{command-list}.
3129
3130You can use breakpoint commands to start your program up again. Simply
3131use the @code{continue} command, or @code{step}, or any other command
3132that resumes execution.
3133
3134Any other commands in the command list, after a command that resumes
3135execution, are ignored. This is because any time you resume execution
3136(even with a simple @code{next} or @code{step}), you may encounter
3137another breakpoint---which could have its own command list, leading to
3138ambiguities about which list to execute.
3139
3140@kindex silent
3141If the first command you specify in a command list is @code{silent}, the
3142usual message about stopping at a breakpoint is not printed. This may
3143be desirable for breakpoints that are to print a specific message and
3144then continue. If none of the remaining commands print anything, you
3145see no sign that the breakpoint was reached. @code{silent} is
3146meaningful only at the beginning of a breakpoint command list.
3147
3148The commands @code{echo}, @code{output}, and @code{printf} allow you to
3149print precisely controlled output, and are often useful in silent
3150breakpoints. @xref{Output, ,Commands for controlled output}.
3151
3152For example, here is how you could use breakpoint commands to print the
3153value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3154
474c8240 3155@smallexample
c906108c
SS
3156break foo if x>0
3157commands
3158silent
3159printf "x is %d\n",x
3160cont
3161end
474c8240 3162@end smallexample
c906108c
SS
3163
3164One application for breakpoint commands is to compensate for one bug so
3165you can test for another. Put a breakpoint just after the erroneous line
3166of code, give it a condition to detect the case in which something
3167erroneous has been done, and give it commands to assign correct values
3168to any variables that need them. End with the @code{continue} command
3169so that your program does not stop, and start with the @code{silent}
3170command so that no output is produced. Here is an example:
3171
474c8240 3172@smallexample
c906108c
SS
3173break 403
3174commands
3175silent
3176set x = y + 4
3177cont
3178end
474c8240 3179@end smallexample
c906108c 3180
6d2ebf8b 3181@node Breakpoint Menus
c906108c
SS
3182@subsection Breakpoint menus
3183@cindex overloading
3184@cindex symbol overloading
3185
b37303ee
AF
3186Some programming languages (notably C@t{++} and Objective-C) permit a
3187single function name
c906108c
SS
3188to be defined several times, for application in different contexts.
3189This is called @dfn{overloading}. When a function name is overloaded,
3190@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3191a breakpoint. If you realize this is a problem, you can use
3192something like @samp{break @var{function}(@var{types})} to specify which
3193particular version of the function you want. Otherwise, @value{GDBN} offers
3194you a menu of numbered choices for different possible breakpoints, and
3195waits for your selection with the prompt @samp{>}. The first two
3196options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3197sets a breakpoint at each definition of @var{function}, and typing
3198@kbd{0} aborts the @code{break} command without setting any new
3199breakpoints.
3200
3201For example, the following session excerpt shows an attempt to set a
3202breakpoint at the overloaded symbol @code{String::after}.
3203We choose three particular definitions of that function name:
3204
3205@c FIXME! This is likely to change to show arg type lists, at least
3206@smallexample
3207@group
3208(@value{GDBP}) b String::after
3209[0] cancel
3210[1] all
3211[2] file:String.cc; line number:867
3212[3] file:String.cc; line number:860
3213[4] file:String.cc; line number:875
3214[5] file:String.cc; line number:853
3215[6] file:String.cc; line number:846
3216[7] file:String.cc; line number:735
3217> 2 4 6
3218Breakpoint 1 at 0xb26c: file String.cc, line 867.
3219Breakpoint 2 at 0xb344: file String.cc, line 875.
3220Breakpoint 3 at 0xafcc: file String.cc, line 846.
3221Multiple breakpoints were set.
3222Use the "delete" command to delete unwanted
3223 breakpoints.
3224(@value{GDBP})
3225@end group
3226@end smallexample
c906108c
SS
3227
3228@c @ifclear BARETARGET
6d2ebf8b 3229@node Error in Breakpoints
d4f3574e 3230@subsection ``Cannot insert breakpoints''
c906108c
SS
3231@c
3232@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3233@c
d4f3574e
SS
3234Under some operating systems, breakpoints cannot be used in a program if
3235any other process is running that program. In this situation,
5d161b24 3236attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3237@value{GDBN} to print an error message:
3238
474c8240 3239@smallexample
d4f3574e
SS
3240Cannot insert breakpoints.
3241The same program may be running in another process.
474c8240 3242@end smallexample
d4f3574e
SS
3243
3244When this happens, you have three ways to proceed:
3245
3246@enumerate
3247@item
3248Remove or disable the breakpoints, then continue.
3249
3250@item
5d161b24 3251Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3252name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3253that @value{GDBN} should run your program under that name.
d4f3574e
SS
3254Then start your program again.
3255
3256@item
3257Relink your program so that the text segment is nonsharable, using the
3258linker option @samp{-N}. The operating system limitation may not apply
3259to nonsharable executables.
3260@end enumerate
c906108c
SS
3261@c @end ifclear
3262
d4f3574e
SS
3263A similar message can be printed if you request too many active
3264hardware-assisted breakpoints and watchpoints:
3265
3266@c FIXME: the precise wording of this message may change; the relevant
3267@c source change is not committed yet (Sep 3, 1999).
3268@smallexample
3269Stopped; cannot insert breakpoints.
3270You may have requested too many hardware breakpoints and watchpoints.
3271@end smallexample
3272
3273@noindent
3274This message is printed when you attempt to resume the program, since
3275only then @value{GDBN} knows exactly how many hardware breakpoints and
3276watchpoints it needs to insert.
3277
3278When this message is printed, you need to disable or remove some of the
3279hardware-assisted breakpoints and watchpoints, and then continue.
3280
3281
6d2ebf8b 3282@node Continuing and Stepping
c906108c
SS
3283@section Continuing and stepping
3284
3285@cindex stepping
3286@cindex continuing
3287@cindex resuming execution
3288@dfn{Continuing} means resuming program execution until your program
3289completes normally. In contrast, @dfn{stepping} means executing just
3290one more ``step'' of your program, where ``step'' may mean either one
3291line of source code, or one machine instruction (depending on what
7a292a7a
SS
3292particular command you use). Either when continuing or when stepping,
3293your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3294it stops due to a signal, you may want to use @code{handle}, or use
3295@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3296
3297@table @code
3298@kindex continue
41afff9a
EZ
3299@kindex c @r{(@code{continue})}
3300@kindex fg @r{(resume foreground execution)}
c906108c
SS
3301@item continue @r{[}@var{ignore-count}@r{]}
3302@itemx c @r{[}@var{ignore-count}@r{]}
3303@itemx fg @r{[}@var{ignore-count}@r{]}
3304Resume program execution, at the address where your program last stopped;
3305any breakpoints set at that address are bypassed. The optional argument
3306@var{ignore-count} allows you to specify a further number of times to
3307ignore a breakpoint at this location; its effect is like that of
3308@code{ignore} (@pxref{Conditions, ,Break conditions}).
3309
3310The argument @var{ignore-count} is meaningful only when your program
3311stopped due to a breakpoint. At other times, the argument to
3312@code{continue} is ignored.
3313
d4f3574e
SS
3314The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3315debugged program is deemed to be the foreground program) are provided
3316purely for convenience, and have exactly the same behavior as
3317@code{continue}.
c906108c
SS
3318@end table
3319
3320To resume execution at a different place, you can use @code{return}
3321(@pxref{Returning, ,Returning from a function}) to go back to the
3322calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3323different address}) to go to an arbitrary location in your program.
3324
3325A typical technique for using stepping is to set a breakpoint
3326(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3327beginning of the function or the section of your program where a problem
3328is believed to lie, run your program until it stops at that breakpoint,
3329and then step through the suspect area, examining the variables that are
3330interesting, until you see the problem happen.
3331
3332@table @code
3333@kindex step
41afff9a 3334@kindex s @r{(@code{step})}
c906108c
SS
3335@item step
3336Continue running your program until control reaches a different source
3337line, then stop it and return control to @value{GDBN}. This command is
3338abbreviated @code{s}.
3339
3340@quotation
3341@c "without debugging information" is imprecise; actually "without line
3342@c numbers in the debugging information". (gcc -g1 has debugging info but
3343@c not line numbers). But it seems complex to try to make that
3344@c distinction here.
3345@emph{Warning:} If you use the @code{step} command while control is
3346within a function that was compiled without debugging information,
3347execution proceeds until control reaches a function that does have
3348debugging information. Likewise, it will not step into a function which
3349is compiled without debugging information. To step through functions
3350without debugging information, use the @code{stepi} command, described
3351below.
3352@end quotation
3353
4a92d011
EZ
3354The @code{step} command only stops at the first instruction of a source
3355line. This prevents the multiple stops that could otherwise occur in
3356@code{switch} statements, @code{for} loops, etc. @code{step} continues
3357to stop if a function that has debugging information is called within
3358the line. In other words, @code{step} @emph{steps inside} any functions
3359called within the line.
c906108c 3360
d4f3574e
SS
3361Also, the @code{step} command only enters a function if there is line
3362number information for the function. Otherwise it acts like the
5d161b24 3363@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3364on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3365was any debugging information about the routine.
c906108c
SS
3366
3367@item step @var{count}
3368Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3369breakpoint is reached, or a signal not related to stepping occurs before
3370@var{count} steps, stepping stops right away.
c906108c
SS
3371
3372@kindex next
41afff9a 3373@kindex n @r{(@code{next})}
c906108c
SS
3374@item next @r{[}@var{count}@r{]}
3375Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3376This is similar to @code{step}, but function calls that appear within
3377the line of code are executed without stopping. Execution stops when
3378control reaches a different line of code at the original stack level
3379that was executing when you gave the @code{next} command. This command
3380is abbreviated @code{n}.
c906108c
SS
3381
3382An argument @var{count} is a repeat count, as for @code{step}.
3383
3384
3385@c FIX ME!! Do we delete this, or is there a way it fits in with
3386@c the following paragraph? --- Vctoria
3387@c
3388@c @code{next} within a function that lacks debugging information acts like
3389@c @code{step}, but any function calls appearing within the code of the
3390@c function are executed without stopping.
3391
d4f3574e
SS
3392The @code{next} command only stops at the first instruction of a
3393source line. This prevents multiple stops that could otherwise occur in
4a92d011 3394@code{switch} statements, @code{for} loops, etc.
c906108c 3395
b90a5f51
CF
3396@kindex set step-mode
3397@item set step-mode
3398@cindex functions without line info, and stepping
3399@cindex stepping into functions with no line info
3400@itemx set step-mode on
4a92d011 3401The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3402stop at the first instruction of a function which contains no debug line
3403information rather than stepping over it.
3404
4a92d011
EZ
3405This is useful in cases where you may be interested in inspecting the
3406machine instructions of a function which has no symbolic info and do not
3407want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3408
3409@item set step-mode off
4a92d011 3410Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3411debug information. This is the default.
3412
c906108c
SS
3413@kindex finish
3414@item finish
3415Continue running until just after function in the selected stack frame
3416returns. Print the returned value (if any).
3417
3418Contrast this with the @code{return} command (@pxref{Returning,
3419,Returning from a function}).
3420
3421@kindex until
41afff9a 3422@kindex u @r{(@code{until})}
c906108c
SS
3423@item until
3424@itemx u
3425Continue running until a source line past the current line, in the
3426current stack frame, is reached. This command is used to avoid single
3427stepping through a loop more than once. It is like the @code{next}
3428command, except that when @code{until} encounters a jump, it
3429automatically continues execution until the program counter is greater
3430than the address of the jump.
3431
3432This means that when you reach the end of a loop after single stepping
3433though it, @code{until} makes your program continue execution until it
3434exits the loop. In contrast, a @code{next} command at the end of a loop
3435simply steps back to the beginning of the loop, which forces you to step
3436through the next iteration.
3437
3438@code{until} always stops your program if it attempts to exit the current
3439stack frame.
3440
3441@code{until} may produce somewhat counterintuitive results if the order
3442of machine code does not match the order of the source lines. For
3443example, in the following excerpt from a debugging session, the @code{f}
3444(@code{frame}) command shows that execution is stopped at line
3445@code{206}; yet when we use @code{until}, we get to line @code{195}:
3446
474c8240 3447@smallexample
c906108c
SS
3448(@value{GDBP}) f
3449#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3450206 expand_input();
3451(@value{GDBP}) until
3452195 for ( ; argc > 0; NEXTARG) @{
474c8240 3453@end smallexample
c906108c
SS
3454
3455This happened because, for execution efficiency, the compiler had
3456generated code for the loop closure test at the end, rather than the
3457start, of the loop---even though the test in a C @code{for}-loop is
3458written before the body of the loop. The @code{until} command appeared
3459to step back to the beginning of the loop when it advanced to this
3460expression; however, it has not really gone to an earlier
3461statement---not in terms of the actual machine code.
3462
3463@code{until} with no argument works by means of single
3464instruction stepping, and hence is slower than @code{until} with an
3465argument.
3466
3467@item until @var{location}
3468@itemx u @var{location}
3469Continue running your program until either the specified location is
3470reached, or the current stack frame returns. @var{location} is any of
3471the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3472,Setting breakpoints}). This form of the command uses breakpoints, and
3473hence is quicker than @code{until} without an argument. The specified
3474location is actually reached only if it is in the current frame. This
3475implies that @code{until} can be used to skip over recursive function
3476invocations. For instance in the code below, if the current location is
3477line @code{96}, issuing @code{until 99} will execute the program up to
3478line @code{99} in the same invocation of factorial, i.e. after the inner
3479invocations have returned.
3480
3481@smallexample
348294 int factorial (int value)
348395 @{
348496 if (value > 1) @{
348597 value *= factorial (value - 1);
348698 @}
348799 return (value);
3488100 @}
3489@end smallexample
3490
3491
3492@kindex advance @var{location}
3493@itemx advance @var{location}
3494Continue running the program up to the given location. An argument is
3495required, anything of the same form as arguments for the @code{break}
3496command. Execution will also stop upon exit from the current stack
3497frame. This command is similar to @code{until}, but @code{advance} will
3498not skip over recursive function calls, and the target location doesn't
3499have to be in the same frame as the current one.
3500
c906108c
SS
3501
3502@kindex stepi
41afff9a 3503@kindex si @r{(@code{stepi})}
c906108c 3504@item stepi
96a2c332 3505@itemx stepi @var{arg}
c906108c
SS
3506@itemx si
3507Execute one machine instruction, then stop and return to the debugger.
3508
3509It is often useful to do @samp{display/i $pc} when stepping by machine
3510instructions. This makes @value{GDBN} automatically display the next
3511instruction to be executed, each time your program stops. @xref{Auto
3512Display,, Automatic display}.
3513
3514An argument is a repeat count, as in @code{step}.
3515
3516@need 750
3517@kindex nexti
41afff9a 3518@kindex ni @r{(@code{nexti})}
c906108c 3519@item nexti
96a2c332 3520@itemx nexti @var{arg}
c906108c
SS
3521@itemx ni
3522Execute one machine instruction, but if it is a function call,
3523proceed until the function returns.
3524
3525An argument is a repeat count, as in @code{next}.
3526@end table
3527
6d2ebf8b 3528@node Signals
c906108c
SS
3529@section Signals
3530@cindex signals
3531
3532A signal is an asynchronous event that can happen in a program. The
3533operating system defines the possible kinds of signals, and gives each
3534kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3535signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3536@code{SIGSEGV} is the signal a program gets from referencing a place in
3537memory far away from all the areas in use; @code{SIGALRM} occurs when
3538the alarm clock timer goes off (which happens only if your program has
3539requested an alarm).
3540
3541@cindex fatal signals
3542Some signals, including @code{SIGALRM}, are a normal part of the
3543functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3544errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3545program has not specified in advance some other way to handle the signal.
3546@code{SIGINT} does not indicate an error in your program, but it is normally
3547fatal so it can carry out the purpose of the interrupt: to kill the program.
3548
3549@value{GDBN} has the ability to detect any occurrence of a signal in your
3550program. You can tell @value{GDBN} in advance what to do for each kind of
3551signal.
3552
3553@cindex handling signals
24f93129
EZ
3554Normally, @value{GDBN} is set up to let the non-erroneous signals like
3555@code{SIGALRM} be silently passed to your program
3556(so as not to interfere with their role in the program's functioning)
c906108c
SS
3557but to stop your program immediately whenever an error signal happens.
3558You can change these settings with the @code{handle} command.
3559
3560@table @code
3561@kindex info signals
3562@item info signals
96a2c332 3563@itemx info handle
c906108c
SS
3564Print a table of all the kinds of signals and how @value{GDBN} has been told to
3565handle each one. You can use this to see the signal numbers of all
3566the defined types of signals.
3567
d4f3574e 3568@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3569
3570@kindex handle
3571@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3572Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3573can be the number of a signal or its name (with or without the
24f93129 3574@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3575@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3576known signals. The @var{keywords} say what change to make.
c906108c
SS
3577@end table
3578
3579@c @group
3580The keywords allowed by the @code{handle} command can be abbreviated.
3581Their full names are:
3582
3583@table @code
3584@item nostop
3585@value{GDBN} should not stop your program when this signal happens. It may
3586still print a message telling you that the signal has come in.
3587
3588@item stop
3589@value{GDBN} should stop your program when this signal happens. This implies
3590the @code{print} keyword as well.
3591
3592@item print
3593@value{GDBN} should print a message when this signal happens.
3594
3595@item noprint
3596@value{GDBN} should not mention the occurrence of the signal at all. This
3597implies the @code{nostop} keyword as well.
3598
3599@item pass
5ece1a18 3600@itemx noignore
c906108c
SS
3601@value{GDBN} should allow your program to see this signal; your program
3602can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3603and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3604
3605@item nopass
5ece1a18 3606@itemx ignore
c906108c 3607@value{GDBN} should not allow your program to see this signal.
5ece1a18 3608@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3609@end table
3610@c @end group
3611
d4f3574e
SS
3612When a signal stops your program, the signal is not visible to the
3613program until you
c906108c
SS
3614continue. Your program sees the signal then, if @code{pass} is in
3615effect for the signal in question @emph{at that time}. In other words,
3616after @value{GDBN} reports a signal, you can use the @code{handle}
3617command with @code{pass} or @code{nopass} to control whether your
3618program sees that signal when you continue.
3619
24f93129
EZ
3620The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3621non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3622@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3623erroneous signals.
3624
c906108c
SS
3625You can also use the @code{signal} command to prevent your program from
3626seeing a signal, or cause it to see a signal it normally would not see,
3627or to give it any signal at any time. For example, if your program stopped
3628due to some sort of memory reference error, you might store correct
3629values into the erroneous variables and continue, hoping to see more
3630execution; but your program would probably terminate immediately as
3631a result of the fatal signal once it saw the signal. To prevent this,
3632you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3633program a signal}.
c906108c 3634
6d2ebf8b 3635@node Thread Stops
c906108c
SS
3636@section Stopping and starting multi-thread programs
3637
3638When your program has multiple threads (@pxref{Threads,, Debugging
3639programs with multiple threads}), you can choose whether to set
3640breakpoints on all threads, or on a particular thread.
3641
3642@table @code
3643@cindex breakpoints and threads
3644@cindex thread breakpoints
3645@kindex break @dots{} thread @var{threadno}
3646@item break @var{linespec} thread @var{threadno}
3647@itemx break @var{linespec} thread @var{threadno} if @dots{}
3648@var{linespec} specifies source lines; there are several ways of
3649writing them, but the effect is always to specify some source line.
3650
3651Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3652to specify that you only want @value{GDBN} to stop the program when a
3653particular thread reaches this breakpoint. @var{threadno} is one of the
3654numeric thread identifiers assigned by @value{GDBN}, shown in the first
3655column of the @samp{info threads} display.
3656
3657If you do not specify @samp{thread @var{threadno}} when you set a
3658breakpoint, the breakpoint applies to @emph{all} threads of your
3659program.
3660
3661You can use the @code{thread} qualifier on conditional breakpoints as
3662well; in this case, place @samp{thread @var{threadno}} before the
3663breakpoint condition, like this:
3664
3665@smallexample
2df3850c 3666(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3667@end smallexample
3668
3669@end table
3670
3671@cindex stopped threads
3672@cindex threads, stopped
3673Whenever your program stops under @value{GDBN} for any reason,
3674@emph{all} threads of execution stop, not just the current thread. This
3675allows you to examine the overall state of the program, including
3676switching between threads, without worrying that things may change
3677underfoot.
3678
3679@cindex continuing threads
3680@cindex threads, continuing
3681Conversely, whenever you restart the program, @emph{all} threads start
3682executing. @emph{This is true even when single-stepping} with commands
5d161b24 3683like @code{step} or @code{next}.
c906108c
SS
3684
3685In particular, @value{GDBN} cannot single-step all threads in lockstep.
3686Since thread scheduling is up to your debugging target's operating
3687system (not controlled by @value{GDBN}), other threads may
3688execute more than one statement while the current thread completes a
3689single step. Moreover, in general other threads stop in the middle of a
3690statement, rather than at a clean statement boundary, when the program
3691stops.
3692
3693You might even find your program stopped in another thread after
3694continuing or even single-stepping. This happens whenever some other
3695thread runs into a breakpoint, a signal, or an exception before the
3696first thread completes whatever you requested.
3697
3698On some OSes, you can lock the OS scheduler and thus allow only a single
3699thread to run.
3700
3701@table @code
3702@item set scheduler-locking @var{mode}
3703Set the scheduler locking mode. If it is @code{off}, then there is no
3704locking and any thread may run at any time. If @code{on}, then only the
3705current thread may run when the inferior is resumed. The @code{step}
3706mode optimizes for single-stepping. It stops other threads from
3707``seizing the prompt'' by preempting the current thread while you are
3708stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3709when you step. They are more likely to run when you @samp{next} over a
c906108c 3710function call, and they are completely free to run when you use commands
d4f3574e 3711like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3712thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3713@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3714
3715@item show scheduler-locking
3716Display the current scheduler locking mode.
3717@end table
3718
c906108c 3719
6d2ebf8b 3720@node Stack
c906108c
SS
3721@chapter Examining the Stack
3722
3723When your program has stopped, the first thing you need to know is where it
3724stopped and how it got there.
3725
3726@cindex call stack
5d161b24
DB
3727Each time your program performs a function call, information about the call
3728is generated.
3729That information includes the location of the call in your program,
3730the arguments of the call,
c906108c 3731and the local variables of the function being called.
5d161b24 3732The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3733The stack frames are allocated in a region of memory called the @dfn{call
3734stack}.
3735
3736When your program stops, the @value{GDBN} commands for examining the
3737stack allow you to see all of this information.
3738
3739@cindex selected frame
3740One of the stack frames is @dfn{selected} by @value{GDBN} and many
3741@value{GDBN} commands refer implicitly to the selected frame. In
3742particular, whenever you ask @value{GDBN} for the value of a variable in
3743your program, the value is found in the selected frame. There are
3744special @value{GDBN} commands to select whichever frame you are
3745interested in. @xref{Selection, ,Selecting a frame}.
3746
3747When your program stops, @value{GDBN} automatically selects the
5d161b24 3748currently executing frame and describes it briefly, similar to the
c906108c
SS
3749@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3750
3751@menu
3752* Frames:: Stack frames
3753* Backtrace:: Backtraces
3754* Selection:: Selecting a frame
3755* Frame Info:: Information on a frame
c906108c
SS
3756
3757@end menu
3758
6d2ebf8b 3759@node Frames
c906108c
SS
3760@section Stack frames
3761
d4f3574e 3762@cindex frame, definition
c906108c
SS
3763@cindex stack frame
3764The call stack is divided up into contiguous pieces called @dfn{stack
3765frames}, or @dfn{frames} for short; each frame is the data associated
3766with one call to one function. The frame contains the arguments given
3767to the function, the function's local variables, and the address at
3768which the function is executing.
3769
3770@cindex initial frame
3771@cindex outermost frame
3772@cindex innermost frame
3773When your program is started, the stack has only one frame, that of the
3774function @code{main}. This is called the @dfn{initial} frame or the
3775@dfn{outermost} frame. Each time a function is called, a new frame is
3776made. Each time a function returns, the frame for that function invocation
3777is eliminated. If a function is recursive, there can be many frames for
3778the same function. The frame for the function in which execution is
3779actually occurring is called the @dfn{innermost} frame. This is the most
3780recently created of all the stack frames that still exist.
3781
3782@cindex frame pointer
3783Inside your program, stack frames are identified by their addresses. A
3784stack frame consists of many bytes, each of which has its own address; each
3785kind of computer has a convention for choosing one byte whose
3786address serves as the address of the frame. Usually this address is kept
3787in a register called the @dfn{frame pointer register} while execution is
3788going on in that frame.
3789
3790@cindex frame number
3791@value{GDBN} assigns numbers to all existing stack frames, starting with
3792zero for the innermost frame, one for the frame that called it,
3793and so on upward. These numbers do not really exist in your program;
3794they are assigned by @value{GDBN} to give you a way of designating stack
3795frames in @value{GDBN} commands.
3796
6d2ebf8b
SS
3797@c The -fomit-frame-pointer below perennially causes hbox overflow
3798@c underflow problems.
c906108c
SS
3799@cindex frameless execution
3800Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3801without stack frames. (For example, the @value{GCC} option
474c8240 3802@smallexample
6d2ebf8b 3803@samp{-fomit-frame-pointer}
474c8240 3804@end smallexample
6d2ebf8b 3805generates functions without a frame.)
c906108c
SS
3806This is occasionally done with heavily used library functions to save
3807the frame setup time. @value{GDBN} has limited facilities for dealing
3808with these function invocations. If the innermost function invocation
3809has no stack frame, @value{GDBN} nevertheless regards it as though
3810it had a separate frame, which is numbered zero as usual, allowing
3811correct tracing of the function call chain. However, @value{GDBN} has
3812no provision for frameless functions elsewhere in the stack.
3813
3814@table @code
d4f3574e 3815@kindex frame@r{, command}
41afff9a 3816@cindex current stack frame
c906108c 3817@item frame @var{args}
5d161b24 3818The @code{frame} command allows you to move from one stack frame to another,
c906108c 3819and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3820address of the frame or the stack frame number. Without an argument,
3821@code{frame} prints the current stack frame.
c906108c
SS
3822
3823@kindex select-frame
41afff9a 3824@cindex selecting frame silently
c906108c
SS
3825@item select-frame
3826The @code{select-frame} command allows you to move from one stack frame
3827to another without printing the frame. This is the silent version of
3828@code{frame}.
3829@end table
3830
6d2ebf8b 3831@node Backtrace
c906108c
SS
3832@section Backtraces
3833
3834@cindex backtraces
3835@cindex tracebacks
3836@cindex stack traces
3837A backtrace is a summary of how your program got where it is. It shows one
3838line per frame, for many frames, starting with the currently executing
3839frame (frame zero), followed by its caller (frame one), and on up the
3840stack.
3841
3842@table @code
3843@kindex backtrace
41afff9a 3844@kindex bt @r{(@code{backtrace})}
c906108c
SS
3845@item backtrace
3846@itemx bt
3847Print a backtrace of the entire stack: one line per frame for all
3848frames in the stack.
3849
3850You can stop the backtrace at any time by typing the system interrupt
3851character, normally @kbd{C-c}.
3852
3853@item backtrace @var{n}
3854@itemx bt @var{n}
3855Similar, but print only the innermost @var{n} frames.
3856
3857@item backtrace -@var{n}
3858@itemx bt -@var{n}
3859Similar, but print only the outermost @var{n} frames.
3860@end table
3861
3862@kindex where
3863@kindex info stack
41afff9a 3864@kindex info s @r{(@code{info stack})}
c906108c
SS
3865The names @code{where} and @code{info stack} (abbreviated @code{info s})
3866are additional aliases for @code{backtrace}.
3867
3868Each line in the backtrace shows the frame number and the function name.
3869The program counter value is also shown---unless you use @code{set
3870print address off}. The backtrace also shows the source file name and
3871line number, as well as the arguments to the function. The program
3872counter value is omitted if it is at the beginning of the code for that
3873line number.
3874
3875Here is an example of a backtrace. It was made with the command
3876@samp{bt 3}, so it shows the innermost three frames.
3877
3878@smallexample
3879@group
5d161b24 3880#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3881 at builtin.c:993
3882#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3883#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3884 at macro.c:71
3885(More stack frames follow...)
3886@end group
3887@end smallexample
3888
3889@noindent
3890The display for frame zero does not begin with a program counter
3891value, indicating that your program has stopped at the beginning of the
3892code for line @code{993} of @code{builtin.c}.
3893
b4e9345d
DJ
3894@kindex set backtrace-below-main
3895@kindex show backtrace-below-main
3896
95f90d25
DJ
3897Most programs have a standard entry point---a place where system libraries
3898and startup code transition into user code. For C this is @code{main}.
3899When @value{GDBN} finds the entry function in a backtrace it will terminate
3900the backtrace, to avoid tracing into highly system-specific (and generally
3901uninteresting) code. If you need to examine the startup code, then you can
3902change this behavior.
3903
3904@table @code
3905@item set backtrace-below-main off
3906Backtraces will stop when they encounter the user entry point. This is the
3907default.
3908
3909@item set backtrace-below-main
3910@itemx set backtrace-below-main on
3911Backtraces will continue past the user entry point to the top of the stack.
3912
3913@item show backtrace-below-main
3914Display the current backtrace policy.
3915@end table
3916
6d2ebf8b 3917@node Selection
c906108c
SS
3918@section Selecting a frame
3919
3920Most commands for examining the stack and other data in your program work on
3921whichever stack frame is selected at the moment. Here are the commands for
3922selecting a stack frame; all of them finish by printing a brief description
3923of the stack frame just selected.
3924
3925@table @code
d4f3574e 3926@kindex frame@r{, selecting}
41afff9a 3927@kindex f @r{(@code{frame})}
c906108c
SS
3928@item frame @var{n}
3929@itemx f @var{n}
3930Select frame number @var{n}. Recall that frame zero is the innermost
3931(currently executing) frame, frame one is the frame that called the
3932innermost one, and so on. The highest-numbered frame is the one for
3933@code{main}.
3934
3935@item frame @var{addr}
3936@itemx f @var{addr}
3937Select the frame at address @var{addr}. This is useful mainly if the
3938chaining of stack frames has been damaged by a bug, making it
3939impossible for @value{GDBN} to assign numbers properly to all frames. In
3940addition, this can be useful when your program has multiple stacks and
3941switches between them.
3942
c906108c
SS
3943On the SPARC architecture, @code{frame} needs two addresses to
3944select an arbitrary frame: a frame pointer and a stack pointer.
3945
3946On the MIPS and Alpha architecture, it needs two addresses: a stack
3947pointer and a program counter.
3948
3949On the 29k architecture, it needs three addresses: a register stack
3950pointer, a program counter, and a memory stack pointer.
3951@c note to future updaters: this is conditioned on a flag
3952@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3953@c as of 27 Jan 1994.
c906108c
SS
3954
3955@kindex up
3956@item up @var{n}
3957Move @var{n} frames up the stack. For positive numbers @var{n}, this
3958advances toward the outermost frame, to higher frame numbers, to frames
3959that have existed longer. @var{n} defaults to one.
3960
3961@kindex down
41afff9a 3962@kindex do @r{(@code{down})}
c906108c
SS
3963@item down @var{n}
3964Move @var{n} frames down the stack. For positive numbers @var{n}, this
3965advances toward the innermost frame, to lower frame numbers, to frames
3966that were created more recently. @var{n} defaults to one. You may
3967abbreviate @code{down} as @code{do}.
3968@end table
3969
3970All of these commands end by printing two lines of output describing the
3971frame. The first line shows the frame number, the function name, the
3972arguments, and the source file and line number of execution in that
5d161b24 3973frame. The second line shows the text of that source line.
c906108c
SS
3974
3975@need 1000
3976For example:
3977
3978@smallexample
3979@group
3980(@value{GDBP}) up
3981#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3982 at env.c:10
398310 read_input_file (argv[i]);
3984@end group
3985@end smallexample
3986
3987After such a printout, the @code{list} command with no arguments
3988prints ten lines centered on the point of execution in the frame.
87885426
FN
3989You can also edit the program at the point of execution with your favorite
3990editing program by typing @code{edit}.
3991@xref{List, ,Printing source lines},
3992for details.
c906108c
SS
3993
3994@table @code
3995@kindex down-silently
3996@kindex up-silently
3997@item up-silently @var{n}
3998@itemx down-silently @var{n}
3999These two commands are variants of @code{up} and @code{down},
4000respectively; they differ in that they do their work silently, without
4001causing display of the new frame. They are intended primarily for use
4002in @value{GDBN} command scripts, where the output might be unnecessary and
4003distracting.
4004@end table
4005
6d2ebf8b 4006@node Frame Info
c906108c
SS
4007@section Information about a frame
4008
4009There are several other commands to print information about the selected
4010stack frame.
4011
4012@table @code
4013@item frame
4014@itemx f
4015When used without any argument, this command does not change which
4016frame is selected, but prints a brief description of the currently
4017selected stack frame. It can be abbreviated @code{f}. With an
4018argument, this command is used to select a stack frame.
4019@xref{Selection, ,Selecting a frame}.
4020
4021@kindex info frame
41afff9a 4022@kindex info f @r{(@code{info frame})}
c906108c
SS
4023@item info frame
4024@itemx info f
4025This command prints a verbose description of the selected stack frame,
4026including:
4027
4028@itemize @bullet
5d161b24
DB
4029@item
4030the address of the frame
c906108c
SS
4031@item
4032the address of the next frame down (called by this frame)
4033@item
4034the address of the next frame up (caller of this frame)
4035@item
4036the language in which the source code corresponding to this frame is written
4037@item
4038the address of the frame's arguments
4039@item
d4f3574e
SS
4040the address of the frame's local variables
4041@item
c906108c
SS
4042the program counter saved in it (the address of execution in the caller frame)
4043@item
4044which registers were saved in the frame
4045@end itemize
4046
4047@noindent The verbose description is useful when
4048something has gone wrong that has made the stack format fail to fit
4049the usual conventions.
4050
4051@item info frame @var{addr}
4052@itemx info f @var{addr}
4053Print a verbose description of the frame at address @var{addr}, without
4054selecting that frame. The selected frame remains unchanged by this
4055command. This requires the same kind of address (more than one for some
4056architectures) that you specify in the @code{frame} command.
4057@xref{Selection, ,Selecting a frame}.
4058
4059@kindex info args
4060@item info args
4061Print the arguments of the selected frame, each on a separate line.
4062
4063@item info locals
4064@kindex info locals
4065Print the local variables of the selected frame, each on a separate
4066line. These are all variables (declared either static or automatic)
4067accessible at the point of execution of the selected frame.
4068
c906108c 4069@kindex info catch
d4f3574e
SS
4070@cindex catch exceptions, list active handlers
4071@cindex exception handlers, how to list
c906108c
SS
4072@item info catch
4073Print a list of all the exception handlers that are active in the
4074current stack frame at the current point of execution. To see other
4075exception handlers, visit the associated frame (using the @code{up},
4076@code{down}, or @code{frame} commands); then type @code{info catch}.
4077@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4078
c906108c
SS
4079@end table
4080
c906108c 4081
6d2ebf8b 4082@node Source
c906108c
SS
4083@chapter Examining Source Files
4084
4085@value{GDBN} can print parts of your program's source, since the debugging
4086information recorded in the program tells @value{GDBN} what source files were
4087used to build it. When your program stops, @value{GDBN} spontaneously prints
4088the line where it stopped. Likewise, when you select a stack frame
4089(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4090execution in that frame has stopped. You can print other portions of
4091source files by explicit command.
4092
7a292a7a 4093If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4094prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4095@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4096
4097@menu
4098* List:: Printing source lines
87885426 4099* Edit:: Editing source files
c906108c 4100* Search:: Searching source files
c906108c
SS
4101* Source Path:: Specifying source directories
4102* Machine Code:: Source and machine code
4103@end menu
4104
6d2ebf8b 4105@node List
c906108c
SS
4106@section Printing source lines
4107
4108@kindex list
41afff9a 4109@kindex l @r{(@code{list})}
c906108c 4110To print lines from a source file, use the @code{list} command
5d161b24 4111(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4112There are several ways to specify what part of the file you want to print.
4113
4114Here are the forms of the @code{list} command most commonly used:
4115
4116@table @code
4117@item list @var{linenum}
4118Print lines centered around line number @var{linenum} in the
4119current source file.
4120
4121@item list @var{function}
4122Print lines centered around the beginning of function
4123@var{function}.
4124
4125@item list
4126Print more lines. If the last lines printed were printed with a
4127@code{list} command, this prints lines following the last lines
4128printed; however, if the last line printed was a solitary line printed
4129as part of displaying a stack frame (@pxref{Stack, ,Examining the
4130Stack}), this prints lines centered around that line.
4131
4132@item list -
4133Print lines just before the lines last printed.
4134@end table
4135
4136By default, @value{GDBN} prints ten source lines with any of these forms of
4137the @code{list} command. You can change this using @code{set listsize}:
4138
4139@table @code
4140@kindex set listsize
4141@item set listsize @var{count}
4142Make the @code{list} command display @var{count} source lines (unless
4143the @code{list} argument explicitly specifies some other number).
4144
4145@kindex show listsize
4146@item show listsize
4147Display the number of lines that @code{list} prints.
4148@end table
4149
4150Repeating a @code{list} command with @key{RET} discards the argument,
4151so it is equivalent to typing just @code{list}. This is more useful
4152than listing the same lines again. An exception is made for an
4153argument of @samp{-}; that argument is preserved in repetition so that
4154each repetition moves up in the source file.
4155
4156@cindex linespec
4157In general, the @code{list} command expects you to supply zero, one or two
4158@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4159of writing them, but the effect is always to specify some source line.
c906108c
SS
4160Here is a complete description of the possible arguments for @code{list}:
4161
4162@table @code
4163@item list @var{linespec}
4164Print lines centered around the line specified by @var{linespec}.
4165
4166@item list @var{first},@var{last}
4167Print lines from @var{first} to @var{last}. Both arguments are
4168linespecs.
4169
4170@item list ,@var{last}
4171Print lines ending with @var{last}.
4172
4173@item list @var{first},
4174Print lines starting with @var{first}.
4175
4176@item list +
4177Print lines just after the lines last printed.
4178
4179@item list -
4180Print lines just before the lines last printed.
4181
4182@item list
4183As described in the preceding table.
4184@end table
4185
4186Here are the ways of specifying a single source line---all the
4187kinds of linespec.
4188
4189@table @code
4190@item @var{number}
4191Specifies line @var{number} of the current source file.
4192When a @code{list} command has two linespecs, this refers to
4193the same source file as the first linespec.
4194
4195@item +@var{offset}
4196Specifies the line @var{offset} lines after the last line printed.
4197When used as the second linespec in a @code{list} command that has
4198two, this specifies the line @var{offset} lines down from the
4199first linespec.
4200
4201@item -@var{offset}
4202Specifies the line @var{offset} lines before the last line printed.
4203
4204@item @var{filename}:@var{number}
4205Specifies line @var{number} in the source file @var{filename}.
4206
4207@item @var{function}
4208Specifies the line that begins the body of the function @var{function}.
4209For example: in C, this is the line with the open brace.
4210
4211@item @var{filename}:@var{function}
4212Specifies the line of the open-brace that begins the body of the
4213function @var{function} in the file @var{filename}. You only need the
4214file name with a function name to avoid ambiguity when there are
4215identically named functions in different source files.
4216
4217@item *@var{address}
4218Specifies the line containing the program address @var{address}.
4219@var{address} may be any expression.
4220@end table
4221
87885426
FN
4222@node Edit
4223@section Editing source files
4224@cindex editing source files
4225
4226@kindex edit
4227@kindex e @r{(@code{edit})}
4228To edit the lines in a source file, use the @code{edit} command.
4229The editing program of your choice
4230is invoked with the current line set to
4231the active line in the program.
4232Alternatively, there are several ways to specify what part of the file you
4233want to print if you want to see other parts of the program.
4234
4235Here are the forms of the @code{edit} command most commonly used:
4236
4237@table @code
4238@item edit
4239Edit the current source file at the active line number in the program.
4240
4241@item edit @var{number}
4242Edit the current source file with @var{number} as the active line number.
4243
4244@item edit @var{function}
4245Edit the file containing @var{function} at the beginning of its definition.
4246
4247@item edit @var{filename}:@var{number}
4248Specifies line @var{number} in the source file @var{filename}.
4249
4250@item edit @var{filename}:@var{function}
4251Specifies the line that begins the body of the
4252function @var{function} in the file @var{filename}. You only need the
4253file name with a function name to avoid ambiguity when there are
4254identically named functions in different source files.
4255
4256@item edit *@var{address}
4257Specifies the line containing the program address @var{address}.
4258@var{address} may be any expression.
4259@end table
4260
4261@subsection Choosing your editor
4262You can customize @value{GDBN} to use any editor you want
4263@footnote{
4264The only restriction is that your editor (say @code{ex}), recognizes the
4265following command-line syntax:
10998722 4266@smallexample
87885426 4267ex +@var{number} file
10998722
AC
4268@end smallexample
4269The optional numeric value +@var{number} designates the active line in
4270the file.}. By default, it is @value{EDITOR}, but you can change this
4271by setting the environment variable @code{EDITOR} before using
4272@value{GDBN}. For example, to configure @value{GDBN} to use the
4273@code{vi} editor, you could use these commands with the @code{sh} shell:
4274@smallexample
87885426
FN
4275EDITOR=/usr/bin/vi
4276export EDITOR
4277gdb ...
10998722 4278@end smallexample
87885426 4279or in the @code{csh} shell,
10998722 4280@smallexample
87885426
FN
4281setenv EDITOR /usr/bin/vi
4282gdb ...
10998722 4283@end smallexample
87885426 4284
6d2ebf8b 4285@node Search
c906108c
SS
4286@section Searching source files
4287@cindex searching
4288@kindex reverse-search
4289
4290There are two commands for searching through the current source file for a
4291regular expression.
4292
4293@table @code
4294@kindex search
4295@kindex forward-search
4296@item forward-search @var{regexp}
4297@itemx search @var{regexp}
4298The command @samp{forward-search @var{regexp}} checks each line,
4299starting with the one following the last line listed, for a match for
5d161b24 4300@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4301synonym @samp{search @var{regexp}} or abbreviate the command name as
4302@code{fo}.
4303
4304@item reverse-search @var{regexp}
4305The command @samp{reverse-search @var{regexp}} checks each line, starting
4306with the one before the last line listed and going backward, for a match
4307for @var{regexp}. It lists the line that is found. You can abbreviate
4308this command as @code{rev}.
4309@end table
c906108c 4310
6d2ebf8b 4311@node Source Path
c906108c
SS
4312@section Specifying source directories
4313
4314@cindex source path
4315@cindex directories for source files
4316Executable programs sometimes do not record the directories of the source
4317files from which they were compiled, just the names. Even when they do,
4318the directories could be moved between the compilation and your debugging
4319session. @value{GDBN} has a list of directories to search for source files;
4320this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4321it tries all the directories in the list, in the order they are present
4322in the list, until it finds a file with the desired name. Note that
4323the executable search path is @emph{not} used for this purpose. Neither is
4324the current working directory, unless it happens to be in the source
4325path.
4326
4327If @value{GDBN} cannot find a source file in the source path, and the
4328object program records a directory, @value{GDBN} tries that directory
4329too. If the source path is empty, and there is no record of the
4330compilation directory, @value{GDBN} looks in the current directory as a
4331last resort.
4332
4333Whenever you reset or rearrange the source path, @value{GDBN} clears out
4334any information it has cached about where source files are found and where
4335each line is in the file.
4336
4337@kindex directory
4338@kindex dir
d4f3574e
SS
4339When you start @value{GDBN}, its source path includes only @samp{cdir}
4340and @samp{cwd}, in that order.
c906108c
SS
4341To add other directories, use the @code{directory} command.
4342
4343@table @code
4344@item directory @var{dirname} @dots{}
4345@item dir @var{dirname} @dots{}
4346Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4347directory names may be given to this command, separated by @samp{:}
4348(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4349part of absolute file names) or
c906108c
SS
4350whitespace. You may specify a directory that is already in the source
4351path; this moves it forward, so @value{GDBN} searches it sooner.
4352
4353@kindex cdir
4354@kindex cwd
41afff9a
EZ
4355@vindex $cdir@r{, convenience variable}
4356@vindex $cwdr@r{, convenience variable}
c906108c
SS
4357@cindex compilation directory
4358@cindex current directory
4359@cindex working directory
4360@cindex directory, current
4361@cindex directory, compilation
4362You can use the string @samp{$cdir} to refer to the compilation
4363directory (if one is recorded), and @samp{$cwd} to refer to the current
4364working directory. @samp{$cwd} is not the same as @samp{.}---the former
4365tracks the current working directory as it changes during your @value{GDBN}
4366session, while the latter is immediately expanded to the current
4367directory at the time you add an entry to the source path.
4368
4369@item directory
4370Reset the source path to empty again. This requires confirmation.
4371
4372@c RET-repeat for @code{directory} is explicitly disabled, but since
4373@c repeating it would be a no-op we do not say that. (thanks to RMS)
4374
4375@item show directories
4376@kindex show directories
4377Print the source path: show which directories it contains.
4378@end table
4379
4380If your source path is cluttered with directories that are no longer of
4381interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4382versions of source. You can correct the situation as follows:
4383
4384@enumerate
4385@item
4386Use @code{directory} with no argument to reset the source path to empty.
4387
4388@item
4389Use @code{directory} with suitable arguments to reinstall the
4390directories you want in the source path. You can add all the
4391directories in one command.
4392@end enumerate
4393
6d2ebf8b 4394@node Machine Code
c906108c
SS
4395@section Source and machine code
4396
4397You can use the command @code{info line} to map source lines to program
4398addresses (and vice versa), and the command @code{disassemble} to display
4399a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4400mode, the @code{info line} command causes the arrow to point to the
5d161b24 4401line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4402well as hex.
4403
4404@table @code
4405@kindex info line
4406@item info line @var{linespec}
4407Print the starting and ending addresses of the compiled code for
4408source line @var{linespec}. You can specify source lines in any of
4409the ways understood by the @code{list} command (@pxref{List, ,Printing
4410source lines}).
4411@end table
4412
4413For example, we can use @code{info line} to discover the location of
4414the object code for the first line of function
4415@code{m4_changequote}:
4416
d4f3574e
SS
4417@c FIXME: I think this example should also show the addresses in
4418@c symbolic form, as they usually would be displayed.
c906108c 4419@smallexample
96a2c332 4420(@value{GDBP}) info line m4_changequote
c906108c
SS
4421Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4422@end smallexample
4423
4424@noindent
4425We can also inquire (using @code{*@var{addr}} as the form for
4426@var{linespec}) what source line covers a particular address:
4427@smallexample
4428(@value{GDBP}) info line *0x63ff
4429Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4430@end smallexample
4431
4432@cindex @code{$_} and @code{info line}
41afff9a 4433@kindex x@r{(examine), and} info line
c906108c
SS
4434After @code{info line}, the default address for the @code{x} command
4435is changed to the starting address of the line, so that @samp{x/i} is
4436sufficient to begin examining the machine code (@pxref{Memory,
4437,Examining memory}). Also, this address is saved as the value of the
4438convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4439variables}).
4440
4441@table @code
4442@kindex disassemble
4443@cindex assembly instructions
4444@cindex instructions, assembly
4445@cindex machine instructions
4446@cindex listing machine instructions
4447@item disassemble
4448This specialized command dumps a range of memory as machine
4449instructions. The default memory range is the function surrounding the
4450program counter of the selected frame. A single argument to this
4451command is a program counter value; @value{GDBN} dumps the function
4452surrounding this value. Two arguments specify a range of addresses
4453(first inclusive, second exclusive) to dump.
4454@end table
4455
c906108c
SS
4456The following example shows the disassembly of a range of addresses of
4457HP PA-RISC 2.0 code:
4458
4459@smallexample
4460(@value{GDBP}) disas 0x32c4 0x32e4
4461Dump of assembler code from 0x32c4 to 0x32e4:
44620x32c4 <main+204>: addil 0,dp
44630x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
44640x32cc <main+212>: ldil 0x3000,r31
44650x32d0 <main+216>: ble 0x3f8(sr4,r31)
44660x32d4 <main+220>: ldo 0(r31),rp
44670x32d8 <main+224>: addil -0x800,dp
44680x32dc <main+228>: ldo 0x588(r1),r26
44690x32e0 <main+232>: ldil 0x3000,r31
4470End of assembler dump.
4471@end smallexample
c906108c
SS
4472
4473Some architectures have more than one commonly-used set of instruction
4474mnemonics or other syntax.
4475
4476@table @code
d4f3574e 4477@kindex set disassembly-flavor
c906108c
SS
4478@cindex assembly instructions
4479@cindex instructions, assembly
4480@cindex machine instructions
4481@cindex listing machine instructions
d4f3574e
SS
4482@cindex Intel disassembly flavor
4483@cindex AT&T disassembly flavor
4484@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4485Select the instruction set to use when disassembling the
4486program via the @code{disassemble} or @code{x/i} commands.
4487
4488Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4489can set @var{instruction-set} to either @code{intel} or @code{att}.
4490The default is @code{att}, the AT&T flavor used by default by Unix
4491assemblers for x86-based targets.
c906108c
SS
4492@end table
4493
4494
6d2ebf8b 4495@node Data
c906108c
SS
4496@chapter Examining Data
4497
4498@cindex printing data
4499@cindex examining data
4500@kindex print
4501@kindex inspect
4502@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4503@c document because it is nonstandard... Under Epoch it displays in a
4504@c different window or something like that.
4505The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4506command (abbreviated @code{p}), or its synonym @code{inspect}. It
4507evaluates and prints the value of an expression of the language your
4508program is written in (@pxref{Languages, ,Using @value{GDBN} with
4509Different Languages}).
c906108c
SS
4510
4511@table @code
d4f3574e
SS
4512@item print @var{expr}
4513@itemx print /@var{f} @var{expr}
4514@var{expr} is an expression (in the source language). By default the
4515value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4516you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4517@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4518formats}.
4519
4520@item print
4521@itemx print /@var{f}
d4f3574e 4522If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4523@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4524conveniently inspect the same value in an alternative format.
4525@end table
4526
4527A more low-level way of examining data is with the @code{x} command.
4528It examines data in memory at a specified address and prints it in a
4529specified format. @xref{Memory, ,Examining memory}.
4530
7a292a7a 4531If you are interested in information about types, or about how the
d4f3574e
SS
4532fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4533command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4534Table}.
c906108c
SS
4535
4536@menu
4537* Expressions:: Expressions
4538* Variables:: Program variables
4539* Arrays:: Artificial arrays
4540* Output Formats:: Output formats
4541* Memory:: Examining memory
4542* Auto Display:: Automatic display
4543* Print Settings:: Print settings
4544* Value History:: Value history
4545* Convenience Vars:: Convenience variables
4546* Registers:: Registers
c906108c 4547* Floating Point Hardware:: Floating point hardware
53c69bd7 4548* Vector Unit:: Vector Unit
29e57380 4549* Memory Region Attributes:: Memory region attributes
16d9dec6 4550* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4551* Character Sets:: Debugging programs that use a different
4552 character set than GDB does
c906108c
SS
4553@end menu
4554
6d2ebf8b 4555@node Expressions
c906108c
SS
4556@section Expressions
4557
4558@cindex expressions
4559@code{print} and many other @value{GDBN} commands accept an expression and
4560compute its value. Any kind of constant, variable or operator defined
4561by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4562@value{GDBN}. This includes conditional expressions, function calls,
4563casts, and string constants. It also includes preprocessor macros, if
4564you compiled your program to include this information; see
4565@ref{Compilation}.
c906108c 4566
d4f3574e
SS
4567@value{GDBN} supports array constants in expressions input by
4568the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4569you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4570memory that is @code{malloc}ed in the target program.
c906108c 4571
c906108c
SS
4572Because C is so widespread, most of the expressions shown in examples in
4573this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4574Languages}, for information on how to use expressions in other
4575languages.
4576
4577In this section, we discuss operators that you can use in @value{GDBN}
4578expressions regardless of your programming language.
4579
4580Casts are supported in all languages, not just in C, because it is so
4581useful to cast a number into a pointer in order to examine a structure
4582at that address in memory.
4583@c FIXME: casts supported---Mod2 true?
c906108c
SS
4584
4585@value{GDBN} supports these operators, in addition to those common
4586to programming languages:
4587
4588@table @code
4589@item @@
4590@samp{@@} is a binary operator for treating parts of memory as arrays.
4591@xref{Arrays, ,Artificial arrays}, for more information.
4592
4593@item ::
4594@samp{::} allows you to specify a variable in terms of the file or
4595function where it is defined. @xref{Variables, ,Program variables}.
4596
4597@cindex @{@var{type}@}
4598@cindex type casting memory
4599@cindex memory, viewing as typed object
4600@cindex casts, to view memory
4601@item @{@var{type}@} @var{addr}
4602Refers to an object of type @var{type} stored at address @var{addr} in
4603memory. @var{addr} may be any expression whose value is an integer or
4604pointer (but parentheses are required around binary operators, just as in
4605a cast). This construct is allowed regardless of what kind of data is
4606normally supposed to reside at @var{addr}.
4607@end table
4608
6d2ebf8b 4609@node Variables
c906108c
SS
4610@section Program variables
4611
4612The most common kind of expression to use is the name of a variable
4613in your program.
4614
4615Variables in expressions are understood in the selected stack frame
4616(@pxref{Selection, ,Selecting a frame}); they must be either:
4617
4618@itemize @bullet
4619@item
4620global (or file-static)
4621@end itemize
4622
5d161b24 4623@noindent or
c906108c
SS
4624
4625@itemize @bullet
4626@item
4627visible according to the scope rules of the
4628programming language from the point of execution in that frame
5d161b24 4629@end itemize
c906108c
SS
4630
4631@noindent This means that in the function
4632
474c8240 4633@smallexample
c906108c
SS
4634foo (a)
4635 int a;
4636@{
4637 bar (a);
4638 @{
4639 int b = test ();
4640 bar (b);
4641 @}
4642@}
474c8240 4643@end smallexample
c906108c
SS
4644
4645@noindent
4646you can examine and use the variable @code{a} whenever your program is
4647executing within the function @code{foo}, but you can only use or
4648examine the variable @code{b} while your program is executing inside
4649the block where @code{b} is declared.
4650
4651@cindex variable name conflict
4652There is an exception: you can refer to a variable or function whose
4653scope is a single source file even if the current execution point is not
4654in this file. But it is possible to have more than one such variable or
4655function with the same name (in different source files). If that
4656happens, referring to that name has unpredictable effects. If you wish,
4657you can specify a static variable in a particular function or file,
4658using the colon-colon notation:
4659
d4f3574e 4660@cindex colon-colon, context for variables/functions
c906108c
SS
4661@iftex
4662@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4663@cindex @code{::}, context for variables/functions
c906108c 4664@end iftex
474c8240 4665@smallexample
c906108c
SS
4666@var{file}::@var{variable}
4667@var{function}::@var{variable}
474c8240 4668@end smallexample
c906108c
SS
4669
4670@noindent
4671Here @var{file} or @var{function} is the name of the context for the
4672static @var{variable}. In the case of file names, you can use quotes to
4673make sure @value{GDBN} parses the file name as a single word---for example,
4674to print a global value of @code{x} defined in @file{f2.c}:
4675
474c8240 4676@smallexample
c906108c 4677(@value{GDBP}) p 'f2.c'::x
474c8240 4678@end smallexample
c906108c 4679
b37052ae 4680@cindex C@t{++} scope resolution
c906108c 4681This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4682use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4683scope resolution operator in @value{GDBN} expressions.
4684@c FIXME: Um, so what happens in one of those rare cases where it's in
4685@c conflict?? --mew
c906108c
SS
4686
4687@cindex wrong values
4688@cindex variable values, wrong
4689@quotation
4690@emph{Warning:} Occasionally, a local variable may appear to have the
4691wrong value at certain points in a function---just after entry to a new
4692scope, and just before exit.
4693@end quotation
4694You may see this problem when you are stepping by machine instructions.
4695This is because, on most machines, it takes more than one instruction to
4696set up a stack frame (including local variable definitions); if you are
4697stepping by machine instructions, variables may appear to have the wrong
4698values until the stack frame is completely built. On exit, it usually
4699also takes more than one machine instruction to destroy a stack frame;
4700after you begin stepping through that group of instructions, local
4701variable definitions may be gone.
4702
4703This may also happen when the compiler does significant optimizations.
4704To be sure of always seeing accurate values, turn off all optimization
4705when compiling.
4706
d4f3574e
SS
4707@cindex ``No symbol "foo" in current context''
4708Another possible effect of compiler optimizations is to optimize
4709unused variables out of existence, or assign variables to registers (as
4710opposed to memory addresses). Depending on the support for such cases
4711offered by the debug info format used by the compiler, @value{GDBN}
4712might not be able to display values for such local variables. If that
4713happens, @value{GDBN} will print a message like this:
4714
474c8240 4715@smallexample
d4f3574e 4716No symbol "foo" in current context.
474c8240 4717@end smallexample
d4f3574e
SS
4718
4719To solve such problems, either recompile without optimizations, or use a
4720different debug info format, if the compiler supports several such
0179ffac
DC
4721formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4722usually supports the @option{-gstabs+} option. @option{-gstabs+}
4723produces debug info in a format that is superior to formats such as
4724COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4725an effective form for debug info. @xref{Debugging Options,,Options
4726for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4727
4728
6d2ebf8b 4729@node Arrays
c906108c
SS
4730@section Artificial arrays
4731
4732@cindex artificial array
41afff9a 4733@kindex @@@r{, referencing memory as an array}
c906108c
SS
4734It is often useful to print out several successive objects of the
4735same type in memory; a section of an array, or an array of
4736dynamically determined size for which only a pointer exists in the
4737program.
4738
4739You can do this by referring to a contiguous span of memory as an
4740@dfn{artificial array}, using the binary operator @samp{@@}. The left
4741operand of @samp{@@} should be the first element of the desired array
4742and be an individual object. The right operand should be the desired length
4743of the array. The result is an array value whose elements are all of
4744the type of the left argument. The first element is actually the left
4745argument; the second element comes from bytes of memory immediately
4746following those that hold the first element, and so on. Here is an
4747example. If a program says
4748
474c8240 4749@smallexample
c906108c 4750int *array = (int *) malloc (len * sizeof (int));
474c8240 4751@end smallexample
c906108c
SS
4752
4753@noindent
4754you can print the contents of @code{array} with
4755
474c8240 4756@smallexample
c906108c 4757p *array@@len
474c8240 4758@end smallexample
c906108c
SS
4759
4760The left operand of @samp{@@} must reside in memory. Array values made
4761with @samp{@@} in this way behave just like other arrays in terms of
4762subscripting, and are coerced to pointers when used in expressions.
4763Artificial arrays most often appear in expressions via the value history
4764(@pxref{Value History, ,Value history}), after printing one out.
4765
4766Another way to create an artificial array is to use a cast.
4767This re-interprets a value as if it were an array.
4768The value need not be in memory:
474c8240 4769@smallexample
c906108c
SS
4770(@value{GDBP}) p/x (short[2])0x12345678
4771$1 = @{0x1234, 0x5678@}
474c8240 4772@end smallexample
c906108c
SS
4773
4774As a convenience, if you leave the array length out (as in
c3f6f71d 4775@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4776the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4777@smallexample
c906108c
SS
4778(@value{GDBP}) p/x (short[])0x12345678
4779$2 = @{0x1234, 0x5678@}
474c8240 4780@end smallexample
c906108c
SS
4781
4782Sometimes the artificial array mechanism is not quite enough; in
4783moderately complex data structures, the elements of interest may not
4784actually be adjacent---for example, if you are interested in the values
4785of pointers in an array. One useful work-around in this situation is
4786to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4787variables}) as a counter in an expression that prints the first
4788interesting value, and then repeat that expression via @key{RET}. For
4789instance, suppose you have an array @code{dtab} of pointers to
4790structures, and you are interested in the values of a field @code{fv}
4791in each structure. Here is an example of what you might type:
4792
474c8240 4793@smallexample
c906108c
SS
4794set $i = 0
4795p dtab[$i++]->fv
4796@key{RET}
4797@key{RET}
4798@dots{}
474c8240 4799@end smallexample
c906108c 4800
6d2ebf8b 4801@node Output Formats
c906108c
SS
4802@section Output formats
4803
4804@cindex formatted output
4805@cindex output formats
4806By default, @value{GDBN} prints a value according to its data type. Sometimes
4807this is not what you want. For example, you might want to print a number
4808in hex, or a pointer in decimal. Or you might want to view data in memory
4809at a certain address as a character string or as an instruction. To do
4810these things, specify an @dfn{output format} when you print a value.
4811
4812The simplest use of output formats is to say how to print a value
4813already computed. This is done by starting the arguments of the
4814@code{print} command with a slash and a format letter. The format
4815letters supported are:
4816
4817@table @code
4818@item x
4819Regard the bits of the value as an integer, and print the integer in
4820hexadecimal.
4821
4822@item d
4823Print as integer in signed decimal.
4824
4825@item u
4826Print as integer in unsigned decimal.
4827
4828@item o
4829Print as integer in octal.
4830
4831@item t
4832Print as integer in binary. The letter @samp{t} stands for ``two''.
4833@footnote{@samp{b} cannot be used because these format letters are also
4834used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4835see @ref{Memory,,Examining memory}.}
c906108c
SS
4836
4837@item a
4838@cindex unknown address, locating
3d67e040 4839@cindex locate address
c906108c
SS
4840Print as an address, both absolute in hexadecimal and as an offset from
4841the nearest preceding symbol. You can use this format used to discover
4842where (in what function) an unknown address is located:
4843
474c8240 4844@smallexample
c906108c
SS
4845(@value{GDBP}) p/a 0x54320
4846$3 = 0x54320 <_initialize_vx+396>
474c8240 4847@end smallexample
c906108c 4848
3d67e040
EZ
4849@noindent
4850The command @code{info symbol 0x54320} yields similar results.
4851@xref{Symbols, info symbol}.
4852
c906108c
SS
4853@item c
4854Regard as an integer and print it as a character constant.
4855
4856@item f
4857Regard the bits of the value as a floating point number and print
4858using typical floating point syntax.
4859@end table
4860
4861For example, to print the program counter in hex (@pxref{Registers}), type
4862
474c8240 4863@smallexample
c906108c 4864p/x $pc
474c8240 4865@end smallexample
c906108c
SS
4866
4867@noindent
4868Note that no space is required before the slash; this is because command
4869names in @value{GDBN} cannot contain a slash.
4870
4871To reprint the last value in the value history with a different format,
4872you can use the @code{print} command with just a format and no
4873expression. For example, @samp{p/x} reprints the last value in hex.
4874
6d2ebf8b 4875@node Memory
c906108c
SS
4876@section Examining memory
4877
4878You can use the command @code{x} (for ``examine'') to examine memory in
4879any of several formats, independently of your program's data types.
4880
4881@cindex examining memory
4882@table @code
41afff9a 4883@kindex x @r{(examine memory)}
c906108c
SS
4884@item x/@var{nfu} @var{addr}
4885@itemx x @var{addr}
4886@itemx x
4887Use the @code{x} command to examine memory.
4888@end table
4889
4890@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4891much memory to display and how to format it; @var{addr} is an
4892expression giving the address where you want to start displaying memory.
4893If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4894Several commands set convenient defaults for @var{addr}.
4895
4896@table @r
4897@item @var{n}, the repeat count
4898The repeat count is a decimal integer; the default is 1. It specifies
4899how much memory (counting by units @var{u}) to display.
4900@c This really is **decimal**; unaffected by 'set radix' as of GDB
4901@c 4.1.2.
4902
4903@item @var{f}, the display format
4904The display format is one of the formats used by @code{print},
4905@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4906The default is @samp{x} (hexadecimal) initially.
4907The default changes each time you use either @code{x} or @code{print}.
4908
4909@item @var{u}, the unit size
4910The unit size is any of
4911
4912@table @code
4913@item b
4914Bytes.
4915@item h
4916Halfwords (two bytes).
4917@item w
4918Words (four bytes). This is the initial default.
4919@item g
4920Giant words (eight bytes).
4921@end table
4922
4923Each time you specify a unit size with @code{x}, that size becomes the
4924default unit the next time you use @code{x}. (For the @samp{s} and
4925@samp{i} formats, the unit size is ignored and is normally not written.)
4926
4927@item @var{addr}, starting display address
4928@var{addr} is the address where you want @value{GDBN} to begin displaying
4929memory. The expression need not have a pointer value (though it may);
4930it is always interpreted as an integer address of a byte of memory.
4931@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4932@var{addr} is usually just after the last address examined---but several
4933other commands also set the default address: @code{info breakpoints} (to
4934the address of the last breakpoint listed), @code{info line} (to the
4935starting address of a line), and @code{print} (if you use it to display
4936a value from memory).
4937@end table
4938
4939For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4940(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4941starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4942words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4943@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4944
4945Since the letters indicating unit sizes are all distinct from the
4946letters specifying output formats, you do not have to remember whether
4947unit size or format comes first; either order works. The output
4948specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4949(However, the count @var{n} must come first; @samp{wx4} does not work.)
4950
4951Even though the unit size @var{u} is ignored for the formats @samp{s}
4952and @samp{i}, you might still want to use a count @var{n}; for example,
4953@samp{3i} specifies that you want to see three machine instructions,
4954including any operands. The command @code{disassemble} gives an
d4f3574e 4955alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4956Code,,Source and machine code}.
4957
4958All the defaults for the arguments to @code{x} are designed to make it
4959easy to continue scanning memory with minimal specifications each time
4960you use @code{x}. For example, after you have inspected three machine
4961instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4962with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4963the repeat count @var{n} is used again; the other arguments default as
4964for successive uses of @code{x}.
4965
4966@cindex @code{$_}, @code{$__}, and value history
4967The addresses and contents printed by the @code{x} command are not saved
4968in the value history because there is often too much of them and they
4969would get in the way. Instead, @value{GDBN} makes these values available for
4970subsequent use in expressions as values of the convenience variables
4971@code{$_} and @code{$__}. After an @code{x} command, the last address
4972examined is available for use in expressions in the convenience variable
4973@code{$_}. The contents of that address, as examined, are available in
4974the convenience variable @code{$__}.
4975
4976If the @code{x} command has a repeat count, the address and contents saved
4977are from the last memory unit printed; this is not the same as the last
4978address printed if several units were printed on the last line of output.
4979
6d2ebf8b 4980@node Auto Display
c906108c
SS
4981@section Automatic display
4982@cindex automatic display
4983@cindex display of expressions
4984
4985If you find that you want to print the value of an expression frequently
4986(to see how it changes), you might want to add it to the @dfn{automatic
4987display list} so that @value{GDBN} prints its value each time your program stops.
4988Each expression added to the list is given a number to identify it;
4989to remove an expression from the list, you specify that number.
4990The automatic display looks like this:
4991
474c8240 4992@smallexample
c906108c
SS
49932: foo = 38
49943: bar[5] = (struct hack *) 0x3804
474c8240 4995@end smallexample
c906108c
SS
4996
4997@noindent
4998This display shows item numbers, expressions and their current values. As with
4999displays you request manually using @code{x} or @code{print}, you can
5000specify the output format you prefer; in fact, @code{display} decides
5001whether to use @code{print} or @code{x} depending on how elaborate your
5002format specification is---it uses @code{x} if you specify a unit size,
5003or one of the two formats (@samp{i} and @samp{s}) that are only
5004supported by @code{x}; otherwise it uses @code{print}.
5005
5006@table @code
5007@kindex display
d4f3574e
SS
5008@item display @var{expr}
5009Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5010each time your program stops. @xref{Expressions, ,Expressions}.
5011
5012@code{display} does not repeat if you press @key{RET} again after using it.
5013
d4f3574e 5014@item display/@var{fmt} @var{expr}
c906108c 5015For @var{fmt} specifying only a display format and not a size or
d4f3574e 5016count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5017arrange to display it each time in the specified format @var{fmt}.
5018@xref{Output Formats,,Output formats}.
5019
5020@item display/@var{fmt} @var{addr}
5021For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5022number of units, add the expression @var{addr} as a memory address to
5023be examined each time your program stops. Examining means in effect
5024doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5025@end table
5026
5027For example, @samp{display/i $pc} can be helpful, to see the machine
5028instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5029is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5030
5031@table @code
5032@kindex delete display
5033@kindex undisplay
5034@item undisplay @var{dnums}@dots{}
5035@itemx delete display @var{dnums}@dots{}
5036Remove item numbers @var{dnums} from the list of expressions to display.
5037
5038@code{undisplay} does not repeat if you press @key{RET} after using it.
5039(Otherwise you would just get the error @samp{No display number @dots{}}.)
5040
5041@kindex disable display
5042@item disable display @var{dnums}@dots{}
5043Disable the display of item numbers @var{dnums}. A disabled display
5044item is not printed automatically, but is not forgotten. It may be
5045enabled again later.
5046
5047@kindex enable display
5048@item enable display @var{dnums}@dots{}
5049Enable display of item numbers @var{dnums}. It becomes effective once
5050again in auto display of its expression, until you specify otherwise.
5051
5052@item display
5053Display the current values of the expressions on the list, just as is
5054done when your program stops.
5055
5056@kindex info display
5057@item info display
5058Print the list of expressions previously set up to display
5059automatically, each one with its item number, but without showing the
5060values. This includes disabled expressions, which are marked as such.
5061It also includes expressions which would not be displayed right now
5062because they refer to automatic variables not currently available.
5063@end table
5064
5065If a display expression refers to local variables, then it does not make
5066sense outside the lexical context for which it was set up. Such an
5067expression is disabled when execution enters a context where one of its
5068variables is not defined. For example, if you give the command
5069@code{display last_char} while inside a function with an argument
5070@code{last_char}, @value{GDBN} displays this argument while your program
5071continues to stop inside that function. When it stops elsewhere---where
5072there is no variable @code{last_char}---the display is disabled
5073automatically. The next time your program stops where @code{last_char}
5074is meaningful, you can enable the display expression once again.
5075
6d2ebf8b 5076@node Print Settings
c906108c
SS
5077@section Print settings
5078
5079@cindex format options
5080@cindex print settings
5081@value{GDBN} provides the following ways to control how arrays, structures,
5082and symbols are printed.
5083
5084@noindent
5085These settings are useful for debugging programs in any language:
5086
5087@table @code
5088@kindex set print address
5089@item set print address
5090@itemx set print address on
5091@value{GDBN} prints memory addresses showing the location of stack
5092traces, structure values, pointer values, breakpoints, and so forth,
5093even when it also displays the contents of those addresses. The default
5094is @code{on}. For example, this is what a stack frame display looks like with
5095@code{set print address on}:
5096
5097@smallexample
5098@group
5099(@value{GDBP}) f
5100#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5101 at input.c:530
5102530 if (lquote != def_lquote)
5103@end group
5104@end smallexample
5105
5106@item set print address off
5107Do not print addresses when displaying their contents. For example,
5108this is the same stack frame displayed with @code{set print address off}:
5109
5110@smallexample
5111@group
5112(@value{GDBP}) set print addr off
5113(@value{GDBP}) f
5114#0 set_quotes (lq="<<", rq=">>") at input.c:530
5115530 if (lquote != def_lquote)
5116@end group
5117@end smallexample
5118
5119You can use @samp{set print address off} to eliminate all machine
5120dependent displays from the @value{GDBN} interface. For example, with
5121@code{print address off}, you should get the same text for backtraces on
5122all machines---whether or not they involve pointer arguments.
5123
5124@kindex show print address
5125@item show print address
5126Show whether or not addresses are to be printed.
5127@end table
5128
5129When @value{GDBN} prints a symbolic address, it normally prints the
5130closest earlier symbol plus an offset. If that symbol does not uniquely
5131identify the address (for example, it is a name whose scope is a single
5132source file), you may need to clarify. One way to do this is with
5133@code{info line}, for example @samp{info line *0x4537}. Alternately,
5134you can set @value{GDBN} to print the source file and line number when
5135it prints a symbolic address:
5136
5137@table @code
5138@kindex set print symbol-filename
5139@item set print symbol-filename on
5140Tell @value{GDBN} to print the source file name and line number of a
5141symbol in the symbolic form of an address.
5142
5143@item set print symbol-filename off
5144Do not print source file name and line number of a symbol. This is the
5145default.
5146
5147@kindex show print symbol-filename
5148@item show print symbol-filename
5149Show whether or not @value{GDBN} will print the source file name and
5150line number of a symbol in the symbolic form of an address.
5151@end table
5152
5153Another situation where it is helpful to show symbol filenames and line
5154numbers is when disassembling code; @value{GDBN} shows you the line
5155number and source file that corresponds to each instruction.
5156
5157Also, you may wish to see the symbolic form only if the address being
5158printed is reasonably close to the closest earlier symbol:
5159
5160@table @code
5161@kindex set print max-symbolic-offset
5162@item set print max-symbolic-offset @var{max-offset}
5163Tell @value{GDBN} to only display the symbolic form of an address if the
5164offset between the closest earlier symbol and the address is less than
5d161b24 5165@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5166to always print the symbolic form of an address if any symbol precedes it.
5167
5168@kindex show print max-symbolic-offset
5169@item show print max-symbolic-offset
5170Ask how large the maximum offset is that @value{GDBN} prints in a
5171symbolic address.
5172@end table
5173
5174@cindex wild pointer, interpreting
5175@cindex pointer, finding referent
5176If you have a pointer and you are not sure where it points, try
5177@samp{set print symbol-filename on}. Then you can determine the name
5178and source file location of the variable where it points, using
5179@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5180For example, here @value{GDBN} shows that a variable @code{ptt} points
5181at another variable @code{t}, defined in @file{hi2.c}:
5182
474c8240 5183@smallexample
c906108c
SS
5184(@value{GDBP}) set print symbol-filename on
5185(@value{GDBP}) p/a ptt
5186$4 = 0xe008 <t in hi2.c>
474c8240 5187@end smallexample
c906108c
SS
5188
5189@quotation
5190@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5191does not show the symbol name and filename of the referent, even with
5192the appropriate @code{set print} options turned on.
5193@end quotation
5194
5195Other settings control how different kinds of objects are printed:
5196
5197@table @code
5198@kindex set print array
5199@item set print array
5200@itemx set print array on
5201Pretty print arrays. This format is more convenient to read,
5202but uses more space. The default is off.
5203
5204@item set print array off
5205Return to compressed format for arrays.
5206
5207@kindex show print array
5208@item show print array
5209Show whether compressed or pretty format is selected for displaying
5210arrays.
5211
5212@kindex set print elements
5213@item set print elements @var{number-of-elements}
5214Set a limit on how many elements of an array @value{GDBN} will print.
5215If @value{GDBN} is printing a large array, it stops printing after it has
5216printed the number of elements set by the @code{set print elements} command.
5217This limit also applies to the display of strings.
d4f3574e 5218When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5219Setting @var{number-of-elements} to zero means that the printing is unlimited.
5220
5221@kindex show print elements
5222@item show print elements
5223Display the number of elements of a large array that @value{GDBN} will print.
5224If the number is 0, then the printing is unlimited.
5225
5226@kindex set print null-stop
5227@item set print null-stop
5228Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5229@sc{null} is encountered. This is useful when large arrays actually
c906108c 5230contain only short strings.
d4f3574e 5231The default is off.
c906108c
SS
5232
5233@kindex set print pretty
5234@item set print pretty on
5d161b24 5235Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5236per line, like this:
5237
5238@smallexample
5239@group
5240$1 = @{
5241 next = 0x0,
5242 flags = @{
5243 sweet = 1,
5244 sour = 1
5245 @},
5246 meat = 0x54 "Pork"
5247@}
5248@end group
5249@end smallexample
5250
5251@item set print pretty off
5252Cause @value{GDBN} to print structures in a compact format, like this:
5253
5254@smallexample
5255@group
5256$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5257meat = 0x54 "Pork"@}
5258@end group
5259@end smallexample
5260
5261@noindent
5262This is the default format.
5263
5264@kindex show print pretty
5265@item show print pretty
5266Show which format @value{GDBN} is using to print structures.
5267
5268@kindex set print sevenbit-strings
5269@item set print sevenbit-strings on
5270Print using only seven-bit characters; if this option is set,
5271@value{GDBN} displays any eight-bit characters (in strings or
5272character values) using the notation @code{\}@var{nnn}. This setting is
5273best if you are working in English (@sc{ascii}) and you use the
5274high-order bit of characters as a marker or ``meta'' bit.
5275
5276@item set print sevenbit-strings off
5277Print full eight-bit characters. This allows the use of more
5278international character sets, and is the default.
5279
5280@kindex show print sevenbit-strings
5281@item show print sevenbit-strings
5282Show whether or not @value{GDBN} is printing only seven-bit characters.
5283
5284@kindex set print union
5285@item set print union on
5d161b24 5286Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5287is the default setting.
5288
5289@item set print union off
5290Tell @value{GDBN} not to print unions which are contained in structures.
5291
5292@kindex show print union
5293@item show print union
5294Ask @value{GDBN} whether or not it will print unions which are contained in
5295structures.
5296
5297For example, given the declarations
5298
5299@smallexample
5300typedef enum @{Tree, Bug@} Species;
5301typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5302typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5303 Bug_forms;
5304
5305struct thing @{
5306 Species it;
5307 union @{
5308 Tree_forms tree;
5309 Bug_forms bug;
5310 @} form;
5311@};
5312
5313struct thing foo = @{Tree, @{Acorn@}@};
5314@end smallexample
5315
5316@noindent
5317with @code{set print union on} in effect @samp{p foo} would print
5318
5319@smallexample
5320$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5321@end smallexample
5322
5323@noindent
5324and with @code{set print union off} in effect it would print
5325
5326@smallexample
5327$1 = @{it = Tree, form = @{...@}@}
5328@end smallexample
5329@end table
5330
c906108c
SS
5331@need 1000
5332@noindent
b37052ae 5333These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5334
5335@table @code
5336@cindex demangling
5337@kindex set print demangle
5338@item set print demangle
5339@itemx set print demangle on
b37052ae 5340Print C@t{++} names in their source form rather than in the encoded
c906108c 5341(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5342linkage. The default is on.
c906108c
SS
5343
5344@kindex show print demangle
5345@item show print demangle
b37052ae 5346Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5347
5348@kindex set print asm-demangle
5349@item set print asm-demangle
5350@itemx set print asm-demangle on
b37052ae 5351Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5352in assembler code printouts such as instruction disassemblies.
5353The default is off.
5354
5355@kindex show print asm-demangle
5356@item show print asm-demangle
b37052ae 5357Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5358or demangled form.
5359
5360@kindex set demangle-style
b37052ae
EZ
5361@cindex C@t{++} symbol decoding style
5362@cindex symbol decoding style, C@t{++}
c906108c
SS
5363@item set demangle-style @var{style}
5364Choose among several encoding schemes used by different compilers to
b37052ae 5365represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5366
5367@table @code
5368@item auto
5369Allow @value{GDBN} to choose a decoding style by inspecting your program.
5370
5371@item gnu
b37052ae 5372Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5373This is the default.
c906108c
SS
5374
5375@item hp
b37052ae 5376Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5377
5378@item lucid
b37052ae 5379Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5380
5381@item arm
b37052ae 5382Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5383@strong{Warning:} this setting alone is not sufficient to allow
5384debugging @code{cfront}-generated executables. @value{GDBN} would
5385require further enhancement to permit that.
5386
5387@end table
5388If you omit @var{style}, you will see a list of possible formats.
5389
5390@kindex show demangle-style
5391@item show demangle-style
b37052ae 5392Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5393
5394@kindex set print object
5395@item set print object
5396@itemx set print object on
5397When displaying a pointer to an object, identify the @emph{actual}
5398(derived) type of the object rather than the @emph{declared} type, using
5399the virtual function table.
5400
5401@item set print object off
5402Display only the declared type of objects, without reference to the
5403virtual function table. This is the default setting.
5404
5405@kindex show print object
5406@item show print object
5407Show whether actual, or declared, object types are displayed.
5408
5409@kindex set print static-members
5410@item set print static-members
5411@itemx set print static-members on
b37052ae 5412Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5413
5414@item set print static-members off
b37052ae 5415Do not print static members when displaying a C@t{++} object.
c906108c
SS
5416
5417@kindex show print static-members
5418@item show print static-members
b37052ae 5419Show whether C@t{++} static members are printed, or not.
c906108c
SS
5420
5421@c These don't work with HP ANSI C++ yet.
5422@kindex set print vtbl
5423@item set print vtbl
5424@itemx set print vtbl on
b37052ae 5425Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5426(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5427ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5428
5429@item set print vtbl off
b37052ae 5430Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5431
5432@kindex show print vtbl
5433@item show print vtbl
b37052ae 5434Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5435@end table
c906108c 5436
6d2ebf8b 5437@node Value History
c906108c
SS
5438@section Value history
5439
5440@cindex value history
5d161b24
DB
5441Values printed by the @code{print} command are saved in the @value{GDBN}
5442@dfn{value history}. This allows you to refer to them in other expressions.
5443Values are kept until the symbol table is re-read or discarded
5444(for example with the @code{file} or @code{symbol-file} commands).
5445When the symbol table changes, the value history is discarded,
5446since the values may contain pointers back to the types defined in the
c906108c
SS
5447symbol table.
5448
5449@cindex @code{$}
5450@cindex @code{$$}
5451@cindex history number
5452The values printed are given @dfn{history numbers} by which you can
5453refer to them. These are successive integers starting with one.
5454@code{print} shows you the history number assigned to a value by
5455printing @samp{$@var{num} = } before the value; here @var{num} is the
5456history number.
5457
5458To refer to any previous value, use @samp{$} followed by the value's
5459history number. The way @code{print} labels its output is designed to
5460remind you of this. Just @code{$} refers to the most recent value in
5461the history, and @code{$$} refers to the value before that.
5462@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5463is the value just prior to @code{$$}, @code{$$1} is equivalent to
5464@code{$$}, and @code{$$0} is equivalent to @code{$}.
5465
5466For example, suppose you have just printed a pointer to a structure and
5467want to see the contents of the structure. It suffices to type
5468
474c8240 5469@smallexample
c906108c 5470p *$
474c8240 5471@end smallexample
c906108c
SS
5472
5473If you have a chain of structures where the component @code{next} points
5474to the next one, you can print the contents of the next one with this:
5475
474c8240 5476@smallexample
c906108c 5477p *$.next
474c8240 5478@end smallexample
c906108c
SS
5479
5480@noindent
5481You can print successive links in the chain by repeating this
5482command---which you can do by just typing @key{RET}.
5483
5484Note that the history records values, not expressions. If the value of
5485@code{x} is 4 and you type these commands:
5486
474c8240 5487@smallexample
c906108c
SS
5488print x
5489set x=5
474c8240 5490@end smallexample
c906108c
SS
5491
5492@noindent
5493then the value recorded in the value history by the @code{print} command
5494remains 4 even though the value of @code{x} has changed.
5495
5496@table @code
5497@kindex show values
5498@item show values
5499Print the last ten values in the value history, with their item numbers.
5500This is like @samp{p@ $$9} repeated ten times, except that @code{show
5501values} does not change the history.
5502
5503@item show values @var{n}
5504Print ten history values centered on history item number @var{n}.
5505
5506@item show values +
5507Print ten history values just after the values last printed. If no more
5508values are available, @code{show values +} produces no display.
5509@end table
5510
5511Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5512same effect as @samp{show values +}.
5513
6d2ebf8b 5514@node Convenience Vars
c906108c
SS
5515@section Convenience variables
5516
5517@cindex convenience variables
5518@value{GDBN} provides @dfn{convenience variables} that you can use within
5519@value{GDBN} to hold on to a value and refer to it later. These variables
5520exist entirely within @value{GDBN}; they are not part of your program, and
5521setting a convenience variable has no direct effect on further execution
5522of your program. That is why you can use them freely.
5523
5524Convenience variables are prefixed with @samp{$}. Any name preceded by
5525@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5526the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5527(Value history references, in contrast, are @emph{numbers} preceded
5528by @samp{$}. @xref{Value History, ,Value history}.)
5529
5530You can save a value in a convenience variable with an assignment
5531expression, just as you would set a variable in your program.
5532For example:
5533
474c8240 5534@smallexample
c906108c 5535set $foo = *object_ptr
474c8240 5536@end smallexample
c906108c
SS
5537
5538@noindent
5539would save in @code{$foo} the value contained in the object pointed to by
5540@code{object_ptr}.
5541
5542Using a convenience variable for the first time creates it, but its
5543value is @code{void} until you assign a new value. You can alter the
5544value with another assignment at any time.
5545
5546Convenience variables have no fixed types. You can assign a convenience
5547variable any type of value, including structures and arrays, even if
5548that variable already has a value of a different type. The convenience
5549variable, when used as an expression, has the type of its current value.
5550
5551@table @code
5552@kindex show convenience
5553@item show convenience
5554Print a list of convenience variables used so far, and their values.
d4f3574e 5555Abbreviated @code{show conv}.
c906108c
SS
5556@end table
5557
5558One of the ways to use a convenience variable is as a counter to be
5559incremented or a pointer to be advanced. For example, to print
5560a field from successive elements of an array of structures:
5561
474c8240 5562@smallexample
c906108c
SS
5563set $i = 0
5564print bar[$i++]->contents
474c8240 5565@end smallexample
c906108c 5566
d4f3574e
SS
5567@noindent
5568Repeat that command by typing @key{RET}.
c906108c
SS
5569
5570Some convenience variables are created automatically by @value{GDBN} and given
5571values likely to be useful.
5572
5573@table @code
41afff9a 5574@vindex $_@r{, convenience variable}
c906108c
SS
5575@item $_
5576The variable @code{$_} is automatically set by the @code{x} command to
5577the last address examined (@pxref{Memory, ,Examining memory}). Other
5578commands which provide a default address for @code{x} to examine also
5579set @code{$_} to that address; these commands include @code{info line}
5580and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5581except when set by the @code{x} command, in which case it is a pointer
5582to the type of @code{$__}.
5583
41afff9a 5584@vindex $__@r{, convenience variable}
c906108c
SS
5585@item $__
5586The variable @code{$__} is automatically set by the @code{x} command
5587to the value found in the last address examined. Its type is chosen
5588to match the format in which the data was printed.
5589
5590@item $_exitcode
41afff9a 5591@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5592The variable @code{$_exitcode} is automatically set to the exit code when
5593the program being debugged terminates.
5594@end table
5595
53a5351d
JM
5596On HP-UX systems, if you refer to a function or variable name that
5597begins with a dollar sign, @value{GDBN} searches for a user or system
5598name first, before it searches for a convenience variable.
c906108c 5599
6d2ebf8b 5600@node Registers
c906108c
SS
5601@section Registers
5602
5603@cindex registers
5604You can refer to machine register contents, in expressions, as variables
5605with names starting with @samp{$}. The names of registers are different
5606for each machine; use @code{info registers} to see the names used on
5607your machine.
5608
5609@table @code
5610@kindex info registers
5611@item info registers
5612Print the names and values of all registers except floating-point
c85508ee 5613and vector registers (in the selected stack frame).
c906108c
SS
5614
5615@kindex info all-registers
5616@cindex floating point registers
5617@item info all-registers
5618Print the names and values of all registers, including floating-point
c85508ee 5619and vector registers (in the selected stack frame).
c906108c
SS
5620
5621@item info registers @var{regname} @dots{}
5622Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5623As discussed in detail below, register values are normally relative to
5624the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5625the machine you are using, with or without the initial @samp{$}.
5626@end table
5627
5628@value{GDBN} has four ``standard'' register names that are available (in
5629expressions) on most machines---whenever they do not conflict with an
5630architecture's canonical mnemonics for registers. The register names
5631@code{$pc} and @code{$sp} are used for the program counter register and
5632the stack pointer. @code{$fp} is used for a register that contains a
5633pointer to the current stack frame, and @code{$ps} is used for a
5634register that contains the processor status. For example,
5635you could print the program counter in hex with
5636
474c8240 5637@smallexample
c906108c 5638p/x $pc
474c8240 5639@end smallexample
c906108c
SS
5640
5641@noindent
5642or print the instruction to be executed next with
5643
474c8240 5644@smallexample
c906108c 5645x/i $pc
474c8240 5646@end smallexample
c906108c
SS
5647
5648@noindent
5649or add four to the stack pointer@footnote{This is a way of removing
5650one word from the stack, on machines where stacks grow downward in
5651memory (most machines, nowadays). This assumes that the innermost
5652stack frame is selected; setting @code{$sp} is not allowed when other
5653stack frames are selected. To pop entire frames off the stack,
5654regardless of machine architecture, use @code{return};
d4f3574e 5655see @ref{Returning, ,Returning from a function}.} with
c906108c 5656
474c8240 5657@smallexample
c906108c 5658set $sp += 4
474c8240 5659@end smallexample
c906108c
SS
5660
5661Whenever possible, these four standard register names are available on
5662your machine even though the machine has different canonical mnemonics,
5663so long as there is no conflict. The @code{info registers} command
5664shows the canonical names. For example, on the SPARC, @code{info
5665registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5666can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5667is an alias for the @sc{eflags} register.
c906108c
SS
5668
5669@value{GDBN} always considers the contents of an ordinary register as an
5670integer when the register is examined in this way. Some machines have
5671special registers which can hold nothing but floating point; these
5672registers are considered to have floating point values. There is no way
5673to refer to the contents of an ordinary register as floating point value
5674(although you can @emph{print} it as a floating point value with
5675@samp{print/f $@var{regname}}).
5676
5677Some registers have distinct ``raw'' and ``virtual'' data formats. This
5678means that the data format in which the register contents are saved by
5679the operating system is not the same one that your program normally
5680sees. For example, the registers of the 68881 floating point
5681coprocessor are always saved in ``extended'' (raw) format, but all C
5682programs expect to work with ``double'' (virtual) format. In such
5d161b24 5683cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5684that makes sense for your program), but the @code{info registers} command
5685prints the data in both formats.
5686
5687Normally, register values are relative to the selected stack frame
5688(@pxref{Selection, ,Selecting a frame}). This means that you get the
5689value that the register would contain if all stack frames farther in
5690were exited and their saved registers restored. In order to see the
5691true contents of hardware registers, you must select the innermost
5692frame (with @samp{frame 0}).
5693
5694However, @value{GDBN} must deduce where registers are saved, from the machine
5695code generated by your compiler. If some registers are not saved, or if
5696@value{GDBN} is unable to locate the saved registers, the selected stack
5697frame makes no difference.
5698
6d2ebf8b 5699@node Floating Point Hardware
c906108c
SS
5700@section Floating point hardware
5701@cindex floating point
5702
5703Depending on the configuration, @value{GDBN} may be able to give
5704you more information about the status of the floating point hardware.
5705
5706@table @code
5707@kindex info float
5708@item info float
5709Display hardware-dependent information about the floating
5710point unit. The exact contents and layout vary depending on the
5711floating point chip. Currently, @samp{info float} is supported on
5712the ARM and x86 machines.
5713@end table
c906108c 5714
e76f1f2e
AC
5715@node Vector Unit
5716@section Vector Unit
5717@cindex vector unit
5718
5719Depending on the configuration, @value{GDBN} may be able to give you
5720more information about the status of the vector unit.
5721
5722@table @code
5723@kindex info vector
5724@item info vector
5725Display information about the vector unit. The exact contents and
5726layout vary depending on the hardware.
5727@end table
5728
29e57380 5729@node Memory Region Attributes
16d9dec6 5730@section Memory region attributes
29e57380
C
5731@cindex memory region attributes
5732
5733@dfn{Memory region attributes} allow you to describe special handling
5734required by regions of your target's memory. @value{GDBN} uses attributes
5735to determine whether to allow certain types of memory accesses; whether to
5736use specific width accesses; and whether to cache target memory.
5737
5738Defined memory regions can be individually enabled and disabled. When a
5739memory region is disabled, @value{GDBN} uses the default attributes when
5740accessing memory in that region. Similarly, if no memory regions have
5741been defined, @value{GDBN} uses the default attributes when accessing
5742all memory.
5743
5744When a memory region is defined, it is given a number to identify it;
5745to enable, disable, or remove a memory region, you specify that number.
5746
5747@table @code
5748@kindex mem
bfac230e
DH
5749@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5750Define memory region bounded by @var{lower} and @var{upper} with
5751attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5752special case: it is treated as the the target's maximum memory address.
5753(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5754
5755@kindex delete mem
5756@item delete mem @var{nums}@dots{}
59649f2e 5757Remove memory regions @var{nums}@dots{}.
29e57380
C
5758
5759@kindex disable mem
5760@item disable mem @var{nums}@dots{}
59649f2e 5761Disable memory regions @var{nums}@dots{}.
29e57380
C
5762A disabled memory region is not forgotten.
5763It may be enabled again later.
5764
5765@kindex enable mem
5766@item enable mem @var{nums}@dots{}
59649f2e 5767Enable memory regions @var{nums}@dots{}.
29e57380
C
5768
5769@kindex info mem
5770@item info mem
5771Print a table of all defined memory regions, with the following columns
5772for each region.
5773
5774@table @emph
5775@item Memory Region Number
5776@item Enabled or Disabled.
5777Enabled memory regions are marked with @samp{y}.
5778Disabled memory regions are marked with @samp{n}.
5779
5780@item Lo Address
5781The address defining the inclusive lower bound of the memory region.
5782
5783@item Hi Address
5784The address defining the exclusive upper bound of the memory region.
5785
5786@item Attributes
5787The list of attributes set for this memory region.
5788@end table
5789@end table
5790
5791
5792@subsection Attributes
5793
5794@subsubsection Memory Access Mode
5795The access mode attributes set whether @value{GDBN} may make read or
5796write accesses to a memory region.
5797
5798While these attributes prevent @value{GDBN} from performing invalid
5799memory accesses, they do nothing to prevent the target system, I/O DMA,
5800etc. from accessing memory.
5801
5802@table @code
5803@item ro
5804Memory is read only.
5805@item wo
5806Memory is write only.
5807@item rw
6ca652b0 5808Memory is read/write. This is the default.
29e57380
C
5809@end table
5810
5811@subsubsection Memory Access Size
5812The acccess size attributes tells @value{GDBN} to use specific sized
5813accesses in the memory region. Often memory mapped device registers
5814require specific sized accesses. If no access size attribute is
5815specified, @value{GDBN} may use accesses of any size.
5816
5817@table @code
5818@item 8
5819Use 8 bit memory accesses.
5820@item 16
5821Use 16 bit memory accesses.
5822@item 32
5823Use 32 bit memory accesses.
5824@item 64
5825Use 64 bit memory accesses.
5826@end table
5827
5828@c @subsubsection Hardware/Software Breakpoints
5829@c The hardware/software breakpoint attributes set whether @value{GDBN}
5830@c will use hardware or software breakpoints for the internal breakpoints
5831@c used by the step, next, finish, until, etc. commands.
5832@c
5833@c @table @code
5834@c @item hwbreak
5835@c Always use hardware breakpoints
5836@c @item swbreak (default)
5837@c @end table
5838
5839@subsubsection Data Cache
5840The data cache attributes set whether @value{GDBN} will cache target
5841memory. While this generally improves performance by reducing debug
5842protocol overhead, it can lead to incorrect results because @value{GDBN}
5843does not know about volatile variables or memory mapped device
5844registers.
5845
5846@table @code
5847@item cache
5848Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5849@item nocache
5850Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5851@end table
5852
5853@c @subsubsection Memory Write Verification
5854@c The memory write verification attributes set whether @value{GDBN}
5855@c will re-reads data after each write to verify the write was successful.
5856@c
5857@c @table @code
5858@c @item verify
5859@c @item noverify (default)
5860@c @end table
5861
16d9dec6
MS
5862@node Dump/Restore Files
5863@section Copy between memory and a file
5864@cindex dump/restore files
5865@cindex append data to a file
5866@cindex dump data to a file
5867@cindex restore data from a file
16d9dec6 5868
df5215a6
JB
5869You can use the commands @code{dump}, @code{append}, and
5870@code{restore} to copy data between target memory and a file. The
5871@code{dump} and @code{append} commands write data to a file, and the
5872@code{restore} command reads data from a file back into the inferior's
5873memory. Files may be in binary, Motorola S-record, Intel hex, or
5874Tektronix Hex format; however, @value{GDBN} can only append to binary
5875files.
5876
5877@table @code
5878
5879@kindex dump
5880@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5881@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
5882Dump the contents of memory from @var{start_addr} to @var{end_addr},
5883or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 5884
df5215a6 5885The @var{format} parameter may be any one of:
16d9dec6 5886@table @code
df5215a6
JB
5887@item binary
5888Raw binary form.
5889@item ihex
5890Intel hex format.
5891@item srec
5892Motorola S-record format.
5893@item tekhex
5894Tektronix Hex format.
5895@end table
5896
5897@value{GDBN} uses the same definitions of these formats as the
5898@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
5899@var{format} is omitted, @value{GDBN} dumps the data in raw binary
5900form.
5901
5902@kindex append
5903@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5904@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
5905Append the contents of memory from @var{start_addr} to @var{end_addr},
5906or the value of @var{expr}, to @var{filename}, in raw binary form.
5907(@value{GDBN} can only append data to files in raw binary form.)
5908
5909@kindex restore
5910@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
5911Restore the contents of file @var{filename} into memory. The
5912@code{restore} command can automatically recognize any known @sc{bfd}
5913file format, except for raw binary. To restore a raw binary file you
5914must specify the optional keyword @code{binary} after the filename.
16d9dec6
MS
5915
5916If @var{bias} is non-zero, its value will be added to the addresses
5917contained in the file. Binary files always start at address zero, so
5918they will be restored at address @var{bias}. Other bfd files have
5919a built-in location; they will be restored at offset @var{bias}
5920from that location.
5921
5922If @var{start} and/or @var{end} are non-zero, then only data between
5923file offset @var{start} and file offset @var{end} will be restored.
5924These offsets are relative to the addresses in the file, before
5925the @var{bias} argument is applied.
5926
5927@end table
5928
a0eb71c5
KB
5929@node Character Sets
5930@section Character Sets
5931@cindex character sets
5932@cindex charset
5933@cindex translating between character sets
5934@cindex host character set
5935@cindex target character set
5936
5937If the program you are debugging uses a different character set to
5938represent characters and strings than the one @value{GDBN} uses itself,
5939@value{GDBN} can automatically translate between the character sets for
5940you. The character set @value{GDBN} uses we call the @dfn{host
5941character set}; the one the inferior program uses we call the
5942@dfn{target character set}.
5943
5944For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5945uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5946remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5947running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5948then the host character set is Latin-1, and the target character set is
5949@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 5950target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
5951@sc{ebcdic} and Latin 1 as you print character or string values, or use
5952character and string literals in expressions.
5953
5954@value{GDBN} has no way to automatically recognize which character set
5955the inferior program uses; you must tell it, using the @code{set
5956target-charset} command, described below.
5957
5958Here are the commands for controlling @value{GDBN}'s character set
5959support:
5960
5961@table @code
5962@item set target-charset @var{charset}
5963@kindex set target-charset
5964Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
5965character set names @value{GDBN} recognizes below, but if you type
5966@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5967list the target character sets it supports.
a0eb71c5
KB
5968@end table
5969
5970@table @code
5971@item set host-charset @var{charset}
5972@kindex set host-charset
5973Set the current host character set to @var{charset}.
5974
5975By default, @value{GDBN} uses a host character set appropriate to the
5976system it is running on; you can override that default using the
5977@code{set host-charset} command.
5978
5979@value{GDBN} can only use certain character sets as its host character
5980set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
5981indicate which can be host character sets, but if you type
5982@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5983list the host character sets it supports.
a0eb71c5
KB
5984
5985@item set charset @var{charset}
5986@kindex set charset
e33d66ec
EZ
5987Set the current host and target character sets to @var{charset}. As
5988above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
5989@value{GDBN} will list the name of the character sets that can be used
5990for both host and target.
5991
a0eb71c5
KB
5992
5993@item show charset
a0eb71c5 5994@kindex show charset
e33d66ec
EZ
5995Show the names of the current host and target charsets.
5996
5997@itemx show host-charset
a0eb71c5 5998@kindex show host-charset
e33d66ec
EZ
5999Show the name of the current host charset.
6000
6001@itemx show target-charset
a0eb71c5 6002@kindex show target-charset
e33d66ec 6003Show the name of the current target charset.
a0eb71c5
KB
6004
6005@end table
6006
6007@value{GDBN} currently includes support for the following character
6008sets:
6009
6010@table @code
6011
6012@item ASCII
6013@cindex ASCII character set
6014Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6015character set.
6016
6017@item ISO-8859-1
6018@cindex ISO 8859-1 character set
6019@cindex ISO Latin 1 character set
e33d66ec 6020The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6021characters needed for French, German, and Spanish. @value{GDBN} can use
6022this as its host character set.
6023
6024@item EBCDIC-US
6025@itemx IBM1047
6026@cindex EBCDIC character set
6027@cindex IBM1047 character set
6028Variants of the @sc{ebcdic} character set, used on some of IBM's
6029mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6030@value{GDBN} cannot use these as its host character set.
6031
6032@end table
6033
6034Note that these are all single-byte character sets. More work inside
6035GDB is needed to support multi-byte or variable-width character
6036encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6037
6038Here is an example of @value{GDBN}'s character set support in action.
6039Assume that the following source code has been placed in the file
6040@file{charset-test.c}:
6041
6042@smallexample
6043#include <stdio.h>
6044
6045char ascii_hello[]
6046 = @{72, 101, 108, 108, 111, 44, 32, 119,
6047 111, 114, 108, 100, 33, 10, 0@};
6048char ibm1047_hello[]
6049 = @{200, 133, 147, 147, 150, 107, 64, 166,
6050 150, 153, 147, 132, 90, 37, 0@};
6051
6052main ()
6053@{
6054 printf ("Hello, world!\n");
6055@}
10998722 6056@end smallexample
a0eb71c5
KB
6057
6058In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6059containing the string @samp{Hello, world!} followed by a newline,
6060encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6061
6062We compile the program, and invoke the debugger on it:
6063
6064@smallexample
6065$ gcc -g charset-test.c -o charset-test
6066$ gdb -nw charset-test
6067GNU gdb 2001-12-19-cvs
6068Copyright 2001 Free Software Foundation, Inc.
6069@dots{}
6070(gdb)
10998722 6071@end smallexample
a0eb71c5
KB
6072
6073We can use the @code{show charset} command to see what character sets
6074@value{GDBN} is currently using to interpret and display characters and
6075strings:
6076
6077@smallexample
6078(gdb) show charset
e33d66ec 6079The current host and target character set is `ISO-8859-1'.
a0eb71c5 6080(gdb)
10998722 6081@end smallexample
a0eb71c5
KB
6082
6083For the sake of printing this manual, let's use @sc{ascii} as our
6084initial character set:
6085@smallexample
e33d66ec 6086(gdb) set charset ASCII
a0eb71c5 6087(gdb) show charset
e33d66ec 6088The current host and target character set is `ASCII'.
a0eb71c5 6089(gdb)
10998722 6090@end smallexample
a0eb71c5
KB
6091
6092Let's assume that @sc{ascii} is indeed the correct character set for our
6093host system --- in other words, let's assume that if @value{GDBN} prints
6094characters using the @sc{ascii} character set, our terminal will display
6095them properly. Since our current target character set is also
6096@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6097
6098@smallexample
6099(gdb) print ascii_hello
6100$1 = 0x401698 "Hello, world!\n"
6101(gdb) print ascii_hello[0]
6102$2 = 72 'H'
6103(gdb)
10998722 6104@end smallexample
a0eb71c5
KB
6105
6106@value{GDBN} uses the target character set for character and string
6107literals you use in expressions:
6108
6109@smallexample
6110(gdb) print '+'
6111$3 = 43 '+'
6112(gdb)
10998722 6113@end smallexample
a0eb71c5
KB
6114
6115The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6116character.
6117
6118@value{GDBN} relies on the user to tell it which character set the
6119target program uses. If we print @code{ibm1047_hello} while our target
6120character set is still @sc{ascii}, we get jibberish:
6121
6122@smallexample
6123(gdb) print ibm1047_hello
6124$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6125(gdb) print ibm1047_hello[0]
6126$5 = 200 '\310'
6127(gdb)
10998722 6128@end smallexample
a0eb71c5 6129
e33d66ec 6130If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6131@value{GDBN} tells us the character sets it supports:
6132
6133@smallexample
6134(gdb) set target-charset
e33d66ec
EZ
6135ASCII EBCDIC-US IBM1047 ISO-8859-1
6136(gdb) set target-charset
10998722 6137@end smallexample
a0eb71c5
KB
6138
6139We can select @sc{ibm1047} as our target character set, and examine the
6140program's strings again. Now the @sc{ascii} string is wrong, but
6141@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6142target character set, @sc{ibm1047}, to the host character set,
6143@sc{ascii}, and they display correctly:
6144
6145@smallexample
e33d66ec 6146(gdb) set target-charset IBM1047
a0eb71c5 6147(gdb) show charset
e33d66ec
EZ
6148The current host character set is `ASCII'.
6149The current target character set is `IBM1047'.
a0eb71c5
KB
6150(gdb) print ascii_hello
6151$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6152(gdb) print ascii_hello[0]
6153$7 = 72 '\110'
6154(gdb) print ibm1047_hello
6155$8 = 0x4016a8 "Hello, world!\n"
6156(gdb) print ibm1047_hello[0]
6157$9 = 200 'H'
6158(gdb)
10998722 6159@end smallexample
a0eb71c5
KB
6160
6161As above, @value{GDBN} uses the target character set for character and
6162string literals you use in expressions:
6163
6164@smallexample
6165(gdb) print '+'
6166$10 = 78 '+'
6167(gdb)
10998722 6168@end smallexample
a0eb71c5 6169
e33d66ec 6170The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6171character.
6172
6173
e2e0bcd1
JB
6174@node Macros
6175@chapter C Preprocessor Macros
6176
6177Some languages, such as C and C++, provide a way to define and invoke
6178``preprocessor macros'' which expand into strings of tokens.
6179@value{GDBN} can evaluate expressions containing macro invocations, show
6180the result of macro expansion, and show a macro's definition, including
6181where it was defined.
6182
6183You may need to compile your program specially to provide @value{GDBN}
6184with information about preprocessor macros. Most compilers do not
6185include macros in their debugging information, even when you compile
6186with the @option{-g} flag. @xref{Compilation}.
6187
6188A program may define a macro at one point, remove that definition later,
6189and then provide a different definition after that. Thus, at different
6190points in the program, a macro may have different definitions, or have
6191no definition at all. If there is a current stack frame, @value{GDBN}
6192uses the macros in scope at that frame's source code line. Otherwise,
6193@value{GDBN} uses the macros in scope at the current listing location;
6194see @ref{List}.
6195
6196At the moment, @value{GDBN} does not support the @code{##}
6197token-splicing operator, the @code{#} stringification operator, or
6198variable-arity macros.
6199
6200Whenever @value{GDBN} evaluates an expression, it always expands any
6201macro invocations present in the expression. @value{GDBN} also provides
6202the following commands for working with macros explicitly.
6203
6204@table @code
6205
6206@kindex macro expand
6207@cindex macro expansion, showing the results of preprocessor
6208@cindex preprocessor macro expansion, showing the results of
6209@cindex expanding preprocessor macros
6210@item macro expand @var{expression}
6211@itemx macro exp @var{expression}
6212Show the results of expanding all preprocessor macro invocations in
6213@var{expression}. Since @value{GDBN} simply expands macros, but does
6214not parse the result, @var{expression} need not be a valid expression;
6215it can be any string of tokens.
6216
6217@kindex macro expand-once
6218@item macro expand-once @var{expression}
6219@itemx macro exp1 @var{expression}
6220@i{(This command is not yet implemented.)} Show the results of
6221expanding those preprocessor macro invocations that appear explicitly in
6222@var{expression}. Macro invocations appearing in that expansion are
6223left unchanged. This command allows you to see the effect of a
6224particular macro more clearly, without being confused by further
6225expansions. Since @value{GDBN} simply expands macros, but does not
6226parse the result, @var{expression} need not be a valid expression; it
6227can be any string of tokens.
6228
475b0867 6229@kindex info macro
e2e0bcd1
JB
6230@cindex macro definition, showing
6231@cindex definition, showing a macro's
475b0867 6232@item info macro @var{macro}
e2e0bcd1
JB
6233Show the definition of the macro named @var{macro}, and describe the
6234source location where that definition was established.
6235
6236@kindex macro define
6237@cindex user-defined macros
6238@cindex defining macros interactively
6239@cindex macros, user-defined
6240@item macro define @var{macro} @var{replacement-list}
6241@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6242@i{(This command is not yet implemented.)} Introduce a definition for a
6243preprocessor macro named @var{macro}, invocations of which are replaced
6244by the tokens given in @var{replacement-list}. The first form of this
6245command defines an ``object-like'' macro, which takes no arguments; the
6246second form defines a ``function-like'' macro, which takes the arguments
6247given in @var{arglist}.
6248
6249A definition introduced by this command is in scope in every expression
6250evaluated in @value{GDBN}, until it is removed with the @command{macro
6251undef} command, described below. The definition overrides all
6252definitions for @var{macro} present in the program being debugged, as
6253well as any previous user-supplied definition.
6254
6255@kindex macro undef
6256@item macro undef @var{macro}
6257@i{(This command is not yet implemented.)} Remove any user-supplied
6258definition for the macro named @var{macro}. This command only affects
6259definitions provided with the @command{macro define} command, described
6260above; it cannot remove definitions present in the program being
6261debugged.
6262
6263@end table
6264
6265@cindex macros, example of debugging with
6266Here is a transcript showing the above commands in action. First, we
6267show our source files:
6268
6269@smallexample
6270$ cat sample.c
6271#include <stdio.h>
6272#include "sample.h"
6273
6274#define M 42
6275#define ADD(x) (M + x)
6276
6277main ()
6278@{
6279#define N 28
6280 printf ("Hello, world!\n");
6281#undef N
6282 printf ("We're so creative.\n");
6283#define N 1729
6284 printf ("Goodbye, world!\n");
6285@}
6286$ cat sample.h
6287#define Q <
6288$
6289@end smallexample
6290
6291Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6292We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6293compiler includes information about preprocessor macros in the debugging
6294information.
6295
6296@smallexample
6297$ gcc -gdwarf-2 -g3 sample.c -o sample
6298$
6299@end smallexample
6300
6301Now, we start @value{GDBN} on our sample program:
6302
6303@smallexample
6304$ gdb -nw sample
6305GNU gdb 2002-05-06-cvs
6306Copyright 2002 Free Software Foundation, Inc.
6307GDB is free software, @dots{}
6308(gdb)
6309@end smallexample
6310
6311We can expand macros and examine their definitions, even when the
6312program is not running. @value{GDBN} uses the current listing position
6313to decide which macro definitions are in scope:
6314
6315@smallexample
6316(gdb) list main
63173
63184 #define M 42
63195 #define ADD(x) (M + x)
63206
63217 main ()
63228 @{
63239 #define N 28
632410 printf ("Hello, world!\n");
632511 #undef N
632612 printf ("We're so creative.\n");
475b0867 6327(gdb) info macro ADD
e2e0bcd1
JB
6328Defined at /home/jimb/gdb/macros/play/sample.c:5
6329#define ADD(x) (M + x)
475b0867 6330(gdb) info macro Q
e2e0bcd1
JB
6331Defined at /home/jimb/gdb/macros/play/sample.h:1
6332 included at /home/jimb/gdb/macros/play/sample.c:2
6333#define Q <
6334(gdb) macro expand ADD(1)
6335expands to: (42 + 1)
6336(gdb) macro expand-once ADD(1)
6337expands to: once (M + 1)
6338(gdb)
6339@end smallexample
6340
6341In the example above, note that @command{macro expand-once} expands only
6342the macro invocation explicit in the original text --- the invocation of
6343@code{ADD} --- but does not expand the invocation of the macro @code{M},
6344which was introduced by @code{ADD}.
6345
6346Once the program is running, GDB uses the macro definitions in force at
6347the source line of the current stack frame:
6348
6349@smallexample
6350(gdb) break main
6351Breakpoint 1 at 0x8048370: file sample.c, line 10.
6352(gdb) run
6353Starting program: /home/jimb/gdb/macros/play/sample
6354
6355Breakpoint 1, main () at sample.c:10
635610 printf ("Hello, world!\n");
6357(gdb)
6358@end smallexample
6359
6360At line 10, the definition of the macro @code{N} at line 9 is in force:
6361
6362@smallexample
475b0867 6363(gdb) info macro N
e2e0bcd1
JB
6364Defined at /home/jimb/gdb/macros/play/sample.c:9
6365#define N 28
6366(gdb) macro expand N Q M
6367expands to: 28 < 42
6368(gdb) print N Q M
6369$1 = 1
6370(gdb)
6371@end smallexample
6372
6373As we step over directives that remove @code{N}'s definition, and then
6374give it a new definition, @value{GDBN} finds the definition (or lack
6375thereof) in force at each point:
6376
6377@smallexample
6378(gdb) next
6379Hello, world!
638012 printf ("We're so creative.\n");
475b0867 6381(gdb) info macro N
e2e0bcd1
JB
6382The symbol `N' has no definition as a C/C++ preprocessor macro
6383at /home/jimb/gdb/macros/play/sample.c:12
6384(gdb) next
6385We're so creative.
638614 printf ("Goodbye, world!\n");
475b0867 6387(gdb) info macro N
e2e0bcd1
JB
6388Defined at /home/jimb/gdb/macros/play/sample.c:13
6389#define N 1729
6390(gdb) macro expand N Q M
6391expands to: 1729 < 42
6392(gdb) print N Q M
6393$2 = 0
6394(gdb)
6395@end smallexample
6396
6397
b37052ae
EZ
6398@node Tracepoints
6399@chapter Tracepoints
6400@c This chapter is based on the documentation written by Michael
6401@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6402
6403@cindex tracepoints
6404In some applications, it is not feasible for the debugger to interrupt
6405the program's execution long enough for the developer to learn
6406anything helpful about its behavior. If the program's correctness
6407depends on its real-time behavior, delays introduced by a debugger
6408might cause the program to change its behavior drastically, or perhaps
6409fail, even when the code itself is correct. It is useful to be able
6410to observe the program's behavior without interrupting it.
6411
6412Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6413specify locations in the program, called @dfn{tracepoints}, and
6414arbitrary expressions to evaluate when those tracepoints are reached.
6415Later, using the @code{tfind} command, you can examine the values
6416those expressions had when the program hit the tracepoints. The
6417expressions may also denote objects in memory---structures or arrays,
6418for example---whose values @value{GDBN} should record; while visiting
6419a particular tracepoint, you may inspect those objects as if they were
6420in memory at that moment. However, because @value{GDBN} records these
6421values without interacting with you, it can do so quickly and
6422unobtrusively, hopefully not disturbing the program's behavior.
6423
6424The tracepoint facility is currently available only for remote
2c0069bb
EZ
6425targets. @xref{Targets}. In addition, your remote target must know how
6426to collect trace data. This functionality is implemented in the remote
6427stub; however, none of the stubs distributed with @value{GDBN} support
6428tracepoints as of this writing.
b37052ae
EZ
6429
6430This chapter describes the tracepoint commands and features.
6431
6432@menu
6433* Set Tracepoints::
6434* Analyze Collected Data::
6435* Tracepoint Variables::
6436@end menu
6437
6438@node Set Tracepoints
6439@section Commands to Set Tracepoints
6440
6441Before running such a @dfn{trace experiment}, an arbitrary number of
6442tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6443tracepoint has a number assigned to it by @value{GDBN}. Like with
6444breakpoints, tracepoint numbers are successive integers starting from
6445one. Many of the commands associated with tracepoints take the
6446tracepoint number as their argument, to identify which tracepoint to
6447work on.
6448
6449For each tracepoint, you can specify, in advance, some arbitrary set
6450of data that you want the target to collect in the trace buffer when
6451it hits that tracepoint. The collected data can include registers,
6452local variables, or global data. Later, you can use @value{GDBN}
6453commands to examine the values these data had at the time the
6454tracepoint was hit.
6455
6456This section describes commands to set tracepoints and associated
6457conditions and actions.
6458
6459@menu
6460* Create and Delete Tracepoints::
6461* Enable and Disable Tracepoints::
6462* Tracepoint Passcounts::
6463* Tracepoint Actions::
6464* Listing Tracepoints::
6465* Starting and Stopping Trace Experiment::
6466@end menu
6467
6468@node Create and Delete Tracepoints
6469@subsection Create and Delete Tracepoints
6470
6471@table @code
6472@cindex set tracepoint
6473@kindex trace
6474@item trace
6475The @code{trace} command is very similar to the @code{break} command.
6476Its argument can be a source line, a function name, or an address in
6477the target program. @xref{Set Breaks}. The @code{trace} command
6478defines a tracepoint, which is a point in the target program where the
6479debugger will briefly stop, collect some data, and then allow the
6480program to continue. Setting a tracepoint or changing its commands
6481doesn't take effect until the next @code{tstart} command; thus, you
6482cannot change the tracepoint attributes once a trace experiment is
6483running.
6484
6485Here are some examples of using the @code{trace} command:
6486
6487@smallexample
6488(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6489
6490(@value{GDBP}) @b{trace +2} // 2 lines forward
6491
6492(@value{GDBP}) @b{trace my_function} // first source line of function
6493
6494(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6495
6496(@value{GDBP}) @b{trace *0x2117c4} // an address
6497@end smallexample
6498
6499@noindent
6500You can abbreviate @code{trace} as @code{tr}.
6501
6502@vindex $tpnum
6503@cindex last tracepoint number
6504@cindex recent tracepoint number
6505@cindex tracepoint number
6506The convenience variable @code{$tpnum} records the tracepoint number
6507of the most recently set tracepoint.
6508
6509@kindex delete tracepoint
6510@cindex tracepoint deletion
6511@item delete tracepoint @r{[}@var{num}@r{]}
6512Permanently delete one or more tracepoints. With no argument, the
6513default is to delete all tracepoints.
6514
6515Examples:
6516
6517@smallexample
6518(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6519
6520(@value{GDBP}) @b{delete trace} // remove all tracepoints
6521@end smallexample
6522
6523@noindent
6524You can abbreviate this command as @code{del tr}.
6525@end table
6526
6527@node Enable and Disable Tracepoints
6528@subsection Enable and Disable Tracepoints
6529
6530@table @code
6531@kindex disable tracepoint
6532@item disable tracepoint @r{[}@var{num}@r{]}
6533Disable tracepoint @var{num}, or all tracepoints if no argument
6534@var{num} is given. A disabled tracepoint will have no effect during
6535the next trace experiment, but it is not forgotten. You can re-enable
6536a disabled tracepoint using the @code{enable tracepoint} command.
6537
6538@kindex enable tracepoint
6539@item enable tracepoint @r{[}@var{num}@r{]}
6540Enable tracepoint @var{num}, or all tracepoints. The enabled
6541tracepoints will become effective the next time a trace experiment is
6542run.
6543@end table
6544
6545@node Tracepoint Passcounts
6546@subsection Tracepoint Passcounts
6547
6548@table @code
6549@kindex passcount
6550@cindex tracepoint pass count
6551@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6552Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6553automatically stop a trace experiment. If a tracepoint's passcount is
6554@var{n}, then the trace experiment will be automatically stopped on
6555the @var{n}'th time that tracepoint is hit. If the tracepoint number
6556@var{num} is not specified, the @code{passcount} command sets the
6557passcount of the most recently defined tracepoint. If no passcount is
6558given, the trace experiment will run until stopped explicitly by the
6559user.
6560
6561Examples:
6562
6563@smallexample
6826cf00
EZ
6564(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6565@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6566
6567(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6568@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6569(@value{GDBP}) @b{trace foo}
6570(@value{GDBP}) @b{pass 3}
6571(@value{GDBP}) @b{trace bar}
6572(@value{GDBP}) @b{pass 2}
6573(@value{GDBP}) @b{trace baz}
6574(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6575@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6576@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6577@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6578@end smallexample
6579@end table
6580
6581@node Tracepoint Actions
6582@subsection Tracepoint Action Lists
6583
6584@table @code
6585@kindex actions
6586@cindex tracepoint actions
6587@item actions @r{[}@var{num}@r{]}
6588This command will prompt for a list of actions to be taken when the
6589tracepoint is hit. If the tracepoint number @var{num} is not
6590specified, this command sets the actions for the one that was most
6591recently defined (so that you can define a tracepoint and then say
6592@code{actions} without bothering about its number). You specify the
6593actions themselves on the following lines, one action at a time, and
6594terminate the actions list with a line containing just @code{end}. So
6595far, the only defined actions are @code{collect} and
6596@code{while-stepping}.
6597
6598@cindex remove actions from a tracepoint
6599To remove all actions from a tracepoint, type @samp{actions @var{num}}
6600and follow it immediately with @samp{end}.
6601
6602@smallexample
6603(@value{GDBP}) @b{collect @var{data}} // collect some data
6604
6826cf00 6605(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6606
6826cf00 6607(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6608@end smallexample
6609
6610In the following example, the action list begins with @code{collect}
6611commands indicating the things to be collected when the tracepoint is
6612hit. Then, in order to single-step and collect additional data
6613following the tracepoint, a @code{while-stepping} command is used,
6614followed by the list of things to be collected while stepping. The
6615@code{while-stepping} command is terminated by its own separate
6616@code{end} command. Lastly, the action list is terminated by an
6617@code{end} command.
6618
6619@smallexample
6620(@value{GDBP}) @b{trace foo}
6621(@value{GDBP}) @b{actions}
6622Enter actions for tracepoint 1, one per line:
6623> collect bar,baz
6624> collect $regs
6625> while-stepping 12
6626 > collect $fp, $sp
6627 > end
6628end
6629@end smallexample
6630
6631@kindex collect @r{(tracepoints)}
6632@item collect @var{expr1}, @var{expr2}, @dots{}
6633Collect values of the given expressions when the tracepoint is hit.
6634This command accepts a comma-separated list of any valid expressions.
6635In addition to global, static, or local variables, the following
6636special arguments are supported:
6637
6638@table @code
6639@item $regs
6640collect all registers
6641
6642@item $args
6643collect all function arguments
6644
6645@item $locals
6646collect all local variables.
6647@end table
6648
6649You can give several consecutive @code{collect} commands, each one
6650with a single argument, or one @code{collect} command with several
6651arguments separated by commas: the effect is the same.
6652
f5c37c66
EZ
6653The command @code{info scope} (@pxref{Symbols, info scope}) is
6654particularly useful for figuring out what data to collect.
6655
b37052ae
EZ
6656@kindex while-stepping @r{(tracepoints)}
6657@item while-stepping @var{n}
6658Perform @var{n} single-step traces after the tracepoint, collecting
6659new data at each step. The @code{while-stepping} command is
6660followed by the list of what to collect while stepping (followed by
6661its own @code{end} command):
6662
6663@smallexample
6664> while-stepping 12
6665 > collect $regs, myglobal
6666 > end
6667>
6668@end smallexample
6669
6670@noindent
6671You may abbreviate @code{while-stepping} as @code{ws} or
6672@code{stepping}.
6673@end table
6674
6675@node Listing Tracepoints
6676@subsection Listing Tracepoints
6677
6678@table @code
6679@kindex info tracepoints
6680@cindex information about tracepoints
6681@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6682Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6683a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6684defined so far. For each tracepoint, the following information is
6685shown:
6686
6687@itemize @bullet
6688@item
6689its number
6690@item
6691whether it is enabled or disabled
6692@item
6693its address
6694@item
6695its passcount as given by the @code{passcount @var{n}} command
6696@item
6697its step count as given by the @code{while-stepping @var{n}} command
6698@item
6699where in the source files is the tracepoint set
6700@item
6701its action list as given by the @code{actions} command
6702@end itemize
6703
6704@smallexample
6705(@value{GDBP}) @b{info trace}
6706Num Enb Address PassC StepC What
67071 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
67082 y 0x0020dc64 0 0 in g_test at g_test.c:1375
67093 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6710(@value{GDBP})
6711@end smallexample
6712
6713@noindent
6714This command can be abbreviated @code{info tp}.
6715@end table
6716
6717@node Starting and Stopping Trace Experiment
6718@subsection Starting and Stopping Trace Experiment
6719
6720@table @code
6721@kindex tstart
6722@cindex start a new trace experiment
6723@cindex collected data discarded
6724@item tstart
6725This command takes no arguments. It starts the trace experiment, and
6726begins collecting data. This has the side effect of discarding all
6727the data collected in the trace buffer during the previous trace
6728experiment.
6729
6730@kindex tstop
6731@cindex stop a running trace experiment
6732@item tstop
6733This command takes no arguments. It ends the trace experiment, and
6734stops collecting data.
6735
6736@strong{Note:} a trace experiment and data collection may stop
6737automatically if any tracepoint's passcount is reached
6738(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6739
6740@kindex tstatus
6741@cindex status of trace data collection
6742@cindex trace experiment, status of
6743@item tstatus
6744This command displays the status of the current trace data
6745collection.
6746@end table
6747
6748Here is an example of the commands we described so far:
6749
6750@smallexample
6751(@value{GDBP}) @b{trace gdb_c_test}
6752(@value{GDBP}) @b{actions}
6753Enter actions for tracepoint #1, one per line.
6754> collect $regs,$locals,$args
6755> while-stepping 11
6756 > collect $regs
6757 > end
6758> end
6759(@value{GDBP}) @b{tstart}
6760 [time passes @dots{}]
6761(@value{GDBP}) @b{tstop}
6762@end smallexample
6763
6764
6765@node Analyze Collected Data
6766@section Using the collected data
6767
6768After the tracepoint experiment ends, you use @value{GDBN} commands
6769for examining the trace data. The basic idea is that each tracepoint
6770collects a trace @dfn{snapshot} every time it is hit and another
6771snapshot every time it single-steps. All these snapshots are
6772consecutively numbered from zero and go into a buffer, and you can
6773examine them later. The way you examine them is to @dfn{focus} on a
6774specific trace snapshot. When the remote stub is focused on a trace
6775snapshot, it will respond to all @value{GDBN} requests for memory and
6776registers by reading from the buffer which belongs to that snapshot,
6777rather than from @emph{real} memory or registers of the program being
6778debugged. This means that @strong{all} @value{GDBN} commands
6779(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6780behave as if we were currently debugging the program state as it was
6781when the tracepoint occurred. Any requests for data that are not in
6782the buffer will fail.
6783
6784@menu
6785* tfind:: How to select a trace snapshot
6786* tdump:: How to display all data for a snapshot
6787* save-tracepoints:: How to save tracepoints for a future run
6788@end menu
6789
6790@node tfind
6791@subsection @code{tfind @var{n}}
6792
6793@kindex tfind
6794@cindex select trace snapshot
6795@cindex find trace snapshot
6796The basic command for selecting a trace snapshot from the buffer is
6797@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6798counting from zero. If no argument @var{n} is given, the next
6799snapshot is selected.
6800
6801Here are the various forms of using the @code{tfind} command.
6802
6803@table @code
6804@item tfind start
6805Find the first snapshot in the buffer. This is a synonym for
6806@code{tfind 0} (since 0 is the number of the first snapshot).
6807
6808@item tfind none
6809Stop debugging trace snapshots, resume @emph{live} debugging.
6810
6811@item tfind end
6812Same as @samp{tfind none}.
6813
6814@item tfind
6815No argument means find the next trace snapshot.
6816
6817@item tfind -
6818Find the previous trace snapshot before the current one. This permits
6819retracing earlier steps.
6820
6821@item tfind tracepoint @var{num}
6822Find the next snapshot associated with tracepoint @var{num}. Search
6823proceeds forward from the last examined trace snapshot. If no
6824argument @var{num} is given, it means find the next snapshot collected
6825for the same tracepoint as the current snapshot.
6826
6827@item tfind pc @var{addr}
6828Find the next snapshot associated with the value @var{addr} of the
6829program counter. Search proceeds forward from the last examined trace
6830snapshot. If no argument @var{addr} is given, it means find the next
6831snapshot with the same value of PC as the current snapshot.
6832
6833@item tfind outside @var{addr1}, @var{addr2}
6834Find the next snapshot whose PC is outside the given range of
6835addresses.
6836
6837@item tfind range @var{addr1}, @var{addr2}
6838Find the next snapshot whose PC is between @var{addr1} and
6839@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6840
6841@item tfind line @r{[}@var{file}:@r{]}@var{n}
6842Find the next snapshot associated with the source line @var{n}. If
6843the optional argument @var{file} is given, refer to line @var{n} in
6844that source file. Search proceeds forward from the last examined
6845trace snapshot. If no argument @var{n} is given, it means find the
6846next line other than the one currently being examined; thus saying
6847@code{tfind line} repeatedly can appear to have the same effect as
6848stepping from line to line in a @emph{live} debugging session.
6849@end table
6850
6851The default arguments for the @code{tfind} commands are specifically
6852designed to make it easy to scan through the trace buffer. For
6853instance, @code{tfind} with no argument selects the next trace
6854snapshot, and @code{tfind -} with no argument selects the previous
6855trace snapshot. So, by giving one @code{tfind} command, and then
6856simply hitting @key{RET} repeatedly you can examine all the trace
6857snapshots in order. Or, by saying @code{tfind -} and then hitting
6858@key{RET} repeatedly you can examine the snapshots in reverse order.
6859The @code{tfind line} command with no argument selects the snapshot
6860for the next source line executed. The @code{tfind pc} command with
6861no argument selects the next snapshot with the same program counter
6862(PC) as the current frame. The @code{tfind tracepoint} command with
6863no argument selects the next trace snapshot collected by the same
6864tracepoint as the current one.
6865
6866In addition to letting you scan through the trace buffer manually,
6867these commands make it easy to construct @value{GDBN} scripts that
6868scan through the trace buffer and print out whatever collected data
6869you are interested in. Thus, if we want to examine the PC, FP, and SP
6870registers from each trace frame in the buffer, we can say this:
6871
6872@smallexample
6873(@value{GDBP}) @b{tfind start}
6874(@value{GDBP}) @b{while ($trace_frame != -1)}
6875> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6876 $trace_frame, $pc, $sp, $fp
6877> tfind
6878> end
6879
6880Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6881Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6882Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6883Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6884Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6885Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6886Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6887Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6888Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6889Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6890Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6891@end smallexample
6892
6893Or, if we want to examine the variable @code{X} at each source line in
6894the buffer:
6895
6896@smallexample
6897(@value{GDBP}) @b{tfind start}
6898(@value{GDBP}) @b{while ($trace_frame != -1)}
6899> printf "Frame %d, X == %d\n", $trace_frame, X
6900> tfind line
6901> end
6902
6903Frame 0, X = 1
6904Frame 7, X = 2
6905Frame 13, X = 255
6906@end smallexample
6907
6908@node tdump
6909@subsection @code{tdump}
6910@kindex tdump
6911@cindex dump all data collected at tracepoint
6912@cindex tracepoint data, display
6913
6914This command takes no arguments. It prints all the data collected at
6915the current trace snapshot.
6916
6917@smallexample
6918(@value{GDBP}) @b{trace 444}
6919(@value{GDBP}) @b{actions}
6920Enter actions for tracepoint #2, one per line:
6921> collect $regs, $locals, $args, gdb_long_test
6922> end
6923
6924(@value{GDBP}) @b{tstart}
6925
6926(@value{GDBP}) @b{tfind line 444}
6927#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6928at gdb_test.c:444
6929444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6930
6931(@value{GDBP}) @b{tdump}
6932Data collected at tracepoint 2, trace frame 1:
6933d0 0xc4aa0085 -995491707
6934d1 0x18 24
6935d2 0x80 128
6936d3 0x33 51
6937d4 0x71aea3d 119204413
6938d5 0x22 34
6939d6 0xe0 224
6940d7 0x380035 3670069
6941a0 0x19e24a 1696330
6942a1 0x3000668 50333288
6943a2 0x100 256
6944a3 0x322000 3284992
6945a4 0x3000698 50333336
6946a5 0x1ad3cc 1758156
6947fp 0x30bf3c 0x30bf3c
6948sp 0x30bf34 0x30bf34
6949ps 0x0 0
6950pc 0x20b2c8 0x20b2c8
6951fpcontrol 0x0 0
6952fpstatus 0x0 0
6953fpiaddr 0x0 0
6954p = 0x20e5b4 "gdb-test"
6955p1 = (void *) 0x11
6956p2 = (void *) 0x22
6957p3 = (void *) 0x33
6958p4 = (void *) 0x44
6959p5 = (void *) 0x55
6960p6 = (void *) 0x66
6961gdb_long_test = 17 '\021'
6962
6963(@value{GDBP})
6964@end smallexample
6965
6966@node save-tracepoints
6967@subsection @code{save-tracepoints @var{filename}}
6968@kindex save-tracepoints
6969@cindex save tracepoints for future sessions
6970
6971This command saves all current tracepoint definitions together with
6972their actions and passcounts, into a file @file{@var{filename}}
6973suitable for use in a later debugging session. To read the saved
6974tracepoint definitions, use the @code{source} command (@pxref{Command
6975Files}).
6976
6977@node Tracepoint Variables
6978@section Convenience Variables for Tracepoints
6979@cindex tracepoint variables
6980@cindex convenience variables for tracepoints
6981
6982@table @code
6983@vindex $trace_frame
6984@item (int) $trace_frame
6985The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
6986snapshot is selected.
6987
6988@vindex $tracepoint
6989@item (int) $tracepoint
6990The tracepoint for the current trace snapshot.
6991
6992@vindex $trace_line
6993@item (int) $trace_line
6994The line number for the current trace snapshot.
6995
6996@vindex $trace_file
6997@item (char []) $trace_file
6998The source file for the current trace snapshot.
6999
7000@vindex $trace_func
7001@item (char []) $trace_func
7002The name of the function containing @code{$tracepoint}.
7003@end table
7004
7005Note: @code{$trace_file} is not suitable for use in @code{printf},
7006use @code{output} instead.
7007
7008Here's a simple example of using these convenience variables for
7009stepping through all the trace snapshots and printing some of their
7010data.
7011
7012@smallexample
7013(@value{GDBP}) @b{tfind start}
7014
7015(@value{GDBP}) @b{while $trace_frame != -1}
7016> output $trace_file
7017> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7018> tfind
7019> end
7020@end smallexample
7021
df0cd8c5
JB
7022@node Overlays
7023@chapter Debugging Programs That Use Overlays
7024@cindex overlays
7025
7026If your program is too large to fit completely in your target system's
7027memory, you can sometimes use @dfn{overlays} to work around this
7028problem. @value{GDBN} provides some support for debugging programs that
7029use overlays.
7030
7031@menu
7032* How Overlays Work:: A general explanation of overlays.
7033* Overlay Commands:: Managing overlays in @value{GDBN}.
7034* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7035 mapped by asking the inferior.
7036* Overlay Sample Program:: A sample program using overlays.
7037@end menu
7038
7039@node How Overlays Work
7040@section How Overlays Work
7041@cindex mapped overlays
7042@cindex unmapped overlays
7043@cindex load address, overlay's
7044@cindex mapped address
7045@cindex overlay area
7046
7047Suppose you have a computer whose instruction address space is only 64
7048kilobytes long, but which has much more memory which can be accessed by
7049other means: special instructions, segment registers, or memory
7050management hardware, for example. Suppose further that you want to
7051adapt a program which is larger than 64 kilobytes to run on this system.
7052
7053One solution is to identify modules of your program which are relatively
7054independent, and need not call each other directly; call these modules
7055@dfn{overlays}. Separate the overlays from the main program, and place
7056their machine code in the larger memory. Place your main program in
7057instruction memory, but leave at least enough space there to hold the
7058largest overlay as well.
7059
7060Now, to call a function located in an overlay, you must first copy that
7061overlay's machine code from the large memory into the space set aside
7062for it in the instruction memory, and then jump to its entry point
7063there.
7064
c928edc0
AC
7065@c NB: In the below the mapped area's size is greater or equal to the
7066@c size of all overlays. This is intentional to remind the developer
7067@c that overlays don't necessarily need to be the same size.
7068
474c8240 7069@smallexample
df0cd8c5 7070@group
c928edc0
AC
7071 Data Instruction Larger
7072Address Space Address Space Address Space
7073+-----------+ +-----------+ +-----------+
7074| | | | | |
7075+-----------+ +-----------+ +-----------+<-- overlay 1
7076| program | | main | .----| overlay 1 | load address
7077| variables | | program | | +-----------+
7078| and heap | | | | | |
7079+-----------+ | | | +-----------+<-- overlay 2
7080| | +-----------+ | | | load address
7081+-----------+ | | | .-| overlay 2 |
7082 | | | | | |
7083 mapped --->+-----------+ | | +-----------+
7084 address | | | | | |
7085 | overlay | <-' | | |
7086 | area | <---' +-----------+<-- overlay 3
7087 | | <---. | | load address
7088 +-----------+ `--| overlay 3 |
7089 | | | |
7090 +-----------+ | |
7091 +-----------+
7092 | |
7093 +-----------+
7094
7095 @anchor{A code overlay}A code overlay
df0cd8c5 7096@end group
474c8240 7097@end smallexample
df0cd8c5 7098
c928edc0
AC
7099The diagram (@pxref{A code overlay}) shows a system with separate data
7100and instruction address spaces. To map an overlay, the program copies
7101its code from the larger address space to the instruction address space.
7102Since the overlays shown here all use the same mapped address, only one
7103may be mapped at a time. For a system with a single address space for
7104data and instructions, the diagram would be similar, except that the
7105program variables and heap would share an address space with the main
7106program and the overlay area.
df0cd8c5
JB
7107
7108An overlay loaded into instruction memory and ready for use is called a
7109@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7110instruction memory. An overlay not present (or only partially present)
7111in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7112is its address in the larger memory. The mapped address is also called
7113the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7114called the @dfn{load memory address}, or @dfn{LMA}.
7115
7116Unfortunately, overlays are not a completely transparent way to adapt a
7117program to limited instruction memory. They introduce a new set of
7118global constraints you must keep in mind as you design your program:
7119
7120@itemize @bullet
7121
7122@item
7123Before calling or returning to a function in an overlay, your program
7124must make sure that overlay is actually mapped. Otherwise, the call or
7125return will transfer control to the right address, but in the wrong
7126overlay, and your program will probably crash.
7127
7128@item
7129If the process of mapping an overlay is expensive on your system, you
7130will need to choose your overlays carefully to minimize their effect on
7131your program's performance.
7132
7133@item
7134The executable file you load onto your system must contain each
7135overlay's instructions, appearing at the overlay's load address, not its
7136mapped address. However, each overlay's instructions must be relocated
7137and its symbols defined as if the overlay were at its mapped address.
7138You can use GNU linker scripts to specify different load and relocation
7139addresses for pieces of your program; see @ref{Overlay Description,,,
7140ld.info, Using ld: the GNU linker}.
7141
7142@item
7143The procedure for loading executable files onto your system must be able
7144to load their contents into the larger address space as well as the
7145instruction and data spaces.
7146
7147@end itemize
7148
7149The overlay system described above is rather simple, and could be
7150improved in many ways:
7151
7152@itemize @bullet
7153
7154@item
7155If your system has suitable bank switch registers or memory management
7156hardware, you could use those facilities to make an overlay's load area
7157contents simply appear at their mapped address in instruction space.
7158This would probably be faster than copying the overlay to its mapped
7159area in the usual way.
7160
7161@item
7162If your overlays are small enough, you could set aside more than one
7163overlay area, and have more than one overlay mapped at a time.
7164
7165@item
7166You can use overlays to manage data, as well as instructions. In
7167general, data overlays are even less transparent to your design than
7168code overlays: whereas code overlays only require care when you call or
7169return to functions, data overlays require care every time you access
7170the data. Also, if you change the contents of a data overlay, you
7171must copy its contents back out to its load address before you can copy a
7172different data overlay into the same mapped area.
7173
7174@end itemize
7175
7176
7177@node Overlay Commands
7178@section Overlay Commands
7179
7180To use @value{GDBN}'s overlay support, each overlay in your program must
7181correspond to a separate section of the executable file. The section's
7182virtual memory address and load memory address must be the overlay's
7183mapped and load addresses. Identifying overlays with sections allows
7184@value{GDBN} to determine the appropriate address of a function or
7185variable, depending on whether the overlay is mapped or not.
7186
7187@value{GDBN}'s overlay commands all start with the word @code{overlay};
7188you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7189
7190@table @code
7191@item overlay off
7192@kindex overlay off
7193Disable @value{GDBN}'s overlay support. When overlay support is
7194disabled, @value{GDBN} assumes that all functions and variables are
7195always present at their mapped addresses. By default, @value{GDBN}'s
7196overlay support is disabled.
7197
7198@item overlay manual
7199@kindex overlay manual
7200@cindex manual overlay debugging
7201Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7202relies on you to tell it which overlays are mapped, and which are not,
7203using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7204commands described below.
7205
7206@item overlay map-overlay @var{overlay}
7207@itemx overlay map @var{overlay}
7208@kindex overlay map-overlay
7209@cindex map an overlay
7210Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7211be the name of the object file section containing the overlay. When an
7212overlay is mapped, @value{GDBN} assumes it can find the overlay's
7213functions and variables at their mapped addresses. @value{GDBN} assumes
7214that any other overlays whose mapped ranges overlap that of
7215@var{overlay} are now unmapped.
7216
7217@item overlay unmap-overlay @var{overlay}
7218@itemx overlay unmap @var{overlay}
7219@kindex overlay unmap-overlay
7220@cindex unmap an overlay
7221Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7222must be the name of the object file section containing the overlay.
7223When an overlay is unmapped, @value{GDBN} assumes it can find the
7224overlay's functions and variables at their load addresses.
7225
7226@item overlay auto
7227@kindex overlay auto
7228Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7229consults a data structure the overlay manager maintains in the inferior
7230to see which overlays are mapped. For details, see @ref{Automatic
7231Overlay Debugging}.
7232
7233@item overlay load-target
7234@itemx overlay load
7235@kindex overlay load-target
7236@cindex reloading the overlay table
7237Re-read the overlay table from the inferior. Normally, @value{GDBN}
7238re-reads the table @value{GDBN} automatically each time the inferior
7239stops, so this command should only be necessary if you have changed the
7240overlay mapping yourself using @value{GDBN}. This command is only
7241useful when using automatic overlay debugging.
7242
7243@item overlay list-overlays
7244@itemx overlay list
7245@cindex listing mapped overlays
7246Display a list of the overlays currently mapped, along with their mapped
7247addresses, load addresses, and sizes.
7248
7249@end table
7250
7251Normally, when @value{GDBN} prints a code address, it includes the name
7252of the function the address falls in:
7253
474c8240 7254@smallexample
df0cd8c5
JB
7255(gdb) print main
7256$3 = @{int ()@} 0x11a0 <main>
474c8240 7257@end smallexample
df0cd8c5
JB
7258@noindent
7259When overlay debugging is enabled, @value{GDBN} recognizes code in
7260unmapped overlays, and prints the names of unmapped functions with
7261asterisks around them. For example, if @code{foo} is a function in an
7262unmapped overlay, @value{GDBN} prints it this way:
7263
474c8240 7264@smallexample
df0cd8c5
JB
7265(gdb) overlay list
7266No sections are mapped.
7267(gdb) print foo
7268$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7269@end smallexample
df0cd8c5
JB
7270@noindent
7271When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7272name normally:
7273
474c8240 7274@smallexample
df0cd8c5
JB
7275(gdb) overlay list
7276Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7277 mapped at 0x1016 - 0x104a
7278(gdb) print foo
7279$6 = @{int (int)@} 0x1016 <foo>
474c8240 7280@end smallexample
df0cd8c5
JB
7281
7282When overlay debugging is enabled, @value{GDBN} can find the correct
7283address for functions and variables in an overlay, whether or not the
7284overlay is mapped. This allows most @value{GDBN} commands, like
7285@code{break} and @code{disassemble}, to work normally, even on unmapped
7286code. However, @value{GDBN}'s breakpoint support has some limitations:
7287
7288@itemize @bullet
7289@item
7290@cindex breakpoints in overlays
7291@cindex overlays, setting breakpoints in
7292You can set breakpoints in functions in unmapped overlays, as long as
7293@value{GDBN} can write to the overlay at its load address.
7294@item
7295@value{GDBN} can not set hardware or simulator-based breakpoints in
7296unmapped overlays. However, if you set a breakpoint at the end of your
7297overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7298you are using manual overlay management), @value{GDBN} will re-set its
7299breakpoints properly.
7300@end itemize
7301
7302
7303@node Automatic Overlay Debugging
7304@section Automatic Overlay Debugging
7305@cindex automatic overlay debugging
7306
7307@value{GDBN} can automatically track which overlays are mapped and which
7308are not, given some simple co-operation from the overlay manager in the
7309inferior. If you enable automatic overlay debugging with the
7310@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7311looks in the inferior's memory for certain variables describing the
7312current state of the overlays.
7313
7314Here are the variables your overlay manager must define to support
7315@value{GDBN}'s automatic overlay debugging:
7316
7317@table @asis
7318
7319@item @code{_ovly_table}:
7320This variable must be an array of the following structures:
7321
474c8240 7322@smallexample
df0cd8c5
JB
7323struct
7324@{
7325 /* The overlay's mapped address. */
7326 unsigned long vma;
7327
7328 /* The size of the overlay, in bytes. */
7329 unsigned long size;
7330
7331 /* The overlay's load address. */
7332 unsigned long lma;
7333
7334 /* Non-zero if the overlay is currently mapped;
7335 zero otherwise. */
7336 unsigned long mapped;
7337@}
474c8240 7338@end smallexample
df0cd8c5
JB
7339
7340@item @code{_novlys}:
7341This variable must be a four-byte signed integer, holding the total
7342number of elements in @code{_ovly_table}.
7343
7344@end table
7345
7346To decide whether a particular overlay is mapped or not, @value{GDBN}
7347looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7348@code{lma} members equal the VMA and LMA of the overlay's section in the
7349executable file. When @value{GDBN} finds a matching entry, it consults
7350the entry's @code{mapped} member to determine whether the overlay is
7351currently mapped.
7352
81d46470 7353In addition, your overlay manager may define a function called
def71bfa 7354@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7355will silently set a breakpoint there. If the overlay manager then
7356calls this function whenever it has changed the overlay table, this
7357will enable @value{GDBN} to accurately keep track of which overlays
7358are in program memory, and update any breakpoints that may be set
7359in overlays. This will allow breakpoints to work even if the
7360overlays are kept in ROM or other non-writable memory while they
7361are not being executed.
df0cd8c5
JB
7362
7363@node Overlay Sample Program
7364@section Overlay Sample Program
7365@cindex overlay example program
7366
7367When linking a program which uses overlays, you must place the overlays
7368at their load addresses, while relocating them to run at their mapped
7369addresses. To do this, you must write a linker script (@pxref{Overlay
7370Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7371since linker scripts are specific to a particular host system, target
7372architecture, and target memory layout, this manual cannot provide
7373portable sample code demonstrating @value{GDBN}'s overlay support.
7374
7375However, the @value{GDBN} source distribution does contain an overlaid
7376program, with linker scripts for a few systems, as part of its test
7377suite. The program consists of the following files from
7378@file{gdb/testsuite/gdb.base}:
7379
7380@table @file
7381@item overlays.c
7382The main program file.
7383@item ovlymgr.c
7384A simple overlay manager, used by @file{overlays.c}.
7385@item foo.c
7386@itemx bar.c
7387@itemx baz.c
7388@itemx grbx.c
7389Overlay modules, loaded and used by @file{overlays.c}.
7390@item d10v.ld
7391@itemx m32r.ld
7392Linker scripts for linking the test program on the @code{d10v-elf}
7393and @code{m32r-elf} targets.
7394@end table
7395
7396You can build the test program using the @code{d10v-elf} GCC
7397cross-compiler like this:
7398
474c8240 7399@smallexample
df0cd8c5
JB
7400$ d10v-elf-gcc -g -c overlays.c
7401$ d10v-elf-gcc -g -c ovlymgr.c
7402$ d10v-elf-gcc -g -c foo.c
7403$ d10v-elf-gcc -g -c bar.c
7404$ d10v-elf-gcc -g -c baz.c
7405$ d10v-elf-gcc -g -c grbx.c
7406$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7407 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7408@end smallexample
df0cd8c5
JB
7409
7410The build process is identical for any other architecture, except that
7411you must substitute the appropriate compiler and linker script for the
7412target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7413
7414
6d2ebf8b 7415@node Languages
c906108c
SS
7416@chapter Using @value{GDBN} with Different Languages
7417@cindex languages
7418
c906108c
SS
7419Although programming languages generally have common aspects, they are
7420rarely expressed in the same manner. For instance, in ANSI C,
7421dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7422Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7423represented (and displayed) differently. Hex numbers in C appear as
c906108c 7424@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7425
7426@cindex working language
7427Language-specific information is built into @value{GDBN} for some languages,
7428allowing you to express operations like the above in your program's
7429native language, and allowing @value{GDBN} to output values in a manner
7430consistent with the syntax of your program's native language. The
7431language you use to build expressions is called the @dfn{working
7432language}.
7433
7434@menu
7435* Setting:: Switching between source languages
7436* Show:: Displaying the language
c906108c 7437* Checks:: Type and range checks
c906108c
SS
7438* Support:: Supported languages
7439@end menu
7440
6d2ebf8b 7441@node Setting
c906108c
SS
7442@section Switching between source languages
7443
7444There are two ways to control the working language---either have @value{GDBN}
7445set it automatically, or select it manually yourself. You can use the
7446@code{set language} command for either purpose. On startup, @value{GDBN}
7447defaults to setting the language automatically. The working language is
7448used to determine how expressions you type are interpreted, how values
7449are printed, etc.
7450
7451In addition to the working language, every source file that
7452@value{GDBN} knows about has its own working language. For some object
7453file formats, the compiler might indicate which language a particular
7454source file is in. However, most of the time @value{GDBN} infers the
7455language from the name of the file. The language of a source file
b37052ae 7456controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7457show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7458set the language of a source file from within @value{GDBN}, but you can
7459set the language associated with a filename extension. @xref{Show, ,
7460Displaying the language}.
c906108c
SS
7461
7462This is most commonly a problem when you use a program, such
5d161b24 7463as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7464another language. In that case, make the
7465program use @code{#line} directives in its C output; that way
7466@value{GDBN} will know the correct language of the source code of the original
7467program, and will display that source code, not the generated C code.
7468
7469@menu
7470* Filenames:: Filename extensions and languages.
7471* Manually:: Setting the working language manually
7472* Automatically:: Having @value{GDBN} infer the source language
7473@end menu
7474
6d2ebf8b 7475@node Filenames
c906108c
SS
7476@subsection List of filename extensions and languages
7477
7478If a source file name ends in one of the following extensions, then
7479@value{GDBN} infers that its language is the one indicated.
7480
7481@table @file
7482
7483@item .c
7484C source file
7485
7486@item .C
7487@itemx .cc
7488@itemx .cp
7489@itemx .cpp
7490@itemx .cxx
7491@itemx .c++
b37052ae 7492C@t{++} source file
c906108c 7493
b37303ee
AF
7494@item .m
7495Objective-C source file
7496
c906108c
SS
7497@item .f
7498@itemx .F
7499Fortran source file
7500
c906108c
SS
7501@item .mod
7502Modula-2 source file
c906108c
SS
7503
7504@item .s
7505@itemx .S
7506Assembler source file. This actually behaves almost like C, but
7507@value{GDBN} does not skip over function prologues when stepping.
7508@end table
7509
7510In addition, you may set the language associated with a filename
7511extension. @xref{Show, , Displaying the language}.
7512
6d2ebf8b 7513@node Manually
c906108c
SS
7514@subsection Setting the working language
7515
7516If you allow @value{GDBN} to set the language automatically,
7517expressions are interpreted the same way in your debugging session and
7518your program.
7519
7520@kindex set language
7521If you wish, you may set the language manually. To do this, issue the
7522command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7523a language, such as
c906108c 7524@code{c} or @code{modula-2}.
c906108c
SS
7525For a list of the supported languages, type @samp{set language}.
7526
c906108c
SS
7527Setting the language manually prevents @value{GDBN} from updating the working
7528language automatically. This can lead to confusion if you try
7529to debug a program when the working language is not the same as the
7530source language, when an expression is acceptable to both
7531languages---but means different things. For instance, if the current
7532source file were written in C, and @value{GDBN} was parsing Modula-2, a
7533command such as:
7534
474c8240 7535@smallexample
c906108c 7536print a = b + c
474c8240 7537@end smallexample
c906108c
SS
7538
7539@noindent
7540might not have the effect you intended. In C, this means to add
7541@code{b} and @code{c} and place the result in @code{a}. The result
7542printed would be the value of @code{a}. In Modula-2, this means to compare
7543@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7544
6d2ebf8b 7545@node Automatically
c906108c
SS
7546@subsection Having @value{GDBN} infer the source language
7547
7548To have @value{GDBN} set the working language automatically, use
7549@samp{set language local} or @samp{set language auto}. @value{GDBN}
7550then infers the working language. That is, when your program stops in a
7551frame (usually by encountering a breakpoint), @value{GDBN} sets the
7552working language to the language recorded for the function in that
7553frame. If the language for a frame is unknown (that is, if the function
7554or block corresponding to the frame was defined in a source file that
7555does not have a recognized extension), the current working language is
7556not changed, and @value{GDBN} issues a warning.
7557
7558This may not seem necessary for most programs, which are written
7559entirely in one source language. However, program modules and libraries
7560written in one source language can be used by a main program written in
7561a different source language. Using @samp{set language auto} in this
7562case frees you from having to set the working language manually.
7563
6d2ebf8b 7564@node Show
c906108c 7565@section Displaying the language
c906108c
SS
7566
7567The following commands help you find out which language is the
7568working language, and also what language source files were written in.
7569
7570@kindex show language
d4f3574e
SS
7571@kindex info frame@r{, show the source language}
7572@kindex info source@r{, show the source language}
c906108c
SS
7573@table @code
7574@item show language
7575Display the current working language. This is the
7576language you can use with commands such as @code{print} to
7577build and compute expressions that may involve variables in your program.
7578
7579@item info frame
5d161b24 7580Display the source language for this frame. This language becomes the
c906108c 7581working language if you use an identifier from this frame.
5d161b24 7582@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7583information listed here.
7584
7585@item info source
7586Display the source language of this source file.
5d161b24 7587@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7588information listed here.
7589@end table
7590
7591In unusual circumstances, you may have source files with extensions
7592not in the standard list. You can then set the extension associated
7593with a language explicitly:
7594
7595@kindex set extension-language
7596@kindex info extensions
7597@table @code
7598@item set extension-language @var{.ext} @var{language}
7599Set source files with extension @var{.ext} to be assumed to be in
7600the source language @var{language}.
7601
7602@item info extensions
7603List all the filename extensions and the associated languages.
7604@end table
7605
6d2ebf8b 7606@node Checks
c906108c
SS
7607@section Type and range checking
7608
7609@quotation
7610@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7611checking are included, but they do not yet have any effect. This
7612section documents the intended facilities.
7613@end quotation
7614@c FIXME remove warning when type/range code added
7615
7616Some languages are designed to guard you against making seemingly common
7617errors through a series of compile- and run-time checks. These include
7618checking the type of arguments to functions and operators, and making
7619sure mathematical overflows are caught at run time. Checks such as
7620these help to ensure a program's correctness once it has been compiled
7621by eliminating type mismatches, and providing active checks for range
7622errors when your program is running.
7623
7624@value{GDBN} can check for conditions like the above if you wish.
7625Although @value{GDBN} does not check the statements in your program, it
7626can check expressions entered directly into @value{GDBN} for evaluation via
7627the @code{print} command, for example. As with the working language,
7628@value{GDBN} can also decide whether or not to check automatically based on
7629your program's source language. @xref{Support, ,Supported languages},
7630for the default settings of supported languages.
7631
7632@menu
7633* Type Checking:: An overview of type checking
7634* Range Checking:: An overview of range checking
7635@end menu
7636
7637@cindex type checking
7638@cindex checks, type
6d2ebf8b 7639@node Type Checking
c906108c
SS
7640@subsection An overview of type checking
7641
7642Some languages, such as Modula-2, are strongly typed, meaning that the
7643arguments to operators and functions have to be of the correct type,
7644otherwise an error occurs. These checks prevent type mismatch
7645errors from ever causing any run-time problems. For example,
7646
7647@smallexample
76481 + 2 @result{} 3
7649@exdent but
7650@error{} 1 + 2.3
7651@end smallexample
7652
7653The second example fails because the @code{CARDINAL} 1 is not
7654type-compatible with the @code{REAL} 2.3.
7655
5d161b24
DB
7656For the expressions you use in @value{GDBN} commands, you can tell the
7657@value{GDBN} type checker to skip checking;
7658to treat any mismatches as errors and abandon the expression;
7659or to only issue warnings when type mismatches occur,
c906108c
SS
7660but evaluate the expression anyway. When you choose the last of
7661these, @value{GDBN} evaluates expressions like the second example above, but
7662also issues a warning.
7663
5d161b24
DB
7664Even if you turn type checking off, there may be other reasons
7665related to type that prevent @value{GDBN} from evaluating an expression.
7666For instance, @value{GDBN} does not know how to add an @code{int} and
7667a @code{struct foo}. These particular type errors have nothing to do
7668with the language in use, and usually arise from expressions, such as
c906108c
SS
7669the one described above, which make little sense to evaluate anyway.
7670
7671Each language defines to what degree it is strict about type. For
7672instance, both Modula-2 and C require the arguments to arithmetical
7673operators to be numbers. In C, enumerated types and pointers can be
7674represented as numbers, so that they are valid arguments to mathematical
7675operators. @xref{Support, ,Supported languages}, for further
7676details on specific languages.
7677
7678@value{GDBN} provides some additional commands for controlling the type checker:
7679
d4f3574e 7680@kindex set check@r{, type}
c906108c
SS
7681@kindex set check type
7682@kindex show check type
7683@table @code
7684@item set check type auto
7685Set type checking on or off based on the current working language.
7686@xref{Support, ,Supported languages}, for the default settings for
7687each language.
7688
7689@item set check type on
7690@itemx set check type off
7691Set type checking on or off, overriding the default setting for the
7692current working language. Issue a warning if the setting does not
7693match the language default. If any type mismatches occur in
d4f3574e 7694evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7695message and aborts evaluation of the expression.
7696
7697@item set check type warn
7698Cause the type checker to issue warnings, but to always attempt to
7699evaluate the expression. Evaluating the expression may still
7700be impossible for other reasons. For example, @value{GDBN} cannot add
7701numbers and structures.
7702
7703@item show type
5d161b24 7704Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7705is setting it automatically.
7706@end table
7707
7708@cindex range checking
7709@cindex checks, range
6d2ebf8b 7710@node Range Checking
c906108c
SS
7711@subsection An overview of range checking
7712
7713In some languages (such as Modula-2), it is an error to exceed the
7714bounds of a type; this is enforced with run-time checks. Such range
7715checking is meant to ensure program correctness by making sure
7716computations do not overflow, or indices on an array element access do
7717not exceed the bounds of the array.
7718
7719For expressions you use in @value{GDBN} commands, you can tell
7720@value{GDBN} to treat range errors in one of three ways: ignore them,
7721always treat them as errors and abandon the expression, or issue
7722warnings but evaluate the expression anyway.
7723
7724A range error can result from numerical overflow, from exceeding an
7725array index bound, or when you type a constant that is not a member
7726of any type. Some languages, however, do not treat overflows as an
7727error. In many implementations of C, mathematical overflow causes the
7728result to ``wrap around'' to lower values---for example, if @var{m} is
7729the largest integer value, and @var{s} is the smallest, then
7730
474c8240 7731@smallexample
c906108c 7732@var{m} + 1 @result{} @var{s}
474c8240 7733@end smallexample
c906108c
SS
7734
7735This, too, is specific to individual languages, and in some cases
7736specific to individual compilers or machines. @xref{Support, ,
7737Supported languages}, for further details on specific languages.
7738
7739@value{GDBN} provides some additional commands for controlling the range checker:
7740
d4f3574e 7741@kindex set check@r{, range}
c906108c
SS
7742@kindex set check range
7743@kindex show check range
7744@table @code
7745@item set check range auto
7746Set range checking on or off based on the current working language.
7747@xref{Support, ,Supported languages}, for the default settings for
7748each language.
7749
7750@item set check range on
7751@itemx set check range off
7752Set range checking on or off, overriding the default setting for the
7753current working language. A warning is issued if the setting does not
c3f6f71d
JM
7754match the language default. If a range error occurs and range checking is on,
7755then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7756
7757@item set check range warn
7758Output messages when the @value{GDBN} range checker detects a range error,
7759but attempt to evaluate the expression anyway. Evaluating the
7760expression may still be impossible for other reasons, such as accessing
7761memory that the process does not own (a typical example from many Unix
7762systems).
7763
7764@item show range
7765Show the current setting of the range checker, and whether or not it is
7766being set automatically by @value{GDBN}.
7767@end table
c906108c 7768
6d2ebf8b 7769@node Support
c906108c 7770@section Supported languages
c906108c 7771
b37303ee 7772@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7773@c This is false ...
c906108c
SS
7774Some @value{GDBN} features may be used in expressions regardless of the
7775language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7776and the @samp{@{type@}addr} construct (@pxref{Expressions,
7777,Expressions}) can be used with the constructs of any supported
7778language.
7779
7780The following sections detail to what degree each source language is
7781supported by @value{GDBN}. These sections are not meant to be language
7782tutorials or references, but serve only as a reference guide to what the
7783@value{GDBN} expression parser accepts, and what input and output
7784formats should look like for different languages. There are many good
7785books written on each of these languages; please look to these for a
7786language reference or tutorial.
7787
c906108c 7788@menu
b37303ee
AF
7789* C:: C and C@t{++}
7790* Objective-C:: Objective-C
7791* Modula-2:: Modula-2
c906108c
SS
7792@end menu
7793
6d2ebf8b 7794@node C
b37052ae 7795@subsection C and C@t{++}
7a292a7a 7796
b37052ae
EZ
7797@cindex C and C@t{++}
7798@cindex expressions in C or C@t{++}
c906108c 7799
b37052ae 7800Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7801to both languages. Whenever this is the case, we discuss those languages
7802together.
7803
41afff9a
EZ
7804@cindex C@t{++}
7805@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7806@cindex @sc{gnu} C@t{++}
7807The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7808compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7809effectively, you must compile your C@t{++} programs with a supported
7810C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7811compiler (@code{aCC}).
7812
0179ffac
DC
7813For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7814format; if it doesn't work on your system, try the stabs+ debugging
7815format. You can select those formats explicitly with the @code{g++}
7816command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7817@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7818CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7819
c906108c 7820@menu
b37052ae
EZ
7821* C Operators:: C and C@t{++} operators
7822* C Constants:: C and C@t{++} constants
7823* C plus plus expressions:: C@t{++} expressions
7824* C Defaults:: Default settings for C and C@t{++}
7825* C Checks:: C and C@t{++} type and range checks
c906108c 7826* Debugging C:: @value{GDBN} and C
b37052ae 7827* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7828@end menu
c906108c 7829
6d2ebf8b 7830@node C Operators
b37052ae 7831@subsubsection C and C@t{++} operators
7a292a7a 7832
b37052ae 7833@cindex C and C@t{++} operators
c906108c
SS
7834
7835Operators must be defined on values of specific types. For instance,
7836@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7837often defined on groups of types.
c906108c 7838
b37052ae 7839For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7840
7841@itemize @bullet
53a5351d 7842
c906108c 7843@item
c906108c 7844@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7845specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7846
7847@item
d4f3574e
SS
7848@emph{Floating-point types} include @code{float}, @code{double}, and
7849@code{long double} (if supported by the target platform).
c906108c
SS
7850
7851@item
53a5351d 7852@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7853
7854@item
7855@emph{Scalar types} include all of the above.
53a5351d 7856
c906108c
SS
7857@end itemize
7858
7859@noindent
7860The following operators are supported. They are listed here
7861in order of increasing precedence:
7862
7863@table @code
7864@item ,
7865The comma or sequencing operator. Expressions in a comma-separated list
7866are evaluated from left to right, with the result of the entire
7867expression being the last expression evaluated.
7868
7869@item =
7870Assignment. The value of an assignment expression is the value
7871assigned. Defined on scalar types.
7872
7873@item @var{op}=
7874Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7875and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7876@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7877@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7878@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7879
7880@item ?:
7881The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7882of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7883integral type.
7884
7885@item ||
7886Logical @sc{or}. Defined on integral types.
7887
7888@item &&
7889Logical @sc{and}. Defined on integral types.
7890
7891@item |
7892Bitwise @sc{or}. Defined on integral types.
7893
7894@item ^
7895Bitwise exclusive-@sc{or}. Defined on integral types.
7896
7897@item &
7898Bitwise @sc{and}. Defined on integral types.
7899
7900@item ==@r{, }!=
7901Equality and inequality. Defined on scalar types. The value of these
7902expressions is 0 for false and non-zero for true.
7903
7904@item <@r{, }>@r{, }<=@r{, }>=
7905Less than, greater than, less than or equal, greater than or equal.
7906Defined on scalar types. The value of these expressions is 0 for false
7907and non-zero for true.
7908
7909@item <<@r{, }>>
7910left shift, and right shift. Defined on integral types.
7911
7912@item @@
7913The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7914
7915@item +@r{, }-
7916Addition and subtraction. Defined on integral types, floating-point types and
7917pointer types.
7918
7919@item *@r{, }/@r{, }%
7920Multiplication, division, and modulus. Multiplication and division are
7921defined on integral and floating-point types. Modulus is defined on
7922integral types.
7923
7924@item ++@r{, }--
7925Increment and decrement. When appearing before a variable, the
7926operation is performed before the variable is used in an expression;
7927when appearing after it, the variable's value is used before the
7928operation takes place.
7929
7930@item *
7931Pointer dereferencing. Defined on pointer types. Same precedence as
7932@code{++}.
7933
7934@item &
7935Address operator. Defined on variables. Same precedence as @code{++}.
7936
b37052ae
EZ
7937For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7938allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 7939(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 7940where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 7941stored.
c906108c
SS
7942
7943@item -
7944Negative. Defined on integral and floating-point types. Same
7945precedence as @code{++}.
7946
7947@item !
7948Logical negation. Defined on integral types. Same precedence as
7949@code{++}.
7950
7951@item ~
7952Bitwise complement operator. Defined on integral types. Same precedence as
7953@code{++}.
7954
7955
7956@item .@r{, }->
7957Structure member, and pointer-to-structure member. For convenience,
7958@value{GDBN} regards the two as equivalent, choosing whether to dereference a
7959pointer based on the stored type information.
7960Defined on @code{struct} and @code{union} data.
7961
c906108c
SS
7962@item .*@r{, }->*
7963Dereferences of pointers to members.
c906108c
SS
7964
7965@item []
7966Array indexing. @code{@var{a}[@var{i}]} is defined as
7967@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7968
7969@item ()
7970Function parameter list. Same precedence as @code{->}.
7971
c906108c 7972@item ::
b37052ae 7973C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 7974and @code{class} types.
c906108c
SS
7975
7976@item ::
7a292a7a
SS
7977Doubled colons also represent the @value{GDBN} scope operator
7978(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
7979above.
c906108c
SS
7980@end table
7981
c906108c
SS
7982If an operator is redefined in the user code, @value{GDBN} usually
7983attempts to invoke the redefined version instead of using the operator's
7984predefined meaning.
c906108c 7985
c906108c 7986@menu
5d161b24 7987* C Constants::
c906108c
SS
7988@end menu
7989
6d2ebf8b 7990@node C Constants
b37052ae 7991@subsubsection C and C@t{++} constants
c906108c 7992
b37052ae 7993@cindex C and C@t{++} constants
c906108c 7994
b37052ae 7995@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 7996following ways:
c906108c
SS
7997
7998@itemize @bullet
7999@item
8000Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8001specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8002by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8003@samp{l}, specifying that the constant should be treated as a
8004@code{long} value.
8005
8006@item
8007Floating point constants are a sequence of digits, followed by a decimal
8008point, followed by a sequence of digits, and optionally followed by an
8009exponent. An exponent is of the form:
8010@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8011sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8012A floating-point constant may also end with a letter @samp{f} or
8013@samp{F}, specifying that the constant should be treated as being of
8014the @code{float} (as opposed to the default @code{double}) type; or with
8015a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8016constant.
c906108c
SS
8017
8018@item
8019Enumerated constants consist of enumerated identifiers, or their
8020integral equivalents.
8021
8022@item
8023Character constants are a single character surrounded by single quotes
8024(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8025(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8026be represented by a letter or by @dfn{escape sequences}, which are of
8027the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8028of the character's ordinal value; or of the form @samp{\@var{x}}, where
8029@samp{@var{x}} is a predefined special character---for example,
8030@samp{\n} for newline.
8031
8032@item
96a2c332
SS
8033String constants are a sequence of character constants surrounded by
8034double quotes (@code{"}). Any valid character constant (as described
8035above) may appear. Double quotes within the string must be preceded by
8036a backslash, so for instance @samp{"a\"b'c"} is a string of five
8037characters.
c906108c
SS
8038
8039@item
8040Pointer constants are an integral value. You can also write pointers
8041to constants using the C operator @samp{&}.
8042
8043@item
8044Array constants are comma-separated lists surrounded by braces @samp{@{}
8045and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8046integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8047and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8048@end itemize
8049
c906108c 8050@menu
5d161b24
DB
8051* C plus plus expressions::
8052* C Defaults::
8053* C Checks::
c906108c 8054
5d161b24 8055* Debugging C::
c906108c
SS
8056@end menu
8057
6d2ebf8b 8058@node C plus plus expressions
b37052ae
EZ
8059@subsubsection C@t{++} expressions
8060
8061@cindex expressions in C@t{++}
8062@value{GDBN} expression handling can interpret most C@t{++} expressions.
8063
0179ffac
DC
8064@cindex debugging C@t{++} programs
8065@cindex C@t{++} compilers
8066@cindex debug formats and C@t{++}
8067@cindex @value{NGCC} and C@t{++}
c906108c 8068@quotation
b37052ae 8069@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8070proper compiler and the proper debug format. Currently, @value{GDBN}
8071works best when debugging C@t{++} code that is compiled with
8072@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8073@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8074stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8075stabs+ as their default debug format, so you usually don't need to
8076specify a debug format explicitly. Other compilers and/or debug formats
8077are likely to work badly or not at all when using @value{GDBN} to debug
8078C@t{++} code.
c906108c 8079@end quotation
c906108c
SS
8080
8081@enumerate
8082
8083@cindex member functions
8084@item
8085Member function calls are allowed; you can use expressions like
8086
474c8240 8087@smallexample
c906108c 8088count = aml->GetOriginal(x, y)
474c8240 8089@end smallexample
c906108c 8090
41afff9a 8091@vindex this@r{, inside C@t{++} member functions}
b37052ae 8092@cindex namespace in C@t{++}
c906108c
SS
8093@item
8094While a member function is active (in the selected stack frame), your
8095expressions have the same namespace available as the member function;
8096that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8097pointer @code{this} following the same rules as C@t{++}.
c906108c 8098
c906108c 8099@cindex call overloaded functions
d4f3574e 8100@cindex overloaded functions, calling
b37052ae 8101@cindex type conversions in C@t{++}
c906108c
SS
8102@item
8103You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8104call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8105perform overload resolution involving user-defined type conversions,
8106calls to constructors, or instantiations of templates that do not exist
8107in the program. It also cannot handle ellipsis argument lists or
8108default arguments.
8109
8110It does perform integral conversions and promotions, floating-point
8111promotions, arithmetic conversions, pointer conversions, conversions of
8112class objects to base classes, and standard conversions such as those of
8113functions or arrays to pointers; it requires an exact match on the
8114number of function arguments.
8115
8116Overload resolution is always performed, unless you have specified
8117@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8118,@value{GDBN} features for C@t{++}}.
c906108c 8119
d4f3574e 8120You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8121explicit function signature to call an overloaded function, as in
8122@smallexample
8123p 'foo(char,int)'('x', 13)
8124@end smallexample
d4f3574e 8125
c906108c 8126The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8127see @ref{Completion, ,Command completion}.
c906108c 8128
c906108c
SS
8129@cindex reference declarations
8130@item
b37052ae
EZ
8131@value{GDBN} understands variables declared as C@t{++} references; you can use
8132them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8133dereferenced.
8134
8135In the parameter list shown when @value{GDBN} displays a frame, the values of
8136reference variables are not displayed (unlike other variables); this
8137avoids clutter, since references are often used for large structures.
8138The @emph{address} of a reference variable is always shown, unless
8139you have specified @samp{set print address off}.
8140
8141@item
b37052ae 8142@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8143expressions can use it just as expressions in your program do. Since
8144one scope may be defined in another, you can use @code{::} repeatedly if
8145necessary, for example in an expression like
8146@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8147resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8148debugging (@pxref{Variables, ,Program variables}).
8149@end enumerate
8150
b37052ae 8151In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8152calling virtual functions correctly, printing out virtual bases of
8153objects, calling functions in a base subobject, casting objects, and
8154invoking user-defined operators.
c906108c 8155
6d2ebf8b 8156@node C Defaults
b37052ae 8157@subsubsection C and C@t{++} defaults
7a292a7a 8158
b37052ae 8159@cindex C and C@t{++} defaults
c906108c 8160
c906108c
SS
8161If you allow @value{GDBN} to set type and range checking automatically, they
8162both default to @code{off} whenever the working language changes to
b37052ae 8163C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8164selects the working language.
c906108c
SS
8165
8166If you allow @value{GDBN} to set the language automatically, it
8167recognizes source files whose names end with @file{.c}, @file{.C}, or
8168@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8169these files, it sets the working language to C or C@t{++}.
c906108c
SS
8170@xref{Automatically, ,Having @value{GDBN} infer the source language},
8171for further details.
8172
c906108c
SS
8173@c Type checking is (a) primarily motivated by Modula-2, and (b)
8174@c unimplemented. If (b) changes, it might make sense to let this node
8175@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8176
6d2ebf8b 8177@node C Checks
b37052ae 8178@subsubsection C and C@t{++} type and range checks
7a292a7a 8179
b37052ae 8180@cindex C and C@t{++} checks
c906108c 8181
b37052ae 8182By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8183is not used. However, if you turn type checking on, @value{GDBN}
8184considers two variables type equivalent if:
8185
8186@itemize @bullet
8187@item
8188The two variables are structured and have the same structure, union, or
8189enumerated tag.
8190
8191@item
8192The two variables have the same type name, or types that have been
8193declared equivalent through @code{typedef}.
8194
8195@ignore
8196@c leaving this out because neither J Gilmore nor R Pesch understand it.
8197@c FIXME--beers?
8198@item
8199The two @code{struct}, @code{union}, or @code{enum} variables are
8200declared in the same declaration. (Note: this may not be true for all C
8201compilers.)
8202@end ignore
8203@end itemize
8204
8205Range checking, if turned on, is done on mathematical operations. Array
8206indices are not checked, since they are often used to index a pointer
8207that is not itself an array.
c906108c 8208
6d2ebf8b 8209@node Debugging C
c906108c 8210@subsubsection @value{GDBN} and C
c906108c
SS
8211
8212The @code{set print union} and @code{show print union} commands apply to
8213the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8214inside a @code{struct} or @code{class} is also printed. Otherwise, it
8215appears as @samp{@{...@}}.
c906108c
SS
8216
8217The @code{@@} operator aids in the debugging of dynamic arrays, formed
8218with pointers and a memory allocation function. @xref{Expressions,
8219,Expressions}.
8220
c906108c 8221@menu
5d161b24 8222* Debugging C plus plus::
c906108c
SS
8223@end menu
8224
6d2ebf8b 8225@node Debugging C plus plus
b37052ae 8226@subsubsection @value{GDBN} features for C@t{++}
c906108c 8227
b37052ae 8228@cindex commands for C@t{++}
7a292a7a 8229
b37052ae
EZ
8230Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8231designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8232
8233@table @code
8234@cindex break in overloaded functions
8235@item @r{breakpoint menus}
8236When you want a breakpoint in a function whose name is overloaded,
8237@value{GDBN} breakpoint menus help you specify which function definition
8238you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8239
b37052ae 8240@cindex overloading in C@t{++}
c906108c
SS
8241@item rbreak @var{regex}
8242Setting breakpoints using regular expressions is helpful for setting
8243breakpoints on overloaded functions that are not members of any special
8244classes.
8245@xref{Set Breaks, ,Setting breakpoints}.
8246
b37052ae 8247@cindex C@t{++} exception handling
c906108c
SS
8248@item catch throw
8249@itemx catch catch
b37052ae 8250Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8251Catchpoints, , Setting catchpoints}.
8252
8253@cindex inheritance
8254@item ptype @var{typename}
8255Print inheritance relationships as well as other information for type
8256@var{typename}.
8257@xref{Symbols, ,Examining the Symbol Table}.
8258
b37052ae 8259@cindex C@t{++} symbol display
c906108c
SS
8260@item set print demangle
8261@itemx show print demangle
8262@itemx set print asm-demangle
8263@itemx show print asm-demangle
b37052ae
EZ
8264Control whether C@t{++} symbols display in their source form, both when
8265displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8266@xref{Print Settings, ,Print settings}.
8267
8268@item set print object
8269@itemx show print object
8270Choose whether to print derived (actual) or declared types of objects.
8271@xref{Print Settings, ,Print settings}.
8272
8273@item set print vtbl
8274@itemx show print vtbl
8275Control the format for printing virtual function tables.
8276@xref{Print Settings, ,Print settings}.
c906108c 8277(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8278ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8279
8280@kindex set overload-resolution
d4f3574e 8281@cindex overloaded functions, overload resolution
c906108c 8282@item set overload-resolution on
b37052ae 8283Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8284is on. For overloaded functions, @value{GDBN} evaluates the arguments
8285and searches for a function whose signature matches the argument types,
b37052ae 8286using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8287expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8288message.
8289
8290@item set overload-resolution off
b37052ae 8291Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8292overloaded functions that are not class member functions, @value{GDBN}
8293chooses the first function of the specified name that it finds in the
8294symbol table, whether or not its arguments are of the correct type. For
8295overloaded functions that are class member functions, @value{GDBN}
8296searches for a function whose signature @emph{exactly} matches the
8297argument types.
c906108c
SS
8298
8299@item @r{Overloaded symbol names}
8300You can specify a particular definition of an overloaded symbol, using
b37052ae 8301the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8302@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8303also use the @value{GDBN} command-line word completion facilities to list the
8304available choices, or to finish the type list for you.
8305@xref{Completion,, Command completion}, for details on how to do this.
8306@end table
c906108c 8307
b37303ee
AF
8308@node Objective-C
8309@subsection Objective-C
8310
8311@cindex Objective-C
8312This section provides information about some commands and command
8313options that are useful for debugging Objective-C code.
8314
8315@menu
8316* Method Names in Commands::
8317* The Print Command with Objective-C::
8318@end menu
8319
8320@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8321@subsubsection Method Names in Commands
8322
8323The following commands have been extended to accept Objective-C method
8324names as line specifications:
8325
8326@kindex clear@r{, and Objective-C}
8327@kindex break@r{, and Objective-C}
8328@kindex info line@r{, and Objective-C}
8329@kindex jump@r{, and Objective-C}
8330@kindex list@r{, and Objective-C}
8331@itemize
8332@item @code{clear}
8333@item @code{break}
8334@item @code{info line}
8335@item @code{jump}
8336@item @code{list}
8337@end itemize
8338
8339A fully qualified Objective-C method name is specified as
8340
8341@smallexample
8342-[@var{Class} @var{methodName}]
8343@end smallexample
8344
8345where the minus sign is used to indicate an instance method and a plus
8346sign (not shown) is used to indicate a class method. The
8347class name @var{Class} and method name @var{methoName} are enclosed in
8348brackets, similar to the way messages are specified in Objective-C source
8349code. For example, to set a breakpoint at the @code{create} instance method of
8350class @code{Fruit} in the program currently being debugged, enter:
8351
8352@smallexample
8353break -[Fruit create]
8354@end smallexample
8355
8356To list ten program lines around the @code{initialize} class method,
8357enter:
8358
8359@smallexample
8360list +[NSText initialize]
8361@end smallexample
8362
8363In the current version of GDB, the plus or minus sign is required. In
8364future versions of GDB, the plus or minus sign will be optional, but you
8365can use it to narrow the search. It is also possible to specify just a
8366method name:
8367
8368@smallexample
8369break create
8370@end smallexample
8371
8372You must specify the complete method name, including any colons. If
8373your program's source files contain more than one @code{create} method,
8374you'll be presented with a numbered list of classes that implement that
8375method. Indicate your choice by number, or type @samp{0} to exit if
8376none apply.
8377
8378As another example, to clear a breakpoint established at the
8379@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8380
8381@smallexample
8382clear -[NSWindow makeKeyAndOrderFront:]
8383@end smallexample
8384
8385@node The Print Command with Objective-C
8386@subsubsection The Print Command With Objective-C
8387
8388The print command has also been extended to accept methods. For example:
8389
8390@smallexample
8391print -[object hash]
8392@end smallexample
8393
8394@cindex print an Objective-C object description
8395will tell gdb to send the -hash message to object and print the
8396result. Also an additional command has been added, @code{print-object}
8397or @code{po} for short, which is meant to print the description of an
8398object. However, this command may only work with certain Objective-C
8399libraries that have a particular hook function, called
8400@code{_NSPrintForDebugger} defined.
8401
8402@node Modula-2, , Objective-C, Support
c906108c 8403@subsection Modula-2
7a292a7a 8404
d4f3574e 8405@cindex Modula-2, @value{GDBN} support
c906108c
SS
8406
8407The extensions made to @value{GDBN} to support Modula-2 only support
8408output from the @sc{gnu} Modula-2 compiler (which is currently being
8409developed). Other Modula-2 compilers are not currently supported, and
8410attempting to debug executables produced by them is most likely
8411to give an error as @value{GDBN} reads in the executable's symbol
8412table.
8413
8414@cindex expressions in Modula-2
8415@menu
8416* M2 Operators:: Built-in operators
8417* Built-In Func/Proc:: Built-in functions and procedures
8418* M2 Constants:: Modula-2 constants
8419* M2 Defaults:: Default settings for Modula-2
8420* Deviations:: Deviations from standard Modula-2
8421* M2 Checks:: Modula-2 type and range checks
8422* M2 Scope:: The scope operators @code{::} and @code{.}
8423* GDB/M2:: @value{GDBN} and Modula-2
8424@end menu
8425
6d2ebf8b 8426@node M2 Operators
c906108c
SS
8427@subsubsection Operators
8428@cindex Modula-2 operators
8429
8430Operators must be defined on values of specific types. For instance,
8431@code{+} is defined on numbers, but not on structures. Operators are
8432often defined on groups of types. For the purposes of Modula-2, the
8433following definitions hold:
8434
8435@itemize @bullet
8436
8437@item
8438@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8439their subranges.
8440
8441@item
8442@emph{Character types} consist of @code{CHAR} and its subranges.
8443
8444@item
8445@emph{Floating-point types} consist of @code{REAL}.
8446
8447@item
8448@emph{Pointer types} consist of anything declared as @code{POINTER TO
8449@var{type}}.
8450
8451@item
8452@emph{Scalar types} consist of all of the above.
8453
8454@item
8455@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8456
8457@item
8458@emph{Boolean types} consist of @code{BOOLEAN}.
8459@end itemize
8460
8461@noindent
8462The following operators are supported, and appear in order of
8463increasing precedence:
8464
8465@table @code
8466@item ,
8467Function argument or array index separator.
8468
8469@item :=
8470Assignment. The value of @var{var} @code{:=} @var{value} is
8471@var{value}.
8472
8473@item <@r{, }>
8474Less than, greater than on integral, floating-point, or enumerated
8475types.
8476
8477@item <=@r{, }>=
96a2c332 8478Less than or equal to, greater than or equal to
c906108c
SS
8479on integral, floating-point and enumerated types, or set inclusion on
8480set types. Same precedence as @code{<}.
8481
8482@item =@r{, }<>@r{, }#
8483Equality and two ways of expressing inequality, valid on scalar types.
8484Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8485available for inequality, since @code{#} conflicts with the script
8486comment character.
8487
8488@item IN
8489Set membership. Defined on set types and the types of their members.
8490Same precedence as @code{<}.
8491
8492@item OR
8493Boolean disjunction. Defined on boolean types.
8494
8495@item AND@r{, }&
d4f3574e 8496Boolean conjunction. Defined on boolean types.
c906108c
SS
8497
8498@item @@
8499The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8500
8501@item +@r{, }-
8502Addition and subtraction on integral and floating-point types, or union
8503and difference on set types.
8504
8505@item *
8506Multiplication on integral and floating-point types, or set intersection
8507on set types.
8508
8509@item /
8510Division on floating-point types, or symmetric set difference on set
8511types. Same precedence as @code{*}.
8512
8513@item DIV@r{, }MOD
8514Integer division and remainder. Defined on integral types. Same
8515precedence as @code{*}.
8516
8517@item -
8518Negative. Defined on @code{INTEGER} and @code{REAL} data.
8519
8520@item ^
8521Pointer dereferencing. Defined on pointer types.
8522
8523@item NOT
8524Boolean negation. Defined on boolean types. Same precedence as
8525@code{^}.
8526
8527@item .
8528@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8529precedence as @code{^}.
8530
8531@item []
8532Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8533
8534@item ()
8535Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8536as @code{^}.
8537
8538@item ::@r{, }.
8539@value{GDBN} and Modula-2 scope operators.
8540@end table
8541
8542@quotation
8543@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8544treats the use of the operator @code{IN}, or the use of operators
8545@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8546@code{<=}, and @code{>=} on sets as an error.
8547@end quotation
8548
cb51c4e0 8549
6d2ebf8b 8550@node Built-In Func/Proc
c906108c 8551@subsubsection Built-in functions and procedures
cb51c4e0 8552@cindex Modula-2 built-ins
c906108c
SS
8553
8554Modula-2 also makes available several built-in procedures and functions.
8555In describing these, the following metavariables are used:
8556
8557@table @var
8558
8559@item a
8560represents an @code{ARRAY} variable.
8561
8562@item c
8563represents a @code{CHAR} constant or variable.
8564
8565@item i
8566represents a variable or constant of integral type.
8567
8568@item m
8569represents an identifier that belongs to a set. Generally used in the
8570same function with the metavariable @var{s}. The type of @var{s} should
8571be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8572
8573@item n
8574represents a variable or constant of integral or floating-point type.
8575
8576@item r
8577represents a variable or constant of floating-point type.
8578
8579@item t
8580represents a type.
8581
8582@item v
8583represents a variable.
8584
8585@item x
8586represents a variable or constant of one of many types. See the
8587explanation of the function for details.
8588@end table
8589
8590All Modula-2 built-in procedures also return a result, described below.
8591
8592@table @code
8593@item ABS(@var{n})
8594Returns the absolute value of @var{n}.
8595
8596@item CAP(@var{c})
8597If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8598equivalent, otherwise it returns its argument.
c906108c
SS
8599
8600@item CHR(@var{i})
8601Returns the character whose ordinal value is @var{i}.
8602
8603@item DEC(@var{v})
c3f6f71d 8604Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8605
8606@item DEC(@var{v},@var{i})
8607Decrements the value in the variable @var{v} by @var{i}. Returns the
8608new value.
8609
8610@item EXCL(@var{m},@var{s})
8611Removes the element @var{m} from the set @var{s}. Returns the new
8612set.
8613
8614@item FLOAT(@var{i})
8615Returns the floating point equivalent of the integer @var{i}.
8616
8617@item HIGH(@var{a})
8618Returns the index of the last member of @var{a}.
8619
8620@item INC(@var{v})
c3f6f71d 8621Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8622
8623@item INC(@var{v},@var{i})
8624Increments the value in the variable @var{v} by @var{i}. Returns the
8625new value.
8626
8627@item INCL(@var{m},@var{s})
8628Adds the element @var{m} to the set @var{s} if it is not already
8629there. Returns the new set.
8630
8631@item MAX(@var{t})
8632Returns the maximum value of the type @var{t}.
8633
8634@item MIN(@var{t})
8635Returns the minimum value of the type @var{t}.
8636
8637@item ODD(@var{i})
8638Returns boolean TRUE if @var{i} is an odd number.
8639
8640@item ORD(@var{x})
8641Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8642value of a character is its @sc{ascii} value (on machines supporting the
8643@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8644integral, character and enumerated types.
8645
8646@item SIZE(@var{x})
8647Returns the size of its argument. @var{x} can be a variable or a type.
8648
8649@item TRUNC(@var{r})
8650Returns the integral part of @var{r}.
8651
8652@item VAL(@var{t},@var{i})
8653Returns the member of the type @var{t} whose ordinal value is @var{i}.
8654@end table
8655
8656@quotation
8657@emph{Warning:} Sets and their operations are not yet supported, so
8658@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8659an error.
8660@end quotation
8661
8662@cindex Modula-2 constants
6d2ebf8b 8663@node M2 Constants
c906108c
SS
8664@subsubsection Constants
8665
8666@value{GDBN} allows you to express the constants of Modula-2 in the following
8667ways:
8668
8669@itemize @bullet
8670
8671@item
8672Integer constants are simply a sequence of digits. When used in an
8673expression, a constant is interpreted to be type-compatible with the
8674rest of the expression. Hexadecimal integers are specified by a
8675trailing @samp{H}, and octal integers by a trailing @samp{B}.
8676
8677@item
8678Floating point constants appear as a sequence of digits, followed by a
8679decimal point and another sequence of digits. An optional exponent can
8680then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8681@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8682digits of the floating point constant must be valid decimal (base 10)
8683digits.
8684
8685@item
8686Character constants consist of a single character enclosed by a pair of
8687like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8688also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8689followed by a @samp{C}.
8690
8691@item
8692String constants consist of a sequence of characters enclosed by a
8693pair of like quotes, either single (@code{'}) or double (@code{"}).
8694Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8695Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8696sequences.
8697
8698@item
8699Enumerated constants consist of an enumerated identifier.
8700
8701@item
8702Boolean constants consist of the identifiers @code{TRUE} and
8703@code{FALSE}.
8704
8705@item
8706Pointer constants consist of integral values only.
8707
8708@item
8709Set constants are not yet supported.
8710@end itemize
8711
6d2ebf8b 8712@node M2 Defaults
c906108c
SS
8713@subsubsection Modula-2 defaults
8714@cindex Modula-2 defaults
8715
8716If type and range checking are set automatically by @value{GDBN}, they
8717both default to @code{on} whenever the working language changes to
d4f3574e 8718Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8719selected the working language.
8720
8721If you allow @value{GDBN} to set the language automatically, then entering
8722code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8723working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8724the language automatically}, for further details.
8725
6d2ebf8b 8726@node Deviations
c906108c
SS
8727@subsubsection Deviations from standard Modula-2
8728@cindex Modula-2, deviations from
8729
8730A few changes have been made to make Modula-2 programs easier to debug.
8731This is done primarily via loosening its type strictness:
8732
8733@itemize @bullet
8734@item
8735Unlike in standard Modula-2, pointer constants can be formed by
8736integers. This allows you to modify pointer variables during
8737debugging. (In standard Modula-2, the actual address contained in a
8738pointer variable is hidden from you; it can only be modified
8739through direct assignment to another pointer variable or expression that
8740returned a pointer.)
8741
8742@item
8743C escape sequences can be used in strings and characters to represent
8744non-printable characters. @value{GDBN} prints out strings with these
8745escape sequences embedded. Single non-printable characters are
8746printed using the @samp{CHR(@var{nnn})} format.
8747
8748@item
8749The assignment operator (@code{:=}) returns the value of its right-hand
8750argument.
8751
8752@item
8753All built-in procedures both modify @emph{and} return their argument.
8754@end itemize
8755
6d2ebf8b 8756@node M2 Checks
c906108c
SS
8757@subsubsection Modula-2 type and range checks
8758@cindex Modula-2 checks
8759
8760@quotation
8761@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8762range checking.
8763@end quotation
8764@c FIXME remove warning when type/range checks added
8765
8766@value{GDBN} considers two Modula-2 variables type equivalent if:
8767
8768@itemize @bullet
8769@item
8770They are of types that have been declared equivalent via a @code{TYPE
8771@var{t1} = @var{t2}} statement
8772
8773@item
8774They have been declared on the same line. (Note: This is true of the
8775@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8776@end itemize
8777
8778As long as type checking is enabled, any attempt to combine variables
8779whose types are not equivalent is an error.
8780
8781Range checking is done on all mathematical operations, assignment, array
8782index bounds, and all built-in functions and procedures.
8783
6d2ebf8b 8784@node M2 Scope
c906108c
SS
8785@subsubsection The scope operators @code{::} and @code{.}
8786@cindex scope
41afff9a 8787@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8788@cindex colon, doubled as scope operator
8789@ifinfo
41afff9a 8790@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8791@c Info cannot handle :: but TeX can.
8792@end ifinfo
8793@iftex
41afff9a 8794@vindex ::@r{, in Modula-2}
c906108c
SS
8795@end iftex
8796
8797There are a few subtle differences between the Modula-2 scope operator
8798(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8799similar syntax:
8800
474c8240 8801@smallexample
c906108c
SS
8802
8803@var{module} . @var{id}
8804@var{scope} :: @var{id}
474c8240 8805@end smallexample
c906108c
SS
8806
8807@noindent
8808where @var{scope} is the name of a module or a procedure,
8809@var{module} the name of a module, and @var{id} is any declared
8810identifier within your program, except another module.
8811
8812Using the @code{::} operator makes @value{GDBN} search the scope
8813specified by @var{scope} for the identifier @var{id}. If it is not
8814found in the specified scope, then @value{GDBN} searches all scopes
8815enclosing the one specified by @var{scope}.
8816
8817Using the @code{.} operator makes @value{GDBN} search the current scope for
8818the identifier specified by @var{id} that was imported from the
8819definition module specified by @var{module}. With this operator, it is
8820an error if the identifier @var{id} was not imported from definition
8821module @var{module}, or if @var{id} is not an identifier in
8822@var{module}.
8823
6d2ebf8b 8824@node GDB/M2
c906108c
SS
8825@subsubsection @value{GDBN} and Modula-2
8826
8827Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8828Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8829specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8830@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8831apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8832analogue in Modula-2.
8833
8834The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8835with any language, is not useful with Modula-2. Its
c906108c 8836intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8837created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8838address can be specified by an integral constant, the construct
d4f3574e 8839@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8840
8841@cindex @code{#} in Modula-2
8842In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8843interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8844
6d2ebf8b 8845@node Symbols
c906108c
SS
8846@chapter Examining the Symbol Table
8847
d4f3574e 8848The commands described in this chapter allow you to inquire about the
c906108c
SS
8849symbols (names of variables, functions and types) defined in your
8850program. This information is inherent in the text of your program and
8851does not change as your program executes. @value{GDBN} finds it in your
8852program's symbol table, in the file indicated when you started @value{GDBN}
8853(@pxref{File Options, ,Choosing files}), or by one of the
8854file-management commands (@pxref{Files, ,Commands to specify files}).
8855
8856@cindex symbol names
8857@cindex names of symbols
8858@cindex quoting names
8859Occasionally, you may need to refer to symbols that contain unusual
8860characters, which @value{GDBN} ordinarily treats as word delimiters. The
8861most frequent case is in referring to static variables in other
8862source files (@pxref{Variables,,Program variables}). File names
8863are recorded in object files as debugging symbols, but @value{GDBN} would
8864ordinarily parse a typical file name, like @file{foo.c}, as the three words
8865@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8866@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8867
474c8240 8868@smallexample
c906108c 8869p 'foo.c'::x
474c8240 8870@end smallexample
c906108c
SS
8871
8872@noindent
8873looks up the value of @code{x} in the scope of the file @file{foo.c}.
8874
8875@table @code
8876@kindex info address
b37052ae 8877@cindex address of a symbol
c906108c
SS
8878@item info address @var{symbol}
8879Describe where the data for @var{symbol} is stored. For a register
8880variable, this says which register it is kept in. For a non-register
8881local variable, this prints the stack-frame offset at which the variable
8882is always stored.
8883
8884Note the contrast with @samp{print &@var{symbol}}, which does not work
8885at all for a register variable, and for a stack local variable prints
8886the exact address of the current instantiation of the variable.
8887
3d67e040 8888@kindex info symbol
b37052ae 8889@cindex symbol from address
3d67e040
EZ
8890@item info symbol @var{addr}
8891Print the name of a symbol which is stored at the address @var{addr}.
8892If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8893nearest symbol and an offset from it:
8894
474c8240 8895@smallexample
3d67e040
EZ
8896(@value{GDBP}) info symbol 0x54320
8897_initialize_vx + 396 in section .text
474c8240 8898@end smallexample
3d67e040
EZ
8899
8900@noindent
8901This is the opposite of the @code{info address} command. You can use
8902it to find out the name of a variable or a function given its address.
8903
c906108c 8904@kindex whatis
d4f3574e
SS
8905@item whatis @var{expr}
8906Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
8907actually evaluated, and any side-effecting operations (such as
8908assignments or function calls) inside it do not take place.
8909@xref{Expressions, ,Expressions}.
8910
8911@item whatis
8912Print the data type of @code{$}, the last value in the value history.
8913
8914@kindex ptype
8915@item ptype @var{typename}
8916Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
8917the name of a type, or for C code it may have the form @samp{class
8918@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8919@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 8920
d4f3574e 8921@item ptype @var{expr}
c906108c 8922@itemx ptype
d4f3574e 8923Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
8924differs from @code{whatis} by printing a detailed description, instead
8925of just the name of the type.
8926
8927For example, for this variable declaration:
8928
474c8240 8929@smallexample
c906108c 8930struct complex @{double real; double imag;@} v;
474c8240 8931@end smallexample
c906108c
SS
8932
8933@noindent
8934the two commands give this output:
8935
474c8240 8936@smallexample
c906108c
SS
8937@group
8938(@value{GDBP}) whatis v
8939type = struct complex
8940(@value{GDBP}) ptype v
8941type = struct complex @{
8942 double real;
8943 double imag;
8944@}
8945@end group
474c8240 8946@end smallexample
c906108c
SS
8947
8948@noindent
8949As with @code{whatis}, using @code{ptype} without an argument refers to
8950the type of @code{$}, the last value in the value history.
8951
8952@kindex info types
8953@item info types @var{regexp}
8954@itemx info types
d4f3574e 8955Print a brief description of all types whose names match @var{regexp}
c906108c
SS
8956(or all types in your program, if you supply no argument). Each
8957complete typename is matched as though it were a complete line; thus,
8958@samp{i type value} gives information on all types in your program whose
d4f3574e 8959names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
8960information only on types whose complete name is @code{value}.
8961
8962This command differs from @code{ptype} in two ways: first, like
8963@code{whatis}, it does not print a detailed description; second, it
8964lists all source files where a type is defined.
8965
b37052ae
EZ
8966@kindex info scope
8967@cindex local variables
8968@item info scope @var{addr}
8969List all the variables local to a particular scope. This command
8970accepts a location---a function name, a source line, or an address
8971preceded by a @samp{*}, and prints all the variables local to the
8972scope defined by that location. For example:
8973
8974@smallexample
8975(@value{GDBP}) @b{info scope command_line_handler}
8976Scope for command_line_handler:
8977Symbol rl is an argument at stack/frame offset 8, length 4.
8978Symbol linebuffer is in static storage at address 0x150a18, length 4.
8979Symbol linelength is in static storage at address 0x150a1c, length 4.
8980Symbol p is a local variable in register $esi, length 4.
8981Symbol p1 is a local variable in register $ebx, length 4.
8982Symbol nline is a local variable in register $edx, length 4.
8983Symbol repeat is a local variable at frame offset -8, length 4.
8984@end smallexample
8985
f5c37c66
EZ
8986@noindent
8987This command is especially useful for determining what data to collect
8988during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
8989collect}.
8990
c906108c
SS
8991@kindex info source
8992@item info source
919d772c
JB
8993Show information about the current source file---that is, the source file for
8994the function containing the current point of execution:
8995@itemize @bullet
8996@item
8997the name of the source file, and the directory containing it,
8998@item
8999the directory it was compiled in,
9000@item
9001its length, in lines,
9002@item
9003which programming language it is written in,
9004@item
9005whether the executable includes debugging information for that file, and
9006if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9007@item
9008whether the debugging information includes information about
9009preprocessor macros.
9010@end itemize
9011
c906108c
SS
9012
9013@kindex info sources
9014@item info sources
9015Print the names of all source files in your program for which there is
9016debugging information, organized into two lists: files whose symbols
9017have already been read, and files whose symbols will be read when needed.
9018
9019@kindex info functions
9020@item info functions
9021Print the names and data types of all defined functions.
9022
9023@item info functions @var{regexp}
9024Print the names and data types of all defined functions
9025whose names contain a match for regular expression @var{regexp}.
9026Thus, @samp{info fun step} finds all functions whose names
9027include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9028start with @code{step}. If a function name contains characters
9029that conflict with the regular expression language (eg.
9030@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9031
9032@kindex info variables
9033@item info variables
9034Print the names and data types of all variables that are declared
6ca652b0 9035outside of functions (i.e.@: excluding local variables).
c906108c
SS
9036
9037@item info variables @var{regexp}
9038Print the names and data types of all variables (except for local
9039variables) whose names contain a match for regular expression
9040@var{regexp}.
9041
b37303ee
AF
9042@kindex info classes
9043@item info classes
9044@itemx info classes @var{regexp}
9045Display all Objective-C classes in your program, or
9046(with the @var{regexp} argument) all those matching a particular regular
9047expression.
9048
9049@kindex info selectors
9050@item info selectors
9051@itemx info selectors @var{regexp}
9052Display all Objective-C selectors in your program, or
9053(with the @var{regexp} argument) all those matching a particular regular
9054expression.
9055
c906108c
SS
9056@ignore
9057This was never implemented.
9058@kindex info methods
9059@item info methods
9060@itemx info methods @var{regexp}
9061The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9062methods within C@t{++} program, or (with the @var{regexp} argument) a
9063specific set of methods found in the various C@t{++} classes. Many
9064C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9065from the @code{ptype} command can be overwhelming and hard to use. The
9066@code{info-methods} command filters the methods, printing only those
9067which match the regular-expression @var{regexp}.
9068@end ignore
9069
c906108c
SS
9070@cindex reloading symbols
9071Some systems allow individual object files that make up your program to
7a292a7a
SS
9072be replaced without stopping and restarting your program. For example,
9073in VxWorks you can simply recompile a defective object file and keep on
9074running. If you are running on one of these systems, you can allow
9075@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9076
9077@table @code
9078@kindex set symbol-reloading
9079@item set symbol-reloading on
9080Replace symbol definitions for the corresponding source file when an
9081object file with a particular name is seen again.
9082
9083@item set symbol-reloading off
6d2ebf8b
SS
9084Do not replace symbol definitions when encountering object files of the
9085same name more than once. This is the default state; if you are not
9086running on a system that permits automatic relinking of modules, you
9087should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9088may discard symbols when linking large programs, that may contain
9089several modules (from different directories or libraries) with the same
9090name.
c906108c
SS
9091
9092@kindex show symbol-reloading
9093@item show symbol-reloading
9094Show the current @code{on} or @code{off} setting.
9095@end table
c906108c 9096
c906108c
SS
9097@kindex set opaque-type-resolution
9098@item set opaque-type-resolution on
9099Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9100declared as a pointer to a @code{struct}, @code{class}, or
9101@code{union}---for example, @code{struct MyType *}---that is used in one
9102source file although the full declaration of @code{struct MyType} is in
9103another source file. The default is on.
9104
9105A change in the setting of this subcommand will not take effect until
9106the next time symbols for a file are loaded.
9107
9108@item set opaque-type-resolution off
9109Tell @value{GDBN} not to resolve opaque types. In this case, the type
9110is printed as follows:
9111@smallexample
9112@{<no data fields>@}
9113@end smallexample
9114
9115@kindex show opaque-type-resolution
9116@item show opaque-type-resolution
9117Show whether opaque types are resolved or not.
c906108c
SS
9118
9119@kindex maint print symbols
9120@cindex symbol dump
9121@kindex maint print psymbols
9122@cindex partial symbol dump
9123@item maint print symbols @var{filename}
9124@itemx maint print psymbols @var{filename}
9125@itemx maint print msymbols @var{filename}
9126Write a dump of debugging symbol data into the file @var{filename}.
9127These commands are used to debug the @value{GDBN} symbol-reading code. Only
9128symbols with debugging data are included. If you use @samp{maint print
9129symbols}, @value{GDBN} includes all the symbols for which it has already
9130collected full details: that is, @var{filename} reflects symbols for
9131only those files whose symbols @value{GDBN} has read. You can use the
9132command @code{info sources} to find out which files these are. If you
9133use @samp{maint print psymbols} instead, the dump shows information about
9134symbols that @value{GDBN} only knows partially---that is, symbols defined in
9135files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9136@samp{maint print msymbols} dumps just the minimal symbol information
9137required for each object file from which @value{GDBN} has read some symbols.
9138@xref{Files, ,Commands to specify files}, for a discussion of how
9139@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9140
5e7b2f39
JB
9141@kindex maint info symtabs
9142@kindex maint info psymtabs
44ea7b70
JB
9143@cindex listing @value{GDBN}'s internal symbol tables
9144@cindex symbol tables, listing @value{GDBN}'s internal
9145@cindex full symbol tables, listing @value{GDBN}'s internal
9146@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9147@item maint info symtabs @r{[} @var{regexp} @r{]}
9148@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9149
9150List the @code{struct symtab} or @code{struct partial_symtab}
9151structures whose names match @var{regexp}. If @var{regexp} is not
9152given, list them all. The output includes expressions which you can
9153copy into a @value{GDBN} debugging this one to examine a particular
9154structure in more detail. For example:
9155
9156@smallexample
5e7b2f39 9157(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9158@{ objfile /home/gnu/build/gdb/gdb
9159 ((struct objfile *) 0x82e69d0)
9160 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9161 ((struct partial_symtab *) 0x8474b10)
9162 readin no
9163 fullname (null)
9164 text addresses 0x814d3c8 -- 0x8158074
9165 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9166 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9167 dependencies (none)
9168 @}
9169@}
5e7b2f39 9170(@value{GDBP}) maint info symtabs
44ea7b70
JB
9171(@value{GDBP})
9172@end smallexample
9173@noindent
9174We see that there is one partial symbol table whose filename contains
9175the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9176and we see that @value{GDBN} has not read in any symtabs yet at all.
9177If we set a breakpoint on a function, that will cause @value{GDBN} to
9178read the symtab for the compilation unit containing that function:
9179
9180@smallexample
9181(@value{GDBP}) break dwarf2_psymtab_to_symtab
9182Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9183line 1574.
5e7b2f39 9184(@value{GDBP}) maint info symtabs
44ea7b70
JB
9185@{ objfile /home/gnu/build/gdb/gdb
9186 ((struct objfile *) 0x82e69d0)
9187 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9188 ((struct symtab *) 0x86c1f38)
9189 dirname (null)
9190 fullname (null)
9191 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9192 debugformat DWARF 2
9193 @}
9194@}
9195(@value{GDBP})
9196@end smallexample
c906108c
SS
9197@end table
9198
44ea7b70 9199
6d2ebf8b 9200@node Altering
c906108c
SS
9201@chapter Altering Execution
9202
9203Once you think you have found an error in your program, you might want to
9204find out for certain whether correcting the apparent error would lead to
9205correct results in the rest of the run. You can find the answer by
9206experiment, using the @value{GDBN} features for altering execution of the
9207program.
9208
9209For example, you can store new values into variables or memory
7a292a7a
SS
9210locations, give your program a signal, restart it at a different
9211address, or even return prematurely from a function.
c906108c
SS
9212
9213@menu
9214* Assignment:: Assignment to variables
9215* Jumping:: Continuing at a different address
c906108c 9216* Signaling:: Giving your program a signal
c906108c
SS
9217* Returning:: Returning from a function
9218* Calling:: Calling your program's functions
9219* Patching:: Patching your program
9220@end menu
9221
6d2ebf8b 9222@node Assignment
c906108c
SS
9223@section Assignment to variables
9224
9225@cindex assignment
9226@cindex setting variables
9227To alter the value of a variable, evaluate an assignment expression.
9228@xref{Expressions, ,Expressions}. For example,
9229
474c8240 9230@smallexample
c906108c 9231print x=4
474c8240 9232@end smallexample
c906108c
SS
9233
9234@noindent
9235stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9236value of the assignment expression (which is 4).
c906108c
SS
9237@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9238information on operators in supported languages.
c906108c
SS
9239
9240@kindex set variable
9241@cindex variables, setting
9242If you are not interested in seeing the value of the assignment, use the
9243@code{set} command instead of the @code{print} command. @code{set} is
9244really the same as @code{print} except that the expression's value is
9245not printed and is not put in the value history (@pxref{Value History,
9246,Value history}). The expression is evaluated only for its effects.
9247
c906108c
SS
9248If the beginning of the argument string of the @code{set} command
9249appears identical to a @code{set} subcommand, use the @code{set
9250variable} command instead of just @code{set}. This command is identical
9251to @code{set} except for its lack of subcommands. For example, if your
9252program has a variable @code{width}, you get an error if you try to set
9253a new value with just @samp{set width=13}, because @value{GDBN} has the
9254command @code{set width}:
9255
474c8240 9256@smallexample
c906108c
SS
9257(@value{GDBP}) whatis width
9258type = double
9259(@value{GDBP}) p width
9260$4 = 13
9261(@value{GDBP}) set width=47
9262Invalid syntax in expression.
474c8240 9263@end smallexample
c906108c
SS
9264
9265@noindent
9266The invalid expression, of course, is @samp{=47}. In
9267order to actually set the program's variable @code{width}, use
9268
474c8240 9269@smallexample
c906108c 9270(@value{GDBP}) set var width=47
474c8240 9271@end smallexample
53a5351d 9272
c906108c
SS
9273Because the @code{set} command has many subcommands that can conflict
9274with the names of program variables, it is a good idea to use the
9275@code{set variable} command instead of just @code{set}. For example, if
9276your program has a variable @code{g}, you run into problems if you try
9277to set a new value with just @samp{set g=4}, because @value{GDBN} has
9278the command @code{set gnutarget}, abbreviated @code{set g}:
9279
474c8240 9280@smallexample
c906108c
SS
9281@group
9282(@value{GDBP}) whatis g
9283type = double
9284(@value{GDBP}) p g
9285$1 = 1
9286(@value{GDBP}) set g=4
2df3850c 9287(@value{GDBP}) p g
c906108c
SS
9288$2 = 1
9289(@value{GDBP}) r
9290The program being debugged has been started already.
9291Start it from the beginning? (y or n) y
9292Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9293"/home/smith/cc_progs/a.out": can't open to read symbols:
9294 Invalid bfd target.
c906108c
SS
9295(@value{GDBP}) show g
9296The current BFD target is "=4".
9297@end group
474c8240 9298@end smallexample
c906108c
SS
9299
9300@noindent
9301The program variable @code{g} did not change, and you silently set the
9302@code{gnutarget} to an invalid value. In order to set the variable
9303@code{g}, use
9304
474c8240 9305@smallexample
c906108c 9306(@value{GDBP}) set var g=4
474c8240 9307@end smallexample
c906108c
SS
9308
9309@value{GDBN} allows more implicit conversions in assignments than C; you can
9310freely store an integer value into a pointer variable or vice versa,
9311and you can convert any structure to any other structure that is the
9312same length or shorter.
9313@comment FIXME: how do structs align/pad in these conversions?
9314@comment /doc@cygnus.com 18dec1990
9315
9316To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9317construct to generate a value of specified type at a specified address
9318(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9319to memory location @code{0x83040} as an integer (which implies a certain size
9320and representation in memory), and
9321
474c8240 9322@smallexample
c906108c 9323set @{int@}0x83040 = 4
474c8240 9324@end smallexample
c906108c
SS
9325
9326@noindent
9327stores the value 4 into that memory location.
9328
6d2ebf8b 9329@node Jumping
c906108c
SS
9330@section Continuing at a different address
9331
9332Ordinarily, when you continue your program, you do so at the place where
9333it stopped, with the @code{continue} command. You can instead continue at
9334an address of your own choosing, with the following commands:
9335
9336@table @code
9337@kindex jump
9338@item jump @var{linespec}
9339Resume execution at line @var{linespec}. Execution stops again
9340immediately if there is a breakpoint there. @xref{List, ,Printing
9341source lines}, for a description of the different forms of
9342@var{linespec}. It is common practice to use the @code{tbreak} command
9343in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9344breakpoints}.
9345
9346The @code{jump} command does not change the current stack frame, or
9347the stack pointer, or the contents of any memory location or any
9348register other than the program counter. If line @var{linespec} is in
9349a different function from the one currently executing, the results may
9350be bizarre if the two functions expect different patterns of arguments or
9351of local variables. For this reason, the @code{jump} command requests
9352confirmation if the specified line is not in the function currently
9353executing. However, even bizarre results are predictable if you are
9354well acquainted with the machine-language code of your program.
9355
9356@item jump *@var{address}
9357Resume execution at the instruction at address @var{address}.
9358@end table
9359
c906108c 9360@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9361On many systems, you can get much the same effect as the @code{jump}
9362command by storing a new value into the register @code{$pc}. The
9363difference is that this does not start your program running; it only
9364changes the address of where it @emph{will} run when you continue. For
9365example,
c906108c 9366
474c8240 9367@smallexample
c906108c 9368set $pc = 0x485
474c8240 9369@end smallexample
c906108c
SS
9370
9371@noindent
9372makes the next @code{continue} command or stepping command execute at
9373address @code{0x485}, rather than at the address where your program stopped.
9374@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9375
9376The most common occasion to use the @code{jump} command is to back
9377up---perhaps with more breakpoints set---over a portion of a program
9378that has already executed, in order to examine its execution in more
9379detail.
9380
c906108c 9381@c @group
6d2ebf8b 9382@node Signaling
c906108c
SS
9383@section Giving your program a signal
9384
9385@table @code
9386@kindex signal
9387@item signal @var{signal}
9388Resume execution where your program stopped, but immediately give it the
9389signal @var{signal}. @var{signal} can be the name or the number of a
9390signal. For example, on many systems @code{signal 2} and @code{signal
9391SIGINT} are both ways of sending an interrupt signal.
9392
9393Alternatively, if @var{signal} is zero, continue execution without
9394giving a signal. This is useful when your program stopped on account of
9395a signal and would ordinary see the signal when resumed with the
9396@code{continue} command; @samp{signal 0} causes it to resume without a
9397signal.
9398
9399@code{signal} does not repeat when you press @key{RET} a second time
9400after executing the command.
9401@end table
9402@c @end group
9403
9404Invoking the @code{signal} command is not the same as invoking the
9405@code{kill} utility from the shell. Sending a signal with @code{kill}
9406causes @value{GDBN} to decide what to do with the signal depending on
9407the signal handling tables (@pxref{Signals}). The @code{signal} command
9408passes the signal directly to your program.
9409
c906108c 9410
6d2ebf8b 9411@node Returning
c906108c
SS
9412@section Returning from a function
9413
9414@table @code
9415@cindex returning from a function
9416@kindex return
9417@item return
9418@itemx return @var{expression}
9419You can cancel execution of a function call with the @code{return}
9420command. If you give an
9421@var{expression} argument, its value is used as the function's return
9422value.
9423@end table
9424
9425When you use @code{return}, @value{GDBN} discards the selected stack frame
9426(and all frames within it). You can think of this as making the
9427discarded frame return prematurely. If you wish to specify a value to
9428be returned, give that value as the argument to @code{return}.
9429
9430This pops the selected stack frame (@pxref{Selection, ,Selecting a
9431frame}), and any other frames inside of it, leaving its caller as the
9432innermost remaining frame. That frame becomes selected. The
9433specified value is stored in the registers used for returning values
9434of functions.
9435
9436The @code{return} command does not resume execution; it leaves the
9437program stopped in the state that would exist if the function had just
9438returned. In contrast, the @code{finish} command (@pxref{Continuing
9439and Stepping, ,Continuing and stepping}) resumes execution until the
9440selected stack frame returns naturally.
9441
6d2ebf8b 9442@node Calling
c906108c
SS
9443@section Calling program functions
9444
9445@cindex calling functions
9446@kindex call
9447@table @code
9448@item call @var{expr}
9449Evaluate the expression @var{expr} without displaying @code{void}
9450returned values.
9451@end table
9452
9453You can use this variant of the @code{print} command if you want to
9454execute a function from your program, but without cluttering the output
5d161b24
DB
9455with @code{void} returned values. If the result is not void, it
9456is printed and saved in the value history.
c906108c 9457
6d2ebf8b 9458@node Patching
c906108c 9459@section Patching programs
7a292a7a 9460
c906108c
SS
9461@cindex patching binaries
9462@cindex writing into executables
c906108c 9463@cindex writing into corefiles
c906108c 9464
7a292a7a
SS
9465By default, @value{GDBN} opens the file containing your program's
9466executable code (or the corefile) read-only. This prevents accidental
9467alterations to machine code; but it also prevents you from intentionally
9468patching your program's binary.
c906108c
SS
9469
9470If you'd like to be able to patch the binary, you can specify that
9471explicitly with the @code{set write} command. For example, you might
9472want to turn on internal debugging flags, or even to make emergency
9473repairs.
9474
9475@table @code
9476@kindex set write
9477@item set write on
9478@itemx set write off
7a292a7a
SS
9479If you specify @samp{set write on}, @value{GDBN} opens executable and
9480core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9481off} (the default), @value{GDBN} opens them read-only.
9482
9483If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9484@code{exec-file} or @code{core-file} command) after changing @code{set
9485write}, for your new setting to take effect.
c906108c
SS
9486
9487@item show write
9488@kindex show write
7a292a7a
SS
9489Display whether executable files and core files are opened for writing
9490as well as reading.
c906108c
SS
9491@end table
9492
6d2ebf8b 9493@node GDB Files
c906108c
SS
9494@chapter @value{GDBN} Files
9495
7a292a7a
SS
9496@value{GDBN} needs to know the file name of the program to be debugged,
9497both in order to read its symbol table and in order to start your
9498program. To debug a core dump of a previous run, you must also tell
9499@value{GDBN} the name of the core dump file.
c906108c
SS
9500
9501@menu
9502* Files:: Commands to specify files
5b5d99cf 9503* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9504* Symbol Errors:: Errors reading symbol files
9505@end menu
9506
6d2ebf8b 9507@node Files
c906108c 9508@section Commands to specify files
c906108c 9509
7a292a7a 9510@cindex symbol table
c906108c 9511@cindex core dump file
7a292a7a
SS
9512
9513You may want to specify executable and core dump file names. The usual
9514way to do this is at start-up time, using the arguments to
9515@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9516Out of @value{GDBN}}).
c906108c
SS
9517
9518Occasionally it is necessary to change to a different file during a
9519@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9520a file you want to use. In these situations the @value{GDBN} commands
9521to specify new files are useful.
9522
9523@table @code
9524@cindex executable file
9525@kindex file
9526@item file @var{filename}
9527Use @var{filename} as the program to be debugged. It is read for its
9528symbols and for the contents of pure memory. It is also the program
9529executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9530directory and the file is not found in the @value{GDBN} working directory,
9531@value{GDBN} uses the environment variable @code{PATH} as a list of
9532directories to search, just as the shell does when looking for a program
9533to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9534and your program, using the @code{path} command.
9535
6d2ebf8b 9536On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9537@file{@var{filename}.syms} may hold symbol table information for
9538@var{filename}. If so, @value{GDBN} maps in the symbol table from
9539@file{@var{filename}.syms}, starting up more quickly. See the
9540descriptions of the file options @samp{-mapped} and @samp{-readnow}
9541(available on the command line, and with the commands @code{file},
5d161b24 9542@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9543for more information.
c906108c
SS
9544
9545@item file
9546@code{file} with no argument makes @value{GDBN} discard any information it
9547has on both executable file and the symbol table.
9548
9549@kindex exec-file
9550@item exec-file @r{[} @var{filename} @r{]}
9551Specify that the program to be run (but not the symbol table) is found
9552in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9553if necessary to locate your program. Omitting @var{filename} means to
9554discard information on the executable file.
9555
9556@kindex symbol-file
9557@item symbol-file @r{[} @var{filename} @r{]}
9558Read symbol table information from file @var{filename}. @code{PATH} is
9559searched when necessary. Use the @code{file} command to get both symbol
9560table and program to run from the same file.
9561
9562@code{symbol-file} with no argument clears out @value{GDBN} information on your
9563program's symbol table.
9564
5d161b24 9565The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9566of its convenience variables, the value history, and all breakpoints and
9567auto-display expressions. This is because they may contain pointers to
9568the internal data recording symbols and data types, which are part of
9569the old symbol table data being discarded inside @value{GDBN}.
9570
9571@code{symbol-file} does not repeat if you press @key{RET} again after
9572executing it once.
9573
9574When @value{GDBN} is configured for a particular environment, it
9575understands debugging information in whatever format is the standard
9576generated for that environment; you may use either a @sc{gnu} compiler, or
9577other compilers that adhere to the local conventions.
c906108c
SS
9578Best results are usually obtained from @sc{gnu} compilers; for example,
9579using @code{@value{GCC}} you can generate debugging information for
9580optimized code.
c906108c
SS
9581
9582For most kinds of object files, with the exception of old SVR3 systems
9583using COFF, the @code{symbol-file} command does not normally read the
9584symbol table in full right away. Instead, it scans the symbol table
9585quickly to find which source files and which symbols are present. The
9586details are read later, one source file at a time, as they are needed.
9587
9588The purpose of this two-stage reading strategy is to make @value{GDBN}
9589start up faster. For the most part, it is invisible except for
9590occasional pauses while the symbol table details for a particular source
9591file are being read. (The @code{set verbose} command can turn these
9592pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9593warnings and messages}.)
9594
c906108c
SS
9595We have not implemented the two-stage strategy for COFF yet. When the
9596symbol table is stored in COFF format, @code{symbol-file} reads the
9597symbol table data in full right away. Note that ``stabs-in-COFF''
9598still does the two-stage strategy, since the debug info is actually
9599in stabs format.
9600
9601@kindex readnow
9602@cindex reading symbols immediately
9603@cindex symbols, reading immediately
9604@kindex mapped
9605@cindex memory-mapped symbol file
9606@cindex saving symbol table
9607@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9608@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9609You can override the @value{GDBN} two-stage strategy for reading symbol
9610tables by using the @samp{-readnow} option with any of the commands that
9611load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9612entire symbol table available.
c906108c 9613
c906108c
SS
9614If memory-mapped files are available on your system through the
9615@code{mmap} system call, you can use another option, @samp{-mapped}, to
9616cause @value{GDBN} to write the symbols for your program into a reusable
9617file. Future @value{GDBN} debugging sessions map in symbol information
9618from this auxiliary symbol file (if the program has not changed), rather
9619than spending time reading the symbol table from the executable
9620program. Using the @samp{-mapped} option has the same effect as
9621starting @value{GDBN} with the @samp{-mapped} command-line option.
9622
9623You can use both options together, to make sure the auxiliary symbol
9624file has all the symbol information for your program.
9625
9626The auxiliary symbol file for a program called @var{myprog} is called
9627@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9628than the corresponding executable), @value{GDBN} always attempts to use
9629it when you debug @var{myprog}; no special options or commands are
9630needed.
9631
9632The @file{.syms} file is specific to the host machine where you run
9633@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9634symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9635
9636@c FIXME: for now no mention of directories, since this seems to be in
9637@c flux. 13mar1992 status is that in theory GDB would look either in
9638@c current dir or in same dir as myprog; but issues like competing
9639@c GDB's, or clutter in system dirs, mean that in practice right now
9640@c only current dir is used. FFish says maybe a special GDB hierarchy
9641@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9642@c files.
9643
9644@kindex core
9645@kindex core-file
9646@item core-file @r{[} @var{filename} @r{]}
9647Specify the whereabouts of a core dump file to be used as the ``contents
9648of memory''. Traditionally, core files contain only some parts of the
9649address space of the process that generated them; @value{GDBN} can access the
9650executable file itself for other parts.
9651
9652@code{core-file} with no argument specifies that no core file is
9653to be used.
9654
9655Note that the core file is ignored when your program is actually running
7a292a7a
SS
9656under @value{GDBN}. So, if you have been running your program and you
9657wish to debug a core file instead, you must kill the subprocess in which
9658the program is running. To do this, use the @code{kill} command
c906108c 9659(@pxref{Kill Process, ,Killing the child process}).
c906108c 9660
c906108c
SS
9661@kindex add-symbol-file
9662@cindex dynamic linking
9663@item add-symbol-file @var{filename} @var{address}
9664@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9665@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9666The @code{add-symbol-file} command reads additional symbol table
9667information from the file @var{filename}. You would use this command
9668when @var{filename} has been dynamically loaded (by some other means)
9669into the program that is running. @var{address} should be the memory
9670address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9671this out for itself. You can additionally specify an arbitrary number
9672of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9673section name and base address for that section. You can specify any
9674@var{address} as an expression.
c906108c
SS
9675
9676The symbol table of the file @var{filename} is added to the symbol table
9677originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9678@code{add-symbol-file} command any number of times; the new symbol data
9679thus read keeps adding to the old. To discard all old symbol data
9680instead, use the @code{symbol-file} command without any arguments.
c906108c 9681
17d9d558
JB
9682@cindex relocatable object files, reading symbols from
9683@cindex object files, relocatable, reading symbols from
9684@cindex reading symbols from relocatable object files
9685@cindex symbols, reading from relocatable object files
9686@cindex @file{.o} files, reading symbols from
9687Although @var{filename} is typically a shared library file, an
9688executable file, or some other object file which has been fully
9689relocated for loading into a process, you can also load symbolic
9690information from relocatable @file{.o} files, as long as:
9691
9692@itemize @bullet
9693@item
9694the file's symbolic information refers only to linker symbols defined in
9695that file, not to symbols defined by other object files,
9696@item
9697every section the file's symbolic information refers to has actually
9698been loaded into the inferior, as it appears in the file, and
9699@item
9700you can determine the address at which every section was loaded, and
9701provide these to the @code{add-symbol-file} command.
9702@end itemize
9703
9704@noindent
9705Some embedded operating systems, like Sun Chorus and VxWorks, can load
9706relocatable files into an already running program; such systems
9707typically make the requirements above easy to meet. However, it's
9708important to recognize that many native systems use complex link
9709procedures (@code{.linkonce} section factoring and C++ constructor table
9710assembly, for example) that make the requirements difficult to meet. In
9711general, one cannot assume that using @code{add-symbol-file} to read a
9712relocatable object file's symbolic information will have the same effect
9713as linking the relocatable object file into the program in the normal
9714way.
9715
c906108c
SS
9716@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9717
9718You can use the @samp{-mapped} and @samp{-readnow} options just as with
9719the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9720table information for @var{filename}.
9721
9722@kindex add-shared-symbol-file
9723@item add-shared-symbol-file
9724The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9725operating system for the Motorola 88k. @value{GDBN} automatically looks for
9726shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9727@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9728
c906108c
SS
9729@kindex section
9730@item section
5d161b24
DB
9731The @code{section} command changes the base address of section SECTION of
9732the exec file to ADDR. This can be used if the exec file does not contain
9733section addresses, (such as in the a.out format), or when the addresses
9734specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9735separately. The @code{info files} command, described below, lists all
9736the sections and their addresses.
c906108c
SS
9737
9738@kindex info files
9739@kindex info target
9740@item info files
9741@itemx info target
7a292a7a
SS
9742@code{info files} and @code{info target} are synonymous; both print the
9743current target (@pxref{Targets, ,Specifying a Debugging Target}),
9744including the names of the executable and core dump files currently in
9745use by @value{GDBN}, and the files from which symbols were loaded. The
9746command @code{help target} lists all possible targets rather than
9747current ones.
9748
fe95c787
MS
9749@kindex maint info sections
9750@item maint info sections
9751Another command that can give you extra information about program sections
9752is @code{maint info sections}. In addition to the section information
9753displayed by @code{info files}, this command displays the flags and file
9754offset of each section in the executable and core dump files. In addition,
9755@code{maint info sections} provides the following command options (which
9756may be arbitrarily combined):
9757
9758@table @code
9759@item ALLOBJ
9760Display sections for all loaded object files, including shared libraries.
9761@item @var{sections}
6600abed 9762Display info only for named @var{sections}.
fe95c787
MS
9763@item @var{section-flags}
9764Display info only for sections for which @var{section-flags} are true.
9765The section flags that @value{GDBN} currently knows about are:
9766@table @code
9767@item ALLOC
9768Section will have space allocated in the process when loaded.
9769Set for all sections except those containing debug information.
9770@item LOAD
9771Section will be loaded from the file into the child process memory.
9772Set for pre-initialized code and data, clear for @code{.bss} sections.
9773@item RELOC
9774Section needs to be relocated before loading.
9775@item READONLY
9776Section cannot be modified by the child process.
9777@item CODE
9778Section contains executable code only.
6600abed 9779@item DATA
fe95c787
MS
9780Section contains data only (no executable code).
9781@item ROM
9782Section will reside in ROM.
9783@item CONSTRUCTOR
9784Section contains data for constructor/destructor lists.
9785@item HAS_CONTENTS
9786Section is not empty.
9787@item NEVER_LOAD
9788An instruction to the linker to not output the section.
9789@item COFF_SHARED_LIBRARY
9790A notification to the linker that the section contains
9791COFF shared library information.
9792@item IS_COMMON
9793Section contains common symbols.
9794@end table
9795@end table
6763aef9
MS
9796@kindex set trust-readonly-sections
9797@item set trust-readonly-sections on
9798Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9799really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9800In that case, @value{GDBN} can fetch values from these sections
9801out of the object file, rather than from the target program.
9802For some targets (notably embedded ones), this can be a significant
9803enhancement to debugging performance.
9804
9805The default is off.
9806
9807@item set trust-readonly-sections off
15110bc3 9808Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9809the contents of the section might change while the program is running,
9810and must therefore be fetched from the target when needed.
c906108c
SS
9811@end table
9812
9813All file-specifying commands allow both absolute and relative file names
9814as arguments. @value{GDBN} always converts the file name to an absolute file
9815name and remembers it that way.
9816
c906108c 9817@cindex shared libraries
c906108c
SS
9818@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9819libraries.
53a5351d 9820
c906108c
SS
9821@value{GDBN} automatically loads symbol definitions from shared libraries
9822when you use the @code{run} command, or when you examine a core file.
9823(Before you issue the @code{run} command, @value{GDBN} does not understand
9824references to a function in a shared library, however---unless you are
9825debugging a core file).
53a5351d
JM
9826
9827On HP-UX, if the program loads a library explicitly, @value{GDBN}
9828automatically loads the symbols at the time of the @code{shl_load} call.
9829
c906108c
SS
9830@c FIXME: some @value{GDBN} release may permit some refs to undef
9831@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9832@c FIXME...lib; check this from time to time when updating manual
9833
b7209cb4
FF
9834There are times, however, when you may wish to not automatically load
9835symbol definitions from shared libraries, such as when they are
9836particularly large or there are many of them.
9837
9838To control the automatic loading of shared library symbols, use the
9839commands:
9840
9841@table @code
9842@kindex set auto-solib-add
9843@item set auto-solib-add @var{mode}
9844If @var{mode} is @code{on}, symbols from all shared object libraries
9845will be loaded automatically when the inferior begins execution, you
9846attach to an independently started inferior, or when the dynamic linker
9847informs @value{GDBN} that a new library has been loaded. If @var{mode}
9848is @code{off}, symbols must be loaded manually, using the
9849@code{sharedlibrary} command. The default value is @code{on}.
9850
9851@kindex show auto-solib-add
9852@item show auto-solib-add
9853Display the current autoloading mode.
9854@end table
9855
9856To explicitly load shared library symbols, use the @code{sharedlibrary}
9857command:
9858
c906108c
SS
9859@table @code
9860@kindex info sharedlibrary
9861@kindex info share
9862@item info share
9863@itemx info sharedlibrary
9864Print the names of the shared libraries which are currently loaded.
9865
9866@kindex sharedlibrary
9867@kindex share
9868@item sharedlibrary @var{regex}
9869@itemx share @var{regex}
c906108c
SS
9870Load shared object library symbols for files matching a
9871Unix regular expression.
9872As with files loaded automatically, it only loads shared libraries
9873required by your program for a core file or after typing @code{run}. If
9874@var{regex} is omitted all shared libraries required by your program are
9875loaded.
9876@end table
9877
b7209cb4
FF
9878On some systems, such as HP-UX systems, @value{GDBN} supports
9879autoloading shared library symbols until a limiting threshold size is
9880reached. This provides the benefit of allowing autoloading to remain on
9881by default, but avoids autoloading excessively large shared libraries,
9882up to a threshold that is initially set, but which you can modify if you
9883wish.
c906108c
SS
9884
9885Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
9886loaded. To load these symbols, use the command @code{sharedlibrary
9887@var{filename}}. The base address of the shared library is determined
c906108c
SS
9888automatically by @value{GDBN} and need not be specified.
9889
9890To display or set the threshold, use the commands:
9891
9892@table @code
b7209cb4
FF
9893@kindex set auto-solib-limit
9894@item set auto-solib-limit @var{threshold}
9895Set the autoloading size threshold, in an integral number of megabytes.
9896If @var{threshold} is nonzero and shared library autoloading is enabled,
9897symbols from all shared object libraries will be loaded until the total
9898size of the loaded shared library symbols exceeds this threshold.
c906108c 9899Otherwise, symbols must be loaded manually, using the
6ca652b0 9900@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 9901Mb).
c906108c 9902
b7209cb4
FF
9903@kindex show auto-solib-limit
9904@item show auto-solib-limit
c906108c
SS
9905Display the current autoloading size threshold, in megabytes.
9906@end table
c906108c 9907
f5ebfba0
DJ
9908Shared libraries are also supported in many cross or remote debugging
9909configurations. A copy of the target's libraries need to be present on the
9910host system; they need to be the same as the target libraries, although the
9911copies on the target can be stripped as long as the copies on the host are
9912not.
9913
9914You need to tell @value{GDBN} where the target libraries are, so that it can
9915load the correct copies---otherwise, it may try to load the host's libraries.
9916@value{GDBN} has two variables to specify the search directories for target
9917libraries.
9918
9919@table @code
9920@kindex set solib-absolute-prefix
9921@item set solib-absolute-prefix @var{path}
9922If this variable is set, @var{path} will be used as a prefix for any
9923absolute shared library paths; many runtime loaders store the absolute
9924paths to the shared library in the target program's memory. If you use
9925@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
9926out in the same way that they are on the target, with e.g.@: a
9927@file{/usr/lib} hierarchy under @var{path}.
9928
9929You can set the default value of @samp{solib-absolute-prefix} by using the
9930configure-time @samp{--with-sysroot} option.
9931
9932@kindex show solib-absolute-prefix
9933@item show solib-absolute-prefix
9934Display the current shared library prefix.
9935
9936@kindex set solib-search-path
9937@item set solib-search-path @var{path}
9938If this variable is set, @var{path} is a colon-separated list of directories
9939to search for shared libraries. @samp{solib-search-path} is used after
9940@samp{solib-absolute-prefix} fails to locate the library, or if the path to
9941the library is relative instead of absolute. If you want to use
9942@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
9943set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
9944@value{GDBN} from finding your host's libraries.
9945
9946@kindex show solib-search-path
9947@item show solib-search-path
9948Display the current shared library search path.
9949@end table
9950
5b5d99cf
JB
9951
9952@node Separate Debug Files
9953@section Debugging Information in Separate Files
9954@cindex separate debugging information files
9955@cindex debugging information in separate files
9956@cindex @file{.debug} subdirectories
9957@cindex debugging information directory, global
9958@cindex global debugging information directory
9959
9960@value{GDBN} allows you to put a program's debugging information in a
9961file separate from the executable itself, in a way that allows
9962@value{GDBN} to find and load the debugging information automatically.
9963Since debugging information can be very large --- sometimes larger
9964than the executable code itself --- some systems distribute debugging
9965information for their executables in separate files, which users can
9966install only when they need to debug a problem.
9967
9968If an executable's debugging information has been extracted to a
9969separate file, the executable should contain a @dfn{debug link} giving
9970the name of the debugging information file (with no directory
9971components), and a checksum of its contents. (The exact form of a
9972debug link is described below.) If the full name of the directory
9973containing the executable is @var{execdir}, and the executable has a
9974debug link that specifies the name @var{debugfile}, then @value{GDBN}
9975will automatically search for the debugging information file in three
9976places:
9977
9978@itemize @bullet
9979@item
9980the directory containing the executable file (that is, it will look
9981for a file named @file{@var{execdir}/@var{debugfile}},
9982@item
9983a subdirectory of that directory named @file{.debug} (that is, the
9984file @file{@var{execdir}/.debug/@var{debugfile}}, and
9985@item
9986a subdirectory of the global debug file directory that includes the
9987executable's full path, and the name from the link (that is, the file
9988@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
9989@var{globaldebugdir} is the global debug file directory, and
9990@var{execdir} has been turned into a relative path).
9991@end itemize
9992@noindent
9993@value{GDBN} checks under each of these names for a debugging
9994information file whose checksum matches that given in the link, and
9995reads the debugging information from the first one it finds.
9996
9997So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
9998which has a link containing the name @file{ls.debug}, and the global
9999debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10000for debug information in @file{/usr/bin/ls.debug},
10001@file{/usr/bin/.debug/ls.debug}, and
10002@file{/usr/lib/debug/usr/bin/ls.debug}.
10003
10004You can set the global debugging info directory's name, and view the
10005name @value{GDBN} is currently using.
10006
10007@table @code
10008
10009@kindex set debug-file-directory
10010@item set debug-file-directory @var{directory}
10011Set the directory which @value{GDBN} searches for separate debugging
10012information files to @var{directory}.
10013
10014@kindex show debug-file-directory
10015@item show debug-file-directory
10016Show the directory @value{GDBN} searches for separate debugging
10017information files.
10018
10019@end table
10020
10021@cindex @code{.gnu_debuglink} sections
10022@cindex debug links
10023A debug link is a special section of the executable file named
10024@code{.gnu_debuglink}. The section must contain:
10025
10026@itemize
10027@item
10028A filename, with any leading directory components removed, followed by
10029a zero byte,
10030@item
10031zero to three bytes of padding, as needed to reach the next four-byte
10032boundary within the section, and
10033@item
10034a four-byte CRC checksum, stored in the same endianness used for the
10035executable file itself. The checksum is computed on the debugging
10036information file's full contents by the function given below, passing
10037zero as the @var{crc} argument.
10038@end itemize
10039
10040Any executable file format can carry a debug link, as long as it can
10041contain a section named @code{.gnu_debuglink} with the contents
10042described above.
10043
10044The debugging information file itself should be an ordinary
10045executable, containing a full set of linker symbols, sections, and
10046debugging information. The sections of the debugging information file
10047should have the same names, addresses and sizes as the original file,
10048but they need not contain any data --- much like a @code{.bss} section
10049in an ordinary executable.
10050
10051As of December 2002, there is no standard GNU utility to produce
10052separated executable / debugging information file pairs. Ulrich
10053Drepper's @file{elfutils} package, starting with version 0.53,
10054contains a version of the @code{strip} command such that the command
10055@kbd{strip foo -f foo.debug} removes the debugging information from
10056the executable file @file{foo}, places it in the file
10057@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10058
10059Since there are many different ways to compute CRC's (different
10060polynomials, reversals, byte ordering, etc.), the simplest way to
10061describe the CRC used in @code{.gnu_debuglink} sections is to give the
10062complete code for a function that computes it:
10063
10064@kindex @code{gnu_debuglink_crc32}
10065@smallexample
10066unsigned long
10067gnu_debuglink_crc32 (unsigned long crc,
10068 unsigned char *buf, size_t len)
10069@{
10070 static const unsigned long crc32_table[256] =
10071 @{
10072 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10073 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10074 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10075 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10076 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10077 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10078 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10079 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10080 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10081 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10082 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10083 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10084 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10085 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10086 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10087 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10088 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10089 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10090 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10091 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10092 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10093 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10094 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10095 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10096 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10097 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10098 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10099 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10100 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10101 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10102 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10103 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10104 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10105 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10106 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10107 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10108 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10109 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10110 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10111 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10112 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10113 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10114 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10115 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10116 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10117 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10118 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10119 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10120 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10121 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10122 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10123 0x2d02ef8d
10124 @};
10125 unsigned char *end;
10126
10127 crc = ~crc & 0xffffffff;
10128 for (end = buf + len; buf < end; ++buf)
10129 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10130 return ~crc & 0xffffffff;
5b5d99cf
JB
10131@}
10132@end smallexample
10133
10134
6d2ebf8b 10135@node Symbol Errors
c906108c
SS
10136@section Errors reading symbol files
10137
10138While reading a symbol file, @value{GDBN} occasionally encounters problems,
10139such as symbol types it does not recognize, or known bugs in compiler
10140output. By default, @value{GDBN} does not notify you of such problems, since
10141they are relatively common and primarily of interest to people
10142debugging compilers. If you are interested in seeing information
10143about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10144only one message about each such type of problem, no matter how many
10145times the problem occurs; or you can ask @value{GDBN} to print more messages,
10146to see how many times the problems occur, with the @code{set
10147complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10148messages}).
10149
10150The messages currently printed, and their meanings, include:
10151
10152@table @code
10153@item inner block not inside outer block in @var{symbol}
10154
10155The symbol information shows where symbol scopes begin and end
10156(such as at the start of a function or a block of statements). This
10157error indicates that an inner scope block is not fully contained
10158in its outer scope blocks.
10159
10160@value{GDBN} circumvents the problem by treating the inner block as if it had
10161the same scope as the outer block. In the error message, @var{symbol}
10162may be shown as ``@code{(don't know)}'' if the outer block is not a
10163function.
10164
10165@item block at @var{address} out of order
10166
10167The symbol information for symbol scope blocks should occur in
10168order of increasing addresses. This error indicates that it does not
10169do so.
10170
10171@value{GDBN} does not circumvent this problem, and has trouble
10172locating symbols in the source file whose symbols it is reading. (You
10173can often determine what source file is affected by specifying
10174@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10175messages}.)
10176
10177@item bad block start address patched
10178
10179The symbol information for a symbol scope block has a start address
10180smaller than the address of the preceding source line. This is known
10181to occur in the SunOS 4.1.1 (and earlier) C compiler.
10182
10183@value{GDBN} circumvents the problem by treating the symbol scope block as
10184starting on the previous source line.
10185
10186@item bad string table offset in symbol @var{n}
10187
10188@cindex foo
10189Symbol number @var{n} contains a pointer into the string table which is
10190larger than the size of the string table.
10191
10192@value{GDBN} circumvents the problem by considering the symbol to have the
10193name @code{foo}, which may cause other problems if many symbols end up
10194with this name.
10195
10196@item unknown symbol type @code{0x@var{nn}}
10197
7a292a7a
SS
10198The symbol information contains new data types that @value{GDBN} does
10199not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10200uncomprehended information, in hexadecimal.
c906108c 10201
7a292a7a
SS
10202@value{GDBN} circumvents the error by ignoring this symbol information.
10203This usually allows you to debug your program, though certain symbols
c906108c 10204are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10205debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10206on @code{complain}, then go up to the function @code{read_dbx_symtab}
10207and examine @code{*bufp} to see the symbol.
c906108c
SS
10208
10209@item stub type has NULL name
c906108c 10210
7a292a7a 10211@value{GDBN} could not find the full definition for a struct or class.
c906108c 10212
7a292a7a 10213@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10214The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10215information that recent versions of the compiler should have output for
10216it.
c906108c
SS
10217
10218@item info mismatch between compiler and debugger
10219
10220@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10221
c906108c
SS
10222@end table
10223
6d2ebf8b 10224@node Targets
c906108c 10225@chapter Specifying a Debugging Target
7a292a7a 10226
c906108c
SS
10227@cindex debugging target
10228@kindex target
10229
10230A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10231
10232Often, @value{GDBN} runs in the same host environment as your program;
10233in that case, the debugging target is specified as a side effect when
10234you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10235flexibility---for example, running @value{GDBN} on a physically separate
10236host, or controlling a standalone system over a serial port or a
53a5351d
JM
10237realtime system over a TCP/IP connection---you can use the @code{target}
10238command to specify one of the target types configured for @value{GDBN}
10239(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10240
10241@menu
10242* Active Targets:: Active targets
10243* Target Commands:: Commands for managing targets
c906108c
SS
10244* Byte Order:: Choosing target byte order
10245* Remote:: Remote debugging
96baa820 10246* KOD:: Kernel Object Display
c906108c
SS
10247
10248@end menu
10249
6d2ebf8b 10250@node Active Targets
c906108c 10251@section Active targets
7a292a7a 10252
c906108c
SS
10253@cindex stacking targets
10254@cindex active targets
10255@cindex multiple targets
10256
c906108c 10257There are three classes of targets: processes, core files, and
7a292a7a
SS
10258executable files. @value{GDBN} can work concurrently on up to three
10259active targets, one in each class. This allows you to (for example)
10260start a process and inspect its activity without abandoning your work on
10261a core file.
c906108c
SS
10262
10263For example, if you execute @samp{gdb a.out}, then the executable file
10264@code{a.out} is the only active target. If you designate a core file as
10265well---presumably from a prior run that crashed and coredumped---then
10266@value{GDBN} has two active targets and uses them in tandem, looking
10267first in the corefile target, then in the executable file, to satisfy
10268requests for memory addresses. (Typically, these two classes of target
10269are complementary, since core files contain only a program's
10270read-write memory---variables and so on---plus machine status, while
10271executable files contain only the program text and initialized data.)
c906108c
SS
10272
10273When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10274target as well. When a process target is active, all @value{GDBN}
10275commands requesting memory addresses refer to that target; addresses in
10276an active core file or executable file target are obscured while the
10277process target is active.
c906108c 10278
7a292a7a
SS
10279Use the @code{core-file} and @code{exec-file} commands to select a new
10280core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10281files}). To specify as a target a process that is already running, use
7a292a7a
SS
10282the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10283process}).
c906108c 10284
6d2ebf8b 10285@node Target Commands
c906108c
SS
10286@section Commands for managing targets
10287
10288@table @code
10289@item target @var{type} @var{parameters}
7a292a7a
SS
10290Connects the @value{GDBN} host environment to a target machine or
10291process. A target is typically a protocol for talking to debugging
10292facilities. You use the argument @var{type} to specify the type or
10293protocol of the target machine.
c906108c
SS
10294
10295Further @var{parameters} are interpreted by the target protocol, but
10296typically include things like device names or host names to connect
10297with, process numbers, and baud rates.
c906108c
SS
10298
10299The @code{target} command does not repeat if you press @key{RET} again
10300after executing the command.
10301
10302@kindex help target
10303@item help target
10304Displays the names of all targets available. To display targets
10305currently selected, use either @code{info target} or @code{info files}
10306(@pxref{Files, ,Commands to specify files}).
10307
10308@item help target @var{name}
10309Describe a particular target, including any parameters necessary to
10310select it.
10311
10312@kindex set gnutarget
10313@item set gnutarget @var{args}
5d161b24 10314@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10315knows whether it is reading an @dfn{executable},
5d161b24
DB
10316a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10317with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10318with @code{gnutarget} the @code{target} refers to a program, not a machine.
10319
d4f3574e 10320@quotation
c906108c
SS
10321@emph{Warning:} To specify a file format with @code{set gnutarget},
10322you must know the actual BFD name.
d4f3574e 10323@end quotation
c906108c 10324
d4f3574e
SS
10325@noindent
10326@xref{Files, , Commands to specify files}.
c906108c 10327
5d161b24 10328@kindex show gnutarget
c906108c
SS
10329@item show gnutarget
10330Use the @code{show gnutarget} command to display what file format
10331@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10332@value{GDBN} will determine the file format for each file automatically,
10333and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10334@end table
10335
c906108c
SS
10336Here are some common targets (available, or not, depending on the GDB
10337configuration):
c906108c
SS
10338
10339@table @code
10340@kindex target exec
10341@item target exec @var{program}
10342An executable file. @samp{target exec @var{program}} is the same as
10343@samp{exec-file @var{program}}.
10344
c906108c
SS
10345@kindex target core
10346@item target core @var{filename}
10347A core dump file. @samp{target core @var{filename}} is the same as
10348@samp{core-file @var{filename}}.
c906108c
SS
10349
10350@kindex target remote
10351@item target remote @var{dev}
10352Remote serial target in GDB-specific protocol. The argument @var{dev}
10353specifies what serial device to use for the connection (e.g.
10354@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10355supports the @code{load} command. This is only useful if you have
c906108c
SS
10356some other way of getting the stub to the target system, and you can put
10357it somewhere in memory where it won't get clobbered by the download.
10358
c906108c
SS
10359@kindex target sim
10360@item target sim
2df3850c 10361Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10362In general,
474c8240 10363@smallexample
104c1213
JM
10364 target sim
10365 load
10366 run
474c8240 10367@end smallexample
d4f3574e 10368@noindent
104c1213 10369works; however, you cannot assume that a specific memory map, device
d4f3574e 10370drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10371provide these. For info about any processor-specific simulator details,
10372see the appropriate section in @ref{Embedded Processors, ,Embedded
10373Processors}.
10374
c906108c
SS
10375@end table
10376
104c1213 10377Some configurations may include these targets as well:
c906108c
SS
10378
10379@table @code
10380
c906108c
SS
10381@kindex target nrom
10382@item target nrom @var{dev}
10383NetROM ROM emulator. This target only supports downloading.
10384
c906108c
SS
10385@end table
10386
5d161b24 10387Different targets are available on different configurations of @value{GDBN};
c906108c 10388your configuration may have more or fewer targets.
c906108c
SS
10389
10390Many remote targets require you to download the executable's code
10391once you've successfully established a connection.
10392
10393@table @code
10394
10395@kindex load @var{filename}
10396@item load @var{filename}
c906108c
SS
10397Depending on what remote debugging facilities are configured into
10398@value{GDBN}, the @code{load} command may be available. Where it exists, it
10399is meant to make @var{filename} (an executable) available for debugging
10400on the remote system---by downloading, or dynamic linking, for example.
10401@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10402the @code{add-symbol-file} command.
10403
10404If your @value{GDBN} does not have a @code{load} command, attempting to
10405execute it gets the error message ``@code{You can't do that when your
10406target is @dots{}}''
c906108c
SS
10407
10408The file is loaded at whatever address is specified in the executable.
10409For some object file formats, you can specify the load address when you
10410link the program; for other formats, like a.out, the object file format
10411specifies a fixed address.
10412@c FIXME! This would be a good place for an xref to the GNU linker doc.
10413
c906108c
SS
10414@code{load} does not repeat if you press @key{RET} again after using it.
10415@end table
10416
6d2ebf8b 10417@node Byte Order
c906108c 10418@section Choosing target byte order
7a292a7a 10419
c906108c
SS
10420@cindex choosing target byte order
10421@cindex target byte order
c906108c
SS
10422
10423Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10424offer the ability to run either big-endian or little-endian byte
10425orders. Usually the executable or symbol will include a bit to
10426designate the endian-ness, and you will not need to worry about
10427which to use. However, you may still find it useful to adjust
d4f3574e 10428@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10429
10430@table @code
10431@kindex set endian big
10432@item set endian big
10433Instruct @value{GDBN} to assume the target is big-endian.
10434
10435@kindex set endian little
10436@item set endian little
10437Instruct @value{GDBN} to assume the target is little-endian.
10438
10439@kindex set endian auto
10440@item set endian auto
10441Instruct @value{GDBN} to use the byte order associated with the
10442executable.
10443
10444@item show endian
10445Display @value{GDBN}'s current idea of the target byte order.
10446
10447@end table
10448
10449Note that these commands merely adjust interpretation of symbolic
10450data on the host, and that they have absolutely no effect on the
10451target system.
10452
6d2ebf8b 10453@node Remote
c906108c
SS
10454@section Remote debugging
10455@cindex remote debugging
10456
10457If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10458@value{GDBN} in the usual way, it is often useful to use remote debugging.
10459For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10460or on a small system which does not have a general purpose operating system
10461powerful enough to run a full-featured debugger.
10462
10463Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10464to make this work with particular debugging targets. In addition,
5d161b24 10465@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10466but not specific to any particular target system) which you can use if you
10467write the remote stubs---the code that runs on the remote system to
10468communicate with @value{GDBN}.
10469
10470Other remote targets may be available in your
10471configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10472
6f05cf9f
AC
10473@node KOD
10474@section Kernel Object Display
10475
10476@cindex kernel object display
10477@cindex kernel object
10478@cindex KOD
10479
10480Some targets support kernel object display. Using this facility,
10481@value{GDBN} communicates specially with the underlying operating system
10482and can display information about operating system-level objects such as
10483mutexes and other synchronization objects. Exactly which objects can be
10484displayed is determined on a per-OS basis.
10485
10486Use the @code{set os} command to set the operating system. This tells
10487@value{GDBN} which kernel object display module to initialize:
10488
474c8240 10489@smallexample
6f05cf9f 10490(@value{GDBP}) set os cisco
474c8240 10491@end smallexample
6f05cf9f
AC
10492
10493If @code{set os} succeeds, @value{GDBN} will display some information
10494about the operating system, and will create a new @code{info} command
10495which can be used to query the target. The @code{info} command is named
10496after the operating system:
c906108c 10497
474c8240 10498@smallexample
6f05cf9f
AC
10499(@value{GDBP}) info cisco
10500List of Cisco Kernel Objects
10501Object Description
10502any Any and all objects
474c8240 10503@end smallexample
6f05cf9f
AC
10504
10505Further subcommands can be used to query about particular objects known
10506by the kernel.
10507
10508There is currently no way to determine whether a given operating system
10509is supported other than to try it.
10510
10511
10512@node Remote Debugging
10513@chapter Debugging remote programs
10514
6b2f586d
AC
10515@menu
10516* Server:: Using the gdbserver program
10517* NetWare:: Using the gdbserve.nlm program
501eef12 10518* Remote configuration:: Remote configuration
6b2f586d 10519* remote stub:: Implementing a remote stub
6b2f586d
AC
10520@end menu
10521
6f05cf9f
AC
10522@node Server
10523@section Using the @code{gdbserver} program
10524
10525@kindex gdbserver
10526@cindex remote connection without stubs
10527@code{gdbserver} is a control program for Unix-like systems, which
10528allows you to connect your program with a remote @value{GDBN} via
10529@code{target remote}---but without linking in the usual debugging stub.
10530
10531@code{gdbserver} is not a complete replacement for the debugging stubs,
10532because it requires essentially the same operating-system facilities
10533that @value{GDBN} itself does. In fact, a system that can run
10534@code{gdbserver} to connect to a remote @value{GDBN} could also run
10535@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10536because it is a much smaller program than @value{GDBN} itself. It is
10537also easier to port than all of @value{GDBN}, so you may be able to get
10538started more quickly on a new system by using @code{gdbserver}.
10539Finally, if you develop code for real-time systems, you may find that
10540the tradeoffs involved in real-time operation make it more convenient to
10541do as much development work as possible on another system, for example
10542by cross-compiling. You can use @code{gdbserver} to make a similar
10543choice for debugging.
10544
10545@value{GDBN} and @code{gdbserver} communicate via either a serial line
10546or a TCP connection, using the standard @value{GDBN} remote serial
10547protocol.
10548
10549@table @emph
10550@item On the target machine,
10551you need to have a copy of the program you want to debug.
10552@code{gdbserver} does not need your program's symbol table, so you can
10553strip the program if necessary to save space. @value{GDBN} on the host
10554system does all the symbol handling.
10555
10556To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10557the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10558syntax is:
10559
10560@smallexample
10561target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10562@end smallexample
10563
10564@var{comm} is either a device name (to use a serial line) or a TCP
10565hostname and portnumber. For example, to debug Emacs with the argument
10566@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10567@file{/dev/com1}:
10568
10569@smallexample
10570target> gdbserver /dev/com1 emacs foo.txt
10571@end smallexample
10572
10573@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10574with it.
10575
10576To use a TCP connection instead of a serial line:
10577
10578@smallexample
10579target> gdbserver host:2345 emacs foo.txt
10580@end smallexample
10581
10582The only difference from the previous example is the first argument,
10583specifying that you are communicating with the host @value{GDBN} via
10584TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10585expect a TCP connection from machine @samp{host} to local TCP port 2345.
10586(Currently, the @samp{host} part is ignored.) You can choose any number
10587you want for the port number as long as it does not conflict with any
10588TCP ports already in use on the target system (for example, @code{23} is
10589reserved for @code{telnet}).@footnote{If you choose a port number that
10590conflicts with another service, @code{gdbserver} prints an error message
10591and exits.} You must use the same port number with the host @value{GDBN}
10592@code{target remote} command.
10593
56460a61
DJ
10594On some targets, @code{gdbserver} can also attach to running programs.
10595This is accomplished via the @code{--attach} argument. The syntax is:
10596
10597@smallexample
10598target> gdbserver @var{comm} --attach @var{pid}
10599@end smallexample
10600
10601@var{pid} is the process ID of a currently running process. It isn't necessary
10602to point @code{gdbserver} at a binary for the running process.
10603
6f05cf9f
AC
10604@item On the @value{GDBN} host machine,
10605you need an unstripped copy of your program, since @value{GDBN} needs
10606symbols and debugging information. Start up @value{GDBN} as usual,
10607using the name of the local copy of your program as the first argument.
10608(You may also need the @w{@samp{--baud}} option if the serial line is
10609running at anything other than 9600@dmn{bps}.) After that, use @code{target
10610remote} to establish communications with @code{gdbserver}. Its argument
10611is either a device name (usually a serial device, like
10612@file{/dev/ttyb}), or a TCP port descriptor in the form
10613@code{@var{host}:@var{PORT}}. For example:
10614
10615@smallexample
10616(@value{GDBP}) target remote /dev/ttyb
10617@end smallexample
10618
10619@noindent
10620communicates with the server via serial line @file{/dev/ttyb}, and
10621
10622@smallexample
10623(@value{GDBP}) target remote the-target:2345
10624@end smallexample
10625
10626@noindent
10627communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
10628For TCP connections, you must start up @code{gdbserver} prior to using
10629the @code{target remote} command. Otherwise you may get an error whose
10630text depends on the host system, but which usually looks something like
10631@samp{Connection refused}.
10632@end table
10633
10634@node NetWare
10635@section Using the @code{gdbserve.nlm} program
10636
10637@kindex gdbserve.nlm
10638@code{gdbserve.nlm} is a control program for NetWare systems, which
10639allows you to connect your program with a remote @value{GDBN} via
10640@code{target remote}.
10641
10642@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10643using the standard @value{GDBN} remote serial protocol.
10644
10645@table @emph
10646@item On the target machine,
10647you need to have a copy of the program you want to debug.
10648@code{gdbserve.nlm} does not need your program's symbol table, so you
10649can strip the program if necessary to save space. @value{GDBN} on the
10650host system does all the symbol handling.
10651
10652To use the server, you must tell it how to communicate with
10653@value{GDBN}; the name of your program; and the arguments for your
10654program. The syntax is:
10655
10656@smallexample
10657load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10658 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10659@end smallexample
10660
10661@var{board} and @var{port} specify the serial line; @var{baud} specifies
10662the baud rate used by the connection. @var{port} and @var{node} default
10663to 0, @var{baud} defaults to 9600@dmn{bps}.
10664
10665For example, to debug Emacs with the argument @samp{foo.txt}and
10666communicate with @value{GDBN} over serial port number 2 or board 1
10667using a 19200@dmn{bps} connection:
10668
10669@smallexample
10670load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10671@end smallexample
10672
10673@item On the @value{GDBN} host machine,
10674you need an unstripped copy of your program, since @value{GDBN} needs
10675symbols and debugging information. Start up @value{GDBN} as usual,
10676using the name of the local copy of your program as the first argument.
10677(You may also need the @w{@samp{--baud}} option if the serial line is
10678running at anything other than 9600@dmn{bps}. After that, use @code{target
10679remote} to establish communications with @code{gdbserve.nlm}. Its
10680argument is a device name (usually a serial device, like
10681@file{/dev/ttyb}). For example:
10682
10683@smallexample
10684(@value{GDBP}) target remote /dev/ttyb
10685@end smallexample
10686
10687@noindent
10688communications with the server via serial line @file{/dev/ttyb}.
10689@end table
10690
501eef12
AC
10691@node Remote configuration
10692@section Remote configuration
10693
10694The following configuration options are available when debugging remote
10695programs:
10696
10697@table @code
10698@kindex set remote hardware-watchpoint-limit
10699@kindex set remote hardware-breakpoint-limit
10700@anchor{set remote hardware-watchpoint-limit}
10701@anchor{set remote hardware-breakpoint-limit}
10702@item set remote hardware-watchpoint-limit @var{limit}
10703@itemx set remote hardware-breakpoint-limit @var{limit}
10704Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10705watchpoints. A limit of -1, the default, is treated as unlimited.
10706@end table
10707
6f05cf9f
AC
10708@node remote stub
10709@section Implementing a remote stub
7a292a7a 10710
8e04817f
AC
10711@cindex debugging stub, example
10712@cindex remote stub, example
10713@cindex stub example, remote debugging
10714The stub files provided with @value{GDBN} implement the target side of the
10715communication protocol, and the @value{GDBN} side is implemented in the
10716@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10717these subroutines to communicate, and ignore the details. (If you're
10718implementing your own stub file, you can still ignore the details: start
10719with one of the existing stub files. @file{sparc-stub.c} is the best
10720organized, and therefore the easiest to read.)
10721
104c1213
JM
10722@cindex remote serial debugging, overview
10723To debug a program running on another machine (the debugging
10724@dfn{target} machine), you must first arrange for all the usual
10725prerequisites for the program to run by itself. For example, for a C
10726program, you need:
c906108c 10727
104c1213
JM
10728@enumerate
10729@item
10730A startup routine to set up the C runtime environment; these usually
10731have a name like @file{crt0}. The startup routine may be supplied by
10732your hardware supplier, or you may have to write your own.
96baa820 10733
5d161b24 10734@item
d4f3574e 10735A C subroutine library to support your program's
104c1213 10736subroutine calls, notably managing input and output.
96baa820 10737
104c1213
JM
10738@item
10739A way of getting your program to the other machine---for example, a
10740download program. These are often supplied by the hardware
10741manufacturer, but you may have to write your own from hardware
10742documentation.
10743@end enumerate
96baa820 10744
104c1213
JM
10745The next step is to arrange for your program to use a serial port to
10746communicate with the machine where @value{GDBN} is running (the @dfn{host}
10747machine). In general terms, the scheme looks like this:
96baa820 10748
104c1213
JM
10749@table @emph
10750@item On the host,
10751@value{GDBN} already understands how to use this protocol; when everything
10752else is set up, you can simply use the @samp{target remote} command
10753(@pxref{Targets,,Specifying a Debugging Target}).
10754
10755@item On the target,
10756you must link with your program a few special-purpose subroutines that
10757implement the @value{GDBN} remote serial protocol. The file containing these
10758subroutines is called a @dfn{debugging stub}.
10759
10760On certain remote targets, you can use an auxiliary program
10761@code{gdbserver} instead of linking a stub into your program.
10762@xref{Server,,Using the @code{gdbserver} program}, for details.
10763@end table
96baa820 10764
104c1213
JM
10765The debugging stub is specific to the architecture of the remote
10766machine; for example, use @file{sparc-stub.c} to debug programs on
10767@sc{sparc} boards.
96baa820 10768
104c1213
JM
10769@cindex remote serial stub list
10770These working remote stubs are distributed with @value{GDBN}:
96baa820 10771
104c1213
JM
10772@table @code
10773
10774@item i386-stub.c
41afff9a 10775@cindex @file{i386-stub.c}
104c1213
JM
10776@cindex Intel
10777@cindex i386
10778For Intel 386 and compatible architectures.
10779
10780@item m68k-stub.c
41afff9a 10781@cindex @file{m68k-stub.c}
104c1213
JM
10782@cindex Motorola 680x0
10783@cindex m680x0
10784For Motorola 680x0 architectures.
10785
10786@item sh-stub.c
41afff9a 10787@cindex @file{sh-stub.c}
104c1213
JM
10788@cindex Hitachi
10789@cindex SH
10790For Hitachi SH architectures.
10791
10792@item sparc-stub.c
41afff9a 10793@cindex @file{sparc-stub.c}
104c1213
JM
10794@cindex Sparc
10795For @sc{sparc} architectures.
10796
10797@item sparcl-stub.c
41afff9a 10798@cindex @file{sparcl-stub.c}
104c1213
JM
10799@cindex Fujitsu
10800@cindex SparcLite
10801For Fujitsu @sc{sparclite} architectures.
10802
10803@end table
10804
10805The @file{README} file in the @value{GDBN} distribution may list other
10806recently added stubs.
10807
10808@menu
10809* Stub Contents:: What the stub can do for you
10810* Bootstrapping:: What you must do for the stub
10811* Debug Session:: Putting it all together
104c1213
JM
10812@end menu
10813
6d2ebf8b 10814@node Stub Contents
6f05cf9f 10815@subsection What the stub can do for you
104c1213
JM
10816
10817@cindex remote serial stub
10818The debugging stub for your architecture supplies these three
10819subroutines:
10820
10821@table @code
10822@item set_debug_traps
10823@kindex set_debug_traps
10824@cindex remote serial stub, initialization
10825This routine arranges for @code{handle_exception} to run when your
10826program stops. You must call this subroutine explicitly near the
10827beginning of your program.
10828
10829@item handle_exception
10830@kindex handle_exception
10831@cindex remote serial stub, main routine
10832This is the central workhorse, but your program never calls it
10833explicitly---the setup code arranges for @code{handle_exception} to
10834run when a trap is triggered.
10835
10836@code{handle_exception} takes control when your program stops during
10837execution (for example, on a breakpoint), and mediates communications
10838with @value{GDBN} on the host machine. This is where the communications
10839protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 10840representative on the target machine. It begins by sending summary
104c1213
JM
10841information on the state of your program, then continues to execute,
10842retrieving and transmitting any information @value{GDBN} needs, until you
10843execute a @value{GDBN} command that makes your program resume; at that point,
10844@code{handle_exception} returns control to your own code on the target
5d161b24 10845machine.
104c1213
JM
10846
10847@item breakpoint
10848@cindex @code{breakpoint} subroutine, remote
10849Use this auxiliary subroutine to make your program contain a
10850breakpoint. Depending on the particular situation, this may be the only
10851way for @value{GDBN} to get control. For instance, if your target
10852machine has some sort of interrupt button, you won't need to call this;
10853pressing the interrupt button transfers control to
10854@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10855simply receiving characters on the serial port may also trigger a trap;
10856again, in that situation, you don't need to call @code{breakpoint} from
10857your own program---simply running @samp{target remote} from the host
5d161b24 10858@value{GDBN} session gets control.
104c1213
JM
10859
10860Call @code{breakpoint} if none of these is true, or if you simply want
10861to make certain your program stops at a predetermined point for the
10862start of your debugging session.
10863@end table
10864
6d2ebf8b 10865@node Bootstrapping
6f05cf9f 10866@subsection What you must do for the stub
104c1213
JM
10867
10868@cindex remote stub, support routines
10869The debugging stubs that come with @value{GDBN} are set up for a particular
10870chip architecture, but they have no information about the rest of your
10871debugging target machine.
10872
10873First of all you need to tell the stub how to communicate with the
10874serial port.
10875
10876@table @code
10877@item int getDebugChar()
10878@kindex getDebugChar
10879Write this subroutine to read a single character from the serial port.
10880It may be identical to @code{getchar} for your target system; a
10881different name is used to allow you to distinguish the two if you wish.
10882
10883@item void putDebugChar(int)
10884@kindex putDebugChar
10885Write this subroutine to write a single character to the serial port.
5d161b24 10886It may be identical to @code{putchar} for your target system; a
104c1213
JM
10887different name is used to allow you to distinguish the two if you wish.
10888@end table
10889
10890@cindex control C, and remote debugging
10891@cindex interrupting remote targets
10892If you want @value{GDBN} to be able to stop your program while it is
10893running, you need to use an interrupt-driven serial driver, and arrange
10894for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
10895character). That is the character which @value{GDBN} uses to tell the
10896remote system to stop.
10897
10898Getting the debugging target to return the proper status to @value{GDBN}
10899probably requires changes to the standard stub; one quick and dirty way
10900is to just execute a breakpoint instruction (the ``dirty'' part is that
10901@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
10902
10903Other routines you need to supply are:
10904
10905@table @code
10906@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
10907@kindex exceptionHandler
10908Write this function to install @var{exception_address} in the exception
10909handling tables. You need to do this because the stub does not have any
10910way of knowing what the exception handling tables on your target system
10911are like (for example, the processor's table might be in @sc{rom},
10912containing entries which point to a table in @sc{ram}).
10913@var{exception_number} is the exception number which should be changed;
10914its meaning is architecture-dependent (for example, different numbers
10915might represent divide by zero, misaligned access, etc). When this
10916exception occurs, control should be transferred directly to
10917@var{exception_address}, and the processor state (stack, registers,
10918and so on) should be just as it is when a processor exception occurs. So if
10919you want to use a jump instruction to reach @var{exception_address}, it
10920should be a simple jump, not a jump to subroutine.
10921
10922For the 386, @var{exception_address} should be installed as an interrupt
10923gate so that interrupts are masked while the handler runs. The gate
10924should be at privilege level 0 (the most privileged level). The
10925@sc{sparc} and 68k stubs are able to mask interrupts themselves without
10926help from @code{exceptionHandler}.
10927
10928@item void flush_i_cache()
10929@kindex flush_i_cache
d4f3574e 10930On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
10931instruction cache, if any, on your target machine. If there is no
10932instruction cache, this subroutine may be a no-op.
10933
10934On target machines that have instruction caches, @value{GDBN} requires this
10935function to make certain that the state of your program is stable.
10936@end table
10937
10938@noindent
10939You must also make sure this library routine is available:
10940
10941@table @code
10942@item void *memset(void *, int, int)
10943@kindex memset
10944This is the standard library function @code{memset} that sets an area of
10945memory to a known value. If you have one of the free versions of
10946@code{libc.a}, @code{memset} can be found there; otherwise, you must
10947either obtain it from your hardware manufacturer, or write your own.
10948@end table
10949
10950If you do not use the GNU C compiler, you may need other standard
10951library subroutines as well; this varies from one stub to another,
10952but in general the stubs are likely to use any of the common library
d4f3574e 10953subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
10954
10955
6d2ebf8b 10956@node Debug Session
6f05cf9f 10957@subsection Putting it all together
104c1213
JM
10958
10959@cindex remote serial debugging summary
10960In summary, when your program is ready to debug, you must follow these
10961steps.
10962
10963@enumerate
10964@item
6d2ebf8b 10965Make sure you have defined the supporting low-level routines
104c1213
JM
10966(@pxref{Bootstrapping,,What you must do for the stub}):
10967@display
10968@code{getDebugChar}, @code{putDebugChar},
10969@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
10970@end display
10971
10972@item
10973Insert these lines near the top of your program:
10974
474c8240 10975@smallexample
104c1213
JM
10976set_debug_traps();
10977breakpoint();
474c8240 10978@end smallexample
104c1213
JM
10979
10980@item
10981For the 680x0 stub only, you need to provide a variable called
10982@code{exceptionHook}. Normally you just use:
10983
474c8240 10984@smallexample
104c1213 10985void (*exceptionHook)() = 0;
474c8240 10986@end smallexample
104c1213 10987
d4f3574e 10988@noindent
104c1213 10989but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 10990function in your program, that function is called when
104c1213
JM
10991@code{@value{GDBN}} continues after stopping on a trap (for example, bus
10992error). The function indicated by @code{exceptionHook} is called with
10993one parameter: an @code{int} which is the exception number.
10994
10995@item
10996Compile and link together: your program, the @value{GDBN} debugging stub for
10997your target architecture, and the supporting subroutines.
10998
10999@item
11000Make sure you have a serial connection between your target machine and
11001the @value{GDBN} host, and identify the serial port on the host.
11002
11003@item
11004@c The "remote" target now provides a `load' command, so we should
11005@c document that. FIXME.
11006Download your program to your target machine (or get it there by
11007whatever means the manufacturer provides), and start it.
11008
11009@item
11010To start remote debugging, run @value{GDBN} on the host machine, and specify
11011as an executable file the program that is running in the remote machine.
11012This tells @value{GDBN} how to find your program's symbols and the contents
11013of its pure text.
11014
d4f3574e 11015@item
104c1213 11016@cindex serial line, @code{target remote}
d4f3574e 11017Establish communication using the @code{target remote} command.
104c1213
JM
11018Its argument specifies how to communicate with the target
11019machine---either via a devicename attached to a direct serial line, or a
9db8d71f 11020TCP or UDP port (usually to a terminal server which in turn has a serial line
104c1213
JM
11021to the target). For example, to use a serial line connected to the
11022device named @file{/dev/ttyb}:
11023
474c8240 11024@smallexample
104c1213 11025target remote /dev/ttyb
474c8240 11026@end smallexample
104c1213
JM
11027
11028@cindex TCP port, @code{target remote}
11029To use a TCP connection, use an argument of the form
9db8d71f
DJ
11030@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11031For example, to connect to port 2828 on a
104c1213
JM
11032terminal server named @code{manyfarms}:
11033
474c8240 11034@smallexample
104c1213 11035target remote manyfarms:2828
474c8240 11036@end smallexample
a2bea4c3
CV
11037
11038If your remote target is actually running on the same machine as
11039your debugger session (e.g.@: a simulator of your target running on
11040the same host), you can omit the hostname. For example, to connect
11041to port 1234 on your local machine:
11042
474c8240 11043@smallexample
a2bea4c3 11044target remote :1234
474c8240 11045@end smallexample
a2bea4c3
CV
11046@noindent
11047
11048Note that the colon is still required here.
9db8d71f
DJ
11049
11050@cindex UDP port, @code{target remote}
11051To use a UDP connection, use an argument of the form
11052@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11053on a terminal server named @code{manyfarms}:
11054
11055@smallexample
11056target remote udp:manyfarms:2828
11057@end smallexample
11058
11059When using a UDP connection for remote debugging, you should keep in mind
11060that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11061busy or unreliable networks, which will cause havoc with your debugging
11062session.
11063
104c1213
JM
11064@end enumerate
11065
11066Now you can use all the usual commands to examine and change data and to
11067step and continue the remote program.
11068
11069To resume the remote program and stop debugging it, use the @code{detach}
11070command.
11071
11072@cindex interrupting remote programs
11073@cindex remote programs, interrupting
11074Whenever @value{GDBN} is waiting for the remote program, if you type the
11075interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11076program. This may or may not succeed, depending in part on the hardware
11077and the serial drivers the remote system uses. If you type the
11078interrupt character once again, @value{GDBN} displays this prompt:
11079
474c8240 11080@smallexample
104c1213
JM
11081Interrupted while waiting for the program.
11082Give up (and stop debugging it)? (y or n)
474c8240 11083@end smallexample
104c1213
JM
11084
11085If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11086(If you decide you want to try again later, you can use @samp{target
11087remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11088goes back to waiting.
11089
104c1213 11090
8e04817f
AC
11091@node Configurations
11092@chapter Configuration-Specific Information
104c1213 11093
8e04817f
AC
11094While nearly all @value{GDBN} commands are available for all native and
11095cross versions of the debugger, there are some exceptions. This chapter
11096describes things that are only available in certain configurations.
104c1213 11097
8e04817f
AC
11098There are three major categories of configurations: native
11099configurations, where the host and target are the same, embedded
11100operating system configurations, which are usually the same for several
11101different processor architectures, and bare embedded processors, which
11102are quite different from each other.
104c1213 11103
8e04817f
AC
11104@menu
11105* Native::
11106* Embedded OS::
11107* Embedded Processors::
11108* Architectures::
11109@end menu
104c1213 11110
8e04817f
AC
11111@node Native
11112@section Native
104c1213 11113
8e04817f
AC
11114This section describes details specific to particular native
11115configurations.
6cf7e474 11116
8e04817f
AC
11117@menu
11118* HP-UX:: HP-UX
11119* SVR4 Process Information:: SVR4 process information
11120* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11121* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11122@end menu
6cf7e474 11123
8e04817f
AC
11124@node HP-UX
11125@subsection HP-UX
104c1213 11126
8e04817f
AC
11127On HP-UX systems, if you refer to a function or variable name that
11128begins with a dollar sign, @value{GDBN} searches for a user or system
11129name first, before it searches for a convenience variable.
104c1213 11130
8e04817f
AC
11131@node SVR4 Process Information
11132@subsection SVR4 process information
104c1213 11133
8e04817f
AC
11134@kindex /proc
11135@cindex process image
104c1213 11136
8e04817f
AC
11137Many versions of SVR4 provide a facility called @samp{/proc} that can be
11138used to examine the image of a running process using file-system
11139subroutines. If @value{GDBN} is configured for an operating system with
11140this facility, the command @code{info proc} is available to report on
11141several kinds of information about the process running your program.
11142@code{info proc} works only on SVR4 systems that include the
11143@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11144and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11145
8e04817f
AC
11146@table @code
11147@kindex info proc
11148@item info proc
11149Summarize available information about the process.
6cf7e474 11150
8e04817f
AC
11151@kindex info proc mappings
11152@item info proc mappings
11153Report on the address ranges accessible in the program, with information
11154on whether your program may read, write, or execute each range.
11155@ignore
11156@comment These sub-options of 'info proc' were not included when
11157@comment procfs.c was re-written. Keep their descriptions around
11158@comment against the day when someone finds the time to put them back in.
11159@kindex info proc times
11160@item info proc times
11161Starting time, user CPU time, and system CPU time for your program and
11162its children.
6cf7e474 11163
8e04817f
AC
11164@kindex info proc id
11165@item info proc id
11166Report on the process IDs related to your program: its own process ID,
11167the ID of its parent, the process group ID, and the session ID.
104c1213 11168
8e04817f
AC
11169@kindex info proc status
11170@item info proc status
11171General information on the state of the process. If the process is
11172stopped, this report includes the reason for stopping, and any signal
11173received.
d4f3574e 11174
8e04817f
AC
11175@item info proc all
11176Show all the above information about the process.
11177@end ignore
11178@end table
104c1213 11179
8e04817f
AC
11180@node DJGPP Native
11181@subsection Features for Debugging @sc{djgpp} Programs
11182@cindex @sc{djgpp} debugging
11183@cindex native @sc{djgpp} debugging
11184@cindex MS-DOS-specific commands
104c1213 11185
8e04817f
AC
11186@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11187MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11188that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11189top of real-mode DOS systems and their emulations.
104c1213 11190
8e04817f
AC
11191@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11192defines a few commands specific to the @sc{djgpp} port. This
11193subsection describes those commands.
104c1213 11194
8e04817f
AC
11195@table @code
11196@kindex info dos
11197@item info dos
11198This is a prefix of @sc{djgpp}-specific commands which print
11199information about the target system and important OS structures.
f1251bdd 11200
8e04817f
AC
11201@kindex sysinfo
11202@cindex MS-DOS system info
11203@cindex free memory information (MS-DOS)
11204@item info dos sysinfo
11205This command displays assorted information about the underlying
11206platform: the CPU type and features, the OS version and flavor, the
11207DPMI version, and the available conventional and DPMI memory.
104c1213 11208
8e04817f
AC
11209@cindex GDT
11210@cindex LDT
11211@cindex IDT
11212@cindex segment descriptor tables
11213@cindex descriptor tables display
11214@item info dos gdt
11215@itemx info dos ldt
11216@itemx info dos idt
11217These 3 commands display entries from, respectively, Global, Local,
11218and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11219tables are data structures which store a descriptor for each segment
11220that is currently in use. The segment's selector is an index into a
11221descriptor table; the table entry for that index holds the
11222descriptor's base address and limit, and its attributes and access
11223rights.
104c1213 11224
8e04817f
AC
11225A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11226segment (used for both data and the stack), and a DOS segment (which
11227allows access to DOS/BIOS data structures and absolute addresses in
11228conventional memory). However, the DPMI host will usually define
11229additional segments in order to support the DPMI environment.
d4f3574e 11230
8e04817f
AC
11231@cindex garbled pointers
11232These commands allow to display entries from the descriptor tables.
11233Without an argument, all entries from the specified table are
11234displayed. An argument, which should be an integer expression, means
11235display a single entry whose index is given by the argument. For
11236example, here's a convenient way to display information about the
11237debugged program's data segment:
104c1213 11238
8e04817f
AC
11239@smallexample
11240@exdent @code{(@value{GDBP}) info dos ldt $ds}
11241@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11242@end smallexample
104c1213 11243
8e04817f
AC
11244@noindent
11245This comes in handy when you want to see whether a pointer is outside
11246the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11247
8e04817f
AC
11248@cindex page tables display (MS-DOS)
11249@item info dos pde
11250@itemx info dos pte
11251These two commands display entries from, respectively, the Page
11252Directory and the Page Tables. Page Directories and Page Tables are
11253data structures which control how virtual memory addresses are mapped
11254into physical addresses. A Page Table includes an entry for every
11255page of memory that is mapped into the program's address space; there
11256may be several Page Tables, each one holding up to 4096 entries. A
11257Page Directory has up to 4096 entries, one each for every Page Table
11258that is currently in use.
104c1213 11259
8e04817f
AC
11260Without an argument, @kbd{info dos pde} displays the entire Page
11261Directory, and @kbd{info dos pte} displays all the entries in all of
11262the Page Tables. An argument, an integer expression, given to the
11263@kbd{info dos pde} command means display only that entry from the Page
11264Directory table. An argument given to the @kbd{info dos pte} command
11265means display entries from a single Page Table, the one pointed to by
11266the specified entry in the Page Directory.
104c1213 11267
8e04817f
AC
11268@cindex direct memory access (DMA) on MS-DOS
11269These commands are useful when your program uses @dfn{DMA} (Direct
11270Memory Access), which needs physical addresses to program the DMA
11271controller.
104c1213 11272
8e04817f 11273These commands are supported only with some DPMI servers.
104c1213 11274
8e04817f
AC
11275@cindex physical address from linear address
11276@item info dos address-pte @var{addr}
11277This command displays the Page Table entry for a specified linear
11278address. The argument linear address @var{addr} should already have the
11279appropriate segment's base address added to it, because this command
11280accepts addresses which may belong to @emph{any} segment. For
11281example, here's how to display the Page Table entry for the page where
11282the variable @code{i} is stored:
104c1213 11283
8e04817f
AC
11284@smallexample
11285@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11286@exdent @code{Page Table entry for address 0x11a00d30:}
11287@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11288@end smallexample
104c1213 11289
8e04817f
AC
11290@noindent
11291This says that @code{i} is stored at offset @code{0xd30} from the page
11292whose physical base address is @code{0x02698000}, and prints all the
11293attributes of that page.
104c1213 11294
8e04817f
AC
11295Note that you must cast the addresses of variables to a @code{char *},
11296since otherwise the value of @code{__djgpp_base_address}, the base
11297address of all variables and functions in a @sc{djgpp} program, will
11298be added using the rules of C pointer arithmetics: if @code{i} is
11299declared an @code{int}, @value{GDBN} will add 4 times the value of
11300@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11301
8e04817f
AC
11302Here's another example, it displays the Page Table entry for the
11303transfer buffer:
104c1213 11304
8e04817f
AC
11305@smallexample
11306@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11307@exdent @code{Page Table entry for address 0x29110:}
11308@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11309@end smallexample
104c1213 11310
8e04817f
AC
11311@noindent
11312(The @code{+ 3} offset is because the transfer buffer's address is the
113133rd member of the @code{_go32_info_block} structure.) The output of
11314this command clearly shows that addresses in conventional memory are
11315mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11316
8e04817f
AC
11317This command is supported only with some DPMI servers.
11318@end table
104c1213 11319
78c47bea
PM
11320@node Cygwin Native
11321@subsection Features for Debugging MS Windows PE executables
11322@cindex MS Windows debugging
11323@cindex native Cygwin debugging
11324@cindex Cygwin-specific commands
11325
be448670
CF
11326@value{GDBN} supports native debugging of MS Windows programs, including
11327DLLs with and without symbolic debugging information. There are various
11328additional Cygwin-specific commands, described in this subsection. The
11329subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11330that have no debugging symbols.
11331
78c47bea
PM
11332
11333@table @code
11334@kindex info w32
11335@item info w32
11336This is a prefix of MS Windows specific commands which print
11337information about the target system and important OS structures.
11338
11339@item info w32 selector
11340This command displays information returned by
11341the Win32 API @code{GetThreadSelectorEntry} function.
11342It takes an optional argument that is evaluated to
11343a long value to give the information about this given selector.
11344Without argument, this command displays information
11345about the the six segment registers.
11346
11347@kindex info dll
11348@item info dll
11349This is a Cygwin specific alias of info shared.
11350
11351@kindex dll-symbols
11352@item dll-symbols
11353This command loads symbols from a dll similarly to
11354add-sym command but without the need to specify a base address.
11355
11356@kindex set new-console
11357@item set new-console @var{mode}
11358If @var{mode} is @code{on} the debuggee will
11359be started in a new console on next start.
11360If @var{mode} is @code{off}i, the debuggee will
11361be started in the same console as the debugger.
11362
11363@kindex show new-console
11364@item show new-console
11365Displays whether a new console is used
11366when the debuggee is started.
11367
11368@kindex set new-group
11369@item set new-group @var{mode}
11370This boolean value controls whether the debuggee should
11371start a new group or stay in the same group as the debugger.
11372This affects the way the Windows OS handles
11373Ctrl-C.
11374
11375@kindex show new-group
11376@item show new-group
11377Displays current value of new-group boolean.
11378
11379@kindex set debugevents
11380@item set debugevents
11381This boolean value adds debug output concerning events seen by the debugger.
11382
11383@kindex set debugexec
11384@item set debugexec
11385This boolean value adds debug output concerning execute events
11386seen by the debugger.
11387
11388@kindex set debugexceptions
11389@item set debugexceptions
11390This boolean value adds debug ouptut concerning exception events
11391seen by the debugger.
11392
11393@kindex set debugmemory
11394@item set debugmemory
11395This boolean value adds debug ouptut concerning memory events
11396seen by the debugger.
11397
11398@kindex set shell
11399@item set shell
11400This boolean values specifies whether the debuggee is called
11401via a shell or directly (default value is on).
11402
11403@kindex show shell
11404@item show shell
11405Displays if the debuggee will be started with a shell.
11406
11407@end table
11408
be448670
CF
11409@menu
11410* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11411@end menu
11412
11413@node Non-debug DLL symbols
11414@subsubsection Support for DLLs without debugging symbols
11415@cindex DLLs with no debugging symbols
11416@cindex Minimal symbols and DLLs
11417
11418Very often on windows, some of the DLLs that your program relies on do
11419not include symbolic debugging information (for example,
11420@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11421symbols in a DLL, it relies on the minimal amount of symbolic
11422information contained in the DLL's export table. This subsubsection
11423describes working with such symbols, known internally to @value{GDBN} as
11424``minimal symbols''.
11425
11426Note that before the debugged program has started execution, no DLLs
11427will have been loaded. The easiest way around this problem is simply to
11428start the program --- either by setting a breakpoint or letting the
11429program run once to completion. It is also possible to force
11430@value{GDBN} to load a particular DLL before starting the executable ---
11431see the shared library information in @pxref{Files} or the
11432@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11433explicitly loading symbols from a DLL with no debugging information will
11434cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11435which may adversely affect symbol lookup performance.
11436
11437@subsubsection DLL name prefixes
11438
11439In keeping with the naming conventions used by the Microsoft debugging
11440tools, DLL export symbols are made available with a prefix based on the
11441DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11442also entered into the symbol table, so @code{CreateFileA} is often
11443sufficient. In some cases there will be name clashes within a program
11444(particularly if the executable itself includes full debugging symbols)
11445necessitating the use of the fully qualified name when referring to the
11446contents of the DLL. Use single-quotes around the name to avoid the
11447exclamation mark (``!'') being interpreted as a language operator.
11448
11449Note that the internal name of the DLL may be all upper-case, even
11450though the file name of the DLL is lower-case, or vice-versa. Since
11451symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11452some confusion. If in doubt, try the @code{info functions} and
11453@code{info variables} commands or even @code{maint print msymbols} (see
11454@pxref{Symbols}). Here's an example:
11455
11456@smallexample
11457(gdb) info function CreateFileA
11458All functions matching regular expression "CreateFileA":
11459
11460Non-debugging symbols:
114610x77e885f4 CreateFileA
114620x77e885f4 KERNEL32!CreateFileA
11463@end smallexample
11464
11465@smallexample
11466(gdb) info function !
11467All functions matching regular expression "!":
11468
11469Non-debugging symbols:
114700x6100114c cygwin1!__assert
114710x61004034 cygwin1!_dll_crt0@@0
114720x61004240 cygwin1!dll_crt0(per_process *)
11473[etc...]
11474@end smallexample
11475
11476@subsubsection Working with minimal symbols
11477
11478Symbols extracted from a DLL's export table do not contain very much
11479type information. All that @value{GDBN} can do is guess whether a symbol
11480refers to a function or variable depending on the linker section that
11481contains the symbol. Also note that the actual contents of the memory
11482contained in a DLL are not available unless the program is running. This
11483means that you cannot examine the contents of a variable or disassemble
11484a function within a DLL without a running program.
11485
11486Variables are generally treated as pointers and dereferenced
11487automatically. For this reason, it is often necessary to prefix a
11488variable name with the address-of operator (``&'') and provide explicit
11489type information in the command. Here's an example of the type of
11490problem:
11491
11492@smallexample
11493(gdb) print 'cygwin1!__argv'
11494$1 = 268572168
11495@end smallexample
11496
11497@smallexample
11498(gdb) x 'cygwin1!__argv'
114990x10021610: "\230y\""
11500@end smallexample
11501
11502And two possible solutions:
11503
11504@smallexample
11505(gdb) print ((char **)'cygwin1!__argv')[0]
11506$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11507@end smallexample
11508
11509@smallexample
11510(gdb) x/2x &'cygwin1!__argv'
115110x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11512(gdb) x/x 0x10021608
115130x10021608: 0x0022fd98
11514(gdb) x/s 0x0022fd98
115150x22fd98: "/cygdrive/c/mydirectory/myprogram"
11516@end smallexample
11517
11518Setting a break point within a DLL is possible even before the program
11519starts execution. However, under these circumstances, @value{GDBN} can't
11520examine the initial instructions of the function in order to skip the
11521function's frame set-up code. You can work around this by using ``*&''
11522to set the breakpoint at a raw memory address:
11523
11524@smallexample
11525(gdb) break *&'python22!PyOS_Readline'
11526Breakpoint 1 at 0x1e04eff0
11527@end smallexample
11528
11529The author of these extensions is not entirely convinced that setting a
11530break point within a shared DLL like @file{kernel32.dll} is completely
11531safe.
11532
8e04817f
AC
11533@node Embedded OS
11534@section Embedded Operating Systems
104c1213 11535
8e04817f
AC
11536This section describes configurations involving the debugging of
11537embedded operating systems that are available for several different
11538architectures.
d4f3574e 11539
8e04817f
AC
11540@menu
11541* VxWorks:: Using @value{GDBN} with VxWorks
11542@end menu
104c1213 11543
8e04817f
AC
11544@value{GDBN} includes the ability to debug programs running on
11545various real-time operating systems.
104c1213 11546
8e04817f
AC
11547@node VxWorks
11548@subsection Using @value{GDBN} with VxWorks
104c1213 11549
8e04817f 11550@cindex VxWorks
104c1213 11551
8e04817f 11552@table @code
104c1213 11553
8e04817f
AC
11554@kindex target vxworks
11555@item target vxworks @var{machinename}
11556A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11557is the target system's machine name or IP address.
104c1213 11558
8e04817f 11559@end table
104c1213 11560
8e04817f
AC
11561On VxWorks, @code{load} links @var{filename} dynamically on the
11562current target system as well as adding its symbols in @value{GDBN}.
104c1213 11563
8e04817f
AC
11564@value{GDBN} enables developers to spawn and debug tasks running on networked
11565VxWorks targets from a Unix host. Already-running tasks spawned from
11566the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11567both the Unix host and on the VxWorks target. The program
11568@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11569installed with the name @code{vxgdb}, to distinguish it from a
11570@value{GDBN} for debugging programs on the host itself.)
104c1213 11571
8e04817f
AC
11572@table @code
11573@item VxWorks-timeout @var{args}
11574@kindex vxworks-timeout
11575All VxWorks-based targets now support the option @code{vxworks-timeout}.
11576This option is set by the user, and @var{args} represents the number of
11577seconds @value{GDBN} waits for responses to rpc's. You might use this if
11578your VxWorks target is a slow software simulator or is on the far side
11579of a thin network line.
11580@end table
104c1213 11581
8e04817f
AC
11582The following information on connecting to VxWorks was current when
11583this manual was produced; newer releases of VxWorks may use revised
11584procedures.
104c1213 11585
8e04817f
AC
11586@kindex INCLUDE_RDB
11587To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11588to include the remote debugging interface routines in the VxWorks
11589library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11590VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11591kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11592source debugging task @code{tRdbTask} when VxWorks is booted. For more
11593information on configuring and remaking VxWorks, see the manufacturer's
11594manual.
11595@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11596
8e04817f
AC
11597Once you have included @file{rdb.a} in your VxWorks system image and set
11598your Unix execution search path to find @value{GDBN}, you are ready to
11599run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11600@code{vxgdb}, depending on your installation).
104c1213 11601
8e04817f 11602@value{GDBN} comes up showing the prompt:
104c1213 11603
474c8240 11604@smallexample
8e04817f 11605(vxgdb)
474c8240 11606@end smallexample
104c1213 11607
8e04817f
AC
11608@menu
11609* VxWorks Connection:: Connecting to VxWorks
11610* VxWorks Download:: VxWorks download
11611* VxWorks Attach:: Running tasks
11612@end menu
104c1213 11613
8e04817f
AC
11614@node VxWorks Connection
11615@subsubsection Connecting to VxWorks
104c1213 11616
8e04817f
AC
11617The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11618network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11619
474c8240 11620@smallexample
8e04817f 11621(vxgdb) target vxworks tt
474c8240 11622@end smallexample
104c1213 11623
8e04817f
AC
11624@need 750
11625@value{GDBN} displays messages like these:
104c1213 11626
8e04817f
AC
11627@smallexample
11628Attaching remote machine across net...
11629Connected to tt.
11630@end smallexample
104c1213 11631
8e04817f
AC
11632@need 1000
11633@value{GDBN} then attempts to read the symbol tables of any object modules
11634loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11635these files by searching the directories listed in the command search
11636path (@pxref{Environment, ,Your program's environment}); if it fails
11637to find an object file, it displays a message such as:
5d161b24 11638
474c8240 11639@smallexample
8e04817f 11640prog.o: No such file or directory.
474c8240 11641@end smallexample
104c1213 11642
8e04817f
AC
11643When this happens, add the appropriate directory to the search path with
11644the @value{GDBN} command @code{path}, and execute the @code{target}
11645command again.
104c1213 11646
8e04817f
AC
11647@node VxWorks Download
11648@subsubsection VxWorks download
104c1213 11649
8e04817f
AC
11650@cindex download to VxWorks
11651If you have connected to the VxWorks target and you want to debug an
11652object that has not yet been loaded, you can use the @value{GDBN}
11653@code{load} command to download a file from Unix to VxWorks
11654incrementally. The object file given as an argument to the @code{load}
11655command is actually opened twice: first by the VxWorks target in order
11656to download the code, then by @value{GDBN} in order to read the symbol
11657table. This can lead to problems if the current working directories on
11658the two systems differ. If both systems have NFS mounted the same
11659filesystems, you can avoid these problems by using absolute paths.
11660Otherwise, it is simplest to set the working directory on both systems
11661to the directory in which the object file resides, and then to reference
11662the file by its name, without any path. For instance, a program
11663@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11664and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11665program, type this on VxWorks:
104c1213 11666
474c8240 11667@smallexample
8e04817f 11668-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11669@end smallexample
104c1213 11670
8e04817f
AC
11671@noindent
11672Then, in @value{GDBN}, type:
104c1213 11673
474c8240 11674@smallexample
8e04817f
AC
11675(vxgdb) cd @var{hostpath}/vw/demo/rdb
11676(vxgdb) load prog.o
474c8240 11677@end smallexample
104c1213 11678
8e04817f 11679@value{GDBN} displays a response similar to this:
104c1213 11680
8e04817f
AC
11681@smallexample
11682Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11683@end smallexample
104c1213 11684
8e04817f
AC
11685You can also use the @code{load} command to reload an object module
11686after editing and recompiling the corresponding source file. Note that
11687this makes @value{GDBN} delete all currently-defined breakpoints,
11688auto-displays, and convenience variables, and to clear the value
11689history. (This is necessary in order to preserve the integrity of
11690debugger's data structures that reference the target system's symbol
11691table.)
104c1213 11692
8e04817f
AC
11693@node VxWorks Attach
11694@subsubsection Running tasks
104c1213
JM
11695
11696@cindex running VxWorks tasks
11697You can also attach to an existing task using the @code{attach} command as
11698follows:
11699
474c8240 11700@smallexample
104c1213 11701(vxgdb) attach @var{task}
474c8240 11702@end smallexample
104c1213
JM
11703
11704@noindent
11705where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11706or suspended when you attach to it. Running tasks are suspended at
11707the time of attachment.
11708
6d2ebf8b 11709@node Embedded Processors
104c1213
JM
11710@section Embedded Processors
11711
11712This section goes into details specific to particular embedded
11713configurations.
11714
7d86b5d5 11715
104c1213 11716@menu
104c1213
JM
11717* ARM:: ARM
11718* H8/300:: Hitachi H8/300
11719* H8/500:: Hitachi H8/500
104c1213
JM
11720* M32R/D:: Mitsubishi M32R/D
11721* M68K:: Motorola M68K
104c1213 11722* MIPS Embedded:: MIPS Embedded
a37295f9 11723* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11724* PA:: HP PA Embedded
11725* PowerPC: PowerPC
11726* SH:: Hitachi SH
11727* Sparclet:: Tsqware Sparclet
11728* Sparclite:: Fujitsu Sparclite
11729* ST2000:: Tandem ST2000
11730* Z8000:: Zilog Z8000
11731@end menu
11732
6d2ebf8b 11733@node ARM
104c1213
JM
11734@subsection ARM
11735
11736@table @code
11737
8e04817f
AC
11738@kindex target rdi
11739@item target rdi @var{dev}
11740ARM Angel monitor, via RDI library interface to ADP protocol. You may
11741use this target to communicate with both boards running the Angel
11742monitor, or with the EmbeddedICE JTAG debug device.
11743
11744@kindex target rdp
11745@item target rdp @var{dev}
11746ARM Demon monitor.
11747
11748@end table
11749
11750@node H8/300
11751@subsection Hitachi H8/300
11752
11753@table @code
11754
11755@kindex target hms@r{, with H8/300}
11756@item target hms @var{dev}
11757A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11758Use special commands @code{device} and @code{speed} to control the serial
11759line and the communications speed used.
11760
11761@kindex target e7000@r{, with H8/300}
11762@item target e7000 @var{dev}
11763E7000 emulator for Hitachi H8 and SH.
11764
11765@kindex target sh3@r{, with H8/300}
11766@kindex target sh3e@r{, with H8/300}
11767@item target sh3 @var{dev}
11768@itemx target sh3e @var{dev}
11769Hitachi SH-3 and SH-3E target systems.
11770
11771@end table
11772
11773@cindex download to H8/300 or H8/500
11774@cindex H8/300 or H8/500 download
11775@cindex download to Hitachi SH
11776@cindex Hitachi SH download
11777When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11778board, the @code{load} command downloads your program to the Hitachi
11779board and also opens it as the current executable target for
11780@value{GDBN} on your host (like the @code{file} command).
11781
11782@value{GDBN} needs to know these things to talk to your
11783Hitachi SH, H8/300, or H8/500:
11784
11785@enumerate
11786@item
11787that you want to use @samp{target hms}, the remote debugging interface
11788for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11789emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11790the default when @value{GDBN} is configured specifically for the Hitachi SH,
11791H8/300, or H8/500.)
11792
11793@item
11794what serial device connects your host to your Hitachi board (the first
11795serial device available on your host is the default).
11796
11797@item
11798what speed to use over the serial device.
11799@end enumerate
11800
11801@menu
11802* Hitachi Boards:: Connecting to Hitachi boards.
11803* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11804* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11805@end menu
11806
11807@node Hitachi Boards
11808@subsubsection Connecting to Hitachi boards
11809
11810@c only for Unix hosts
11811@kindex device
11812@cindex serial device, Hitachi micros
11813Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11814need to explicitly set the serial device. The default @var{port} is the
11815first available port on your host. This is only necessary on Unix
11816hosts, where it is typically something like @file{/dev/ttya}.
11817
11818@kindex speed
11819@cindex serial line speed, Hitachi micros
11820@code{@value{GDBN}} has another special command to set the communications
11821speed: @samp{speed @var{bps}}. This command also is only used from Unix
11822hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11823the DOS @code{mode} command (for instance,
11824@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11825
11826The @samp{device} and @samp{speed} commands are available only when you
11827use a Unix host to debug your Hitachi microprocessor programs. If you
11828use a DOS host,
11829@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11830called @code{asynctsr} to communicate with the development board
11831through a PC serial port. You must also use the DOS @code{mode} command
11832to set up the serial port on the DOS side.
11833
11834The following sample session illustrates the steps needed to start a
11835program under @value{GDBN} control on an H8/300. The example uses a
11836sample H8/300 program called @file{t.x}. The procedure is the same for
11837the Hitachi SH and the H8/500.
11838
11839First hook up your development board. In this example, we use a
11840board attached to serial port @code{COM2}; if you use a different serial
11841port, substitute its name in the argument of the @code{mode} command.
11842When you call @code{asynctsr}, the auxiliary comms program used by the
11843debugger, you give it just the numeric part of the serial port's name;
11844for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11845@code{COM2}.
11846
474c8240 11847@smallexample
8e04817f
AC
11848C:\H8300\TEST> asynctsr 2
11849C:\H8300\TEST> mode com2:9600,n,8,1,p
11850
11851Resident portion of MODE loaded
11852
11853COM2: 9600, n, 8, 1, p
11854
474c8240 11855@end smallexample
8e04817f
AC
11856
11857@quotation
11858@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11859@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11860disable it, or even boot without it, to use @code{asynctsr} to control
11861your development board.
11862@end quotation
11863
11864@kindex target hms@r{, and serial protocol}
11865Now that serial communications are set up, and the development board is
11866connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11867the name of your program as the argument. @code{@value{GDBN}} prompts
11868you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11869commands to begin your debugging session: @samp{target hms} to specify
11870cross-debugging to the Hitachi board, and the @code{load} command to
11871download your program to the board. @code{load} displays the names of
11872the program's sections, and a @samp{*} for each 2K of data downloaded.
11873(If you want to refresh @value{GDBN} data on symbols or on the
11874executable file without downloading, use the @value{GDBN} commands
11875@code{file} or @code{symbol-file}. These commands, and @code{load}
11876itself, are described in @ref{Files,,Commands to specify files}.)
11877
11878@smallexample
11879(eg-C:\H8300\TEST) @value{GDBP} t.x
11880@value{GDBN} is free software and you are welcome to distribute copies
11881 of it under certain conditions; type "show copying" to see
11882 the conditions.
11883There is absolutely no warranty for @value{GDBN}; type "show warranty"
11884for details.
11885@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11886(@value{GDBP}) target hms
11887Connected to remote H8/300 HMS system.
11888(@value{GDBP}) load t.x
11889.text : 0x8000 .. 0xabde ***********
11890.data : 0xabde .. 0xad30 *
11891.stack : 0xf000 .. 0xf014 *
11892@end smallexample
11893
11894At this point, you're ready to run or debug your program. From here on,
11895you can use all the usual @value{GDBN} commands. The @code{break} command
11896sets breakpoints; the @code{run} command starts your program;
11897@code{print} or @code{x} display data; the @code{continue} command
11898resumes execution after stopping at a breakpoint. You can use the
11899@code{help} command at any time to find out more about @value{GDBN} commands.
11900
11901Remember, however, that @emph{operating system} facilities aren't
11902available on your development board; for example, if your program hangs,
11903you can't send an interrupt---but you can press the @sc{reset} switch!
11904
11905Use the @sc{reset} button on the development board
11906@itemize @bullet
11907@item
11908to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11909no way to pass an interrupt signal to the development board); and
11910
11911@item
11912to return to the @value{GDBN} command prompt after your program finishes
11913normally. The communications protocol provides no other way for @value{GDBN}
11914to detect program completion.
11915@end itemize
11916
11917In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11918development board as a ``normal exit'' of your program.
11919
11920@node Hitachi ICE
11921@subsubsection Using the E7000 in-circuit emulator
11922
11923@kindex target e7000@r{, with Hitachi ICE}
11924You can use the E7000 in-circuit emulator to develop code for either the
11925Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11926e7000} command to connect @value{GDBN} to your E7000:
11927
11928@table @code
11929@item target e7000 @var{port} @var{speed}
11930Use this form if your E7000 is connected to a serial port. The
11931@var{port} argument identifies what serial port to use (for example,
11932@samp{com2}). The third argument is the line speed in bits per second
11933(for example, @samp{9600}).
11934
11935@item target e7000 @var{hostname}
11936If your E7000 is installed as a host on a TCP/IP network, you can just
11937specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11938@end table
11939
11940@node Hitachi Special
11941@subsubsection Special @value{GDBN} commands for Hitachi micros
11942
11943Some @value{GDBN} commands are available only for the H8/300:
11944
11945@table @code
11946
11947@kindex set machine
11948@kindex show machine
11949@item set machine h8300
11950@itemx set machine h8300h
11951Condition @value{GDBN} for one of the two variants of the H8/300
11952architecture with @samp{set machine}. You can use @samp{show machine}
11953to check which variant is currently in effect.
104c1213
JM
11954
11955@end table
11956
8e04817f
AC
11957@node H8/500
11958@subsection H8/500
104c1213
JM
11959
11960@table @code
11961
8e04817f
AC
11962@kindex set memory @var{mod}
11963@cindex memory models, H8/500
11964@item set memory @var{mod}
11965@itemx show memory
11966Specify which H8/500 memory model (@var{mod}) you are using with
11967@samp{set memory}; check which memory model is in effect with @samp{show
11968memory}. The accepted values for @var{mod} are @code{small},
11969@code{big}, @code{medium}, and @code{compact}.
104c1213 11970
8e04817f 11971@end table
104c1213 11972
8e04817f
AC
11973@node M32R/D
11974@subsection Mitsubishi M32R/D
11975
11976@table @code
11977
11978@kindex target m32r
11979@item target m32r @var{dev}
11980Mitsubishi M32R/D ROM monitor.
11981
11982@end table
11983
11984@node M68K
11985@subsection M68k
11986
11987The Motorola m68k configuration includes ColdFire support, and
11988target command for the following ROM monitors.
11989
11990@table @code
11991
11992@kindex target abug
11993@item target abug @var{dev}
11994ABug ROM monitor for M68K.
11995
11996@kindex target cpu32bug
11997@item target cpu32bug @var{dev}
11998CPU32BUG monitor, running on a CPU32 (M68K) board.
11999
12000@kindex target dbug
12001@item target dbug @var{dev}
12002dBUG ROM monitor for Motorola ColdFire.
12003
12004@kindex target est
12005@item target est @var{dev}
12006EST-300 ICE monitor, running on a CPU32 (M68K) board.
12007
12008@kindex target rom68k
12009@item target rom68k @var{dev}
12010ROM 68K monitor, running on an M68K IDP board.
12011
12012@end table
12013
8e04817f
AC
12014@table @code
12015
12016@kindex target rombug
12017@item target rombug @var{dev}
12018ROMBUG ROM monitor for OS/9000.
12019
12020@end table
12021
8e04817f
AC
12022@node MIPS Embedded
12023@subsection MIPS Embedded
12024
12025@cindex MIPS boards
12026@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12027MIPS board attached to a serial line. This is available when
12028you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12029
8e04817f
AC
12030@need 1000
12031Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12032
8e04817f
AC
12033@table @code
12034@item target mips @var{port}
12035@kindex target mips @var{port}
12036To run a program on the board, start up @code{@value{GDBP}} with the
12037name of your program as the argument. To connect to the board, use the
12038command @samp{target mips @var{port}}, where @var{port} is the name of
12039the serial port connected to the board. If the program has not already
12040been downloaded to the board, you may use the @code{load} command to
12041download it. You can then use all the usual @value{GDBN} commands.
104c1213 12042
8e04817f
AC
12043For example, this sequence connects to the target board through a serial
12044port, and loads and runs a program called @var{prog} through the
12045debugger:
104c1213 12046
474c8240 12047@smallexample
8e04817f
AC
12048host$ @value{GDBP} @var{prog}
12049@value{GDBN} is free software and @dots{}
12050(@value{GDBP}) target mips /dev/ttyb
12051(@value{GDBP}) load @var{prog}
12052(@value{GDBP}) run
474c8240 12053@end smallexample
104c1213 12054
8e04817f
AC
12055@item target mips @var{hostname}:@var{portnumber}
12056On some @value{GDBN} host configurations, you can specify a TCP
12057connection (for instance, to a serial line managed by a terminal
12058concentrator) instead of a serial port, using the syntax
12059@samp{@var{hostname}:@var{portnumber}}.
104c1213 12060
8e04817f
AC
12061@item target pmon @var{port}
12062@kindex target pmon @var{port}
12063PMON ROM monitor.
104c1213 12064
8e04817f
AC
12065@item target ddb @var{port}
12066@kindex target ddb @var{port}
12067NEC's DDB variant of PMON for Vr4300.
104c1213 12068
8e04817f
AC
12069@item target lsi @var{port}
12070@kindex target lsi @var{port}
12071LSI variant of PMON.
104c1213 12072
8e04817f
AC
12073@kindex target r3900
12074@item target r3900 @var{dev}
12075Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12076
8e04817f
AC
12077@kindex target array
12078@item target array @var{dev}
12079Array Tech LSI33K RAID controller board.
104c1213 12080
8e04817f 12081@end table
104c1213 12082
104c1213 12083
8e04817f
AC
12084@noindent
12085@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12086
8e04817f
AC
12087@table @code
12088@item set processor @var{args}
12089@itemx show processor
12090@kindex set processor @var{args}
12091@kindex show processor
12092Use the @code{set processor} command to set the type of MIPS
12093processor when you want to access processor-type-specific registers.
12094For example, @code{set processor @var{r3041}} tells @value{GDBN}
12095to use the CPU registers appropriate for the 3041 chip.
12096Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12097is using. Use the @code{info reg} command to see what registers
12098@value{GDBN} is using.
104c1213 12099
8e04817f
AC
12100@item set mipsfpu double
12101@itemx set mipsfpu single
12102@itemx set mipsfpu none
12103@itemx show mipsfpu
12104@kindex set mipsfpu
12105@kindex show mipsfpu
12106@cindex MIPS remote floating point
12107@cindex floating point, MIPS remote
12108If your target board does not support the MIPS floating point
12109coprocessor, you should use the command @samp{set mipsfpu none} (if you
12110need this, you may wish to put the command in your @value{GDBN} init
12111file). This tells @value{GDBN} how to find the return value of
12112functions which return floating point values. It also allows
12113@value{GDBN} to avoid saving the floating point registers when calling
12114functions on the board. If you are using a floating point coprocessor
12115with only single precision floating point support, as on the @sc{r4650}
12116processor, use the command @samp{set mipsfpu single}. The default
12117double precision floating point coprocessor may be selected using
12118@samp{set mipsfpu double}.
104c1213 12119
8e04817f
AC
12120In previous versions the only choices were double precision or no
12121floating point, so @samp{set mipsfpu on} will select double precision
12122and @samp{set mipsfpu off} will select no floating point.
104c1213 12123
8e04817f
AC
12124As usual, you can inquire about the @code{mipsfpu} variable with
12125@samp{show mipsfpu}.
104c1213 12126
8e04817f
AC
12127@item set remotedebug @var{n}
12128@itemx show remotedebug
12129@kindex set remotedebug@r{, MIPS protocol}
12130@kindex show remotedebug@r{, MIPS protocol}
12131@cindex @code{remotedebug}, MIPS protocol
12132@cindex MIPS @code{remotedebug} protocol
12133@c FIXME! For this to be useful, you must know something about the MIPS
12134@c FIXME...protocol. Where is it described?
12135You can see some debugging information about communications with the board
12136by setting the @code{remotedebug} variable. If you set it to @code{1} using
12137@samp{set remotedebug 1}, every packet is displayed. If you set it
12138to @code{2}, every character is displayed. You can check the current value
12139at any time with the command @samp{show remotedebug}.
104c1213 12140
8e04817f
AC
12141@item set timeout @var{seconds}
12142@itemx set retransmit-timeout @var{seconds}
12143@itemx show timeout
12144@itemx show retransmit-timeout
12145@cindex @code{timeout}, MIPS protocol
12146@cindex @code{retransmit-timeout}, MIPS protocol
12147@kindex set timeout
12148@kindex show timeout
12149@kindex set retransmit-timeout
12150@kindex show retransmit-timeout
12151You can control the timeout used while waiting for a packet, in the MIPS
12152remote protocol, with the @code{set timeout @var{seconds}} command. The
12153default is 5 seconds. Similarly, you can control the timeout used while
12154waiting for an acknowledgement of a packet with the @code{set
12155retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12156You can inspect both values with @code{show timeout} and @code{show
12157retransmit-timeout}. (These commands are @emph{only} available when
12158@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12159
8e04817f
AC
12160The timeout set by @code{set timeout} does not apply when @value{GDBN}
12161is waiting for your program to stop. In that case, @value{GDBN} waits
12162forever because it has no way of knowing how long the program is going
12163to run before stopping.
12164@end table
104c1213 12165
a37295f9
MM
12166@node OpenRISC 1000
12167@subsection OpenRISC 1000
12168@cindex OpenRISC 1000
12169
12170@cindex or1k boards
12171See OR1k Architecture document (@uref{www.opencores.org}) for more information
12172about platform and commands.
12173
12174@table @code
12175
12176@kindex target jtag
12177@item target jtag jtag://@var{host}:@var{port}
12178
12179Connects to remote JTAG server.
12180JTAG remote server can be either an or1ksim or JTAG server,
12181connected via parallel port to the board.
12182
12183Example: @code{target jtag jtag://localhost:9999}
12184
12185@kindex or1ksim
12186@item or1ksim @var{command}
12187If connected to @code{or1ksim} OpenRISC 1000 Architectural
12188Simulator, proprietary commands can be executed.
12189
12190@kindex info or1k spr
12191@item info or1k spr
12192Displays spr groups.
12193
12194@item info or1k spr @var{group}
12195@itemx info or1k spr @var{groupno}
12196Displays register names in selected group.
12197
12198@item info or1k spr @var{group} @var{register}
12199@itemx info or1k spr @var{register}
12200@itemx info or1k spr @var{groupno} @var{registerno}
12201@itemx info or1k spr @var{registerno}
12202Shows information about specified spr register.
12203
12204@kindex spr
12205@item spr @var{group} @var{register} @var{value}
12206@itemx spr @var{register @var{value}}
12207@itemx spr @var{groupno} @var{registerno @var{value}}
12208@itemx spr @var{registerno @var{value}}
12209Writes @var{value} to specified spr register.
12210@end table
12211
12212Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12213It is very similar to @value{GDBN} trace, except it does not interfere with normal
12214program execution and is thus much faster. Hardware breakpoints/watchpoint
12215triggers can be set using:
12216@table @code
12217@item $LEA/$LDATA
12218Load effective address/data
12219@item $SEA/$SDATA
12220Store effective address/data
12221@item $AEA/$ADATA
12222Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12223@item $FETCH
12224Fetch data
12225@end table
12226
12227When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12228@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12229
12230@code{htrace} commands:
12231@cindex OpenRISC 1000 htrace
12232@table @code
12233@kindex hwatch
12234@item hwatch @var{conditional}
12235Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12236or Data. For example:
12237
12238@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12239
12240@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12241
12242@kindex htrace info
12243@item htrace info
12244Display information about current HW trace configuration.
12245
12246@kindex htrace trigger
12247@item htrace trigger @var{conditional}
12248Set starting criteria for HW trace.
12249
12250@kindex htrace qualifier
12251@item htrace qualifier @var{conditional}
12252Set acquisition qualifier for HW trace.
12253
12254@kindex htrace stop
12255@item htrace stop @var{conditional}
12256Set HW trace stopping criteria.
12257
12258@kindex htrace record
f153cc92 12259@item htrace record [@var{data}]*
a37295f9
MM
12260Selects the data to be recorded, when qualifier is met and HW trace was
12261triggered.
12262
12263@kindex htrace enable
12264@item htrace enable
12265@kindex htrace disable
12266@itemx htrace disable
12267Enables/disables the HW trace.
12268
12269@kindex htrace rewind
f153cc92 12270@item htrace rewind [@var{filename}]
a37295f9
MM
12271Clears currently recorded trace data.
12272
12273If filename is specified, new trace file is made and any newly collected data
12274will be written there.
12275
12276@kindex htrace print
f153cc92 12277@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12278Prints trace buffer, using current record configuration.
12279
12280@kindex htrace mode continuous
12281@item htrace mode continuous
12282Set continuous trace mode.
12283
12284@kindex htrace mode suspend
12285@item htrace mode suspend
12286Set suspend trace mode.
12287
12288@end table
12289
8e04817f
AC
12290@node PowerPC
12291@subsection PowerPC
104c1213
JM
12292
12293@table @code
104c1213 12294
8e04817f
AC
12295@kindex target dink32
12296@item target dink32 @var{dev}
12297DINK32 ROM monitor.
104c1213 12298
8e04817f
AC
12299@kindex target ppcbug
12300@item target ppcbug @var{dev}
12301@kindex target ppcbug1
12302@item target ppcbug1 @var{dev}
12303PPCBUG ROM monitor for PowerPC.
104c1213 12304
8e04817f
AC
12305@kindex target sds
12306@item target sds @var{dev}
12307SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12308
12309@end table
12310
12311@node PA
12312@subsection HP PA Embedded
104c1213
JM
12313
12314@table @code
12315
8e04817f
AC
12316@kindex target op50n
12317@item target op50n @var{dev}
12318OP50N monitor, running on an OKI HPPA board.
12319
12320@kindex target w89k
12321@item target w89k @var{dev}
12322W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12323
12324@end table
12325
8e04817f
AC
12326@node SH
12327@subsection Hitachi SH
104c1213
JM
12328
12329@table @code
12330
8e04817f
AC
12331@kindex target hms@r{, with Hitachi SH}
12332@item target hms @var{dev}
12333A Hitachi SH board attached via serial line to your host. Use special
12334commands @code{device} and @code{speed} to control the serial line and
12335the communications speed used.
104c1213 12336
8e04817f
AC
12337@kindex target e7000@r{, with Hitachi SH}
12338@item target e7000 @var{dev}
12339E7000 emulator for Hitachi SH.
104c1213 12340
8e04817f
AC
12341@kindex target sh3@r{, with SH}
12342@kindex target sh3e@r{, with SH}
12343@item target sh3 @var{dev}
12344@item target sh3e @var{dev}
12345Hitachi SH-3 and SH-3E target systems.
104c1213 12346
8e04817f 12347@end table
104c1213 12348
8e04817f
AC
12349@node Sparclet
12350@subsection Tsqware Sparclet
104c1213 12351
8e04817f
AC
12352@cindex Sparclet
12353
12354@value{GDBN} enables developers to debug tasks running on
12355Sparclet targets from a Unix host.
12356@value{GDBN} uses code that runs on
12357both the Unix host and on the Sparclet target. The program
12358@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12359
8e04817f
AC
12360@table @code
12361@item remotetimeout @var{args}
12362@kindex remotetimeout
12363@value{GDBN} supports the option @code{remotetimeout}.
12364This option is set by the user, and @var{args} represents the number of
12365seconds @value{GDBN} waits for responses.
104c1213
JM
12366@end table
12367
8e04817f
AC
12368@cindex compiling, on Sparclet
12369When compiling for debugging, include the options @samp{-g} to get debug
12370information and @samp{-Ttext} to relocate the program to where you wish to
12371load it on the target. You may also want to add the options @samp{-n} or
12372@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12373
474c8240 12374@smallexample
8e04817f 12375sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12376@end smallexample
104c1213 12377
8e04817f 12378You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12379
474c8240 12380@smallexample
8e04817f 12381sparclet-aout-objdump --headers --syms prog
474c8240 12382@end smallexample
104c1213 12383
8e04817f
AC
12384@cindex running, on Sparclet
12385Once you have set
12386your Unix execution search path to find @value{GDBN}, you are ready to
12387run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12388(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12389
8e04817f
AC
12390@value{GDBN} comes up showing the prompt:
12391
474c8240 12392@smallexample
8e04817f 12393(gdbslet)
474c8240 12394@end smallexample
104c1213
JM
12395
12396@menu
8e04817f
AC
12397* Sparclet File:: Setting the file to debug
12398* Sparclet Connection:: Connecting to Sparclet
12399* Sparclet Download:: Sparclet download
12400* Sparclet Execution:: Running and debugging
104c1213
JM
12401@end menu
12402
8e04817f
AC
12403@node Sparclet File
12404@subsubsection Setting file to debug
104c1213 12405
8e04817f 12406The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12407
474c8240 12408@smallexample
8e04817f 12409(gdbslet) file prog
474c8240 12410@end smallexample
104c1213 12411
8e04817f
AC
12412@need 1000
12413@value{GDBN} then attempts to read the symbol table of @file{prog}.
12414@value{GDBN} locates
12415the file by searching the directories listed in the command search
12416path.
12417If the file was compiled with debug information (option "-g"), source
12418files will be searched as well.
12419@value{GDBN} locates
12420the source files by searching the directories listed in the directory search
12421path (@pxref{Environment, ,Your program's environment}).
12422If it fails
12423to find a file, it displays a message such as:
104c1213 12424
474c8240 12425@smallexample
8e04817f 12426prog: No such file or directory.
474c8240 12427@end smallexample
104c1213 12428
8e04817f
AC
12429When this happens, add the appropriate directories to the search paths with
12430the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12431@code{target} command again.
104c1213 12432
8e04817f
AC
12433@node Sparclet Connection
12434@subsubsection Connecting to Sparclet
104c1213 12435
8e04817f
AC
12436The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12437To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12438
474c8240 12439@smallexample
8e04817f
AC
12440(gdbslet) target sparclet /dev/ttya
12441Remote target sparclet connected to /dev/ttya
12442main () at ../prog.c:3
474c8240 12443@end smallexample
104c1213 12444
8e04817f
AC
12445@need 750
12446@value{GDBN} displays messages like these:
104c1213 12447
474c8240 12448@smallexample
8e04817f 12449Connected to ttya.
474c8240 12450@end smallexample
104c1213 12451
8e04817f
AC
12452@node Sparclet Download
12453@subsubsection Sparclet download
104c1213 12454
8e04817f
AC
12455@cindex download to Sparclet
12456Once connected to the Sparclet target,
12457you can use the @value{GDBN}
12458@code{load} command to download the file from the host to the target.
12459The file name and load offset should be given as arguments to the @code{load}
12460command.
12461Since the file format is aout, the program must be loaded to the starting
12462address. You can use @code{objdump} to find out what this value is. The load
12463offset is an offset which is added to the VMA (virtual memory address)
12464of each of the file's sections.
12465For instance, if the program
12466@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12467and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12468
474c8240 12469@smallexample
8e04817f
AC
12470(gdbslet) load prog 0x12010000
12471Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12472@end smallexample
104c1213 12473
8e04817f
AC
12474If the code is loaded at a different address then what the program was linked
12475to, you may need to use the @code{section} and @code{add-symbol-file} commands
12476to tell @value{GDBN} where to map the symbol table.
12477
12478@node Sparclet Execution
12479@subsubsection Running and debugging
12480
12481@cindex running and debugging Sparclet programs
12482You can now begin debugging the task using @value{GDBN}'s execution control
12483commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12484manual for the list of commands.
12485
474c8240 12486@smallexample
8e04817f
AC
12487(gdbslet) b main
12488Breakpoint 1 at 0x12010000: file prog.c, line 3.
12489(gdbslet) run
12490Starting program: prog
12491Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
124923 char *symarg = 0;
12493(gdbslet) step
124944 char *execarg = "hello!";
12495(gdbslet)
474c8240 12496@end smallexample
8e04817f
AC
12497
12498@node Sparclite
12499@subsection Fujitsu Sparclite
104c1213
JM
12500
12501@table @code
12502
8e04817f
AC
12503@kindex target sparclite
12504@item target sparclite @var{dev}
12505Fujitsu sparclite boards, used only for the purpose of loading.
12506You must use an additional command to debug the program.
12507For example: target remote @var{dev} using @value{GDBN} standard
12508remote protocol.
104c1213
JM
12509
12510@end table
12511
8e04817f
AC
12512@node ST2000
12513@subsection Tandem ST2000
104c1213 12514
8e04817f
AC
12515@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12516STDBUG protocol.
104c1213 12517
8e04817f
AC
12518To connect your ST2000 to the host system, see the manufacturer's
12519manual. Once the ST2000 is physically attached, you can run:
104c1213 12520
474c8240 12521@smallexample
8e04817f 12522target st2000 @var{dev} @var{speed}
474c8240 12523@end smallexample
104c1213 12524
8e04817f
AC
12525@noindent
12526to establish it as your debugging environment. @var{dev} is normally
12527the name of a serial device, such as @file{/dev/ttya}, connected to the
12528ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12529connection (for example, to a serial line attached via a terminal
12530concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12531
8e04817f
AC
12532The @code{load} and @code{attach} commands are @emph{not} defined for
12533this target; you must load your program into the ST2000 as you normally
12534would for standalone operation. @value{GDBN} reads debugging information
12535(such as symbols) from a separate, debugging version of the program
12536available on your host computer.
12537@c FIXME!! This is terribly vague; what little content is here is
12538@c basically hearsay.
104c1213 12539
8e04817f
AC
12540@cindex ST2000 auxiliary commands
12541These auxiliary @value{GDBN} commands are available to help you with the ST2000
12542environment:
104c1213 12543
8e04817f
AC
12544@table @code
12545@item st2000 @var{command}
12546@kindex st2000 @var{cmd}
12547@cindex STDBUG commands (ST2000)
12548@cindex commands to STDBUG (ST2000)
12549Send a @var{command} to the STDBUG monitor. See the manufacturer's
12550manual for available commands.
104c1213 12551
8e04817f
AC
12552@item connect
12553@cindex connect (to STDBUG)
12554Connect the controlling terminal to the STDBUG command monitor. When
12555you are done interacting with STDBUG, typing either of two character
12556sequences gets you back to the @value{GDBN} command prompt:
12557@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12558@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12559@end table
12560
8e04817f
AC
12561@node Z8000
12562@subsection Zilog Z8000
104c1213 12563
8e04817f
AC
12564@cindex Z8000
12565@cindex simulator, Z8000
12566@cindex Zilog Z8000 simulator
104c1213 12567
8e04817f
AC
12568When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12569a Z8000 simulator.
12570
12571For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12572unsegmented variant of the Z8000 architecture) or the Z8001 (the
12573segmented variant). The simulator recognizes which architecture is
12574appropriate by inspecting the object code.
104c1213 12575
8e04817f
AC
12576@table @code
12577@item target sim @var{args}
12578@kindex sim
12579@kindex target sim@r{, with Z8000}
12580Debug programs on a simulated CPU. If the simulator supports setup
12581options, specify them via @var{args}.
104c1213
JM
12582@end table
12583
8e04817f
AC
12584@noindent
12585After specifying this target, you can debug programs for the simulated
12586CPU in the same style as programs for your host computer; use the
12587@code{file} command to load a new program image, the @code{run} command
12588to run your program, and so on.
12589
12590As well as making available all the usual machine registers
12591(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12592additional items of information as specially named registers:
104c1213
JM
12593
12594@table @code
12595
8e04817f
AC
12596@item cycles
12597Counts clock-ticks in the simulator.
104c1213 12598
8e04817f
AC
12599@item insts
12600Counts instructions run in the simulator.
104c1213 12601
8e04817f
AC
12602@item time
12603Execution time in 60ths of a second.
104c1213 12604
8e04817f 12605@end table
104c1213 12606
8e04817f
AC
12607You can refer to these values in @value{GDBN} expressions with the usual
12608conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12609conditional breakpoint that suspends only after at least 5000
12610simulated clock ticks.
104c1213 12611
8e04817f
AC
12612@node Architectures
12613@section Architectures
104c1213 12614
8e04817f
AC
12615This section describes characteristics of architectures that affect
12616all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12617
8e04817f
AC
12618@menu
12619* A29K::
12620* Alpha::
12621* MIPS::
12622@end menu
104c1213 12623
8e04817f
AC
12624@node A29K
12625@subsection A29K
104c1213
JM
12626
12627@table @code
104c1213 12628
8e04817f
AC
12629@kindex set rstack_high_address
12630@cindex AMD 29K register stack
12631@cindex register stack, AMD29K
12632@item set rstack_high_address @var{address}
12633On AMD 29000 family processors, registers are saved in a separate
12634@dfn{register stack}. There is no way for @value{GDBN} to determine the
12635extent of this stack. Normally, @value{GDBN} just assumes that the
12636stack is ``large enough''. This may result in @value{GDBN} referencing
12637memory locations that do not exist. If necessary, you can get around
12638this problem by specifying the ending address of the register stack with
12639the @code{set rstack_high_address} command. The argument should be an
12640address, which you probably want to precede with @samp{0x} to specify in
12641hexadecimal.
104c1213 12642
8e04817f
AC
12643@kindex show rstack_high_address
12644@item show rstack_high_address
12645Display the current limit of the register stack, on AMD 29000 family
12646processors.
104c1213 12647
8e04817f 12648@end table
104c1213 12649
8e04817f
AC
12650@node Alpha
12651@subsection Alpha
104c1213 12652
8e04817f 12653See the following section.
104c1213 12654
8e04817f
AC
12655@node MIPS
12656@subsection MIPS
104c1213 12657
8e04817f
AC
12658@cindex stack on Alpha
12659@cindex stack on MIPS
12660@cindex Alpha stack
12661@cindex MIPS stack
12662Alpha- and MIPS-based computers use an unusual stack frame, which
12663sometimes requires @value{GDBN} to search backward in the object code to
12664find the beginning of a function.
104c1213 12665
8e04817f
AC
12666@cindex response time, MIPS debugging
12667To improve response time (especially for embedded applications, where
12668@value{GDBN} may be restricted to a slow serial line for this search)
12669you may want to limit the size of this search, using one of these
12670commands:
104c1213 12671
8e04817f
AC
12672@table @code
12673@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12674@item set heuristic-fence-post @var{limit}
12675Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12676search for the beginning of a function. A value of @var{0} (the
12677default) means there is no limit. However, except for @var{0}, the
12678larger the limit the more bytes @code{heuristic-fence-post} must search
12679and therefore the longer it takes to run.
104c1213 12680
8e04817f
AC
12681@item show heuristic-fence-post
12682Display the current limit.
12683@end table
104c1213
JM
12684
12685@noindent
8e04817f
AC
12686These commands are available @emph{only} when @value{GDBN} is configured
12687for debugging programs on Alpha or MIPS processors.
104c1213 12688
104c1213 12689
8e04817f
AC
12690@node Controlling GDB
12691@chapter Controlling @value{GDBN}
12692
12693You can alter the way @value{GDBN} interacts with you by using the
12694@code{set} command. For commands controlling how @value{GDBN} displays
12695data, see @ref{Print Settings, ,Print settings}. Other settings are
12696described here.
12697
12698@menu
12699* Prompt:: Prompt
12700* Editing:: Command editing
12701* History:: Command history
12702* Screen Size:: Screen size
12703* Numbers:: Numbers
1e698235 12704* ABI:: Configuring the current ABI
8e04817f
AC
12705* Messages/Warnings:: Optional warnings and messages
12706* Debugging Output:: Optional messages about internal happenings
12707@end menu
12708
12709@node Prompt
12710@section Prompt
104c1213 12711
8e04817f 12712@cindex prompt
104c1213 12713
8e04817f
AC
12714@value{GDBN} indicates its readiness to read a command by printing a string
12715called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12716can change the prompt string with the @code{set prompt} command. For
12717instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12718the prompt in one of the @value{GDBN} sessions so that you can always tell
12719which one you are talking to.
104c1213 12720
8e04817f
AC
12721@emph{Note:} @code{set prompt} does not add a space for you after the
12722prompt you set. This allows you to set a prompt which ends in a space
12723or a prompt that does not.
104c1213 12724
8e04817f
AC
12725@table @code
12726@kindex set prompt
12727@item set prompt @var{newprompt}
12728Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12729
8e04817f
AC
12730@kindex show prompt
12731@item show prompt
12732Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12733@end table
12734
8e04817f
AC
12735@node Editing
12736@section Command editing
12737@cindex readline
12738@cindex command line editing
104c1213 12739
8e04817f
AC
12740@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12741@sc{gnu} library provides consistent behavior for programs which provide a
12742command line interface to the user. Advantages are @sc{gnu} Emacs-style
12743or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12744substitution, and a storage and recall of command history across
12745debugging sessions.
104c1213 12746
8e04817f
AC
12747You may control the behavior of command line editing in @value{GDBN} with the
12748command @code{set}.
104c1213 12749
8e04817f
AC
12750@table @code
12751@kindex set editing
12752@cindex editing
12753@item set editing
12754@itemx set editing on
12755Enable command line editing (enabled by default).
104c1213 12756
8e04817f
AC
12757@item set editing off
12758Disable command line editing.
104c1213 12759
8e04817f
AC
12760@kindex show editing
12761@item show editing
12762Show whether command line editing is enabled.
104c1213
JM
12763@end table
12764
8e04817f
AC
12765@node History
12766@section Command history
12767
12768@value{GDBN} can keep track of the commands you type during your
12769debugging sessions, so that you can be certain of precisely what
12770happened. Use these commands to manage the @value{GDBN} command
12771history facility.
104c1213
JM
12772
12773@table @code
8e04817f
AC
12774@cindex history substitution
12775@cindex history file
12776@kindex set history filename
12777@kindex GDBHISTFILE
12778@item set history filename @var{fname}
12779Set the name of the @value{GDBN} command history file to @var{fname}.
12780This is the file where @value{GDBN} reads an initial command history
12781list, and where it writes the command history from this session when it
12782exits. You can access this list through history expansion or through
12783the history command editing characters listed below. This file defaults
12784to the value of the environment variable @code{GDBHISTFILE}, or to
12785@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12786is not set.
104c1213 12787
8e04817f
AC
12788@cindex history save
12789@kindex set history save
12790@item set history save
12791@itemx set history save on
12792Record command history in a file, whose name may be specified with the
12793@code{set history filename} command. By default, this option is disabled.
104c1213 12794
8e04817f
AC
12795@item set history save off
12796Stop recording command history in a file.
104c1213 12797
8e04817f
AC
12798@cindex history size
12799@kindex set history size
12800@item set history size @var{size}
12801Set the number of commands which @value{GDBN} keeps in its history list.
12802This defaults to the value of the environment variable
12803@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12804@end table
12805
8e04817f
AC
12806@cindex history expansion
12807History expansion assigns special meaning to the character @kbd{!}.
12808@ifset have-readline-appendices
12809@xref{Event Designators}.
12810@end ifset
12811
12812Since @kbd{!} is also the logical not operator in C, history expansion
12813is off by default. If you decide to enable history expansion with the
12814@code{set history expansion on} command, you may sometimes need to
12815follow @kbd{!} (when it is used as logical not, in an expression) with
12816a space or a tab to prevent it from being expanded. The readline
12817history facilities do not attempt substitution on the strings
12818@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12819
12820The commands to control history expansion are:
104c1213
JM
12821
12822@table @code
8e04817f
AC
12823@kindex set history expansion
12824@item set history expansion on
12825@itemx set history expansion
12826Enable history expansion. History expansion is off by default.
104c1213 12827
8e04817f
AC
12828@item set history expansion off
12829Disable history expansion.
104c1213 12830
8e04817f
AC
12831The readline code comes with more complete documentation of
12832editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12833or @code{vi} may wish to read it.
12834@ifset have-readline-appendices
12835@xref{Command Line Editing}.
12836@end ifset
104c1213 12837
8e04817f
AC
12838@c @group
12839@kindex show history
12840@item show history
12841@itemx show history filename
12842@itemx show history save
12843@itemx show history size
12844@itemx show history expansion
12845These commands display the state of the @value{GDBN} history parameters.
12846@code{show history} by itself displays all four states.
12847@c @end group
12848@end table
12849
12850@table @code
12851@kindex shows
12852@item show commands
12853Display the last ten commands in the command history.
104c1213 12854
8e04817f
AC
12855@item show commands @var{n}
12856Print ten commands centered on command number @var{n}.
12857
12858@item show commands +
12859Print ten commands just after the commands last printed.
104c1213
JM
12860@end table
12861
8e04817f
AC
12862@node Screen Size
12863@section Screen size
12864@cindex size of screen
12865@cindex pauses in output
104c1213 12866
8e04817f
AC
12867Certain commands to @value{GDBN} may produce large amounts of
12868information output to the screen. To help you read all of it,
12869@value{GDBN} pauses and asks you for input at the end of each page of
12870output. Type @key{RET} when you want to continue the output, or @kbd{q}
12871to discard the remaining output. Also, the screen width setting
12872determines when to wrap lines of output. Depending on what is being
12873printed, @value{GDBN} tries to break the line at a readable place,
12874rather than simply letting it overflow onto the following line.
12875
12876Normally @value{GDBN} knows the size of the screen from the terminal
12877driver software. For example, on Unix @value{GDBN} uses the termcap data base
12878together with the value of the @code{TERM} environment variable and the
12879@code{stty rows} and @code{stty cols} settings. If this is not correct,
12880you can override it with the @code{set height} and @code{set
12881width} commands:
12882
12883@table @code
12884@kindex set height
12885@kindex set width
12886@kindex show width
12887@kindex show height
12888@item set height @var{lpp}
12889@itemx show height
12890@itemx set width @var{cpl}
12891@itemx show width
12892These @code{set} commands specify a screen height of @var{lpp} lines and
12893a screen width of @var{cpl} characters. The associated @code{show}
12894commands display the current settings.
104c1213 12895
8e04817f
AC
12896If you specify a height of zero lines, @value{GDBN} does not pause during
12897output no matter how long the output is. This is useful if output is to a
12898file or to an editor buffer.
104c1213 12899
8e04817f
AC
12900Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12901from wrapping its output.
104c1213
JM
12902@end table
12903
8e04817f
AC
12904@node Numbers
12905@section Numbers
12906@cindex number representation
12907@cindex entering numbers
104c1213 12908
8e04817f
AC
12909You can always enter numbers in octal, decimal, or hexadecimal in
12910@value{GDBN} by the usual conventions: octal numbers begin with
12911@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12912begin with @samp{0x}. Numbers that begin with none of these are, by
12913default, entered in base 10; likewise, the default display for
12914numbers---when no particular format is specified---is base 10. You can
12915change the default base for both input and output with the @code{set
12916radix} command.
104c1213 12917
8e04817f
AC
12918@table @code
12919@kindex set input-radix
12920@item set input-radix @var{base}
12921Set the default base for numeric input. Supported choices
12922for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12923specified either unambiguously or using the current default radix; for
12924example, any of
104c1213 12925
8e04817f
AC
12926@smallexample
12927set radix 012
12928set radix 10.
12929set radix 0xa
12930@end smallexample
104c1213 12931
8e04817f
AC
12932@noindent
12933sets the base to decimal. On the other hand, @samp{set radix 10}
12934leaves the radix unchanged no matter what it was.
104c1213 12935
8e04817f
AC
12936@kindex set output-radix
12937@item set output-radix @var{base}
12938Set the default base for numeric display. Supported choices
12939for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12940specified either unambiguously or using the current default radix.
104c1213 12941
8e04817f
AC
12942@kindex show input-radix
12943@item show input-radix
12944Display the current default base for numeric input.
104c1213 12945
8e04817f
AC
12946@kindex show output-radix
12947@item show output-radix
12948Display the current default base for numeric display.
12949@end table
104c1213 12950
1e698235
DJ
12951@node ABI
12952@section Configuring the current ABI
12953
12954@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
12955application automatically. However, sometimes you need to override its
12956conclusions. Use these commands to manage @value{GDBN}'s view of the
12957current ABI.
12958
98b45e30
DJ
12959@cindex OS ABI
12960@kindex set osabi
b4e9345d 12961@kindex show osabi
98b45e30
DJ
12962
12963One @value{GDBN} configuration can debug binaries for multiple operating
12964system targets, either via remote debugging or native emulation.
12965@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
12966but you can override its conclusion using the @code{set osabi} command.
12967One example where this is useful is in debugging of binaries which use
12968an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
12969not have the same identifying marks that the standard C library for your
12970platform provides.
12971
12972@table @code
12973@item show osabi
12974Show the OS ABI currently in use.
12975
12976@item set osabi
12977With no argument, show the list of registered available OS ABI's.
12978
12979@item set osabi @var{abi}
12980Set the current OS ABI to @var{abi}.
12981@end table
12982
1e698235
DJ
12983@cindex float promotion
12984@kindex set coerce-float-to-double
12985
12986Generally, the way that an argument of type @code{float} is passed to a
12987function depends on whether the function is prototyped. For a prototyped
12988(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
12989according to the architecture's convention for @code{float}. For unprototyped
12990(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
12991@code{double} and then passed.
12992
12993Unfortunately, some forms of debug information do not reliably indicate whether
12994a function is prototyped. If @value{GDBN} calls a function that is not marked
12995as prototyped, it consults @kbd{set coerce-float-to-double}.
12996
12997@table @code
12998@item set coerce-float-to-double
12999@itemx set coerce-float-to-double on
13000Arguments of type @code{float} will be promoted to @code{double} when passed
13001to an unprototyped function. This is the default setting.
13002
13003@item set coerce-float-to-double off
13004Arguments of type @code{float} will be passed directly to unprototyped
13005functions.
13006@end table
13007
f1212245
DJ
13008@kindex set cp-abi
13009@kindex show cp-abi
13010@value{GDBN} needs to know the ABI used for your program's C@t{++}
13011objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13012used to build your application. @value{GDBN} only fully supports
13013programs with a single C@t{++} ABI; if your program contains code using
13014multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13015program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13016Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13017before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13018``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13019use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13020``auto''.
13021
13022@table @code
13023@item show cp-abi
13024Show the C@t{++} ABI currently in use.
13025
13026@item set cp-abi
13027With no argument, show the list of supported C@t{++} ABI's.
13028
13029@item set cp-abi @var{abi}
13030@itemx set cp-abi auto
13031Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13032@end table
13033
8e04817f
AC
13034@node Messages/Warnings
13035@section Optional warnings and messages
104c1213 13036
8e04817f
AC
13037By default, @value{GDBN} is silent about its inner workings. If you are
13038running on a slow machine, you may want to use the @code{set verbose}
13039command. This makes @value{GDBN} tell you when it does a lengthy
13040internal operation, so you will not think it has crashed.
104c1213 13041
8e04817f
AC
13042Currently, the messages controlled by @code{set verbose} are those
13043which announce that the symbol table for a source file is being read;
13044see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13045
8e04817f
AC
13046@table @code
13047@kindex set verbose
13048@item set verbose on
13049Enables @value{GDBN} output of certain informational messages.
104c1213 13050
8e04817f
AC
13051@item set verbose off
13052Disables @value{GDBN} output of certain informational messages.
104c1213 13053
8e04817f
AC
13054@kindex show verbose
13055@item show verbose
13056Displays whether @code{set verbose} is on or off.
13057@end table
104c1213 13058
8e04817f
AC
13059By default, if @value{GDBN} encounters bugs in the symbol table of an
13060object file, it is silent; but if you are debugging a compiler, you may
13061find this information useful (@pxref{Symbol Errors, ,Errors reading
13062symbol files}).
104c1213 13063
8e04817f 13064@table @code
104c1213 13065
8e04817f
AC
13066@kindex set complaints
13067@item set complaints @var{limit}
13068Permits @value{GDBN} to output @var{limit} complaints about each type of
13069unusual symbols before becoming silent about the problem. Set
13070@var{limit} to zero to suppress all complaints; set it to a large number
13071to prevent complaints from being suppressed.
104c1213 13072
8e04817f
AC
13073@kindex show complaints
13074@item show complaints
13075Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13076
8e04817f 13077@end table
104c1213 13078
8e04817f
AC
13079By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13080lot of stupid questions to confirm certain commands. For example, if
13081you try to run a program which is already running:
104c1213 13082
474c8240 13083@smallexample
8e04817f
AC
13084(@value{GDBP}) run
13085The program being debugged has been started already.
13086Start it from the beginning? (y or n)
474c8240 13087@end smallexample
104c1213 13088
8e04817f
AC
13089If you are willing to unflinchingly face the consequences of your own
13090commands, you can disable this ``feature'':
104c1213 13091
8e04817f 13092@table @code
104c1213 13093
8e04817f
AC
13094@kindex set confirm
13095@cindex flinching
13096@cindex confirmation
13097@cindex stupid questions
13098@item set confirm off
13099Disables confirmation requests.
104c1213 13100
8e04817f
AC
13101@item set confirm on
13102Enables confirmation requests (the default).
104c1213 13103
8e04817f
AC
13104@kindex show confirm
13105@item show confirm
13106Displays state of confirmation requests.
13107
13108@end table
104c1213 13109
8e04817f
AC
13110@node Debugging Output
13111@section Optional messages about internal happenings
104c1213 13112@table @code
8e04817f
AC
13113@kindex set debug arch
13114@item set debug arch
13115Turns on or off display of gdbarch debugging info. The default is off
13116@kindex show debug arch
13117@item show debug arch
13118Displays the current state of displaying gdbarch debugging info.
13119@kindex set debug event
13120@item set debug event
13121Turns on or off display of @value{GDBN} event debugging info. The
13122default is off.
13123@kindex show debug event
13124@item show debug event
13125Displays the current state of displaying @value{GDBN} event debugging
13126info.
13127@kindex set debug expression
13128@item set debug expression
13129Turns on or off display of @value{GDBN} expression debugging info. The
13130default is off.
13131@kindex show debug expression
13132@item show debug expression
13133Displays the current state of displaying @value{GDBN} expression
13134debugging info.
7453dc06
AC
13135@kindex set debug frame
13136@item set debug frame
13137Turns on or off display of @value{GDBN} frame debugging info. The
13138default is off.
13139@kindex show debug frame
13140@item show debug frame
13141Displays the current state of displaying @value{GDBN} frame debugging
13142info.
8e04817f
AC
13143@kindex set debug overload
13144@item set debug overload
13145Turns on or off display of @value{GDBN} C@t{++} overload debugging
13146info. This includes info such as ranking of functions, etc. The default
13147is off.
13148@kindex show debug overload
13149@item show debug overload
13150Displays the current state of displaying @value{GDBN} C@t{++} overload
13151debugging info.
13152@kindex set debug remote
13153@cindex packets, reporting on stdout
13154@cindex serial connections, debugging
13155@item set debug remote
13156Turns on or off display of reports on all packets sent back and forth across
13157the serial line to the remote machine. The info is printed on the
13158@value{GDBN} standard output stream. The default is off.
13159@kindex show debug remote
13160@item show debug remote
13161Displays the state of display of remote packets.
13162@kindex set debug serial
13163@item set debug serial
13164Turns on or off display of @value{GDBN} serial debugging info. The
13165default is off.
13166@kindex show debug serial
13167@item show debug serial
13168Displays the current state of displaying @value{GDBN} serial debugging
13169info.
13170@kindex set debug target
13171@item set debug target
13172Turns on or off display of @value{GDBN} target debugging info. This info
13173includes what is going on at the target level of GDB, as it happens. The
13174default is off.
13175@kindex show debug target
13176@item show debug target
13177Displays the current state of displaying @value{GDBN} target debugging
13178info.
13179@kindex set debug varobj
13180@item set debug varobj
13181Turns on or off display of @value{GDBN} variable object debugging
13182info. The default is off.
13183@kindex show debug varobj
13184@item show debug varobj
13185Displays the current state of displaying @value{GDBN} variable object
13186debugging info.
13187@end table
104c1213 13188
8e04817f
AC
13189@node Sequences
13190@chapter Canned Sequences of Commands
104c1213 13191
8e04817f
AC
13192Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13193command lists}), @value{GDBN} provides two ways to store sequences of
13194commands for execution as a unit: user-defined commands and command
13195files.
104c1213 13196
8e04817f
AC
13197@menu
13198* Define:: User-defined commands
13199* Hooks:: User-defined command hooks
13200* Command Files:: Command files
13201* Output:: Commands for controlled output
13202@end menu
104c1213 13203
8e04817f
AC
13204@node Define
13205@section User-defined commands
104c1213 13206
8e04817f
AC
13207@cindex user-defined command
13208A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13209which you assign a new name as a command. This is done with the
13210@code{define} command. User commands may accept up to 10 arguments
13211separated by whitespace. Arguments are accessed within the user command
13212via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13213
8e04817f
AC
13214@smallexample
13215define adder
13216 print $arg0 + $arg1 + $arg2
13217@end smallexample
104c1213
JM
13218
13219@noindent
8e04817f 13220To execute the command use:
104c1213 13221
8e04817f
AC
13222@smallexample
13223adder 1 2 3
13224@end smallexample
104c1213 13225
8e04817f
AC
13226@noindent
13227This defines the command @code{adder}, which prints the sum of
13228its three arguments. Note the arguments are text substitutions, so they may
13229reference variables, use complex expressions, or even perform inferior
13230functions calls.
104c1213
JM
13231
13232@table @code
104c1213 13233
8e04817f
AC
13234@kindex define
13235@item define @var{commandname}
13236Define a command named @var{commandname}. If there is already a command
13237by that name, you are asked to confirm that you want to redefine it.
104c1213 13238
8e04817f
AC
13239The definition of the command is made up of other @value{GDBN} command lines,
13240which are given following the @code{define} command. The end of these
13241commands is marked by a line containing @code{end}.
104c1213 13242
8e04817f
AC
13243@kindex if
13244@kindex else
13245@item if
13246Takes a single argument, which is an expression to evaluate.
13247It is followed by a series of commands that are executed
13248only if the expression is true (nonzero).
13249There can then optionally be a line @code{else}, followed
13250by a series of commands that are only executed if the expression
13251was false. The end of the list is marked by a line containing @code{end}.
104c1213 13252
8e04817f
AC
13253@kindex while
13254@item while
13255The syntax is similar to @code{if}: the command takes a single argument,
13256which is an expression to evaluate, and must be followed by the commands to
13257execute, one per line, terminated by an @code{end}.
13258The commands are executed repeatedly as long as the expression
13259evaluates to true.
104c1213 13260
8e04817f
AC
13261@kindex document
13262@item document @var{commandname}
13263Document the user-defined command @var{commandname}, so that it can be
13264accessed by @code{help}. The command @var{commandname} must already be
13265defined. This command reads lines of documentation just as @code{define}
13266reads the lines of the command definition, ending with @code{end}.
13267After the @code{document} command is finished, @code{help} on command
13268@var{commandname} displays the documentation you have written.
104c1213 13269
8e04817f
AC
13270You may use the @code{document} command again to change the
13271documentation of a command. Redefining the command with @code{define}
13272does not change the documentation.
104c1213 13273
8e04817f
AC
13274@kindex help user-defined
13275@item help user-defined
13276List all user-defined commands, with the first line of the documentation
13277(if any) for each.
104c1213 13278
8e04817f
AC
13279@kindex show user
13280@item show user
13281@itemx show user @var{commandname}
13282Display the @value{GDBN} commands used to define @var{commandname} (but
13283not its documentation). If no @var{commandname} is given, display the
13284definitions for all user-defined commands.
104c1213 13285
20f01a46
DH
13286@kindex show max-user-call-depth
13287@kindex set max-user-call-depth
13288@item show max-user-call-depth
5ca0cb28
DH
13289@itemx set max-user-call-depth
13290The value of @code{max-user-call-depth} controls how many recursion
13291levels are allowed in user-defined commands before GDB suspects an
13292infinite recursion and aborts the command.
20f01a46 13293
104c1213
JM
13294@end table
13295
8e04817f
AC
13296When user-defined commands are executed, the
13297commands of the definition are not printed. An error in any command
13298stops execution of the user-defined command.
104c1213 13299
8e04817f
AC
13300If used interactively, commands that would ask for confirmation proceed
13301without asking when used inside a user-defined command. Many @value{GDBN}
13302commands that normally print messages to say what they are doing omit the
13303messages when used in a user-defined command.
104c1213 13304
8e04817f
AC
13305@node Hooks
13306@section User-defined command hooks
13307@cindex command hooks
13308@cindex hooks, for commands
13309@cindex hooks, pre-command
104c1213 13310
8e04817f
AC
13311@kindex hook
13312@kindex hook-
13313You may define @dfn{hooks}, which are a special kind of user-defined
13314command. Whenever you run the command @samp{foo}, if the user-defined
13315command @samp{hook-foo} exists, it is executed (with no arguments)
13316before that command.
104c1213 13317
8e04817f
AC
13318@cindex hooks, post-command
13319@kindex hookpost
13320@kindex hookpost-
13321A hook may also be defined which is run after the command you executed.
13322Whenever you run the command @samp{foo}, if the user-defined command
13323@samp{hookpost-foo} exists, it is executed (with no arguments) after
13324that command. Post-execution hooks may exist simultaneously with
13325pre-execution hooks, for the same command.
104c1213 13326
8e04817f
AC
13327It is valid for a hook to call the command which it hooks. If this
13328occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13329
8e04817f
AC
13330@c It would be nice if hookpost could be passed a parameter indicating
13331@c if the command it hooks executed properly or not. FIXME!
104c1213 13332
8e04817f
AC
13333@kindex stop@r{, a pseudo-command}
13334In addition, a pseudo-command, @samp{stop} exists. Defining
13335(@samp{hook-stop}) makes the associated commands execute every time
13336execution stops in your program: before breakpoint commands are run,
13337displays are printed, or the stack frame is printed.
104c1213 13338
8e04817f
AC
13339For example, to ignore @code{SIGALRM} signals while
13340single-stepping, but treat them normally during normal execution,
13341you could define:
104c1213 13342
474c8240 13343@smallexample
8e04817f
AC
13344define hook-stop
13345handle SIGALRM nopass
13346end
104c1213 13347
8e04817f
AC
13348define hook-run
13349handle SIGALRM pass
13350end
104c1213 13351
8e04817f
AC
13352define hook-continue
13353handle SIGLARM pass
13354end
474c8240 13355@end smallexample
104c1213 13356
8e04817f
AC
13357As a further example, to hook at the begining and end of the @code{echo}
13358command, and to add extra text to the beginning and end of the message,
13359you could define:
104c1213 13360
474c8240 13361@smallexample
8e04817f
AC
13362define hook-echo
13363echo <<<---
13364end
104c1213 13365
8e04817f
AC
13366define hookpost-echo
13367echo --->>>\n
13368end
104c1213 13369
8e04817f
AC
13370(@value{GDBP}) echo Hello World
13371<<<---Hello World--->>>
13372(@value{GDBP})
104c1213 13373
474c8240 13374@end smallexample
104c1213 13375
8e04817f
AC
13376You can define a hook for any single-word command in @value{GDBN}, but
13377not for command aliases; you should define a hook for the basic command
13378name, e.g. @code{backtrace} rather than @code{bt}.
13379@c FIXME! So how does Joe User discover whether a command is an alias
13380@c or not?
13381If an error occurs during the execution of your hook, execution of
13382@value{GDBN} commands stops and @value{GDBN} issues a prompt
13383(before the command that you actually typed had a chance to run).
104c1213 13384
8e04817f
AC
13385If you try to define a hook which does not match any known command, you
13386get a warning from the @code{define} command.
c906108c 13387
8e04817f
AC
13388@node Command Files
13389@section Command files
c906108c 13390
8e04817f
AC
13391@cindex command files
13392A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13393commands. Comments (lines starting with @kbd{#}) may also be included.
13394An empty line in a command file does nothing; it does not mean to repeat
13395the last command, as it would from the terminal.
c906108c 13396
8e04817f
AC
13397@cindex init file
13398@cindex @file{.gdbinit}
13399@cindex @file{gdb.ini}
13400When you start @value{GDBN}, it automatically executes commands from its
13401@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13402port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13403limitations of file names imposed by DOS filesystems.}.
13404During startup, @value{GDBN} does the following:
c906108c 13405
8e04817f
AC
13406@enumerate
13407@item
13408Reads the init file (if any) in your home directory@footnote{On
13409DOS/Windows systems, the home directory is the one pointed to by the
13410@code{HOME} environment variable.}.
c906108c 13411
8e04817f
AC
13412@item
13413Processes command line options and operands.
c906108c 13414
8e04817f
AC
13415@item
13416Reads the init file (if any) in the current working directory.
c906108c 13417
8e04817f
AC
13418@item
13419Reads command files specified by the @samp{-x} option.
13420@end enumerate
c906108c 13421
8e04817f
AC
13422The init file in your home directory can set options (such as @samp{set
13423complaints}) that affect subsequent processing of command line options
13424and operands. Init files are not executed if you use the @samp{-nx}
13425option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13426
8e04817f
AC
13427@cindex init file name
13428On some configurations of @value{GDBN}, the init file is known by a
13429different name (these are typically environments where a specialized
13430form of @value{GDBN} may need to coexist with other forms, hence a
13431different name for the specialized version's init file). These are the
13432environments with special init file names:
c906108c 13433
8e04817f
AC
13434@cindex @file{.vxgdbinit}
13435@itemize @bullet
13436@item
13437VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13438
8e04817f
AC
13439@cindex @file{.os68gdbinit}
13440@item
13441OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13442
8e04817f
AC
13443@cindex @file{.esgdbinit}
13444@item
13445ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13446@end itemize
c906108c 13447
8e04817f
AC
13448You can also request the execution of a command file with the
13449@code{source} command:
c906108c 13450
8e04817f
AC
13451@table @code
13452@kindex source
13453@item source @var{filename}
13454Execute the command file @var{filename}.
c906108c
SS
13455@end table
13456
8e04817f 13457The lines in a command file are executed sequentially. They are not
a71ec265
DH
13458printed as they are executed. An error in any command terminates
13459execution of the command file and control is returned to the console.
c906108c 13460
8e04817f
AC
13461Commands that would ask for confirmation if used interactively proceed
13462without asking when used in a command file. Many @value{GDBN} commands that
13463normally print messages to say what they are doing omit the messages
13464when called from command files.
c906108c 13465
8e04817f
AC
13466@value{GDBN} also accepts command input from standard input. In this
13467mode, normal output goes to standard output and error output goes to
13468standard error. Errors in a command file supplied on standard input do
13469not terminate execution of the command file --- execution continues with
13470the next command.
c906108c 13471
474c8240 13472@smallexample
8e04817f 13473gdb < cmds > log 2>&1
474c8240 13474@end smallexample
c906108c 13475
8e04817f
AC
13476(The syntax above will vary depending on the shell used.) This example
13477will execute commands from the file @file{cmds}. All output and errors
13478would be directed to @file{log}.
c906108c 13479
8e04817f
AC
13480@node Output
13481@section Commands for controlled output
c906108c 13482
8e04817f
AC
13483During the execution of a command file or a user-defined command, normal
13484@value{GDBN} output is suppressed; the only output that appears is what is
13485explicitly printed by the commands in the definition. This section
13486describes three commands useful for generating exactly the output you
13487want.
c906108c
SS
13488
13489@table @code
8e04817f
AC
13490@kindex echo
13491@item echo @var{text}
13492@c I do not consider backslash-space a standard C escape sequence
13493@c because it is not in ANSI.
13494Print @var{text}. Nonprinting characters can be included in
13495@var{text} using C escape sequences, such as @samp{\n} to print a
13496newline. @strong{No newline is printed unless you specify one.}
13497In addition to the standard C escape sequences, a backslash followed
13498by a space stands for a space. This is useful for displaying a
13499string with spaces at the beginning or the end, since leading and
13500trailing spaces are otherwise trimmed from all arguments.
13501To print @samp{@w{ }and foo =@w{ }}, use the command
13502@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13503
8e04817f
AC
13504A backslash at the end of @var{text} can be used, as in C, to continue
13505the command onto subsequent lines. For example,
c906108c 13506
474c8240 13507@smallexample
8e04817f
AC
13508echo This is some text\n\
13509which is continued\n\
13510onto several lines.\n
474c8240 13511@end smallexample
c906108c 13512
8e04817f 13513produces the same output as
c906108c 13514
474c8240 13515@smallexample
8e04817f
AC
13516echo This is some text\n
13517echo which is continued\n
13518echo onto several lines.\n
474c8240 13519@end smallexample
c906108c 13520
8e04817f
AC
13521@kindex output
13522@item output @var{expression}
13523Print the value of @var{expression} and nothing but that value: no
13524newlines, no @samp{$@var{nn} = }. The value is not entered in the
13525value history either. @xref{Expressions, ,Expressions}, for more information
13526on expressions.
c906108c 13527
8e04817f
AC
13528@item output/@var{fmt} @var{expression}
13529Print the value of @var{expression} in format @var{fmt}. You can use
13530the same formats as for @code{print}. @xref{Output Formats,,Output
13531formats}, for more information.
c906108c 13532
8e04817f
AC
13533@kindex printf
13534@item printf @var{string}, @var{expressions}@dots{}
13535Print the values of the @var{expressions} under the control of
13536@var{string}. The @var{expressions} are separated by commas and may be
13537either numbers or pointers. Their values are printed as specified by
13538@var{string}, exactly as if your program were to execute the C
13539subroutine
13540@c FIXME: the above implies that at least all ANSI C formats are
13541@c supported, but it isn't true: %E and %G don't work (or so it seems).
13542@c Either this is a bug, or the manual should document what formats are
13543@c supported.
c906108c 13544
474c8240 13545@smallexample
8e04817f 13546printf (@var{string}, @var{expressions}@dots{});
474c8240 13547@end smallexample
c906108c 13548
8e04817f 13549For example, you can print two values in hex like this:
c906108c 13550
8e04817f
AC
13551@smallexample
13552printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13553@end smallexample
c906108c 13554
8e04817f
AC
13555The only backslash-escape sequences that you can use in the format
13556string are the simple ones that consist of backslash followed by a
13557letter.
c906108c
SS
13558@end table
13559
21c294e6
AC
13560@node Interpreters
13561@chapter Command Interpreters
13562@cindex command interpreters
13563
13564@value{GDBN} supports multiple command interpreters, and some command
13565infrastructure to allow users or user interface writers to switch
13566between interpreters or run commands in other interpreters.
13567
13568@value{GDBN} currently supports two command interpreters, the console
13569interpreter (sometimes called the command-line interpreter or @sc{cli})
13570and the machine interface interpreter (or @sc{gdb/mi}). This manual
13571describes both of these interfaces in great detail.
13572
13573By default, @value{GDBN} will start with the console interpreter.
13574However, the user may choose to start @value{GDBN} with another
13575interpreter by specifying the @option{-i} or @option{--interpreter}
13576startup options. Defined interpreters include:
13577
13578@table @code
13579@item console
13580@cindex console interpreter
13581The traditional console or command-line interpreter. This is the most often
13582used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13583@value{GDBN} will use this interpreter.
13584
13585@item mi
13586@cindex mi interpreter
13587The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13588by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13589or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13590Interface}.
13591
13592@item mi2
13593@cindex mi2 interpreter
13594The current @sc{gdb/mi} interface.
13595
13596@item mi1
13597@cindex mi1 interpreter
13598The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13599
13600@end table
13601
13602@cindex invoke another interpreter
13603The interpreter being used by @value{GDBN} may not be dynamically
13604switched at runtime. Although possible, this could lead to a very
13605precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13606enters the command "interpreter-set console" in a console view,
13607@value{GDBN} would switch to using the console interpreter, rendering
13608the IDE inoperable!
13609
13610@kindex interpreter-exec
13611Although you may only choose a single interpreter at startup, you may execute
13612commands in any interpreter from the current interpreter using the appropriate
13613command. If you are running the console interpreter, simply use the
13614@code{interpreter-exec} command:
13615
13616@smallexample
13617interpreter-exec mi "-data-list-register-names"
13618@end smallexample
13619
13620@sc{gdb/mi} has a similar command, although it is only available in versions of
13621@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13622
8e04817f
AC
13623@node TUI
13624@chapter @value{GDBN} Text User Interface
13625@cindex TUI
c906108c 13626
8e04817f
AC
13627@menu
13628* TUI Overview:: TUI overview
13629* TUI Keys:: TUI key bindings
7cf36c78 13630* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13631* TUI Commands:: TUI specific commands
13632* TUI Configuration:: TUI configuration variables
13633@end menu
c906108c 13634
8e04817f
AC
13635The @value{GDBN} Text User Interface, TUI in short,
13636is a terminal interface which uses the @code{curses} library
13637to show the source file, the assembly output, the program registers
13638and @value{GDBN} commands in separate text windows.
13639The TUI is available only when @value{GDBN} is configured
13640with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13641
8e04817f
AC
13642@node TUI Overview
13643@section TUI overview
c906108c 13644
8e04817f
AC
13645The TUI has two display modes that can be switched while
13646@value{GDBN} runs:
c906108c 13647
8e04817f
AC
13648@itemize @bullet
13649@item
13650A curses (or TUI) mode in which it displays several text
13651windows on the terminal.
c906108c 13652
8e04817f
AC
13653@item
13654A standard mode which corresponds to the @value{GDBN} configured without
13655the TUI.
13656@end itemize
c906108c 13657
8e04817f
AC
13658In the TUI mode, @value{GDBN} can display several text window
13659on the terminal:
c906108c 13660
8e04817f
AC
13661@table @emph
13662@item command
13663This window is the @value{GDBN} command window with the @value{GDBN}
13664prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13665managed using readline but through the TUI. The @emph{command}
13666window is always visible.
c906108c 13667
8e04817f
AC
13668@item source
13669The source window shows the source file of the program. The current
13670line as well as active breakpoints are displayed in this window.
c906108c 13671
8e04817f
AC
13672@item assembly
13673The assembly window shows the disassembly output of the program.
c906108c 13674
8e04817f
AC
13675@item register
13676This window shows the processor registers. It detects when
13677a register is changed and when this is the case, registers that have
13678changed are highlighted.
c906108c 13679
c906108c
SS
13680@end table
13681
269c21fe
SC
13682The source and assembly windows show the current program position
13683by highlighting the current line and marking them with the @samp{>} marker.
13684Breakpoints are also indicated with two markers. A first one
13685indicates the breakpoint type:
13686
13687@table @code
13688@item B
13689Breakpoint which was hit at least once.
13690
13691@item b
13692Breakpoint which was never hit.
13693
13694@item H
13695Hardware breakpoint which was hit at least once.
13696
13697@item h
13698Hardware breakpoint which was never hit.
13699
13700@end table
13701
13702The second marker indicates whether the breakpoint is enabled or not:
13703
13704@table @code
13705@item +
13706Breakpoint is enabled.
13707
13708@item -
13709Breakpoint is disabled.
13710
13711@end table
13712
8e04817f
AC
13713The source, assembly and register windows are attached to the thread
13714and the frame position. They are updated when the current thread
13715changes, when the frame changes or when the program counter changes.
13716These three windows are arranged by the TUI according to several
13717layouts. The layout defines which of these three windows are visible.
13718The following layouts are available:
c906108c 13719
8e04817f
AC
13720@itemize @bullet
13721@item
13722source
2df3850c 13723
8e04817f
AC
13724@item
13725assembly
13726
13727@item
13728source and assembly
13729
13730@item
13731source and registers
c906108c 13732
8e04817f
AC
13733@item
13734assembly and registers
2df3850c 13735
8e04817f 13736@end itemize
c906108c 13737
b7bb15bc
SC
13738On top of the command window a status line gives various information
13739concerning the current process begin debugged. The status line is
13740updated when the information it shows changes. The following fields
13741are displayed:
13742
13743@table @emph
13744@item target
13745Indicates the current gdb target
13746(@pxref{Targets, ,Specifying a Debugging Target}).
13747
13748@item process
13749Gives information about the current process or thread number.
13750When no process is being debugged, this field is set to @code{No process}.
13751
13752@item function
13753Gives the current function name for the selected frame.
13754The name is demangled if demangling is turned on (@pxref{Print Settings}).
13755When there is no symbol corresponding to the current program counter
13756the string @code{??} is displayed.
13757
13758@item line
13759Indicates the current line number for the selected frame.
13760When the current line number is not known the string @code{??} is displayed.
13761
13762@item pc
13763Indicates the current program counter address.
13764
13765@end table
13766
8e04817f
AC
13767@node TUI Keys
13768@section TUI Key Bindings
13769@cindex TUI key bindings
c906108c 13770
8e04817f
AC
13771The TUI installs several key bindings in the readline keymaps
13772(@pxref{Command Line Editing}).
13773They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13774directly on the TUI layout and windows. The TUI also provides
13775a @emph{SingleKey} keymap which binds several keys directly to
13776@value{GDBN} commands. The following key bindings
8e04817f 13777are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13778
8e04817f
AC
13779@table @kbd
13780@kindex C-x C-a
13781@item C-x C-a
13782@kindex C-x a
13783@itemx C-x a
13784@kindex C-x A
13785@itemx C-x A
13786Enter or leave the TUI mode. When the TUI mode is left,
13787the curses window management is left and @value{GDBN} operates using
13788its standard mode writing on the terminal directly. When the TUI
13789mode is entered, the control is given back to the curses windows.
13790The screen is then refreshed.
c906108c 13791
8e04817f
AC
13792@kindex C-x 1
13793@item C-x 1
13794Use a TUI layout with only one window. The layout will
13795either be @samp{source} or @samp{assembly}. When the TUI mode
13796is not active, it will switch to the TUI mode.
2df3850c 13797
8e04817f 13798Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13799
8e04817f
AC
13800@kindex C-x 2
13801@item C-x 2
13802Use a TUI layout with at least two windows. When the current
13803layout shows already two windows, a next layout with two windows is used.
13804When a new layout is chosen, one window will always be common to the
13805previous layout and the new one.
c906108c 13806
8e04817f 13807Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13808
7cf36c78
SC
13809@kindex C-x s
13810@item C-x s
13811Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13812(@pxref{TUI Single Key Mode}).
13813
c906108c
SS
13814@end table
13815
8e04817f 13816The following key bindings are handled only by the TUI mode:
5d161b24 13817
8e04817f
AC
13818@table @key
13819@kindex PgUp
13820@item PgUp
13821Scroll the active window one page up.
c906108c 13822
8e04817f
AC
13823@kindex PgDn
13824@item PgDn
13825Scroll the active window one page down.
c906108c 13826
8e04817f
AC
13827@kindex Up
13828@item Up
13829Scroll the active window one line up.
c906108c 13830
8e04817f
AC
13831@kindex Down
13832@item Down
13833Scroll the active window one line down.
c906108c 13834
8e04817f
AC
13835@kindex Left
13836@item Left
13837Scroll the active window one column left.
c906108c 13838
8e04817f
AC
13839@kindex Right
13840@item Right
13841Scroll the active window one column right.
c906108c 13842
8e04817f
AC
13843@kindex C-L
13844@item C-L
13845Refresh the screen.
c906108c 13846
8e04817f 13847@end table
c906108c 13848
8e04817f
AC
13849In the TUI mode, the arrow keys are used by the active window
13850for scrolling. This means they are not available for readline. It is
13851necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13852@key{C-b} and @key{C-f}.
13853
7cf36c78
SC
13854@node TUI Single Key Mode
13855@section TUI Single Key Mode
13856@cindex TUI single key mode
13857
13858The TUI provides a @emph{SingleKey} mode in which it installs a particular
13859key binding in the readline keymaps to connect single keys to
13860some gdb commands.
13861
13862@table @kbd
13863@kindex c @r{(SingleKey TUI key)}
13864@item c
13865continue
13866
13867@kindex d @r{(SingleKey TUI key)}
13868@item d
13869down
13870
13871@kindex f @r{(SingleKey TUI key)}
13872@item f
13873finish
13874
13875@kindex n @r{(SingleKey TUI key)}
13876@item n
13877next
13878
13879@kindex q @r{(SingleKey TUI key)}
13880@item q
13881exit the @emph{SingleKey} mode.
13882
13883@kindex r @r{(SingleKey TUI key)}
13884@item r
13885run
13886
13887@kindex s @r{(SingleKey TUI key)}
13888@item s
13889step
13890
13891@kindex u @r{(SingleKey TUI key)}
13892@item u
13893up
13894
13895@kindex v @r{(SingleKey TUI key)}
13896@item v
13897info locals
13898
13899@kindex w @r{(SingleKey TUI key)}
13900@item w
13901where
13902
13903@end table
13904
13905Other keys temporarily switch to the @value{GDBN} command prompt.
13906The key that was pressed is inserted in the editing buffer so that
13907it is possible to type most @value{GDBN} commands without interaction
13908with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13909@emph{SingleKey} mode is restored. The only way to permanently leave
13910this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13911
13912
8e04817f
AC
13913@node TUI Commands
13914@section TUI specific commands
13915@cindex TUI commands
13916
13917The TUI has specific commands to control the text windows.
13918These commands are always available, that is they do not depend on
13919the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13920is in the standard mode, using these commands will automatically switch
13921in the TUI mode.
c906108c
SS
13922
13923@table @code
3d757584
SC
13924@item info win
13925@kindex info win
13926List and give the size of all displayed windows.
13927
8e04817f
AC
13928@item layout next
13929@kindex layout next
13930Display the next layout.
2df3850c 13931
8e04817f
AC
13932@item layout prev
13933@kindex layout prev
13934Display the previous layout.
c906108c 13935
8e04817f
AC
13936@item layout src
13937@kindex layout src
13938Display the source window only.
c906108c 13939
8e04817f
AC
13940@item layout asm
13941@kindex layout asm
13942Display the assembly window only.
c906108c 13943
8e04817f
AC
13944@item layout split
13945@kindex layout split
13946Display the source and assembly window.
c906108c 13947
8e04817f
AC
13948@item layout regs
13949@kindex layout regs
13950Display the register window together with the source or assembly window.
13951
13952@item focus next | prev | src | asm | regs | split
13953@kindex focus
13954Set the focus to the named window.
13955This command allows to change the active window so that scrolling keys
13956can be affected to another window.
c906108c 13957
8e04817f
AC
13958@item refresh
13959@kindex refresh
13960Refresh the screen. This is similar to using @key{C-L} key.
c906108c 13961
8e04817f
AC
13962@item update
13963@kindex update
13964Update the source window and the current execution point.
c906108c 13965
8e04817f
AC
13966@item winheight @var{name} +@var{count}
13967@itemx winheight @var{name} -@var{count}
13968@kindex winheight
13969Change the height of the window @var{name} by @var{count}
13970lines. Positive counts increase the height, while negative counts
13971decrease it.
2df3850c 13972
c906108c
SS
13973@end table
13974
8e04817f
AC
13975@node TUI Configuration
13976@section TUI configuration variables
13977@cindex TUI configuration variables
c906108c 13978
8e04817f
AC
13979The TUI has several configuration variables that control the
13980appearance of windows on the terminal.
c906108c 13981
8e04817f
AC
13982@table @code
13983@item set tui border-kind @var{kind}
13984@kindex set tui border-kind
13985Select the border appearance for the source, assembly and register windows.
13986The possible values are the following:
13987@table @code
13988@item space
13989Use a space character to draw the border.
c906108c 13990
8e04817f
AC
13991@item ascii
13992Use ascii characters + - and | to draw the border.
c906108c 13993
8e04817f
AC
13994@item acs
13995Use the Alternate Character Set to draw the border. The border is
13996drawn using character line graphics if the terminal supports them.
c78b4128 13997
8e04817f 13998@end table
c78b4128 13999
8e04817f
AC
14000@item set tui active-border-mode @var{mode}
14001@kindex set tui active-border-mode
14002Select the attributes to display the border of the active window.
14003The possible values are @code{normal}, @code{standout}, @code{reverse},
14004@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14005
8e04817f
AC
14006@item set tui border-mode @var{mode}
14007@kindex set tui border-mode
14008Select the attributes to display the border of other windows.
14009The @var{mode} can be one of the following:
14010@table @code
14011@item normal
14012Use normal attributes to display the border.
c906108c 14013
8e04817f
AC
14014@item standout
14015Use standout mode.
c906108c 14016
8e04817f
AC
14017@item reverse
14018Use reverse video mode.
c906108c 14019
8e04817f
AC
14020@item half
14021Use half bright mode.
c906108c 14022
8e04817f
AC
14023@item half-standout
14024Use half bright and standout mode.
c906108c 14025
8e04817f
AC
14026@item bold
14027Use extra bright or bold mode.
c78b4128 14028
8e04817f
AC
14029@item bold-standout
14030Use extra bright or bold and standout mode.
c78b4128 14031
8e04817f 14032@end table
c78b4128 14033
8e04817f 14034@end table
c78b4128 14035
8e04817f
AC
14036@node Emacs
14037@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14038
8e04817f
AC
14039@cindex Emacs
14040@cindex @sc{gnu} Emacs
14041A special interface allows you to use @sc{gnu} Emacs to view (and
14042edit) the source files for the program you are debugging with
14043@value{GDBN}.
c906108c 14044
8e04817f
AC
14045To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14046executable file you want to debug as an argument. This command starts
14047@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14048created Emacs buffer.
14049@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14050
8e04817f
AC
14051Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14052things:
c906108c 14053
8e04817f
AC
14054@itemize @bullet
14055@item
14056All ``terminal'' input and output goes through the Emacs buffer.
14057@end itemize
c906108c 14058
8e04817f
AC
14059This applies both to @value{GDBN} commands and their output, and to the input
14060and output done by the program you are debugging.
bf0184be 14061
8e04817f
AC
14062This is useful because it means that you can copy the text of previous
14063commands and input them again; you can even use parts of the output
14064in this way.
bf0184be 14065
8e04817f
AC
14066All the facilities of Emacs' Shell mode are available for interacting
14067with your program. In particular, you can send signals the usual
14068way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14069stop.
bf0184be 14070
8e04817f 14071@itemize @bullet
bf0184be 14072@item
8e04817f
AC
14073@value{GDBN} displays source code through Emacs.
14074@end itemize
bf0184be 14075
8e04817f
AC
14076Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14077source file for that frame and puts an arrow (@samp{=>}) at the
14078left margin of the current line. Emacs uses a separate buffer for
14079source display, and splits the screen to show both your @value{GDBN} session
14080and the source.
bf0184be 14081
8e04817f
AC
14082Explicit @value{GDBN} @code{list} or search commands still produce output as
14083usual, but you probably have no reason to use them from Emacs.
c906108c 14084
8e04817f
AC
14085@quotation
14086@emph{Warning:} If the directory where your program resides is not your
14087current directory, it can be easy to confuse Emacs about the location of
14088the source files, in which case the auxiliary display buffer does not
14089appear to show your source. @value{GDBN} can find programs by searching your
14090environment's @code{PATH} variable, so the @value{GDBN} input and output
14091session proceeds normally; but Emacs does not get enough information
14092back from @value{GDBN} to locate the source files in this situation. To
14093avoid this problem, either start @value{GDBN} mode from the directory where
14094your program resides, or specify an absolute file name when prompted for the
14095@kbd{M-x gdb} argument.
c906108c 14096
8e04817f
AC
14097A similar confusion can result if you use the @value{GDBN} @code{file} command to
14098switch to debugging a program in some other location, from an existing
14099@value{GDBN} buffer in Emacs.
14100@end quotation
14101
14102By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
14103you need to call @value{GDBN} by a different name (for example, if you keep
14104several configurations around, with different names) you can set the
14105Emacs variable @code{gdb-command-name}; for example,
14106
474c8240 14107@smallexample
8e04817f 14108(setq gdb-command-name "mygdb")
474c8240 14109@end smallexample
8e04817f
AC
14110
14111@noindent
14112(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
14113in your @file{.emacs} file) makes Emacs call the program named
14114``@code{mygdb}'' instead.
14115
14116In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14117addition to the standard Shell mode commands:
c906108c 14118
8e04817f
AC
14119@table @kbd
14120@item C-h m
14121Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14122
8e04817f
AC
14123@item M-s
14124Execute to another source line, like the @value{GDBN} @code{step} command; also
14125update the display window to show the current file and location.
c906108c 14126
8e04817f
AC
14127@item M-n
14128Execute to next source line in this function, skipping all function
14129calls, like the @value{GDBN} @code{next} command. Then update the display window
14130to show the current file and location.
c906108c 14131
8e04817f
AC
14132@item M-i
14133Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14134display window accordingly.
c906108c 14135
8e04817f
AC
14136@item M-x gdb-nexti
14137Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
14138display window accordingly.
c906108c 14139
8e04817f
AC
14140@item C-c C-f
14141Execute until exit from the selected stack frame, like the @value{GDBN}
14142@code{finish} command.
c906108c 14143
8e04817f
AC
14144@item M-c
14145Continue execution of your program, like the @value{GDBN} @code{continue}
14146command.
b433d00b 14147
8e04817f 14148@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
b433d00b 14149
8e04817f
AC
14150@item M-u
14151Go up the number of frames indicated by the numeric argument
14152(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14153like the @value{GDBN} @code{up} command.
b433d00b 14154
8e04817f 14155@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
c906108c 14156
8e04817f
AC
14157@item M-d
14158Go down the number of frames indicated by the numeric argument, like the
14159@value{GDBN} @code{down} command.
c906108c 14160
8e04817f 14161@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
c906108c 14162
8e04817f
AC
14163@item C-x &
14164Read the number where the cursor is positioned, and insert it at the end
14165of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
14166around an address that was displayed earlier, type @kbd{disassemble};
14167then move the cursor to the address display, and pick up the
14168argument for @code{disassemble} by typing @kbd{C-x &}.
c906108c 14169
8e04817f
AC
14170You can customize this further by defining elements of the list
14171@code{gdb-print-command}; once it is defined, you can format or
14172otherwise process numbers picked up by @kbd{C-x &} before they are
14173inserted. A numeric argument to @kbd{C-x &} indicates that you
14174wish special formatting, and also acts as an index to pick an element of the
14175list. If the list element is a string, the number to be inserted is
14176formatted using the Emacs function @code{format}; otherwise the number
14177is passed as an argument to the corresponding list element.
14178@end table
c906108c 14179
8e04817f
AC
14180In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
14181tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14182
8e04817f
AC
14183If you accidentally delete the source-display buffer, an easy way to get
14184it back is to type the command @code{f} in the @value{GDBN} buffer, to
14185request a frame display; when you run under Emacs, this recreates
14186the source buffer if necessary to show you the context of the current
14187frame.
c906108c 14188
8e04817f
AC
14189The source files displayed in Emacs are in ordinary Emacs buffers
14190which are visiting the source files in the usual way. You can edit
14191the files with these buffers if you wish; but keep in mind that @value{GDBN}
14192communicates with Emacs in terms of line numbers. If you add or
14193delete lines from the text, the line numbers that @value{GDBN} knows cease
14194to correspond properly with the code.
c906108c 14195
8e04817f
AC
14196@c The following dropped because Epoch is nonstandard. Reactivate
14197@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14198@ignore
14199@kindex Emacs Epoch environment
14200@kindex Epoch
14201@kindex inspect
c906108c 14202
8e04817f
AC
14203Version 18 of @sc{gnu} Emacs has a built-in window system
14204called the @code{epoch}
14205environment. Users of this environment can use a new command,
14206@code{inspect} which performs identically to @code{print} except that
14207each value is printed in its own window.
14208@end ignore
c906108c 14209
922fbb7b
AC
14210
14211@node GDB/MI
14212@chapter The @sc{gdb/mi} Interface
14213
14214@unnumberedsec Function and Purpose
14215
14216@cindex @sc{gdb/mi}, its purpose
14217@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14218specifically intended to support the development of systems which use
14219the debugger as just one small component of a larger system.
14220
14221This chapter is a specification of the @sc{gdb/mi} interface. It is written
14222in the form of a reference manual.
14223
14224Note that @sc{gdb/mi} is still under construction, so some of the
14225features described below are incomplete and subject to change.
14226
14227@unnumberedsec Notation and Terminology
14228
14229@cindex notational conventions, for @sc{gdb/mi}
14230This chapter uses the following notation:
14231
14232@itemize @bullet
14233@item
14234@code{|} separates two alternatives.
14235
14236@item
14237@code{[ @var{something} ]} indicates that @var{something} is optional:
14238it may or may not be given.
14239
14240@item
14241@code{( @var{group} )*} means that @var{group} inside the parentheses
14242may repeat zero or more times.
14243
14244@item
14245@code{( @var{group} )+} means that @var{group} inside the parentheses
14246may repeat one or more times.
14247
14248@item
14249@code{"@var{string}"} means a literal @var{string}.
14250@end itemize
14251
14252@ignore
14253@heading Dependencies
14254@end ignore
14255
14256@heading Acknowledgments
14257
14258In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14259Elena Zannoni.
14260
14261@menu
14262* GDB/MI Command Syntax::
14263* GDB/MI Compatibility with CLI::
14264* GDB/MI Output Records::
14265* GDB/MI Command Description Format::
14266* GDB/MI Breakpoint Table Commands::
14267* GDB/MI Data Manipulation::
14268* GDB/MI Program Control::
14269* GDB/MI Miscellaneous Commands::
14270@ignore
14271* GDB/MI Kod Commands::
14272* GDB/MI Memory Overlay Commands::
14273* GDB/MI Signal Handling Commands::
14274@end ignore
14275* GDB/MI Stack Manipulation::
14276* GDB/MI Symbol Query::
14277* GDB/MI Target Manipulation::
14278* GDB/MI Thread Commands::
14279* GDB/MI Tracepoint Commands::
14280* GDB/MI Variable Objects::
14281@end menu
14282
14283@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14284@node GDB/MI Command Syntax
14285@section @sc{gdb/mi} Command Syntax
14286
14287@menu
14288* GDB/MI Input Syntax::
14289* GDB/MI Output Syntax::
14290* GDB/MI Simple Examples::
14291@end menu
14292
14293@node GDB/MI Input Syntax
14294@subsection @sc{gdb/mi} Input Syntax
14295
14296@cindex input syntax for @sc{gdb/mi}
14297@cindex @sc{gdb/mi}, input syntax
14298@table @code
14299@item @var{command} @expansion{}
14300@code{@var{cli-command} | @var{mi-command}}
14301
14302@item @var{cli-command} @expansion{}
14303@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14304@var{cli-command} is any existing @value{GDBN} CLI command.
14305
14306@item @var{mi-command} @expansion{}
14307@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14308@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14309
14310@item @var{token} @expansion{}
14311"any sequence of digits"
14312
14313@item @var{option} @expansion{}
14314@code{"-" @var{parameter} [ " " @var{parameter} ]}
14315
14316@item @var{parameter} @expansion{}
14317@code{@var{non-blank-sequence} | @var{c-string}}
14318
14319@item @var{operation} @expansion{}
14320@emph{any of the operations described in this chapter}
14321
14322@item @var{non-blank-sequence} @expansion{}
14323@emph{anything, provided it doesn't contain special characters such as
14324"-", @var{nl}, """ and of course " "}
14325
14326@item @var{c-string} @expansion{}
14327@code{""" @var{seven-bit-iso-c-string-content} """}
14328
14329@item @var{nl} @expansion{}
14330@code{CR | CR-LF}
14331@end table
14332
14333@noindent
14334Notes:
14335
14336@itemize @bullet
14337@item
14338The CLI commands are still handled by the @sc{mi} interpreter; their
14339output is described below.
14340
14341@item
14342The @code{@var{token}}, when present, is passed back when the command
14343finishes.
14344
14345@item
14346Some @sc{mi} commands accept optional arguments as part of the parameter
14347list. Each option is identified by a leading @samp{-} (dash) and may be
14348followed by an optional argument parameter. Options occur first in the
14349parameter list and can be delimited from normal parameters using
14350@samp{--} (this is useful when some parameters begin with a dash).
14351@end itemize
14352
14353Pragmatics:
14354
14355@itemize @bullet
14356@item
14357We want easy access to the existing CLI syntax (for debugging).
14358
14359@item
14360We want it to be easy to spot a @sc{mi} operation.
14361@end itemize
14362
14363@node GDB/MI Output Syntax
14364@subsection @sc{gdb/mi} Output Syntax
14365
14366@cindex output syntax of @sc{gdb/mi}
14367@cindex @sc{gdb/mi}, output syntax
14368The output from @sc{gdb/mi} consists of zero or more out-of-band records
14369followed, optionally, by a single result record. This result record
14370is for the most recent command. The sequence of output records is
14371terminated by @samp{(@value{GDBP})}.
14372
14373If an input command was prefixed with a @code{@var{token}} then the
14374corresponding output for that command will also be prefixed by that same
14375@var{token}.
14376
14377@table @code
14378@item @var{output} @expansion{}
14379@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14380
14381@item @var{result-record} @expansion{}
14382@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14383
14384@item @var{out-of-band-record} @expansion{}
14385@code{@var{async-record} | @var{stream-record}}
14386
14387@item @var{async-record} @expansion{}
14388@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14389
14390@item @var{exec-async-output} @expansion{}
14391@code{[ @var{token} ] "*" @var{async-output}}
14392
14393@item @var{status-async-output} @expansion{}
14394@code{[ @var{token} ] "+" @var{async-output}}
14395
14396@item @var{notify-async-output} @expansion{}
14397@code{[ @var{token} ] "=" @var{async-output}}
14398
14399@item @var{async-output} @expansion{}
14400@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14401
14402@item @var{result-class} @expansion{}
14403@code{"done" | "running" | "connected" | "error" | "exit"}
14404
14405@item @var{async-class} @expansion{}
14406@code{"stopped" | @var{others}} (where @var{others} will be added
14407depending on the needs---this is still in development).
14408
14409@item @var{result} @expansion{}
14410@code{ @var{variable} "=" @var{value}}
14411
14412@item @var{variable} @expansion{}
14413@code{ @var{string} }
14414
14415@item @var{value} @expansion{}
14416@code{ @var{const} | @var{tuple} | @var{list} }
14417
14418@item @var{const} @expansion{}
14419@code{@var{c-string}}
14420
14421@item @var{tuple} @expansion{}
14422@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14423
14424@item @var{list} @expansion{}
14425@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14426@var{result} ( "," @var{result} )* "]" }
14427
14428@item @var{stream-record} @expansion{}
14429@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14430
14431@item @var{console-stream-output} @expansion{}
14432@code{"~" @var{c-string}}
14433
14434@item @var{target-stream-output} @expansion{}
14435@code{"@@" @var{c-string}}
14436
14437@item @var{log-stream-output} @expansion{}
14438@code{"&" @var{c-string}}
14439
14440@item @var{nl} @expansion{}
14441@code{CR | CR-LF}
14442
14443@item @var{token} @expansion{}
14444@emph{any sequence of digits}.
14445@end table
14446
14447@noindent
14448Notes:
14449
14450@itemize @bullet
14451@item
14452All output sequences end in a single line containing a period.
14453
14454@item
14455The @code{@var{token}} is from the corresponding request. If an execution
14456command is interrupted by the @samp{-exec-interrupt} command, the
14457@var{token} associated with the @samp{*stopped} message is the one of the
14458original execution command, not the one of the interrupt command.
14459
14460@item
14461@cindex status output in @sc{gdb/mi}
14462@var{status-async-output} contains on-going status information about the
14463progress of a slow operation. It can be discarded. All status output is
14464prefixed by @samp{+}.
14465
14466@item
14467@cindex async output in @sc{gdb/mi}
14468@var{exec-async-output} contains asynchronous state change on the target
14469(stopped, started, disappeared). All async output is prefixed by
14470@samp{*}.
14471
14472@item
14473@cindex notify output in @sc{gdb/mi}
14474@var{notify-async-output} contains supplementary information that the
14475client should handle (e.g., a new breakpoint information). All notify
14476output is prefixed by @samp{=}.
14477
14478@item
14479@cindex console output in @sc{gdb/mi}
14480@var{console-stream-output} is output that should be displayed as is in the
14481console. It is the textual response to a CLI command. All the console
14482output is prefixed by @samp{~}.
14483
14484@item
14485@cindex target output in @sc{gdb/mi}
14486@var{target-stream-output} is the output produced by the target program.
14487All the target output is prefixed by @samp{@@}.
14488
14489@item
14490@cindex log output in @sc{gdb/mi}
14491@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14492instance messages that should be displayed as part of an error log. All
14493the log output is prefixed by @samp{&}.
14494
14495@item
14496@cindex list output in @sc{gdb/mi}
14497New @sc{gdb/mi} commands should only output @var{lists} containing
14498@var{values}.
14499
14500
14501@end itemize
14502
14503@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14504details about the various output records.
14505
14506@node GDB/MI Simple Examples
14507@subsection Simple Examples of @sc{gdb/mi} Interaction
14508@cindex @sc{gdb/mi}, simple examples
14509
14510This subsection presents several simple examples of interaction using
14511the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14512following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14513the output received from @sc{gdb/mi}.
14514
14515@subsubheading Target Stop
14516@c Ummm... There is no "-stop" command. This assumes async, no?
14517Here's an example of stopping the inferior process:
14518
14519@smallexample
14520-> -stop
14521<- (@value{GDBP})
14522@end smallexample
14523
14524@noindent
14525and later:
14526
14527@smallexample
14528<- *stop,reason="stop",address="0x123",source="a.c:123"
14529<- (@value{GDBP})
14530@end smallexample
14531
14532@subsubheading Simple CLI Command
14533
14534Here's an example of a simple CLI command being passed through
14535@sc{gdb/mi} and on to the CLI.
14536
14537@smallexample
14538-> print 1+2
14539<- &"print 1+2\n"
14540<- ~"$1 = 3\n"
14541<- ^done
14542<- (@value{GDBP})
14543@end smallexample
14544
14545@subsubheading Command With Side Effects
14546
14547@smallexample
14548-> -symbol-file xyz.exe
14549<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14550<- (@value{GDBP})
14551@end smallexample
14552
14553@subsubheading A Bad Command
14554
14555Here's what happens if you pass a non-existent command:
14556
14557@smallexample
14558-> -rubbish
14559<- ^error,msg="Undefined MI command: rubbish"
14560<- (@value{GDBP})
14561@end smallexample
14562
14563@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14564@node GDB/MI Compatibility with CLI
14565@section @sc{gdb/mi} Compatibility with CLI
14566
14567@cindex compatibility, @sc{gdb/mi} and CLI
14568@cindex @sc{gdb/mi}, compatibility with CLI
14569To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14570accepts existing CLI commands. As specified by the syntax, such
14571commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14572respond.
14573
14574This mechanism is provided as an aid to developers of @sc{gdb/mi}
14575clients and not as a reliable interface into the CLI. Since the command
14576is being interpreteted in an environment that assumes @sc{gdb/mi}
14577behaviour, the exact output of such commands is likely to end up being
14578an un-supported hybrid of @sc{gdb/mi} and CLI output.
14579
14580@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14581@node GDB/MI Output Records
14582@section @sc{gdb/mi} Output Records
14583
14584@menu
14585* GDB/MI Result Records::
14586* GDB/MI Stream Records::
14587* GDB/MI Out-of-band Records::
14588@end menu
14589
14590@node GDB/MI Result Records
14591@subsection @sc{gdb/mi} Result Records
14592
14593@cindex result records in @sc{gdb/mi}
14594@cindex @sc{gdb/mi}, result records
14595In addition to a number of out-of-band notifications, the response to a
14596@sc{gdb/mi} command includes one of the following result indications:
14597
14598@table @code
14599@findex ^done
14600@item "^done" [ "," @var{results} ]
14601The synchronous operation was successful, @code{@var{results}} are the return
14602values.
14603
14604@item "^running"
14605@findex ^running
14606@c Is this one correct? Should it be an out-of-band notification?
14607The asynchronous operation was successfully started. The target is
14608running.
14609
14610@item "^error" "," @var{c-string}
14611@findex ^error
14612The operation failed. The @code{@var{c-string}} contains the corresponding
14613error message.
14614@end table
14615
14616@node GDB/MI Stream Records
14617@subsection @sc{gdb/mi} Stream Records
14618
14619@cindex @sc{gdb/mi}, stream records
14620@cindex stream records in @sc{gdb/mi}
14621@value{GDBN} internally maintains a number of output streams: the console, the
14622target, and the log. The output intended for each of these streams is
14623funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14624
14625Each stream record begins with a unique @dfn{prefix character} which
14626identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14627Syntax}). In addition to the prefix, each stream record contains a
14628@code{@var{string-output}}. This is either raw text (with an implicit new
14629line) or a quoted C string (which does not contain an implicit newline).
14630
14631@table @code
14632@item "~" @var{string-output}
14633The console output stream contains text that should be displayed in the
14634CLI console window. It contains the textual responses to CLI commands.
14635
14636@item "@@" @var{string-output}
14637The target output stream contains any textual output from the running
14638target.
14639
14640@item "&" @var{string-output}
14641The log stream contains debugging messages being produced by @value{GDBN}'s
14642internals.
14643@end table
14644
14645@node GDB/MI Out-of-band Records
14646@subsection @sc{gdb/mi} Out-of-band Records
14647
14648@cindex out-of-band records in @sc{gdb/mi}
14649@cindex @sc{gdb/mi}, out-of-band records
14650@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14651additional changes that have occurred. Those changes can either be a
14652consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14653target activity (e.g., target stopped).
14654
14655The following is a preliminary list of possible out-of-band records.
14656
14657@table @code
14658@item "*" "stop"
14659@end table
14660
14661
14662@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14663@node GDB/MI Command Description Format
14664@section @sc{gdb/mi} Command Description Format
14665
14666The remaining sections describe blocks of commands. Each block of
14667commands is laid out in a fashion similar to this section.
14668
14669Note the the line breaks shown in the examples are here only for
14670readability. They don't appear in the real output.
14671Also note that the commands with a non-available example (N.A.@:) are
14672not yet implemented.
14673
14674@subheading Motivation
14675
14676The motivation for this collection of commands.
14677
14678@subheading Introduction
14679
14680A brief introduction to this collection of commands as a whole.
14681
14682@subheading Commands
14683
14684For each command in the block, the following is described:
14685
14686@subsubheading Synopsis
14687
14688@smallexample
14689 -command @var{args}@dots{}
14690@end smallexample
14691
14692@subsubheading @value{GDBN} Command
14693
14694The corresponding @value{GDBN} CLI command.
14695
14696@subsubheading Result
14697
14698@subsubheading Out-of-band
14699
14700@subsubheading Notes
14701
14702@subsubheading Example
14703
14704
14705@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14706@node GDB/MI Breakpoint Table Commands
14707@section @sc{gdb/mi} Breakpoint table commands
14708
14709@cindex breakpoint commands for @sc{gdb/mi}
14710@cindex @sc{gdb/mi}, breakpoint commands
14711This section documents @sc{gdb/mi} commands for manipulating
14712breakpoints.
14713
14714@subheading The @code{-break-after} Command
14715@findex -break-after
14716
14717@subsubheading Synopsis
14718
14719@smallexample
14720 -break-after @var{number} @var{count}
14721@end smallexample
14722
14723The breakpoint number @var{number} is not in effect until it has been
14724hit @var{count} times. To see how this is reflected in the output of
14725the @samp{-break-list} command, see the description of the
14726@samp{-break-list} command below.
14727
14728@subsubheading @value{GDBN} Command
14729
14730The corresponding @value{GDBN} command is @samp{ignore}.
14731
14732@subsubheading Example
14733
14734@smallexample
14735(@value{GDBP})
14736-break-insert main
14737^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14738(@value{GDBP})
14739-break-after 1 3
14740~
14741^done
14742(@value{GDBP})
14743-break-list
14744^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14745hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14746@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14747@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14748@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14749@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14750@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14751body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14752addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14753ignore="3"@}]@}
14754(@value{GDBP})
14755@end smallexample
14756
14757@ignore
14758@subheading The @code{-break-catch} Command
14759@findex -break-catch
14760
14761@subheading The @code{-break-commands} Command
14762@findex -break-commands
14763@end ignore
14764
14765
14766@subheading The @code{-break-condition} Command
14767@findex -break-condition
14768
14769@subsubheading Synopsis
14770
14771@smallexample
14772 -break-condition @var{number} @var{expr}
14773@end smallexample
14774
14775Breakpoint @var{number} will stop the program only if the condition in
14776@var{expr} is true. The condition becomes part of the
14777@samp{-break-list} output (see the description of the @samp{-break-list}
14778command below).
14779
14780@subsubheading @value{GDBN} Command
14781
14782The corresponding @value{GDBN} command is @samp{condition}.
14783
14784@subsubheading Example
14785
14786@smallexample
14787(@value{GDBP})
14788-break-condition 1 1
14789^done
14790(@value{GDBP})
14791-break-list
14792^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14793hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14794@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14795@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14796@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14797@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14798@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14799body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14800addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14801times="0",ignore="3"@}]@}
14802(@value{GDBP})
14803@end smallexample
14804
14805@subheading The @code{-break-delete} Command
14806@findex -break-delete
14807
14808@subsubheading Synopsis
14809
14810@smallexample
14811 -break-delete ( @var{breakpoint} )+
14812@end smallexample
14813
14814Delete the breakpoint(s) whose number(s) are specified in the argument
14815list. This is obviously reflected in the breakpoint list.
14816
14817@subsubheading @value{GDBN} command
14818
14819The corresponding @value{GDBN} command is @samp{delete}.
14820
14821@subsubheading Example
14822
14823@smallexample
14824(@value{GDBP})
14825-break-delete 1
14826^done
14827(@value{GDBP})
14828-break-list
14829^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14830hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14831@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14832@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14833@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14834@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14835@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14836body=[]@}
14837(@value{GDBP})
14838@end smallexample
14839
14840@subheading The @code{-break-disable} Command
14841@findex -break-disable
14842
14843@subsubheading Synopsis
14844
14845@smallexample
14846 -break-disable ( @var{breakpoint} )+
14847@end smallexample
14848
14849Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
14850break list is now set to @samp{n} for the named @var{breakpoint}(s).
14851
14852@subsubheading @value{GDBN} Command
14853
14854The corresponding @value{GDBN} command is @samp{disable}.
14855
14856@subsubheading Example
14857
14858@smallexample
14859(@value{GDBP})
14860-break-disable 2
14861^done
14862(@value{GDBP})
14863-break-list
14864^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14865hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14866@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14867@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14868@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14869@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14870@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14871body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
14872addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14873(@value{GDBP})
14874@end smallexample
14875
14876@subheading The @code{-break-enable} Command
14877@findex -break-enable
14878
14879@subsubheading Synopsis
14880
14881@smallexample
14882 -break-enable ( @var{breakpoint} )+
14883@end smallexample
14884
14885Enable (previously disabled) @var{breakpoint}(s).
14886
14887@subsubheading @value{GDBN} Command
14888
14889The corresponding @value{GDBN} command is @samp{enable}.
14890
14891@subsubheading Example
14892
14893@smallexample
14894(@value{GDBP})
14895-break-enable 2
14896^done
14897(@value{GDBP})
14898-break-list
14899^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14900hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14901@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14902@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14903@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14904@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14905@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14906body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14907addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14908(@value{GDBP})
14909@end smallexample
14910
14911@subheading The @code{-break-info} Command
14912@findex -break-info
14913
14914@subsubheading Synopsis
14915
14916@smallexample
14917 -break-info @var{breakpoint}
14918@end smallexample
14919
14920@c REDUNDANT???
14921Get information about a single breakpoint.
14922
14923@subsubheading @value{GDBN} command
14924
14925The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
14926
14927@subsubheading Example
14928N.A.
14929
14930@subheading The @code{-break-insert} Command
14931@findex -break-insert
14932
14933@subsubheading Synopsis
14934
14935@smallexample
14936 -break-insert [ -t ] [ -h ] [ -r ]
14937 [ -c @var{condition} ] [ -i @var{ignore-count} ]
14938 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
14939@end smallexample
14940
14941@noindent
14942If specified, @var{line}, can be one of:
14943
14944@itemize @bullet
14945@item function
14946@c @item +offset
14947@c @item -offset
14948@c @item linenum
14949@item filename:linenum
14950@item filename:function
14951@item *address
14952@end itemize
14953
14954The possible optional parameters of this command are:
14955
14956@table @samp
14957@item -t
14958Insert a tempoary breakpoint.
14959@item -h
14960Insert a hardware breakpoint.
14961@item -c @var{condition}
14962Make the breakpoint conditional on @var{condition}.
14963@item -i @var{ignore-count}
14964Initialize the @var{ignore-count}.
14965@item -r
14966Insert a regular breakpoint in all the functions whose names match the
14967given regular expression. Other flags are not applicable to regular
14968expresson.
14969@end table
14970
14971@subsubheading Result
14972
14973The result is in the form:
14974
14975@smallexample
14976 ^done,bkptno="@var{number}",func="@var{funcname}",
14977 file="@var{filename}",line="@var{lineno}"
14978@end smallexample
14979
14980@noindent
14981where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
14982is the name of the function where the breakpoint was inserted,
14983@var{filename} is the name of the source file which contains this
14984function, and @var{lineno} is the source line number within that file.
14985
14986Note: this format is open to change.
14987@c An out-of-band breakpoint instead of part of the result?
14988
14989@subsubheading @value{GDBN} Command
14990
14991The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
14992@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
14993
14994@subsubheading Example
14995
14996@smallexample
14997(@value{GDBP})
14998-break-insert main
14999^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15000(@value{GDBP})
15001-break-insert -t foo
15002^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15003(@value{GDBP})
15004-break-list
15005^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15006hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15007@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15008@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15009@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15010@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15011@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15012body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15013addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15014bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15015addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15016(@value{GDBP})
15017-break-insert -r foo.*
15018~int foo(int, int);
15019^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15020(@value{GDBP})
15021@end smallexample
15022
15023@subheading The @code{-break-list} Command
15024@findex -break-list
15025
15026@subsubheading Synopsis
15027
15028@smallexample
15029 -break-list
15030@end smallexample
15031
15032Displays the list of inserted breakpoints, showing the following fields:
15033
15034@table @samp
15035@item Number
15036number of the breakpoint
15037@item Type
15038type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15039@item Disposition
15040should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15041or @samp{nokeep}
15042@item Enabled
15043is the breakpoint enabled or no: @samp{y} or @samp{n}
15044@item Address
15045memory location at which the breakpoint is set
15046@item What
15047logical location of the breakpoint, expressed by function name, file
15048name, line number
15049@item Times
15050number of times the breakpoint has been hit
15051@end table
15052
15053If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15054@code{body} field is an empty list.
15055
15056@subsubheading @value{GDBN} Command
15057
15058The corresponding @value{GDBN} command is @samp{info break}.
15059
15060@subsubheading Example
15061
15062@smallexample
15063(@value{GDBP})
15064-break-list
15065^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15066hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15067@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15068@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15069@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15070@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15071@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15072body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15073addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15074bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15075addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15076(@value{GDBP})
15077@end smallexample
15078
15079Here's an example of the result when there are no breakpoints:
15080
15081@smallexample
15082(@value{GDBP})
15083-break-list
15084^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15085hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15086@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15087@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15088@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15089@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15090@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15091body=[]@}
15092(@value{GDBP})
15093@end smallexample
15094
15095@subheading The @code{-break-watch} Command
15096@findex -break-watch
15097
15098@subsubheading Synopsis
15099
15100@smallexample
15101 -break-watch [ -a | -r ]
15102@end smallexample
15103
15104Create a watchpoint. With the @samp{-a} option it will create an
15105@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15106read from or on a write to the memory location. With the @samp{-r}
15107option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15108trigger only when the memory location is accessed for reading. Without
15109either of the options, the watchpoint created is a regular watchpoint,
15110i.e. it will trigger when the memory location is accessed for writing.
15111@xref{Set Watchpoints, , Setting watchpoints}.
15112
15113Note that @samp{-break-list} will report a single list of watchpoints and
15114breakpoints inserted.
15115
15116@subsubheading @value{GDBN} Command
15117
15118The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15119@samp{rwatch}.
15120
15121@subsubheading Example
15122
15123Setting a watchpoint on a variable in the @code{main} function:
15124
15125@smallexample
15126(@value{GDBP})
15127-break-watch x
15128^done,wpt=@{number="2",exp="x"@}
15129(@value{GDBP})
15130-exec-continue
15131^running
15132^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15133value=@{old="-268439212",new="55"@},
15134frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15135(@value{GDBP})
15136@end smallexample
15137
15138Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15139the program execution twice: first for the variable changing value, then
15140for the watchpoint going out of scope.
15141
15142@smallexample
15143(@value{GDBP})
15144-break-watch C
15145^done,wpt=@{number="5",exp="C"@}
15146(@value{GDBP})
15147-exec-continue
15148^running
15149^done,reason="watchpoint-trigger",
15150wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15151frame=@{func="callee4",args=[],
15152file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15153(@value{GDBP})
15154-exec-continue
15155^running
15156^done,reason="watchpoint-scope",wpnum="5",
15157frame=@{func="callee3",args=[@{name="strarg",
15158value="0x11940 \"A string argument.\""@}],
15159file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15160(@value{GDBP})
15161@end smallexample
15162
15163Listing breakpoints and watchpoints, at different points in the program
15164execution. Note that once the watchpoint goes out of scope, it is
15165deleted.
15166
15167@smallexample
15168(@value{GDBP})
15169-break-watch C
15170^done,wpt=@{number="2",exp="C"@}
15171(@value{GDBP})
15172-break-list
15173^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15174hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15175@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15176@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15177@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15178@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15179@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15180body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15181addr="0x00010734",func="callee4",
15182file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15183bkpt=@{number="2",type="watchpoint",disp="keep",
15184enabled="y",addr="",what="C",times="0"@}]@}
15185(@value{GDBP})
15186-exec-continue
15187^running
15188^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15189value=@{old="-276895068",new="3"@},
15190frame=@{func="callee4",args=[],
15191file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15192(@value{GDBP})
15193-break-list
15194^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15195hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15196@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15197@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15198@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15199@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15200@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15201body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15202addr="0x00010734",func="callee4",
15203file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15204bkpt=@{number="2",type="watchpoint",disp="keep",
15205enabled="y",addr="",what="C",times="-5"@}]@}
15206(@value{GDBP})
15207-exec-continue
15208^running
15209^done,reason="watchpoint-scope",wpnum="2",
15210frame=@{func="callee3",args=[@{name="strarg",
15211value="0x11940 \"A string argument.\""@}],
15212file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15213(@value{GDBP})
15214-break-list
15215^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15216hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15217@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15218@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15219@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15220@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15221@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15222body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15223addr="0x00010734",func="callee4",
15224file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15225(@value{GDBP})
15226@end smallexample
15227
15228@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15229@node GDB/MI Data Manipulation
15230@section @sc{gdb/mi} Data Manipulation
15231
15232@cindex data manipulation, in @sc{gdb/mi}
15233@cindex @sc{gdb/mi}, data manipulation
15234This section describes the @sc{gdb/mi} commands that manipulate data:
15235examine memory and registers, evaluate expressions, etc.
15236
15237@c REMOVED FROM THE INTERFACE.
15238@c @subheading -data-assign
15239@c Change the value of a program variable. Plenty of side effects.
15240@c @subsubheading GDB command
15241@c set variable
15242@c @subsubheading Example
15243@c N.A.
15244
15245@subheading The @code{-data-disassemble} Command
15246@findex -data-disassemble
15247
15248@subsubheading Synopsis
15249
15250@smallexample
15251 -data-disassemble
15252 [ -s @var{start-addr} -e @var{end-addr} ]
15253 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15254 -- @var{mode}
15255@end smallexample
15256
15257@noindent
15258Where:
15259
15260@table @samp
15261@item @var{start-addr}
15262is the beginning address (or @code{$pc})
15263@item @var{end-addr}
15264is the end address
15265@item @var{filename}
15266is the name of the file to disassemble
15267@item @var{linenum}
15268is the line number to disassemble around
15269@item @var{lines}
15270is the the number of disassembly lines to be produced. If it is -1,
15271the whole function will be disassembled, in case no @var{end-addr} is
15272specified. If @var{end-addr} is specified as a non-zero value, and
15273@var{lines} is lower than the number of disassembly lines between
15274@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15275displayed; if @var{lines} is higher than the number of lines between
15276@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15277are displayed.
15278@item @var{mode}
15279is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15280disassembly).
15281@end table
15282
15283@subsubheading Result
15284
15285The output for each instruction is composed of four fields:
15286
15287@itemize @bullet
15288@item Address
15289@item Func-name
15290@item Offset
15291@item Instruction
15292@end itemize
15293
15294Note that whatever included in the instruction field, is not manipulated
15295directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15296
15297@subsubheading @value{GDBN} Command
15298
15299There's no direct mapping from this command to the CLI.
15300
15301@subsubheading Example
15302
15303Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15304
15305@smallexample
15306(@value{GDBP})
15307-data-disassemble -s $pc -e "$pc + 20" -- 0
15308^done,
15309asm_insns=[
15310@{address="0x000107c0",func-name="main",offset="4",
15311inst="mov 2, %o0"@},
15312@{address="0x000107c4",func-name="main",offset="8",
15313inst="sethi %hi(0x11800), %o2"@},
15314@{address="0x000107c8",func-name="main",offset="12",
15315inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15316@{address="0x000107cc",func-name="main",offset="16",
15317inst="sethi %hi(0x11800), %o2"@},
15318@{address="0x000107d0",func-name="main",offset="20",
15319inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15320(@value{GDBP})
15321@end smallexample
15322
15323Disassemble the whole @code{main} function. Line 32 is part of
15324@code{main}.
15325
15326@smallexample
15327-data-disassemble -f basics.c -l 32 -- 0
15328^done,asm_insns=[
15329@{address="0x000107bc",func-name="main",offset="0",
15330inst="save %sp, -112, %sp"@},
15331@{address="0x000107c0",func-name="main",offset="4",
15332inst="mov 2, %o0"@},
15333@{address="0x000107c4",func-name="main",offset="8",
15334inst="sethi %hi(0x11800), %o2"@},
15335[@dots{}]
15336@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15337@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15338(@value{GDBP})
15339@end smallexample
15340
15341Disassemble 3 instructions from the start of @code{main}:
15342
15343@smallexample
15344(@value{GDBP})
15345-data-disassemble -f basics.c -l 32 -n 3 -- 0
15346^done,asm_insns=[
15347@{address="0x000107bc",func-name="main",offset="0",
15348inst="save %sp, -112, %sp"@},
15349@{address="0x000107c0",func-name="main",offset="4",
15350inst="mov 2, %o0"@},
15351@{address="0x000107c4",func-name="main",offset="8",
15352inst="sethi %hi(0x11800), %o2"@}]
15353(@value{GDBP})
15354@end smallexample
15355
15356Disassemble 3 instructions from the start of @code{main} in mixed mode:
15357
15358@smallexample
15359(@value{GDBP})
15360-data-disassemble -f basics.c -l 32 -n 3 -- 1
15361^done,asm_insns=[
15362src_and_asm_line=@{line="31",
15363file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15364 testsuite/gdb.mi/basics.c",line_asm_insn=[
15365@{address="0x000107bc",func-name="main",offset="0",
15366inst="save %sp, -112, %sp"@}]@},
15367src_and_asm_line=@{line="32",
15368file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15369 testsuite/gdb.mi/basics.c",line_asm_insn=[
15370@{address="0x000107c0",func-name="main",offset="4",
15371inst="mov 2, %o0"@},
15372@{address="0x000107c4",func-name="main",offset="8",
15373inst="sethi %hi(0x11800), %o2"@}]@}]
15374(@value{GDBP})
15375@end smallexample
15376
15377
15378@subheading The @code{-data-evaluate-expression} Command
15379@findex -data-evaluate-expression
15380
15381@subsubheading Synopsis
15382
15383@smallexample
15384 -data-evaluate-expression @var{expr}
15385@end smallexample
15386
15387Evaluate @var{expr} as an expression. The expression could contain an
15388inferior function call. The function call will execute synchronously.
15389If the expression contains spaces, it must be enclosed in double quotes.
15390
15391@subsubheading @value{GDBN} Command
15392
15393The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15394@samp{call}. In @code{gdbtk} only, there's a corresponding
15395@samp{gdb_eval} command.
15396
15397@subsubheading Example
15398
15399In the following example, the numbers that precede the commands are the
15400@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15401Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15402output.
15403
15404@smallexample
15405211-data-evaluate-expression A
15406211^done,value="1"
15407(@value{GDBP})
15408311-data-evaluate-expression &A
15409311^done,value="0xefffeb7c"
15410(@value{GDBP})
15411411-data-evaluate-expression A+3
15412411^done,value="4"
15413(@value{GDBP})
15414511-data-evaluate-expression "A + 3"
15415511^done,value="4"
15416(@value{GDBP})
15417@end smallexample
15418
15419
15420@subheading The @code{-data-list-changed-registers} Command
15421@findex -data-list-changed-registers
15422
15423@subsubheading Synopsis
15424
15425@smallexample
15426 -data-list-changed-registers
15427@end smallexample
15428
15429Display a list of the registers that have changed.
15430
15431@subsubheading @value{GDBN} Command
15432
15433@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15434has the corresponding command @samp{gdb_changed_register_list}.
15435
15436@subsubheading Example
15437
15438On a PPC MBX board:
15439
15440@smallexample
15441(@value{GDBP})
15442-exec-continue
15443^running
15444
15445(@value{GDBP})
15446*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15447args=[],file="try.c",line="5"@}
15448(@value{GDBP})
15449-data-list-changed-registers
15450^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15451"10","11","13","14","15","16","17","18","19","20","21","22","23",
15452"24","25","26","27","28","30","31","64","65","66","67","69"]
15453(@value{GDBP})
15454@end smallexample
15455
15456
15457@subheading The @code{-data-list-register-names} Command
15458@findex -data-list-register-names
15459
15460@subsubheading Synopsis
15461
15462@smallexample
15463 -data-list-register-names [ ( @var{regno} )+ ]
15464@end smallexample
15465
15466Show a list of register names for the current target. If no arguments
15467are given, it shows a list of the names of all the registers. If
15468integer numbers are given as arguments, it will print a list of the
15469names of the registers corresponding to the arguments. To ensure
15470consistency between a register name and its number, the output list may
15471include empty register names.
15472
15473@subsubheading @value{GDBN} Command
15474
15475@value{GDBN} does not have a command which corresponds to
15476@samp{-data-list-register-names}. In @code{gdbtk} there is a
15477corresponding command @samp{gdb_regnames}.
15478
15479@subsubheading Example
15480
15481For the PPC MBX board:
15482@smallexample
15483(@value{GDBP})
15484-data-list-register-names
15485^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15486"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15487"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15488"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15489"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15490"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15491"", "pc","ps","cr","lr","ctr","xer"]
15492(@value{GDBP})
15493-data-list-register-names 1 2 3
15494^done,register-names=["r1","r2","r3"]
15495(@value{GDBP})
15496@end smallexample
15497
15498@subheading The @code{-data-list-register-values} Command
15499@findex -data-list-register-values
15500
15501@subsubheading Synopsis
15502
15503@smallexample
15504 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15505@end smallexample
15506
15507Display the registers' contents. @var{fmt} is the format according to
15508which the registers' contents are to be returned, followed by an optional
15509list of numbers specifying the registers to display. A missing list of
15510numbers indicates that the contents of all the registers must be returned.
15511
15512Allowed formats for @var{fmt} are:
15513
15514@table @code
15515@item x
15516Hexadecimal
15517@item o
15518Octal
15519@item t
15520Binary
15521@item d
15522Decimal
15523@item r
15524Raw
15525@item N
15526Natural
15527@end table
15528
15529@subsubheading @value{GDBN} Command
15530
15531The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15532all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15533
15534@subsubheading Example
15535
15536For a PPC MBX board (note: line breaks are for readability only, they
15537don't appear in the actual output):
15538
15539@smallexample
15540(@value{GDBP})
15541-data-list-register-values r 64 65
15542^done,register-values=[@{number="64",value="0xfe00a300"@},
15543@{number="65",value="0x00029002"@}]
15544(@value{GDBP})
15545-data-list-register-values x
15546^done,register-values=[@{number="0",value="0xfe0043c8"@},
15547@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15548@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15549@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15550@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15551@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15552@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15553@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15554@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15555@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15556@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15557@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15558@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15559@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15560@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15561@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15562@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15563@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15564@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15565@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15566@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15567@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15568@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15569@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15570@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15571@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15572@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15573@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15574@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15575@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15576@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15577@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15578@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15579@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15580@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15581@{number="69",value="0x20002b03"@}]
15582(@value{GDBP})
15583@end smallexample
15584
15585
15586@subheading The @code{-data-read-memory} Command
15587@findex -data-read-memory
15588
15589@subsubheading Synopsis
15590
15591@smallexample
15592 -data-read-memory [ -o @var{byte-offset} ]
15593 @var{address} @var{word-format} @var{word-size}
15594 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15595@end smallexample
15596
15597@noindent
15598where:
15599
15600@table @samp
15601@item @var{address}
15602An expression specifying the address of the first memory word to be
15603read. Complex expressions containing embedded white space should be
15604quoted using the C convention.
15605
15606@item @var{word-format}
15607The format to be used to print the memory words. The notation is the
15608same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15609,Output formats}).
15610
15611@item @var{word-size}
15612The size of each memory word in bytes.
15613
15614@item @var{nr-rows}
15615The number of rows in the output table.
15616
15617@item @var{nr-cols}
15618The number of columns in the output table.
15619
15620@item @var{aschar}
15621If present, indicates that each row should include an @sc{ascii} dump. The
15622value of @var{aschar} is used as a padding character when a byte is not a
15623member of the printable @sc{ascii} character set (printable @sc{ascii}
15624characters are those whose code is between 32 and 126, inclusively).
15625
15626@item @var{byte-offset}
15627An offset to add to the @var{address} before fetching memory.
15628@end table
15629
15630This command displays memory contents as a table of @var{nr-rows} by
15631@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15632@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15633(returned as @samp{total-bytes}). Should less than the requested number
15634of bytes be returned by the target, the missing words are identified
15635using @samp{N/A}. The number of bytes read from the target is returned
15636in @samp{nr-bytes} and the starting address used to read memory in
15637@samp{addr}.
15638
15639The address of the next/previous row or page is available in
15640@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15641@samp{prev-page}.
15642
15643@subsubheading @value{GDBN} Command
15644
15645The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15646@samp{gdb_get_mem} memory read command.
15647
15648@subsubheading Example
15649
15650Read six bytes of memory starting at @code{bytes+6} but then offset by
15651@code{-6} bytes. Format as three rows of two columns. One byte per
15652word. Display each word in hex.
15653
15654@smallexample
15655(@value{GDBP})
156569-data-read-memory -o -6 -- bytes+6 x 1 3 2
156579^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15658next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15659prev-page="0x0000138a",memory=[
15660@{addr="0x00001390",data=["0x00","0x01"]@},
15661@{addr="0x00001392",data=["0x02","0x03"]@},
15662@{addr="0x00001394",data=["0x04","0x05"]@}]
15663(@value{GDBP})
15664@end smallexample
15665
15666Read two bytes of memory starting at address @code{shorts + 64} and
15667display as a single word formatted in decimal.
15668
15669@smallexample
15670(@value{GDBP})
156715-data-read-memory shorts+64 d 2 1 1
156725^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15673next-row="0x00001512",prev-row="0x0000150e",
15674next-page="0x00001512",prev-page="0x0000150e",memory=[
15675@{addr="0x00001510",data=["128"]@}]
15676(@value{GDBP})
15677@end smallexample
15678
15679Read thirty two bytes of memory starting at @code{bytes+16} and format
15680as eight rows of four columns. Include a string encoding with @samp{x}
15681used as the non-printable character.
15682
15683@smallexample
15684(@value{GDBP})
156854-data-read-memory bytes+16 x 1 8 4 x
156864^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15687next-row="0x000013c0",prev-row="0x0000139c",
15688next-page="0x000013c0",prev-page="0x00001380",memory=[
15689@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15690@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15691@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15692@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15693@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15694@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15695@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15696@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15697(@value{GDBP})
15698@end smallexample
15699
15700@subheading The @code{-display-delete} Command
15701@findex -display-delete
15702
15703@subsubheading Synopsis
15704
15705@smallexample
15706 -display-delete @var{number}
15707@end smallexample
15708
15709Delete the display @var{number}.
15710
15711@subsubheading @value{GDBN} Command
15712
15713The corresponding @value{GDBN} command is @samp{delete display}.
15714
15715@subsubheading Example
15716N.A.
15717
15718
15719@subheading The @code{-display-disable} Command
15720@findex -display-disable
15721
15722@subsubheading Synopsis
15723
15724@smallexample
15725 -display-disable @var{number}
15726@end smallexample
15727
15728Disable display @var{number}.
15729
15730@subsubheading @value{GDBN} Command
15731
15732The corresponding @value{GDBN} command is @samp{disable display}.
15733
15734@subsubheading Example
15735N.A.
15736
15737
15738@subheading The @code{-display-enable} Command
15739@findex -display-enable
15740
15741@subsubheading Synopsis
15742
15743@smallexample
15744 -display-enable @var{number}
15745@end smallexample
15746
15747Enable display @var{number}.
15748
15749@subsubheading @value{GDBN} Command
15750
15751The corresponding @value{GDBN} command is @samp{enable display}.
15752
15753@subsubheading Example
15754N.A.
15755
15756
15757@subheading The @code{-display-insert} Command
15758@findex -display-insert
15759
15760@subsubheading Synopsis
15761
15762@smallexample
15763 -display-insert @var{expression}
15764@end smallexample
15765
15766Display @var{expression} every time the program stops.
15767
15768@subsubheading @value{GDBN} Command
15769
15770The corresponding @value{GDBN} command is @samp{display}.
15771
15772@subsubheading Example
15773N.A.
15774
15775
15776@subheading The @code{-display-list} Command
15777@findex -display-list
15778
15779@subsubheading Synopsis
15780
15781@smallexample
15782 -display-list
15783@end smallexample
15784
15785List the displays. Do not show the current values.
15786
15787@subsubheading @value{GDBN} Command
15788
15789The corresponding @value{GDBN} command is @samp{info display}.
15790
15791@subsubheading Example
15792N.A.
15793
15794
15795@subheading The @code{-environment-cd} Command
15796@findex -environment-cd
15797
15798@subsubheading Synopsis
15799
15800@smallexample
15801 -environment-cd @var{pathdir}
15802@end smallexample
15803
15804Set @value{GDBN}'s working directory.
15805
15806@subsubheading @value{GDBN} Command
15807
15808The corresponding @value{GDBN} command is @samp{cd}.
15809
15810@subsubheading Example
15811
15812@smallexample
15813(@value{GDBP})
15814-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15815^done
15816(@value{GDBP})
15817@end smallexample
15818
15819
15820@subheading The @code{-environment-directory} Command
15821@findex -environment-directory
15822
15823@subsubheading Synopsis
15824
15825@smallexample
15826 -environment-directory [ -r ] [ @var{pathdir} ]+
15827@end smallexample
15828
15829Add directories @var{pathdir} to beginning of search path for source files.
15830If the @samp{-r} option is used, the search path is reset to the default
15831search path. If directories @var{pathdir} are supplied in addition to the
15832@samp{-r} option, the search path is first reset and then addition
15833occurs as normal.
15834Multiple directories may be specified, separated by blanks. Specifying
15835multiple directories in a single command
15836results in the directories added to the beginning of the
15837search path in the same order they were presented in the command.
15838If blanks are needed as
15839part of a directory name, double-quotes should be used around
15840the name. In the command output, the path will show up separated
15841by the system directory-separator character. The directory-seperator
15842character must not be used
15843in any directory name.
15844If no directories are specified, the current search path is displayed.
15845
15846@subsubheading @value{GDBN} Command
15847
15848The corresponding @value{GDBN} command is @samp{dir}.
15849
15850@subsubheading Example
15851
15852@smallexample
15853(@value{GDBP})
15854-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15855^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15856(@value{GDBP})
15857-environment-directory ""
15858^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15859(@value{GDBP})
15860-environment-directory -r /home/jjohnstn/src/gdb /usr/src
15861^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
15862(@value{GDBP})
15863-environment-directory -r
15864^done,source-path="$cdir:$cwd"
15865(@value{GDBP})
15866@end smallexample
15867
15868
15869@subheading The @code{-environment-path} Command
15870@findex -environment-path
15871
15872@subsubheading Synopsis
15873
15874@smallexample
15875 -environment-path [ -r ] [ @var{pathdir} ]+
15876@end smallexample
15877
15878Add directories @var{pathdir} to beginning of search path for object files.
15879If the @samp{-r} option is used, the search path is reset to the original
15880search path that existed at gdb start-up. If directories @var{pathdir} are
15881supplied in addition to the
15882@samp{-r} option, the search path is first reset and then addition
15883occurs as normal.
15884Multiple directories may be specified, separated by blanks. Specifying
15885multiple directories in a single command
15886results in the directories added to the beginning of the
15887search path in the same order they were presented in the command.
15888If blanks are needed as
15889part of a directory name, double-quotes should be used around
15890the name. In the command output, the path will show up separated
15891by the system directory-separator character. The directory-seperator
15892character must not be used
15893in any directory name.
15894If no directories are specified, the current path is displayed.
15895
15896
15897@subsubheading @value{GDBN} Command
15898
15899The corresponding @value{GDBN} command is @samp{path}.
15900
15901@subsubheading Example
15902
15903@smallexample
15904(@value{GDBP})
15905-environment-path
15906^done,path="/usr/bin"
15907(@value{GDBP})
15908-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
15909^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
15910(@value{GDBP})
15911-environment-path -r /usr/local/bin
15912^done,path="/usr/local/bin:/usr/bin"
15913(@value{GDBP})
15914@end smallexample
15915
15916
15917@subheading The @code{-environment-pwd} Command
15918@findex -environment-pwd
15919
15920@subsubheading Synopsis
15921
15922@smallexample
15923 -environment-pwd
15924@end smallexample
15925
15926Show the current working directory.
15927
15928@subsubheading @value{GDBN} command
15929
15930The corresponding @value{GDBN} command is @samp{pwd}.
15931
15932@subsubheading Example
15933
15934@smallexample
15935(@value{GDBP})
15936-environment-pwd
15937^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
15938(@value{GDBP})
15939@end smallexample
15940
15941@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15942@node GDB/MI Program Control
15943@section @sc{gdb/mi} Program control
15944
15945@subsubheading Program termination
15946
15947As a result of execution, the inferior program can run to completion, if
15948it doesn't encounter any breakpoints. In this case the output will
15949include an exit code, if the program has exited exceptionally.
15950
15951@subsubheading Examples
15952
15953@noindent
15954Program exited normally:
15955
15956@smallexample
15957(@value{GDBP})
15958-exec-run
15959^running
15960(@value{GDBP})
15961x = 55
15962*stopped,reason="exited-normally"
15963(@value{GDBP})
15964@end smallexample
15965
15966@noindent
15967Program exited exceptionally:
15968
15969@smallexample
15970(@value{GDBP})
15971-exec-run
15972^running
15973(@value{GDBP})
15974x = 55
15975*stopped,reason="exited",exit-code="01"
15976(@value{GDBP})
15977@end smallexample
15978
15979Another way the program can terminate is if it receives a signal such as
15980@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
15981
15982@smallexample
15983(@value{GDBP})
15984*stopped,reason="exited-signalled",signal-name="SIGINT",
15985signal-meaning="Interrupt"
15986@end smallexample
15987
15988
15989@subheading The @code{-exec-abort} Command
15990@findex -exec-abort
15991
15992@subsubheading Synopsis
15993
15994@smallexample
15995 -exec-abort
15996@end smallexample
15997
15998Kill the inferior running program.
15999
16000@subsubheading @value{GDBN} Command
16001
16002The corresponding @value{GDBN} command is @samp{kill}.
16003
16004@subsubheading Example
16005N.A.
16006
16007
16008@subheading The @code{-exec-arguments} Command
16009@findex -exec-arguments
16010
16011@subsubheading Synopsis
16012
16013@smallexample
16014 -exec-arguments @var{args}
16015@end smallexample
16016
16017Set the inferior program arguments, to be used in the next
16018@samp{-exec-run}.
16019
16020@subsubheading @value{GDBN} Command
16021
16022The corresponding @value{GDBN} command is @samp{set args}.
16023
16024@subsubheading Example
16025
16026@c FIXME!
16027Don't have one around.
16028
16029
16030@subheading The @code{-exec-continue} Command
16031@findex -exec-continue
16032
16033@subsubheading Synopsis
16034
16035@smallexample
16036 -exec-continue
16037@end smallexample
16038
16039Asynchronous command. Resumes the execution of the inferior program
16040until a breakpoint is encountered, or until the inferior exits.
16041
16042@subsubheading @value{GDBN} Command
16043
16044The corresponding @value{GDBN} corresponding is @samp{continue}.
16045
16046@subsubheading Example
16047
16048@smallexample
16049-exec-continue
16050^running
16051(@value{GDBP})
16052@@Hello world
16053*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16054file="hello.c",line="13"@}
16055(@value{GDBP})
16056@end smallexample
16057
16058
16059@subheading The @code{-exec-finish} Command
16060@findex -exec-finish
16061
16062@subsubheading Synopsis
16063
16064@smallexample
16065 -exec-finish
16066@end smallexample
16067
16068Asynchronous command. Resumes the execution of the inferior program
16069until the current function is exited. Displays the results returned by
16070the function.
16071
16072@subsubheading @value{GDBN} Command
16073
16074The corresponding @value{GDBN} command is @samp{finish}.
16075
16076@subsubheading Example
16077
16078Function returning @code{void}.
16079
16080@smallexample
16081-exec-finish
16082^running
16083(@value{GDBP})
16084@@hello from foo
16085*stopped,reason="function-finished",frame=@{func="main",args=[],
16086file="hello.c",line="7"@}
16087(@value{GDBP})
16088@end smallexample
16089
16090Function returning other than @code{void}. The name of the internal
16091@value{GDBN} variable storing the result is printed, together with the
16092value itself.
16093
16094@smallexample
16095-exec-finish
16096^running
16097(@value{GDBP})
16098*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16099args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16100file="recursive2.c",line="14"@},
16101gdb-result-var="$1",return-value="0"
16102(@value{GDBP})
16103@end smallexample
16104
16105
16106@subheading The @code{-exec-interrupt} Command
16107@findex -exec-interrupt
16108
16109@subsubheading Synopsis
16110
16111@smallexample
16112 -exec-interrupt
16113@end smallexample
16114
16115Asynchronous command. Interrupts the background execution of the target.
16116Note how the token associated with the stop message is the one for the
16117execution command that has been interrupted. The token for the interrupt
16118itself only appears in the @samp{^done} output. If the user is trying to
16119interrupt a non-running program, an error message will be printed.
16120
16121@subsubheading @value{GDBN} Command
16122
16123The corresponding @value{GDBN} command is @samp{interrupt}.
16124
16125@subsubheading Example
16126
16127@smallexample
16128(@value{GDBP})
16129111-exec-continue
16130111^running
16131
16132(@value{GDBP})
16133222-exec-interrupt
16134222^done
16135(@value{GDBP})
16136111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16137frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16138(@value{GDBP})
16139
16140(@value{GDBP})
16141-exec-interrupt
16142^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16143(@value{GDBP})
16144@end smallexample
16145
16146
16147@subheading The @code{-exec-next} Command
16148@findex -exec-next
16149
16150@subsubheading Synopsis
16151
16152@smallexample
16153 -exec-next
16154@end smallexample
16155
16156Asynchronous command. Resumes execution of the inferior program, stopping
16157when the beginning of the next source line is reached.
16158
16159@subsubheading @value{GDBN} Command
16160
16161The corresponding @value{GDBN} command is @samp{next}.
16162
16163@subsubheading Example
16164
16165@smallexample
16166-exec-next
16167^running
16168(@value{GDBP})
16169*stopped,reason="end-stepping-range",line="8",file="hello.c"
16170(@value{GDBP})
16171@end smallexample
16172
16173
16174@subheading The @code{-exec-next-instruction} Command
16175@findex -exec-next-instruction
16176
16177@subsubheading Synopsis
16178
16179@smallexample
16180 -exec-next-instruction
16181@end smallexample
16182
16183Asynchronous command. Executes one machine instruction. If the
16184instruction is a function call continues until the function returns. If
16185the program stops at an instruction in the middle of a source line, the
16186address will be printed as well.
16187
16188@subsubheading @value{GDBN} Command
16189
16190The corresponding @value{GDBN} command is @samp{nexti}.
16191
16192@subsubheading Example
16193
16194@smallexample
16195(@value{GDBP})
16196-exec-next-instruction
16197^running
16198
16199(@value{GDBP})
16200*stopped,reason="end-stepping-range",
16201addr="0x000100d4",line="5",file="hello.c"
16202(@value{GDBP})
16203@end smallexample
16204
16205
16206@subheading The @code{-exec-return} Command
16207@findex -exec-return
16208
16209@subsubheading Synopsis
16210
16211@smallexample
16212 -exec-return
16213@end smallexample
16214
16215Makes current function return immediately. Doesn't execute the inferior.
16216Displays the new current frame.
16217
16218@subsubheading @value{GDBN} Command
16219
16220The corresponding @value{GDBN} command is @samp{return}.
16221
16222@subsubheading Example
16223
16224@smallexample
16225(@value{GDBP})
16226200-break-insert callee4
16227200^done,bkpt=@{number="1",addr="0x00010734",
16228file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16229(@value{GDBP})
16230000-exec-run
16231000^running
16232(@value{GDBP})
16233000*stopped,reason="breakpoint-hit",bkptno="1",
16234frame=@{func="callee4",args=[],
16235file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16236(@value{GDBP})
16237205-break-delete
16238205^done
16239(@value{GDBP})
16240111-exec-return
16241111^done,frame=@{level="0",func="callee3",
16242args=[@{name="strarg",
16243value="0x11940 \"A string argument.\""@}],
16244file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16245(@value{GDBP})
16246@end smallexample
16247
16248
16249@subheading The @code{-exec-run} Command
16250@findex -exec-run
16251
16252@subsubheading Synopsis
16253
16254@smallexample
16255 -exec-run
16256@end smallexample
16257
16258Asynchronous command. Starts execution of the inferior from the
16259beginning. The inferior executes until either a breakpoint is
16260encountered or the program exits.
16261
16262@subsubheading @value{GDBN} Command
16263
16264The corresponding @value{GDBN} command is @samp{run}.
16265
16266@subsubheading Example
16267
16268@smallexample
16269(@value{GDBP})
16270-break-insert main
16271^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16272(@value{GDBP})
16273-exec-run
16274^running
16275(@value{GDBP})
16276*stopped,reason="breakpoint-hit",bkptno="1",
16277frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16278(@value{GDBP})
16279@end smallexample
16280
16281
16282@subheading The @code{-exec-show-arguments} Command
16283@findex -exec-show-arguments
16284
16285@subsubheading Synopsis
16286
16287@smallexample
16288 -exec-show-arguments
16289@end smallexample
16290
16291Print the arguments of the program.
16292
16293@subsubheading @value{GDBN} Command
16294
16295The corresponding @value{GDBN} command is @samp{show args}.
16296
16297@subsubheading Example
16298N.A.
16299
16300@c @subheading -exec-signal
16301
16302@subheading The @code{-exec-step} Command
16303@findex -exec-step
16304
16305@subsubheading Synopsis
16306
16307@smallexample
16308 -exec-step
16309@end smallexample
16310
16311Asynchronous command. Resumes execution of the inferior program, stopping
16312when the beginning of the next source line is reached, if the next
16313source line is not a function call. If it is, stop at the first
16314instruction of the called function.
16315
16316@subsubheading @value{GDBN} Command
16317
16318The corresponding @value{GDBN} command is @samp{step}.
16319
16320@subsubheading Example
16321
16322Stepping into a function:
16323
16324@smallexample
16325-exec-step
16326^running
16327(@value{GDBP})
16328*stopped,reason="end-stepping-range",
16329frame=@{func="foo",args=[@{name="a",value="10"@},
16330@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16331(@value{GDBP})
16332@end smallexample
16333
16334Regular stepping:
16335
16336@smallexample
16337-exec-step
16338^running
16339(@value{GDBP})
16340*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16341(@value{GDBP})
16342@end smallexample
16343
16344
16345@subheading The @code{-exec-step-instruction} Command
16346@findex -exec-step-instruction
16347
16348@subsubheading Synopsis
16349
16350@smallexample
16351 -exec-step-instruction
16352@end smallexample
16353
16354Asynchronous command. Resumes the inferior which executes one machine
16355instruction. The output, once @value{GDBN} has stopped, will vary depending on
16356whether we have stopped in the middle of a source line or not. In the
16357former case, the address at which the program stopped will be printed as
16358well.
16359
16360@subsubheading @value{GDBN} Command
16361
16362The corresponding @value{GDBN} command is @samp{stepi}.
16363
16364@subsubheading Example
16365
16366@smallexample
16367(@value{GDBP})
16368-exec-step-instruction
16369^running
16370
16371(@value{GDBP})
16372*stopped,reason="end-stepping-range",
16373frame=@{func="foo",args=[],file="try.c",line="10"@}
16374(@value{GDBP})
16375-exec-step-instruction
16376^running
16377
16378(@value{GDBP})
16379*stopped,reason="end-stepping-range",
16380frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16381(@value{GDBP})
16382@end smallexample
16383
16384
16385@subheading The @code{-exec-until} Command
16386@findex -exec-until
16387
16388@subsubheading Synopsis
16389
16390@smallexample
16391 -exec-until [ @var{location} ]
16392@end smallexample
16393
16394Asynchronous command. Executes the inferior until the @var{location}
16395specified in the argument is reached. If there is no argument, the inferior
16396executes until a source line greater than the current one is reached.
16397The reason for stopping in this case will be @samp{location-reached}.
16398
16399@subsubheading @value{GDBN} Command
16400
16401The corresponding @value{GDBN} command is @samp{until}.
16402
16403@subsubheading Example
16404
16405@smallexample
16406(@value{GDBP})
16407-exec-until recursive2.c:6
16408^running
16409(@value{GDBP})
16410x = 55
16411*stopped,reason="location-reached",frame=@{func="main",args=[],
16412file="recursive2.c",line="6"@}
16413(@value{GDBP})
16414@end smallexample
16415
16416@ignore
16417@subheading -file-clear
16418Is this going away????
16419@end ignore
16420
16421
16422@subheading The @code{-file-exec-and-symbols} Command
16423@findex -file-exec-and-symbols
16424
16425@subsubheading Synopsis
16426
16427@smallexample
16428 -file-exec-and-symbols @var{file}
16429@end smallexample
16430
16431Specify the executable file to be debugged. This file is the one from
16432which the symbol table is also read. If no file is specified, the
16433command clears the executable and symbol information. If breakpoints
16434are set when using this command with no arguments, @value{GDBN} will produce
16435error messages. Otherwise, no output is produced, except a completion
16436notification.
16437
16438@subsubheading @value{GDBN} Command
16439
16440The corresponding @value{GDBN} command is @samp{file}.
16441
16442@subsubheading Example
16443
16444@smallexample
16445(@value{GDBP})
16446-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16447^done
16448(@value{GDBP})
16449@end smallexample
16450
16451
16452@subheading The @code{-file-exec-file} Command
16453@findex -file-exec-file
16454
16455@subsubheading Synopsis
16456
16457@smallexample
16458 -file-exec-file @var{file}
16459@end smallexample
16460
16461Specify the executable file to be debugged. Unlike
16462@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16463from this file. If used without argument, @value{GDBN} clears the information
16464about the executable file. No output is produced, except a completion
16465notification.
16466
16467@subsubheading @value{GDBN} Command
16468
16469The corresponding @value{GDBN} command is @samp{exec-file}.
16470
16471@subsubheading Example
16472
16473@smallexample
16474(@value{GDBP})
16475-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16476^done
16477(@value{GDBP})
16478@end smallexample
16479
16480
16481@subheading The @code{-file-list-exec-sections} Command
16482@findex -file-list-exec-sections
16483
16484@subsubheading Synopsis
16485
16486@smallexample
16487 -file-list-exec-sections
16488@end smallexample
16489
16490List the sections of the current executable file.
16491
16492@subsubheading @value{GDBN} Command
16493
16494The @value{GDBN} command @samp{info file} shows, among the rest, the same
16495information as this command. @code{gdbtk} has a corresponding command
16496@samp{gdb_load_info}.
16497
16498@subsubheading Example
16499N.A.
16500
16501
1abaf70c
BR
16502@subheading The @code{-file-list-exec-source-file} Command
16503@findex -file-list-exec-source-file
16504
16505@subsubheading Synopsis
16506
16507@smallexample
16508 -file-list-exec-source-file
16509@end smallexample
16510
16511List the line number, the current source file, and the absolute path
16512to the current source file for the current executable.
16513
16514@subsubheading @value{GDBN} Command
16515
16516There's no @value{GDBN} command which directly corresponds to this one.
16517
16518@subsubheading Example
16519
16520@smallexample
16521(@value{GDBP})
16522123-file-list-exec-source-file
16523123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16524(@value{GDBP})
16525@end smallexample
16526
16527
922fbb7b
AC
16528@subheading The @code{-file-list-exec-source-files} Command
16529@findex -file-list-exec-source-files
16530
16531@subsubheading Synopsis
16532
16533@smallexample
16534 -file-list-exec-source-files
16535@end smallexample
16536
16537List the source files for the current executable.
16538
16539@subsubheading @value{GDBN} Command
16540
16541There's no @value{GDBN} command which directly corresponds to this one.
16542@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16543
16544@subsubheading Example
16545N.A.
16546
16547
16548@subheading The @code{-file-list-shared-libraries} Command
16549@findex -file-list-shared-libraries
16550
16551@subsubheading Synopsis
16552
16553@smallexample
16554 -file-list-shared-libraries
16555@end smallexample
16556
16557List the shared libraries in the program.
16558
16559@subsubheading @value{GDBN} Command
16560
16561The corresponding @value{GDBN} command is @samp{info shared}.
16562
16563@subsubheading Example
16564N.A.
16565
16566
16567@subheading The @code{-file-list-symbol-files} Command
16568@findex -file-list-symbol-files
16569
16570@subsubheading Synopsis
16571
16572@smallexample
16573 -file-list-symbol-files
16574@end smallexample
16575
16576List symbol files.
16577
16578@subsubheading @value{GDBN} Command
16579
16580The corresponding @value{GDBN} command is @samp{info file} (part of it).
16581
16582@subsubheading Example
16583N.A.
16584
16585
16586@subheading The @code{-file-symbol-file} Command
16587@findex -file-symbol-file
16588
16589@subsubheading Synopsis
16590
16591@smallexample
16592 -file-symbol-file @var{file}
16593@end smallexample
16594
16595Read symbol table info from the specified @var{file} argument. When
16596used without arguments, clears @value{GDBN}'s symbol table info. No output is
16597produced, except for a completion notification.
16598
16599@subsubheading @value{GDBN} Command
16600
16601The corresponding @value{GDBN} command is @samp{symbol-file}.
16602
16603@subsubheading Example
16604
16605@smallexample
16606(@value{GDBP})
16607-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16608^done
16609(@value{GDBP})
16610@end smallexample
16611
16612@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16613@node GDB/MI Miscellaneous Commands
16614@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16615
16616@c @subheading -gdb-complete
16617
16618@subheading The @code{-gdb-exit} Command
16619@findex -gdb-exit
16620
16621@subsubheading Synopsis
16622
16623@smallexample
16624 -gdb-exit
16625@end smallexample
16626
16627Exit @value{GDBN} immediately.
16628
16629@subsubheading @value{GDBN} Command
16630
16631Approximately corresponds to @samp{quit}.
16632
16633@subsubheading Example
16634
16635@smallexample
16636(@value{GDBP})
16637-gdb-exit
16638@end smallexample
16639
16640@subheading The @code{-gdb-set} Command
16641@findex -gdb-set
16642
16643@subsubheading Synopsis
16644
16645@smallexample
16646 -gdb-set
16647@end smallexample
16648
16649Set an internal @value{GDBN} variable.
16650@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16651
16652@subsubheading @value{GDBN} Command
16653
16654The corresponding @value{GDBN} command is @samp{set}.
16655
16656@subsubheading Example
16657
16658@smallexample
16659(@value{GDBP})
16660-gdb-set $foo=3
16661^done
16662(@value{GDBP})
16663@end smallexample
16664
16665
16666@subheading The @code{-gdb-show} Command
16667@findex -gdb-show
16668
16669@subsubheading Synopsis
16670
16671@smallexample
16672 -gdb-show
16673@end smallexample
16674
16675Show the current value of a @value{GDBN} variable.
16676
16677@subsubheading @value{GDBN} command
16678
16679The corresponding @value{GDBN} command is @samp{show}.
16680
16681@subsubheading Example
16682
16683@smallexample
16684(@value{GDBP})
16685-gdb-show annotate
16686^done,value="0"
16687(@value{GDBP})
16688@end smallexample
16689
16690@c @subheading -gdb-source
16691
16692
16693@subheading The @code{-gdb-version} Command
16694@findex -gdb-version
16695
16696@subsubheading Synopsis
16697
16698@smallexample
16699 -gdb-version
16700@end smallexample
16701
16702Show version information for @value{GDBN}. Used mostly in testing.
16703
16704@subsubheading @value{GDBN} Command
16705
16706There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16707information when you start an interactive session.
16708
16709@subsubheading Example
16710
16711@c This example modifies the actual output from GDB to avoid overfull
16712@c box in TeX.
16713@smallexample
16714(@value{GDBP})
16715-gdb-version
16716~GNU gdb 5.2.1
16717~Copyright 2000 Free Software Foundation, Inc.
16718~GDB is free software, covered by the GNU General Public License, and
16719~you are welcome to change it and/or distribute copies of it under
16720~ certain conditions.
16721~Type "show copying" to see the conditions.
16722~There is absolutely no warranty for GDB. Type "show warranty" for
16723~ details.
16724~This GDB was configured as
16725 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16726^done
16727(@value{GDBP})
16728@end smallexample
16729
16730@subheading The @code{-interpreter-exec} Command
16731@findex -interpreter-exec
16732
16733@subheading Synopsis
16734
16735@smallexample
16736-interpreter-exec @var{interpreter} @var{command}
16737@end smallexample
16738
16739Execute the specified @var{command} in the given @var{interpreter}.
16740
16741@subheading @value{GDBN} Command
16742
16743The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16744
16745@subheading Example
16746
16747@smallexample
16748(@value{GDBP})
16749-interpreter-exec console "break main"
16750&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16751&"During symbol reading, bad structure-type format.\n"
16752~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16753^done
16754(@value{GDBP})
16755@end smallexample
16756
16757@ignore
16758@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16759@node GDB/MI Kod Commands
16760@section @sc{gdb/mi} Kod Commands
16761
16762The Kod commands are not implemented.
16763
16764@c @subheading -kod-info
16765
16766@c @subheading -kod-list
16767
16768@c @subheading -kod-list-object-types
16769
16770@c @subheading -kod-show
16771
16772@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16773@node GDB/MI Memory Overlay Commands
16774@section @sc{gdb/mi} Memory Overlay Commands
16775
16776The memory overlay commands are not implemented.
16777
16778@c @subheading -overlay-auto
16779
16780@c @subheading -overlay-list-mapping-state
16781
16782@c @subheading -overlay-list-overlays
16783
16784@c @subheading -overlay-map
16785
16786@c @subheading -overlay-off
16787
16788@c @subheading -overlay-on
16789
16790@c @subheading -overlay-unmap
16791
16792@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16793@node GDB/MI Signal Handling Commands
16794@section @sc{gdb/mi} Signal Handling Commands
16795
16796Signal handling commands are not implemented.
16797
16798@c @subheading -signal-handle
16799
16800@c @subheading -signal-list-handle-actions
16801
16802@c @subheading -signal-list-signal-types
16803@end ignore
16804
16805
16806@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16807@node GDB/MI Stack Manipulation
16808@section @sc{gdb/mi} Stack Manipulation Commands
16809
16810
16811@subheading The @code{-stack-info-frame} Command
16812@findex -stack-info-frame
16813
16814@subsubheading Synopsis
16815
16816@smallexample
16817 -stack-info-frame
16818@end smallexample
16819
16820Get info on the current frame.
16821
16822@subsubheading @value{GDBN} Command
16823
16824The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16825(without arguments).
16826
16827@subsubheading Example
16828N.A.
16829
16830@subheading The @code{-stack-info-depth} Command
16831@findex -stack-info-depth
16832
16833@subsubheading Synopsis
16834
16835@smallexample
16836 -stack-info-depth [ @var{max-depth} ]
16837@end smallexample
16838
16839Return the depth of the stack. If the integer argument @var{max-depth}
16840is specified, do not count beyond @var{max-depth} frames.
16841
16842@subsubheading @value{GDBN} Command
16843
16844There's no equivalent @value{GDBN} command.
16845
16846@subsubheading Example
16847
16848For a stack with frame levels 0 through 11:
16849
16850@smallexample
16851(@value{GDBP})
16852-stack-info-depth
16853^done,depth="12"
16854(@value{GDBP})
16855-stack-info-depth 4
16856^done,depth="4"
16857(@value{GDBP})
16858-stack-info-depth 12
16859^done,depth="12"
16860(@value{GDBP})
16861-stack-info-depth 11
16862^done,depth="11"
16863(@value{GDBP})
16864-stack-info-depth 13
16865^done,depth="12"
16866(@value{GDBP})
16867@end smallexample
16868
16869@subheading The @code{-stack-list-arguments} Command
16870@findex -stack-list-arguments
16871
16872@subsubheading Synopsis
16873
16874@smallexample
16875 -stack-list-arguments @var{show-values}
16876 [ @var{low-frame} @var{high-frame} ]
16877@end smallexample
16878
16879Display a list of the arguments for the frames between @var{low-frame}
16880and @var{high-frame} (inclusive). If @var{low-frame} and
16881@var{high-frame} are not provided, list the arguments for the whole call
16882stack.
16883
16884The @var{show-values} argument must have a value of 0 or 1. A value of
168850 means that only the names of the arguments are listed, a value of 1
16886means that both names and values of the arguments are printed.
16887
16888@subsubheading @value{GDBN} Command
16889
16890@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
16891@samp{gdb_get_args} command which partially overlaps with the
16892functionality of @samp{-stack-list-arguments}.
16893
16894@subsubheading Example
16895
16896@smallexample
16897(@value{GDBP})
16898-stack-list-frames
16899^done,
16900stack=[
16901frame=@{level="0",addr="0x00010734",func="callee4",
16902file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
16903frame=@{level="1",addr="0x0001076c",func="callee3",
16904file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
16905frame=@{level="2",addr="0x0001078c",func="callee2",
16906file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
16907frame=@{level="3",addr="0x000107b4",func="callee1",
16908file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
16909frame=@{level="4",addr="0x000107e0",func="main",
16910file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
16911(@value{GDBP})
16912-stack-list-arguments 0
16913^done,
16914stack-args=[
16915frame=@{level="0",args=[]@},
16916frame=@{level="1",args=[name="strarg"]@},
16917frame=@{level="2",args=[name="intarg",name="strarg"]@},
16918frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
16919frame=@{level="4",args=[]@}]
16920(@value{GDBP})
16921-stack-list-arguments 1
16922^done,
16923stack-args=[
16924frame=@{level="0",args=[]@},
16925frame=@{level="1",
16926 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16927frame=@{level="2",args=[
16928@{name="intarg",value="2"@},
16929@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16930@{frame=@{level="3",args=[
16931@{name="intarg",value="2"@},
16932@{name="strarg",value="0x11940 \"A string argument.\""@},
16933@{name="fltarg",value="3.5"@}]@},
16934frame=@{level="4",args=[]@}]
16935(@value{GDBP})
16936-stack-list-arguments 0 2 2
16937^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
16938(@value{GDBP})
16939-stack-list-arguments 1 2 2
16940^done,stack-args=[frame=@{level="2",
16941args=[@{name="intarg",value="2"@},
16942@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
16943(@value{GDBP})
16944@end smallexample
16945
16946@c @subheading -stack-list-exception-handlers
16947
16948
16949@subheading The @code{-stack-list-frames} Command
16950@findex -stack-list-frames
16951
16952@subsubheading Synopsis
16953
16954@smallexample
16955 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
16956@end smallexample
16957
16958List the frames currently on the stack. For each frame it displays the
16959following info:
16960
16961@table @samp
16962@item @var{level}
16963The frame number, 0 being the topmost frame, i.e. the innermost function.
16964@item @var{addr}
16965The @code{$pc} value for that frame.
16966@item @var{func}
16967Function name.
16968@item @var{file}
16969File name of the source file where the function lives.
16970@item @var{line}
16971Line number corresponding to the @code{$pc}.
16972@end table
16973
16974If invoked without arguments, this command prints a backtrace for the
16975whole stack. If given two integer arguments, it shows the frames whose
16976levels are between the two arguments (inclusive). If the two arguments
16977are equal, it shows the single frame at the corresponding level.
16978
16979@subsubheading @value{GDBN} Command
16980
16981The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
16982
16983@subsubheading Example
16984
16985Full stack backtrace:
16986
16987@smallexample
16988(@value{GDBP})
16989-stack-list-frames
16990^done,stack=
16991[frame=@{level="0",addr="0x0001076c",func="foo",
16992 file="recursive2.c",line="11"@},
16993frame=@{level="1",addr="0x000107a4",func="foo",
16994 file="recursive2.c",line="14"@},
16995frame=@{level="2",addr="0x000107a4",func="foo",
16996 file="recursive2.c",line="14"@},
16997frame=@{level="3",addr="0x000107a4",func="foo",
16998 file="recursive2.c",line="14"@},
16999frame=@{level="4",addr="0x000107a4",func="foo",
17000 file="recursive2.c",line="14"@},
17001frame=@{level="5",addr="0x000107a4",func="foo",
17002 file="recursive2.c",line="14"@},
17003frame=@{level="6",addr="0x000107a4",func="foo",
17004 file="recursive2.c",line="14"@},
17005frame=@{level="7",addr="0x000107a4",func="foo",
17006 file="recursive2.c",line="14"@},
17007frame=@{level="8",addr="0x000107a4",func="foo",
17008 file="recursive2.c",line="14"@},
17009frame=@{level="9",addr="0x000107a4",func="foo",
17010 file="recursive2.c",line="14"@},
17011frame=@{level="10",addr="0x000107a4",func="foo",
17012 file="recursive2.c",line="14"@},
17013frame=@{level="11",addr="0x00010738",func="main",
17014 file="recursive2.c",line="4"@}]
17015(@value{GDBP})
17016@end smallexample
17017
17018Show frames between @var{low_frame} and @var{high_frame}:
17019
17020@smallexample
17021(@value{GDBP})
17022-stack-list-frames 3 5
17023^done,stack=
17024[frame=@{level="3",addr="0x000107a4",func="foo",
17025 file="recursive2.c",line="14"@},
17026frame=@{level="4",addr="0x000107a4",func="foo",
17027 file="recursive2.c",line="14"@},
17028frame=@{level="5",addr="0x000107a4",func="foo",
17029 file="recursive2.c",line="14"@}]
17030(@value{GDBP})
17031@end smallexample
17032
17033Show a single frame:
17034
17035@smallexample
17036(@value{GDBP})
17037-stack-list-frames 3 3
17038^done,stack=
17039[frame=@{level="3",addr="0x000107a4",func="foo",
17040 file="recursive2.c",line="14"@}]
17041(@value{GDBP})
17042@end smallexample
17043
17044
17045@subheading The @code{-stack-list-locals} Command
17046@findex -stack-list-locals
17047
17048@subsubheading Synopsis
17049
17050@smallexample
17051 -stack-list-locals @var{print-values}
17052@end smallexample
17053
17054Display the local variable names for the current frame. With an
17055argument of 0 prints only the names of the variables, with argument of 1
17056prints also their values.
17057
17058@subsubheading @value{GDBN} Command
17059
17060@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17061
17062@subsubheading Example
17063
17064@smallexample
17065(@value{GDBP})
17066-stack-list-locals 0
17067^done,locals=[name="A",name="B",name="C"]
17068(@value{GDBP})
17069-stack-list-locals 1
17070^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17071 @{name="C",value="3"@}]
17072(@value{GDBP})
17073@end smallexample
17074
17075
17076@subheading The @code{-stack-select-frame} Command
17077@findex -stack-select-frame
17078
17079@subsubheading Synopsis
17080
17081@smallexample
17082 -stack-select-frame @var{framenum}
17083@end smallexample
17084
17085Change the current frame. Select a different frame @var{framenum} on
17086the stack.
17087
17088@subsubheading @value{GDBN} Command
17089
17090The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17091@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17092
17093@subsubheading Example
17094
17095@smallexample
17096(@value{GDBP})
17097-stack-select-frame 2
17098^done
17099(@value{GDBP})
17100@end smallexample
17101
17102@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17103@node GDB/MI Symbol Query
17104@section @sc{gdb/mi} Symbol Query Commands
17105
17106
17107@subheading The @code{-symbol-info-address} Command
17108@findex -symbol-info-address
17109
17110@subsubheading Synopsis
17111
17112@smallexample
17113 -symbol-info-address @var{symbol}
17114@end smallexample
17115
17116Describe where @var{symbol} is stored.
17117
17118@subsubheading @value{GDBN} Command
17119
17120The corresponding @value{GDBN} command is @samp{info address}.
17121
17122@subsubheading Example
17123N.A.
17124
17125
17126@subheading The @code{-symbol-info-file} Command
17127@findex -symbol-info-file
17128
17129@subsubheading Synopsis
17130
17131@smallexample
17132 -symbol-info-file
17133@end smallexample
17134
17135Show the file for the symbol.
17136
17137@subsubheading @value{GDBN} Command
17138
17139There's no equivalent @value{GDBN} command. @code{gdbtk} has
17140@samp{gdb_find_file}.
17141
17142@subsubheading Example
17143N.A.
17144
17145
17146@subheading The @code{-symbol-info-function} Command
17147@findex -symbol-info-function
17148
17149@subsubheading Synopsis
17150
17151@smallexample
17152 -symbol-info-function
17153@end smallexample
17154
17155Show which function the symbol lives in.
17156
17157@subsubheading @value{GDBN} Command
17158
17159@samp{gdb_get_function} in @code{gdbtk}.
17160
17161@subsubheading Example
17162N.A.
17163
17164
17165@subheading The @code{-symbol-info-line} Command
17166@findex -symbol-info-line
17167
17168@subsubheading Synopsis
17169
17170@smallexample
17171 -symbol-info-line
17172@end smallexample
17173
17174Show the core addresses of the code for a source line.
17175
17176@subsubheading @value{GDBN} Command
17177
17178The corresponding @value{GDBN} comamnd is @samp{info line}.
17179@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17180
17181@subsubheading Example
17182N.A.
17183
17184
17185@subheading The @code{-symbol-info-symbol} Command
17186@findex -symbol-info-symbol
17187
17188@subsubheading Synopsis
17189
17190@smallexample
17191 -symbol-info-symbol @var{addr}
17192@end smallexample
17193
17194Describe what symbol is at location @var{addr}.
17195
17196@subsubheading @value{GDBN} Command
17197
17198The corresponding @value{GDBN} command is @samp{info symbol}.
17199
17200@subsubheading Example
17201N.A.
17202
17203
17204@subheading The @code{-symbol-list-functions} Command
17205@findex -symbol-list-functions
17206
17207@subsubheading Synopsis
17208
17209@smallexample
17210 -symbol-list-functions
17211@end smallexample
17212
17213List the functions in the executable.
17214
17215@subsubheading @value{GDBN} Command
17216
17217@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17218@samp{gdb_search} in @code{gdbtk}.
17219
17220@subsubheading Example
17221N.A.
17222
17223
32e7087d
JB
17224@subheading The @code{-symbol-list-lines} Command
17225@findex -symbol-list-lines
17226
17227@subsubheading Synopsis
17228
17229@smallexample
17230 -symbol-list-lines @var{filename}
17231@end smallexample
17232
17233Print the list of lines that contain code and their associated program
17234addresses for the given source filename. The entries are sorted in
17235ascending PC order.
17236
17237@subsubheading @value{GDBN} Command
17238
17239There is no corresponding @value{GDBN} command.
17240
17241@subsubheading Example
17242@smallexample
17243(@value{GDBP})
17244-symbol-list-lines basics.c
54ff5908 17245^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17246(@value{GDBP})
17247@end smallexample
17248
17249
922fbb7b
AC
17250@subheading The @code{-symbol-list-types} Command
17251@findex -symbol-list-types
17252
17253@subsubheading Synopsis
17254
17255@smallexample
17256 -symbol-list-types
17257@end smallexample
17258
17259List all the type names.
17260
17261@subsubheading @value{GDBN} Command
17262
17263The corresponding commands are @samp{info types} in @value{GDBN},
17264@samp{gdb_search} in @code{gdbtk}.
17265
17266@subsubheading Example
17267N.A.
17268
17269
17270@subheading The @code{-symbol-list-variables} Command
17271@findex -symbol-list-variables
17272
17273@subsubheading Synopsis
17274
17275@smallexample
17276 -symbol-list-variables
17277@end smallexample
17278
17279List all the global and static variable names.
17280
17281@subsubheading @value{GDBN} Command
17282
17283@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17284
17285@subsubheading Example
17286N.A.
17287
17288
17289@subheading The @code{-symbol-locate} Command
17290@findex -symbol-locate
17291
17292@subsubheading Synopsis
17293
17294@smallexample
17295 -symbol-locate
17296@end smallexample
17297
17298@subsubheading @value{GDBN} Command
17299
17300@samp{gdb_loc} in @code{gdbtk}.
17301
17302@subsubheading Example
17303N.A.
17304
17305
17306@subheading The @code{-symbol-type} Command
17307@findex -symbol-type
17308
17309@subsubheading Synopsis
17310
17311@smallexample
17312 -symbol-type @var{variable}
17313@end smallexample
17314
17315Show type of @var{variable}.
17316
17317@subsubheading @value{GDBN} Command
17318
17319The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17320@samp{gdb_obj_variable}.
17321
17322@subsubheading Example
17323N.A.
17324
17325
17326@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17327@node GDB/MI Target Manipulation
17328@section @sc{gdb/mi} Target Manipulation Commands
17329
17330
17331@subheading The @code{-target-attach} Command
17332@findex -target-attach
17333
17334@subsubheading Synopsis
17335
17336@smallexample
17337 -target-attach @var{pid} | @var{file}
17338@end smallexample
17339
17340Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17341
17342@subsubheading @value{GDBN} command
17343
17344The corresponding @value{GDBN} command is @samp{attach}.
17345
17346@subsubheading Example
17347N.A.
17348
17349
17350@subheading The @code{-target-compare-sections} Command
17351@findex -target-compare-sections
17352
17353@subsubheading Synopsis
17354
17355@smallexample
17356 -target-compare-sections [ @var{section} ]
17357@end smallexample
17358
17359Compare data of section @var{section} on target to the exec file.
17360Without the argument, all sections are compared.
17361
17362@subsubheading @value{GDBN} Command
17363
17364The @value{GDBN} equivalent is @samp{compare-sections}.
17365
17366@subsubheading Example
17367N.A.
17368
17369
17370@subheading The @code{-target-detach} Command
17371@findex -target-detach
17372
17373@subsubheading Synopsis
17374
17375@smallexample
17376 -target-detach
17377@end smallexample
17378
17379Disconnect from the remote target. There's no output.
17380
17381@subsubheading @value{GDBN} command
17382
17383The corresponding @value{GDBN} command is @samp{detach}.
17384
17385@subsubheading Example
17386
17387@smallexample
17388(@value{GDBP})
17389-target-detach
17390^done
17391(@value{GDBP})
17392@end smallexample
17393
17394
17395@subheading The @code{-target-download} Command
17396@findex -target-download
17397
17398@subsubheading Synopsis
17399
17400@smallexample
17401 -target-download
17402@end smallexample
17403
17404Loads the executable onto the remote target.
17405It prints out an update message every half second, which includes the fields:
17406
17407@table @samp
17408@item section
17409The name of the section.
17410@item section-sent
17411The size of what has been sent so far for that section.
17412@item section-size
17413The size of the section.
17414@item total-sent
17415The total size of what was sent so far (the current and the previous sections).
17416@item total-size
17417The size of the overall executable to download.
17418@end table
17419
17420@noindent
17421Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17422@sc{gdb/mi} Output Syntax}).
17423
17424In addition, it prints the name and size of the sections, as they are
17425downloaded. These messages include the following fields:
17426
17427@table @samp
17428@item section
17429The name of the section.
17430@item section-size
17431The size of the section.
17432@item total-size
17433The size of the overall executable to download.
17434@end table
17435
17436@noindent
17437At the end, a summary is printed.
17438
17439@subsubheading @value{GDBN} Command
17440
17441The corresponding @value{GDBN} command is @samp{load}.
17442
17443@subsubheading Example
17444
17445Note: each status message appears on a single line. Here the messages
17446have been broken down so that they can fit onto a page.
17447
17448@smallexample
17449(@value{GDBP})
17450-target-download
17451+download,@{section=".text",section-size="6668",total-size="9880"@}
17452+download,@{section=".text",section-sent="512",section-size="6668",
17453total-sent="512",total-size="9880"@}
17454+download,@{section=".text",section-sent="1024",section-size="6668",
17455total-sent="1024",total-size="9880"@}
17456+download,@{section=".text",section-sent="1536",section-size="6668",
17457total-sent="1536",total-size="9880"@}
17458+download,@{section=".text",section-sent="2048",section-size="6668",
17459total-sent="2048",total-size="9880"@}
17460+download,@{section=".text",section-sent="2560",section-size="6668",
17461total-sent="2560",total-size="9880"@}
17462+download,@{section=".text",section-sent="3072",section-size="6668",
17463total-sent="3072",total-size="9880"@}
17464+download,@{section=".text",section-sent="3584",section-size="6668",
17465total-sent="3584",total-size="9880"@}
17466+download,@{section=".text",section-sent="4096",section-size="6668",
17467total-sent="4096",total-size="9880"@}
17468+download,@{section=".text",section-sent="4608",section-size="6668",
17469total-sent="4608",total-size="9880"@}
17470+download,@{section=".text",section-sent="5120",section-size="6668",
17471total-sent="5120",total-size="9880"@}
17472+download,@{section=".text",section-sent="5632",section-size="6668",
17473total-sent="5632",total-size="9880"@}
17474+download,@{section=".text",section-sent="6144",section-size="6668",
17475total-sent="6144",total-size="9880"@}
17476+download,@{section=".text",section-sent="6656",section-size="6668",
17477total-sent="6656",total-size="9880"@}
17478+download,@{section=".init",section-size="28",total-size="9880"@}
17479+download,@{section=".fini",section-size="28",total-size="9880"@}
17480+download,@{section=".data",section-size="3156",total-size="9880"@}
17481+download,@{section=".data",section-sent="512",section-size="3156",
17482total-sent="7236",total-size="9880"@}
17483+download,@{section=".data",section-sent="1024",section-size="3156",
17484total-sent="7748",total-size="9880"@}
17485+download,@{section=".data",section-sent="1536",section-size="3156",
17486total-sent="8260",total-size="9880"@}
17487+download,@{section=".data",section-sent="2048",section-size="3156",
17488total-sent="8772",total-size="9880"@}
17489+download,@{section=".data",section-sent="2560",section-size="3156",
17490total-sent="9284",total-size="9880"@}
17491+download,@{section=".data",section-sent="3072",section-size="3156",
17492total-sent="9796",total-size="9880"@}
17493^done,address="0x10004",load-size="9880",transfer-rate="6586",
17494write-rate="429"
17495(@value{GDBP})
17496@end smallexample
17497
17498
17499@subheading The @code{-target-exec-status} Command
17500@findex -target-exec-status
17501
17502@subsubheading Synopsis
17503
17504@smallexample
17505 -target-exec-status
17506@end smallexample
17507
17508Provide information on the state of the target (whether it is running or
17509not, for instance).
17510
17511@subsubheading @value{GDBN} Command
17512
17513There's no equivalent @value{GDBN} command.
17514
17515@subsubheading Example
17516N.A.
17517
17518
17519@subheading The @code{-target-list-available-targets} Command
17520@findex -target-list-available-targets
17521
17522@subsubheading Synopsis
17523
17524@smallexample
17525 -target-list-available-targets
17526@end smallexample
17527
17528List the possible targets to connect to.
17529
17530@subsubheading @value{GDBN} Command
17531
17532The corresponding @value{GDBN} command is @samp{help target}.
17533
17534@subsubheading Example
17535N.A.
17536
17537
17538@subheading The @code{-target-list-current-targets} Command
17539@findex -target-list-current-targets
17540
17541@subsubheading Synopsis
17542
17543@smallexample
17544 -target-list-current-targets
17545@end smallexample
17546
17547Describe the current target.
17548
17549@subsubheading @value{GDBN} Command
17550
17551The corresponding information is printed by @samp{info file} (among
17552other things).
17553
17554@subsubheading Example
17555N.A.
17556
17557
17558@subheading The @code{-target-list-parameters} Command
17559@findex -target-list-parameters
17560
17561@subsubheading Synopsis
17562
17563@smallexample
17564 -target-list-parameters
17565@end smallexample
17566
17567@c ????
17568
17569@subsubheading @value{GDBN} Command
17570
17571No equivalent.
17572
17573@subsubheading Example
17574N.A.
17575
17576
17577@subheading The @code{-target-select} Command
17578@findex -target-select
17579
17580@subsubheading Synopsis
17581
17582@smallexample
17583 -target-select @var{type} @var{parameters @dots{}}
17584@end smallexample
17585
17586Connect @value{GDBN} to the remote target. This command takes two args:
17587
17588@table @samp
17589@item @var{type}
17590The type of target, for instance @samp{async}, @samp{remote}, etc.
17591@item @var{parameters}
17592Device names, host names and the like. @xref{Target Commands, ,
17593Commands for managing targets}, for more details.
17594@end table
17595
17596The output is a connection notification, followed by the address at
17597which the target program is, in the following form:
17598
17599@smallexample
17600^connected,addr="@var{address}",func="@var{function name}",
17601 args=[@var{arg list}]
17602@end smallexample
17603
17604@subsubheading @value{GDBN} Command
17605
17606The corresponding @value{GDBN} command is @samp{target}.
17607
17608@subsubheading Example
17609
17610@smallexample
17611(@value{GDBP})
17612-target-select async /dev/ttya
17613^connected,addr="0xfe00a300",func="??",args=[]
17614(@value{GDBP})
17615@end smallexample
17616
17617@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17618@node GDB/MI Thread Commands
17619@section @sc{gdb/mi} Thread Commands
17620
17621
17622@subheading The @code{-thread-info} Command
17623@findex -thread-info
17624
17625@subsubheading Synopsis
17626
17627@smallexample
17628 -thread-info
17629@end smallexample
17630
17631@subsubheading @value{GDBN} command
17632
17633No equivalent.
17634
17635@subsubheading Example
17636N.A.
17637
17638
17639@subheading The @code{-thread-list-all-threads} Command
17640@findex -thread-list-all-threads
17641
17642@subsubheading Synopsis
17643
17644@smallexample
17645 -thread-list-all-threads
17646@end smallexample
17647
17648@subsubheading @value{GDBN} Command
17649
17650The equivalent @value{GDBN} command is @samp{info threads}.
17651
17652@subsubheading Example
17653N.A.
17654
17655
17656@subheading The @code{-thread-list-ids} Command
17657@findex -thread-list-ids
17658
17659@subsubheading Synopsis
17660
17661@smallexample
17662 -thread-list-ids
17663@end smallexample
17664
17665Produces a list of the currently known @value{GDBN} thread ids. At the
17666end of the list it also prints the total number of such threads.
17667
17668@subsubheading @value{GDBN} Command
17669
17670Part of @samp{info threads} supplies the same information.
17671
17672@subsubheading Example
17673
17674No threads present, besides the main process:
17675
17676@smallexample
17677(@value{GDBP})
17678-thread-list-ids
17679^done,thread-ids=@{@},number-of-threads="0"
17680(@value{GDBP})
17681@end smallexample
17682
17683
17684Several threads:
17685
17686@smallexample
17687(@value{GDBP})
17688-thread-list-ids
17689^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17690number-of-threads="3"
17691(@value{GDBP})
17692@end smallexample
17693
17694
17695@subheading The @code{-thread-select} Command
17696@findex -thread-select
17697
17698@subsubheading Synopsis
17699
17700@smallexample
17701 -thread-select @var{threadnum}
17702@end smallexample
17703
17704Make @var{threadnum} the current thread. It prints the number of the new
17705current thread, and the topmost frame for that thread.
17706
17707@subsubheading @value{GDBN} Command
17708
17709The corresponding @value{GDBN} command is @samp{thread}.
17710
17711@subsubheading Example
17712
17713@smallexample
17714(@value{GDBP})
17715-exec-next
17716^running
17717(@value{GDBP})
17718*stopped,reason="end-stepping-range",thread-id="2",line="187",
17719file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17720(@value{GDBP})
17721-thread-list-ids
17722^done,
17723thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17724number-of-threads="3"
17725(@value{GDBP})
17726-thread-select 3
17727^done,new-thread-id="3",
17728frame=@{level="0",func="vprintf",
17729args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17730@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17731(@value{GDBP})
17732@end smallexample
17733
17734@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17735@node GDB/MI Tracepoint Commands
17736@section @sc{gdb/mi} Tracepoint Commands
17737
17738The tracepoint commands are not yet implemented.
17739
17740@c @subheading -trace-actions
17741
17742@c @subheading -trace-delete
17743
17744@c @subheading -trace-disable
17745
17746@c @subheading -trace-dump
17747
17748@c @subheading -trace-enable
17749
17750@c @subheading -trace-exists
17751
17752@c @subheading -trace-find
17753
17754@c @subheading -trace-frame-number
17755
17756@c @subheading -trace-info
17757
17758@c @subheading -trace-insert
17759
17760@c @subheading -trace-list
17761
17762@c @subheading -trace-pass-count
17763
17764@c @subheading -trace-save
17765
17766@c @subheading -trace-start
17767
17768@c @subheading -trace-stop
17769
17770
17771@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17772@node GDB/MI Variable Objects
17773@section @sc{gdb/mi} Variable Objects
17774
17775
17776@subheading Motivation for Variable Objects in @sc{gdb/mi}
17777
17778For the implementation of a variable debugger window (locals, watched
17779expressions, etc.), we are proposing the adaptation of the existing code
17780used by @code{Insight}.
17781
17782The two main reasons for that are:
17783
17784@enumerate 1
17785@item
17786It has been proven in practice (it is already on its second generation).
17787
17788@item
17789It will shorten development time (needless to say how important it is
17790now).
17791@end enumerate
17792
17793The original interface was designed to be used by Tcl code, so it was
17794slightly changed so it could be used through @sc{gdb/mi}. This section
17795describes the @sc{gdb/mi} operations that will be available and gives some
17796hints about their use.
17797
17798@emph{Note}: In addition to the set of operations described here, we
17799expect the @sc{gui} implementation of a variable window to require, at
17800least, the following operations:
17801
17802@itemize @bullet
17803@item @code{-gdb-show} @code{output-radix}
17804@item @code{-stack-list-arguments}
17805@item @code{-stack-list-locals}
17806@item @code{-stack-select-frame}
17807@end itemize
17808
17809@subheading Introduction to Variable Objects in @sc{gdb/mi}
17810
17811@cindex variable objects in @sc{gdb/mi}
17812The basic idea behind variable objects is the creation of a named object
17813to represent a variable, an expression, a memory location or even a CPU
17814register. For each object created, a set of operations is available for
17815examining or changing its properties.
17816
17817Furthermore, complex data types, such as C structures, are represented
17818in a tree format. For instance, the @code{struct} type variable is the
17819root and the children will represent the struct members. If a child
17820is itself of a complex type, it will also have children of its own.
17821Appropriate language differences are handled for C, C@t{++} and Java.
17822
17823When returning the actual values of the objects, this facility allows
17824for the individual selection of the display format used in the result
17825creation. It can be chosen among: binary, decimal, hexadecimal, octal
17826and natural. Natural refers to a default format automatically
17827chosen based on the variable type (like decimal for an @code{int}, hex
17828for pointers, etc.).
17829
17830The following is the complete set of @sc{gdb/mi} operations defined to
17831access this functionality:
17832
17833@multitable @columnfractions .4 .6
17834@item @strong{Operation}
17835@tab @strong{Description}
17836
17837@item @code{-var-create}
17838@tab create a variable object
17839@item @code{-var-delete}
17840@tab delete the variable object and its children
17841@item @code{-var-set-format}
17842@tab set the display format of this variable
17843@item @code{-var-show-format}
17844@tab show the display format of this variable
17845@item @code{-var-info-num-children}
17846@tab tells how many children this object has
17847@item @code{-var-list-children}
17848@tab return a list of the object's children
17849@item @code{-var-info-type}
17850@tab show the type of this variable object
17851@item @code{-var-info-expression}
17852@tab print what this variable object represents
17853@item @code{-var-show-attributes}
17854@tab is this variable editable? does it exist here?
17855@item @code{-var-evaluate-expression}
17856@tab get the value of this variable
17857@item @code{-var-assign}
17858@tab set the value of this variable
17859@item @code{-var-update}
17860@tab update the variable and its children
17861@end multitable
17862
17863In the next subsection we describe each operation in detail and suggest
17864how it can be used.
17865
17866@subheading Description And Use of Operations on Variable Objects
17867
17868@subheading The @code{-var-create} Command
17869@findex -var-create
17870
17871@subsubheading Synopsis
17872
17873@smallexample
17874 -var-create @{@var{name} | "-"@}
17875 @{@var{frame-addr} | "*"@} @var{expression}
17876@end smallexample
17877
17878This operation creates a variable object, which allows the monitoring of
17879a variable, the result of an expression, a memory cell or a CPU
17880register.
17881
17882The @var{name} parameter is the string by which the object can be
17883referenced. It must be unique. If @samp{-} is specified, the varobj
17884system will generate a string ``varNNNNNN'' automatically. It will be
17885unique provided that one does not specify @var{name} on that format.
17886The command fails if a duplicate name is found.
17887
17888The frame under which the expression should be evaluated can be
17889specified by @var{frame-addr}. A @samp{*} indicates that the current
17890frame should be used.
17891
17892@var{expression} is any expression valid on the current language set (must not
17893begin with a @samp{*}), or one of the following:
17894
17895@itemize @bullet
17896@item
17897@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
17898
17899@item
17900@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
17901
17902@item
17903@samp{$@var{regname}} --- a CPU register name
17904@end itemize
17905
17906@subsubheading Result
17907
17908This operation returns the name, number of children and the type of the
17909object created. Type is returned as a string as the ones generated by
17910the @value{GDBN} CLI:
17911
17912@smallexample
17913 name="@var{name}",numchild="N",type="@var{type}"
17914@end smallexample
17915
17916
17917@subheading The @code{-var-delete} Command
17918@findex -var-delete
17919
17920@subsubheading Synopsis
17921
17922@smallexample
17923 -var-delete @var{name}
17924@end smallexample
17925
17926Deletes a previously created variable object and all of its children.
17927
17928Returns an error if the object @var{name} is not found.
17929
17930
17931@subheading The @code{-var-set-format} Command
17932@findex -var-set-format
17933
17934@subsubheading Synopsis
17935
17936@smallexample
17937 -var-set-format @var{name} @var{format-spec}
17938@end smallexample
17939
17940Sets the output format for the value of the object @var{name} to be
17941@var{format-spec}.
17942
17943The syntax for the @var{format-spec} is as follows:
17944
17945@smallexample
17946 @var{format-spec} @expansion{}
17947 @{binary | decimal | hexadecimal | octal | natural@}
17948@end smallexample
17949
17950
17951@subheading The @code{-var-show-format} Command
17952@findex -var-show-format
17953
17954@subsubheading Synopsis
17955
17956@smallexample
17957 -var-show-format @var{name}
17958@end smallexample
17959
17960Returns the format used to display the value of the object @var{name}.
17961
17962@smallexample
17963 @var{format} @expansion{}
17964 @var{format-spec}
17965@end smallexample
17966
17967
17968@subheading The @code{-var-info-num-children} Command
17969@findex -var-info-num-children
17970
17971@subsubheading Synopsis
17972
17973@smallexample
17974 -var-info-num-children @var{name}
17975@end smallexample
17976
17977Returns the number of children of a variable object @var{name}:
17978
17979@smallexample
17980 numchild=@var{n}
17981@end smallexample
17982
17983
17984@subheading The @code{-var-list-children} Command
17985@findex -var-list-children
17986
17987@subsubheading Synopsis
17988
17989@smallexample
17990 -var-list-children @var{name}
17991@end smallexample
17992
17993Returns a list of the children of the specified variable object:
17994
17995@smallexample
17996 numchild=@var{n},children=[@{name=@var{name},
17997 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
17998@end smallexample
17999
18000
18001@subheading The @code{-var-info-type} Command
18002@findex -var-info-type
18003
18004@subsubheading Synopsis
18005
18006@smallexample
18007 -var-info-type @var{name}
18008@end smallexample
18009
18010Returns the type of the specified variable @var{name}. The type is
18011returned as a string in the same format as it is output by the
18012@value{GDBN} CLI:
18013
18014@smallexample
18015 type=@var{typename}
18016@end smallexample
18017
18018
18019@subheading The @code{-var-info-expression} Command
18020@findex -var-info-expression
18021
18022@subsubheading Synopsis
18023
18024@smallexample
18025 -var-info-expression @var{name}
18026@end smallexample
18027
18028Returns what is represented by the variable object @var{name}:
18029
18030@smallexample
18031 lang=@var{lang-spec},exp=@var{expression}
18032@end smallexample
18033
18034@noindent
18035where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18036
18037@subheading The @code{-var-show-attributes} Command
18038@findex -var-show-attributes
18039
18040@subsubheading Synopsis
18041
18042@smallexample
18043 -var-show-attributes @var{name}
18044@end smallexample
18045
18046List attributes of the specified variable object @var{name}:
18047
18048@smallexample
18049 status=@var{attr} [ ( ,@var{attr} )* ]
18050@end smallexample
18051
18052@noindent
18053where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18054
18055@subheading The @code{-var-evaluate-expression} Command
18056@findex -var-evaluate-expression
18057
18058@subsubheading Synopsis
18059
18060@smallexample
18061 -var-evaluate-expression @var{name}
18062@end smallexample
18063
18064Evaluates the expression that is represented by the specified variable
18065object and returns its value as a string in the current format specified
18066for the object:
18067
18068@smallexample
18069 value=@var{value}
18070@end smallexample
18071
18072Note that one must invoke @code{-var-list-children} for a variable
18073before the value of a child variable can be evaluated.
18074
18075@subheading The @code{-var-assign} Command
18076@findex -var-assign
18077
18078@subsubheading Synopsis
18079
18080@smallexample
18081 -var-assign @var{name} @var{expression}
18082@end smallexample
18083
18084Assigns the value of @var{expression} to the variable object specified
18085by @var{name}. The object must be @samp{editable}. If the variable's
18086value is altered by the assign, the variable will show up in any
18087subsequent @code{-var-update} list.
18088
18089@subsubheading Example
18090
18091@smallexample
18092(@value{GDBP})
18093-var-assign var1 3
18094^done,value="3"
18095(@value{GDBP})
18096-var-update *
18097^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18098(@value{GDBP})
18099@end smallexample
18100
18101@subheading The @code{-var-update} Command
18102@findex -var-update
18103
18104@subsubheading Synopsis
18105
18106@smallexample
18107 -var-update @{@var{name} | "*"@}
18108@end smallexample
18109
18110Update the value of the variable object @var{name} by evaluating its
18111expression after fetching all the new values from memory or registers.
18112A @samp{*} causes all existing variable objects to be updated.
18113
18114
18115@node Annotations
18116@chapter @value{GDBN} Annotations
18117
18118This chapter describes annotations in @value{GDBN}. Annotations are
18119designed to interface @value{GDBN} to graphical user interfaces or
18120other similar programs which want to interact with @value{GDBN} at a
18121relatively high level.
18122
18123@ignore
18124This is Edition @value{EDITION}, @value{DATE}.
18125@end ignore
18126
18127@menu
18128* Annotations Overview:: What annotations are; the general syntax.
18129* Server Prefix:: Issuing a command without affecting user state.
18130* Value Annotations:: Values are marked as such.
18131* Frame Annotations:: Stack frames are annotated.
18132* Displays:: @value{GDBN} can be told to display something periodically.
18133* Prompting:: Annotations marking @value{GDBN}'s need for input.
18134* Errors:: Annotations for error messages.
18135* Breakpoint Info:: Information on breakpoints.
18136* Invalidation:: Some annotations describe things now invalid.
18137* Annotations for Running::
18138 Whether the program is running, how it stopped, etc.
18139* Source Annotations:: Annotations describing source code.
18140* TODO:: Annotations which might be added in the future.
18141@end menu
18142
18143@node Annotations Overview
18144@section What is an Annotation?
18145@cindex annotations
18146
18147To produce annotations, start @value{GDBN} with the @code{--annotate=2} option.
18148
18149Annotations start with a newline character, two @samp{control-z}
18150characters, and the name of the annotation. If there is no additional
18151information associated with this annotation, the name of the annotation
18152is followed immediately by a newline. If there is additional
18153information, the name of the annotation is followed by a space, the
18154additional information, and a newline. The additional information
18155cannot contain newline characters.
18156
18157Any output not beginning with a newline and two @samp{control-z}
18158characters denotes literal output from @value{GDBN}. Currently there is
18159no need for @value{GDBN} to output a newline followed by two
18160@samp{control-z} characters, but if there was such a need, the
18161annotations could be extended with an @samp{escape} annotation which
18162means those three characters as output.
18163
18164A simple example of starting up @value{GDBN} with annotations is:
18165
18166@smallexample
18167$ gdb --annotate=2
18168GNU GDB 5.0
18169Copyright 2000 Free Software Foundation, Inc.
18170GDB is free software, covered by the GNU General Public License,
18171and you are welcome to change it and/or distribute copies of it
18172under certain conditions.
18173Type "show copying" to see the conditions.
18174There is absolutely no warranty for GDB. Type "show warranty"
18175for details.
18176This GDB was configured as "sparc-sun-sunos4.1.3"
18177
18178^Z^Zpre-prompt
18179(gdb)
18180^Z^Zprompt
18181quit
18182
18183^Z^Zpost-prompt
18184$
18185@end smallexample
18186
18187Here @samp{quit} is input to @value{GDBN}; the rest is output from
18188@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18189denotes a @samp{control-z} character) are annotations; the rest is
18190output from @value{GDBN}.
18191
18192@node Server Prefix
18193@section The Server Prefix
18194@cindex server prefix for annotations
18195
18196To issue a command to @value{GDBN} without affecting certain aspects of
18197the state which is seen by users, prefix it with @samp{server }. This
18198means that this command will not affect the command history, nor will it
18199affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18200pressed on a line by itself.
18201
18202The server prefix does not affect the recording of values into the value
18203history; to print a value without recording it into the value history,
18204use the @code{output} command instead of the @code{print} command.
18205
18206@node Value Annotations
18207@section Values
18208
18209@cindex annotations for values
18210When a value is printed in various contexts, @value{GDBN} uses
18211annotations to delimit the value from the surrounding text.
18212
18213@findex value-history-begin
18214@findex value-history-value
18215@findex value-history-end
18216If a value is printed using @code{print} and added to the value history,
18217the annotation looks like
18218
18219@smallexample
18220^Z^Zvalue-history-begin @var{history-number} @var{value-flags}
18221@var{history-string}
18222^Z^Zvalue-history-value
18223@var{the-value}
18224^Z^Zvalue-history-end
18225@end smallexample
18226
18227@noindent
18228where @var{history-number} is the number it is getting in the value
18229history, @var{history-string} is a string, such as @samp{$5 = }, which
18230introduces the value to the user, @var{the-value} is the output
18231corresponding to the value itself, and @var{value-flags} is @samp{*} for
18232a value which can be dereferenced and @samp{-} for a value which cannot.
18233
18234@findex value-begin
18235@findex value-end
18236If the value is not added to the value history (it is an invalid float
18237or it is printed with the @code{output} command), the annotation is similar:
18238
18239@smallexample
18240^Z^Zvalue-begin @var{value-flags}
18241@var{the-value}
18242^Z^Zvalue-end
18243@end smallexample
18244
18245@findex arg-begin
18246@findex arg-name-end
18247@findex arg-value
18248@findex arg-end
18249When @value{GDBN} prints an argument to a function (for example, in the output
18250from the @code{backtrace} command), it annotates it as follows:
18251
18252@smallexample
18253^Z^Zarg-begin
18254@var{argument-name}
18255^Z^Zarg-name-end
18256@var{separator-string}
18257^Z^Zarg-value @var{value-flags}
18258@var{the-value}
18259^Z^Zarg-end
18260@end smallexample
18261
18262@noindent
18263where @var{argument-name} is the name of the argument,
18264@var{separator-string} is text which separates the name from the value
18265for the user's benefit (such as @samp{=}), and @var{value-flags} and
18266@var{the-value} have the same meanings as in a
18267@code{value-history-begin} annotation.
18268
18269@findex field-begin
18270@findex field-name-end
18271@findex field-value
18272@findex field-end
18273When printing a structure, @value{GDBN} annotates it as follows:
18274
18275@smallexample
18276^Z^Zfield-begin @var{value-flags}
18277@var{field-name}
18278^Z^Zfield-name-end
18279@var{separator-string}
18280^Z^Zfield-value
18281@var{the-value}
18282^Z^Zfield-end
18283@end smallexample
18284
18285@noindent
18286where @var{field-name} is the name of the field, @var{separator-string}
18287is text which separates the name from the value for the user's benefit
18288(such as @samp{=}), and @var{value-flags} and @var{the-value} have the
18289same meanings as in a @code{value-history-begin} annotation.
18290
18291When printing an array, @value{GDBN} annotates it as follows:
18292
18293@smallexample
18294^Z^Zarray-section-begin @var{array-index} @var{value-flags}
18295@end smallexample
18296
18297@noindent
18298where @var{array-index} is the index of the first element being
18299annotated and @var{value-flags} has the same meaning as in a
18300@code{value-history-begin} annotation. This is followed by any number
18301of elements, where is element can be either a single element:
18302
18303@findex elt
18304@smallexample
18305@samp{,} @var{whitespace} ; @r{omitted for the first element}
18306@var{the-value}
18307^Z^Zelt
18308@end smallexample
18309
18310or a repeated element
18311
18312@findex elt-rep
18313@findex elt-rep-end
18314@smallexample
18315@samp{,} @var{whitespace} ; @r{omitted for the first element}
18316@var{the-value}
18317^Z^Zelt-rep @var{number-of-repetitions}
18318@var{repetition-string}
18319^Z^Zelt-rep-end
18320@end smallexample
18321
18322In both cases, @var{the-value} is the output for the value of the
18323element and @var{whitespace} can contain spaces, tabs, and newlines. In
18324the repeated case, @var{number-of-repetitions} is the number of
18325consecutive array elements which contain that value, and
18326@var{repetition-string} is a string which is designed to convey to the
18327user that repetition is being depicted.
18328
18329@findex array-section-end
18330Once all the array elements have been output, the array annotation is
18331ended with
18332
18333@smallexample
18334^Z^Zarray-section-end
18335@end smallexample
18336
18337@node Frame Annotations
18338@section Frames
18339
18340@cindex annotations for frames
18341Whenever @value{GDBN} prints a frame, it annotates it. For example, this applies
18342to frames printed when @value{GDBN} stops, output from commands such as
18343@code{backtrace} or @code{up}, etc.
18344
18345@findex frame-begin
18346The frame annotation begins with
18347
18348@smallexample
18349^Z^Zframe-begin @var{level} @var{address}
18350@var{level-string}
18351@end smallexample
18352
18353@noindent
18354where @var{level} is the number of the frame (0 is the innermost frame,
18355and other frames have positive numbers), @var{address} is the address of
18356the code executing in that frame, and @var{level-string} is a string
18357designed to convey the level to the user. @var{address} is in the form
18358@samp{0x} followed by one or more lowercase hex digits (note that this
18359does not depend on the language). The frame ends with
18360
18361@findex frame-end
18362@smallexample
18363^Z^Zframe-end
18364@end smallexample
18365
18366Between these annotations is the main body of the frame, which can
18367consist of
18368
18369@itemize @bullet
18370@item
18371@findex function-call
18372@smallexample
18373^Z^Zfunction-call
18374@var{function-call-string}
18375@end smallexample
18376
18377where @var{function-call-string} is text designed to convey to the user
18378that this frame is associated with a function call made by @value{GDBN} to a
18379function in the program being debugged.
18380
18381@item
18382@findex signal-handler-caller
18383@smallexample
18384^Z^Zsignal-handler-caller
18385@var{signal-handler-caller-string}
18386@end smallexample
18387
18388where @var{signal-handler-caller-string} is text designed to convey to
18389the user that this frame is associated with whatever mechanism is used
18390by this operating system to call a signal handler (it is the frame which
18391calls the signal handler, not the frame for the signal handler itself).
18392
18393@item
18394A normal frame.
18395
18396@findex frame-address
18397@findex frame-address-end
18398This can optionally (depending on whether this is thought of as
18399interesting information for the user to see) begin with
18400
18401@smallexample
18402^Z^Zframe-address
18403@var{address}
18404^Z^Zframe-address-end
18405@var{separator-string}
18406@end smallexample
18407
18408where @var{address} is the address executing in the frame (the same
18409address as in the @code{frame-begin} annotation, but printed in a form
18410which is intended for user consumption---in particular, the syntax varies
18411depending on the language), and @var{separator-string} is a string
18412intended to separate this address from what follows for the user's
18413benefit.
18414
18415@findex frame-function-name
18416@findex frame-args
18417Then comes
18418
18419@smallexample
18420^Z^Zframe-function-name
18421@var{function-name}
18422^Z^Zframe-args
18423@var{arguments}
18424@end smallexample
18425
18426where @var{function-name} is the name of the function executing in the
18427frame, or @samp{??} if not known, and @var{arguments} are the arguments
18428to the frame, with parentheses around them (each argument is annotated
18429individually as well, @pxref{Value Annotations}).
18430
18431@findex frame-source-begin
18432@findex frame-source-file
18433@findex frame-source-file-end
18434@findex frame-source-line
18435@findex frame-source-end
18436If source information is available, a reference to it is then printed:
18437
18438@smallexample
18439^Z^Zframe-source-begin
18440@var{source-intro-string}
18441^Z^Zframe-source-file
18442@var{filename}
18443^Z^Zframe-source-file-end
18444:
18445^Z^Zframe-source-line
18446@var{line-number}
18447^Z^Zframe-source-end
18448@end smallexample
18449
18450where @var{source-intro-string} separates for the user's benefit the
18451reference from the text which precedes it, @var{filename} is the name of
18452the source file, and @var{line-number} is the line number within that
18453file (the first line is line 1).
18454
18455@findex frame-where
18456If @value{GDBN} prints some information about where the frame is from (which
18457library, which load segment, etc.; currently only done on the RS/6000),
18458it is annotated with
18459
18460@smallexample
18461^Z^Zframe-where
18462@var{information}
18463@end smallexample
18464
18465Then, if source is to actually be displayed for this frame (for example,
18466this is not true for output from the @code{backtrace} command), then a
18467@code{source} annotation (@pxref{Source Annotations}) is displayed. Unlike
18468most annotations, this is output instead of the normal text which would be
18469output, not in addition.
18470@end itemize
18471
18472@node Displays
18473@section Displays
18474
18475@findex display-begin
18476@findex display-number-end
18477@findex display-format
18478@findex display-expression
18479@findex display-expression-end
18480@findex display-value
18481@findex display-end
18482@cindex annotations for display
18483When @value{GDBN} is told to display something using the @code{display} command,
18484the results of the display are annotated:
18485
18486@smallexample
18487^Z^Zdisplay-begin
18488@var{number}
18489^Z^Zdisplay-number-end
18490@var{number-separator}
18491^Z^Zdisplay-format
18492@var{format}
18493^Z^Zdisplay-expression
18494@var{expression}
18495^Z^Zdisplay-expression-end
18496@var{expression-separator}
18497^Z^Zdisplay-value
18498@var{value}
18499^Z^Zdisplay-end
18500@end smallexample
18501
18502@noindent
18503where @var{number} is the number of the display, @var{number-separator}
18504is intended to separate the number from what follows for the user,
18505@var{format} includes information such as the size, format, or other
18506information about how the value is being displayed, @var{expression} is
18507the expression being displayed, @var{expression-separator} is intended
18508to separate the expression from the text that follows for the user,
18509and @var{value} is the actual value being displayed.
18510
18511@node Prompting
18512@section Annotation for @value{GDBN} Input
18513
18514@cindex annotations for prompts
18515When @value{GDBN} prompts for input, it annotates this fact so it is possible
18516to know when to send output, when the output from a given command is
18517over, etc.
18518
18519Different kinds of input each have a different @dfn{input type}. Each
18520input type has three annotations: a @code{pre-} annotation, which
18521denotes the beginning of any prompt which is being output, a plain
18522annotation, which denotes the end of the prompt, and then a @code{post-}
18523annotation which denotes the end of any echo which may (or may not) be
18524associated with the input. For example, the @code{prompt} input type
18525features the following annotations:
18526
18527@smallexample
18528^Z^Zpre-prompt
18529^Z^Zprompt
18530^Z^Zpost-prompt
18531@end smallexample
18532
18533The input types are
18534
18535@table @code
18536@findex pre-prompt
18537@findex prompt
18538@findex post-prompt
18539@item prompt
18540When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18541
18542@findex pre-commands
18543@findex commands
18544@findex post-commands
18545@item commands
18546When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18547command. The annotations are repeated for each command which is input.
18548
18549@findex pre-overload-choice
18550@findex overload-choice
18551@findex post-overload-choice
18552@item overload-choice
18553When @value{GDBN} wants the user to select between various overloaded functions.
18554
18555@findex pre-query
18556@findex query
18557@findex post-query
18558@item query
18559When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18560
18561@findex pre-prompt-for-continue
18562@findex prompt-for-continue
18563@findex post-prompt-for-continue
18564@item prompt-for-continue
18565When @value{GDBN} is asking the user to press return to continue. Note: Don't
18566expect this to work well; instead use @code{set height 0} to disable
18567prompting. This is because the counting of lines is buggy in the
18568presence of annotations.
18569@end table
18570
18571@node Errors
18572@section Errors
18573@cindex annotations for errors, warnings and interrupts
18574
18575@findex quit
18576@smallexample
18577^Z^Zquit
18578@end smallexample
18579
18580This annotation occurs right before @value{GDBN} responds to an interrupt.
18581
18582@findex error
18583@smallexample
18584^Z^Zerror
18585@end smallexample
18586
18587This annotation occurs right before @value{GDBN} responds to an error.
18588
18589Quit and error annotations indicate that any annotations which @value{GDBN} was
18590in the middle of may end abruptly. For example, if a
18591@code{value-history-begin} annotation is followed by a @code{error}, one
18592cannot expect to receive the matching @code{value-history-end}. One
18593cannot expect not to receive it either, however; an error annotation
18594does not necessarily mean that @value{GDBN} is immediately returning all the way
18595to the top level.
18596
18597@findex error-begin
18598A quit or error annotation may be preceded by
18599
18600@smallexample
18601^Z^Zerror-begin
18602@end smallexample
18603
18604Any output between that and the quit or error annotation is the error
18605message.
18606
18607Warning messages are not yet annotated.
18608@c If we want to change that, need to fix warning(), type_error(),
18609@c range_error(), and possibly other places.
18610
18611@node Breakpoint Info
18612@section Information on Breakpoints
18613
18614@cindex annotations for breakpoints
18615The output from the @code{info breakpoints} command is annotated as follows:
18616
18617@findex breakpoints-headers
18618@findex breakpoints-table
18619@smallexample
18620^Z^Zbreakpoints-headers
18621@var{header-entry}
18622^Z^Zbreakpoints-table
18623@end smallexample
18624
18625@noindent
18626where @var{header-entry} has the same syntax as an entry (see below) but
18627instead of containing data, it contains strings which are intended to
18628convey the meaning of each field to the user. This is followed by any
18629number of entries. If a field does not apply for this entry, it is
18630omitted. Fields may contain trailing whitespace. Each entry consists
18631of:
18632
18633@findex record
18634@findex field
18635@smallexample
18636^Z^Zrecord
18637^Z^Zfield 0
18638@var{number}
18639^Z^Zfield 1
18640@var{type}
18641^Z^Zfield 2
18642@var{disposition}
18643^Z^Zfield 3
18644@var{enable}
18645^Z^Zfield 4
18646@var{address}
18647^Z^Zfield 5
18648@var{what}
18649^Z^Zfield 6
18650@var{frame}
18651^Z^Zfield 7
18652@var{condition}
18653^Z^Zfield 8
18654@var{ignore-count}
18655^Z^Zfield 9
18656@var{commands}
18657@end smallexample
18658
18659Note that @var{address} is intended for user consumption---the syntax
18660varies depending on the language.
18661
18662The output ends with
18663
18664@findex breakpoints-table-end
18665@smallexample
18666^Z^Zbreakpoints-table-end
18667@end smallexample
18668
18669@node Invalidation
18670@section Invalidation Notices
18671
18672@cindex annotations for invalidation messages
18673The following annotations say that certain pieces of state may have
18674changed.
18675
18676@table @code
18677@findex frames-invalid
18678@item ^Z^Zframes-invalid
18679
18680The frames (for example, output from the @code{backtrace} command) may
18681have changed.
18682
18683@findex breakpoints-invalid
18684@item ^Z^Zbreakpoints-invalid
18685
18686The breakpoints may have changed. For example, the user just added or
18687deleted a breakpoint.
18688@end table
18689
18690@node Annotations for Running
18691@section Running the Program
18692@cindex annotations for running programs
18693
18694@findex starting
18695@findex stopping
18696When the program starts executing due to a @value{GDBN} command such as
18697@code{step} or @code{continue},
18698
18699@smallexample
18700^Z^Zstarting
18701@end smallexample
18702
18703is output. When the program stops,
18704
18705@smallexample
18706^Z^Zstopped
18707@end smallexample
18708
18709is output. Before the @code{stopped} annotation, a variety of
18710annotations describe how the program stopped.
18711
18712@table @code
18713@findex exited
18714@item ^Z^Zexited @var{exit-status}
18715The program exited, and @var{exit-status} is the exit status (zero for
18716successful exit, otherwise nonzero).
18717
18718@findex signalled
18719@findex signal-name
18720@findex signal-name-end
18721@findex signal-string
18722@findex signal-string-end
18723@item ^Z^Zsignalled
18724The program exited with a signal. After the @code{^Z^Zsignalled}, the
18725annotation continues:
18726
18727@smallexample
18728@var{intro-text}
18729^Z^Zsignal-name
18730@var{name}
18731^Z^Zsignal-name-end
18732@var{middle-text}
18733^Z^Zsignal-string
18734@var{string}
18735^Z^Zsignal-string-end
18736@var{end-text}
18737@end smallexample
18738
18739@noindent
18740where @var{name} is the name of the signal, such as @code{SIGILL} or
18741@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18742as @code{Illegal Instruction} or @code{Segmentation fault}.
18743@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18744user's benefit and have no particular format.
18745
18746@findex signal
18747@item ^Z^Zsignal
18748The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18749just saying that the program received the signal, not that it was
18750terminated with it.
18751
18752@findex breakpoint
18753@item ^Z^Zbreakpoint @var{number}
18754The program hit breakpoint number @var{number}.
18755
18756@findex watchpoint
18757@item ^Z^Zwatchpoint @var{number}
18758The program hit watchpoint number @var{number}.
18759@end table
18760
18761@node Source Annotations
18762@section Displaying Source
18763@cindex annotations for source display
18764
18765@findex source
18766The following annotation is used instead of displaying source code:
18767
18768@smallexample
18769^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18770@end smallexample
18771
18772where @var{filename} is an absolute file name indicating which source
18773file, @var{line} is the line number within that file (where 1 is the
18774first line in the file), @var{character} is the character position
18775within the file (where 0 is the first character in the file) (for most
18776debug formats this will necessarily point to the beginning of a line),
18777@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18778line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18779@var{addr} is the address in the target program associated with the
18780source which is being displayed. @var{addr} is in the form @samp{0x}
18781followed by one or more lowercase hex digits (note that this does not
18782depend on the language).
18783
18784@node TODO
18785@section Annotations We Might Want in the Future
18786
18787@format
18788 - target-invalid
18789 the target might have changed (registers, heap contents, or
18790 execution status). For performance, we might eventually want
18791 to hit `registers-invalid' and `all-registers-invalid' with
18792 greater precision
18793
18794 - systematic annotation for set/show parameters (including
18795 invalidation notices).
18796
18797 - similarly, `info' returns a list of candidates for invalidation
18798 notices.
18799@end format
c906108c 18800
8e04817f
AC
18801@node GDB Bugs
18802@chapter Reporting Bugs in @value{GDBN}
18803@cindex bugs in @value{GDBN}
18804@cindex reporting bugs in @value{GDBN}
c906108c 18805
8e04817f 18806Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18807
8e04817f
AC
18808Reporting a bug may help you by bringing a solution to your problem, or it
18809may not. But in any case the principal function of a bug report is to help
18810the entire community by making the next version of @value{GDBN} work better. Bug
18811reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18812
8e04817f
AC
18813In order for a bug report to serve its purpose, you must include the
18814information that enables us to fix the bug.
c4555f82
SC
18815
18816@menu
8e04817f
AC
18817* Bug Criteria:: Have you found a bug?
18818* Bug Reporting:: How to report bugs
c4555f82
SC
18819@end menu
18820
8e04817f
AC
18821@node Bug Criteria
18822@section Have you found a bug?
18823@cindex bug criteria
c4555f82 18824
8e04817f 18825If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18826
18827@itemize @bullet
8e04817f
AC
18828@cindex fatal signal
18829@cindex debugger crash
18830@cindex crash of debugger
c4555f82 18831@item
8e04817f
AC
18832If the debugger gets a fatal signal, for any input whatever, that is a
18833@value{GDBN} bug. Reliable debuggers never crash.
18834
18835@cindex error on valid input
18836@item
18837If @value{GDBN} produces an error message for valid input, that is a
18838bug. (Note that if you're cross debugging, the problem may also be
18839somewhere in the connection to the target.)
c4555f82 18840
8e04817f 18841@cindex invalid input
c4555f82 18842@item
8e04817f
AC
18843If @value{GDBN} does not produce an error message for invalid input,
18844that is a bug. However, you should note that your idea of
18845``invalid input'' might be our idea of ``an extension'' or ``support
18846for traditional practice''.
18847
18848@item
18849If you are an experienced user of debugging tools, your suggestions
18850for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18851@end itemize
18852
8e04817f
AC
18853@node Bug Reporting
18854@section How to report bugs
18855@cindex bug reports
18856@cindex @value{GDBN} bugs, reporting
18857
18858A number of companies and individuals offer support for @sc{gnu} products.
18859If you obtained @value{GDBN} from a support organization, we recommend you
18860contact that organization first.
18861
18862You can find contact information for many support companies and
18863individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18864distribution.
18865@c should add a web page ref...
18866
129188f6
AC
18867In any event, we also recommend that you submit bug reports for
18868@value{GDBN}. The prefered method is to submit them directly using
18869@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18870page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18871be used.
8e04817f
AC
18872
18873@strong{Do not send bug reports to @samp{info-gdb}, or to
18874@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18875not want to receive bug reports. Those that do have arranged to receive
18876@samp{bug-gdb}.
18877
18878The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18879serves as a repeater. The mailing list and the newsgroup carry exactly
18880the same messages. Often people think of posting bug reports to the
18881newsgroup instead of mailing them. This appears to work, but it has one
18882problem which can be crucial: a newsgroup posting often lacks a mail
18883path back to the sender. Thus, if we need to ask for more information,
18884we may be unable to reach you. For this reason, it is better to send
18885bug reports to the mailing list.
c4555f82 18886
8e04817f
AC
18887The fundamental principle of reporting bugs usefully is this:
18888@strong{report all the facts}. If you are not sure whether to state a
18889fact or leave it out, state it!
c4555f82 18890
8e04817f
AC
18891Often people omit facts because they think they know what causes the
18892problem and assume that some details do not matter. Thus, you might
18893assume that the name of the variable you use in an example does not matter.
18894Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18895stray memory reference which happens to fetch from the location where that
18896name is stored in memory; perhaps, if the name were different, the contents
18897of that location would fool the debugger into doing the right thing despite
18898the bug. Play it safe and give a specific, complete example. That is the
18899easiest thing for you to do, and the most helpful.
c4555f82 18900
8e04817f
AC
18901Keep in mind that the purpose of a bug report is to enable us to fix the
18902bug. It may be that the bug has been reported previously, but neither
18903you nor we can know that unless your bug report is complete and
18904self-contained.
c4555f82 18905
8e04817f
AC
18906Sometimes people give a few sketchy facts and ask, ``Does this ring a
18907bell?'' Those bug reports are useless, and we urge everyone to
18908@emph{refuse to respond to them} except to chide the sender to report
18909bugs properly.
18910
18911To enable us to fix the bug, you should include all these things:
c4555f82
SC
18912
18913@itemize @bullet
18914@item
8e04817f
AC
18915The version of @value{GDBN}. @value{GDBN} announces it if you start
18916with no arguments; you can also print it at any time using @code{show
18917version}.
c4555f82 18918
8e04817f
AC
18919Without this, we will not know whether there is any point in looking for
18920the bug in the current version of @value{GDBN}.
c4555f82
SC
18921
18922@item
8e04817f
AC
18923The type of machine you are using, and the operating system name and
18924version number.
c4555f82
SC
18925
18926@item
8e04817f
AC
18927What compiler (and its version) was used to compile @value{GDBN}---e.g.
18928``@value{GCC}--2.8.1''.
c4555f82
SC
18929
18930@item
8e04817f
AC
18931What compiler (and its version) was used to compile the program you are
18932debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18933C Compiler''. For GCC, you can say @code{gcc --version} to get this
18934information; for other compilers, see the documentation for those
18935compilers.
c4555f82 18936
8e04817f
AC
18937@item
18938The command arguments you gave the compiler to compile your example and
18939observe the bug. For example, did you use @samp{-O}? To guarantee
18940you will not omit something important, list them all. A copy of the
18941Makefile (or the output from make) is sufficient.
c4555f82 18942
8e04817f
AC
18943If we were to try to guess the arguments, we would probably guess wrong
18944and then we might not encounter the bug.
c4555f82 18945
8e04817f
AC
18946@item
18947A complete input script, and all necessary source files, that will
18948reproduce the bug.
c4555f82 18949
8e04817f
AC
18950@item
18951A description of what behavior you observe that you believe is
18952incorrect. For example, ``It gets a fatal signal.''
c4555f82 18953
8e04817f
AC
18954Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18955will certainly notice it. But if the bug is incorrect output, we might
18956not notice unless it is glaringly wrong. You might as well not give us
18957a chance to make a mistake.
c4555f82 18958
8e04817f
AC
18959Even if the problem you experience is a fatal signal, you should still
18960say so explicitly. Suppose something strange is going on, such as, your
18961copy of @value{GDBN} is out of synch, or you have encountered a bug in
18962the C library on your system. (This has happened!) Your copy might
18963crash and ours would not. If you told us to expect a crash, then when
18964ours fails to crash, we would know that the bug was not happening for
18965us. If you had not told us to expect a crash, then we would not be able
18966to draw any conclusion from our observations.
c4555f82 18967
8e04817f
AC
18968@item
18969If you wish to suggest changes to the @value{GDBN} source, send us context
18970diffs. If you even discuss something in the @value{GDBN} source, refer to
18971it by context, not by line number.
c4555f82 18972
8e04817f
AC
18973The line numbers in our development sources will not match those in your
18974sources. Your line numbers would convey no useful information to us.
c4555f82 18975
8e04817f 18976@end itemize
c4555f82 18977
8e04817f 18978Here are some things that are not necessary:
c4555f82 18979
8e04817f
AC
18980@itemize @bullet
18981@item
18982A description of the envelope of the bug.
c4555f82 18983
8e04817f
AC
18984Often people who encounter a bug spend a lot of time investigating
18985which changes to the input file will make the bug go away and which
18986changes will not affect it.
c4555f82 18987
8e04817f
AC
18988This is often time consuming and not very useful, because the way we
18989will find the bug is by running a single example under the debugger
18990with breakpoints, not by pure deduction from a series of examples.
18991We recommend that you save your time for something else.
c4555f82 18992
8e04817f
AC
18993Of course, if you can find a simpler example to report @emph{instead}
18994of the original one, that is a convenience for us. Errors in the
18995output will be easier to spot, running under the debugger will take
18996less time, and so on.
c4555f82 18997
8e04817f
AC
18998However, simplification is not vital; if you do not want to do this,
18999report the bug anyway and send us the entire test case you used.
c4555f82 19000
8e04817f
AC
19001@item
19002A patch for the bug.
c4555f82 19003
8e04817f
AC
19004A patch for the bug does help us if it is a good one. But do not omit
19005the necessary information, such as the test case, on the assumption that
19006a patch is all we need. We might see problems with your patch and decide
19007to fix the problem another way, or we might not understand it at all.
c4555f82 19008
8e04817f
AC
19009Sometimes with a program as complicated as @value{GDBN} it is very hard to
19010construct an example that will make the program follow a certain path
19011through the code. If you do not send us the example, we will not be able
19012to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 19013
8e04817f
AC
19014And if we cannot understand what bug you are trying to fix, or why your
19015patch should be an improvement, we will not install it. A test case will
19016help us to understand.
c4555f82 19017
8e04817f
AC
19018@item
19019A guess about what the bug is or what it depends on.
c4555f82 19020
8e04817f
AC
19021Such guesses are usually wrong. Even we cannot guess right about such
19022things without first using the debugger to find the facts.
19023@end itemize
c4555f82 19024
8e04817f
AC
19025@c The readline documentation is distributed with the readline code
19026@c and consists of the two following files:
19027@c rluser.texinfo
19028@c inc-hist.texinfo
19029@c Use -I with makeinfo to point to the appropriate directory,
19030@c environment var TEXINPUTS with TeX.
19031@include rluser.texinfo
19032@include inc-hist.texinfo
c4555f82 19033
c4555f82 19034
8e04817f
AC
19035@node Formatting Documentation
19036@appendix Formatting Documentation
c4555f82 19037
8e04817f
AC
19038@cindex @value{GDBN} reference card
19039@cindex reference card
19040The @value{GDBN} 4 release includes an already-formatted reference card, ready
19041for printing with PostScript or Ghostscript, in the @file{gdb}
19042subdirectory of the main source directory@footnote{In
19043@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
19044release.}. If you can use PostScript or Ghostscript with your printer,
19045you can print the reference card immediately with @file{refcard.ps}.
c4555f82 19046
8e04817f
AC
19047The release also includes the source for the reference card. You
19048can format it, using @TeX{}, by typing:
c4555f82 19049
474c8240 19050@smallexample
8e04817f 19051make refcard.dvi
474c8240 19052@end smallexample
c4555f82 19053
8e04817f
AC
19054The @value{GDBN} reference card is designed to print in @dfn{landscape}
19055mode on US ``letter'' size paper;
19056that is, on a sheet 11 inches wide by 8.5 inches
19057high. You will need to specify this form of printing as an option to
19058your @sc{dvi} output program.
c4555f82 19059
8e04817f 19060@cindex documentation
c4555f82 19061
8e04817f
AC
19062All the documentation for @value{GDBN} comes as part of the machine-readable
19063distribution. The documentation is written in Texinfo format, which is
19064a documentation system that uses a single source file to produce both
19065on-line information and a printed manual. You can use one of the Info
19066formatting commands to create the on-line version of the documentation
19067and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 19068
8e04817f
AC
19069@value{GDBN} includes an already formatted copy of the on-line Info
19070version of this manual in the @file{gdb} subdirectory. The main Info
19071file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19072subordinate files matching @samp{gdb.info*} in the same directory. If
19073necessary, you can print out these files, or read them with any editor;
19074but they are easier to read using the @code{info} subsystem in @sc{gnu}
19075Emacs or the standalone @code{info} program, available as part of the
19076@sc{gnu} Texinfo distribution.
c4555f82 19077
8e04817f
AC
19078If you want to format these Info files yourself, you need one of the
19079Info formatting programs, such as @code{texinfo-format-buffer} or
19080@code{makeinfo}.
c4555f82 19081
8e04817f
AC
19082If you have @code{makeinfo} installed, and are in the top level
19083@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19084version @value{GDBVN}), you can make the Info file by typing:
c4555f82 19085
474c8240 19086@smallexample
8e04817f
AC
19087cd gdb
19088make gdb.info
474c8240 19089@end smallexample
c4555f82 19090
8e04817f
AC
19091If you want to typeset and print copies of this manual, you need @TeX{},
19092a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19093Texinfo definitions file.
c4555f82 19094
8e04817f
AC
19095@TeX{} is a typesetting program; it does not print files directly, but
19096produces output files called @sc{dvi} files. To print a typeset
19097document, you need a program to print @sc{dvi} files. If your system
19098has @TeX{} installed, chances are it has such a program. The precise
19099command to use depends on your system; @kbd{lpr -d} is common; another
19100(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19101require a file name without any extension or a @samp{.dvi} extension.
c4555f82 19102
8e04817f
AC
19103@TeX{} also requires a macro definitions file called
19104@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19105written in Texinfo format. On its own, @TeX{} cannot either read or
19106typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19107and is located in the @file{gdb-@var{version-number}/texinfo}
19108directory.
c4555f82 19109
8e04817f
AC
19110If you have @TeX{} and a @sc{dvi} printer program installed, you can
19111typeset and print this manual. First switch to the the @file{gdb}
19112subdirectory of the main source directory (for example, to
19113@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 19114
474c8240 19115@smallexample
8e04817f 19116make gdb.dvi
474c8240 19117@end smallexample
c4555f82 19118
8e04817f 19119Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19120
8e04817f
AC
19121@node Installing GDB
19122@appendix Installing @value{GDBN}
19123@cindex configuring @value{GDBN}
19124@cindex installation
94e91d6d 19125@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19126
8e04817f
AC
19127@value{GDBN} comes with a @code{configure} script that automates the process
19128of preparing @value{GDBN} for installation; you can then use @code{make} to
19129build the @code{gdb} program.
19130@iftex
19131@c irrelevant in info file; it's as current as the code it lives with.
19132@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19133look at the @file{README} file in the sources; we may have improved the
19134installation procedures since publishing this manual.}
19135@end iftex
c4555f82 19136
8e04817f
AC
19137The @value{GDBN} distribution includes all the source code you need for
19138@value{GDBN} in a single directory, whose name is usually composed by
19139appending the version number to @samp{gdb}.
c4555f82 19140
8e04817f
AC
19141For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19142@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19143
8e04817f
AC
19144@table @code
19145@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19146script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19147
8e04817f
AC
19148@item gdb-@value{GDBVN}/gdb
19149the source specific to @value{GDBN} itself
c4555f82 19150
8e04817f
AC
19151@item gdb-@value{GDBVN}/bfd
19152source for the Binary File Descriptor library
c906108c 19153
8e04817f
AC
19154@item gdb-@value{GDBVN}/include
19155@sc{gnu} include files
c906108c 19156
8e04817f
AC
19157@item gdb-@value{GDBVN}/libiberty
19158source for the @samp{-liberty} free software library
c906108c 19159
8e04817f
AC
19160@item gdb-@value{GDBVN}/opcodes
19161source for the library of opcode tables and disassemblers
c906108c 19162
8e04817f
AC
19163@item gdb-@value{GDBVN}/readline
19164source for the @sc{gnu} command-line interface
c906108c 19165
8e04817f
AC
19166@item gdb-@value{GDBVN}/glob
19167source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19168
8e04817f
AC
19169@item gdb-@value{GDBVN}/mmalloc
19170source for the @sc{gnu} memory-mapped malloc package
19171@end table
c906108c 19172
8e04817f
AC
19173The simplest way to configure and build @value{GDBN} is to run @code{configure}
19174from the @file{gdb-@var{version-number}} source directory, which in
19175this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19176
8e04817f
AC
19177First switch to the @file{gdb-@var{version-number}} source directory
19178if you are not already in it; then run @code{configure}. Pass the
19179identifier for the platform on which @value{GDBN} will run as an
19180argument.
c906108c 19181
8e04817f 19182For example:
c906108c 19183
474c8240 19184@smallexample
8e04817f
AC
19185cd gdb-@value{GDBVN}
19186./configure @var{host}
19187make
474c8240 19188@end smallexample
c906108c 19189
8e04817f
AC
19190@noindent
19191where @var{host} is an identifier such as @samp{sun4} or
19192@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19193(You can often leave off @var{host}; @code{configure} tries to guess the
19194correct value by examining your system.)
c906108c 19195
8e04817f
AC
19196Running @samp{configure @var{host}} and then running @code{make} builds the
19197@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19198libraries, then @code{gdb} itself. The configured source files, and the
19199binaries, are left in the corresponding source directories.
c906108c 19200
8e04817f
AC
19201@need 750
19202@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19203system does not recognize this automatically when you run a different
19204shell, you may need to run @code{sh} on it explicitly:
c906108c 19205
474c8240 19206@smallexample
8e04817f 19207sh configure @var{host}
474c8240 19208@end smallexample
c906108c 19209
8e04817f
AC
19210If you run @code{configure} from a directory that contains source
19211directories for multiple libraries or programs, such as the
19212@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19213creates configuration files for every directory level underneath (unless
19214you tell it not to, with the @samp{--norecursion} option).
19215
94e91d6d
MC
19216You should run the @code{configure} script from the top directory in the
19217source tree, the @file{gdb-@var{version-number}} directory. If you run
19218@code{configure} from one of the subdirectories, you will configure only
19219that subdirectory. That is usually not what you want. In particular,
19220if you run the first @code{configure} from the @file{gdb} subdirectory
19221of the @file{gdb-@var{version-number}} directory, you will omit the
19222configuration of @file{bfd}, @file{readline}, and other sibling
19223directories of the @file{gdb} subdirectory. This leads to build errors
19224about missing include files such as @file{bfd/bfd.h}.
c906108c 19225
8e04817f
AC
19226You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19227However, you should make sure that the shell on your path (named by
19228the @samp{SHELL} environment variable) is publicly readable. Remember
19229that @value{GDBN} uses the shell to start your program---some systems refuse to
19230let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19231
8e04817f
AC
19232@menu
19233* Separate Objdir:: Compiling @value{GDBN} in another directory
19234* Config Names:: Specifying names for hosts and targets
19235* Configure Options:: Summary of options for configure
19236@end menu
c906108c 19237
8e04817f
AC
19238@node Separate Objdir
19239@section Compiling @value{GDBN} in another directory
c906108c 19240
8e04817f
AC
19241If you want to run @value{GDBN} versions for several host or target machines,
19242you need a different @code{gdb} compiled for each combination of
19243host and target. @code{configure} is designed to make this easy by
19244allowing you to generate each configuration in a separate subdirectory,
19245rather than in the source directory. If your @code{make} program
19246handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19247@code{make} in each of these directories builds the @code{gdb}
19248program specified there.
c906108c 19249
8e04817f
AC
19250To build @code{gdb} in a separate directory, run @code{configure}
19251with the @samp{--srcdir} option to specify where to find the source.
19252(You also need to specify a path to find @code{configure}
19253itself from your working directory. If the path to @code{configure}
19254would be the same as the argument to @samp{--srcdir}, you can leave out
19255the @samp{--srcdir} option; it is assumed.)
c906108c 19256
8e04817f
AC
19257For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19258separate directory for a Sun 4 like this:
c906108c 19259
474c8240 19260@smallexample
8e04817f
AC
19261@group
19262cd gdb-@value{GDBVN}
19263mkdir ../gdb-sun4
19264cd ../gdb-sun4
19265../gdb-@value{GDBVN}/configure sun4
19266make
19267@end group
474c8240 19268@end smallexample
c906108c 19269
8e04817f
AC
19270When @code{configure} builds a configuration using a remote source
19271directory, it creates a tree for the binaries with the same structure
19272(and using the same names) as the tree under the source directory. In
19273the example, you'd find the Sun 4 library @file{libiberty.a} in the
19274directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19275@file{gdb-sun4/gdb}.
c906108c 19276
94e91d6d
MC
19277Make sure that your path to the @file{configure} script has just one
19278instance of @file{gdb} in it. If your path to @file{configure} looks
19279like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19280one subdirectory of @value{GDBN}, not the whole package. This leads to
19281build errors about missing include files such as @file{bfd/bfd.h}.
19282
8e04817f
AC
19283One popular reason to build several @value{GDBN} configurations in separate
19284directories is to configure @value{GDBN} for cross-compiling (where
19285@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19286programs that run on another machine---the @dfn{target}).
19287You specify a cross-debugging target by
19288giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19289
8e04817f
AC
19290When you run @code{make} to build a program or library, you must run
19291it in a configured directory---whatever directory you were in when you
19292called @code{configure} (or one of its subdirectories).
c906108c 19293
8e04817f
AC
19294The @code{Makefile} that @code{configure} generates in each source
19295directory also runs recursively. If you type @code{make} in a source
19296directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19297directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19298will build all the required libraries, and then build GDB.
c906108c 19299
8e04817f
AC
19300When you have multiple hosts or targets configured in separate
19301directories, you can run @code{make} on them in parallel (for example,
19302if they are NFS-mounted on each of the hosts); they will not interfere
19303with each other.
c906108c 19304
8e04817f
AC
19305@node Config Names
19306@section Specifying names for hosts and targets
c906108c 19307
8e04817f
AC
19308The specifications used for hosts and targets in the @code{configure}
19309script are based on a three-part naming scheme, but some short predefined
19310aliases are also supported. The full naming scheme encodes three pieces
19311of information in the following pattern:
c906108c 19312
474c8240 19313@smallexample
8e04817f 19314@var{architecture}-@var{vendor}-@var{os}
474c8240 19315@end smallexample
c906108c 19316
8e04817f
AC
19317For example, you can use the alias @code{sun4} as a @var{host} argument,
19318or as the value for @var{target} in a @code{--target=@var{target}}
19319option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19320
8e04817f
AC
19321The @code{configure} script accompanying @value{GDBN} does not provide
19322any query facility to list all supported host and target names or
19323aliases. @code{configure} calls the Bourne shell script
19324@code{config.sub} to map abbreviations to full names; you can read the
19325script, if you wish, or you can use it to test your guesses on
19326abbreviations---for example:
c906108c 19327
8e04817f
AC
19328@smallexample
19329% sh config.sub i386-linux
19330i386-pc-linux-gnu
19331% sh config.sub alpha-linux
19332alpha-unknown-linux-gnu
19333% sh config.sub hp9k700
19334hppa1.1-hp-hpux
19335% sh config.sub sun4
19336sparc-sun-sunos4.1.1
19337% sh config.sub sun3
19338m68k-sun-sunos4.1.1
19339% sh config.sub i986v
19340Invalid configuration `i986v': machine `i986v' not recognized
19341@end smallexample
c906108c 19342
8e04817f
AC
19343@noindent
19344@code{config.sub} is also distributed in the @value{GDBN} source
19345directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19346
8e04817f
AC
19347@node Configure Options
19348@section @code{configure} options
c906108c 19349
8e04817f
AC
19350Here is a summary of the @code{configure} options and arguments that
19351are most often useful for building @value{GDBN}. @code{configure} also has
19352several other options not listed here. @inforef{What Configure
19353Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19354
474c8240 19355@smallexample
8e04817f
AC
19356configure @r{[}--help@r{]}
19357 @r{[}--prefix=@var{dir}@r{]}
19358 @r{[}--exec-prefix=@var{dir}@r{]}
19359 @r{[}--srcdir=@var{dirname}@r{]}
19360 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19361 @r{[}--target=@var{target}@r{]}
19362 @var{host}
474c8240 19363@end smallexample
c906108c 19364
8e04817f
AC
19365@noindent
19366You may introduce options with a single @samp{-} rather than
19367@samp{--} if you prefer; but you may abbreviate option names if you use
19368@samp{--}.
c906108c 19369
8e04817f
AC
19370@table @code
19371@item --help
19372Display a quick summary of how to invoke @code{configure}.
c906108c 19373
8e04817f
AC
19374@item --prefix=@var{dir}
19375Configure the source to install programs and files under directory
19376@file{@var{dir}}.
c906108c 19377
8e04817f
AC
19378@item --exec-prefix=@var{dir}
19379Configure the source to install programs under directory
19380@file{@var{dir}}.
c906108c 19381
8e04817f
AC
19382@c avoid splitting the warning from the explanation:
19383@need 2000
19384@item --srcdir=@var{dirname}
19385@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19386@code{make} that implements the @code{VPATH} feature.}@*
19387Use this option to make configurations in directories separate from the
19388@value{GDBN} source directories. Among other things, you can use this to
19389build (or maintain) several configurations simultaneously, in separate
19390directories. @code{configure} writes configuration specific files in
19391the current directory, but arranges for them to use the source in the
19392directory @var{dirname}. @code{configure} creates directories under
19393the working directory in parallel to the source directories below
19394@var{dirname}.
c906108c 19395
8e04817f
AC
19396@item --norecursion
19397Configure only the directory level where @code{configure} is executed; do not
19398propagate configuration to subdirectories.
c906108c 19399
8e04817f
AC
19400@item --target=@var{target}
19401Configure @value{GDBN} for cross-debugging programs running on the specified
19402@var{target}. Without this option, @value{GDBN} is configured to debug
19403programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19404
8e04817f 19405There is no convenient way to generate a list of all available targets.
c906108c 19406
8e04817f
AC
19407@item @var{host} @dots{}
19408Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19409
8e04817f
AC
19410There is no convenient way to generate a list of all available hosts.
19411@end table
c906108c 19412
8e04817f
AC
19413There are many other options available as well, but they are generally
19414needed for special purposes only.
c906108c 19415
8e04817f
AC
19416@node Maintenance Commands
19417@appendix Maintenance Commands
19418@cindex maintenance commands
19419@cindex internal commands
c906108c 19420
8e04817f
AC
19421In addition to commands intended for @value{GDBN} users, @value{GDBN}
19422includes a number of commands intended for @value{GDBN} developers.
19423These commands are provided here for reference.
c906108c 19424
8e04817f
AC
19425@table @code
19426@kindex maint info breakpoints
19427@item @anchor{maint info breakpoints}maint info breakpoints
19428Using the same format as @samp{info breakpoints}, display both the
19429breakpoints you've set explicitly, and those @value{GDBN} is using for
19430internal purposes. Internal breakpoints are shown with negative
19431breakpoint numbers. The type column identifies what kind of breakpoint
19432is shown:
c906108c 19433
8e04817f
AC
19434@table @code
19435@item breakpoint
19436Normal, explicitly set breakpoint.
c906108c 19437
8e04817f
AC
19438@item watchpoint
19439Normal, explicitly set watchpoint.
c906108c 19440
8e04817f
AC
19441@item longjmp
19442Internal breakpoint, used to handle correctly stepping through
19443@code{longjmp} calls.
c906108c 19444
8e04817f
AC
19445@item longjmp resume
19446Internal breakpoint at the target of a @code{longjmp}.
c906108c 19447
8e04817f
AC
19448@item until
19449Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19450
8e04817f
AC
19451@item finish
19452Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19453
8e04817f
AC
19454@item shlib events
19455Shared library events.
c906108c 19456
8e04817f 19457@end table
c906108c 19458
8d30a00d
AC
19459@kindex maint internal-error
19460@kindex maint internal-warning
19461@item maint internal-error
19462@itemx maint internal-warning
19463Cause @value{GDBN} to call the internal function @code{internal_error}
19464or @code{internal_warning} and hence behave as though an internal error
19465or internal warning has been detected. In addition to reporting the
19466internal problem, these functions give the user the opportunity to
19467either quit @value{GDBN} or create a core file of the current
19468@value{GDBN} session.
19469
19470@smallexample
19471(gdb) @kbd{maint internal-error testing, 1, 2}
19472@dots{}/maint.c:121: internal-error: testing, 1, 2
19473A problem internal to GDB has been detected. Further
19474debugging may prove unreliable.
19475Quit this debugging session? (y or n) @kbd{n}
19476Create a core file? (y or n) @kbd{n}
19477(gdb)
19478@end smallexample
19479
19480Takes an optional parameter that is used as the text of the error or
19481warning message.
19482
00905d52
AC
19483@kindex maint print dummy-frames
19484@item maint print dummy-frames
19485
19486Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19487
19488@smallexample
19489(gdb) @kbd{b add}
19490@dots{}
19491(gdb) @kbd{print add(2,3)}
19492Breakpoint 2, add (a=2, b=3) at @dots{}
1949358 return (a + b);
19494The program being debugged stopped while in a function called from GDB.
19495@dots{}
19496(gdb) @kbd{maint print dummy-frames}
194970x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19498 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19499 call_lo=0x01014000 call_hi=0x01014001
19500(gdb)
19501@end smallexample
19502
19503Takes an optional file parameter.
19504
0680b120
AC
19505@kindex maint print registers
19506@kindex maint print raw-registers
19507@kindex maint print cooked-registers
617073a9 19508@kindex maint print register-groups
0680b120
AC
19509@item maint print registers
19510@itemx maint print raw-registers
19511@itemx maint print cooked-registers
617073a9 19512@itemx maint print register-groups
0680b120
AC
19513Print @value{GDBN}'s internal register data structures.
19514
617073a9
AC
19515The command @code{maint print raw-registers} includes the contents of
19516the raw register cache; the command @code{maint print cooked-registers}
19517includes the (cooked) value of all registers; and the command
19518@code{maint print register-groups} includes the groups that each
19519register is a member of. @xref{Registers,, Registers, gdbint,
19520@value{GDBN} Internals}.
0680b120
AC
19521
19522Takes an optional file parameter.
19523
617073a9
AC
19524@kindex maint print reggroups
19525@item maint print reggroups
19526Print @value{GDBN}'s internal register group data structures.
19527
19528Takes an optional file parameter.
19529
19530@smallexample
19531(gdb) @kbd{maint print reggroups}
19532 Group Type
19533 general user
19534 float user
19535 all user
19536 vector user
19537 system user
19538 save internal
19539 restore internal
19540@end smallexample
19541
e7ba9c65
DJ
19542@kindex maint set profile
19543@kindex maint show profile
19544@cindex profiling GDB
19545@item maint set profile
19546@itemx maint show profile
19547Control profiling of @value{GDBN}.
19548
19549Profiling will be disabled until you use the @samp{maint set profile}
19550command to enable it. When you enable profiling, the system will begin
19551collecting timing and execution count data; when you disable profiling or
19552exit @value{GDBN}, the results will be written to a log file. Remember that
19553if you use profiling, @value{GDBN} will overwrite the profiling log file
19554(often called @file{gmon.out}). If you have a record of important profiling
19555data in a @file{gmon.out} file, be sure to move it to a safe location.
19556
19557Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19558compiled with the @samp{-pg} compiler option.
19559
8e04817f 19560@end table
c906108c 19561
c906108c 19562
e0ce93ac 19563@node Remote Protocol
8e04817f 19564@appendix @value{GDBN} Remote Serial Protocol
c906108c 19565
ee2d5c50
AC
19566@menu
19567* Overview::
19568* Packets::
19569* Stop Reply Packets::
19570* General Query Packets::
19571* Register Packet Format::
19572* Examples::
0ce1b118 19573* File-I/O remote protocol extension::
ee2d5c50
AC
19574@end menu
19575
19576@node Overview
19577@section Overview
19578
8e04817f
AC
19579There may be occasions when you need to know something about the
19580protocol---for example, if there is only one serial port to your target
19581machine, you might want your program to do something special if it
19582recognizes a packet meant for @value{GDBN}.
c906108c 19583
d2c6833e 19584In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19585transmitted and received data respectfully.
c906108c 19586
8e04817f
AC
19587@cindex protocol, @value{GDBN} remote serial
19588@cindex serial protocol, @value{GDBN} remote
19589@cindex remote serial protocol
19590All @value{GDBN} commands and responses (other than acknowledgments) are
19591sent as a @var{packet}. A @var{packet} is introduced with the character
19592@samp{$}, the actual @var{packet-data}, and the terminating character
19593@samp{#} followed by a two-digit @var{checksum}:
c906108c 19594
474c8240 19595@smallexample
8e04817f 19596@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19597@end smallexample
8e04817f 19598@noindent
c906108c 19599
8e04817f
AC
19600@cindex checksum, for @value{GDBN} remote
19601@noindent
19602The two-digit @var{checksum} is computed as the modulo 256 sum of all
19603characters between the leading @samp{$} and the trailing @samp{#} (an
19604eight bit unsigned checksum).
c906108c 19605
8e04817f
AC
19606Implementors should note that prior to @value{GDBN} 5.0 the protocol
19607specification also included an optional two-digit @var{sequence-id}:
c906108c 19608
474c8240 19609@smallexample
8e04817f 19610@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19611@end smallexample
c906108c 19612
8e04817f
AC
19613@cindex sequence-id, for @value{GDBN} remote
19614@noindent
19615That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19616has never output @var{sequence-id}s. Stubs that handle packets added
19617since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19618
8e04817f
AC
19619@cindex acknowledgment, for @value{GDBN} remote
19620When either the host or the target machine receives a packet, the first
19621response expected is an acknowledgment: either @samp{+} (to indicate
19622the package was received correctly) or @samp{-} (to request
19623retransmission):
c906108c 19624
474c8240 19625@smallexample
d2c6833e
AC
19626-> @code{$}@var{packet-data}@code{#}@var{checksum}
19627<- @code{+}
474c8240 19628@end smallexample
8e04817f 19629@noindent
53a5351d 19630
8e04817f
AC
19631The host (@value{GDBN}) sends @var{command}s, and the target (the
19632debugging stub incorporated in your program) sends a @var{response}. In
19633the case of step and continue @var{command}s, the response is only sent
19634when the operation has completed (the target has again stopped).
c906108c 19635
8e04817f
AC
19636@var{packet-data} consists of a sequence of characters with the
19637exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19638exceptions).
c906108c 19639
8e04817f 19640Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19641@cindex remote protocol, field separator
8e04817f 19642@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19643@sc{hex} with leading zeros suppressed.
c906108c 19644
8e04817f
AC
19645Implementors should note that prior to @value{GDBN} 5.0, the character
19646@samp{:} could not appear as the third character in a packet (as it
19647would potentially conflict with the @var{sequence-id}).
c906108c 19648
8e04817f
AC
19649Response @var{data} can be run-length encoded to save space. A @samp{*}
19650means that the next character is an @sc{ascii} encoding giving a repeat count
19651which stands for that many repetitions of the character preceding the
19652@samp{*}. The encoding is @code{n+29}, yielding a printable character
19653where @code{n >=3} (which is where rle starts to win). The printable
19654characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19655value greater than 126 should not be used.
c906108c 19656
8e04817f
AC
19657Some remote systems have used a different run-length encoding mechanism
19658loosely refered to as the cisco encoding. Following the @samp{*}
19659character are two hex digits that indicate the size of the packet.
c906108c 19660
8e04817f 19661So:
474c8240 19662@smallexample
8e04817f 19663"@code{0* }"
474c8240 19664@end smallexample
8e04817f
AC
19665@noindent
19666means the same as "0000".
c906108c 19667
8e04817f
AC
19668The error response returned for some packets includes a two character
19669error number. That number is not well defined.
c906108c 19670
8e04817f
AC
19671For any @var{command} not supported by the stub, an empty response
19672(@samp{$#00}) should be returned. That way it is possible to extend the
19673protocol. A newer @value{GDBN} can tell if a packet is supported based
19674on that response.
c906108c 19675
8e04817f
AC
19676A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19677@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19678optional.
c906108c 19679
ee2d5c50
AC
19680@node Packets
19681@section Packets
19682
19683The following table provides a complete list of all currently defined
19684@var{command}s and their corresponding response @var{data}.
19685
19686@table @r
19687
19688@item @code{!} --- extended mode
19689@cindex @code{!} packet
19690
8e04817f
AC
19691Enable extended mode. In extended mode, the remote server is made
19692persistent. The @samp{R} packet is used to restart the program being
19693debugged.
ee2d5c50
AC
19694
19695Reply:
19696@table @samp
19697@item OK
8e04817f 19698The remote target both supports and has enabled extended mode.
ee2d5c50 19699@end table
c906108c 19700
ee2d5c50
AC
19701@item @code{?} --- last signal
19702@cindex @code{?} packet
c906108c 19703
ee2d5c50
AC
19704Indicate the reason the target halted. The reply is the same as for
19705step and continue.
c906108c 19706
ee2d5c50
AC
19707Reply:
19708@xref{Stop Reply Packets}, for the reply specifications.
19709
19710@item @code{a} --- reserved
19711
19712Reserved for future use.
19713
19714@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19715@cindex @code{A} packet
c906108c 19716
8e04817f
AC
19717Initialized @samp{argv[]} array passed into program. @var{arglen}
19718specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19719See @code{gdbserver} for more details.
19720
19721Reply:
19722@table @samp
19723@item OK
19724@item E@var{NN}
19725@end table
19726
19727@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19728@cindex @code{b} packet
19729
19730Change the serial line speed to @var{baud}.
19731
19732JTC: @emph{When does the transport layer state change? When it's
19733received, or after the ACK is transmitted. In either case, there are
19734problems if the command or the acknowledgment packet is dropped.}
19735
19736Stan: @emph{If people really wanted to add something like this, and get
19737it working for the first time, they ought to modify ser-unix.c to send
19738some kind of out-of-band message to a specially-setup stub and have the
19739switch happen "in between" packets, so that from remote protocol's point
19740of view, nothing actually happened.}
19741
19742@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19743@cindex @code{B} packet
19744
8e04817f 19745Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19746breakpoint at @var{addr}.
19747
19748This packet has been replaced by the @samp{Z} and @samp{z} packets
19749(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19750
ee2d5c50
AC
19751@item @code{c}@var{addr} --- continue
19752@cindex @code{c} packet
19753
19754@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19755current address.
c906108c 19756
ee2d5c50
AC
19757Reply:
19758@xref{Stop Reply Packets}, for the reply specifications.
19759
19760@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19761@cindex @code{C} packet
19762
8e04817f
AC
19763Continue with signal @var{sig} (hex signal number). If
19764@code{;}@var{addr} is omitted, resume at same address.
c906108c 19765
ee2d5c50
AC
19766Reply:
19767@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19768
ee2d5c50
AC
19769@item @code{d} --- toggle debug @strong{(deprecated)}
19770@cindex @code{d} packet
19771
19772Toggle debug flag.
19773
19774@item @code{D} --- detach
19775@cindex @code{D} packet
19776
19777Detach @value{GDBN} from the remote system. Sent to the remote target
19778before @value{GDBN} disconnects.
19779
19780Reply:
19781@table @samp
19782@item @emph{no response}
8e04817f 19783@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19784@end table
c906108c 19785
ee2d5c50 19786@item @code{e} --- reserved
c906108c 19787
ee2d5c50 19788Reserved for future use.
c906108c 19789
ee2d5c50 19790@item @code{E} --- reserved
c906108c 19791
ee2d5c50 19792Reserved for future use.
c906108c 19793
ee2d5c50
AC
19794@item @code{f} --- reserved
19795
19796Reserved for future use.
19797
0ce1b118
CV
19798@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19799@cindex @code{F} packet
ee2d5c50 19800
0ce1b118
CV
19801This packet is send by @value{GDBN} as reply to a @code{F} request packet
19802sent by the target. This is part of the File-I/O protocol extension.
19803@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19804
19805@item @code{g} --- read registers
19806@anchor{read registers packet}
19807@cindex @code{g} packet
19808
19809Read general registers.
19810
19811Reply:
19812@table @samp
19813@item @var{XX@dots{}}
8e04817f
AC
19814Each byte of register data is described by two hex digits. The bytes
19815with the register are transmitted in target byte order. The size of
19816each register and their position within the @samp{g} @var{packet} are
ee2d5c50
AC
19817determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE}
19818and @var{REGISTER_NAME} macros. The specification of several standard
8e04817f 19819@code{g} packets is specified below.
ee2d5c50
AC
19820@item E@var{NN}
19821for an error.
19822@end table
c906108c 19823
ee2d5c50
AC
19824@item @code{G}@var{XX@dots{}} --- write regs
19825@cindex @code{G} packet
c906108c 19826
ee2d5c50
AC
19827@xref{read registers packet}, for a description of the @var{XX@dots{}}
19828data.
19829
19830Reply:
19831@table @samp
19832@item OK
19833for success
19834@item E@var{NN}
19835for an error
19836@end table
19837
19838@item @code{h} --- reserved
19839
19840Reserved for future use.
19841
19842@item @code{H}@var{c}@var{t@dots{}} --- set thread
19843@cindex @code{H} packet
c906108c 19844
8e04817f 19845Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19846@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19847should be @samp{c} for step and continue operations, @samp{g} for other
19848operations. The thread designator @var{t@dots{}} may be -1, meaning all
19849the threads, a thread number, or zero which means pick any thread.
19850
19851Reply:
19852@table @samp
19853@item OK
19854for success
19855@item E@var{NN}
19856for an error
19857@end table
c906108c 19858
8e04817f
AC
19859@c FIXME: JTC:
19860@c 'H': How restrictive (or permissive) is the thread model. If a
19861@c thread is selected and stopped, are other threads allowed
19862@c to continue to execute? As I mentioned above, I think the
19863@c semantics of each command when a thread is selected must be
19864@c described. For example:
19865@c
19866@c 'g': If the stub supports threads and a specific thread is
19867@c selected, returns the register block from that thread;
19868@c otherwise returns current registers.
19869@c
19870@c 'G' If the stub supports threads and a specific thread is
19871@c selected, sets the registers of the register block of
19872@c that thread; otherwise sets current registers.
c906108c 19873
ee2d5c50
AC
19874@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19875@anchor{cycle step packet}
19876@cindex @code{i} packet
19877
8e04817f
AC
19878Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19879present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19880step starting at that address.
c906108c 19881
ee2d5c50
AC
19882@item @code{I} --- signal then cycle step @strong{(reserved)}
19883@cindex @code{I} packet
19884
19885@xref{step with signal packet}. @xref{cycle step packet}.
19886
19887@item @code{j} --- reserved
19888
19889Reserved for future use.
19890
19891@item @code{J} --- reserved
c906108c 19892
ee2d5c50 19893Reserved for future use.
c906108c 19894
ee2d5c50
AC
19895@item @code{k} --- kill request
19896@cindex @code{k} packet
c906108c 19897
ac282366 19898FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19899thread context has been selected (i.e.@: does 'k' kill only that
19900thread?)}.
c906108c 19901
ee2d5c50 19902@item @code{K} --- reserved
c906108c 19903
ee2d5c50
AC
19904Reserved for future use.
19905
19906@item @code{l} --- reserved
19907
19908Reserved for future use.
19909
19910@item @code{L} --- reserved
19911
19912Reserved for future use.
19913
19914@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19915@cindex @code{m} packet
c906108c 19916
8e04817f 19917Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19918Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19919assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19920transfer mechanism is needed.}
c906108c 19921
ee2d5c50
AC
19922Reply:
19923@table @samp
19924@item @var{XX@dots{}}
19925@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19926to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19927that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19928accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19929needed.}
19930@item E@var{NN}
19931@var{NN} is errno
19932@end table
19933
19934@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19935@cindex @code{M} packet
19936
8e04817f 19937Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19938@var{XX@dots{}} is the data.
19939
19940Reply:
19941@table @samp
19942@item OK
19943for success
19944@item E@var{NN}
8e04817f
AC
19945for an error (this includes the case where only part of the data was
19946written).
ee2d5c50 19947@end table
c906108c 19948
ee2d5c50 19949@item @code{n} --- reserved
c906108c 19950
ee2d5c50 19951Reserved for future use.
c906108c 19952
ee2d5c50 19953@item @code{N} --- reserved
c906108c 19954
ee2d5c50 19955Reserved for future use.
c906108c 19956
ee2d5c50
AC
19957@item @code{o} --- reserved
19958
19959Reserved for future use.
19960
19961@item @code{O} --- reserved
19962
19963Reserved for future use.
c906108c 19964
ee2d5c50
AC
19965@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19966@cindex @code{p} packet
19967
19968@xref{write register packet}.
19969
19970Reply:
19971@table @samp
19972@item @var{r@dots{}.}
19973The hex encoded value of the register in target byte order.
19974@end table
19975
19976@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19977@anchor{write register packet}
19978@cindex @code{P} packet
19979
19980Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19981digits for each byte in the register (target byte order).
c906108c 19982
ee2d5c50
AC
19983Reply:
19984@table @samp
19985@item OK
19986for success
19987@item E@var{NN}
19988for an error
19989@end table
19990
19991@item @code{q}@var{query} --- general query
19992@anchor{general query packet}
19993@cindex @code{q} packet
19994
19995Request info about @var{query}. In general @value{GDBN} queries have a
19996leading upper case letter. Custom vendor queries should use a company
19997prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19998be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19999that they match the full @var{query} name.
20000
20001Reply:
20002@table @samp
20003@item @var{XX@dots{}}
20004Hex encoded data from query. The reply can not be empty.
20005@item E@var{NN}
20006error reply
8e04817f 20007@item
ee2d5c50
AC
20008Indicating an unrecognized @var{query}.
20009@end table
20010
20011@item @code{Q}@var{var}@code{=}@var{val} --- general set
20012@cindex @code{Q} packet
20013
20014Set value of @var{var} to @var{val}.
20015
20016@xref{general query packet}, for a discussion of naming conventions.
c906108c 20017
ee2d5c50
AC
20018@item @code{r} --- reset @strong{(deprecated)}
20019@cindex @code{r} packet
c906108c 20020
8e04817f 20021Reset the entire system.
c906108c 20022
ee2d5c50
AC
20023@item @code{R}@var{XX} --- remote restart
20024@cindex @code{R} packet
20025
8e04817f
AC
20026Restart the program being debugged. @var{XX}, while needed, is ignored.
20027This packet is only available in extended mode.
ee2d5c50
AC
20028
20029Reply:
20030@table @samp
20031@item @emph{no reply}
8e04817f 20032The @samp{R} packet has no reply.
ee2d5c50
AC
20033@end table
20034
20035@item @code{s}@var{addr} --- step
20036@cindex @code{s} packet
c906108c 20037
8e04817f
AC
20038@var{addr} is address to resume. If @var{addr} is omitted, resume at
20039same address.
c906108c 20040
ee2d5c50
AC
20041Reply:
20042@xref{Stop Reply Packets}, for the reply specifications.
20043
20044@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
20045@anchor{step with signal packet}
20046@cindex @code{S} packet
20047
8e04817f 20048Like @samp{C} but step not continue.
c906108c 20049
ee2d5c50
AC
20050Reply:
20051@xref{Stop Reply Packets}, for the reply specifications.
20052
20053@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
20054@cindex @code{t} packet
20055
8e04817f 20056Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
20057@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
20058@var{addr} must be at least 3 digits.
c906108c 20059
ee2d5c50
AC
20060@item @code{T}@var{XX} --- thread alive
20061@cindex @code{T} packet
c906108c 20062
ee2d5c50 20063Find out if the thread XX is alive.
c906108c 20064
ee2d5c50
AC
20065Reply:
20066@table @samp
20067@item OK
20068thread is still alive
20069@item E@var{NN}
20070thread is dead
20071@end table
20072
20073@item @code{u} --- reserved
20074
20075Reserved for future use.
20076
20077@item @code{U} --- reserved
20078
20079Reserved for future use.
20080
20081@item @code{v} --- reserved
20082
20083Reserved for future use.
20084
20085@item @code{V} --- reserved
c906108c 20086
ee2d5c50 20087Reserved for future use.
c906108c 20088
ee2d5c50 20089@item @code{w} --- reserved
c906108c 20090
ee2d5c50 20091Reserved for future use.
c906108c 20092
ee2d5c50 20093@item @code{W} --- reserved
c906108c 20094
ee2d5c50 20095Reserved for future use.
c906108c 20096
ee2d5c50
AC
20097@item @code{x} --- reserved
20098
20099Reserved for future use.
20100
20101@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20102@cindex @code{X} packet
20103
20104@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20105is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20106escaped using @code{0x7d}.
c906108c 20107
ee2d5c50
AC
20108Reply:
20109@table @samp
20110@item OK
20111for success
20112@item E@var{NN}
20113for an error
20114@end table
20115
20116@item @code{y} --- reserved
c906108c 20117
ee2d5c50 20118Reserved for future use.
c906108c 20119
ee2d5c50
AC
20120@item @code{Y} reserved
20121
20122Reserved for future use.
20123
2f870471
AC
20124@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20125@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20126@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20127@cindex @code{z} packet
2f870471 20128@cindex @code{Z} packets
ee2d5c50 20129
2f870471
AC
20130Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20131watchpoint starting at address @var{address} and covering the next
20132@var{length} bytes.
ee2d5c50 20133
2f870471
AC
20134Each breakpoint and watchpoint packet @var{type} is documented
20135separately.
20136
512217c7
AC
20137@emph{Implementation notes: A remote target shall return an empty string
20138for an unrecognized breakpoint or watchpoint packet @var{type}. A
20139remote target shall support either both or neither of a given
2f870471
AC
20140@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20141avoid potential problems with duplicate packets, the operations should
20142be implemented in an idempotent way.}
20143
20144@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20145@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20146@cindex @code{z0} packet
20147@cindex @code{Z0} packet
20148
20149Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20150@code{addr} of size @code{length}.
20151
20152A memory breakpoint is implemented by replacing the instruction at
20153@var{addr} with a software breakpoint or trap instruction. The
20154@code{length} is used by targets that indicates the size of the
20155breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20156@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20157
2f870471
AC
20158@emph{Implementation note: It is possible for a target to copy or move
20159code that contains memory breakpoints (e.g., when implementing
20160overlays). The behavior of this packet, in the presence of such a
20161target, is not defined.}
c906108c 20162
ee2d5c50
AC
20163Reply:
20164@table @samp
2f870471
AC
20165@item OK
20166success
20167@item
20168not supported
ee2d5c50
AC
20169@item E@var{NN}
20170for an error
2f870471
AC
20171@end table
20172
20173@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20174@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20175@cindex @code{z1} packet
20176@cindex @code{Z1} packet
20177
20178Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20179address @code{addr} of size @code{length}.
20180
20181A hardware breakpoint is implemented using a mechanism that is not
20182dependant on being able to modify the target's memory.
20183
20184@emph{Implementation note: A hardware breakpoint is not affected by code
20185movement.}
20186
20187Reply:
20188@table @samp
ee2d5c50 20189@item OK
2f870471
AC
20190success
20191@item
20192not supported
20193@item E@var{NN}
20194for an error
20195@end table
20196
20197@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20198@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20199@cindex @code{z2} packet
20200@cindex @code{Z2} packet
20201
20202Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20203
20204Reply:
20205@table @samp
20206@item OK
20207success
20208@item
20209not supported
20210@item E@var{NN}
20211for an error
20212@end table
20213
20214@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20215@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20216@cindex @code{z3} packet
20217@cindex @code{Z3} packet
20218
2e834e49 20219Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20220
20221Reply:
20222@table @samp
20223@item OK
20224success
20225@item
20226not supported
20227@item E@var{NN}
20228for an error
20229@end table
20230
2e834e49
HPN
20231@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20232@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20233@cindex @code{z4} packet
20234@cindex @code{Z4} packet
20235
20236Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20237
20238Reply:
20239@table @samp
20240@item OK
20241success
20242@item
20243not supported
20244@item E@var{NN}
20245for an error
ee2d5c50
AC
20246@end table
20247
20248@end table
c906108c 20249
ee2d5c50
AC
20250@node Stop Reply Packets
20251@section Stop Reply Packets
20252@cindex stop reply packets
c906108c 20253
8e04817f
AC
20254The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20255receive any of the below as a reply. In the case of the @samp{C},
20256@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20257when the target halts. In the below the exact meaning of @samp{signal
20258number} is poorly defined. In general one of the UNIX signal numbering
20259conventions is used.
c906108c 20260
ee2d5c50 20261@table @samp
c906108c 20262
ee2d5c50
AC
20263@item S@var{AA}
20264@var{AA} is the signal number
c906108c 20265
8e04817f 20266@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
ee2d5c50
AC
20267@cindex @code{T} packet reply
20268
8e04817f
AC
20269@var{AA} = two hex digit signal number; @var{n...} = register number
20270(hex), @var{r...} = target byte ordered register contents, size defined
20271by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
3c3bea1c
GS
20272thread process ID, this is a hex integer; @var{n...} = (@samp{watch} |
20273@samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
20274integer; @var{n...} = other string not starting with valid hex digit.
20275@value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
20276to the next. This way we can extend the protocol.
c906108c 20277
ee2d5c50
AC
20278@item W@var{AA}
20279
8e04817f 20280The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20281applicable to certain targets.
20282
20283@item X@var{AA}
c906108c 20284
8e04817f 20285The process terminated with signal @var{AA}.
c906108c 20286
ee2d5c50
AC
20287@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
20288
20289@var{AA} = signal number; @var{t@dots{}} = address of symbol
20290@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
20291base of bss section. @emph{Note: only used by Cisco Systems targets.
20292The difference between this reply and the @samp{qOffsets} query is that
20293the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
20294is a query initiated by the host debugger.}
c906108c 20295
ee2d5c50 20296@item O@var{XX@dots{}}
c906108c 20297
ee2d5c50
AC
20298@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20299any time while the program is running and the debugger should continue
20300to wait for @samp{W}, @samp{T}, etc.
20301
0ce1b118
CV
20302@item F@var{call-id}@code{,}@var{parameter@dots{}}
20303
20304@var{call-id} is the identifier which says which host system call should
20305be called. This is just the name of the function. Translation into the
20306correct system call is only applicable as it's defined in @value{GDBN}.
20307@xref{File-I/O remote protocol extension}, for a list of implemented
20308system calls.
20309
20310@var{parameter@dots{}} is a list of parameters as defined for this very
20311system call.
20312
20313The target replies with this packet when it expects @value{GDBN} to call
20314a host system call on behalf of the target. @value{GDBN} replies with
20315an appropriate @code{F} packet and keeps up waiting for the next reply
20316packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20317@samp{s} action is expected to be continued.
20318@xref{File-I/O remote protocol extension}, for more details.
20319
ee2d5c50
AC
20320@end table
20321
20322@node General Query Packets
20323@section General Query Packets
c906108c 20324
8e04817f 20325The following set and query packets have already been defined.
c906108c 20326
ee2d5c50 20327@table @r
c906108c 20328
ee2d5c50
AC
20329@item @code{q}@code{C} --- current thread
20330
20331Return the current thread id.
20332
20333Reply:
20334@table @samp
20335@item @code{QC}@var{pid}
8e04817f 20336Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20337@item *
20338Any other reply implies the old pid.
20339@end table
20340
20341@item @code{q}@code{fThreadInfo} -- all thread ids
20342
20343@code{q}@code{sThreadInfo}
c906108c 20344
8e04817f
AC
20345Obtain a list of active thread ids from the target (OS). Since there
20346may be too many active threads to fit into one reply packet, this query
20347works iteratively: it may require more than one query/reply sequence to
20348obtain the entire list of threads. The first query of the sequence will
20349be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20350sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20351
20352NOTE: replaces the @code{qL} query (see below).
20353
20354Reply:
20355@table @samp
20356@item @code{m}@var{id}
20357A single thread id
20358@item @code{m}@var{id},@var{id}@dots{}
20359a comma-separated list of thread ids
20360@item @code{l}
20361(lower case 'el') denotes end of list.
20362@end table
20363
20364In response to each query, the target will reply with a list of one or
20365more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20366will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20367@code{qs} form of the query), until the target responds with @code{l}
20368(lower-case el, for @code{'last'}).
c906108c 20369
ee2d5c50
AC
20370@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20371
20372Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20373string description of a thread's attributes from the target OS. This
20374string may contain anything that the target OS thinks is interesting for
20375@value{GDBN} to tell the user about the thread. The string is displayed
20376in @value{GDBN}'s @samp{info threads} display. Some examples of
20377possible thread extra info strings are ``Runnable'', or ``Blocked on
20378Mutex''.
20379
20380Reply:
20381@table @samp
20382@item @var{XX@dots{}}
20383Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20384the printable string containing the extra information about the thread's
8e04817f 20385attributes.
ee2d5c50
AC
20386@end table
20387
20388@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20389
8e04817f
AC
20390Obtain thread information from RTOS. Where: @var{startflag} (one hex
20391digit) is one to indicate the first query and zero to indicate a
20392subsequent query; @var{threadcount} (two hex digits) is the maximum
20393number of threads the response packet can contain; and @var{nextthread}
20394(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20395returned in the response as @var{argthread}.
ee2d5c50
AC
20396
20397NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20398(see above).
20399
20400Reply:
20401@table @samp
20402@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20403Where: @var{count} (two hex digits) is the number of threads being
20404returned; @var{done} (one hex digit) is zero to indicate more threads
20405and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20406digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20407is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20408digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20409@end table
c906108c 20410
ee2d5c50
AC
20411@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20412
20413Reply:
20414@table @samp
20415@item @code{E}@var{NN}
20416An error (such as memory fault)
20417@item @code{C}@var{CRC32}
20418A 32 bit cyclic redundancy check of the specified memory region.
20419@end table
20420
20421@item @code{q}@code{Offsets} --- query sect offs
c906108c 20422
8e04817f
AC
20423Get section offsets that the target used when re-locating the downloaded
20424image. @emph{Note: while a @code{Bss} offset is included in the
20425response, @value{GDBN} ignores this and instead applies the @code{Data}
20426offset to the @code{Bss} section.}
c906108c 20427
ee2d5c50
AC
20428Reply:
20429@table @samp
20430@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20431@end table
20432
20433@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20434
8e04817f
AC
20435Returns information on @var{threadid}. Where: @var{mode} is a hex
20436encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20437
20438Reply:
20439@table @samp
20440@item *
20441@end table
20442
8e04817f 20443See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20444
ee2d5c50
AC
20445@item @code{q}@code{Rcmd,}@var{command} --- remote command
20446
20447@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20448execution. Invalid commands should be reported using the output string.
20449Before the final result packet, the target may also respond with a
ee2d5c50
AC
20450number of intermediate @code{O}@var{output} console output packets.
20451@emph{Implementors should note that providing access to a stubs's
20452interpreter may have security implications}.
20453
20454Reply:
20455@table @samp
20456@item OK
8e04817f 20457A command response with no output.
ee2d5c50 20458@item @var{OUTPUT}
8e04817f 20459A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20460@item @code{E}@var{NN}
8e04817f 20461Indicate a badly formed request.
ee2d5c50 20462@item @samp{}
8e04817f 20463When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20464@end table
20465
20466@item @code{qSymbol::} --- symbol lookup
c906108c 20467
8e04817f
AC
20468Notify the target that @value{GDBN} is prepared to serve symbol lookup
20469requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20470
20471Reply:
20472@table @samp
20473@item @code{OK}
8e04817f 20474The target does not need to look up any (more) symbols.
ee2d5c50
AC
20475@item @code{qSymbol:}@var{sym_name}
20476The target requests the value of symbol @var{sym_name} (hex encoded).
20477@value{GDBN} may provide the value by using the
20478@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20479@end table
20480
20481@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20482
20483Set the value of @var{sym_name} to @var{sym_value}.
20484
20485@var{sym_name} (hex encoded) is the name of a symbol whose value the
20486target has previously requested.
20487
20488@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20489@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20490will be empty.
20491
20492Reply:
20493@table @samp
20494@item @code{OK}
8e04817f 20495The target does not need to look up any (more) symbols.
ee2d5c50
AC
20496@item @code{qSymbol:}@var{sym_name}
20497The target requests the value of a new symbol @var{sym_name} (hex
20498encoded). @value{GDBN} will continue to supply the values of symbols
20499(if available), until the target ceases to request them.
20500@end table
eb12ee30 20501
ee2d5c50
AC
20502@end table
20503
20504@node Register Packet Format
20505@section Register Packet Format
eb12ee30 20506
8e04817f 20507The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20508In the below, some thirty-two bit registers are transferred as
20509sixty-four bits. Those registers should be zero/sign extended (which?)
20510to fill the space allocated. Register bytes are transfered in target
20511byte order. The two nibbles within a register byte are transfered
20512most-significant - least-significant.
eb12ee30 20513
ee2d5c50 20514@table @r
eb12ee30 20515
8e04817f 20516@item MIPS32
ee2d5c50 20517
8e04817f
AC
20518All registers are transfered as thirty-two bit quantities in the order:
2051932 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20520registers; fsr; fir; fp.
eb12ee30 20521
8e04817f 20522@item MIPS64
ee2d5c50 20523
8e04817f
AC
20524All registers are transfered as sixty-four bit quantities (including
20525thirty-two bit registers such as @code{sr}). The ordering is the same
20526as @code{MIPS32}.
eb12ee30 20527
ee2d5c50
AC
20528@end table
20529
20530@node Examples
20531@section Examples
eb12ee30 20532
8e04817f
AC
20533Example sequence of a target being re-started. Notice how the restart
20534does not get any direct output:
eb12ee30 20535
474c8240 20536@smallexample
d2c6833e
AC
20537-> @code{R00}
20538<- @code{+}
8e04817f 20539@emph{target restarts}
d2c6833e 20540-> @code{?}
8e04817f 20541<- @code{+}
d2c6833e
AC
20542<- @code{T001:1234123412341234}
20543-> @code{+}
474c8240 20544@end smallexample
eb12ee30 20545
8e04817f 20546Example sequence of a target being stepped by a single instruction:
eb12ee30 20547
474c8240 20548@smallexample
d2c6833e 20549-> @code{G1445@dots{}}
8e04817f 20550<- @code{+}
d2c6833e
AC
20551-> @code{s}
20552<- @code{+}
20553@emph{time passes}
20554<- @code{T001:1234123412341234}
8e04817f 20555-> @code{+}
d2c6833e 20556-> @code{g}
8e04817f 20557<- @code{+}
d2c6833e
AC
20558<- @code{1455@dots{}}
20559-> @code{+}
474c8240 20560@end smallexample
eb12ee30 20561
0ce1b118
CV
20562@node File-I/O remote protocol extension
20563@section File-I/O remote protocol extension
20564@cindex File-I/O remote protocol extension
20565
20566@menu
20567* File-I/O Overview::
20568* Protocol basics::
20569* The `F' request packet::
20570* The `F' reply packet::
20571* Memory transfer::
20572* The Ctrl-C message::
20573* Console I/O::
20574* The isatty call::
20575* The system call::
20576* List of supported calls::
20577* Protocol specific representation of datatypes::
20578* Constants::
20579* File-I/O Examples::
20580@end menu
20581
20582@node File-I/O Overview
20583@subsection File-I/O Overview
20584@cindex file-i/o overview
20585
20586The File I/O remote protocol extension (short: File-I/O) allows the
20587target to use the hosts file system and console I/O when calling various
20588system calls. System calls on the target system are translated into a
20589remote protocol packet to the host system which then performs the needed
20590actions and returns with an adequate response packet to the target system.
20591This simulates file system operations even on targets that lack file systems.
20592
20593The protocol is defined host- and target-system independent. It uses
20594it's own independent representation of datatypes and values. Both,
20595@value{GDBN} and the target's @value{GDBN} stub are responsible for
20596translating the system dependent values into the unified protocol values
20597when data is transmitted.
20598
20599The communication is synchronous. A system call is possible only
20600when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20601packets. While @value{GDBN} handles the request for a system call,
20602the target is stopped to allow deterministic access to the target's
20603memory. Therefore File-I/O is not interuptible by target signals. It
20604is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20605
20606The target's request to perform a host system call does not finish
20607the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20608after finishing the system call, the target returns to continuing the
20609previous activity (continue, step). No additional continue or step
20610request from @value{GDBN} is required.
20611
20612@smallexample
20613(gdb) continue
20614 <- target requests 'system call X'
20615 target is stopped, @value{GDBN} executes system call
20616 -> GDB returns result
20617 ... target continues, GDB returns to wait for the target
20618 <- target hits breakpoint and sends a Txx packet
20619@end smallexample
20620
20621The protocol is only used for files on the host file system and
20622for I/O on the console. Character or block special devices, pipes,
20623named pipes or sockets or any other communication method on the host
20624system are not supported by this protocol.
20625
20626@node Protocol basics
20627@subsection Protocol basics
20628@cindex protocol basics, file-i/o
20629
20630The File-I/O protocol uses the @code{F} packet, as request as well
20631as as reply packet. Since a File-I/O system call can only occur when
20632@value{GDBN} is waiting for the continuing or stepping target, the
20633File-I/O request is a reply that @value{GDBN} has to expect as a result
20634of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20635This @code{F} packet contains all information needed to allow @value{GDBN}
20636to call the appropriate host system call:
20637
20638@itemize @bullet
20639@item
20640A unique identifier for the requested system call.
20641
20642@item
20643All parameters to the system call. Pointers are given as addresses
20644in the target memory address space. Pointers to strings are given as
20645pointer/length pair. Numerical values are given as they are.
20646Numerical control values are given in a protocol specific representation.
20647
20648@end itemize
20649
20650At that point @value{GDBN} has to perform the following actions.
20651
20652@itemize @bullet
20653@item
20654If parameter pointer values are given, which point to data needed as input
20655to a system call, @value{GDBN} requests this data from the target with a
20656standard @code{m} packet request. This additional communication has to be
20657expected by the target implementation and is handled as any other @code{m}
20658packet.
20659
20660@item
20661@value{GDBN} translates all value from protocol representation to host
20662representation as needed. Datatypes are coerced into the host types.
20663
20664@item
20665@value{GDBN} calls the system call
20666
20667@item
20668It then coerces datatypes back to protocol representation.
20669
20670@item
20671If pointer parameters in the request packet point to buffer space in which
20672a system call is expected to copy data to, the data is transmitted to the
20673target using a @code{M} or @code{X} packet. This packet has to be expected
20674by the target implementation and is handled as any other @code{M} or @code{X}
20675packet.
20676
20677@end itemize
20678
20679Eventually @value{GDBN} replies with another @code{F} packet which contains all
20680necessary information for the target to continue. This at least contains
20681
20682@itemize @bullet
20683@item
20684Return value.
20685
20686@item
20687@code{errno}, if has been changed by the system call.
20688
20689@item
20690``Ctrl-C'' flag.
20691
20692@end itemize
20693
20694After having done the needed type and value coercion, the target continues
20695the latest continue or step action.
20696
20697@node The `F' request packet
20698@subsection The @code{F} request packet
20699@cindex file-i/o request packet
20700@cindex @code{F} request packet
20701
20702The @code{F} request packet has the following format:
20703
20704@table @samp
20705
20706@smallexample
20707@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20708@end smallexample
20709
20710@var{call-id} is the identifier to indicate the host system call to be called.
20711This is just the name of the function.
20712
20713@var{parameter@dots{}} are the parameters to the system call.
20714
20715@end table
20716
20717Parameters are hexadecimal integer values, either the real values in case
20718of scalar datatypes, as pointers to target buffer space in case of compound
20719datatypes and unspecified memory areas or as pointer/length pairs in case
20720of string parameters. These are appended to the call-id, each separated
20721from its predecessor by a comma. All values are transmitted in ASCII
20722string representation, pointer/length pairs separated by a slash.
20723
20724@node The `F' reply packet
20725@subsection The @code{F} reply packet
20726@cindex file-i/o reply packet
20727@cindex @code{F} reply packet
20728
20729The @code{F} reply packet has the following format:
20730
20731@table @samp
20732
20733@smallexample
20734@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20735@end smallexample
20736
20737@var{retcode} is the return code of the system call as hexadecimal value.
20738
20739@var{errno} is the errno set by the call, in protocol specific representation.
20740This parameter can be omitted if the call was successful.
20741
20742@var{Ctrl-C flag} is only send if the user requested a break. In this
20743case, @var{errno} must be send as well, even if the call was successful.
20744The @var{Ctrl-C flag} itself consists of the character 'C':
20745
20746@smallexample
20747F0,0,C
20748@end smallexample
20749
20750@noindent
20751or, if the call was interupted before the host call has been performed:
20752
20753@smallexample
20754F-1,4,C
20755@end smallexample
20756
20757@noindent
20758assuming 4 is the protocol specific representation of @code{EINTR}.
20759
20760@end table
20761
20762@node Memory transfer
20763@subsection Memory transfer
20764@cindex memory transfer, in file-i/o protocol
20765
20766Structured data which is transferred using a memory read or write as e.g.@:
20767a @code{struct stat} is expected to be in a protocol specific format with
20768all scalar multibyte datatypes being big endian. This should be done by
20769the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20770it transfers memory to the target. Transferred pointers to structured
20771data should point to the already coerced data at any time.
20772
20773@node The Ctrl-C message
20774@subsection The Ctrl-C message
20775@cindex ctrl-c message, in file-i/o protocol
20776
20777A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20778reply packet. In this case the target should behave, as if it had
20779gotten a break message. The meaning for the target is ``system call
20780interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20781(as with a break message) and return to @value{GDBN} with a @code{T02}
20782packet. In this case, it's important for the target to know, in which
20783state the system call was interrupted. Since this action is by design
20784not an atomic operation, we have to differ between two cases:
20785
20786@itemize @bullet
20787@item
20788The system call hasn't been performed on the host yet.
20789
20790@item
20791The system call on the host has been finished.
20792
20793@end itemize
20794
20795These two states can be distinguished by the target by the value of the
20796returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20797call hasn't been performed. This is equivalent to the @code{EINTR} handling
20798on POSIX systems. In any other case, the target may presume that the
20799system call has been finished --- successful or not --- and should behave
20800as if the break message arrived right after the system call.
20801
20802@value{GDBN} must behave reliable. If the system call has not been called
20803yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20804@code{errno} in the packet. If the system call on the host has been finished
20805before the user requests a break, the full action must be finshed by
20806@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20807The @code{F} packet may only be send when either nothing has happened
20808or the full action has been completed.
20809
20810@node Console I/O
20811@subsection Console I/O
20812@cindex console i/o as part of file-i/o
20813
20814By default and if not explicitely closed by the target system, the file
20815descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20816on the @value{GDBN} console is handled as any other file output operation
20817(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20818by @value{GDBN} so that after the target read request from file descriptor
208190 all following typing is buffered until either one of the following
20820conditions is met:
20821
20822@itemize @bullet
20823@item
20824The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20825@code{read}
20826system call is treated as finished.
20827
20828@item
20829The user presses @kbd{Enter}. This is treated as end of input with a trailing
20830line feed.
20831
20832@item
20833The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20834character, especially no Ctrl-D is appended to the input.
20835
20836@end itemize
20837
20838If the user has typed more characters as fit in the buffer given to
20839the read call, the trailing characters are buffered in @value{GDBN} until
20840either another @code{read(0, @dots{})} is requested by the target or debugging
20841is stopped on users request.
20842
20843@node The isatty call
20844@subsection The isatty(3) call
20845@cindex isatty call, file-i/o protocol
20846
20847A special case in this protocol is the library call @code{isatty} which
20848is implemented as it's own call inside of this protocol. It returns
208491 to the target if the file descriptor given as parameter is attached
20850to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20851would require implementing @code{ioctl} and would be more complex than
20852needed.
20853
20854@node The system call
20855@subsection The system(3) call
20856@cindex system call, file-i/o protocol
20857
20858The other special case in this protocol is the @code{system} call which
20859is implemented as it's own call, too. @value{GDBN} is taking over the full
20860task of calling the necessary host calls to perform the @code{system}
20861call. The return value of @code{system} is simplified before it's returned
20862to the target. Basically, the only signal transmitted back is @code{EINTR}
20863in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20864entirely of the exit status of the called command.
20865
20866Due to security concerns, the @code{system} call is refused to be called
20867by @value{GDBN} by default. The user has to allow this call explicitly by
20868entering
20869
20870@table @samp
20871@kindex set remote system-call-allowed 1
20872@item @code{set remote system-call-allowed 1}
20873@end table
20874
20875Disabling the @code{system} call is done by
20876
20877@table @samp
20878@kindex set remote system-call-allowed 0
20879@item @code{set remote system-call-allowed 0}
20880@end table
20881
20882The current setting is shown by typing
20883
20884@table @samp
20885@kindex show remote system-call-allowed
20886@item @code{show remote system-call-allowed}
20887@end table
20888
20889@node List of supported calls
20890@subsection List of supported calls
20891@cindex list of supported file-i/o calls
20892
20893@menu
20894* open::
20895* close::
20896* read::
20897* write::
20898* lseek::
20899* rename::
20900* unlink::
20901* stat/fstat::
20902* gettimeofday::
20903* isatty::
20904* system::
20905@end menu
20906
20907@node open
20908@unnumberedsubsubsec open
20909@cindex open, file-i/o system call
20910
20911@smallexample
20912@exdent Synopsis:
20913int open(const char *pathname, int flags);
20914int open(const char *pathname, int flags, mode_t mode);
20915
20916@exdent Request:
20917Fopen,pathptr/len,flags,mode
20918@end smallexample
20919
20920@noindent
20921@code{flags} is the bitwise or of the following values:
20922
20923@table @code
20924@item O_CREAT
20925If the file does not exist it will be created. The host
20926rules apply as far as file ownership and time stamps
20927are concerned.
20928
20929@item O_EXCL
20930When used with O_CREAT, if the file already exists it is
20931an error and open() fails.
20932
20933@item O_TRUNC
20934If the file already exists and the open mode allows
20935writing (O_RDWR or O_WRONLY is given) it will be
20936truncated to length 0.
20937
20938@item O_APPEND
20939The file is opened in append mode.
20940
20941@item O_RDONLY
20942The file is opened for reading only.
20943
20944@item O_WRONLY
20945The file is opened for writing only.
20946
20947@item O_RDWR
20948The file is opened for reading and writing.
20949
20950@noindent
20951Each other bit is silently ignored.
20952
20953@end table
20954
20955@noindent
20956@code{mode} is the bitwise or of the following values:
20957
20958@table @code
20959@item S_IRUSR
20960User has read permission.
20961
20962@item S_IWUSR
20963User has write permission.
20964
20965@item S_IRGRP
20966Group has read permission.
20967
20968@item S_IWGRP
20969Group has write permission.
20970
20971@item S_IROTH
20972Others have read permission.
20973
20974@item S_IWOTH
20975Others have write permission.
20976
20977@noindent
20978Each other bit is silently ignored.
20979
20980@end table
20981
20982@smallexample
20983@exdent Return value:
20984open returns the new file descriptor or -1 if an error
20985occured.
20986
20987@exdent Errors:
20988@end smallexample
20989
20990@table @code
20991@item EEXIST
20992pathname already exists and O_CREAT and O_EXCL were used.
20993
20994@item EISDIR
20995pathname refers to a directory.
20996
20997@item EACCES
20998The requested access is not allowed.
20999
21000@item ENAMETOOLONG
21001pathname was too long.
21002
21003@item ENOENT
21004A directory component in pathname does not exist.
21005
21006@item ENODEV
21007pathname refers to a device, pipe, named pipe or socket.
21008
21009@item EROFS
21010pathname refers to a file on a read-only filesystem and
21011write access was requested.
21012
21013@item EFAULT
21014pathname is an invalid pointer value.
21015
21016@item ENOSPC
21017No space on device to create the file.
21018
21019@item EMFILE
21020The process already has the maximum number of files open.
21021
21022@item ENFILE
21023The limit on the total number of files open on the system
21024has been reached.
21025
21026@item EINTR
21027The call was interrupted by the user.
21028@end table
21029
21030@node close
21031@unnumberedsubsubsec close
21032@cindex close, file-i/o system call
21033
21034@smallexample
21035@exdent Synopsis:
21036int close(int fd);
21037
21038@exdent Request:
21039Fclose,fd
21040
21041@exdent Return value:
21042close returns zero on success, or -1 if an error occurred.
21043
21044@exdent Errors:
21045@end smallexample
21046
21047@table @code
21048@item EBADF
21049fd isn't a valid open file descriptor.
21050
21051@item EINTR
21052The call was interrupted by the user.
21053@end table
21054
21055@node read
21056@unnumberedsubsubsec read
21057@cindex read, file-i/o system call
21058
21059@smallexample
21060@exdent Synopsis:
21061int read(int fd, void *buf, unsigned int count);
21062
21063@exdent Request:
21064Fread,fd,bufptr,count
21065
21066@exdent Return value:
21067On success, the number of bytes read is returned.
21068Zero indicates end of file. If count is zero, read
21069returns zero as well. On error, -1 is returned.
21070
21071@exdent Errors:
21072@end smallexample
21073
21074@table @code
21075@item EBADF
21076fd is not a valid file descriptor or is not open for
21077reading.
21078
21079@item EFAULT
21080buf is an invalid pointer value.
21081
21082@item EINTR
21083The call was interrupted by the user.
21084@end table
21085
21086@node write
21087@unnumberedsubsubsec write
21088@cindex write, file-i/o system call
21089
21090@smallexample
21091@exdent Synopsis:
21092int write(int fd, const void *buf, unsigned int count);
21093
21094@exdent Request:
21095Fwrite,fd,bufptr,count
21096
21097@exdent Return value:
21098On success, the number of bytes written are returned.
21099Zero indicates nothing was written. On error, -1
21100is returned.
21101
21102@exdent Errors:
21103@end smallexample
21104
21105@table @code
21106@item EBADF
21107fd is not a valid file descriptor or is not open for
21108writing.
21109
21110@item EFAULT
21111buf is an invalid pointer value.
21112
21113@item EFBIG
21114An attempt was made to write a file that exceeds the
21115host specific maximum file size allowed.
21116
21117@item ENOSPC
21118No space on device to write the data.
21119
21120@item EINTR
21121The call was interrupted by the user.
21122@end table
21123
21124@node lseek
21125@unnumberedsubsubsec lseek
21126@cindex lseek, file-i/o system call
21127
21128@smallexample
21129@exdent Synopsis:
21130long lseek (int fd, long offset, int flag);
21131
21132@exdent Request:
21133Flseek,fd,offset,flag
21134@end smallexample
21135
21136@code{flag} is one of:
21137
21138@table @code
21139@item SEEK_SET
21140The offset is set to offset bytes.
21141
21142@item SEEK_CUR
21143The offset is set to its current location plus offset
21144bytes.
21145
21146@item SEEK_END
21147The offset is set to the size of the file plus offset
21148bytes.
21149@end table
21150
21151@smallexample
21152@exdent Return value:
21153On success, the resulting unsigned offset in bytes from
21154the beginning of the file is returned. Otherwise, a
21155value of -1 is returned.
21156
21157@exdent Errors:
21158@end smallexample
21159
21160@table @code
21161@item EBADF
21162fd is not a valid open file descriptor.
21163
21164@item ESPIPE
21165fd is associated with the @value{GDBN} console.
21166
21167@item EINVAL
21168flag is not a proper value.
21169
21170@item EINTR
21171The call was interrupted by the user.
21172@end table
21173
21174@node rename
21175@unnumberedsubsubsec rename
21176@cindex rename, file-i/o system call
21177
21178@smallexample
21179@exdent Synopsis:
21180int rename(const char *oldpath, const char *newpath);
21181
21182@exdent Request:
21183Frename,oldpathptr/len,newpathptr/len
21184
21185@exdent Return value:
21186On success, zero is returned. On error, -1 is returned.
21187
21188@exdent Errors:
21189@end smallexample
21190
21191@table @code
21192@item EISDIR
21193newpath is an existing directory, but oldpath is not a
21194directory.
21195
21196@item EEXIST
21197newpath is a non-empty directory.
21198
21199@item EBUSY
21200oldpath or newpath is a directory that is in use by some
21201process.
21202
21203@item EINVAL
21204An attempt was made to make a directory a subdirectory
21205of itself.
21206
21207@item ENOTDIR
21208A component used as a directory in oldpath or new
21209path is not a directory. Or oldpath is a directory
21210and newpath exists but is not a directory.
21211
21212@item EFAULT
21213oldpathptr or newpathptr are invalid pointer values.
21214
21215@item EACCES
21216No access to the file or the path of the file.
21217
21218@item ENAMETOOLONG
21219
21220oldpath or newpath was too long.
21221
21222@item ENOENT
21223A directory component in oldpath or newpath does not exist.
21224
21225@item EROFS
21226The file is on a read-only filesystem.
21227
21228@item ENOSPC
21229The device containing the file has no room for the new
21230directory entry.
21231
21232@item EINTR
21233The call was interrupted by the user.
21234@end table
21235
21236@node unlink
21237@unnumberedsubsubsec unlink
21238@cindex unlink, file-i/o system call
21239
21240@smallexample
21241@exdent Synopsis:
21242int unlink(const char *pathname);
21243
21244@exdent Request:
21245Funlink,pathnameptr/len
21246
21247@exdent Return value:
21248On success, zero is returned. On error, -1 is returned.
21249
21250@exdent Errors:
21251@end smallexample
21252
21253@table @code
21254@item EACCES
21255No access to the file or the path of the file.
21256
21257@item EPERM
21258The system does not allow unlinking of directories.
21259
21260@item EBUSY
21261The file pathname cannot be unlinked because it's
21262being used by another process.
21263
21264@item EFAULT
21265pathnameptr is an invalid pointer value.
21266
21267@item ENAMETOOLONG
21268pathname was too long.
21269
21270@item ENOENT
21271A directory component in pathname does not exist.
21272
21273@item ENOTDIR
21274A component of the path is not a directory.
21275
21276@item EROFS
21277The file is on a read-only filesystem.
21278
21279@item EINTR
21280The call was interrupted by the user.
21281@end table
21282
21283@node stat/fstat
21284@unnumberedsubsubsec stat/fstat
21285@cindex fstat, file-i/o system call
21286@cindex stat, file-i/o system call
21287
21288@smallexample
21289@exdent Synopsis:
21290int stat(const char *pathname, struct stat *buf);
21291int fstat(int fd, struct stat *buf);
21292
21293@exdent Request:
21294Fstat,pathnameptr/len,bufptr
21295Ffstat,fd,bufptr
21296
21297@exdent Return value:
21298On success, zero is returned. On error, -1 is returned.
21299
21300@exdent Errors:
21301@end smallexample
21302
21303@table @code
21304@item EBADF
21305fd is not a valid open file.
21306
21307@item ENOENT
21308A directory component in pathname does not exist or the
21309path is an empty string.
21310
21311@item ENOTDIR
21312A component of the path is not a directory.
21313
21314@item EFAULT
21315pathnameptr is an invalid pointer value.
21316
21317@item EACCES
21318No access to the file or the path of the file.
21319
21320@item ENAMETOOLONG
21321pathname was too long.
21322
21323@item EINTR
21324The call was interrupted by the user.
21325@end table
21326
21327@node gettimeofday
21328@unnumberedsubsubsec gettimeofday
21329@cindex gettimeofday, file-i/o system call
21330
21331@smallexample
21332@exdent Synopsis:
21333int gettimeofday(struct timeval *tv, void *tz);
21334
21335@exdent Request:
21336Fgettimeofday,tvptr,tzptr
21337
21338@exdent Return value:
21339On success, 0 is returned, -1 otherwise.
21340
21341@exdent Errors:
21342@end smallexample
21343
21344@table @code
21345@item EINVAL
21346tz is a non-NULL pointer.
21347
21348@item EFAULT
21349tvptr and/or tzptr is an invalid pointer value.
21350@end table
21351
21352@node isatty
21353@unnumberedsubsubsec isatty
21354@cindex isatty, file-i/o system call
21355
21356@smallexample
21357@exdent Synopsis:
21358int isatty(int fd);
21359
21360@exdent Request:
21361Fisatty,fd
21362
21363@exdent Return value:
21364Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21365
21366@exdent Errors:
21367@end smallexample
21368
21369@table @code
21370@item EINTR
21371The call was interrupted by the user.
21372@end table
21373
21374@node system
21375@unnumberedsubsubsec system
21376@cindex system, file-i/o system call
21377
21378@smallexample
21379@exdent Synopsis:
21380int system(const char *command);
21381
21382@exdent Request:
21383Fsystem,commandptr/len
21384
21385@exdent Return value:
21386The value returned is -1 on error and the return status
21387of the command otherwise. Only the exit status of the
21388command is returned, which is extracted from the hosts
21389system return value by calling WEXITSTATUS(retval).
21390In case /bin/sh could not be executed, 127 is returned.
21391
21392@exdent Errors:
21393@end smallexample
21394
21395@table @code
21396@item EINTR
21397The call was interrupted by the user.
21398@end table
21399
21400@node Protocol specific representation of datatypes
21401@subsection Protocol specific representation of datatypes
21402@cindex protocol specific representation of datatypes, in file-i/o protocol
21403
21404@menu
21405* Integral datatypes::
21406* Pointer values::
21407* struct stat::
21408* struct timeval::
21409@end menu
21410
21411@node Integral datatypes
21412@unnumberedsubsubsec Integral datatypes
21413@cindex integral datatypes, in file-i/o protocol
21414
21415The integral datatypes used in the system calls are
21416
21417@smallexample
21418int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21419@end smallexample
21420
21421@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21422implemented as 32 bit values in this protocol.
21423
21424@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21425
21426@xref{Limits}, for corresponding MIN and MAX values (similar to those
21427in @file{limits.h}) to allow range checking on host and target.
21428
21429@code{time_t} datatypes are defined as seconds since the Epoch.
21430
21431All integral datatypes transferred as part of a memory read or write of a
21432structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21433byte order.
21434
21435@node Pointer values
21436@unnumberedsubsubsec Pointer values
21437@cindex pointer values, in file-i/o protocol
21438
21439Pointers to target data are transmitted as they are. An exception
21440is made for pointers to buffers for which the length isn't
21441transmitted as part of the function call, namely strings. Strings
21442are transmitted as a pointer/length pair, both as hex values, e.g.@:
21443
21444@smallexample
21445@code{1aaf/12}
21446@end smallexample
21447
21448@noindent
21449which is a pointer to data of length 18 bytes at position 0x1aaf.
21450The length is defined as the full string length in bytes, including
21451the trailing null byte. Example:
21452
21453@smallexample
21454``hello, world'' at address 0x123456
21455@end smallexample
21456
21457@noindent
21458is transmitted as
21459
21460@smallexample
21461@code{123456/d}
21462@end smallexample
21463
21464@node struct stat
21465@unnumberedsubsubsec struct stat
21466@cindex struct stat, in file-i/o protocol
21467
21468The buffer of type struct stat used by the target and @value{GDBN} is defined
21469as follows:
21470
21471@smallexample
21472struct stat @{
21473 unsigned int st_dev; /* device */
21474 unsigned int st_ino; /* inode */
21475 mode_t st_mode; /* protection */
21476 unsigned int st_nlink; /* number of hard links */
21477 unsigned int st_uid; /* user ID of owner */
21478 unsigned int st_gid; /* group ID of owner */
21479 unsigned int st_rdev; /* device type (if inode device) */
21480 unsigned long st_size; /* total size, in bytes */
21481 unsigned long st_blksize; /* blocksize for filesystem I/O */
21482 unsigned long st_blocks; /* number of blocks allocated */
21483 time_t st_atime; /* time of last access */
21484 time_t st_mtime; /* time of last modification */
21485 time_t st_ctime; /* time of last change */
21486@};
21487@end smallexample
21488
21489The integral datatypes are conforming to the definitions given in the
21490approriate section (see @ref{Integral datatypes}, for details) so this
21491structure is of size 64 bytes.
21492
21493The values of several fields have a restricted meaning and/or
21494range of values.
21495
21496@smallexample
21497st_dev: 0 file
21498 1 console
21499
21500st_ino: No valid meaning for the target. Transmitted unchanged.
21501
21502st_mode: Valid mode bits are described in Appendix C. Any other
21503 bits have currently no meaning for the target.
21504
21505st_uid: No valid meaning for the target. Transmitted unchanged.
21506
21507st_gid: No valid meaning for the target. Transmitted unchanged.
21508
21509st_rdev: No valid meaning for the target. Transmitted unchanged.
21510
21511st_atime, st_mtime, st_ctime:
21512 These values have a host and file system dependent
21513 accuracy. Especially on Windows hosts the file systems
21514 don't support exact timing values.
21515@end smallexample
21516
21517The target gets a struct stat of the above representation and is
21518responsible to coerce it to the target representation before
21519continuing.
21520
21521Note that due to size differences between the host and target
21522representation of stat members, these members could eventually
21523get truncated on the target.
21524
21525@node struct timeval
21526@unnumberedsubsubsec struct timeval
21527@cindex struct timeval, in file-i/o protocol
21528
21529The buffer of type struct timeval used by the target and @value{GDBN}
21530is defined as follows:
21531
21532@smallexample
21533struct timeval @{
21534 time_t tv_sec; /* second */
21535 long tv_usec; /* microsecond */
21536@};
21537@end smallexample
21538
21539The integral datatypes are conforming to the definitions given in the
21540approriate section (see @ref{Integral datatypes}, for details) so this
21541structure is of size 8 bytes.
21542
21543@node Constants
21544@subsection Constants
21545@cindex constants, in file-i/o protocol
21546
21547The following values are used for the constants inside of the
21548protocol. @value{GDBN} and target are resposible to translate these
21549values before and after the call as needed.
21550
21551@menu
21552* Open flags::
21553* mode_t values::
21554* Errno values::
21555* Lseek flags::
21556* Limits::
21557@end menu
21558
21559@node Open flags
21560@unnumberedsubsubsec Open flags
21561@cindex open flags, in file-i/o protocol
21562
21563All values are given in hexadecimal representation.
21564
21565@smallexample
21566 O_RDONLY 0x0
21567 O_WRONLY 0x1
21568 O_RDWR 0x2
21569 O_APPEND 0x8
21570 O_CREAT 0x200
21571 O_TRUNC 0x400
21572 O_EXCL 0x800
21573@end smallexample
21574
21575@node mode_t values
21576@unnumberedsubsubsec mode_t values
21577@cindex mode_t values, in file-i/o protocol
21578
21579All values are given in octal representation.
21580
21581@smallexample
21582 S_IFREG 0100000
21583 S_IFDIR 040000
21584 S_IRUSR 0400
21585 S_IWUSR 0200
21586 S_IXUSR 0100
21587 S_IRGRP 040
21588 S_IWGRP 020
21589 S_IXGRP 010
21590 S_IROTH 04
21591 S_IWOTH 02
21592 S_IXOTH 01
21593@end smallexample
21594
21595@node Errno values
21596@unnumberedsubsubsec Errno values
21597@cindex errno values, in file-i/o protocol
21598
21599All values are given in decimal representation.
21600
21601@smallexample
21602 EPERM 1
21603 ENOENT 2
21604 EINTR 4
21605 EBADF 9
21606 EACCES 13
21607 EFAULT 14
21608 EBUSY 16
21609 EEXIST 17
21610 ENODEV 19
21611 ENOTDIR 20
21612 EISDIR 21
21613 EINVAL 22
21614 ENFILE 23
21615 EMFILE 24
21616 EFBIG 27
21617 ENOSPC 28
21618 ESPIPE 29
21619 EROFS 30
21620 ENAMETOOLONG 91
21621 EUNKNOWN 9999
21622@end smallexample
21623
21624 EUNKNOWN is used as a fallback error value if a host system returns
21625 any error value not in the list of supported error numbers.
21626
21627@node Lseek flags
21628@unnumberedsubsubsec Lseek flags
21629@cindex lseek flags, in file-i/o protocol
21630
21631@smallexample
21632 SEEK_SET 0
21633 SEEK_CUR 1
21634 SEEK_END 2
21635@end smallexample
21636
21637@node Limits
21638@unnumberedsubsubsec Limits
21639@cindex limits, in file-i/o protocol
21640
21641All values are given in decimal representation.
21642
21643@smallexample
21644 INT_MIN -2147483648
21645 INT_MAX 2147483647
21646 UINT_MAX 4294967295
21647 LONG_MIN -9223372036854775808
21648 LONG_MAX 9223372036854775807
21649 ULONG_MAX 18446744073709551615
21650@end smallexample
21651
21652@node File-I/O Examples
21653@subsection File-I/O Examples
21654@cindex file-i/o examples
21655
21656Example sequence of a write call, file descriptor 3, buffer is at target
21657address 0x1234, 6 bytes should be written:
21658
21659@smallexample
21660<- @code{Fwrite,3,1234,6}
21661@emph{request memory read from target}
21662-> @code{m1234,6}
21663<- XXXXXX
21664@emph{return "6 bytes written"}
21665-> @code{F6}
21666@end smallexample
21667
21668Example sequence of a read call, file descriptor 3, buffer is at target
21669address 0x1234, 6 bytes should be read:
21670
21671@smallexample
21672<- @code{Fread,3,1234,6}
21673@emph{request memory write to target}
21674-> @code{X1234,6:XXXXXX}
21675@emph{return "6 bytes read"}
21676-> @code{F6}
21677@end smallexample
21678
21679Example sequence of a read call, call fails on the host due to invalid
21680file descriptor (EBADF):
21681
21682@smallexample
21683<- @code{Fread,3,1234,6}
21684-> @code{F-1,9}
21685@end smallexample
21686
21687Example sequence of a read call, user presses Ctrl-C before syscall on
21688host is called:
21689
21690@smallexample
21691<- @code{Fread,3,1234,6}
21692-> @code{F-1,4,C}
21693<- @code{T02}
21694@end smallexample
21695
21696Example sequence of a read call, user presses Ctrl-C after syscall on
21697host is called:
21698
21699@smallexample
21700<- @code{Fread,3,1234,6}
21701-> @code{X1234,6:XXXXXX}
21702<- @code{T02}
21703@end smallexample
21704
aab4e0ec 21705@include gpl.texi
eb12ee30 21706
6826cf00
EZ
21707@include fdl.texi
21708
6d2ebf8b 21709@node Index
c906108c
SS
21710@unnumbered Index
21711
21712@printindex cp
21713
21714@tex
21715% I think something like @colophon should be in texinfo. In the
21716% meantime:
21717\long\def\colophon{\hbox to0pt{}\vfill
21718\centerline{The body of this manual is set in}
21719\centerline{\fontname\tenrm,}
21720\centerline{with headings in {\bf\fontname\tenbf}}
21721\centerline{and examples in {\tt\fontname\tentt}.}
21722\centerline{{\it\fontname\tenit\/},}
21723\centerline{{\bf\fontname\tenbf}, and}
21724\centerline{{\sl\fontname\tensl\/}}
21725\centerline{are used for emphasis.}\vfill}
21726\page\colophon
21727% Blame: doc@cygnus.com, 1991.
21728@end tex
21729
c906108c 21730@bye