bfd/
[deliverable/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
f418dd93 159* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
160* Copying:: GNU General Public License says
161 how you can copy and share GDB
6826cf00 162* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
163* Index:: Index
164@end menu
165
6c0e9fb3 166@end ifnottex
c906108c 167
449f3b6c 168@contents
449f3b6c 169
6d2ebf8b 170@node Summary
c906108c
SS
171@unnumbered Summary of @value{GDBN}
172
173The purpose of a debugger such as @value{GDBN} is to allow you to see what is
174going on ``inside'' another program while it executes---or what another
175program was doing at the moment it crashed.
176
177@value{GDBN} can do four main kinds of things (plus other things in support of
178these) to help you catch bugs in the act:
179
180@itemize @bullet
181@item
182Start your program, specifying anything that might affect its behavior.
183
184@item
185Make your program stop on specified conditions.
186
187@item
188Examine what has happened, when your program has stopped.
189
190@item
191Change things in your program, so you can experiment with correcting the
192effects of one bug and go on to learn about another.
193@end itemize
194
cce74817 195You can use @value{GDBN} to debug programs written in C and C++.
c906108c 196For more information, see @ref{Support,,Supported languages}.
c906108c
SS
197For more information, see @ref{C,,C and C++}.
198
cce74817 199@cindex Modula-2
e632838e
AC
200Support for Modula-2 is partial. For information on Modula-2, see
201@ref{Modula-2,,Modula-2}.
c906108c 202
cce74817
JM
203@cindex Pascal
204Debugging Pascal programs which use sets, subranges, file variables, or
205nested functions does not currently work. @value{GDBN} does not support
206entering expressions, printing values, or similar features using Pascal
207syntax.
c906108c 208
c906108c
SS
209@cindex Fortran
210@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 211it may be necessary to refer to some variables with a trailing
cce74817 212underscore.
c906108c 213
b37303ee
AF
214@value{GDBN} can be used to debug programs written in Objective-C,
215using either the Apple/NeXT or the GNU Objective-C runtime.
216
c906108c
SS
217@menu
218* Free Software:: Freely redistributable software
219* Contributors:: Contributors to GDB
220@end menu
221
6d2ebf8b 222@node Free Software
c906108c
SS
223@unnumberedsec Free software
224
5d161b24 225@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
226General Public License
227(GPL). The GPL gives you the freedom to copy or adapt a licensed
228program---but every person getting a copy also gets with it the
229freedom to modify that copy (which means that they must get access to
230the source code), and the freedom to distribute further copies.
231Typical software companies use copyrights to limit your freedoms; the
232Free Software Foundation uses the GPL to preserve these freedoms.
233
234Fundamentally, the General Public License is a license which says that
235you have these freedoms and that you cannot take these freedoms away
236from anyone else.
237
2666264b 238@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
239
240The biggest deficiency in the free software community today is not in
241the software---it is the lack of good free documentation that we can
242include with the free software. Many of our most important
243programs do not come with free reference manuals and free introductory
244texts. Documentation is an essential part of any software package;
245when an important free software package does not come with a free
246manual and a free tutorial, that is a major gap. We have many such
247gaps today.
248
249Consider Perl, for instance. The tutorial manuals that people
250normally use are non-free. How did this come about? Because the
251authors of those manuals published them with restrictive terms---no
252copying, no modification, source files not available---which exclude
253them from the free software world.
254
255That wasn't the first time this sort of thing happened, and it was far
256from the last. Many times we have heard a GNU user eagerly describe a
257manual that he is writing, his intended contribution to the community,
258only to learn that he had ruined everything by signing a publication
259contract to make it non-free.
260
261Free documentation, like free software, is a matter of freedom, not
262price. The problem with the non-free manual is not that publishers
263charge a price for printed copies---that in itself is fine. (The Free
264Software Foundation sells printed copies of manuals, too.) The
265problem is the restrictions on the use of the manual. Free manuals
266are available in source code form, and give you permission to copy and
267modify. Non-free manuals do not allow this.
268
269The criteria of freedom for a free manual are roughly the same as for
270free software. Redistribution (including the normal kinds of
271commercial redistribution) must be permitted, so that the manual can
272accompany every copy of the program, both on-line and on paper.
273
274Permission for modification of the technical content is crucial too.
275When people modify the software, adding or changing features, if they
276are conscientious they will change the manual too---so they can
277provide accurate and clear documentation for the modified program. A
278manual that leaves you no choice but to write a new manual to document
279a changed version of the program is not really available to our
280community.
281
282Some kinds of limits on the way modification is handled are
283acceptable. For example, requirements to preserve the original
284author's copyright notice, the distribution terms, or the list of
285authors, are ok. It is also no problem to require modified versions
286to include notice that they were modified. Even entire sections that
287may not be deleted or changed are acceptable, as long as they deal
288with nontechnical topics (like this one). These kinds of restrictions
289are acceptable because they don't obstruct the community's normal use
290of the manual.
291
292However, it must be possible to modify all the @emph{technical}
293content of the manual, and then distribute the result in all the usual
294media, through all the usual channels. Otherwise, the restrictions
295obstruct the use of the manual, it is not free, and we need another
296manual to replace it.
297
298Please spread the word about this issue. Our community continues to
299lose manuals to proprietary publishing. If we spread the word that
300free software needs free reference manuals and free tutorials, perhaps
301the next person who wants to contribute by writing documentation will
302realize, before it is too late, that only free manuals contribute to
303the free software community.
304
305If you are writing documentation, please insist on publishing it under
306the GNU Free Documentation License or another free documentation
307license. Remember that this decision requires your approval---you
308don't have to let the publisher decide. Some commercial publishers
309will use a free license if you insist, but they will not propose the
310option; it is up to you to raise the issue and say firmly that this is
311what you want. If the publisher you are dealing with refuses, please
312try other publishers. If you're not sure whether a proposed license
42584a72 313is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
314
315You can encourage commercial publishers to sell more free, copylefted
316manuals and tutorials by buying them, and particularly by buying
317copies from the publishers that paid for their writing or for major
318improvements. Meanwhile, try to avoid buying non-free documentation
319at all. Check the distribution terms of a manual before you buy it,
320and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
321Check the history of the book, and try to reward the publishers that
322have paid or pay the authors to work on it.
959acfd1
EZ
323
324The Free Software Foundation maintains a list of free documentation
325published by other publishers, at
326@url{http://www.fsf.org/doc/other-free-books.html}.
327
6d2ebf8b 328@node Contributors
96a2c332
SS
329@unnumberedsec Contributors to @value{GDBN}
330
331Richard Stallman was the original author of @value{GDBN}, and of many
332other @sc{gnu} programs. Many others have contributed to its
333development. This section attempts to credit major contributors. One
334of the virtues of free software is that everyone is free to contribute
335to it; with regret, we cannot actually acknowledge everyone here. The
336file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
337blow-by-blow account.
338
339Changes much prior to version 2.0 are lost in the mists of time.
340
341@quotation
342@emph{Plea:} Additions to this section are particularly welcome. If you
343or your friends (or enemies, to be evenhanded) have been unfairly
344omitted from this list, we would like to add your names!
345@end quotation
346
347So that they may not regard their many labors as thankless, we
348particularly thank those who shepherded @value{GDBN} through major
349releases:
f2c06f52 350Andrew Cagney (releases 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
351Jim Blandy (release 4.18);
352Jason Molenda (release 4.17);
353Stan Shebs (release 4.14);
354Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
355Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
356John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
357Jim Kingdon (releases 3.5, 3.4, and 3.3);
358and Randy Smith (releases 3.2, 3.1, and 3.0).
359
360Richard Stallman, assisted at various times by Peter TerMaat, Chris
361Hanson, and Richard Mlynarik, handled releases through 2.8.
362
b37052ae
EZ
363Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
364in @value{GDBN}, with significant additional contributions from Per
365Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
366demangler. Early work on C@t{++} was by Peter TerMaat (who also did
367much general update work leading to release 3.0).
c906108c 368
b37052ae 369@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
370object-file formats; BFD was a joint project of David V.
371Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
372
373David Johnson wrote the original COFF support; Pace Willison did
374the original support for encapsulated COFF.
375
0179ffac 376Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
377
378Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
379Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
380support.
381Jean-Daniel Fekete contributed Sun 386i support.
382Chris Hanson improved the HP9000 support.
383Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
384David Johnson contributed Encore Umax support.
385Jyrki Kuoppala contributed Altos 3068 support.
386Jeff Law contributed HP PA and SOM support.
387Keith Packard contributed NS32K support.
388Doug Rabson contributed Acorn Risc Machine support.
389Bob Rusk contributed Harris Nighthawk CX-UX support.
390Chris Smith contributed Convex support (and Fortran debugging).
391Jonathan Stone contributed Pyramid support.
392Michael Tiemann contributed SPARC support.
393Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
394Pace Willison contributed Intel 386 support.
395Jay Vosburgh contributed Symmetry support.
a37295f9 396Marko Mlinar contributed OpenRISC 1000 support.
c906108c 397
1104b9e7 398Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
399
400Rich Schaefer and Peter Schauer helped with support of SunOS shared
401libraries.
402
403Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
404about several machine instruction sets.
405
406Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
407remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
408contributed remote debugging modules for the i960, VxWorks, A29K UDI,
409and RDI targets, respectively.
410
411Brian Fox is the author of the readline libraries providing
412command-line editing and command history.
413
7a292a7a
SS
414Andrew Beers of SUNY Buffalo wrote the language-switching code, the
415Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 416
5d161b24 417Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 418He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 419symbols.
c906108c
SS
420
421Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
422Super-H processors.
423
424NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
426Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
427
428Toshiba sponsored the support for the TX39 Mips processor.
429
430Matsushita sponsored the support for the MN10200 and MN10300 processors.
431
96a2c332 432Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
433
434Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
435watchpoints.
436
437Michael Snyder added support for tracepoints.
438
439Stu Grossman wrote gdbserver.
440
441Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 442nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
443
444The following people at the Hewlett-Packard Company contributed
445support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 446(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
447compiler, and the terminal user interface: Ben Krepp, Richard Title,
448John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
449Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
450information in this manual.
451
b37052ae
EZ
452DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
453Robert Hoehne made significant contributions to the DJGPP port.
454
96a2c332
SS
455Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
456development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
457fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
458Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
459Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
460Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
461Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
462addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
463JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
464Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
465Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
466Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
467Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
468Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
469Zuhn have made contributions both large and small.
c906108c 470
e2e0bcd1
JB
471Jim Blandy added support for preprocessor macros, while working for Red
472Hat.
c906108c 473
6d2ebf8b 474@node Sample Session
c906108c
SS
475@chapter A Sample @value{GDBN} Session
476
477You can use this manual at your leisure to read all about @value{GDBN}.
478However, a handful of commands are enough to get started using the
479debugger. This chapter illustrates those commands.
480
481@iftex
482In this sample session, we emphasize user input like this: @b{input},
483to make it easier to pick out from the surrounding output.
484@end iftex
485
486@c FIXME: this example may not be appropriate for some configs, where
487@c FIXME...primary interest is in remote use.
488
489One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
490processor) exhibits the following bug: sometimes, when we change its
491quote strings from the default, the commands used to capture one macro
492definition within another stop working. In the following short @code{m4}
493session, we define a macro @code{foo} which expands to @code{0000}; we
494then use the @code{m4} built-in @code{defn} to define @code{bar} as the
495same thing. However, when we change the open quote string to
496@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
497procedure fails to define a new synonym @code{baz}:
498
499@smallexample
500$ @b{cd gnu/m4}
501$ @b{./m4}
502@b{define(foo,0000)}
503
504@b{foo}
5050000
506@b{define(bar,defn(`foo'))}
507
508@b{bar}
5090000
510@b{changequote(<QUOTE>,<UNQUOTE>)}
511
512@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
513@b{baz}
514@b{C-d}
515m4: End of input: 0: fatal error: EOF in string
516@end smallexample
517
518@noindent
519Let us use @value{GDBN} to try to see what is going on.
520
c906108c
SS
521@smallexample
522$ @b{@value{GDBP} m4}
523@c FIXME: this falsifies the exact text played out, to permit smallbook
524@c FIXME... format to come out better.
525@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 526 of it under certain conditions; type "show copying" to see
c906108c 527 the conditions.
5d161b24 528There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
529 for details.
530
531@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
532(@value{GDBP})
533@end smallexample
c906108c
SS
534
535@noindent
536@value{GDBN} reads only enough symbol data to know where to find the
537rest when needed; as a result, the first prompt comes up very quickly.
538We now tell @value{GDBN} to use a narrower display width than usual, so
539that examples fit in this manual.
540
541@smallexample
542(@value{GDBP}) @b{set width 70}
543@end smallexample
544
545@noindent
546We need to see how the @code{m4} built-in @code{changequote} works.
547Having looked at the source, we know the relevant subroutine is
548@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
549@code{break} command.
550
551@smallexample
552(@value{GDBP}) @b{break m4_changequote}
553Breakpoint 1 at 0x62f4: file builtin.c, line 879.
554@end smallexample
555
556@noindent
557Using the @code{run} command, we start @code{m4} running under @value{GDBN}
558control; as long as control does not reach the @code{m4_changequote}
559subroutine, the program runs as usual:
560
561@smallexample
562(@value{GDBP}) @b{run}
563Starting program: /work/Editorial/gdb/gnu/m4/m4
564@b{define(foo,0000)}
565
566@b{foo}
5670000
568@end smallexample
569
570@noindent
571To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
572suspends execution of @code{m4}, displaying information about the
573context where it stops.
574
575@smallexample
576@b{changequote(<QUOTE>,<UNQUOTE>)}
577
5d161b24 578Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
579 at builtin.c:879
580879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
581@end smallexample
582
583@noindent
584Now we use the command @code{n} (@code{next}) to advance execution to
585the next line of the current function.
586
587@smallexample
588(@value{GDBP}) @b{n}
589882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
590 : nil,
591@end smallexample
592
593@noindent
594@code{set_quotes} looks like a promising subroutine. We can go into it
595by using the command @code{s} (@code{step}) instead of @code{next}.
596@code{step} goes to the next line to be executed in @emph{any}
597subroutine, so it steps into @code{set_quotes}.
598
599@smallexample
600(@value{GDBP}) @b{s}
601set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
602 at input.c:530
603530 if (lquote != def_lquote)
604@end smallexample
605
606@noindent
607The display that shows the subroutine where @code{m4} is now
608suspended (and its arguments) is called a stack frame display. It
609shows a summary of the stack. We can use the @code{backtrace}
610command (which can also be spelled @code{bt}), to see where we are
611in the stack as a whole: the @code{backtrace} command displays a
612stack frame for each active subroutine.
613
614@smallexample
615(@value{GDBP}) @b{bt}
616#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
617 at input.c:530
5d161b24 618#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
619 at builtin.c:882
620#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
621#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
622 at macro.c:71
623#4 0x79dc in expand_input () at macro.c:40
624#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
625@end smallexample
626
627@noindent
628We step through a few more lines to see what happens. The first two
629times, we can use @samp{s}; the next two times we use @code{n} to avoid
630falling into the @code{xstrdup} subroutine.
631
632@smallexample
633(@value{GDBP}) @b{s}
6340x3b5c 532 if (rquote != def_rquote)
635(@value{GDBP}) @b{s}
6360x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
637def_lquote : xstrdup(lq);
638(@value{GDBP}) @b{n}
639536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
640 : xstrdup(rq);
641(@value{GDBP}) @b{n}
642538 len_lquote = strlen(rquote);
643@end smallexample
644
645@noindent
646The last line displayed looks a little odd; we can examine the variables
647@code{lquote} and @code{rquote} to see if they are in fact the new left
648and right quotes we specified. We use the command @code{p}
649(@code{print}) to see their values.
650
651@smallexample
652(@value{GDBP}) @b{p lquote}
653$1 = 0x35d40 "<QUOTE>"
654(@value{GDBP}) @b{p rquote}
655$2 = 0x35d50 "<UNQUOTE>"
656@end smallexample
657
658@noindent
659@code{lquote} and @code{rquote} are indeed the new left and right quotes.
660To look at some context, we can display ten lines of source
661surrounding the current line with the @code{l} (@code{list}) command.
662
663@smallexample
664(@value{GDBP}) @b{l}
665533 xfree(rquote);
666534
667535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
668 : xstrdup (lq);
669536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
670 : xstrdup (rq);
671537
672538 len_lquote = strlen(rquote);
673539 len_rquote = strlen(lquote);
674540 @}
675541
676542 void
677@end smallexample
678
679@noindent
680Let us step past the two lines that set @code{len_lquote} and
681@code{len_rquote}, and then examine the values of those variables.
682
683@smallexample
684(@value{GDBP}) @b{n}
685539 len_rquote = strlen(lquote);
686(@value{GDBP}) @b{n}
687540 @}
688(@value{GDBP}) @b{p len_lquote}
689$3 = 9
690(@value{GDBP}) @b{p len_rquote}
691$4 = 7
692@end smallexample
693
694@noindent
695That certainly looks wrong, assuming @code{len_lquote} and
696@code{len_rquote} are meant to be the lengths of @code{lquote} and
697@code{rquote} respectively. We can set them to better values using
698the @code{p} command, since it can print the value of
699any expression---and that expression can include subroutine calls and
700assignments.
701
702@smallexample
703(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
704$5 = 7
705(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
706$6 = 9
707@end smallexample
708
709@noindent
710Is that enough to fix the problem of using the new quotes with the
711@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
712executing with the @code{c} (@code{continue}) command, and then try the
713example that caused trouble initially:
714
715@smallexample
716(@value{GDBP}) @b{c}
717Continuing.
718
719@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
720
721baz
7220000
723@end smallexample
724
725@noindent
726Success! The new quotes now work just as well as the default ones. The
727problem seems to have been just the two typos defining the wrong
728lengths. We allow @code{m4} exit by giving it an EOF as input:
729
730@smallexample
731@b{C-d}
732Program exited normally.
733@end smallexample
734
735@noindent
736The message @samp{Program exited normally.} is from @value{GDBN}; it
737indicates @code{m4} has finished executing. We can end our @value{GDBN}
738session with the @value{GDBN} @code{quit} command.
739
740@smallexample
741(@value{GDBP}) @b{quit}
742@end smallexample
c906108c 743
6d2ebf8b 744@node Invocation
c906108c
SS
745@chapter Getting In and Out of @value{GDBN}
746
747This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 748The essentials are:
c906108c 749@itemize @bullet
5d161b24 750@item
53a5351d 751type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 752@item
c906108c
SS
753type @kbd{quit} or @kbd{C-d} to exit.
754@end itemize
755
756@menu
757* Invoking GDB:: How to start @value{GDBN}
758* Quitting GDB:: How to quit @value{GDBN}
759* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 760* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
761@end menu
762
6d2ebf8b 763@node Invoking GDB
c906108c
SS
764@section Invoking @value{GDBN}
765
c906108c
SS
766Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
767@value{GDBN} reads commands from the terminal until you tell it to exit.
768
769You can also run @code{@value{GDBP}} with a variety of arguments and options,
770to specify more of your debugging environment at the outset.
771
c906108c
SS
772The command-line options described here are designed
773to cover a variety of situations; in some environments, some of these
5d161b24 774options may effectively be unavailable.
c906108c
SS
775
776The most usual way to start @value{GDBN} is with one argument,
777specifying an executable program:
778
474c8240 779@smallexample
c906108c 780@value{GDBP} @var{program}
474c8240 781@end smallexample
c906108c 782
c906108c
SS
783@noindent
784You can also start with both an executable program and a core file
785specified:
786
474c8240 787@smallexample
c906108c 788@value{GDBP} @var{program} @var{core}
474c8240 789@end smallexample
c906108c
SS
790
791You can, instead, specify a process ID as a second argument, if you want
792to debug a running process:
793
474c8240 794@smallexample
c906108c 795@value{GDBP} @var{program} 1234
474c8240 796@end smallexample
c906108c
SS
797
798@noindent
799would attach @value{GDBN} to process @code{1234} (unless you also have a file
800named @file{1234}; @value{GDBN} does check for a core file first).
801
c906108c 802Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
803complete operating system; when you use @value{GDBN} as a remote
804debugger attached to a bare board, there may not be any notion of
805``process'', and there is often no way to get a core dump. @value{GDBN}
806will warn you if it is unable to attach or to read core dumps.
c906108c 807
aa26fa3a
TT
808You can optionally have @code{@value{GDBP}} pass any arguments after the
809executable file to the inferior using @code{--args}. This option stops
810option processing.
474c8240 811@smallexample
aa26fa3a 812gdb --args gcc -O2 -c foo.c
474c8240 813@end smallexample
aa26fa3a
TT
814This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
815@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
816
96a2c332 817You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
818@value{GDBN}'s non-warranty, by specifying @code{-silent}:
819
820@smallexample
821@value{GDBP} -silent
822@end smallexample
823
824@noindent
825You can further control how @value{GDBN} starts up by using command-line
826options. @value{GDBN} itself can remind you of the options available.
827
828@noindent
829Type
830
474c8240 831@smallexample
c906108c 832@value{GDBP} -help
474c8240 833@end smallexample
c906108c
SS
834
835@noindent
836to display all available options and briefly describe their use
837(@samp{@value{GDBP} -h} is a shorter equivalent).
838
839All options and command line arguments you give are processed
840in sequential order. The order makes a difference when the
841@samp{-x} option is used.
842
843
844@menu
c906108c
SS
845* File Options:: Choosing files
846* Mode Options:: Choosing modes
847@end menu
848
6d2ebf8b 849@node File Options
c906108c
SS
850@subsection Choosing files
851
2df3850c 852When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
853specifying an executable file and core file (or process ID). This is
854the same as if the arguments were specified by the @samp{-se} and
19837790
MS
855@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
856first argument that does not have an associated option flag as
857equivalent to the @samp{-se} option followed by that argument; and the
858second argument that does not have an associated option flag, if any, as
859equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
860If the second argument begins with a decimal digit, @value{GDBN} will
861first attempt to attach to it as a process, and if that fails, attempt
862to open it as a corefile. If you have a corefile whose name begins with
863a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 864prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
865
866If @value{GDBN} has not been configured to included core file support,
867such as for most embedded targets, then it will complain about a second
868argument and ignore it.
c906108c
SS
869
870Many options have both long and short forms; both are shown in the
871following list. @value{GDBN} also recognizes the long forms if you truncate
872them, so long as enough of the option is present to be unambiguous.
873(If you prefer, you can flag option arguments with @samp{--} rather
874than @samp{-}, though we illustrate the more usual convention.)
875
d700128c
EZ
876@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
877@c way, both those who look for -foo and --foo in the index, will find
878@c it.
879
c906108c
SS
880@table @code
881@item -symbols @var{file}
882@itemx -s @var{file}
d700128c
EZ
883@cindex @code{--symbols}
884@cindex @code{-s}
c906108c
SS
885Read symbol table from file @var{file}.
886
887@item -exec @var{file}
888@itemx -e @var{file}
d700128c
EZ
889@cindex @code{--exec}
890@cindex @code{-e}
7a292a7a
SS
891Use file @var{file} as the executable file to execute when appropriate,
892and for examining pure data in conjunction with a core dump.
c906108c
SS
893
894@item -se @var{file}
d700128c 895@cindex @code{--se}
c906108c
SS
896Read symbol table from file @var{file} and use it as the executable
897file.
898
c906108c
SS
899@item -core @var{file}
900@itemx -c @var{file}
d700128c
EZ
901@cindex @code{--core}
902@cindex @code{-c}
19837790 903Use file @var{file} as a core dump to examine.
c906108c
SS
904
905@item -c @var{number}
19837790
MS
906@item -pid @var{number}
907@itemx -p @var{number}
908@cindex @code{--pid}
909@cindex @code{-p}
910Connect to process ID @var{number}, as with the @code{attach} command.
911If there is no such process, @value{GDBN} will attempt to open a core
912file named @var{number}.
c906108c
SS
913
914@item -command @var{file}
915@itemx -x @var{file}
d700128c
EZ
916@cindex @code{--command}
917@cindex @code{-x}
c906108c
SS
918Execute @value{GDBN} commands from file @var{file}. @xref{Command
919Files,, Command files}.
920
921@item -directory @var{directory}
922@itemx -d @var{directory}
d700128c
EZ
923@cindex @code{--directory}
924@cindex @code{-d}
c906108c
SS
925Add @var{directory} to the path to search for source files.
926
c906108c
SS
927@item -m
928@itemx -mapped
d700128c
EZ
929@cindex @code{--mapped}
930@cindex @code{-m}
c906108c
SS
931@emph{Warning: this option depends on operating system facilities that are not
932supported on all systems.}@*
933If memory-mapped files are available on your system through the @code{mmap}
5d161b24 934system call, you can use this option
c906108c
SS
935to have @value{GDBN} write the symbols from your
936program into a reusable file in the current directory. If the program you are debugging is
96a2c332 937called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
938Future @value{GDBN} debugging sessions notice the presence of this file,
939and can quickly map in symbol information from it, rather than reading
940the symbol table from the executable program.
941
942The @file{.syms} file is specific to the host machine where @value{GDBN}
943is run. It holds an exact image of the internal @value{GDBN} symbol
944table. It cannot be shared across multiple host platforms.
c906108c 945
c906108c
SS
946@item -r
947@itemx -readnow
d700128c
EZ
948@cindex @code{--readnow}
949@cindex @code{-r}
c906108c
SS
950Read each symbol file's entire symbol table immediately, rather than
951the default, which is to read it incrementally as it is needed.
952This makes startup slower, but makes future operations faster.
53a5351d 953
c906108c
SS
954@end table
955
2df3850c 956You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 957order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
958information. (@xref{Files,,Commands to specify files}, for information
959on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
960but build a @file{.syms} file for future use is:
c906108c 961
474c8240 962@smallexample
2df3850c 963gdb -batch -nx -mapped -readnow programname
474c8240 964@end smallexample
c906108c 965
6d2ebf8b 966@node Mode Options
c906108c
SS
967@subsection Choosing modes
968
969You can run @value{GDBN} in various alternative modes---for example, in
970batch mode or quiet mode.
971
972@table @code
973@item -nx
974@itemx -n
d700128c
EZ
975@cindex @code{--nx}
976@cindex @code{-n}
96565e91 977Do not execute commands found in any initialization files. Normally,
2df3850c
JM
978@value{GDBN} executes the commands in these files after all the command
979options and arguments have been processed. @xref{Command Files,,Command
980files}.
c906108c
SS
981
982@item -quiet
d700128c 983@itemx -silent
c906108c 984@itemx -q
d700128c
EZ
985@cindex @code{--quiet}
986@cindex @code{--silent}
987@cindex @code{-q}
c906108c
SS
988``Quiet''. Do not print the introductory and copyright messages. These
989messages are also suppressed in batch mode.
990
991@item -batch
d700128c 992@cindex @code{--batch}
c906108c
SS
993Run in batch mode. Exit with status @code{0} after processing all the
994command files specified with @samp{-x} (and all commands from
995initialization files, if not inhibited with @samp{-n}). Exit with
996nonzero status if an error occurs in executing the @value{GDBN} commands
997in the command files.
998
2df3850c
JM
999Batch mode may be useful for running @value{GDBN} as a filter, for
1000example to download and run a program on another computer; in order to
1001make this more useful, the message
c906108c 1002
474c8240 1003@smallexample
c906108c 1004Program exited normally.
474c8240 1005@end smallexample
c906108c
SS
1006
1007@noindent
2df3850c
JM
1008(which is ordinarily issued whenever a program running under
1009@value{GDBN} control terminates) is not issued when running in batch
1010mode.
1011
1012@item -nowindows
1013@itemx -nw
d700128c
EZ
1014@cindex @code{--nowindows}
1015@cindex @code{-nw}
2df3850c 1016``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1017(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1018interface. If no GUI is available, this option has no effect.
1019
1020@item -windows
1021@itemx -w
d700128c
EZ
1022@cindex @code{--windows}
1023@cindex @code{-w}
2df3850c
JM
1024If @value{GDBN} includes a GUI, then this option requires it to be
1025used if possible.
c906108c
SS
1026
1027@item -cd @var{directory}
d700128c 1028@cindex @code{--cd}
c906108c
SS
1029Run @value{GDBN} using @var{directory} as its working directory,
1030instead of the current directory.
1031
c906108c
SS
1032@item -fullname
1033@itemx -f
d700128c
EZ
1034@cindex @code{--fullname}
1035@cindex @code{-f}
7a292a7a
SS
1036@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1037subprocess. It tells @value{GDBN} to output the full file name and line
1038number in a standard, recognizable fashion each time a stack frame is
1039displayed (which includes each time your program stops). This
1040recognizable format looks like two @samp{\032} characters, followed by
1041the file name, line number and character position separated by colons,
1042and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1043@samp{\032} characters as a signal to display the source code for the
1044frame.
c906108c 1045
d700128c
EZ
1046@item -epoch
1047@cindex @code{--epoch}
1048The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1049@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1050routines so as to allow Epoch to display values of expressions in a
1051separate window.
1052
1053@item -annotate @var{level}
1054@cindex @code{--annotate}
1055This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1056effect is identical to using @samp{set annotate @var{level}}
1057(@pxref{Annotations}).
1058Annotation level controls how much information does @value{GDBN} print
1059together with its prompt, values of expressions, source lines, and other
1060types of output. Level 0 is the normal, level 1 is for use when
1061@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1062maximum annotation suitable for programs that control @value{GDBN}.
1063
1064@item -async
1065@cindex @code{--async}
1066Use the asynchronous event loop for the command-line interface.
1067@value{GDBN} processes all events, such as user keyboard input, via a
1068special event loop. This allows @value{GDBN} to accept and process user
1069commands in parallel with the debugged process being
1070run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1071MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1072suspended when the debuggee runs.}, so you don't need to wait for
1073control to return to @value{GDBN} before you type the next command.
b37052ae 1074(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1075operation is not yet in place, so @samp{-async} does not work fully
1076yet.)
1077@c FIXME: when the target side of the event loop is done, the above NOTE
1078@c should be removed.
1079
1080When the standard input is connected to a terminal device, @value{GDBN}
1081uses the asynchronous event loop by default, unless disabled by the
1082@samp{-noasync} option.
1083
1084@item -noasync
1085@cindex @code{--noasync}
1086Disable the asynchronous event loop for the command-line interface.
1087
aa26fa3a
TT
1088@item --args
1089@cindex @code{--args}
1090Change interpretation of command line so that arguments following the
1091executable file are passed as command line arguments to the inferior.
1092This option stops option processing.
1093
2df3850c
JM
1094@item -baud @var{bps}
1095@itemx -b @var{bps}
d700128c
EZ
1096@cindex @code{--baud}
1097@cindex @code{-b}
c906108c
SS
1098Set the line speed (baud rate or bits per second) of any serial
1099interface used by @value{GDBN} for remote debugging.
c906108c
SS
1100
1101@item -tty @var{device}
d700128c
EZ
1102@itemx -t @var{device}
1103@cindex @code{--tty}
1104@cindex @code{-t}
c906108c
SS
1105Run using @var{device} for your program's standard input and output.
1106@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1107
53a5351d 1108@c resolve the situation of these eventually
c4555f82
SC
1109@item -tui
1110@cindex @code{--tui}
1111Activate the Terminal User Interface when starting.
1112The Terminal User Interface manages several text windows on the terminal,
1113showing source, assembly, registers and @value{GDBN} command outputs
1114(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1115Do not use this option if you run @value{GDBN} from Emacs
1116(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1117
1118@c @item -xdb
d700128c 1119@c @cindex @code{--xdb}
53a5351d
JM
1120@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1121@c For information, see the file @file{xdb_trans.html}, which is usually
1122@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1123@c systems.
1124
d700128c
EZ
1125@item -interpreter @var{interp}
1126@cindex @code{--interpreter}
1127Use the interpreter @var{interp} for interface with the controlling
1128program or device. This option is meant to be set by programs which
94bbb2c0 1129communicate with @value{GDBN} using it as a back end.
21c294e6 1130@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1131
da0f9dcd
AC
1132@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1133@value{GDBN} to use the current @dfn{@sc{gdb/mi} interface}
1134(@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). The previous @sc{gdb/mi}
1135interface, included in @value{GDBN} version 5.3, can be selected with
1136@samp{--interpreter=mi1}. Earlier @sc{gdb/mi} interfaces
1137are not supported.
d700128c
EZ
1138
1139@item -write
1140@cindex @code{--write}
1141Open the executable and core files for both reading and writing. This
1142is equivalent to the @samp{set write on} command inside @value{GDBN}
1143(@pxref{Patching}).
1144
1145@item -statistics
1146@cindex @code{--statistics}
1147This option causes @value{GDBN} to print statistics about time and
1148memory usage after it completes each command and returns to the prompt.
1149
1150@item -version
1151@cindex @code{--version}
1152This option causes @value{GDBN} to print its version number and
1153no-warranty blurb, and exit.
1154
c906108c
SS
1155@end table
1156
6d2ebf8b 1157@node Quitting GDB
c906108c
SS
1158@section Quitting @value{GDBN}
1159@cindex exiting @value{GDBN}
1160@cindex leaving @value{GDBN}
1161
1162@table @code
1163@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1164@kindex q @r{(@code{quit})}
96a2c332
SS
1165@item quit @r{[}@var{expression}@r{]}
1166@itemx q
1167To exit @value{GDBN}, use the @code{quit} command (abbreviated
1168@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1169do not supply @var{expression}, @value{GDBN} will terminate normally;
1170otherwise it will terminate using the result of @var{expression} as the
1171error code.
c906108c
SS
1172@end table
1173
1174@cindex interrupt
1175An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1176terminates the action of any @value{GDBN} command that is in progress and
1177returns to @value{GDBN} command level. It is safe to type the interrupt
1178character at any time because @value{GDBN} does not allow it to take effect
1179until a time when it is safe.
1180
c906108c
SS
1181If you have been using @value{GDBN} to control an attached process or
1182device, you can release it with the @code{detach} command
1183(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1184
6d2ebf8b 1185@node Shell Commands
c906108c
SS
1186@section Shell commands
1187
1188If you need to execute occasional shell commands during your
1189debugging session, there is no need to leave or suspend @value{GDBN}; you can
1190just use the @code{shell} command.
1191
1192@table @code
1193@kindex shell
1194@cindex shell escape
1195@item shell @var{command string}
1196Invoke a standard shell to execute @var{command string}.
c906108c 1197If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1198shell to run. Otherwise @value{GDBN} uses the default shell
1199(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1200@end table
1201
1202The utility @code{make} is often needed in development environments.
1203You do not have to use the @code{shell} command for this purpose in
1204@value{GDBN}:
1205
1206@table @code
1207@kindex make
1208@cindex calling make
1209@item make @var{make-args}
1210Execute the @code{make} program with the specified
1211arguments. This is equivalent to @samp{shell make @var{make-args}}.
1212@end table
1213
0fac0b41
DJ
1214@node Logging output
1215@section Logging output
1216@cindex logging @value{GDBN} output
1217
1218You may want to save the output of @value{GDBN} commands to a file.
1219There are several commands to control @value{GDBN}'s logging.
1220
1221@table @code
1222@kindex set logging
1223@item set logging on
1224Enable logging.
1225@item set logging off
1226Disable logging.
1227@item set logging file @var{file}
1228Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1229@item set logging overwrite [on|off]
1230By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1231you want @code{set logging on} to overwrite the logfile instead.
1232@item set logging redirect [on|off]
1233By default, @value{GDBN} output will go to both the terminal and the logfile.
1234Set @code{redirect} if you want output to go only to the log file.
1235@kindex show logging
1236@item show logging
1237Show the current values of the logging settings.
1238@end table
1239
6d2ebf8b 1240@node Commands
c906108c
SS
1241@chapter @value{GDBN} Commands
1242
1243You can abbreviate a @value{GDBN} command to the first few letters of the command
1244name, if that abbreviation is unambiguous; and you can repeat certain
1245@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1246key to get @value{GDBN} to fill out the rest of a word in a command (or to
1247show you the alternatives available, if there is more than one possibility).
1248
1249@menu
1250* Command Syntax:: How to give commands to @value{GDBN}
1251* Completion:: Command completion
1252* Help:: How to ask @value{GDBN} for help
1253@end menu
1254
6d2ebf8b 1255@node Command Syntax
c906108c
SS
1256@section Command syntax
1257
1258A @value{GDBN} command is a single line of input. There is no limit on
1259how long it can be. It starts with a command name, which is followed by
1260arguments whose meaning depends on the command name. For example, the
1261command @code{step} accepts an argument which is the number of times to
1262step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1263with no arguments. Some commands do not allow any arguments.
c906108c
SS
1264
1265@cindex abbreviation
1266@value{GDBN} command names may always be truncated if that abbreviation is
1267unambiguous. Other possible command abbreviations are listed in the
1268documentation for individual commands. In some cases, even ambiguous
1269abbreviations are allowed; for example, @code{s} is specially defined as
1270equivalent to @code{step} even though there are other commands whose
1271names start with @code{s}. You can test abbreviations by using them as
1272arguments to the @code{help} command.
1273
1274@cindex repeating commands
41afff9a 1275@kindex RET @r{(repeat last command)}
c906108c 1276A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1277repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1278will not repeat this way; these are commands whose unintentional
1279repetition might cause trouble and which you are unlikely to want to
1280repeat.
1281
1282The @code{list} and @code{x} commands, when you repeat them with
1283@key{RET}, construct new arguments rather than repeating
1284exactly as typed. This permits easy scanning of source or memory.
1285
1286@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1287output, in a way similar to the common utility @code{more}
1288(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1289@key{RET} too many in this situation, @value{GDBN} disables command
1290repetition after any command that generates this sort of display.
1291
41afff9a 1292@kindex # @r{(a comment)}
c906108c
SS
1293@cindex comment
1294Any text from a @kbd{#} to the end of the line is a comment; it does
1295nothing. This is useful mainly in command files (@pxref{Command
1296Files,,Command files}).
1297
88118b3a
TT
1298@cindex repeating command sequences
1299@kindex C-o @r{(operate-and-get-next)}
1300The @kbd{C-o} binding is useful for repeating a complex sequence of
1301commands. This command accepts the current line, like @kbd{RET}, and
1302then fetches the next line relative to the current line from the history
1303for editing.
1304
6d2ebf8b 1305@node Completion
c906108c
SS
1306@section Command completion
1307
1308@cindex completion
1309@cindex word completion
1310@value{GDBN} can fill in the rest of a word in a command for you, if there is
1311only one possibility; it can also show you what the valid possibilities
1312are for the next word in a command, at any time. This works for @value{GDBN}
1313commands, @value{GDBN} subcommands, and the names of symbols in your program.
1314
1315Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1316of a word. If there is only one possibility, @value{GDBN} fills in the
1317word, and waits for you to finish the command (or press @key{RET} to
1318enter it). For example, if you type
1319
1320@c FIXME "@key" does not distinguish its argument sufficiently to permit
1321@c complete accuracy in these examples; space introduced for clarity.
1322@c If texinfo enhancements make it unnecessary, it would be nice to
1323@c replace " @key" by "@key" in the following...
474c8240 1324@smallexample
c906108c 1325(@value{GDBP}) info bre @key{TAB}
474c8240 1326@end smallexample
c906108c
SS
1327
1328@noindent
1329@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1330the only @code{info} subcommand beginning with @samp{bre}:
1331
474c8240 1332@smallexample
c906108c 1333(@value{GDBP}) info breakpoints
474c8240 1334@end smallexample
c906108c
SS
1335
1336@noindent
1337You can either press @key{RET} at this point, to run the @code{info
1338breakpoints} command, or backspace and enter something else, if
1339@samp{breakpoints} does not look like the command you expected. (If you
1340were sure you wanted @code{info breakpoints} in the first place, you
1341might as well just type @key{RET} immediately after @samp{info bre},
1342to exploit command abbreviations rather than command completion).
1343
1344If there is more than one possibility for the next word when you press
1345@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1346characters and try again, or just press @key{TAB} a second time;
1347@value{GDBN} displays all the possible completions for that word. For
1348example, you might want to set a breakpoint on a subroutine whose name
1349begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1350just sounds the bell. Typing @key{TAB} again displays all the
1351function names in your program that begin with those characters, for
1352example:
1353
474c8240 1354@smallexample
c906108c
SS
1355(@value{GDBP}) b make_ @key{TAB}
1356@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1357make_a_section_from_file make_environ
1358make_abs_section make_function_type
1359make_blockvector make_pointer_type
1360make_cleanup make_reference_type
c906108c
SS
1361make_command make_symbol_completion_list
1362(@value{GDBP}) b make_
474c8240 1363@end smallexample
c906108c
SS
1364
1365@noindent
1366After displaying the available possibilities, @value{GDBN} copies your
1367partial input (@samp{b make_} in the example) so you can finish the
1368command.
1369
1370If you just want to see the list of alternatives in the first place, you
b37052ae 1371can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1372means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1373key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1374one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1375
1376@cindex quotes in commands
1377@cindex completion of quoted strings
1378Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1379parentheses or other characters that @value{GDBN} normally excludes from
1380its notion of a word. To permit word completion to work in this
1381situation, you may enclose words in @code{'} (single quote marks) in
1382@value{GDBN} commands.
c906108c 1383
c906108c 1384The most likely situation where you might need this is in typing the
b37052ae
EZ
1385name of a C@t{++} function. This is because C@t{++} allows function
1386overloading (multiple definitions of the same function, distinguished
1387by argument type). For example, when you want to set a breakpoint you
1388may need to distinguish whether you mean the version of @code{name}
1389that takes an @code{int} parameter, @code{name(int)}, or the version
1390that takes a @code{float} parameter, @code{name(float)}. To use the
1391word-completion facilities in this situation, type a single quote
1392@code{'} at the beginning of the function name. This alerts
1393@value{GDBN} that it may need to consider more information than usual
1394when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1395
474c8240 1396@smallexample
96a2c332 1397(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1398bubble(double,double) bubble(int,int)
1399(@value{GDBP}) b 'bubble(
474c8240 1400@end smallexample
c906108c
SS
1401
1402In some cases, @value{GDBN} can tell that completing a name requires using
1403quotes. When this happens, @value{GDBN} inserts the quote for you (while
1404completing as much as it can) if you do not type the quote in the first
1405place:
1406
474c8240 1407@smallexample
c906108c
SS
1408(@value{GDBP}) b bub @key{TAB}
1409@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1410(@value{GDBP}) b 'bubble(
474c8240 1411@end smallexample
c906108c
SS
1412
1413@noindent
1414In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1415you have not yet started typing the argument list when you ask for
1416completion on an overloaded symbol.
1417
d4f3574e 1418For more information about overloaded functions, see @ref{C plus plus
b37052ae 1419expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1420overload-resolution off} to disable overload resolution;
b37052ae 1421see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1422
1423
6d2ebf8b 1424@node Help
c906108c
SS
1425@section Getting help
1426@cindex online documentation
1427@kindex help
1428
5d161b24 1429You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1430using the command @code{help}.
1431
1432@table @code
41afff9a 1433@kindex h @r{(@code{help})}
c906108c
SS
1434@item help
1435@itemx h
1436You can use @code{help} (abbreviated @code{h}) with no arguments to
1437display a short list of named classes of commands:
1438
1439@smallexample
1440(@value{GDBP}) help
1441List of classes of commands:
1442
2df3850c 1443aliases -- Aliases of other commands
c906108c 1444breakpoints -- Making program stop at certain points
2df3850c 1445data -- Examining data
c906108c 1446files -- Specifying and examining files
2df3850c
JM
1447internals -- Maintenance commands
1448obscure -- Obscure features
1449running -- Running the program
1450stack -- Examining the stack
c906108c
SS
1451status -- Status inquiries
1452support -- Support facilities
96a2c332
SS
1453tracepoints -- Tracing of program execution without@*
1454 stopping the program
c906108c 1455user-defined -- User-defined commands
c906108c 1456
5d161b24 1457Type "help" followed by a class name for a list of
c906108c 1458commands in that class.
5d161b24 1459Type "help" followed by command name for full
c906108c
SS
1460documentation.
1461Command name abbreviations are allowed if unambiguous.
1462(@value{GDBP})
1463@end smallexample
96a2c332 1464@c the above line break eliminates huge line overfull...
c906108c
SS
1465
1466@item help @var{class}
1467Using one of the general help classes as an argument, you can get a
1468list of the individual commands in that class. For example, here is the
1469help display for the class @code{status}:
1470
1471@smallexample
1472(@value{GDBP}) help status
1473Status inquiries.
1474
1475List of commands:
1476
1477@c Line break in "show" line falsifies real output, but needed
1478@c to fit in smallbook page size.
2df3850c
JM
1479info -- Generic command for showing things
1480 about the program being debugged
1481show -- Generic command for showing things
1482 about the debugger
c906108c 1483
5d161b24 1484Type "help" followed by command name for full
c906108c
SS
1485documentation.
1486Command name abbreviations are allowed if unambiguous.
1487(@value{GDBP})
1488@end smallexample
1489
1490@item help @var{command}
1491With a command name as @code{help} argument, @value{GDBN} displays a
1492short paragraph on how to use that command.
1493
6837a0a2
DB
1494@kindex apropos
1495@item apropos @var{args}
1496The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1497commands, and their documentation, for the regular expression specified in
1498@var{args}. It prints out all matches found. For example:
1499
1500@smallexample
1501apropos reload
1502@end smallexample
1503
b37052ae
EZ
1504@noindent
1505results in:
6837a0a2
DB
1506
1507@smallexample
6d2ebf8b
SS
1508@c @group
1509set symbol-reloading -- Set dynamic symbol table reloading
1510 multiple times in one run
1511show symbol-reloading -- Show dynamic symbol table reloading
1512 multiple times in one run
1513@c @end group
6837a0a2
DB
1514@end smallexample
1515
c906108c
SS
1516@kindex complete
1517@item complete @var{args}
1518The @code{complete @var{args}} command lists all the possible completions
1519for the beginning of a command. Use @var{args} to specify the beginning of the
1520command you want completed. For example:
1521
1522@smallexample
1523complete i
1524@end smallexample
1525
1526@noindent results in:
1527
1528@smallexample
1529@group
2df3850c
JM
1530if
1531ignore
c906108c
SS
1532info
1533inspect
c906108c
SS
1534@end group
1535@end smallexample
1536
1537@noindent This is intended for use by @sc{gnu} Emacs.
1538@end table
1539
1540In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1541and @code{show} to inquire about the state of your program, or the state
1542of @value{GDBN} itself. Each command supports many topics of inquiry; this
1543manual introduces each of them in the appropriate context. The listings
1544under @code{info} and under @code{show} in the Index point to
1545all the sub-commands. @xref{Index}.
1546
1547@c @group
1548@table @code
1549@kindex info
41afff9a 1550@kindex i @r{(@code{info})}
c906108c
SS
1551@item info
1552This command (abbreviated @code{i}) is for describing the state of your
1553program. For example, you can list the arguments given to your program
1554with @code{info args}, list the registers currently in use with @code{info
1555registers}, or list the breakpoints you have set with @code{info breakpoints}.
1556You can get a complete list of the @code{info} sub-commands with
1557@w{@code{help info}}.
1558
1559@kindex set
1560@item set
5d161b24 1561You can assign the result of an expression to an environment variable with
c906108c
SS
1562@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1563@code{set prompt $}.
1564
1565@kindex show
1566@item show
5d161b24 1567In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1568@value{GDBN} itself.
1569You can change most of the things you can @code{show}, by using the
1570related command @code{set}; for example, you can control what number
1571system is used for displays with @code{set radix}, or simply inquire
1572which is currently in use with @code{show radix}.
1573
1574@kindex info set
1575To display all the settable parameters and their current
1576values, you can use @code{show} with no arguments; you may also use
1577@code{info set}. Both commands produce the same display.
1578@c FIXME: "info set" violates the rule that "info" is for state of
1579@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1580@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1581@end table
1582@c @end group
1583
1584Here are three miscellaneous @code{show} subcommands, all of which are
1585exceptional in lacking corresponding @code{set} commands:
1586
1587@table @code
1588@kindex show version
1589@cindex version number
1590@item show version
1591Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1592information in @value{GDBN} bug-reports. If multiple versions of
1593@value{GDBN} are in use at your site, you may need to determine which
1594version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1595commands are introduced, and old ones may wither away. Also, many
1596system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1597variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1598The version number is the same as the one announced when you start
1599@value{GDBN}.
c906108c
SS
1600
1601@kindex show copying
1602@item show copying
1603Display information about permission for copying @value{GDBN}.
1604
1605@kindex show warranty
1606@item show warranty
2df3850c 1607Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1608if your version of @value{GDBN} comes with one.
2df3850c 1609
c906108c
SS
1610@end table
1611
6d2ebf8b 1612@node Running
c906108c
SS
1613@chapter Running Programs Under @value{GDBN}
1614
1615When you run a program under @value{GDBN}, you must first generate
1616debugging information when you compile it.
7a292a7a
SS
1617
1618You may start @value{GDBN} with its arguments, if any, in an environment
1619of your choice. If you are doing native debugging, you may redirect
1620your program's input and output, debug an already running process, or
1621kill a child process.
c906108c
SS
1622
1623@menu
1624* Compilation:: Compiling for debugging
1625* Starting:: Starting your program
c906108c
SS
1626* Arguments:: Your program's arguments
1627* Environment:: Your program's environment
c906108c
SS
1628
1629* Working Directory:: Your program's working directory
1630* Input/Output:: Your program's input and output
1631* Attach:: Debugging an already-running process
1632* Kill Process:: Killing the child process
c906108c
SS
1633
1634* Threads:: Debugging programs with multiple threads
1635* Processes:: Debugging programs with multiple processes
1636@end menu
1637
6d2ebf8b 1638@node Compilation
c906108c
SS
1639@section Compiling for debugging
1640
1641In order to debug a program effectively, you need to generate
1642debugging information when you compile it. This debugging information
1643is stored in the object file; it describes the data type of each
1644variable or function and the correspondence between source line numbers
1645and addresses in the executable code.
1646
1647To request debugging information, specify the @samp{-g} option when you run
1648the compiler.
1649
e2e0bcd1
JB
1650Most compilers do not include information about preprocessor macros in
1651the debugging information if you specify the @option{-g} flag alone,
1652because this information is rather large. Version 3.1 of @value{NGCC},
1653the @sc{gnu} C compiler, provides macro information if you specify the
1654options @option{-gdwarf-2} and @option{-g3}; the former option requests
1655debugging information in the Dwarf 2 format, and the latter requests
1656``extra information''. In the future, we hope to find more compact ways
1657to represent macro information, so that it can be included with
1658@option{-g} alone.
1659
c906108c
SS
1660Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1661options together. Using those compilers, you cannot generate optimized
1662executables containing debugging information.
1663
53a5351d
JM
1664@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1665without @samp{-O}, making it possible to debug optimized code. We
1666recommend that you @emph{always} use @samp{-g} whenever you compile a
1667program. You may think your program is correct, but there is no sense
1668in pushing your luck.
c906108c
SS
1669
1670@cindex optimized code, debugging
1671@cindex debugging optimized code
1672When you debug a program compiled with @samp{-g -O}, remember that the
1673optimizer is rearranging your code; the debugger shows you what is
1674really there. Do not be too surprised when the execution path does not
1675exactly match your source file! An extreme example: if you define a
1676variable, but never use it, @value{GDBN} never sees that
1677variable---because the compiler optimizes it out of existence.
1678
1679Some things do not work as well with @samp{-g -O} as with just
1680@samp{-g}, particularly on machines with instruction scheduling. If in
1681doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1682please report it to us as a bug (including a test case!).
1683
1684Older versions of the @sc{gnu} C compiler permitted a variant option
1685@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1686format; if your @sc{gnu} C compiler has this option, do not use it.
1687
1688@need 2000
6d2ebf8b 1689@node Starting
c906108c
SS
1690@section Starting your program
1691@cindex starting
1692@cindex running
1693
1694@table @code
1695@kindex run
41afff9a 1696@kindex r @r{(@code{run})}
c906108c
SS
1697@item run
1698@itemx r
7a292a7a
SS
1699Use the @code{run} command to start your program under @value{GDBN}.
1700You must first specify the program name (except on VxWorks) with an
1701argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1702@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1703(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1704
1705@end table
1706
c906108c
SS
1707If you are running your program in an execution environment that
1708supports processes, @code{run} creates an inferior process and makes
1709that process run your program. (In environments without processes,
1710@code{run} jumps to the start of your program.)
1711
1712The execution of a program is affected by certain information it
1713receives from its superior. @value{GDBN} provides ways to specify this
1714information, which you must do @emph{before} starting your program. (You
1715can change it after starting your program, but such changes only affect
1716your program the next time you start it.) This information may be
1717divided into four categories:
1718
1719@table @asis
1720@item The @emph{arguments.}
1721Specify the arguments to give your program as the arguments of the
1722@code{run} command. If a shell is available on your target, the shell
1723is used to pass the arguments, so that you may use normal conventions
1724(such as wildcard expansion or variable substitution) in describing
1725the arguments.
1726In Unix systems, you can control which shell is used with the
1727@code{SHELL} environment variable.
1728@xref{Arguments, ,Your program's arguments}.
1729
1730@item The @emph{environment.}
1731Your program normally inherits its environment from @value{GDBN}, but you can
1732use the @value{GDBN} commands @code{set environment} and @code{unset
1733environment} to change parts of the environment that affect
1734your program. @xref{Environment, ,Your program's environment}.
1735
1736@item The @emph{working directory.}
1737Your program inherits its working directory from @value{GDBN}. You can set
1738the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1739@xref{Working Directory, ,Your program's working directory}.
1740
1741@item The @emph{standard input and output.}
1742Your program normally uses the same device for standard input and
1743standard output as @value{GDBN} is using. You can redirect input and output
1744in the @code{run} command line, or you can use the @code{tty} command to
1745set a different device for your program.
1746@xref{Input/Output, ,Your program's input and output}.
1747
1748@cindex pipes
1749@emph{Warning:} While input and output redirection work, you cannot use
1750pipes to pass the output of the program you are debugging to another
1751program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1752wrong program.
1753@end table
c906108c
SS
1754
1755When you issue the @code{run} command, your program begins to execute
1756immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1757of how to arrange for your program to stop. Once your program has
1758stopped, you may call functions in your program, using the @code{print}
1759or @code{call} commands. @xref{Data, ,Examining Data}.
1760
1761If the modification time of your symbol file has changed since the last
1762time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1763table, and reads it again. When it does this, @value{GDBN} tries to retain
1764your current breakpoints.
1765
6d2ebf8b 1766@node Arguments
c906108c
SS
1767@section Your program's arguments
1768
1769@cindex arguments (to your program)
1770The arguments to your program can be specified by the arguments of the
5d161b24 1771@code{run} command.
c906108c
SS
1772They are passed to a shell, which expands wildcard characters and
1773performs redirection of I/O, and thence to your program. Your
1774@code{SHELL} environment variable (if it exists) specifies what shell
1775@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1776the default shell (@file{/bin/sh} on Unix).
1777
1778On non-Unix systems, the program is usually invoked directly by
1779@value{GDBN}, which emulates I/O redirection via the appropriate system
1780calls, and the wildcard characters are expanded by the startup code of
1781the program, not by the shell.
c906108c
SS
1782
1783@code{run} with no arguments uses the same arguments used by the previous
1784@code{run}, or those set by the @code{set args} command.
1785
c906108c 1786@table @code
41afff9a 1787@kindex set args
c906108c
SS
1788@item set args
1789Specify the arguments to be used the next time your program is run. If
1790@code{set args} has no arguments, @code{run} executes your program
1791with no arguments. Once you have run your program with arguments,
1792using @code{set args} before the next @code{run} is the only way to run
1793it again without arguments.
1794
1795@kindex show args
1796@item show args
1797Show the arguments to give your program when it is started.
1798@end table
1799
6d2ebf8b 1800@node Environment
c906108c
SS
1801@section Your program's environment
1802
1803@cindex environment (of your program)
1804The @dfn{environment} consists of a set of environment variables and
1805their values. Environment variables conventionally record such things as
1806your user name, your home directory, your terminal type, and your search
1807path for programs to run. Usually you set up environment variables with
1808the shell and they are inherited by all the other programs you run. When
1809debugging, it can be useful to try running your program with a modified
1810environment without having to start @value{GDBN} over again.
1811
1812@table @code
1813@kindex path
1814@item path @var{directory}
1815Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1816(the search path for executables) that will be passed to your program.
1817The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1818You may specify several directory names, separated by whitespace or by a
1819system-dependent separator character (@samp{:} on Unix, @samp{;} on
1820MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1821is moved to the front, so it is searched sooner.
c906108c
SS
1822
1823You can use the string @samp{$cwd} to refer to whatever is the current
1824working directory at the time @value{GDBN} searches the path. If you
1825use @samp{.} instead, it refers to the directory where you executed the
1826@code{path} command. @value{GDBN} replaces @samp{.} in the
1827@var{directory} argument (with the current path) before adding
1828@var{directory} to the search path.
1829@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1830@c document that, since repeating it would be a no-op.
1831
1832@kindex show paths
1833@item show paths
1834Display the list of search paths for executables (the @code{PATH}
1835environment variable).
1836
1837@kindex show environment
1838@item show environment @r{[}@var{varname}@r{]}
1839Print the value of environment variable @var{varname} to be given to
1840your program when it starts. If you do not supply @var{varname},
1841print the names and values of all environment variables to be given to
1842your program. You can abbreviate @code{environment} as @code{env}.
1843
1844@kindex set environment
53a5351d 1845@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1846Set environment variable @var{varname} to @var{value}. The value
1847changes for your program only, not for @value{GDBN} itself. @var{value} may
1848be any string; the values of environment variables are just strings, and
1849any interpretation is supplied by your program itself. The @var{value}
1850parameter is optional; if it is eliminated, the variable is set to a
1851null value.
1852@c "any string" here does not include leading, trailing
1853@c blanks. Gnu asks: does anyone care?
1854
1855For example, this command:
1856
474c8240 1857@smallexample
c906108c 1858set env USER = foo
474c8240 1859@end smallexample
c906108c
SS
1860
1861@noindent
d4f3574e 1862tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1863@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1864are not actually required.)
1865
1866@kindex unset environment
1867@item unset environment @var{varname}
1868Remove variable @var{varname} from the environment to be passed to your
1869program. This is different from @samp{set env @var{varname} =};
1870@code{unset environment} removes the variable from the environment,
1871rather than assigning it an empty value.
1872@end table
1873
d4f3574e
SS
1874@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1875the shell indicated
c906108c
SS
1876by your @code{SHELL} environment variable if it exists (or
1877@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1878that runs an initialization file---such as @file{.cshrc} for C-shell, or
1879@file{.bashrc} for BASH---any variables you set in that file affect
1880your program. You may wish to move setting of environment variables to
1881files that are only run when you sign on, such as @file{.login} or
1882@file{.profile}.
1883
6d2ebf8b 1884@node Working Directory
c906108c
SS
1885@section Your program's working directory
1886
1887@cindex working directory (of your program)
1888Each time you start your program with @code{run}, it inherits its
1889working directory from the current working directory of @value{GDBN}.
1890The @value{GDBN} working directory is initially whatever it inherited
1891from its parent process (typically the shell), but you can specify a new
1892working directory in @value{GDBN} with the @code{cd} command.
1893
1894The @value{GDBN} working directory also serves as a default for the commands
1895that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1896specify files}.
1897
1898@table @code
1899@kindex cd
1900@item cd @var{directory}
1901Set the @value{GDBN} working directory to @var{directory}.
1902
1903@kindex pwd
1904@item pwd
1905Print the @value{GDBN} working directory.
1906@end table
1907
6d2ebf8b 1908@node Input/Output
c906108c
SS
1909@section Your program's input and output
1910
1911@cindex redirection
1912@cindex i/o
1913@cindex terminal
1914By default, the program you run under @value{GDBN} does input and output to
5d161b24 1915the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1916to its own terminal modes to interact with you, but it records the terminal
1917modes your program was using and switches back to them when you continue
1918running your program.
1919
1920@table @code
1921@kindex info terminal
1922@item info terminal
1923Displays information recorded by @value{GDBN} about the terminal modes your
1924program is using.
1925@end table
1926
1927You can redirect your program's input and/or output using shell
1928redirection with the @code{run} command. For example,
1929
474c8240 1930@smallexample
c906108c 1931run > outfile
474c8240 1932@end smallexample
c906108c
SS
1933
1934@noindent
1935starts your program, diverting its output to the file @file{outfile}.
1936
1937@kindex tty
1938@cindex controlling terminal
1939Another way to specify where your program should do input and output is
1940with the @code{tty} command. This command accepts a file name as
1941argument, and causes this file to be the default for future @code{run}
1942commands. It also resets the controlling terminal for the child
1943process, for future @code{run} commands. For example,
1944
474c8240 1945@smallexample
c906108c 1946tty /dev/ttyb
474c8240 1947@end smallexample
c906108c
SS
1948
1949@noindent
1950directs that processes started with subsequent @code{run} commands
1951default to do input and output on the terminal @file{/dev/ttyb} and have
1952that as their controlling terminal.
1953
1954An explicit redirection in @code{run} overrides the @code{tty} command's
1955effect on the input/output device, but not its effect on the controlling
1956terminal.
1957
1958When you use the @code{tty} command or redirect input in the @code{run}
1959command, only the input @emph{for your program} is affected. The input
1960for @value{GDBN} still comes from your terminal.
1961
6d2ebf8b 1962@node Attach
c906108c
SS
1963@section Debugging an already-running process
1964@kindex attach
1965@cindex attach
1966
1967@table @code
1968@item attach @var{process-id}
1969This command attaches to a running process---one that was started
1970outside @value{GDBN}. (@code{info files} shows your active
1971targets.) The command takes as argument a process ID. The usual way to
1972find out the process-id of a Unix process is with the @code{ps} utility,
1973or with the @samp{jobs -l} shell command.
1974
1975@code{attach} does not repeat if you press @key{RET} a second time after
1976executing the command.
1977@end table
1978
1979To use @code{attach}, your program must be running in an environment
1980which supports processes; for example, @code{attach} does not work for
1981programs on bare-board targets that lack an operating system. You must
1982also have permission to send the process a signal.
1983
1984When you use @code{attach}, the debugger finds the program running in
1985the process first by looking in the current working directory, then (if
1986the program is not found) by using the source file search path
1987(@pxref{Source Path, ,Specifying source directories}). You can also use
1988the @code{file} command to load the program. @xref{Files, ,Commands to
1989Specify Files}.
1990
1991The first thing @value{GDBN} does after arranging to debug the specified
1992process is to stop it. You can examine and modify an attached process
53a5351d
JM
1993with all the @value{GDBN} commands that are ordinarily available when
1994you start processes with @code{run}. You can insert breakpoints; you
1995can step and continue; you can modify storage. If you would rather the
1996process continue running, you may use the @code{continue} command after
c906108c
SS
1997attaching @value{GDBN} to the process.
1998
1999@table @code
2000@kindex detach
2001@item detach
2002When you have finished debugging the attached process, you can use the
2003@code{detach} command to release it from @value{GDBN} control. Detaching
2004the process continues its execution. After the @code{detach} command,
2005that process and @value{GDBN} become completely independent once more, and you
2006are ready to @code{attach} another process or start one with @code{run}.
2007@code{detach} does not repeat if you press @key{RET} again after
2008executing the command.
2009@end table
2010
2011If you exit @value{GDBN} or use the @code{run} command while you have an
2012attached process, you kill that process. By default, @value{GDBN} asks
2013for confirmation if you try to do either of these things; you can
2014control whether or not you need to confirm by using the @code{set
2015confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2016messages}).
2017
6d2ebf8b 2018@node Kill Process
c906108c 2019@section Killing the child process
c906108c
SS
2020
2021@table @code
2022@kindex kill
2023@item kill
2024Kill the child process in which your program is running under @value{GDBN}.
2025@end table
2026
2027This command is useful if you wish to debug a core dump instead of a
2028running process. @value{GDBN} ignores any core dump file while your program
2029is running.
2030
2031On some operating systems, a program cannot be executed outside @value{GDBN}
2032while you have breakpoints set on it inside @value{GDBN}. You can use the
2033@code{kill} command in this situation to permit running your program
2034outside the debugger.
2035
2036The @code{kill} command is also useful if you wish to recompile and
2037relink your program, since on many systems it is impossible to modify an
2038executable file while it is running in a process. In this case, when you
2039next type @code{run}, @value{GDBN} notices that the file has changed, and
2040reads the symbol table again (while trying to preserve your current
2041breakpoint settings).
2042
6d2ebf8b 2043@node Threads
c906108c 2044@section Debugging programs with multiple threads
c906108c
SS
2045
2046@cindex threads of execution
2047@cindex multiple threads
2048@cindex switching threads
2049In some operating systems, such as HP-UX and Solaris, a single program
2050may have more than one @dfn{thread} of execution. The precise semantics
2051of threads differ from one operating system to another, but in general
2052the threads of a single program are akin to multiple processes---except
2053that they share one address space (that is, they can all examine and
2054modify the same variables). On the other hand, each thread has its own
2055registers and execution stack, and perhaps private memory.
2056
2057@value{GDBN} provides these facilities for debugging multi-thread
2058programs:
2059
2060@itemize @bullet
2061@item automatic notification of new threads
2062@item @samp{thread @var{threadno}}, a command to switch among threads
2063@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2064@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2065a command to apply a command to a list of threads
2066@item thread-specific breakpoints
2067@end itemize
2068
c906108c
SS
2069@quotation
2070@emph{Warning:} These facilities are not yet available on every
2071@value{GDBN} configuration where the operating system supports threads.
2072If your @value{GDBN} does not support threads, these commands have no
2073effect. For example, a system without thread support shows no output
2074from @samp{info threads}, and always rejects the @code{thread} command,
2075like this:
2076
2077@smallexample
2078(@value{GDBP}) info threads
2079(@value{GDBP}) thread 1
2080Thread ID 1 not known. Use the "info threads" command to
2081see the IDs of currently known threads.
2082@end smallexample
2083@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2084@c doesn't support threads"?
2085@end quotation
c906108c
SS
2086
2087@cindex focus of debugging
2088@cindex current thread
2089The @value{GDBN} thread debugging facility allows you to observe all
2090threads while your program runs---but whenever @value{GDBN} takes
2091control, one thread in particular is always the focus of debugging.
2092This thread is called the @dfn{current thread}. Debugging commands show
2093program information from the perspective of the current thread.
2094
41afff9a 2095@cindex @code{New} @var{systag} message
c906108c
SS
2096@cindex thread identifier (system)
2097@c FIXME-implementors!! It would be more helpful if the [New...] message
2098@c included GDB's numeric thread handle, so you could just go to that
2099@c thread without first checking `info threads'.
2100Whenever @value{GDBN} detects a new thread in your program, it displays
2101the target system's identification for the thread with a message in the
2102form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2103whose form varies depending on the particular system. For example, on
2104LynxOS, you might see
2105
474c8240 2106@smallexample
c906108c 2107[New process 35 thread 27]
474c8240 2108@end smallexample
c906108c
SS
2109
2110@noindent
2111when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2112the @var{systag} is simply something like @samp{process 368}, with no
2113further qualifier.
2114
2115@c FIXME!! (1) Does the [New...] message appear even for the very first
2116@c thread of a program, or does it only appear for the
6ca652b0 2117@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2118@c program?
2119@c (2) *Is* there necessarily a first thread always? Or do some
2120@c multithread systems permit starting a program with multiple
5d161b24 2121@c threads ab initio?
c906108c
SS
2122
2123@cindex thread number
2124@cindex thread identifier (GDB)
2125For debugging purposes, @value{GDBN} associates its own thread
2126number---always a single integer---with each thread in your program.
2127
2128@table @code
2129@kindex info threads
2130@item info threads
2131Display a summary of all threads currently in your
2132program. @value{GDBN} displays for each thread (in this order):
2133
2134@enumerate
2135@item the thread number assigned by @value{GDBN}
2136
2137@item the target system's thread identifier (@var{systag})
2138
2139@item the current stack frame summary for that thread
2140@end enumerate
2141
2142@noindent
2143An asterisk @samp{*} to the left of the @value{GDBN} thread number
2144indicates the current thread.
2145
5d161b24 2146For example,
c906108c
SS
2147@end table
2148@c end table here to get a little more width for example
2149
2150@smallexample
2151(@value{GDBP}) info threads
2152 3 process 35 thread 27 0x34e5 in sigpause ()
2153 2 process 35 thread 23 0x34e5 in sigpause ()
2154* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2155 at threadtest.c:68
2156@end smallexample
53a5351d
JM
2157
2158On HP-UX systems:
c906108c
SS
2159
2160@cindex thread number
2161@cindex thread identifier (GDB)
2162For debugging purposes, @value{GDBN} associates its own thread
2163number---a small integer assigned in thread-creation order---with each
2164thread in your program.
2165
41afff9a
EZ
2166@cindex @code{New} @var{systag} message, on HP-UX
2167@cindex thread identifier (system), on HP-UX
c906108c
SS
2168@c FIXME-implementors!! It would be more helpful if the [New...] message
2169@c included GDB's numeric thread handle, so you could just go to that
2170@c thread without first checking `info threads'.
2171Whenever @value{GDBN} detects a new thread in your program, it displays
2172both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2173form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2174whose form varies depending on the particular system. For example, on
2175HP-UX, you see
2176
474c8240 2177@smallexample
c906108c 2178[New thread 2 (system thread 26594)]
474c8240 2179@end smallexample
c906108c
SS
2180
2181@noindent
5d161b24 2182when @value{GDBN} notices a new thread.
c906108c
SS
2183
2184@table @code
2185@kindex info threads
2186@item info threads
2187Display a summary of all threads currently in your
2188program. @value{GDBN} displays for each thread (in this order):
2189
2190@enumerate
2191@item the thread number assigned by @value{GDBN}
2192
2193@item the target system's thread identifier (@var{systag})
2194
2195@item the current stack frame summary for that thread
2196@end enumerate
2197
2198@noindent
2199An asterisk @samp{*} to the left of the @value{GDBN} thread number
2200indicates the current thread.
2201
5d161b24 2202For example,
c906108c
SS
2203@end table
2204@c end table here to get a little more width for example
2205
474c8240 2206@smallexample
c906108c 2207(@value{GDBP}) info threads
6d2ebf8b
SS
2208 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2209 at quicksort.c:137
2210 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2211 from /usr/lib/libc.2
2212 1 system thread 27905 0x7b003498 in _brk () \@*
2213 from /usr/lib/libc.2
474c8240 2214@end smallexample
c906108c
SS
2215
2216@table @code
2217@kindex thread @var{threadno}
2218@item thread @var{threadno}
2219Make thread number @var{threadno} the current thread. The command
2220argument @var{threadno} is the internal @value{GDBN} thread number, as
2221shown in the first field of the @samp{info threads} display.
2222@value{GDBN} responds by displaying the system identifier of the thread
2223you selected, and its current stack frame summary:
2224
2225@smallexample
2226@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2227(@value{GDBP}) thread 2
c906108c 2228[Switching to process 35 thread 23]
c906108c
SS
22290x34e5 in sigpause ()
2230@end smallexample
2231
2232@noindent
2233As with the @samp{[New @dots{}]} message, the form of the text after
2234@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2235threads.
c906108c
SS
2236
2237@kindex thread apply
2238@item thread apply [@var{threadno}] [@var{all}] @var{args}
2239The @code{thread apply} command allows you to apply a command to one or
2240more threads. Specify the numbers of the threads that you want affected
2241with the command argument @var{threadno}. @var{threadno} is the internal
2242@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2243threads} display. To apply a command to all threads, use
2244@code{thread apply all} @var{args}.
c906108c
SS
2245@end table
2246
2247@cindex automatic thread selection
2248@cindex switching threads automatically
2249@cindex threads, automatic switching
2250Whenever @value{GDBN} stops your program, due to a breakpoint or a
2251signal, it automatically selects the thread where that breakpoint or
2252signal happened. @value{GDBN} alerts you to the context switch with a
2253message of the form @samp{[Switching to @var{systag}]} to identify the
2254thread.
2255
2256@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2257more information about how @value{GDBN} behaves when you stop and start
2258programs with multiple threads.
2259
2260@xref{Set Watchpoints,,Setting watchpoints}, for information about
2261watchpoints in programs with multiple threads.
c906108c 2262
6d2ebf8b 2263@node Processes
c906108c
SS
2264@section Debugging programs with multiple processes
2265
2266@cindex fork, debugging programs which call
2267@cindex multiple processes
2268@cindex processes, multiple
53a5351d
JM
2269On most systems, @value{GDBN} has no special support for debugging
2270programs which create additional processes using the @code{fork}
2271function. When a program forks, @value{GDBN} will continue to debug the
2272parent process and the child process will run unimpeded. If you have
2273set a breakpoint in any code which the child then executes, the child
2274will get a @code{SIGTRAP} signal which (unless it catches the signal)
2275will cause it to terminate.
c906108c
SS
2276
2277However, if you want to debug the child process there is a workaround
2278which isn't too painful. Put a call to @code{sleep} in the code which
2279the child process executes after the fork. It may be useful to sleep
2280only if a certain environment variable is set, or a certain file exists,
2281so that the delay need not occur when you don't want to run @value{GDBN}
2282on the child. While the child is sleeping, use the @code{ps} program to
2283get its process ID. Then tell @value{GDBN} (a new invocation of
2284@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2285the child process (@pxref{Attach}). From that point on you can debug
c906108c 2286the child process just like any other process which you attached to.
c906108c 2287
53a5351d
JM
2288On HP-UX (11.x and later only?), @value{GDBN} provides support for
2289debugging programs that create additional processes using the
2290@code{fork} or @code{vfork} function.
c906108c
SS
2291
2292By default, when a program forks, @value{GDBN} will continue to debug
2293the parent process and the child process will run unimpeded.
2294
2295If you want to follow the child process instead of the parent process,
2296use the command @w{@code{set follow-fork-mode}}.
2297
2298@table @code
2299@kindex set follow-fork-mode
2300@item set follow-fork-mode @var{mode}
2301Set the debugger response to a program call of @code{fork} or
2302@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2303process. The @var{mode} can be:
2304
2305@table @code
2306@item parent
2307The original process is debugged after a fork. The child process runs
2df3850c 2308unimpeded. This is the default.
c906108c
SS
2309
2310@item child
2311The new process is debugged after a fork. The parent process runs
2312unimpeded.
2313
2314@item ask
2315The debugger will ask for one of the above choices.
2316@end table
2317
2318@item show follow-fork-mode
2df3850c 2319Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2320@end table
2321
2322If you ask to debug a child process and a @code{vfork} is followed by an
2323@code{exec}, @value{GDBN} executes the new target up to the first
2324breakpoint in the new target. If you have a breakpoint set on
2325@code{main} in your original program, the breakpoint will also be set on
2326the child process's @code{main}.
2327
2328When a child process is spawned by @code{vfork}, you cannot debug the
2329child or parent until an @code{exec} call completes.
2330
2331If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2332call executes, the new target restarts. To restart the parent process,
2333use the @code{file} command with the parent executable name as its
2334argument.
2335
2336You can use the @code{catch} command to make @value{GDBN} stop whenever
2337a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2338Catchpoints, ,Setting catchpoints}.
c906108c 2339
6d2ebf8b 2340@node Stopping
c906108c
SS
2341@chapter Stopping and Continuing
2342
2343The principal purposes of using a debugger are so that you can stop your
2344program before it terminates; or so that, if your program runs into
2345trouble, you can investigate and find out why.
2346
7a292a7a
SS
2347Inside @value{GDBN}, your program may stop for any of several reasons,
2348such as a signal, a breakpoint, or reaching a new line after a
2349@value{GDBN} command such as @code{step}. You may then examine and
2350change variables, set new breakpoints or remove old ones, and then
2351continue execution. Usually, the messages shown by @value{GDBN} provide
2352ample explanation of the status of your program---but you can also
2353explicitly request this information at any time.
c906108c
SS
2354
2355@table @code
2356@kindex info program
2357@item info program
2358Display information about the status of your program: whether it is
7a292a7a 2359running or not, what process it is, and why it stopped.
c906108c
SS
2360@end table
2361
2362@menu
2363* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2364* Continuing and Stepping:: Resuming execution
c906108c 2365* Signals:: Signals
c906108c 2366* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2367@end menu
2368
6d2ebf8b 2369@node Breakpoints
c906108c
SS
2370@section Breakpoints, watchpoints, and catchpoints
2371
2372@cindex breakpoints
2373A @dfn{breakpoint} makes your program stop whenever a certain point in
2374the program is reached. For each breakpoint, you can add conditions to
2375control in finer detail whether your program stops. You can set
2376breakpoints with the @code{break} command and its variants (@pxref{Set
2377Breaks, ,Setting breakpoints}), to specify the place where your program
2378should stop by line number, function name or exact address in the
2379program.
2380
2381In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2382breakpoints in shared libraries before the executable is run. There is
2383a minor limitation on HP-UX systems: you must wait until the executable
2384is run in order to set breakpoints in shared library routines that are
2385not called directly by the program (for example, routines that are
2386arguments in a @code{pthread_create} call).
2387
2388@cindex watchpoints
2389@cindex memory tracing
2390@cindex breakpoint on memory address
2391@cindex breakpoint on variable modification
2392A @dfn{watchpoint} is a special breakpoint that stops your program
2393when the value of an expression changes. You must use a different
2394command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2395watchpoints}), but aside from that, you can manage a watchpoint like
2396any other breakpoint: you enable, disable, and delete both breakpoints
2397and watchpoints using the same commands.
2398
2399You can arrange to have values from your program displayed automatically
2400whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2401Automatic display}.
2402
2403@cindex catchpoints
2404@cindex breakpoint on events
2405A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2406when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2407exception or the loading of a library. As with watchpoints, you use a
2408different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2409catchpoints}), but aside from that, you can manage a catchpoint like any
2410other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2411@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2412
2413@cindex breakpoint numbers
2414@cindex numbers for breakpoints
2415@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2416catchpoint when you create it; these numbers are successive integers
2417starting with one. In many of the commands for controlling various
2418features of breakpoints you use the breakpoint number to say which
2419breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2420@dfn{disabled}; if disabled, it has no effect on your program until you
2421enable it again.
2422
c5394b80
JM
2423@cindex breakpoint ranges
2424@cindex ranges of breakpoints
2425Some @value{GDBN} commands accept a range of breakpoints on which to
2426operate. A breakpoint range is either a single breakpoint number, like
2427@samp{5}, or two such numbers, in increasing order, separated by a
2428hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2429all breakpoint in that range are operated on.
2430
c906108c
SS
2431@menu
2432* Set Breaks:: Setting breakpoints
2433* Set Watchpoints:: Setting watchpoints
2434* Set Catchpoints:: Setting catchpoints
2435* Delete Breaks:: Deleting breakpoints
2436* Disabling:: Disabling breakpoints
2437* Conditions:: Break conditions
2438* Break Commands:: Breakpoint command lists
c906108c 2439* Breakpoint Menus:: Breakpoint menus
d4f3574e 2440* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2441@end menu
2442
6d2ebf8b 2443@node Set Breaks
c906108c
SS
2444@subsection Setting breakpoints
2445
5d161b24 2446@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2447@c consider in particular declaration with/without initialization.
2448@c
2449@c FIXME 2 is there stuff on this already? break at fun start, already init?
2450
2451@kindex break
41afff9a
EZ
2452@kindex b @r{(@code{break})}
2453@vindex $bpnum@r{, convenience variable}
c906108c
SS
2454@cindex latest breakpoint
2455Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2456@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2457number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2458Vars,, Convenience variables}, for a discussion of what you can do with
2459convenience variables.
2460
2461You have several ways to say where the breakpoint should go.
2462
2463@table @code
2464@item break @var{function}
5d161b24 2465Set a breakpoint at entry to function @var{function}.
c906108c 2466When using source languages that permit overloading of symbols, such as
b37052ae 2467C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2468@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2469
2470@item break +@var{offset}
2471@itemx break -@var{offset}
2472Set a breakpoint some number of lines forward or back from the position
d4f3574e 2473at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2474(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2475
2476@item break @var{linenum}
2477Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2478The current source file is the last file whose source text was printed.
2479The breakpoint will stop your program just before it executes any of the
c906108c
SS
2480code on that line.
2481
2482@item break @var{filename}:@var{linenum}
2483Set a breakpoint at line @var{linenum} in source file @var{filename}.
2484
2485@item break @var{filename}:@var{function}
2486Set a breakpoint at entry to function @var{function} found in file
2487@var{filename}. Specifying a file name as well as a function name is
2488superfluous except when multiple files contain similarly named
2489functions.
2490
2491@item break *@var{address}
2492Set a breakpoint at address @var{address}. You can use this to set
2493breakpoints in parts of your program which do not have debugging
2494information or source files.
2495
2496@item break
2497When called without any arguments, @code{break} sets a breakpoint at
2498the next instruction to be executed in the selected stack frame
2499(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2500innermost, this makes your program stop as soon as control
2501returns to that frame. This is similar to the effect of a
2502@code{finish} command in the frame inside the selected frame---except
2503that @code{finish} does not leave an active breakpoint. If you use
2504@code{break} without an argument in the innermost frame, @value{GDBN} stops
2505the next time it reaches the current location; this may be useful
2506inside loops.
2507
2508@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2509least one instruction has been executed. If it did not do this, you
2510would be unable to proceed past a breakpoint without first disabling the
2511breakpoint. This rule applies whether or not the breakpoint already
2512existed when your program stopped.
2513
2514@item break @dots{} if @var{cond}
2515Set a breakpoint with condition @var{cond}; evaluate the expression
2516@var{cond} each time the breakpoint is reached, and stop only if the
2517value is nonzero---that is, if @var{cond} evaluates as true.
2518@samp{@dots{}} stands for one of the possible arguments described
2519above (or no argument) specifying where to break. @xref{Conditions,
2520,Break conditions}, for more information on breakpoint conditions.
2521
2522@kindex tbreak
2523@item tbreak @var{args}
2524Set a breakpoint enabled only for one stop. @var{args} are the
2525same as for the @code{break} command, and the breakpoint is set in the same
2526way, but the breakpoint is automatically deleted after the first time your
2527program stops there. @xref{Disabling, ,Disabling breakpoints}.
2528
c906108c
SS
2529@kindex hbreak
2530@item hbreak @var{args}
d4f3574e
SS
2531Set a hardware-assisted breakpoint. @var{args} are the same as for the
2532@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2533breakpoint requires hardware support and some target hardware may not
2534have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2535debugging, so you can set a breakpoint at an instruction without
2536changing the instruction. This can be used with the new trap-generation
2537provided by SPARClite DSU and some x86-based targets. These targets
2538will generate traps when a program accesses some data or instruction
2539address that is assigned to the debug registers. However the hardware
2540breakpoint registers can take a limited number of breakpoints. For
2541example, on the DSU, only two data breakpoints can be set at a time, and
2542@value{GDBN} will reject this command if more than two are used. Delete
2543or disable unused hardware breakpoints before setting new ones
2544(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2545@xref{set remote hardware-breakpoint-limit}.
2546
c906108c
SS
2547
2548@kindex thbreak
2549@item thbreak @var{args}
2550Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2551are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2552the same way. However, like the @code{tbreak} command,
c906108c
SS
2553the breakpoint is automatically deleted after the
2554first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2555command, the breakpoint requires hardware support and some target hardware
2556may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2557See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2558
2559@kindex rbreak
2560@cindex regular expression
2561@item rbreak @var{regex}
c906108c 2562Set breakpoints on all functions matching the regular expression
11cf8741
JM
2563@var{regex}. This command sets an unconditional breakpoint on all
2564matches, printing a list of all breakpoints it set. Once these
2565breakpoints are set, they are treated just like the breakpoints set with
2566the @code{break} command. You can delete them, disable them, or make
2567them conditional the same way as any other breakpoint.
2568
2569The syntax of the regular expression is the standard one used with tools
2570like @file{grep}. Note that this is different from the syntax used by
2571shells, so for instance @code{foo*} matches all functions that include
2572an @code{fo} followed by zero or more @code{o}s. There is an implicit
2573@code{.*} leading and trailing the regular expression you supply, so to
2574match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2575
b37052ae 2576When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2577breakpoints on overloaded functions that are not members of any special
2578classes.
c906108c
SS
2579
2580@kindex info breakpoints
2581@cindex @code{$_} and @code{info breakpoints}
2582@item info breakpoints @r{[}@var{n}@r{]}
2583@itemx info break @r{[}@var{n}@r{]}
2584@itemx info watchpoints @r{[}@var{n}@r{]}
2585Print a table of all breakpoints, watchpoints, and catchpoints set and
2586not deleted, with the following columns for each breakpoint:
2587
2588@table @emph
2589@item Breakpoint Numbers
2590@item Type
2591Breakpoint, watchpoint, or catchpoint.
2592@item Disposition
2593Whether the breakpoint is marked to be disabled or deleted when hit.
2594@item Enabled or Disabled
2595Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2596that are not enabled.
2597@item Address
2df3850c 2598Where the breakpoint is in your program, as a memory address.
c906108c
SS
2599@item What
2600Where the breakpoint is in the source for your program, as a file and
2601line number.
2602@end table
2603
2604@noindent
2605If a breakpoint is conditional, @code{info break} shows the condition on
2606the line following the affected breakpoint; breakpoint commands, if any,
2607are listed after that.
2608
2609@noindent
2610@code{info break} with a breakpoint
2611number @var{n} as argument lists only that breakpoint. The
2612convenience variable @code{$_} and the default examining-address for
2613the @code{x} command are set to the address of the last breakpoint
5d161b24 2614listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2615
2616@noindent
2617@code{info break} displays a count of the number of times the breakpoint
2618has been hit. This is especially useful in conjunction with the
2619@code{ignore} command. You can ignore a large number of breakpoint
2620hits, look at the breakpoint info to see how many times the breakpoint
2621was hit, and then run again, ignoring one less than that number. This
2622will get you quickly to the last hit of that breakpoint.
2623@end table
2624
2625@value{GDBN} allows you to set any number of breakpoints at the same place in
2626your program. There is nothing silly or meaningless about this. When
2627the breakpoints are conditional, this is even useful
2628(@pxref{Conditions, ,Break conditions}).
2629
2630@cindex negative breakpoint numbers
2631@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2632@value{GDBN} itself sometimes sets breakpoints in your program for
2633special purposes, such as proper handling of @code{longjmp} (in C
2634programs). These internal breakpoints are assigned negative numbers,
2635starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2636You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2637@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2638
2639
6d2ebf8b 2640@node Set Watchpoints
c906108c
SS
2641@subsection Setting watchpoints
2642
2643@cindex setting watchpoints
2644@cindex software watchpoints
2645@cindex hardware watchpoints
2646You can use a watchpoint to stop execution whenever the value of an
2647expression changes, without having to predict a particular place where
2648this may happen.
2649
2650Depending on your system, watchpoints may be implemented in software or
2df3850c 2651hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2652program and testing the variable's value each time, which is hundreds of
2653times slower than normal execution. (But this may still be worth it, to
2654catch errors where you have no clue what part of your program is the
2655culprit.)
2656
1104b9e7 2657On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2658@value{GDBN} includes support for
c906108c
SS
2659hardware watchpoints, which do not slow down the running of your
2660program.
2661
2662@table @code
2663@kindex watch
2664@item watch @var{expr}
2665Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2666is written into by the program and its value changes.
2667
2668@kindex rwatch
2669@item rwatch @var{expr}
2670Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2671
2672@kindex awatch
2673@item awatch @var{expr}
2df3850c 2674Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2675by the program.
c906108c
SS
2676
2677@kindex info watchpoints
2678@item info watchpoints
2679This command prints a list of watchpoints, breakpoints, and catchpoints;
2680it is the same as @code{info break}.
2681@end table
2682
2683@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2684watchpoints execute very quickly, and the debugger reports a change in
2685value at the exact instruction where the change occurs. If @value{GDBN}
2686cannot set a hardware watchpoint, it sets a software watchpoint, which
2687executes more slowly and reports the change in value at the next
2688statement, not the instruction, after the change occurs.
2689
2690When you issue the @code{watch} command, @value{GDBN} reports
2691
474c8240 2692@smallexample
c906108c 2693Hardware watchpoint @var{num}: @var{expr}
474c8240 2694@end smallexample
c906108c
SS
2695
2696@noindent
2697if it was able to set a hardware watchpoint.
2698
7be570e7
JM
2699Currently, the @code{awatch} and @code{rwatch} commands can only set
2700hardware watchpoints, because accesses to data that don't change the
2701value of the watched expression cannot be detected without examining
2702every instruction as it is being executed, and @value{GDBN} does not do
2703that currently. If @value{GDBN} finds that it is unable to set a
2704hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2705will print a message like this:
2706
2707@smallexample
2708Expression cannot be implemented with read/access watchpoint.
2709@end smallexample
2710
2711Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2712data type of the watched expression is wider than what a hardware
2713watchpoint on the target machine can handle. For example, some systems
2714can only watch regions that are up to 4 bytes wide; on such systems you
2715cannot set hardware watchpoints for an expression that yields a
2716double-precision floating-point number (which is typically 8 bytes
2717wide). As a work-around, it might be possible to break the large region
2718into a series of smaller ones and watch them with separate watchpoints.
2719
2720If you set too many hardware watchpoints, @value{GDBN} might be unable
2721to insert all of them when you resume the execution of your program.
2722Since the precise number of active watchpoints is unknown until such
2723time as the program is about to be resumed, @value{GDBN} might not be
2724able to warn you about this when you set the watchpoints, and the
2725warning will be printed only when the program is resumed:
2726
2727@smallexample
2728Hardware watchpoint @var{num}: Could not insert watchpoint
2729@end smallexample
2730
2731@noindent
2732If this happens, delete or disable some of the watchpoints.
2733
2734The SPARClite DSU will generate traps when a program accesses some data
2735or instruction address that is assigned to the debug registers. For the
2736data addresses, DSU facilitates the @code{watch} command. However the
2737hardware breakpoint registers can only take two data watchpoints, and
2738both watchpoints must be the same kind. For example, you can set two
2739watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2740@strong{or} two with @code{awatch} commands, but you cannot set one
2741watchpoint with one command and the other with a different command.
c906108c
SS
2742@value{GDBN} will reject the command if you try to mix watchpoints.
2743Delete or disable unused watchpoint commands before setting new ones.
2744
2745If you call a function interactively using @code{print} or @code{call},
2df3850c 2746any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2747kind of breakpoint or the call completes.
2748
7be570e7
JM
2749@value{GDBN} automatically deletes watchpoints that watch local
2750(automatic) variables, or expressions that involve such variables, when
2751they go out of scope, that is, when the execution leaves the block in
2752which these variables were defined. In particular, when the program
2753being debugged terminates, @emph{all} local variables go out of scope,
2754and so only watchpoints that watch global variables remain set. If you
2755rerun the program, you will need to set all such watchpoints again. One
2756way of doing that would be to set a code breakpoint at the entry to the
2757@code{main} function and when it breaks, set all the watchpoints.
2758
c906108c
SS
2759@quotation
2760@cindex watchpoints and threads
2761@cindex threads and watchpoints
c906108c
SS
2762@emph{Warning:} In multi-thread programs, watchpoints have only limited
2763usefulness. With the current watchpoint implementation, @value{GDBN}
2764can only watch the value of an expression @emph{in a single thread}. If
2765you are confident that the expression can only change due to the current
2766thread's activity (and if you are also confident that no other thread
2767can become current), then you can use watchpoints as usual. However,
2768@value{GDBN} may not notice when a non-current thread's activity changes
2769the expression.
53a5351d 2770
d4f3574e 2771@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2772@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2773have only limited usefulness. If @value{GDBN} creates a software
2774watchpoint, it can only watch the value of an expression @emph{in a
2775single thread}. If you are confident that the expression can only
2776change due to the current thread's activity (and if you are also
2777confident that no other thread can become current), then you can use
2778software watchpoints as usual. However, @value{GDBN} may not notice
2779when a non-current thread's activity changes the expression. (Hardware
2780watchpoints, in contrast, watch an expression in all threads.)
c906108c 2781@end quotation
c906108c 2782
501eef12
AC
2783@xref{set remote hardware-watchpoint-limit}.
2784
6d2ebf8b 2785@node Set Catchpoints
c906108c 2786@subsection Setting catchpoints
d4f3574e 2787@cindex catchpoints, setting
c906108c
SS
2788@cindex exception handlers
2789@cindex event handling
2790
2791You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2792kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2793shared library. Use the @code{catch} command to set a catchpoint.
2794
2795@table @code
2796@kindex catch
2797@item catch @var{event}
2798Stop when @var{event} occurs. @var{event} can be any of the following:
2799@table @code
2800@item throw
2801@kindex catch throw
b37052ae 2802The throwing of a C@t{++} exception.
c906108c
SS
2803
2804@item catch
2805@kindex catch catch
b37052ae 2806The catching of a C@t{++} exception.
c906108c
SS
2807
2808@item exec
2809@kindex catch exec
2810A call to @code{exec}. This is currently only available for HP-UX.
2811
2812@item fork
2813@kindex catch fork
2814A call to @code{fork}. This is currently only available for HP-UX.
2815
2816@item vfork
2817@kindex catch vfork
2818A call to @code{vfork}. This is currently only available for HP-UX.
2819
2820@item load
2821@itemx load @var{libname}
2822@kindex catch load
2823The dynamic loading of any shared library, or the loading of the library
2824@var{libname}. This is currently only available for HP-UX.
2825
2826@item unload
2827@itemx unload @var{libname}
2828@kindex catch unload
2829The unloading of any dynamically loaded shared library, or the unloading
2830of the library @var{libname}. This is currently only available for HP-UX.
2831@end table
2832
2833@item tcatch @var{event}
2834Set a catchpoint that is enabled only for one stop. The catchpoint is
2835automatically deleted after the first time the event is caught.
2836
2837@end table
2838
2839Use the @code{info break} command to list the current catchpoints.
2840
b37052ae 2841There are currently some limitations to C@t{++} exception handling
c906108c
SS
2842(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2843
2844@itemize @bullet
2845@item
2846If you call a function interactively, @value{GDBN} normally returns
2847control to you when the function has finished executing. If the call
2848raises an exception, however, the call may bypass the mechanism that
2849returns control to you and cause your program either to abort or to
2850simply continue running until it hits a breakpoint, catches a signal
2851that @value{GDBN} is listening for, or exits. This is the case even if
2852you set a catchpoint for the exception; catchpoints on exceptions are
2853disabled within interactive calls.
2854
2855@item
2856You cannot raise an exception interactively.
2857
2858@item
2859You cannot install an exception handler interactively.
2860@end itemize
2861
2862@cindex raise exceptions
2863Sometimes @code{catch} is not the best way to debug exception handling:
2864if you need to know exactly where an exception is raised, it is better to
2865stop @emph{before} the exception handler is called, since that way you
2866can see the stack before any unwinding takes place. If you set a
2867breakpoint in an exception handler instead, it may not be easy to find
2868out where the exception was raised.
2869
2870To stop just before an exception handler is called, you need some
b37052ae 2871knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2872raised by calling a library function named @code{__raise_exception}
2873which has the following ANSI C interface:
2874
474c8240 2875@smallexample
c906108c 2876 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2877 @var{id} is the exception identifier. */
2878 void __raise_exception (void **addr, void *id);
474c8240 2879@end smallexample
c906108c
SS
2880
2881@noindent
2882To make the debugger catch all exceptions before any stack
2883unwinding takes place, set a breakpoint on @code{__raise_exception}
2884(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2885
2886With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2887that depends on the value of @var{id}, you can stop your program when
2888a specific exception is raised. You can use multiple conditional
2889breakpoints to stop your program when any of a number of exceptions are
2890raised.
2891
2892
6d2ebf8b 2893@node Delete Breaks
c906108c
SS
2894@subsection Deleting breakpoints
2895
2896@cindex clearing breakpoints, watchpoints, catchpoints
2897@cindex deleting breakpoints, watchpoints, catchpoints
2898It is often necessary to eliminate a breakpoint, watchpoint, or
2899catchpoint once it has done its job and you no longer want your program
2900to stop there. This is called @dfn{deleting} the breakpoint. A
2901breakpoint that has been deleted no longer exists; it is forgotten.
2902
2903With the @code{clear} command you can delete breakpoints according to
2904where they are in your program. With the @code{delete} command you can
2905delete individual breakpoints, watchpoints, or catchpoints by specifying
2906their breakpoint numbers.
2907
2908It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2909automatically ignores breakpoints on the first instruction to be executed
2910when you continue execution without changing the execution address.
2911
2912@table @code
2913@kindex clear
2914@item clear
2915Delete any breakpoints at the next instruction to be executed in the
2916selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2917the innermost frame is selected, this is a good way to delete a
2918breakpoint where your program just stopped.
2919
2920@item clear @var{function}
2921@itemx clear @var{filename}:@var{function}
2922Delete any breakpoints set at entry to the function @var{function}.
2923
2924@item clear @var{linenum}
2925@itemx clear @var{filename}:@var{linenum}
2926Delete any breakpoints set at or within the code of the specified line.
2927
2928@cindex delete breakpoints
2929@kindex delete
41afff9a 2930@kindex d @r{(@code{delete})}
c5394b80
JM
2931@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2932Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2933ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2934breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2935confirm off}). You can abbreviate this command as @code{d}.
2936@end table
2937
6d2ebf8b 2938@node Disabling
c906108c
SS
2939@subsection Disabling breakpoints
2940
2941@kindex disable breakpoints
2942@kindex enable breakpoints
2943Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2944prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2945it had been deleted, but remembers the information on the breakpoint so
2946that you can @dfn{enable} it again later.
2947
2948You disable and enable breakpoints, watchpoints, and catchpoints with
2949the @code{enable} and @code{disable} commands, optionally specifying one
2950or more breakpoint numbers as arguments. Use @code{info break} or
2951@code{info watch} to print a list of breakpoints, watchpoints, and
2952catchpoints if you do not know which numbers to use.
2953
2954A breakpoint, watchpoint, or catchpoint can have any of four different
2955states of enablement:
2956
2957@itemize @bullet
2958@item
2959Enabled. The breakpoint stops your program. A breakpoint set
2960with the @code{break} command starts out in this state.
2961@item
2962Disabled. The breakpoint has no effect on your program.
2963@item
2964Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2965disabled.
c906108c
SS
2966@item
2967Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2968immediately after it does so it is deleted permanently. A breakpoint
2969set with the @code{tbreak} command starts out in this state.
c906108c
SS
2970@end itemize
2971
2972You can use the following commands to enable or disable breakpoints,
2973watchpoints, and catchpoints:
2974
2975@table @code
2976@kindex disable breakpoints
2977@kindex disable
41afff9a 2978@kindex dis @r{(@code{disable})}
c5394b80 2979@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2980Disable the specified breakpoints---or all breakpoints, if none are
2981listed. A disabled breakpoint has no effect but is not forgotten. All
2982options such as ignore-counts, conditions and commands are remembered in
2983case the breakpoint is enabled again later. You may abbreviate
2984@code{disable} as @code{dis}.
2985
2986@kindex enable breakpoints
2987@kindex enable
c5394b80 2988@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2989Enable the specified breakpoints (or all defined breakpoints). They
2990become effective once again in stopping your program.
2991
c5394b80 2992@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2993Enable the specified breakpoints temporarily. @value{GDBN} disables any
2994of these breakpoints immediately after stopping your program.
2995
c5394b80 2996@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2997Enable the specified breakpoints to work once, then die. @value{GDBN}
2998deletes any of these breakpoints as soon as your program stops there.
2999@end table
3000
d4f3574e
SS
3001@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3002@c confusing: tbreak is also initially enabled.
c906108c
SS
3003Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3004,Setting breakpoints}), breakpoints that you set are initially enabled;
3005subsequently, they become disabled or enabled only when you use one of
3006the commands above. (The command @code{until} can set and delete a
3007breakpoint of its own, but it does not change the state of your other
3008breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3009stepping}.)
3010
6d2ebf8b 3011@node Conditions
c906108c
SS
3012@subsection Break conditions
3013@cindex conditional breakpoints
3014@cindex breakpoint conditions
3015
3016@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3017@c in particular for a watchpoint?
c906108c
SS
3018The simplest sort of breakpoint breaks every time your program reaches a
3019specified place. You can also specify a @dfn{condition} for a
3020breakpoint. A condition is just a Boolean expression in your
3021programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3022a condition evaluates the expression each time your program reaches it,
3023and your program stops only if the condition is @emph{true}.
3024
3025This is the converse of using assertions for program validation; in that
3026situation, you want to stop when the assertion is violated---that is,
3027when the condition is false. In C, if you want to test an assertion expressed
3028by the condition @var{assert}, you should set the condition
3029@samp{! @var{assert}} on the appropriate breakpoint.
3030
3031Conditions are also accepted for watchpoints; you may not need them,
3032since a watchpoint is inspecting the value of an expression anyhow---but
3033it might be simpler, say, to just set a watchpoint on a variable name,
3034and specify a condition that tests whether the new value is an interesting
3035one.
3036
3037Break conditions can have side effects, and may even call functions in
3038your program. This can be useful, for example, to activate functions
3039that log program progress, or to use your own print functions to
3040format special data structures. The effects are completely predictable
3041unless there is another enabled breakpoint at the same address. (In
3042that case, @value{GDBN} might see the other breakpoint first and stop your
3043program without checking the condition of this one.) Note that
d4f3574e
SS
3044breakpoint commands are usually more convenient and flexible than break
3045conditions for the
c906108c
SS
3046purpose of performing side effects when a breakpoint is reached
3047(@pxref{Break Commands, ,Breakpoint command lists}).
3048
3049Break conditions can be specified when a breakpoint is set, by using
3050@samp{if} in the arguments to the @code{break} command. @xref{Set
3051Breaks, ,Setting breakpoints}. They can also be changed at any time
3052with the @code{condition} command.
53a5351d 3053
c906108c
SS
3054You can also use the @code{if} keyword with the @code{watch} command.
3055The @code{catch} command does not recognize the @code{if} keyword;
3056@code{condition} is the only way to impose a further condition on a
3057catchpoint.
c906108c
SS
3058
3059@table @code
3060@kindex condition
3061@item condition @var{bnum} @var{expression}
3062Specify @var{expression} as the break condition for breakpoint,
3063watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3064breakpoint @var{bnum} stops your program only if the value of
3065@var{expression} is true (nonzero, in C). When you use
3066@code{condition}, @value{GDBN} checks @var{expression} immediately for
3067syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3068referents in the context of your breakpoint. If @var{expression} uses
3069symbols not referenced in the context of the breakpoint, @value{GDBN}
3070prints an error message:
3071
474c8240 3072@smallexample
d4f3574e 3073No symbol "foo" in current context.
474c8240 3074@end smallexample
d4f3574e
SS
3075
3076@noindent
c906108c
SS
3077@value{GDBN} does
3078not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3079command (or a command that sets a breakpoint with a condition, like
3080@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3081
3082@item condition @var{bnum}
3083Remove the condition from breakpoint number @var{bnum}. It becomes
3084an ordinary unconditional breakpoint.
3085@end table
3086
3087@cindex ignore count (of breakpoint)
3088A special case of a breakpoint condition is to stop only when the
3089breakpoint has been reached a certain number of times. This is so
3090useful that there is a special way to do it, using the @dfn{ignore
3091count} of the breakpoint. Every breakpoint has an ignore count, which
3092is an integer. Most of the time, the ignore count is zero, and
3093therefore has no effect. But if your program reaches a breakpoint whose
3094ignore count is positive, then instead of stopping, it just decrements
3095the ignore count by one and continues. As a result, if the ignore count
3096value is @var{n}, the breakpoint does not stop the next @var{n} times
3097your program reaches it.
3098
3099@table @code
3100@kindex ignore
3101@item ignore @var{bnum} @var{count}
3102Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3103The next @var{count} times the breakpoint is reached, your program's
3104execution does not stop; other than to decrement the ignore count, @value{GDBN}
3105takes no action.
3106
3107To make the breakpoint stop the next time it is reached, specify
3108a count of zero.
3109
3110When you use @code{continue} to resume execution of your program from a
3111breakpoint, you can specify an ignore count directly as an argument to
3112@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3113Stepping,,Continuing and stepping}.
3114
3115If a breakpoint has a positive ignore count and a condition, the
3116condition is not checked. Once the ignore count reaches zero,
3117@value{GDBN} resumes checking the condition.
3118
3119You could achieve the effect of the ignore count with a condition such
3120as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3121is decremented each time. @xref{Convenience Vars, ,Convenience
3122variables}.
3123@end table
3124
3125Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3126
3127
6d2ebf8b 3128@node Break Commands
c906108c
SS
3129@subsection Breakpoint command lists
3130
3131@cindex breakpoint commands
3132You can give any breakpoint (or watchpoint or catchpoint) a series of
3133commands to execute when your program stops due to that breakpoint. For
3134example, you might want to print the values of certain expressions, or
3135enable other breakpoints.
3136
3137@table @code
3138@kindex commands
3139@kindex end
3140@item commands @r{[}@var{bnum}@r{]}
3141@itemx @dots{} @var{command-list} @dots{}
3142@itemx end
3143Specify a list of commands for breakpoint number @var{bnum}. The commands
3144themselves appear on the following lines. Type a line containing just
3145@code{end} to terminate the commands.
3146
3147To remove all commands from a breakpoint, type @code{commands} and
3148follow it immediately with @code{end}; that is, give no commands.
3149
3150With no @var{bnum} argument, @code{commands} refers to the last
3151breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3152recently encountered).
3153@end table
3154
3155Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3156disabled within a @var{command-list}.
3157
3158You can use breakpoint commands to start your program up again. Simply
3159use the @code{continue} command, or @code{step}, or any other command
3160that resumes execution.
3161
3162Any other commands in the command list, after a command that resumes
3163execution, are ignored. This is because any time you resume execution
3164(even with a simple @code{next} or @code{step}), you may encounter
3165another breakpoint---which could have its own command list, leading to
3166ambiguities about which list to execute.
3167
3168@kindex silent
3169If the first command you specify in a command list is @code{silent}, the
3170usual message about stopping at a breakpoint is not printed. This may
3171be desirable for breakpoints that are to print a specific message and
3172then continue. If none of the remaining commands print anything, you
3173see no sign that the breakpoint was reached. @code{silent} is
3174meaningful only at the beginning of a breakpoint command list.
3175
3176The commands @code{echo}, @code{output}, and @code{printf} allow you to
3177print precisely controlled output, and are often useful in silent
3178breakpoints. @xref{Output, ,Commands for controlled output}.
3179
3180For example, here is how you could use breakpoint commands to print the
3181value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3182
474c8240 3183@smallexample
c906108c
SS
3184break foo if x>0
3185commands
3186silent
3187printf "x is %d\n",x
3188cont
3189end
474c8240 3190@end smallexample
c906108c
SS
3191
3192One application for breakpoint commands is to compensate for one bug so
3193you can test for another. Put a breakpoint just after the erroneous line
3194of code, give it a condition to detect the case in which something
3195erroneous has been done, and give it commands to assign correct values
3196to any variables that need them. End with the @code{continue} command
3197so that your program does not stop, and start with the @code{silent}
3198command so that no output is produced. Here is an example:
3199
474c8240 3200@smallexample
c906108c
SS
3201break 403
3202commands
3203silent
3204set x = y + 4
3205cont
3206end
474c8240 3207@end smallexample
c906108c 3208
6d2ebf8b 3209@node Breakpoint Menus
c906108c
SS
3210@subsection Breakpoint menus
3211@cindex overloading
3212@cindex symbol overloading
3213
b37303ee
AF
3214Some programming languages (notably C@t{++} and Objective-C) permit a
3215single function name
c906108c
SS
3216to be defined several times, for application in different contexts.
3217This is called @dfn{overloading}. When a function name is overloaded,
3218@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3219a breakpoint. If you realize this is a problem, you can use
3220something like @samp{break @var{function}(@var{types})} to specify which
3221particular version of the function you want. Otherwise, @value{GDBN} offers
3222you a menu of numbered choices for different possible breakpoints, and
3223waits for your selection with the prompt @samp{>}. The first two
3224options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3225sets a breakpoint at each definition of @var{function}, and typing
3226@kbd{0} aborts the @code{break} command without setting any new
3227breakpoints.
3228
3229For example, the following session excerpt shows an attempt to set a
3230breakpoint at the overloaded symbol @code{String::after}.
3231We choose three particular definitions of that function name:
3232
3233@c FIXME! This is likely to change to show arg type lists, at least
3234@smallexample
3235@group
3236(@value{GDBP}) b String::after
3237[0] cancel
3238[1] all
3239[2] file:String.cc; line number:867
3240[3] file:String.cc; line number:860
3241[4] file:String.cc; line number:875
3242[5] file:String.cc; line number:853
3243[6] file:String.cc; line number:846
3244[7] file:String.cc; line number:735
3245> 2 4 6
3246Breakpoint 1 at 0xb26c: file String.cc, line 867.
3247Breakpoint 2 at 0xb344: file String.cc, line 875.
3248Breakpoint 3 at 0xafcc: file String.cc, line 846.
3249Multiple breakpoints were set.
3250Use the "delete" command to delete unwanted
3251 breakpoints.
3252(@value{GDBP})
3253@end group
3254@end smallexample
c906108c
SS
3255
3256@c @ifclear BARETARGET
6d2ebf8b 3257@node Error in Breakpoints
d4f3574e 3258@subsection ``Cannot insert breakpoints''
c906108c
SS
3259@c
3260@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3261@c
d4f3574e
SS
3262Under some operating systems, breakpoints cannot be used in a program if
3263any other process is running that program. In this situation,
5d161b24 3264attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3265@value{GDBN} to print an error message:
3266
474c8240 3267@smallexample
d4f3574e
SS
3268Cannot insert breakpoints.
3269The same program may be running in another process.
474c8240 3270@end smallexample
d4f3574e
SS
3271
3272When this happens, you have three ways to proceed:
3273
3274@enumerate
3275@item
3276Remove or disable the breakpoints, then continue.
3277
3278@item
5d161b24 3279Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3280name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3281that @value{GDBN} should run your program under that name.
d4f3574e
SS
3282Then start your program again.
3283
3284@item
3285Relink your program so that the text segment is nonsharable, using the
3286linker option @samp{-N}. The operating system limitation may not apply
3287to nonsharable executables.
3288@end enumerate
c906108c
SS
3289@c @end ifclear
3290
d4f3574e
SS
3291A similar message can be printed if you request too many active
3292hardware-assisted breakpoints and watchpoints:
3293
3294@c FIXME: the precise wording of this message may change; the relevant
3295@c source change is not committed yet (Sep 3, 1999).
3296@smallexample
3297Stopped; cannot insert breakpoints.
3298You may have requested too many hardware breakpoints and watchpoints.
3299@end smallexample
3300
3301@noindent
3302This message is printed when you attempt to resume the program, since
3303only then @value{GDBN} knows exactly how many hardware breakpoints and
3304watchpoints it needs to insert.
3305
3306When this message is printed, you need to disable or remove some of the
3307hardware-assisted breakpoints and watchpoints, and then continue.
3308
3309
6d2ebf8b 3310@node Continuing and Stepping
c906108c
SS
3311@section Continuing and stepping
3312
3313@cindex stepping
3314@cindex continuing
3315@cindex resuming execution
3316@dfn{Continuing} means resuming program execution until your program
3317completes normally. In contrast, @dfn{stepping} means executing just
3318one more ``step'' of your program, where ``step'' may mean either one
3319line of source code, or one machine instruction (depending on what
7a292a7a
SS
3320particular command you use). Either when continuing or when stepping,
3321your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3322it stops due to a signal, you may want to use @code{handle}, or use
3323@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3324
3325@table @code
3326@kindex continue
41afff9a
EZ
3327@kindex c @r{(@code{continue})}
3328@kindex fg @r{(resume foreground execution)}
c906108c
SS
3329@item continue @r{[}@var{ignore-count}@r{]}
3330@itemx c @r{[}@var{ignore-count}@r{]}
3331@itemx fg @r{[}@var{ignore-count}@r{]}
3332Resume program execution, at the address where your program last stopped;
3333any breakpoints set at that address are bypassed. The optional argument
3334@var{ignore-count} allows you to specify a further number of times to
3335ignore a breakpoint at this location; its effect is like that of
3336@code{ignore} (@pxref{Conditions, ,Break conditions}).
3337
3338The argument @var{ignore-count} is meaningful only when your program
3339stopped due to a breakpoint. At other times, the argument to
3340@code{continue} is ignored.
3341
d4f3574e
SS
3342The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3343debugged program is deemed to be the foreground program) are provided
3344purely for convenience, and have exactly the same behavior as
3345@code{continue}.
c906108c
SS
3346@end table
3347
3348To resume execution at a different place, you can use @code{return}
3349(@pxref{Returning, ,Returning from a function}) to go back to the
3350calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3351different address}) to go to an arbitrary location in your program.
3352
3353A typical technique for using stepping is to set a breakpoint
3354(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3355beginning of the function or the section of your program where a problem
3356is believed to lie, run your program until it stops at that breakpoint,
3357and then step through the suspect area, examining the variables that are
3358interesting, until you see the problem happen.
3359
3360@table @code
3361@kindex step
41afff9a 3362@kindex s @r{(@code{step})}
c906108c
SS
3363@item step
3364Continue running your program until control reaches a different source
3365line, then stop it and return control to @value{GDBN}. This command is
3366abbreviated @code{s}.
3367
3368@quotation
3369@c "without debugging information" is imprecise; actually "without line
3370@c numbers in the debugging information". (gcc -g1 has debugging info but
3371@c not line numbers). But it seems complex to try to make that
3372@c distinction here.
3373@emph{Warning:} If you use the @code{step} command while control is
3374within a function that was compiled without debugging information,
3375execution proceeds until control reaches a function that does have
3376debugging information. Likewise, it will not step into a function which
3377is compiled without debugging information. To step through functions
3378without debugging information, use the @code{stepi} command, described
3379below.
3380@end quotation
3381
4a92d011
EZ
3382The @code{step} command only stops at the first instruction of a source
3383line. This prevents the multiple stops that could otherwise occur in
3384@code{switch} statements, @code{for} loops, etc. @code{step} continues
3385to stop if a function that has debugging information is called within
3386the line. In other words, @code{step} @emph{steps inside} any functions
3387called within the line.
c906108c 3388
d4f3574e
SS
3389Also, the @code{step} command only enters a function if there is line
3390number information for the function. Otherwise it acts like the
5d161b24 3391@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3392on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3393was any debugging information about the routine.
c906108c
SS
3394
3395@item step @var{count}
3396Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3397breakpoint is reached, or a signal not related to stepping occurs before
3398@var{count} steps, stepping stops right away.
c906108c
SS
3399
3400@kindex next
41afff9a 3401@kindex n @r{(@code{next})}
c906108c
SS
3402@item next @r{[}@var{count}@r{]}
3403Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3404This is similar to @code{step}, but function calls that appear within
3405the line of code are executed without stopping. Execution stops when
3406control reaches a different line of code at the original stack level
3407that was executing when you gave the @code{next} command. This command
3408is abbreviated @code{n}.
c906108c
SS
3409
3410An argument @var{count} is a repeat count, as for @code{step}.
3411
3412
3413@c FIX ME!! Do we delete this, or is there a way it fits in with
3414@c the following paragraph? --- Vctoria
3415@c
3416@c @code{next} within a function that lacks debugging information acts like
3417@c @code{step}, but any function calls appearing within the code of the
3418@c function are executed without stopping.
3419
d4f3574e
SS
3420The @code{next} command only stops at the first instruction of a
3421source line. This prevents multiple stops that could otherwise occur in
4a92d011 3422@code{switch} statements, @code{for} loops, etc.
c906108c 3423
b90a5f51
CF
3424@kindex set step-mode
3425@item set step-mode
3426@cindex functions without line info, and stepping
3427@cindex stepping into functions with no line info
3428@itemx set step-mode on
4a92d011 3429The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3430stop at the first instruction of a function which contains no debug line
3431information rather than stepping over it.
3432
4a92d011
EZ
3433This is useful in cases where you may be interested in inspecting the
3434machine instructions of a function which has no symbolic info and do not
3435want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3436
3437@item set step-mode off
4a92d011 3438Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3439debug information. This is the default.
3440
c906108c
SS
3441@kindex finish
3442@item finish
3443Continue running until just after function in the selected stack frame
3444returns. Print the returned value (if any).
3445
3446Contrast this with the @code{return} command (@pxref{Returning,
3447,Returning from a function}).
3448
3449@kindex until
41afff9a 3450@kindex u @r{(@code{until})}
c906108c
SS
3451@item until
3452@itemx u
3453Continue running until a source line past the current line, in the
3454current stack frame, is reached. This command is used to avoid single
3455stepping through a loop more than once. It is like the @code{next}
3456command, except that when @code{until} encounters a jump, it
3457automatically continues execution until the program counter is greater
3458than the address of the jump.
3459
3460This means that when you reach the end of a loop after single stepping
3461though it, @code{until} makes your program continue execution until it
3462exits the loop. In contrast, a @code{next} command at the end of a loop
3463simply steps back to the beginning of the loop, which forces you to step
3464through the next iteration.
3465
3466@code{until} always stops your program if it attempts to exit the current
3467stack frame.
3468
3469@code{until} may produce somewhat counterintuitive results if the order
3470of machine code does not match the order of the source lines. For
3471example, in the following excerpt from a debugging session, the @code{f}
3472(@code{frame}) command shows that execution is stopped at line
3473@code{206}; yet when we use @code{until}, we get to line @code{195}:
3474
474c8240 3475@smallexample
c906108c
SS
3476(@value{GDBP}) f
3477#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3478206 expand_input();
3479(@value{GDBP}) until
3480195 for ( ; argc > 0; NEXTARG) @{
474c8240 3481@end smallexample
c906108c
SS
3482
3483This happened because, for execution efficiency, the compiler had
3484generated code for the loop closure test at the end, rather than the
3485start, of the loop---even though the test in a C @code{for}-loop is
3486written before the body of the loop. The @code{until} command appeared
3487to step back to the beginning of the loop when it advanced to this
3488expression; however, it has not really gone to an earlier
3489statement---not in terms of the actual machine code.
3490
3491@code{until} with no argument works by means of single
3492instruction stepping, and hence is slower than @code{until} with an
3493argument.
3494
3495@item until @var{location}
3496@itemx u @var{location}
3497Continue running your program until either the specified location is
3498reached, or the current stack frame returns. @var{location} is any of
3499the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3500,Setting breakpoints}). This form of the command uses breakpoints, and
3501hence is quicker than @code{until} without an argument. The specified
3502location is actually reached only if it is in the current frame. This
3503implies that @code{until} can be used to skip over recursive function
3504invocations. For instance in the code below, if the current location is
3505line @code{96}, issuing @code{until 99} will execute the program up to
3506line @code{99} in the same invocation of factorial, i.e. after the inner
3507invocations have returned.
3508
3509@smallexample
351094 int factorial (int value)
351195 @{
351296 if (value > 1) @{
351397 value *= factorial (value - 1);
351498 @}
351599 return (value);
3516100 @}
3517@end smallexample
3518
3519
3520@kindex advance @var{location}
3521@itemx advance @var{location}
3522Continue running the program up to the given location. An argument is
3523required, anything of the same form as arguments for the @code{break}
3524command. Execution will also stop upon exit from the current stack
3525frame. This command is similar to @code{until}, but @code{advance} will
3526not skip over recursive function calls, and the target location doesn't
3527have to be in the same frame as the current one.
3528
c906108c
SS
3529
3530@kindex stepi
41afff9a 3531@kindex si @r{(@code{stepi})}
c906108c 3532@item stepi
96a2c332 3533@itemx stepi @var{arg}
c906108c
SS
3534@itemx si
3535Execute one machine instruction, then stop and return to the debugger.
3536
3537It is often useful to do @samp{display/i $pc} when stepping by machine
3538instructions. This makes @value{GDBN} automatically display the next
3539instruction to be executed, each time your program stops. @xref{Auto
3540Display,, Automatic display}.
3541
3542An argument is a repeat count, as in @code{step}.
3543
3544@need 750
3545@kindex nexti
41afff9a 3546@kindex ni @r{(@code{nexti})}
c906108c 3547@item nexti
96a2c332 3548@itemx nexti @var{arg}
c906108c
SS
3549@itemx ni
3550Execute one machine instruction, but if it is a function call,
3551proceed until the function returns.
3552
3553An argument is a repeat count, as in @code{next}.
3554@end table
3555
6d2ebf8b 3556@node Signals
c906108c
SS
3557@section Signals
3558@cindex signals
3559
3560A signal is an asynchronous event that can happen in a program. The
3561operating system defines the possible kinds of signals, and gives each
3562kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3563signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3564@code{SIGSEGV} is the signal a program gets from referencing a place in
3565memory far away from all the areas in use; @code{SIGALRM} occurs when
3566the alarm clock timer goes off (which happens only if your program has
3567requested an alarm).
3568
3569@cindex fatal signals
3570Some signals, including @code{SIGALRM}, are a normal part of the
3571functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3572errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3573program has not specified in advance some other way to handle the signal.
3574@code{SIGINT} does not indicate an error in your program, but it is normally
3575fatal so it can carry out the purpose of the interrupt: to kill the program.
3576
3577@value{GDBN} has the ability to detect any occurrence of a signal in your
3578program. You can tell @value{GDBN} in advance what to do for each kind of
3579signal.
3580
3581@cindex handling signals
24f93129
EZ
3582Normally, @value{GDBN} is set up to let the non-erroneous signals like
3583@code{SIGALRM} be silently passed to your program
3584(so as not to interfere with their role in the program's functioning)
c906108c
SS
3585but to stop your program immediately whenever an error signal happens.
3586You can change these settings with the @code{handle} command.
3587
3588@table @code
3589@kindex info signals
3590@item info signals
96a2c332 3591@itemx info handle
c906108c
SS
3592Print a table of all the kinds of signals and how @value{GDBN} has been told to
3593handle each one. You can use this to see the signal numbers of all
3594the defined types of signals.
3595
d4f3574e 3596@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3597
3598@kindex handle
3599@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3600Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3601can be the number of a signal or its name (with or without the
24f93129 3602@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3603@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3604known signals. The @var{keywords} say what change to make.
c906108c
SS
3605@end table
3606
3607@c @group
3608The keywords allowed by the @code{handle} command can be abbreviated.
3609Their full names are:
3610
3611@table @code
3612@item nostop
3613@value{GDBN} should not stop your program when this signal happens. It may
3614still print a message telling you that the signal has come in.
3615
3616@item stop
3617@value{GDBN} should stop your program when this signal happens. This implies
3618the @code{print} keyword as well.
3619
3620@item print
3621@value{GDBN} should print a message when this signal happens.
3622
3623@item noprint
3624@value{GDBN} should not mention the occurrence of the signal at all. This
3625implies the @code{nostop} keyword as well.
3626
3627@item pass
5ece1a18 3628@itemx noignore
c906108c
SS
3629@value{GDBN} should allow your program to see this signal; your program
3630can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3631and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3632
3633@item nopass
5ece1a18 3634@itemx ignore
c906108c 3635@value{GDBN} should not allow your program to see this signal.
5ece1a18 3636@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3637@end table
3638@c @end group
3639
d4f3574e
SS
3640When a signal stops your program, the signal is not visible to the
3641program until you
c906108c
SS
3642continue. Your program sees the signal then, if @code{pass} is in
3643effect for the signal in question @emph{at that time}. In other words,
3644after @value{GDBN} reports a signal, you can use the @code{handle}
3645command with @code{pass} or @code{nopass} to control whether your
3646program sees that signal when you continue.
3647
24f93129
EZ
3648The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3649non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3650@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3651erroneous signals.
3652
c906108c
SS
3653You can also use the @code{signal} command to prevent your program from
3654seeing a signal, or cause it to see a signal it normally would not see,
3655or to give it any signal at any time. For example, if your program stopped
3656due to some sort of memory reference error, you might store correct
3657values into the erroneous variables and continue, hoping to see more
3658execution; but your program would probably terminate immediately as
3659a result of the fatal signal once it saw the signal. To prevent this,
3660you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3661program a signal}.
c906108c 3662
6d2ebf8b 3663@node Thread Stops
c906108c
SS
3664@section Stopping and starting multi-thread programs
3665
3666When your program has multiple threads (@pxref{Threads,, Debugging
3667programs with multiple threads}), you can choose whether to set
3668breakpoints on all threads, or on a particular thread.
3669
3670@table @code
3671@cindex breakpoints and threads
3672@cindex thread breakpoints
3673@kindex break @dots{} thread @var{threadno}
3674@item break @var{linespec} thread @var{threadno}
3675@itemx break @var{linespec} thread @var{threadno} if @dots{}
3676@var{linespec} specifies source lines; there are several ways of
3677writing them, but the effect is always to specify some source line.
3678
3679Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3680to specify that you only want @value{GDBN} to stop the program when a
3681particular thread reaches this breakpoint. @var{threadno} is one of the
3682numeric thread identifiers assigned by @value{GDBN}, shown in the first
3683column of the @samp{info threads} display.
3684
3685If you do not specify @samp{thread @var{threadno}} when you set a
3686breakpoint, the breakpoint applies to @emph{all} threads of your
3687program.
3688
3689You can use the @code{thread} qualifier on conditional breakpoints as
3690well; in this case, place @samp{thread @var{threadno}} before the
3691breakpoint condition, like this:
3692
3693@smallexample
2df3850c 3694(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3695@end smallexample
3696
3697@end table
3698
3699@cindex stopped threads
3700@cindex threads, stopped
3701Whenever your program stops under @value{GDBN} for any reason,
3702@emph{all} threads of execution stop, not just the current thread. This
3703allows you to examine the overall state of the program, including
3704switching between threads, without worrying that things may change
3705underfoot.
3706
3707@cindex continuing threads
3708@cindex threads, continuing
3709Conversely, whenever you restart the program, @emph{all} threads start
3710executing. @emph{This is true even when single-stepping} with commands
5d161b24 3711like @code{step} or @code{next}.
c906108c
SS
3712
3713In particular, @value{GDBN} cannot single-step all threads in lockstep.
3714Since thread scheduling is up to your debugging target's operating
3715system (not controlled by @value{GDBN}), other threads may
3716execute more than one statement while the current thread completes a
3717single step. Moreover, in general other threads stop in the middle of a
3718statement, rather than at a clean statement boundary, when the program
3719stops.
3720
3721You might even find your program stopped in another thread after
3722continuing or even single-stepping. This happens whenever some other
3723thread runs into a breakpoint, a signal, or an exception before the
3724first thread completes whatever you requested.
3725
3726On some OSes, you can lock the OS scheduler and thus allow only a single
3727thread to run.
3728
3729@table @code
3730@item set scheduler-locking @var{mode}
3731Set the scheduler locking mode. If it is @code{off}, then there is no
3732locking and any thread may run at any time. If @code{on}, then only the
3733current thread may run when the inferior is resumed. The @code{step}
3734mode optimizes for single-stepping. It stops other threads from
3735``seizing the prompt'' by preempting the current thread while you are
3736stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3737when you step. They are more likely to run when you @samp{next} over a
c906108c 3738function call, and they are completely free to run when you use commands
d4f3574e 3739like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3740thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3741@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3742
3743@item show scheduler-locking
3744Display the current scheduler locking mode.
3745@end table
3746
c906108c 3747
6d2ebf8b 3748@node Stack
c906108c
SS
3749@chapter Examining the Stack
3750
3751When your program has stopped, the first thing you need to know is where it
3752stopped and how it got there.
3753
3754@cindex call stack
5d161b24
DB
3755Each time your program performs a function call, information about the call
3756is generated.
3757That information includes the location of the call in your program,
3758the arguments of the call,
c906108c 3759and the local variables of the function being called.
5d161b24 3760The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3761The stack frames are allocated in a region of memory called the @dfn{call
3762stack}.
3763
3764When your program stops, the @value{GDBN} commands for examining the
3765stack allow you to see all of this information.
3766
3767@cindex selected frame
3768One of the stack frames is @dfn{selected} by @value{GDBN} and many
3769@value{GDBN} commands refer implicitly to the selected frame. In
3770particular, whenever you ask @value{GDBN} for the value of a variable in
3771your program, the value is found in the selected frame. There are
3772special @value{GDBN} commands to select whichever frame you are
3773interested in. @xref{Selection, ,Selecting a frame}.
3774
3775When your program stops, @value{GDBN} automatically selects the
5d161b24 3776currently executing frame and describes it briefly, similar to the
c906108c
SS
3777@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3778
3779@menu
3780* Frames:: Stack frames
3781* Backtrace:: Backtraces
3782* Selection:: Selecting a frame
3783* Frame Info:: Information on a frame
c906108c
SS
3784
3785@end menu
3786
6d2ebf8b 3787@node Frames
c906108c
SS
3788@section Stack frames
3789
d4f3574e 3790@cindex frame, definition
c906108c
SS
3791@cindex stack frame
3792The call stack is divided up into contiguous pieces called @dfn{stack
3793frames}, or @dfn{frames} for short; each frame is the data associated
3794with one call to one function. The frame contains the arguments given
3795to the function, the function's local variables, and the address at
3796which the function is executing.
3797
3798@cindex initial frame
3799@cindex outermost frame
3800@cindex innermost frame
3801When your program is started, the stack has only one frame, that of the
3802function @code{main}. This is called the @dfn{initial} frame or the
3803@dfn{outermost} frame. Each time a function is called, a new frame is
3804made. Each time a function returns, the frame for that function invocation
3805is eliminated. If a function is recursive, there can be many frames for
3806the same function. The frame for the function in which execution is
3807actually occurring is called the @dfn{innermost} frame. This is the most
3808recently created of all the stack frames that still exist.
3809
3810@cindex frame pointer
3811Inside your program, stack frames are identified by their addresses. A
3812stack frame consists of many bytes, each of which has its own address; each
3813kind of computer has a convention for choosing one byte whose
3814address serves as the address of the frame. Usually this address is kept
3815in a register called the @dfn{frame pointer register} while execution is
3816going on in that frame.
3817
3818@cindex frame number
3819@value{GDBN} assigns numbers to all existing stack frames, starting with
3820zero for the innermost frame, one for the frame that called it,
3821and so on upward. These numbers do not really exist in your program;
3822they are assigned by @value{GDBN} to give you a way of designating stack
3823frames in @value{GDBN} commands.
3824
6d2ebf8b
SS
3825@c The -fomit-frame-pointer below perennially causes hbox overflow
3826@c underflow problems.
c906108c
SS
3827@cindex frameless execution
3828Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3829without stack frames. (For example, the @value{GCC} option
474c8240 3830@smallexample
6d2ebf8b 3831@samp{-fomit-frame-pointer}
474c8240 3832@end smallexample
6d2ebf8b 3833generates functions without a frame.)
c906108c
SS
3834This is occasionally done with heavily used library functions to save
3835the frame setup time. @value{GDBN} has limited facilities for dealing
3836with these function invocations. If the innermost function invocation
3837has no stack frame, @value{GDBN} nevertheless regards it as though
3838it had a separate frame, which is numbered zero as usual, allowing
3839correct tracing of the function call chain. However, @value{GDBN} has
3840no provision for frameless functions elsewhere in the stack.
3841
3842@table @code
d4f3574e 3843@kindex frame@r{, command}
41afff9a 3844@cindex current stack frame
c906108c 3845@item frame @var{args}
5d161b24 3846The @code{frame} command allows you to move from one stack frame to another,
c906108c 3847and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3848address of the frame or the stack frame number. Without an argument,
3849@code{frame} prints the current stack frame.
c906108c
SS
3850
3851@kindex select-frame
41afff9a 3852@cindex selecting frame silently
c906108c
SS
3853@item select-frame
3854The @code{select-frame} command allows you to move from one stack frame
3855to another without printing the frame. This is the silent version of
3856@code{frame}.
3857@end table
3858
6d2ebf8b 3859@node Backtrace
c906108c
SS
3860@section Backtraces
3861
3862@cindex backtraces
3863@cindex tracebacks
3864@cindex stack traces
3865A backtrace is a summary of how your program got where it is. It shows one
3866line per frame, for many frames, starting with the currently executing
3867frame (frame zero), followed by its caller (frame one), and on up the
3868stack.
3869
3870@table @code
3871@kindex backtrace
41afff9a 3872@kindex bt @r{(@code{backtrace})}
c906108c
SS
3873@item backtrace
3874@itemx bt
3875Print a backtrace of the entire stack: one line per frame for all
3876frames in the stack.
3877
3878You can stop the backtrace at any time by typing the system interrupt
3879character, normally @kbd{C-c}.
3880
3881@item backtrace @var{n}
3882@itemx bt @var{n}
3883Similar, but print only the innermost @var{n} frames.
3884
3885@item backtrace -@var{n}
3886@itemx bt -@var{n}
3887Similar, but print only the outermost @var{n} frames.
3888@end table
3889
3890@kindex where
3891@kindex info stack
41afff9a 3892@kindex info s @r{(@code{info stack})}
c906108c
SS
3893The names @code{where} and @code{info stack} (abbreviated @code{info s})
3894are additional aliases for @code{backtrace}.
3895
3896Each line in the backtrace shows the frame number and the function name.
3897The program counter value is also shown---unless you use @code{set
3898print address off}. The backtrace also shows the source file name and
3899line number, as well as the arguments to the function. The program
3900counter value is omitted if it is at the beginning of the code for that
3901line number.
3902
3903Here is an example of a backtrace. It was made with the command
3904@samp{bt 3}, so it shows the innermost three frames.
3905
3906@smallexample
3907@group
5d161b24 3908#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3909 at builtin.c:993
3910#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3911#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3912 at macro.c:71
3913(More stack frames follow...)
3914@end group
3915@end smallexample
3916
3917@noindent
3918The display for frame zero does not begin with a program counter
3919value, indicating that your program has stopped at the beginning of the
3920code for line @code{993} of @code{builtin.c}.
3921
b4e9345d
DJ
3922@kindex set backtrace-below-main
3923@kindex show backtrace-below-main
3924
95f90d25
DJ
3925Most programs have a standard entry point---a place where system libraries
3926and startup code transition into user code. For C this is @code{main}.
3927When @value{GDBN} finds the entry function in a backtrace it will terminate
3928the backtrace, to avoid tracing into highly system-specific (and generally
3929uninteresting) code. If you need to examine the startup code, then you can
3930change this behavior.
3931
3932@table @code
3933@item set backtrace-below-main off
3934Backtraces will stop when they encounter the user entry point. This is the
3935default.
3936
3937@item set backtrace-below-main
3938@itemx set backtrace-below-main on
3939Backtraces will continue past the user entry point to the top of the stack.
3940
3941@item show backtrace-below-main
3942Display the current backtrace policy.
3943@end table
3944
6d2ebf8b 3945@node Selection
c906108c
SS
3946@section Selecting a frame
3947
3948Most commands for examining the stack and other data in your program work on
3949whichever stack frame is selected at the moment. Here are the commands for
3950selecting a stack frame; all of them finish by printing a brief description
3951of the stack frame just selected.
3952
3953@table @code
d4f3574e 3954@kindex frame@r{, selecting}
41afff9a 3955@kindex f @r{(@code{frame})}
c906108c
SS
3956@item frame @var{n}
3957@itemx f @var{n}
3958Select frame number @var{n}. Recall that frame zero is the innermost
3959(currently executing) frame, frame one is the frame that called the
3960innermost one, and so on. The highest-numbered frame is the one for
3961@code{main}.
3962
3963@item frame @var{addr}
3964@itemx f @var{addr}
3965Select the frame at address @var{addr}. This is useful mainly if the
3966chaining of stack frames has been damaged by a bug, making it
3967impossible for @value{GDBN} to assign numbers properly to all frames. In
3968addition, this can be useful when your program has multiple stacks and
3969switches between them.
3970
c906108c
SS
3971On the SPARC architecture, @code{frame} needs two addresses to
3972select an arbitrary frame: a frame pointer and a stack pointer.
3973
3974On the MIPS and Alpha architecture, it needs two addresses: a stack
3975pointer and a program counter.
3976
3977On the 29k architecture, it needs three addresses: a register stack
3978pointer, a program counter, and a memory stack pointer.
3979@c note to future updaters: this is conditioned on a flag
3980@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3981@c as of 27 Jan 1994.
c906108c
SS
3982
3983@kindex up
3984@item up @var{n}
3985Move @var{n} frames up the stack. For positive numbers @var{n}, this
3986advances toward the outermost frame, to higher frame numbers, to frames
3987that have existed longer. @var{n} defaults to one.
3988
3989@kindex down
41afff9a 3990@kindex do @r{(@code{down})}
c906108c
SS
3991@item down @var{n}
3992Move @var{n} frames down the stack. For positive numbers @var{n}, this
3993advances toward the innermost frame, to lower frame numbers, to frames
3994that were created more recently. @var{n} defaults to one. You may
3995abbreviate @code{down} as @code{do}.
3996@end table
3997
3998All of these commands end by printing two lines of output describing the
3999frame. The first line shows the frame number, the function name, the
4000arguments, and the source file and line number of execution in that
5d161b24 4001frame. The second line shows the text of that source line.
c906108c
SS
4002
4003@need 1000
4004For example:
4005
4006@smallexample
4007@group
4008(@value{GDBP}) up
4009#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4010 at env.c:10
401110 read_input_file (argv[i]);
4012@end group
4013@end smallexample
4014
4015After such a printout, the @code{list} command with no arguments
4016prints ten lines centered on the point of execution in the frame.
87885426
FN
4017You can also edit the program at the point of execution with your favorite
4018editing program by typing @code{edit}.
4019@xref{List, ,Printing source lines},
4020for details.
c906108c
SS
4021
4022@table @code
4023@kindex down-silently
4024@kindex up-silently
4025@item up-silently @var{n}
4026@itemx down-silently @var{n}
4027These two commands are variants of @code{up} and @code{down},
4028respectively; they differ in that they do their work silently, without
4029causing display of the new frame. They are intended primarily for use
4030in @value{GDBN} command scripts, where the output might be unnecessary and
4031distracting.
4032@end table
4033
6d2ebf8b 4034@node Frame Info
c906108c
SS
4035@section Information about a frame
4036
4037There are several other commands to print information about the selected
4038stack frame.
4039
4040@table @code
4041@item frame
4042@itemx f
4043When used without any argument, this command does not change which
4044frame is selected, but prints a brief description of the currently
4045selected stack frame. It can be abbreviated @code{f}. With an
4046argument, this command is used to select a stack frame.
4047@xref{Selection, ,Selecting a frame}.
4048
4049@kindex info frame
41afff9a 4050@kindex info f @r{(@code{info frame})}
c906108c
SS
4051@item info frame
4052@itemx info f
4053This command prints a verbose description of the selected stack frame,
4054including:
4055
4056@itemize @bullet
5d161b24
DB
4057@item
4058the address of the frame
c906108c
SS
4059@item
4060the address of the next frame down (called by this frame)
4061@item
4062the address of the next frame up (caller of this frame)
4063@item
4064the language in which the source code corresponding to this frame is written
4065@item
4066the address of the frame's arguments
4067@item
d4f3574e
SS
4068the address of the frame's local variables
4069@item
c906108c
SS
4070the program counter saved in it (the address of execution in the caller frame)
4071@item
4072which registers were saved in the frame
4073@end itemize
4074
4075@noindent The verbose description is useful when
4076something has gone wrong that has made the stack format fail to fit
4077the usual conventions.
4078
4079@item info frame @var{addr}
4080@itemx info f @var{addr}
4081Print a verbose description of the frame at address @var{addr}, without
4082selecting that frame. The selected frame remains unchanged by this
4083command. This requires the same kind of address (more than one for some
4084architectures) that you specify in the @code{frame} command.
4085@xref{Selection, ,Selecting a frame}.
4086
4087@kindex info args
4088@item info args
4089Print the arguments of the selected frame, each on a separate line.
4090
4091@item info locals
4092@kindex info locals
4093Print the local variables of the selected frame, each on a separate
4094line. These are all variables (declared either static or automatic)
4095accessible at the point of execution of the selected frame.
4096
c906108c 4097@kindex info catch
d4f3574e
SS
4098@cindex catch exceptions, list active handlers
4099@cindex exception handlers, how to list
c906108c
SS
4100@item info catch
4101Print a list of all the exception handlers that are active in the
4102current stack frame at the current point of execution. To see other
4103exception handlers, visit the associated frame (using the @code{up},
4104@code{down}, or @code{frame} commands); then type @code{info catch}.
4105@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4106
c906108c
SS
4107@end table
4108
c906108c 4109
6d2ebf8b 4110@node Source
c906108c
SS
4111@chapter Examining Source Files
4112
4113@value{GDBN} can print parts of your program's source, since the debugging
4114information recorded in the program tells @value{GDBN} what source files were
4115used to build it. When your program stops, @value{GDBN} spontaneously prints
4116the line where it stopped. Likewise, when you select a stack frame
4117(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4118execution in that frame has stopped. You can print other portions of
4119source files by explicit command.
4120
7a292a7a 4121If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4122prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4123@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4124
4125@menu
4126* List:: Printing source lines
87885426 4127* Edit:: Editing source files
c906108c 4128* Search:: Searching source files
c906108c
SS
4129* Source Path:: Specifying source directories
4130* Machine Code:: Source and machine code
4131@end menu
4132
6d2ebf8b 4133@node List
c906108c
SS
4134@section Printing source lines
4135
4136@kindex list
41afff9a 4137@kindex l @r{(@code{list})}
c906108c 4138To print lines from a source file, use the @code{list} command
5d161b24 4139(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4140There are several ways to specify what part of the file you want to print.
4141
4142Here are the forms of the @code{list} command most commonly used:
4143
4144@table @code
4145@item list @var{linenum}
4146Print lines centered around line number @var{linenum} in the
4147current source file.
4148
4149@item list @var{function}
4150Print lines centered around the beginning of function
4151@var{function}.
4152
4153@item list
4154Print more lines. If the last lines printed were printed with a
4155@code{list} command, this prints lines following the last lines
4156printed; however, if the last line printed was a solitary line printed
4157as part of displaying a stack frame (@pxref{Stack, ,Examining the
4158Stack}), this prints lines centered around that line.
4159
4160@item list -
4161Print lines just before the lines last printed.
4162@end table
4163
4164By default, @value{GDBN} prints ten source lines with any of these forms of
4165the @code{list} command. You can change this using @code{set listsize}:
4166
4167@table @code
4168@kindex set listsize
4169@item set listsize @var{count}
4170Make the @code{list} command display @var{count} source lines (unless
4171the @code{list} argument explicitly specifies some other number).
4172
4173@kindex show listsize
4174@item show listsize
4175Display the number of lines that @code{list} prints.
4176@end table
4177
4178Repeating a @code{list} command with @key{RET} discards the argument,
4179so it is equivalent to typing just @code{list}. This is more useful
4180than listing the same lines again. An exception is made for an
4181argument of @samp{-}; that argument is preserved in repetition so that
4182each repetition moves up in the source file.
4183
4184@cindex linespec
4185In general, the @code{list} command expects you to supply zero, one or two
4186@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4187of writing them, but the effect is always to specify some source line.
c906108c
SS
4188Here is a complete description of the possible arguments for @code{list}:
4189
4190@table @code
4191@item list @var{linespec}
4192Print lines centered around the line specified by @var{linespec}.
4193
4194@item list @var{first},@var{last}
4195Print lines from @var{first} to @var{last}. Both arguments are
4196linespecs.
4197
4198@item list ,@var{last}
4199Print lines ending with @var{last}.
4200
4201@item list @var{first},
4202Print lines starting with @var{first}.
4203
4204@item list +
4205Print lines just after the lines last printed.
4206
4207@item list -
4208Print lines just before the lines last printed.
4209
4210@item list
4211As described in the preceding table.
4212@end table
4213
4214Here are the ways of specifying a single source line---all the
4215kinds of linespec.
4216
4217@table @code
4218@item @var{number}
4219Specifies line @var{number} of the current source file.
4220When a @code{list} command has two linespecs, this refers to
4221the same source file as the first linespec.
4222
4223@item +@var{offset}
4224Specifies the line @var{offset} lines after the last line printed.
4225When used as the second linespec in a @code{list} command that has
4226two, this specifies the line @var{offset} lines down from the
4227first linespec.
4228
4229@item -@var{offset}
4230Specifies the line @var{offset} lines before the last line printed.
4231
4232@item @var{filename}:@var{number}
4233Specifies line @var{number} in the source file @var{filename}.
4234
4235@item @var{function}
4236Specifies the line that begins the body of the function @var{function}.
4237For example: in C, this is the line with the open brace.
4238
4239@item @var{filename}:@var{function}
4240Specifies the line of the open-brace that begins the body of the
4241function @var{function} in the file @var{filename}. You only need the
4242file name with a function name to avoid ambiguity when there are
4243identically named functions in different source files.
4244
4245@item *@var{address}
4246Specifies the line containing the program address @var{address}.
4247@var{address} may be any expression.
4248@end table
4249
87885426
FN
4250@node Edit
4251@section Editing source files
4252@cindex editing source files
4253
4254@kindex edit
4255@kindex e @r{(@code{edit})}
4256To edit the lines in a source file, use the @code{edit} command.
4257The editing program of your choice
4258is invoked with the current line set to
4259the active line in the program.
4260Alternatively, there are several ways to specify what part of the file you
4261want to print if you want to see other parts of the program.
4262
4263Here are the forms of the @code{edit} command most commonly used:
4264
4265@table @code
4266@item edit
4267Edit the current source file at the active line number in the program.
4268
4269@item edit @var{number}
4270Edit the current source file with @var{number} as the active line number.
4271
4272@item edit @var{function}
4273Edit the file containing @var{function} at the beginning of its definition.
4274
4275@item edit @var{filename}:@var{number}
4276Specifies line @var{number} in the source file @var{filename}.
4277
4278@item edit @var{filename}:@var{function}
4279Specifies the line that begins the body of the
4280function @var{function} in the file @var{filename}. You only need the
4281file name with a function name to avoid ambiguity when there are
4282identically named functions in different source files.
4283
4284@item edit *@var{address}
4285Specifies the line containing the program address @var{address}.
4286@var{address} may be any expression.
4287@end table
4288
4289@subsection Choosing your editor
4290You can customize @value{GDBN} to use any editor you want
4291@footnote{
4292The only restriction is that your editor (say @code{ex}), recognizes the
4293following command-line syntax:
10998722 4294@smallexample
87885426 4295ex +@var{number} file
10998722
AC
4296@end smallexample
4297The optional numeric value +@var{number} designates the active line in
4298the file.}. By default, it is @value{EDITOR}, but you can change this
4299by setting the environment variable @code{EDITOR} before using
4300@value{GDBN}. For example, to configure @value{GDBN} to use the
4301@code{vi} editor, you could use these commands with the @code{sh} shell:
4302@smallexample
87885426
FN
4303EDITOR=/usr/bin/vi
4304export EDITOR
4305gdb ...
10998722 4306@end smallexample
87885426 4307or in the @code{csh} shell,
10998722 4308@smallexample
87885426
FN
4309setenv EDITOR /usr/bin/vi
4310gdb ...
10998722 4311@end smallexample
87885426 4312
6d2ebf8b 4313@node Search
c906108c
SS
4314@section Searching source files
4315@cindex searching
4316@kindex reverse-search
4317
4318There are two commands for searching through the current source file for a
4319regular expression.
4320
4321@table @code
4322@kindex search
4323@kindex forward-search
4324@item forward-search @var{regexp}
4325@itemx search @var{regexp}
4326The command @samp{forward-search @var{regexp}} checks each line,
4327starting with the one following the last line listed, for a match for
5d161b24 4328@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4329synonym @samp{search @var{regexp}} or abbreviate the command name as
4330@code{fo}.
4331
4332@item reverse-search @var{regexp}
4333The command @samp{reverse-search @var{regexp}} checks each line, starting
4334with the one before the last line listed and going backward, for a match
4335for @var{regexp}. It lists the line that is found. You can abbreviate
4336this command as @code{rev}.
4337@end table
c906108c 4338
6d2ebf8b 4339@node Source Path
c906108c
SS
4340@section Specifying source directories
4341
4342@cindex source path
4343@cindex directories for source files
4344Executable programs sometimes do not record the directories of the source
4345files from which they were compiled, just the names. Even when they do,
4346the directories could be moved between the compilation and your debugging
4347session. @value{GDBN} has a list of directories to search for source files;
4348this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4349it tries all the directories in the list, in the order they are present
4350in the list, until it finds a file with the desired name. Note that
4351the executable search path is @emph{not} used for this purpose. Neither is
4352the current working directory, unless it happens to be in the source
4353path.
4354
4355If @value{GDBN} cannot find a source file in the source path, and the
4356object program records a directory, @value{GDBN} tries that directory
4357too. If the source path is empty, and there is no record of the
4358compilation directory, @value{GDBN} looks in the current directory as a
4359last resort.
4360
4361Whenever you reset or rearrange the source path, @value{GDBN} clears out
4362any information it has cached about where source files are found and where
4363each line is in the file.
4364
4365@kindex directory
4366@kindex dir
d4f3574e
SS
4367When you start @value{GDBN}, its source path includes only @samp{cdir}
4368and @samp{cwd}, in that order.
c906108c
SS
4369To add other directories, use the @code{directory} command.
4370
4371@table @code
4372@item directory @var{dirname} @dots{}
4373@item dir @var{dirname} @dots{}
4374Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4375directory names may be given to this command, separated by @samp{:}
4376(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4377part of absolute file names) or
c906108c
SS
4378whitespace. You may specify a directory that is already in the source
4379path; this moves it forward, so @value{GDBN} searches it sooner.
4380
4381@kindex cdir
4382@kindex cwd
41afff9a
EZ
4383@vindex $cdir@r{, convenience variable}
4384@vindex $cwdr@r{, convenience variable}
c906108c
SS
4385@cindex compilation directory
4386@cindex current directory
4387@cindex working directory
4388@cindex directory, current
4389@cindex directory, compilation
4390You can use the string @samp{$cdir} to refer to the compilation
4391directory (if one is recorded), and @samp{$cwd} to refer to the current
4392working directory. @samp{$cwd} is not the same as @samp{.}---the former
4393tracks the current working directory as it changes during your @value{GDBN}
4394session, while the latter is immediately expanded to the current
4395directory at the time you add an entry to the source path.
4396
4397@item directory
4398Reset the source path to empty again. This requires confirmation.
4399
4400@c RET-repeat for @code{directory} is explicitly disabled, but since
4401@c repeating it would be a no-op we do not say that. (thanks to RMS)
4402
4403@item show directories
4404@kindex show directories
4405Print the source path: show which directories it contains.
4406@end table
4407
4408If your source path is cluttered with directories that are no longer of
4409interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4410versions of source. You can correct the situation as follows:
4411
4412@enumerate
4413@item
4414Use @code{directory} with no argument to reset the source path to empty.
4415
4416@item
4417Use @code{directory} with suitable arguments to reinstall the
4418directories you want in the source path. You can add all the
4419directories in one command.
4420@end enumerate
4421
6d2ebf8b 4422@node Machine Code
c906108c
SS
4423@section Source and machine code
4424
4425You can use the command @code{info line} to map source lines to program
4426addresses (and vice versa), and the command @code{disassemble} to display
4427a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4428mode, the @code{info line} command causes the arrow to point to the
5d161b24 4429line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4430well as hex.
4431
4432@table @code
4433@kindex info line
4434@item info line @var{linespec}
4435Print the starting and ending addresses of the compiled code for
4436source line @var{linespec}. You can specify source lines in any of
4437the ways understood by the @code{list} command (@pxref{List, ,Printing
4438source lines}).
4439@end table
4440
4441For example, we can use @code{info line} to discover the location of
4442the object code for the first line of function
4443@code{m4_changequote}:
4444
d4f3574e
SS
4445@c FIXME: I think this example should also show the addresses in
4446@c symbolic form, as they usually would be displayed.
c906108c 4447@smallexample
96a2c332 4448(@value{GDBP}) info line m4_changequote
c906108c
SS
4449Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4450@end smallexample
4451
4452@noindent
4453We can also inquire (using @code{*@var{addr}} as the form for
4454@var{linespec}) what source line covers a particular address:
4455@smallexample
4456(@value{GDBP}) info line *0x63ff
4457Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4458@end smallexample
4459
4460@cindex @code{$_} and @code{info line}
41afff9a 4461@kindex x@r{(examine), and} info line
c906108c
SS
4462After @code{info line}, the default address for the @code{x} command
4463is changed to the starting address of the line, so that @samp{x/i} is
4464sufficient to begin examining the machine code (@pxref{Memory,
4465,Examining memory}). Also, this address is saved as the value of the
4466convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4467variables}).
4468
4469@table @code
4470@kindex disassemble
4471@cindex assembly instructions
4472@cindex instructions, assembly
4473@cindex machine instructions
4474@cindex listing machine instructions
4475@item disassemble
4476This specialized command dumps a range of memory as machine
4477instructions. The default memory range is the function surrounding the
4478program counter of the selected frame. A single argument to this
4479command is a program counter value; @value{GDBN} dumps the function
4480surrounding this value. Two arguments specify a range of addresses
4481(first inclusive, second exclusive) to dump.
4482@end table
4483
c906108c
SS
4484The following example shows the disassembly of a range of addresses of
4485HP PA-RISC 2.0 code:
4486
4487@smallexample
4488(@value{GDBP}) disas 0x32c4 0x32e4
4489Dump of assembler code from 0x32c4 to 0x32e4:
44900x32c4 <main+204>: addil 0,dp
44910x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
44920x32cc <main+212>: ldil 0x3000,r31
44930x32d0 <main+216>: ble 0x3f8(sr4,r31)
44940x32d4 <main+220>: ldo 0(r31),rp
44950x32d8 <main+224>: addil -0x800,dp
44960x32dc <main+228>: ldo 0x588(r1),r26
44970x32e0 <main+232>: ldil 0x3000,r31
4498End of assembler dump.
4499@end smallexample
c906108c
SS
4500
4501Some architectures have more than one commonly-used set of instruction
4502mnemonics or other syntax.
4503
4504@table @code
d4f3574e 4505@kindex set disassembly-flavor
c906108c
SS
4506@cindex assembly instructions
4507@cindex instructions, assembly
4508@cindex machine instructions
4509@cindex listing machine instructions
d4f3574e
SS
4510@cindex Intel disassembly flavor
4511@cindex AT&T disassembly flavor
4512@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4513Select the instruction set to use when disassembling the
4514program via the @code{disassemble} or @code{x/i} commands.
4515
4516Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4517can set @var{instruction-set} to either @code{intel} or @code{att}.
4518The default is @code{att}, the AT&T flavor used by default by Unix
4519assemblers for x86-based targets.
c906108c
SS
4520@end table
4521
4522
6d2ebf8b 4523@node Data
c906108c
SS
4524@chapter Examining Data
4525
4526@cindex printing data
4527@cindex examining data
4528@kindex print
4529@kindex inspect
4530@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4531@c document because it is nonstandard... Under Epoch it displays in a
4532@c different window or something like that.
4533The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4534command (abbreviated @code{p}), or its synonym @code{inspect}. It
4535evaluates and prints the value of an expression of the language your
4536program is written in (@pxref{Languages, ,Using @value{GDBN} with
4537Different Languages}).
c906108c
SS
4538
4539@table @code
d4f3574e
SS
4540@item print @var{expr}
4541@itemx print /@var{f} @var{expr}
4542@var{expr} is an expression (in the source language). By default the
4543value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4544you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4545@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4546formats}.
4547
4548@item print
4549@itemx print /@var{f}
d4f3574e 4550If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4551@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4552conveniently inspect the same value in an alternative format.
4553@end table
4554
4555A more low-level way of examining data is with the @code{x} command.
4556It examines data in memory at a specified address and prints it in a
4557specified format. @xref{Memory, ,Examining memory}.
4558
7a292a7a 4559If you are interested in information about types, or about how the
d4f3574e
SS
4560fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4561command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4562Table}.
c906108c
SS
4563
4564@menu
4565* Expressions:: Expressions
4566* Variables:: Program variables
4567* Arrays:: Artificial arrays
4568* Output Formats:: Output formats
4569* Memory:: Examining memory
4570* Auto Display:: Automatic display
4571* Print Settings:: Print settings
4572* Value History:: Value history
4573* Convenience Vars:: Convenience variables
4574* Registers:: Registers
c906108c 4575* Floating Point Hardware:: Floating point hardware
53c69bd7 4576* Vector Unit:: Vector Unit
29e57380 4577* Memory Region Attributes:: Memory region attributes
16d9dec6 4578* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4579* Character Sets:: Debugging programs that use a different
4580 character set than GDB does
c906108c
SS
4581@end menu
4582
6d2ebf8b 4583@node Expressions
c906108c
SS
4584@section Expressions
4585
4586@cindex expressions
4587@code{print} and many other @value{GDBN} commands accept an expression and
4588compute its value. Any kind of constant, variable or operator defined
4589by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4590@value{GDBN}. This includes conditional expressions, function calls,
4591casts, and string constants. It also includes preprocessor macros, if
4592you compiled your program to include this information; see
4593@ref{Compilation}.
c906108c 4594
d4f3574e
SS
4595@value{GDBN} supports array constants in expressions input by
4596the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4597you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4598memory that is @code{malloc}ed in the target program.
c906108c 4599
c906108c
SS
4600Because C is so widespread, most of the expressions shown in examples in
4601this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4602Languages}, for information on how to use expressions in other
4603languages.
4604
4605In this section, we discuss operators that you can use in @value{GDBN}
4606expressions regardless of your programming language.
4607
4608Casts are supported in all languages, not just in C, because it is so
4609useful to cast a number into a pointer in order to examine a structure
4610at that address in memory.
4611@c FIXME: casts supported---Mod2 true?
c906108c
SS
4612
4613@value{GDBN} supports these operators, in addition to those common
4614to programming languages:
4615
4616@table @code
4617@item @@
4618@samp{@@} is a binary operator for treating parts of memory as arrays.
4619@xref{Arrays, ,Artificial arrays}, for more information.
4620
4621@item ::
4622@samp{::} allows you to specify a variable in terms of the file or
4623function where it is defined. @xref{Variables, ,Program variables}.
4624
4625@cindex @{@var{type}@}
4626@cindex type casting memory
4627@cindex memory, viewing as typed object
4628@cindex casts, to view memory
4629@item @{@var{type}@} @var{addr}
4630Refers to an object of type @var{type} stored at address @var{addr} in
4631memory. @var{addr} may be any expression whose value is an integer or
4632pointer (but parentheses are required around binary operators, just as in
4633a cast). This construct is allowed regardless of what kind of data is
4634normally supposed to reside at @var{addr}.
4635@end table
4636
6d2ebf8b 4637@node Variables
c906108c
SS
4638@section Program variables
4639
4640The most common kind of expression to use is the name of a variable
4641in your program.
4642
4643Variables in expressions are understood in the selected stack frame
4644(@pxref{Selection, ,Selecting a frame}); they must be either:
4645
4646@itemize @bullet
4647@item
4648global (or file-static)
4649@end itemize
4650
5d161b24 4651@noindent or
c906108c
SS
4652
4653@itemize @bullet
4654@item
4655visible according to the scope rules of the
4656programming language from the point of execution in that frame
5d161b24 4657@end itemize
c906108c
SS
4658
4659@noindent This means that in the function
4660
474c8240 4661@smallexample
c906108c
SS
4662foo (a)
4663 int a;
4664@{
4665 bar (a);
4666 @{
4667 int b = test ();
4668 bar (b);
4669 @}
4670@}
474c8240 4671@end smallexample
c906108c
SS
4672
4673@noindent
4674you can examine and use the variable @code{a} whenever your program is
4675executing within the function @code{foo}, but you can only use or
4676examine the variable @code{b} while your program is executing inside
4677the block where @code{b} is declared.
4678
4679@cindex variable name conflict
4680There is an exception: you can refer to a variable or function whose
4681scope is a single source file even if the current execution point is not
4682in this file. But it is possible to have more than one such variable or
4683function with the same name (in different source files). If that
4684happens, referring to that name has unpredictable effects. If you wish,
4685you can specify a static variable in a particular function or file,
4686using the colon-colon notation:
4687
d4f3574e 4688@cindex colon-colon, context for variables/functions
c906108c
SS
4689@iftex
4690@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4691@cindex @code{::}, context for variables/functions
c906108c 4692@end iftex
474c8240 4693@smallexample
c906108c
SS
4694@var{file}::@var{variable}
4695@var{function}::@var{variable}
474c8240 4696@end smallexample
c906108c
SS
4697
4698@noindent
4699Here @var{file} or @var{function} is the name of the context for the
4700static @var{variable}. In the case of file names, you can use quotes to
4701make sure @value{GDBN} parses the file name as a single word---for example,
4702to print a global value of @code{x} defined in @file{f2.c}:
4703
474c8240 4704@smallexample
c906108c 4705(@value{GDBP}) p 'f2.c'::x
474c8240 4706@end smallexample
c906108c 4707
b37052ae 4708@cindex C@t{++} scope resolution
c906108c 4709This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4710use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4711scope resolution operator in @value{GDBN} expressions.
4712@c FIXME: Um, so what happens in one of those rare cases where it's in
4713@c conflict?? --mew
c906108c
SS
4714
4715@cindex wrong values
4716@cindex variable values, wrong
4717@quotation
4718@emph{Warning:} Occasionally, a local variable may appear to have the
4719wrong value at certain points in a function---just after entry to a new
4720scope, and just before exit.
4721@end quotation
4722You may see this problem when you are stepping by machine instructions.
4723This is because, on most machines, it takes more than one instruction to
4724set up a stack frame (including local variable definitions); if you are
4725stepping by machine instructions, variables may appear to have the wrong
4726values until the stack frame is completely built. On exit, it usually
4727also takes more than one machine instruction to destroy a stack frame;
4728after you begin stepping through that group of instructions, local
4729variable definitions may be gone.
4730
4731This may also happen when the compiler does significant optimizations.
4732To be sure of always seeing accurate values, turn off all optimization
4733when compiling.
4734
d4f3574e
SS
4735@cindex ``No symbol "foo" in current context''
4736Another possible effect of compiler optimizations is to optimize
4737unused variables out of existence, or assign variables to registers (as
4738opposed to memory addresses). Depending on the support for such cases
4739offered by the debug info format used by the compiler, @value{GDBN}
4740might not be able to display values for such local variables. If that
4741happens, @value{GDBN} will print a message like this:
4742
474c8240 4743@smallexample
d4f3574e 4744No symbol "foo" in current context.
474c8240 4745@end smallexample
d4f3574e
SS
4746
4747To solve such problems, either recompile without optimizations, or use a
4748different debug info format, if the compiler supports several such
0179ffac
DC
4749formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4750usually supports the @option{-gstabs+} option. @option{-gstabs+}
4751produces debug info in a format that is superior to formats such as
4752COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4753an effective form for debug info. @xref{Debugging Options,,Options
4754for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4755
4756
6d2ebf8b 4757@node Arrays
c906108c
SS
4758@section Artificial arrays
4759
4760@cindex artificial array
41afff9a 4761@kindex @@@r{, referencing memory as an array}
c906108c
SS
4762It is often useful to print out several successive objects of the
4763same type in memory; a section of an array, or an array of
4764dynamically determined size for which only a pointer exists in the
4765program.
4766
4767You can do this by referring to a contiguous span of memory as an
4768@dfn{artificial array}, using the binary operator @samp{@@}. The left
4769operand of @samp{@@} should be the first element of the desired array
4770and be an individual object. The right operand should be the desired length
4771of the array. The result is an array value whose elements are all of
4772the type of the left argument. The first element is actually the left
4773argument; the second element comes from bytes of memory immediately
4774following those that hold the first element, and so on. Here is an
4775example. If a program says
4776
474c8240 4777@smallexample
c906108c 4778int *array = (int *) malloc (len * sizeof (int));
474c8240 4779@end smallexample
c906108c
SS
4780
4781@noindent
4782you can print the contents of @code{array} with
4783
474c8240 4784@smallexample
c906108c 4785p *array@@len
474c8240 4786@end smallexample
c906108c
SS
4787
4788The left operand of @samp{@@} must reside in memory. Array values made
4789with @samp{@@} in this way behave just like other arrays in terms of
4790subscripting, and are coerced to pointers when used in expressions.
4791Artificial arrays most often appear in expressions via the value history
4792(@pxref{Value History, ,Value history}), after printing one out.
4793
4794Another way to create an artificial array is to use a cast.
4795This re-interprets a value as if it were an array.
4796The value need not be in memory:
474c8240 4797@smallexample
c906108c
SS
4798(@value{GDBP}) p/x (short[2])0x12345678
4799$1 = @{0x1234, 0x5678@}
474c8240 4800@end smallexample
c906108c
SS
4801
4802As a convenience, if you leave the array length out (as in
c3f6f71d 4803@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4804the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4805@smallexample
c906108c
SS
4806(@value{GDBP}) p/x (short[])0x12345678
4807$2 = @{0x1234, 0x5678@}
474c8240 4808@end smallexample
c906108c
SS
4809
4810Sometimes the artificial array mechanism is not quite enough; in
4811moderately complex data structures, the elements of interest may not
4812actually be adjacent---for example, if you are interested in the values
4813of pointers in an array. One useful work-around in this situation is
4814to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4815variables}) as a counter in an expression that prints the first
4816interesting value, and then repeat that expression via @key{RET}. For
4817instance, suppose you have an array @code{dtab} of pointers to
4818structures, and you are interested in the values of a field @code{fv}
4819in each structure. Here is an example of what you might type:
4820
474c8240 4821@smallexample
c906108c
SS
4822set $i = 0
4823p dtab[$i++]->fv
4824@key{RET}
4825@key{RET}
4826@dots{}
474c8240 4827@end smallexample
c906108c 4828
6d2ebf8b 4829@node Output Formats
c906108c
SS
4830@section Output formats
4831
4832@cindex formatted output
4833@cindex output formats
4834By default, @value{GDBN} prints a value according to its data type. Sometimes
4835this is not what you want. For example, you might want to print a number
4836in hex, or a pointer in decimal. Or you might want to view data in memory
4837at a certain address as a character string or as an instruction. To do
4838these things, specify an @dfn{output format} when you print a value.
4839
4840The simplest use of output formats is to say how to print a value
4841already computed. This is done by starting the arguments of the
4842@code{print} command with a slash and a format letter. The format
4843letters supported are:
4844
4845@table @code
4846@item x
4847Regard the bits of the value as an integer, and print the integer in
4848hexadecimal.
4849
4850@item d
4851Print as integer in signed decimal.
4852
4853@item u
4854Print as integer in unsigned decimal.
4855
4856@item o
4857Print as integer in octal.
4858
4859@item t
4860Print as integer in binary. The letter @samp{t} stands for ``two''.
4861@footnote{@samp{b} cannot be used because these format letters are also
4862used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4863see @ref{Memory,,Examining memory}.}
c906108c
SS
4864
4865@item a
4866@cindex unknown address, locating
3d67e040 4867@cindex locate address
c906108c
SS
4868Print as an address, both absolute in hexadecimal and as an offset from
4869the nearest preceding symbol. You can use this format used to discover
4870where (in what function) an unknown address is located:
4871
474c8240 4872@smallexample
c906108c
SS
4873(@value{GDBP}) p/a 0x54320
4874$3 = 0x54320 <_initialize_vx+396>
474c8240 4875@end smallexample
c906108c 4876
3d67e040
EZ
4877@noindent
4878The command @code{info symbol 0x54320} yields similar results.
4879@xref{Symbols, info symbol}.
4880
c906108c
SS
4881@item c
4882Regard as an integer and print it as a character constant.
4883
4884@item f
4885Regard the bits of the value as a floating point number and print
4886using typical floating point syntax.
4887@end table
4888
4889For example, to print the program counter in hex (@pxref{Registers}), type
4890
474c8240 4891@smallexample
c906108c 4892p/x $pc
474c8240 4893@end smallexample
c906108c
SS
4894
4895@noindent
4896Note that no space is required before the slash; this is because command
4897names in @value{GDBN} cannot contain a slash.
4898
4899To reprint the last value in the value history with a different format,
4900you can use the @code{print} command with just a format and no
4901expression. For example, @samp{p/x} reprints the last value in hex.
4902
6d2ebf8b 4903@node Memory
c906108c
SS
4904@section Examining memory
4905
4906You can use the command @code{x} (for ``examine'') to examine memory in
4907any of several formats, independently of your program's data types.
4908
4909@cindex examining memory
4910@table @code
41afff9a 4911@kindex x @r{(examine memory)}
c906108c
SS
4912@item x/@var{nfu} @var{addr}
4913@itemx x @var{addr}
4914@itemx x
4915Use the @code{x} command to examine memory.
4916@end table
4917
4918@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4919much memory to display and how to format it; @var{addr} is an
4920expression giving the address where you want to start displaying memory.
4921If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4922Several commands set convenient defaults for @var{addr}.
4923
4924@table @r
4925@item @var{n}, the repeat count
4926The repeat count is a decimal integer; the default is 1. It specifies
4927how much memory (counting by units @var{u}) to display.
4928@c This really is **decimal**; unaffected by 'set radix' as of GDB
4929@c 4.1.2.
4930
4931@item @var{f}, the display format
4932The display format is one of the formats used by @code{print},
4933@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4934The default is @samp{x} (hexadecimal) initially.
4935The default changes each time you use either @code{x} or @code{print}.
4936
4937@item @var{u}, the unit size
4938The unit size is any of
4939
4940@table @code
4941@item b
4942Bytes.
4943@item h
4944Halfwords (two bytes).
4945@item w
4946Words (four bytes). This is the initial default.
4947@item g
4948Giant words (eight bytes).
4949@end table
4950
4951Each time you specify a unit size with @code{x}, that size becomes the
4952default unit the next time you use @code{x}. (For the @samp{s} and
4953@samp{i} formats, the unit size is ignored and is normally not written.)
4954
4955@item @var{addr}, starting display address
4956@var{addr} is the address where you want @value{GDBN} to begin displaying
4957memory. The expression need not have a pointer value (though it may);
4958it is always interpreted as an integer address of a byte of memory.
4959@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4960@var{addr} is usually just after the last address examined---but several
4961other commands also set the default address: @code{info breakpoints} (to
4962the address of the last breakpoint listed), @code{info line} (to the
4963starting address of a line), and @code{print} (if you use it to display
4964a value from memory).
4965@end table
4966
4967For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4968(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4969starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4970words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4971@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4972
4973Since the letters indicating unit sizes are all distinct from the
4974letters specifying output formats, you do not have to remember whether
4975unit size or format comes first; either order works. The output
4976specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4977(However, the count @var{n} must come first; @samp{wx4} does not work.)
4978
4979Even though the unit size @var{u} is ignored for the formats @samp{s}
4980and @samp{i}, you might still want to use a count @var{n}; for example,
4981@samp{3i} specifies that you want to see three machine instructions,
4982including any operands. The command @code{disassemble} gives an
d4f3574e 4983alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4984Code,,Source and machine code}.
4985
4986All the defaults for the arguments to @code{x} are designed to make it
4987easy to continue scanning memory with minimal specifications each time
4988you use @code{x}. For example, after you have inspected three machine
4989instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4990with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4991the repeat count @var{n} is used again; the other arguments default as
4992for successive uses of @code{x}.
4993
4994@cindex @code{$_}, @code{$__}, and value history
4995The addresses and contents printed by the @code{x} command are not saved
4996in the value history because there is often too much of them and they
4997would get in the way. Instead, @value{GDBN} makes these values available for
4998subsequent use in expressions as values of the convenience variables
4999@code{$_} and @code{$__}. After an @code{x} command, the last address
5000examined is available for use in expressions in the convenience variable
5001@code{$_}. The contents of that address, as examined, are available in
5002the convenience variable @code{$__}.
5003
5004If the @code{x} command has a repeat count, the address and contents saved
5005are from the last memory unit printed; this is not the same as the last
5006address printed if several units were printed on the last line of output.
5007
6d2ebf8b 5008@node Auto Display
c906108c
SS
5009@section Automatic display
5010@cindex automatic display
5011@cindex display of expressions
5012
5013If you find that you want to print the value of an expression frequently
5014(to see how it changes), you might want to add it to the @dfn{automatic
5015display list} so that @value{GDBN} prints its value each time your program stops.
5016Each expression added to the list is given a number to identify it;
5017to remove an expression from the list, you specify that number.
5018The automatic display looks like this:
5019
474c8240 5020@smallexample
c906108c
SS
50212: foo = 38
50223: bar[5] = (struct hack *) 0x3804
474c8240 5023@end smallexample
c906108c
SS
5024
5025@noindent
5026This display shows item numbers, expressions and their current values. As with
5027displays you request manually using @code{x} or @code{print}, you can
5028specify the output format you prefer; in fact, @code{display} decides
5029whether to use @code{print} or @code{x} depending on how elaborate your
5030format specification is---it uses @code{x} if you specify a unit size,
5031or one of the two formats (@samp{i} and @samp{s}) that are only
5032supported by @code{x}; otherwise it uses @code{print}.
5033
5034@table @code
5035@kindex display
d4f3574e
SS
5036@item display @var{expr}
5037Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5038each time your program stops. @xref{Expressions, ,Expressions}.
5039
5040@code{display} does not repeat if you press @key{RET} again after using it.
5041
d4f3574e 5042@item display/@var{fmt} @var{expr}
c906108c 5043For @var{fmt} specifying only a display format and not a size or
d4f3574e 5044count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5045arrange to display it each time in the specified format @var{fmt}.
5046@xref{Output Formats,,Output formats}.
5047
5048@item display/@var{fmt} @var{addr}
5049For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5050number of units, add the expression @var{addr} as a memory address to
5051be examined each time your program stops. Examining means in effect
5052doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5053@end table
5054
5055For example, @samp{display/i $pc} can be helpful, to see the machine
5056instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5057is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5058
5059@table @code
5060@kindex delete display
5061@kindex undisplay
5062@item undisplay @var{dnums}@dots{}
5063@itemx delete display @var{dnums}@dots{}
5064Remove item numbers @var{dnums} from the list of expressions to display.
5065
5066@code{undisplay} does not repeat if you press @key{RET} after using it.
5067(Otherwise you would just get the error @samp{No display number @dots{}}.)
5068
5069@kindex disable display
5070@item disable display @var{dnums}@dots{}
5071Disable the display of item numbers @var{dnums}. A disabled display
5072item is not printed automatically, but is not forgotten. It may be
5073enabled again later.
5074
5075@kindex enable display
5076@item enable display @var{dnums}@dots{}
5077Enable display of item numbers @var{dnums}. It becomes effective once
5078again in auto display of its expression, until you specify otherwise.
5079
5080@item display
5081Display the current values of the expressions on the list, just as is
5082done when your program stops.
5083
5084@kindex info display
5085@item info display
5086Print the list of expressions previously set up to display
5087automatically, each one with its item number, but without showing the
5088values. This includes disabled expressions, which are marked as such.
5089It also includes expressions which would not be displayed right now
5090because they refer to automatic variables not currently available.
5091@end table
5092
5093If a display expression refers to local variables, then it does not make
5094sense outside the lexical context for which it was set up. Such an
5095expression is disabled when execution enters a context where one of its
5096variables is not defined. For example, if you give the command
5097@code{display last_char} while inside a function with an argument
5098@code{last_char}, @value{GDBN} displays this argument while your program
5099continues to stop inside that function. When it stops elsewhere---where
5100there is no variable @code{last_char}---the display is disabled
5101automatically. The next time your program stops where @code{last_char}
5102is meaningful, you can enable the display expression once again.
5103
6d2ebf8b 5104@node Print Settings
c906108c
SS
5105@section Print settings
5106
5107@cindex format options
5108@cindex print settings
5109@value{GDBN} provides the following ways to control how arrays, structures,
5110and symbols are printed.
5111
5112@noindent
5113These settings are useful for debugging programs in any language:
5114
5115@table @code
5116@kindex set print address
5117@item set print address
5118@itemx set print address on
5119@value{GDBN} prints memory addresses showing the location of stack
5120traces, structure values, pointer values, breakpoints, and so forth,
5121even when it also displays the contents of those addresses. The default
5122is @code{on}. For example, this is what a stack frame display looks like with
5123@code{set print address on}:
5124
5125@smallexample
5126@group
5127(@value{GDBP}) f
5128#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5129 at input.c:530
5130530 if (lquote != def_lquote)
5131@end group
5132@end smallexample
5133
5134@item set print address off
5135Do not print addresses when displaying their contents. For example,
5136this is the same stack frame displayed with @code{set print address off}:
5137
5138@smallexample
5139@group
5140(@value{GDBP}) set print addr off
5141(@value{GDBP}) f
5142#0 set_quotes (lq="<<", rq=">>") at input.c:530
5143530 if (lquote != def_lquote)
5144@end group
5145@end smallexample
5146
5147You can use @samp{set print address off} to eliminate all machine
5148dependent displays from the @value{GDBN} interface. For example, with
5149@code{print address off}, you should get the same text for backtraces on
5150all machines---whether or not they involve pointer arguments.
5151
5152@kindex show print address
5153@item show print address
5154Show whether or not addresses are to be printed.
5155@end table
5156
5157When @value{GDBN} prints a symbolic address, it normally prints the
5158closest earlier symbol plus an offset. If that symbol does not uniquely
5159identify the address (for example, it is a name whose scope is a single
5160source file), you may need to clarify. One way to do this is with
5161@code{info line}, for example @samp{info line *0x4537}. Alternately,
5162you can set @value{GDBN} to print the source file and line number when
5163it prints a symbolic address:
5164
5165@table @code
5166@kindex set print symbol-filename
5167@item set print symbol-filename on
5168Tell @value{GDBN} to print the source file name and line number of a
5169symbol in the symbolic form of an address.
5170
5171@item set print symbol-filename off
5172Do not print source file name and line number of a symbol. This is the
5173default.
5174
5175@kindex show print symbol-filename
5176@item show print symbol-filename
5177Show whether or not @value{GDBN} will print the source file name and
5178line number of a symbol in the symbolic form of an address.
5179@end table
5180
5181Another situation where it is helpful to show symbol filenames and line
5182numbers is when disassembling code; @value{GDBN} shows you the line
5183number and source file that corresponds to each instruction.
5184
5185Also, you may wish to see the symbolic form only if the address being
5186printed is reasonably close to the closest earlier symbol:
5187
5188@table @code
5189@kindex set print max-symbolic-offset
5190@item set print max-symbolic-offset @var{max-offset}
5191Tell @value{GDBN} to only display the symbolic form of an address if the
5192offset between the closest earlier symbol and the address is less than
5d161b24 5193@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5194to always print the symbolic form of an address if any symbol precedes it.
5195
5196@kindex show print max-symbolic-offset
5197@item show print max-symbolic-offset
5198Ask how large the maximum offset is that @value{GDBN} prints in a
5199symbolic address.
5200@end table
5201
5202@cindex wild pointer, interpreting
5203@cindex pointer, finding referent
5204If you have a pointer and you are not sure where it points, try
5205@samp{set print symbol-filename on}. Then you can determine the name
5206and source file location of the variable where it points, using
5207@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5208For example, here @value{GDBN} shows that a variable @code{ptt} points
5209at another variable @code{t}, defined in @file{hi2.c}:
5210
474c8240 5211@smallexample
c906108c
SS
5212(@value{GDBP}) set print symbol-filename on
5213(@value{GDBP}) p/a ptt
5214$4 = 0xe008 <t in hi2.c>
474c8240 5215@end smallexample
c906108c
SS
5216
5217@quotation
5218@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5219does not show the symbol name and filename of the referent, even with
5220the appropriate @code{set print} options turned on.
5221@end quotation
5222
5223Other settings control how different kinds of objects are printed:
5224
5225@table @code
5226@kindex set print array
5227@item set print array
5228@itemx set print array on
5229Pretty print arrays. This format is more convenient to read,
5230but uses more space. The default is off.
5231
5232@item set print array off
5233Return to compressed format for arrays.
5234
5235@kindex show print array
5236@item show print array
5237Show whether compressed or pretty format is selected for displaying
5238arrays.
5239
5240@kindex set print elements
5241@item set print elements @var{number-of-elements}
5242Set a limit on how many elements of an array @value{GDBN} will print.
5243If @value{GDBN} is printing a large array, it stops printing after it has
5244printed the number of elements set by the @code{set print elements} command.
5245This limit also applies to the display of strings.
d4f3574e 5246When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5247Setting @var{number-of-elements} to zero means that the printing is unlimited.
5248
5249@kindex show print elements
5250@item show print elements
5251Display the number of elements of a large array that @value{GDBN} will print.
5252If the number is 0, then the printing is unlimited.
5253
5254@kindex set print null-stop
5255@item set print null-stop
5256Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5257@sc{null} is encountered. This is useful when large arrays actually
c906108c 5258contain only short strings.
d4f3574e 5259The default is off.
c906108c
SS
5260
5261@kindex set print pretty
5262@item set print pretty on
5d161b24 5263Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5264per line, like this:
5265
5266@smallexample
5267@group
5268$1 = @{
5269 next = 0x0,
5270 flags = @{
5271 sweet = 1,
5272 sour = 1
5273 @},
5274 meat = 0x54 "Pork"
5275@}
5276@end group
5277@end smallexample
5278
5279@item set print pretty off
5280Cause @value{GDBN} to print structures in a compact format, like this:
5281
5282@smallexample
5283@group
5284$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5285meat = 0x54 "Pork"@}
5286@end group
5287@end smallexample
5288
5289@noindent
5290This is the default format.
5291
5292@kindex show print pretty
5293@item show print pretty
5294Show which format @value{GDBN} is using to print structures.
5295
5296@kindex set print sevenbit-strings
5297@item set print sevenbit-strings on
5298Print using only seven-bit characters; if this option is set,
5299@value{GDBN} displays any eight-bit characters (in strings or
5300character values) using the notation @code{\}@var{nnn}. This setting is
5301best if you are working in English (@sc{ascii}) and you use the
5302high-order bit of characters as a marker or ``meta'' bit.
5303
5304@item set print sevenbit-strings off
5305Print full eight-bit characters. This allows the use of more
5306international character sets, and is the default.
5307
5308@kindex show print sevenbit-strings
5309@item show print sevenbit-strings
5310Show whether or not @value{GDBN} is printing only seven-bit characters.
5311
5312@kindex set print union
5313@item set print union on
5d161b24 5314Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5315is the default setting.
5316
5317@item set print union off
5318Tell @value{GDBN} not to print unions which are contained in structures.
5319
5320@kindex show print union
5321@item show print union
5322Ask @value{GDBN} whether or not it will print unions which are contained in
5323structures.
5324
5325For example, given the declarations
5326
5327@smallexample
5328typedef enum @{Tree, Bug@} Species;
5329typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5330typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5331 Bug_forms;
5332
5333struct thing @{
5334 Species it;
5335 union @{
5336 Tree_forms tree;
5337 Bug_forms bug;
5338 @} form;
5339@};
5340
5341struct thing foo = @{Tree, @{Acorn@}@};
5342@end smallexample
5343
5344@noindent
5345with @code{set print union on} in effect @samp{p foo} would print
5346
5347@smallexample
5348$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5349@end smallexample
5350
5351@noindent
5352and with @code{set print union off} in effect it would print
5353
5354@smallexample
5355$1 = @{it = Tree, form = @{...@}@}
5356@end smallexample
5357@end table
5358
c906108c
SS
5359@need 1000
5360@noindent
b37052ae 5361These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5362
5363@table @code
5364@cindex demangling
5365@kindex set print demangle
5366@item set print demangle
5367@itemx set print demangle on
b37052ae 5368Print C@t{++} names in their source form rather than in the encoded
c906108c 5369(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5370linkage. The default is on.
c906108c
SS
5371
5372@kindex show print demangle
5373@item show print demangle
b37052ae 5374Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5375
5376@kindex set print asm-demangle
5377@item set print asm-demangle
5378@itemx set print asm-demangle on
b37052ae 5379Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5380in assembler code printouts such as instruction disassemblies.
5381The default is off.
5382
5383@kindex show print asm-demangle
5384@item show print asm-demangle
b37052ae 5385Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5386or demangled form.
5387
5388@kindex set demangle-style
b37052ae
EZ
5389@cindex C@t{++} symbol decoding style
5390@cindex symbol decoding style, C@t{++}
c906108c
SS
5391@item set demangle-style @var{style}
5392Choose among several encoding schemes used by different compilers to
b37052ae 5393represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5394
5395@table @code
5396@item auto
5397Allow @value{GDBN} to choose a decoding style by inspecting your program.
5398
5399@item gnu
b37052ae 5400Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5401This is the default.
c906108c
SS
5402
5403@item hp
b37052ae 5404Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5405
5406@item lucid
b37052ae 5407Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5408
5409@item arm
b37052ae 5410Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5411@strong{Warning:} this setting alone is not sufficient to allow
5412debugging @code{cfront}-generated executables. @value{GDBN} would
5413require further enhancement to permit that.
5414
5415@end table
5416If you omit @var{style}, you will see a list of possible formats.
5417
5418@kindex show demangle-style
5419@item show demangle-style
b37052ae 5420Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5421
5422@kindex set print object
5423@item set print object
5424@itemx set print object on
5425When displaying a pointer to an object, identify the @emph{actual}
5426(derived) type of the object rather than the @emph{declared} type, using
5427the virtual function table.
5428
5429@item set print object off
5430Display only the declared type of objects, without reference to the
5431virtual function table. This is the default setting.
5432
5433@kindex show print object
5434@item show print object
5435Show whether actual, or declared, object types are displayed.
5436
5437@kindex set print static-members
5438@item set print static-members
5439@itemx set print static-members on
b37052ae 5440Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5441
5442@item set print static-members off
b37052ae 5443Do not print static members when displaying a C@t{++} object.
c906108c
SS
5444
5445@kindex show print static-members
5446@item show print static-members
b37052ae 5447Show whether C@t{++} static members are printed, or not.
c906108c
SS
5448
5449@c These don't work with HP ANSI C++ yet.
5450@kindex set print vtbl
5451@item set print vtbl
5452@itemx set print vtbl on
b37052ae 5453Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5454(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5455ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5456
5457@item set print vtbl off
b37052ae 5458Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5459
5460@kindex show print vtbl
5461@item show print vtbl
b37052ae 5462Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5463@end table
c906108c 5464
6d2ebf8b 5465@node Value History
c906108c
SS
5466@section Value history
5467
5468@cindex value history
5d161b24
DB
5469Values printed by the @code{print} command are saved in the @value{GDBN}
5470@dfn{value history}. This allows you to refer to them in other expressions.
5471Values are kept until the symbol table is re-read or discarded
5472(for example with the @code{file} or @code{symbol-file} commands).
5473When the symbol table changes, the value history is discarded,
5474since the values may contain pointers back to the types defined in the
c906108c
SS
5475symbol table.
5476
5477@cindex @code{$}
5478@cindex @code{$$}
5479@cindex history number
5480The values printed are given @dfn{history numbers} by which you can
5481refer to them. These are successive integers starting with one.
5482@code{print} shows you the history number assigned to a value by
5483printing @samp{$@var{num} = } before the value; here @var{num} is the
5484history number.
5485
5486To refer to any previous value, use @samp{$} followed by the value's
5487history number. The way @code{print} labels its output is designed to
5488remind you of this. Just @code{$} refers to the most recent value in
5489the history, and @code{$$} refers to the value before that.
5490@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5491is the value just prior to @code{$$}, @code{$$1} is equivalent to
5492@code{$$}, and @code{$$0} is equivalent to @code{$}.
5493
5494For example, suppose you have just printed a pointer to a structure and
5495want to see the contents of the structure. It suffices to type
5496
474c8240 5497@smallexample
c906108c 5498p *$
474c8240 5499@end smallexample
c906108c
SS
5500
5501If you have a chain of structures where the component @code{next} points
5502to the next one, you can print the contents of the next one with this:
5503
474c8240 5504@smallexample
c906108c 5505p *$.next
474c8240 5506@end smallexample
c906108c
SS
5507
5508@noindent
5509You can print successive links in the chain by repeating this
5510command---which you can do by just typing @key{RET}.
5511
5512Note that the history records values, not expressions. If the value of
5513@code{x} is 4 and you type these commands:
5514
474c8240 5515@smallexample
c906108c
SS
5516print x
5517set x=5
474c8240 5518@end smallexample
c906108c
SS
5519
5520@noindent
5521then the value recorded in the value history by the @code{print} command
5522remains 4 even though the value of @code{x} has changed.
5523
5524@table @code
5525@kindex show values
5526@item show values
5527Print the last ten values in the value history, with their item numbers.
5528This is like @samp{p@ $$9} repeated ten times, except that @code{show
5529values} does not change the history.
5530
5531@item show values @var{n}
5532Print ten history values centered on history item number @var{n}.
5533
5534@item show values +
5535Print ten history values just after the values last printed. If no more
5536values are available, @code{show values +} produces no display.
5537@end table
5538
5539Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5540same effect as @samp{show values +}.
5541
6d2ebf8b 5542@node Convenience Vars
c906108c
SS
5543@section Convenience variables
5544
5545@cindex convenience variables
5546@value{GDBN} provides @dfn{convenience variables} that you can use within
5547@value{GDBN} to hold on to a value and refer to it later. These variables
5548exist entirely within @value{GDBN}; they are not part of your program, and
5549setting a convenience variable has no direct effect on further execution
5550of your program. That is why you can use them freely.
5551
5552Convenience variables are prefixed with @samp{$}. Any name preceded by
5553@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5554the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5555(Value history references, in contrast, are @emph{numbers} preceded
5556by @samp{$}. @xref{Value History, ,Value history}.)
5557
5558You can save a value in a convenience variable with an assignment
5559expression, just as you would set a variable in your program.
5560For example:
5561
474c8240 5562@smallexample
c906108c 5563set $foo = *object_ptr
474c8240 5564@end smallexample
c906108c
SS
5565
5566@noindent
5567would save in @code{$foo} the value contained in the object pointed to by
5568@code{object_ptr}.
5569
5570Using a convenience variable for the first time creates it, but its
5571value is @code{void} until you assign a new value. You can alter the
5572value with another assignment at any time.
5573
5574Convenience variables have no fixed types. You can assign a convenience
5575variable any type of value, including structures and arrays, even if
5576that variable already has a value of a different type. The convenience
5577variable, when used as an expression, has the type of its current value.
5578
5579@table @code
5580@kindex show convenience
5581@item show convenience
5582Print a list of convenience variables used so far, and their values.
d4f3574e 5583Abbreviated @code{show conv}.
c906108c
SS
5584@end table
5585
5586One of the ways to use a convenience variable is as a counter to be
5587incremented or a pointer to be advanced. For example, to print
5588a field from successive elements of an array of structures:
5589
474c8240 5590@smallexample
c906108c
SS
5591set $i = 0
5592print bar[$i++]->contents
474c8240 5593@end smallexample
c906108c 5594
d4f3574e
SS
5595@noindent
5596Repeat that command by typing @key{RET}.
c906108c
SS
5597
5598Some convenience variables are created automatically by @value{GDBN} and given
5599values likely to be useful.
5600
5601@table @code
41afff9a 5602@vindex $_@r{, convenience variable}
c906108c
SS
5603@item $_
5604The variable @code{$_} is automatically set by the @code{x} command to
5605the last address examined (@pxref{Memory, ,Examining memory}). Other
5606commands which provide a default address for @code{x} to examine also
5607set @code{$_} to that address; these commands include @code{info line}
5608and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5609except when set by the @code{x} command, in which case it is a pointer
5610to the type of @code{$__}.
5611
41afff9a 5612@vindex $__@r{, convenience variable}
c906108c
SS
5613@item $__
5614The variable @code{$__} is automatically set by the @code{x} command
5615to the value found in the last address examined. Its type is chosen
5616to match the format in which the data was printed.
5617
5618@item $_exitcode
41afff9a 5619@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5620The variable @code{$_exitcode} is automatically set to the exit code when
5621the program being debugged terminates.
5622@end table
5623
53a5351d
JM
5624On HP-UX systems, if you refer to a function or variable name that
5625begins with a dollar sign, @value{GDBN} searches for a user or system
5626name first, before it searches for a convenience variable.
c906108c 5627
6d2ebf8b 5628@node Registers
c906108c
SS
5629@section Registers
5630
5631@cindex registers
5632You can refer to machine register contents, in expressions, as variables
5633with names starting with @samp{$}. The names of registers are different
5634for each machine; use @code{info registers} to see the names used on
5635your machine.
5636
5637@table @code
5638@kindex info registers
5639@item info registers
5640Print the names and values of all registers except floating-point
c85508ee 5641and vector registers (in the selected stack frame).
c906108c
SS
5642
5643@kindex info all-registers
5644@cindex floating point registers
5645@item info all-registers
5646Print the names and values of all registers, including floating-point
c85508ee 5647and vector registers (in the selected stack frame).
c906108c
SS
5648
5649@item info registers @var{regname} @dots{}
5650Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5651As discussed in detail below, register values are normally relative to
5652the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5653the machine you are using, with or without the initial @samp{$}.
5654@end table
5655
5656@value{GDBN} has four ``standard'' register names that are available (in
5657expressions) on most machines---whenever they do not conflict with an
5658architecture's canonical mnemonics for registers. The register names
5659@code{$pc} and @code{$sp} are used for the program counter register and
5660the stack pointer. @code{$fp} is used for a register that contains a
5661pointer to the current stack frame, and @code{$ps} is used for a
5662register that contains the processor status. For example,
5663you could print the program counter in hex with
5664
474c8240 5665@smallexample
c906108c 5666p/x $pc
474c8240 5667@end smallexample
c906108c
SS
5668
5669@noindent
5670or print the instruction to be executed next with
5671
474c8240 5672@smallexample
c906108c 5673x/i $pc
474c8240 5674@end smallexample
c906108c
SS
5675
5676@noindent
5677or add four to the stack pointer@footnote{This is a way of removing
5678one word from the stack, on machines where stacks grow downward in
5679memory (most machines, nowadays). This assumes that the innermost
5680stack frame is selected; setting @code{$sp} is not allowed when other
5681stack frames are selected. To pop entire frames off the stack,
5682regardless of machine architecture, use @code{return};
d4f3574e 5683see @ref{Returning, ,Returning from a function}.} with
c906108c 5684
474c8240 5685@smallexample
c906108c 5686set $sp += 4
474c8240 5687@end smallexample
c906108c
SS
5688
5689Whenever possible, these four standard register names are available on
5690your machine even though the machine has different canonical mnemonics,
5691so long as there is no conflict. The @code{info registers} command
5692shows the canonical names. For example, on the SPARC, @code{info
5693registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5694can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5695is an alias for the @sc{eflags} register.
c906108c
SS
5696
5697@value{GDBN} always considers the contents of an ordinary register as an
5698integer when the register is examined in this way. Some machines have
5699special registers which can hold nothing but floating point; these
5700registers are considered to have floating point values. There is no way
5701to refer to the contents of an ordinary register as floating point value
5702(although you can @emph{print} it as a floating point value with
5703@samp{print/f $@var{regname}}).
5704
5705Some registers have distinct ``raw'' and ``virtual'' data formats. This
5706means that the data format in which the register contents are saved by
5707the operating system is not the same one that your program normally
5708sees. For example, the registers of the 68881 floating point
5709coprocessor are always saved in ``extended'' (raw) format, but all C
5710programs expect to work with ``double'' (virtual) format. In such
5d161b24 5711cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5712that makes sense for your program), but the @code{info registers} command
5713prints the data in both formats.
5714
5715Normally, register values are relative to the selected stack frame
5716(@pxref{Selection, ,Selecting a frame}). This means that you get the
5717value that the register would contain if all stack frames farther in
5718were exited and their saved registers restored. In order to see the
5719true contents of hardware registers, you must select the innermost
5720frame (with @samp{frame 0}).
5721
5722However, @value{GDBN} must deduce where registers are saved, from the machine
5723code generated by your compiler. If some registers are not saved, or if
5724@value{GDBN} is unable to locate the saved registers, the selected stack
5725frame makes no difference.
5726
6d2ebf8b 5727@node Floating Point Hardware
c906108c
SS
5728@section Floating point hardware
5729@cindex floating point
5730
5731Depending on the configuration, @value{GDBN} may be able to give
5732you more information about the status of the floating point hardware.
5733
5734@table @code
5735@kindex info float
5736@item info float
5737Display hardware-dependent information about the floating
5738point unit. The exact contents and layout vary depending on the
5739floating point chip. Currently, @samp{info float} is supported on
5740the ARM and x86 machines.
5741@end table
c906108c 5742
e76f1f2e
AC
5743@node Vector Unit
5744@section Vector Unit
5745@cindex vector unit
5746
5747Depending on the configuration, @value{GDBN} may be able to give you
5748more information about the status of the vector unit.
5749
5750@table @code
5751@kindex info vector
5752@item info vector
5753Display information about the vector unit. The exact contents and
5754layout vary depending on the hardware.
5755@end table
5756
29e57380 5757@node Memory Region Attributes
16d9dec6 5758@section Memory region attributes
29e57380
C
5759@cindex memory region attributes
5760
5761@dfn{Memory region attributes} allow you to describe special handling
5762required by regions of your target's memory. @value{GDBN} uses attributes
5763to determine whether to allow certain types of memory accesses; whether to
5764use specific width accesses; and whether to cache target memory.
5765
5766Defined memory regions can be individually enabled and disabled. When a
5767memory region is disabled, @value{GDBN} uses the default attributes when
5768accessing memory in that region. Similarly, if no memory regions have
5769been defined, @value{GDBN} uses the default attributes when accessing
5770all memory.
5771
5772When a memory region is defined, it is given a number to identify it;
5773to enable, disable, or remove a memory region, you specify that number.
5774
5775@table @code
5776@kindex mem
bfac230e
DH
5777@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5778Define memory region bounded by @var{lower} and @var{upper} with
5779attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5780special case: it is treated as the the target's maximum memory address.
5781(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5782
5783@kindex delete mem
5784@item delete mem @var{nums}@dots{}
59649f2e 5785Remove memory regions @var{nums}@dots{}.
29e57380
C
5786
5787@kindex disable mem
5788@item disable mem @var{nums}@dots{}
59649f2e 5789Disable memory regions @var{nums}@dots{}.
29e57380
C
5790A disabled memory region is not forgotten.
5791It may be enabled again later.
5792
5793@kindex enable mem
5794@item enable mem @var{nums}@dots{}
59649f2e 5795Enable memory regions @var{nums}@dots{}.
29e57380
C
5796
5797@kindex info mem
5798@item info mem
5799Print a table of all defined memory regions, with the following columns
5800for each region.
5801
5802@table @emph
5803@item Memory Region Number
5804@item Enabled or Disabled.
5805Enabled memory regions are marked with @samp{y}.
5806Disabled memory regions are marked with @samp{n}.
5807
5808@item Lo Address
5809The address defining the inclusive lower bound of the memory region.
5810
5811@item Hi Address
5812The address defining the exclusive upper bound of the memory region.
5813
5814@item Attributes
5815The list of attributes set for this memory region.
5816@end table
5817@end table
5818
5819
5820@subsection Attributes
5821
5822@subsubsection Memory Access Mode
5823The access mode attributes set whether @value{GDBN} may make read or
5824write accesses to a memory region.
5825
5826While these attributes prevent @value{GDBN} from performing invalid
5827memory accesses, they do nothing to prevent the target system, I/O DMA,
5828etc. from accessing memory.
5829
5830@table @code
5831@item ro
5832Memory is read only.
5833@item wo
5834Memory is write only.
5835@item rw
6ca652b0 5836Memory is read/write. This is the default.
29e57380
C
5837@end table
5838
5839@subsubsection Memory Access Size
5840The acccess size attributes tells @value{GDBN} to use specific sized
5841accesses in the memory region. Often memory mapped device registers
5842require specific sized accesses. If no access size attribute is
5843specified, @value{GDBN} may use accesses of any size.
5844
5845@table @code
5846@item 8
5847Use 8 bit memory accesses.
5848@item 16
5849Use 16 bit memory accesses.
5850@item 32
5851Use 32 bit memory accesses.
5852@item 64
5853Use 64 bit memory accesses.
5854@end table
5855
5856@c @subsubsection Hardware/Software Breakpoints
5857@c The hardware/software breakpoint attributes set whether @value{GDBN}
5858@c will use hardware or software breakpoints for the internal breakpoints
5859@c used by the step, next, finish, until, etc. commands.
5860@c
5861@c @table @code
5862@c @item hwbreak
5863@c Always use hardware breakpoints
5864@c @item swbreak (default)
5865@c @end table
5866
5867@subsubsection Data Cache
5868The data cache attributes set whether @value{GDBN} will cache target
5869memory. While this generally improves performance by reducing debug
5870protocol overhead, it can lead to incorrect results because @value{GDBN}
5871does not know about volatile variables or memory mapped device
5872registers.
5873
5874@table @code
5875@item cache
5876Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5877@item nocache
5878Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5879@end table
5880
5881@c @subsubsection Memory Write Verification
5882@c The memory write verification attributes set whether @value{GDBN}
5883@c will re-reads data after each write to verify the write was successful.
5884@c
5885@c @table @code
5886@c @item verify
5887@c @item noverify (default)
5888@c @end table
5889
16d9dec6
MS
5890@node Dump/Restore Files
5891@section Copy between memory and a file
5892@cindex dump/restore files
5893@cindex append data to a file
5894@cindex dump data to a file
5895@cindex restore data from a file
16d9dec6 5896
df5215a6
JB
5897You can use the commands @code{dump}, @code{append}, and
5898@code{restore} to copy data between target memory and a file. The
5899@code{dump} and @code{append} commands write data to a file, and the
5900@code{restore} command reads data from a file back into the inferior's
5901memory. Files may be in binary, Motorola S-record, Intel hex, or
5902Tektronix Hex format; however, @value{GDBN} can only append to binary
5903files.
5904
5905@table @code
5906
5907@kindex dump
5908@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5909@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
5910Dump the contents of memory from @var{start_addr} to @var{end_addr},
5911or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 5912
df5215a6 5913The @var{format} parameter may be any one of:
16d9dec6 5914@table @code
df5215a6
JB
5915@item binary
5916Raw binary form.
5917@item ihex
5918Intel hex format.
5919@item srec
5920Motorola S-record format.
5921@item tekhex
5922Tektronix Hex format.
5923@end table
5924
5925@value{GDBN} uses the same definitions of these formats as the
5926@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
5927@var{format} is omitted, @value{GDBN} dumps the data in raw binary
5928form.
5929
5930@kindex append
5931@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5932@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
5933Append the contents of memory from @var{start_addr} to @var{end_addr},
5934or the value of @var{expr}, to @var{filename}, in raw binary form.
5935(@value{GDBN} can only append data to files in raw binary form.)
5936
5937@kindex restore
5938@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
5939Restore the contents of file @var{filename} into memory. The
5940@code{restore} command can automatically recognize any known @sc{bfd}
5941file format, except for raw binary. To restore a raw binary file you
5942must specify the optional keyword @code{binary} after the filename.
16d9dec6
MS
5943
5944If @var{bias} is non-zero, its value will be added to the addresses
5945contained in the file. Binary files always start at address zero, so
5946they will be restored at address @var{bias}. Other bfd files have
5947a built-in location; they will be restored at offset @var{bias}
5948from that location.
5949
5950If @var{start} and/or @var{end} are non-zero, then only data between
5951file offset @var{start} and file offset @var{end} will be restored.
5952These offsets are relative to the addresses in the file, before
5953the @var{bias} argument is applied.
5954
5955@end table
5956
a0eb71c5
KB
5957@node Character Sets
5958@section Character Sets
5959@cindex character sets
5960@cindex charset
5961@cindex translating between character sets
5962@cindex host character set
5963@cindex target character set
5964
5965If the program you are debugging uses a different character set to
5966represent characters and strings than the one @value{GDBN} uses itself,
5967@value{GDBN} can automatically translate between the character sets for
5968you. The character set @value{GDBN} uses we call the @dfn{host
5969character set}; the one the inferior program uses we call the
5970@dfn{target character set}.
5971
5972For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5973uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5974remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5975running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5976then the host character set is Latin-1, and the target character set is
5977@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 5978target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
5979@sc{ebcdic} and Latin 1 as you print character or string values, or use
5980character and string literals in expressions.
5981
5982@value{GDBN} has no way to automatically recognize which character set
5983the inferior program uses; you must tell it, using the @code{set
5984target-charset} command, described below.
5985
5986Here are the commands for controlling @value{GDBN}'s character set
5987support:
5988
5989@table @code
5990@item set target-charset @var{charset}
5991@kindex set target-charset
5992Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
5993character set names @value{GDBN} recognizes below, but if you type
5994@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5995list the target character sets it supports.
a0eb71c5
KB
5996@end table
5997
5998@table @code
5999@item set host-charset @var{charset}
6000@kindex set host-charset
6001Set the current host character set to @var{charset}.
6002
6003By default, @value{GDBN} uses a host character set appropriate to the
6004system it is running on; you can override that default using the
6005@code{set host-charset} command.
6006
6007@value{GDBN} can only use certain character sets as its host character
6008set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6009indicate which can be host character sets, but if you type
6010@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6011list the host character sets it supports.
a0eb71c5
KB
6012
6013@item set charset @var{charset}
6014@kindex set charset
e33d66ec
EZ
6015Set the current host and target character sets to @var{charset}. As
6016above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6017@value{GDBN} will list the name of the character sets that can be used
6018for both host and target.
6019
a0eb71c5
KB
6020
6021@item show charset
a0eb71c5 6022@kindex show charset
e33d66ec
EZ
6023Show the names of the current host and target charsets.
6024
6025@itemx show host-charset
a0eb71c5 6026@kindex show host-charset
e33d66ec
EZ
6027Show the name of the current host charset.
6028
6029@itemx show target-charset
a0eb71c5 6030@kindex show target-charset
e33d66ec 6031Show the name of the current target charset.
a0eb71c5
KB
6032
6033@end table
6034
6035@value{GDBN} currently includes support for the following character
6036sets:
6037
6038@table @code
6039
6040@item ASCII
6041@cindex ASCII character set
6042Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6043character set.
6044
6045@item ISO-8859-1
6046@cindex ISO 8859-1 character set
6047@cindex ISO Latin 1 character set
e33d66ec 6048The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6049characters needed for French, German, and Spanish. @value{GDBN} can use
6050this as its host character set.
6051
6052@item EBCDIC-US
6053@itemx IBM1047
6054@cindex EBCDIC character set
6055@cindex IBM1047 character set
6056Variants of the @sc{ebcdic} character set, used on some of IBM's
6057mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6058@value{GDBN} cannot use these as its host character set.
6059
6060@end table
6061
6062Note that these are all single-byte character sets. More work inside
6063GDB is needed to support multi-byte or variable-width character
6064encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6065
6066Here is an example of @value{GDBN}'s character set support in action.
6067Assume that the following source code has been placed in the file
6068@file{charset-test.c}:
6069
6070@smallexample
6071#include <stdio.h>
6072
6073char ascii_hello[]
6074 = @{72, 101, 108, 108, 111, 44, 32, 119,
6075 111, 114, 108, 100, 33, 10, 0@};
6076char ibm1047_hello[]
6077 = @{200, 133, 147, 147, 150, 107, 64, 166,
6078 150, 153, 147, 132, 90, 37, 0@};
6079
6080main ()
6081@{
6082 printf ("Hello, world!\n");
6083@}
10998722 6084@end smallexample
a0eb71c5
KB
6085
6086In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6087containing the string @samp{Hello, world!} followed by a newline,
6088encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6089
6090We compile the program, and invoke the debugger on it:
6091
6092@smallexample
6093$ gcc -g charset-test.c -o charset-test
6094$ gdb -nw charset-test
6095GNU gdb 2001-12-19-cvs
6096Copyright 2001 Free Software Foundation, Inc.
6097@dots{}
6098(gdb)
10998722 6099@end smallexample
a0eb71c5
KB
6100
6101We can use the @code{show charset} command to see what character sets
6102@value{GDBN} is currently using to interpret and display characters and
6103strings:
6104
6105@smallexample
6106(gdb) show charset
e33d66ec 6107The current host and target character set is `ISO-8859-1'.
a0eb71c5 6108(gdb)
10998722 6109@end smallexample
a0eb71c5
KB
6110
6111For the sake of printing this manual, let's use @sc{ascii} as our
6112initial character set:
6113@smallexample
e33d66ec 6114(gdb) set charset ASCII
a0eb71c5 6115(gdb) show charset
e33d66ec 6116The current host and target character set is `ASCII'.
a0eb71c5 6117(gdb)
10998722 6118@end smallexample
a0eb71c5
KB
6119
6120Let's assume that @sc{ascii} is indeed the correct character set for our
6121host system --- in other words, let's assume that if @value{GDBN} prints
6122characters using the @sc{ascii} character set, our terminal will display
6123them properly. Since our current target character set is also
6124@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6125
6126@smallexample
6127(gdb) print ascii_hello
6128$1 = 0x401698 "Hello, world!\n"
6129(gdb) print ascii_hello[0]
6130$2 = 72 'H'
6131(gdb)
10998722 6132@end smallexample
a0eb71c5
KB
6133
6134@value{GDBN} uses the target character set for character and string
6135literals you use in expressions:
6136
6137@smallexample
6138(gdb) print '+'
6139$3 = 43 '+'
6140(gdb)
10998722 6141@end smallexample
a0eb71c5
KB
6142
6143The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6144character.
6145
6146@value{GDBN} relies on the user to tell it which character set the
6147target program uses. If we print @code{ibm1047_hello} while our target
6148character set is still @sc{ascii}, we get jibberish:
6149
6150@smallexample
6151(gdb) print ibm1047_hello
6152$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6153(gdb) print ibm1047_hello[0]
6154$5 = 200 '\310'
6155(gdb)
10998722 6156@end smallexample
a0eb71c5 6157
e33d66ec 6158If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6159@value{GDBN} tells us the character sets it supports:
6160
6161@smallexample
6162(gdb) set target-charset
e33d66ec
EZ
6163ASCII EBCDIC-US IBM1047 ISO-8859-1
6164(gdb) set target-charset
10998722 6165@end smallexample
a0eb71c5
KB
6166
6167We can select @sc{ibm1047} as our target character set, and examine the
6168program's strings again. Now the @sc{ascii} string is wrong, but
6169@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6170target character set, @sc{ibm1047}, to the host character set,
6171@sc{ascii}, and they display correctly:
6172
6173@smallexample
e33d66ec 6174(gdb) set target-charset IBM1047
a0eb71c5 6175(gdb) show charset
e33d66ec
EZ
6176The current host character set is `ASCII'.
6177The current target character set is `IBM1047'.
a0eb71c5
KB
6178(gdb) print ascii_hello
6179$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6180(gdb) print ascii_hello[0]
6181$7 = 72 '\110'
6182(gdb) print ibm1047_hello
6183$8 = 0x4016a8 "Hello, world!\n"
6184(gdb) print ibm1047_hello[0]
6185$9 = 200 'H'
6186(gdb)
10998722 6187@end smallexample
a0eb71c5
KB
6188
6189As above, @value{GDBN} uses the target character set for character and
6190string literals you use in expressions:
6191
6192@smallexample
6193(gdb) print '+'
6194$10 = 78 '+'
6195(gdb)
10998722 6196@end smallexample
a0eb71c5 6197
e33d66ec 6198The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6199character.
6200
6201
e2e0bcd1
JB
6202@node Macros
6203@chapter C Preprocessor Macros
6204
6205Some languages, such as C and C++, provide a way to define and invoke
6206``preprocessor macros'' which expand into strings of tokens.
6207@value{GDBN} can evaluate expressions containing macro invocations, show
6208the result of macro expansion, and show a macro's definition, including
6209where it was defined.
6210
6211You may need to compile your program specially to provide @value{GDBN}
6212with information about preprocessor macros. Most compilers do not
6213include macros in their debugging information, even when you compile
6214with the @option{-g} flag. @xref{Compilation}.
6215
6216A program may define a macro at one point, remove that definition later,
6217and then provide a different definition after that. Thus, at different
6218points in the program, a macro may have different definitions, or have
6219no definition at all. If there is a current stack frame, @value{GDBN}
6220uses the macros in scope at that frame's source code line. Otherwise,
6221@value{GDBN} uses the macros in scope at the current listing location;
6222see @ref{List}.
6223
6224At the moment, @value{GDBN} does not support the @code{##}
6225token-splicing operator, the @code{#} stringification operator, or
6226variable-arity macros.
6227
6228Whenever @value{GDBN} evaluates an expression, it always expands any
6229macro invocations present in the expression. @value{GDBN} also provides
6230the following commands for working with macros explicitly.
6231
6232@table @code
6233
6234@kindex macro expand
6235@cindex macro expansion, showing the results of preprocessor
6236@cindex preprocessor macro expansion, showing the results of
6237@cindex expanding preprocessor macros
6238@item macro expand @var{expression}
6239@itemx macro exp @var{expression}
6240Show the results of expanding all preprocessor macro invocations in
6241@var{expression}. Since @value{GDBN} simply expands macros, but does
6242not parse the result, @var{expression} need not be a valid expression;
6243it can be any string of tokens.
6244
6245@kindex macro expand-once
6246@item macro expand-once @var{expression}
6247@itemx macro exp1 @var{expression}
6248@i{(This command is not yet implemented.)} Show the results of
6249expanding those preprocessor macro invocations that appear explicitly in
6250@var{expression}. Macro invocations appearing in that expansion are
6251left unchanged. This command allows you to see the effect of a
6252particular macro more clearly, without being confused by further
6253expansions. Since @value{GDBN} simply expands macros, but does not
6254parse the result, @var{expression} need not be a valid expression; it
6255can be any string of tokens.
6256
475b0867 6257@kindex info macro
e2e0bcd1
JB
6258@cindex macro definition, showing
6259@cindex definition, showing a macro's
475b0867 6260@item info macro @var{macro}
e2e0bcd1
JB
6261Show the definition of the macro named @var{macro}, and describe the
6262source location where that definition was established.
6263
6264@kindex macro define
6265@cindex user-defined macros
6266@cindex defining macros interactively
6267@cindex macros, user-defined
6268@item macro define @var{macro} @var{replacement-list}
6269@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6270@i{(This command is not yet implemented.)} Introduce a definition for a
6271preprocessor macro named @var{macro}, invocations of which are replaced
6272by the tokens given in @var{replacement-list}. The first form of this
6273command defines an ``object-like'' macro, which takes no arguments; the
6274second form defines a ``function-like'' macro, which takes the arguments
6275given in @var{arglist}.
6276
6277A definition introduced by this command is in scope in every expression
6278evaluated in @value{GDBN}, until it is removed with the @command{macro
6279undef} command, described below. The definition overrides all
6280definitions for @var{macro} present in the program being debugged, as
6281well as any previous user-supplied definition.
6282
6283@kindex macro undef
6284@item macro undef @var{macro}
6285@i{(This command is not yet implemented.)} Remove any user-supplied
6286definition for the macro named @var{macro}. This command only affects
6287definitions provided with the @command{macro define} command, described
6288above; it cannot remove definitions present in the program being
6289debugged.
6290
6291@end table
6292
6293@cindex macros, example of debugging with
6294Here is a transcript showing the above commands in action. First, we
6295show our source files:
6296
6297@smallexample
6298$ cat sample.c
6299#include <stdio.h>
6300#include "sample.h"
6301
6302#define M 42
6303#define ADD(x) (M + x)
6304
6305main ()
6306@{
6307#define N 28
6308 printf ("Hello, world!\n");
6309#undef N
6310 printf ("We're so creative.\n");
6311#define N 1729
6312 printf ("Goodbye, world!\n");
6313@}
6314$ cat sample.h
6315#define Q <
6316$
6317@end smallexample
6318
6319Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6320We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6321compiler includes information about preprocessor macros in the debugging
6322information.
6323
6324@smallexample
6325$ gcc -gdwarf-2 -g3 sample.c -o sample
6326$
6327@end smallexample
6328
6329Now, we start @value{GDBN} on our sample program:
6330
6331@smallexample
6332$ gdb -nw sample
6333GNU gdb 2002-05-06-cvs
6334Copyright 2002 Free Software Foundation, Inc.
6335GDB is free software, @dots{}
6336(gdb)
6337@end smallexample
6338
6339We can expand macros and examine their definitions, even when the
6340program is not running. @value{GDBN} uses the current listing position
6341to decide which macro definitions are in scope:
6342
6343@smallexample
6344(gdb) list main
63453
63464 #define M 42
63475 #define ADD(x) (M + x)
63486
63497 main ()
63508 @{
63519 #define N 28
635210 printf ("Hello, world!\n");
635311 #undef N
635412 printf ("We're so creative.\n");
475b0867 6355(gdb) info macro ADD
e2e0bcd1
JB
6356Defined at /home/jimb/gdb/macros/play/sample.c:5
6357#define ADD(x) (M + x)
475b0867 6358(gdb) info macro Q
e2e0bcd1
JB
6359Defined at /home/jimb/gdb/macros/play/sample.h:1
6360 included at /home/jimb/gdb/macros/play/sample.c:2
6361#define Q <
6362(gdb) macro expand ADD(1)
6363expands to: (42 + 1)
6364(gdb) macro expand-once ADD(1)
6365expands to: once (M + 1)
6366(gdb)
6367@end smallexample
6368
6369In the example above, note that @command{macro expand-once} expands only
6370the macro invocation explicit in the original text --- the invocation of
6371@code{ADD} --- but does not expand the invocation of the macro @code{M},
6372which was introduced by @code{ADD}.
6373
6374Once the program is running, GDB uses the macro definitions in force at
6375the source line of the current stack frame:
6376
6377@smallexample
6378(gdb) break main
6379Breakpoint 1 at 0x8048370: file sample.c, line 10.
6380(gdb) run
6381Starting program: /home/jimb/gdb/macros/play/sample
6382
6383Breakpoint 1, main () at sample.c:10
638410 printf ("Hello, world!\n");
6385(gdb)
6386@end smallexample
6387
6388At line 10, the definition of the macro @code{N} at line 9 is in force:
6389
6390@smallexample
475b0867 6391(gdb) info macro N
e2e0bcd1
JB
6392Defined at /home/jimb/gdb/macros/play/sample.c:9
6393#define N 28
6394(gdb) macro expand N Q M
6395expands to: 28 < 42
6396(gdb) print N Q M
6397$1 = 1
6398(gdb)
6399@end smallexample
6400
6401As we step over directives that remove @code{N}'s definition, and then
6402give it a new definition, @value{GDBN} finds the definition (or lack
6403thereof) in force at each point:
6404
6405@smallexample
6406(gdb) next
6407Hello, world!
640812 printf ("We're so creative.\n");
475b0867 6409(gdb) info macro N
e2e0bcd1
JB
6410The symbol `N' has no definition as a C/C++ preprocessor macro
6411at /home/jimb/gdb/macros/play/sample.c:12
6412(gdb) next
6413We're so creative.
641414 printf ("Goodbye, world!\n");
475b0867 6415(gdb) info macro N
e2e0bcd1
JB
6416Defined at /home/jimb/gdb/macros/play/sample.c:13
6417#define N 1729
6418(gdb) macro expand N Q M
6419expands to: 1729 < 42
6420(gdb) print N Q M
6421$2 = 0
6422(gdb)
6423@end smallexample
6424
6425
b37052ae
EZ
6426@node Tracepoints
6427@chapter Tracepoints
6428@c This chapter is based on the documentation written by Michael
6429@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6430
6431@cindex tracepoints
6432In some applications, it is not feasible for the debugger to interrupt
6433the program's execution long enough for the developer to learn
6434anything helpful about its behavior. If the program's correctness
6435depends on its real-time behavior, delays introduced by a debugger
6436might cause the program to change its behavior drastically, or perhaps
6437fail, even when the code itself is correct. It is useful to be able
6438to observe the program's behavior without interrupting it.
6439
6440Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6441specify locations in the program, called @dfn{tracepoints}, and
6442arbitrary expressions to evaluate when those tracepoints are reached.
6443Later, using the @code{tfind} command, you can examine the values
6444those expressions had when the program hit the tracepoints. The
6445expressions may also denote objects in memory---structures or arrays,
6446for example---whose values @value{GDBN} should record; while visiting
6447a particular tracepoint, you may inspect those objects as if they were
6448in memory at that moment. However, because @value{GDBN} records these
6449values without interacting with you, it can do so quickly and
6450unobtrusively, hopefully not disturbing the program's behavior.
6451
6452The tracepoint facility is currently available only for remote
2c0069bb
EZ
6453targets. @xref{Targets}. In addition, your remote target must know how
6454to collect trace data. This functionality is implemented in the remote
6455stub; however, none of the stubs distributed with @value{GDBN} support
6456tracepoints as of this writing.
b37052ae
EZ
6457
6458This chapter describes the tracepoint commands and features.
6459
6460@menu
6461* Set Tracepoints::
6462* Analyze Collected Data::
6463* Tracepoint Variables::
6464@end menu
6465
6466@node Set Tracepoints
6467@section Commands to Set Tracepoints
6468
6469Before running such a @dfn{trace experiment}, an arbitrary number of
6470tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6471tracepoint has a number assigned to it by @value{GDBN}. Like with
6472breakpoints, tracepoint numbers are successive integers starting from
6473one. Many of the commands associated with tracepoints take the
6474tracepoint number as their argument, to identify which tracepoint to
6475work on.
6476
6477For each tracepoint, you can specify, in advance, some arbitrary set
6478of data that you want the target to collect in the trace buffer when
6479it hits that tracepoint. The collected data can include registers,
6480local variables, or global data. Later, you can use @value{GDBN}
6481commands to examine the values these data had at the time the
6482tracepoint was hit.
6483
6484This section describes commands to set tracepoints and associated
6485conditions and actions.
6486
6487@menu
6488* Create and Delete Tracepoints::
6489* Enable and Disable Tracepoints::
6490* Tracepoint Passcounts::
6491* Tracepoint Actions::
6492* Listing Tracepoints::
6493* Starting and Stopping Trace Experiment::
6494@end menu
6495
6496@node Create and Delete Tracepoints
6497@subsection Create and Delete Tracepoints
6498
6499@table @code
6500@cindex set tracepoint
6501@kindex trace
6502@item trace
6503The @code{trace} command is very similar to the @code{break} command.
6504Its argument can be a source line, a function name, or an address in
6505the target program. @xref{Set Breaks}. The @code{trace} command
6506defines a tracepoint, which is a point in the target program where the
6507debugger will briefly stop, collect some data, and then allow the
6508program to continue. Setting a tracepoint or changing its commands
6509doesn't take effect until the next @code{tstart} command; thus, you
6510cannot change the tracepoint attributes once a trace experiment is
6511running.
6512
6513Here are some examples of using the @code{trace} command:
6514
6515@smallexample
6516(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6517
6518(@value{GDBP}) @b{trace +2} // 2 lines forward
6519
6520(@value{GDBP}) @b{trace my_function} // first source line of function
6521
6522(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6523
6524(@value{GDBP}) @b{trace *0x2117c4} // an address
6525@end smallexample
6526
6527@noindent
6528You can abbreviate @code{trace} as @code{tr}.
6529
6530@vindex $tpnum
6531@cindex last tracepoint number
6532@cindex recent tracepoint number
6533@cindex tracepoint number
6534The convenience variable @code{$tpnum} records the tracepoint number
6535of the most recently set tracepoint.
6536
6537@kindex delete tracepoint
6538@cindex tracepoint deletion
6539@item delete tracepoint @r{[}@var{num}@r{]}
6540Permanently delete one or more tracepoints. With no argument, the
6541default is to delete all tracepoints.
6542
6543Examples:
6544
6545@smallexample
6546(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6547
6548(@value{GDBP}) @b{delete trace} // remove all tracepoints
6549@end smallexample
6550
6551@noindent
6552You can abbreviate this command as @code{del tr}.
6553@end table
6554
6555@node Enable and Disable Tracepoints
6556@subsection Enable and Disable Tracepoints
6557
6558@table @code
6559@kindex disable tracepoint
6560@item disable tracepoint @r{[}@var{num}@r{]}
6561Disable tracepoint @var{num}, or all tracepoints if no argument
6562@var{num} is given. A disabled tracepoint will have no effect during
6563the next trace experiment, but it is not forgotten. You can re-enable
6564a disabled tracepoint using the @code{enable tracepoint} command.
6565
6566@kindex enable tracepoint
6567@item enable tracepoint @r{[}@var{num}@r{]}
6568Enable tracepoint @var{num}, or all tracepoints. The enabled
6569tracepoints will become effective the next time a trace experiment is
6570run.
6571@end table
6572
6573@node Tracepoint Passcounts
6574@subsection Tracepoint Passcounts
6575
6576@table @code
6577@kindex passcount
6578@cindex tracepoint pass count
6579@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6580Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6581automatically stop a trace experiment. If a tracepoint's passcount is
6582@var{n}, then the trace experiment will be automatically stopped on
6583the @var{n}'th time that tracepoint is hit. If the tracepoint number
6584@var{num} is not specified, the @code{passcount} command sets the
6585passcount of the most recently defined tracepoint. If no passcount is
6586given, the trace experiment will run until stopped explicitly by the
6587user.
6588
6589Examples:
6590
6591@smallexample
6826cf00
EZ
6592(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6593@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6594
6595(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6596@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6597(@value{GDBP}) @b{trace foo}
6598(@value{GDBP}) @b{pass 3}
6599(@value{GDBP}) @b{trace bar}
6600(@value{GDBP}) @b{pass 2}
6601(@value{GDBP}) @b{trace baz}
6602(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6603@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6604@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6605@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6606@end smallexample
6607@end table
6608
6609@node Tracepoint Actions
6610@subsection Tracepoint Action Lists
6611
6612@table @code
6613@kindex actions
6614@cindex tracepoint actions
6615@item actions @r{[}@var{num}@r{]}
6616This command will prompt for a list of actions to be taken when the
6617tracepoint is hit. If the tracepoint number @var{num} is not
6618specified, this command sets the actions for the one that was most
6619recently defined (so that you can define a tracepoint and then say
6620@code{actions} without bothering about its number). You specify the
6621actions themselves on the following lines, one action at a time, and
6622terminate the actions list with a line containing just @code{end}. So
6623far, the only defined actions are @code{collect} and
6624@code{while-stepping}.
6625
6626@cindex remove actions from a tracepoint
6627To remove all actions from a tracepoint, type @samp{actions @var{num}}
6628and follow it immediately with @samp{end}.
6629
6630@smallexample
6631(@value{GDBP}) @b{collect @var{data}} // collect some data
6632
6826cf00 6633(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6634
6826cf00 6635(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6636@end smallexample
6637
6638In the following example, the action list begins with @code{collect}
6639commands indicating the things to be collected when the tracepoint is
6640hit. Then, in order to single-step and collect additional data
6641following the tracepoint, a @code{while-stepping} command is used,
6642followed by the list of things to be collected while stepping. The
6643@code{while-stepping} command is terminated by its own separate
6644@code{end} command. Lastly, the action list is terminated by an
6645@code{end} command.
6646
6647@smallexample
6648(@value{GDBP}) @b{trace foo}
6649(@value{GDBP}) @b{actions}
6650Enter actions for tracepoint 1, one per line:
6651> collect bar,baz
6652> collect $regs
6653> while-stepping 12
6654 > collect $fp, $sp
6655 > end
6656end
6657@end smallexample
6658
6659@kindex collect @r{(tracepoints)}
6660@item collect @var{expr1}, @var{expr2}, @dots{}
6661Collect values of the given expressions when the tracepoint is hit.
6662This command accepts a comma-separated list of any valid expressions.
6663In addition to global, static, or local variables, the following
6664special arguments are supported:
6665
6666@table @code
6667@item $regs
6668collect all registers
6669
6670@item $args
6671collect all function arguments
6672
6673@item $locals
6674collect all local variables.
6675@end table
6676
6677You can give several consecutive @code{collect} commands, each one
6678with a single argument, or one @code{collect} command with several
6679arguments separated by commas: the effect is the same.
6680
f5c37c66
EZ
6681The command @code{info scope} (@pxref{Symbols, info scope}) is
6682particularly useful for figuring out what data to collect.
6683
b37052ae
EZ
6684@kindex while-stepping @r{(tracepoints)}
6685@item while-stepping @var{n}
6686Perform @var{n} single-step traces after the tracepoint, collecting
6687new data at each step. The @code{while-stepping} command is
6688followed by the list of what to collect while stepping (followed by
6689its own @code{end} command):
6690
6691@smallexample
6692> while-stepping 12
6693 > collect $regs, myglobal
6694 > end
6695>
6696@end smallexample
6697
6698@noindent
6699You may abbreviate @code{while-stepping} as @code{ws} or
6700@code{stepping}.
6701@end table
6702
6703@node Listing Tracepoints
6704@subsection Listing Tracepoints
6705
6706@table @code
6707@kindex info tracepoints
6708@cindex information about tracepoints
6709@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6710Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6711a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6712defined so far. For each tracepoint, the following information is
6713shown:
6714
6715@itemize @bullet
6716@item
6717its number
6718@item
6719whether it is enabled or disabled
6720@item
6721its address
6722@item
6723its passcount as given by the @code{passcount @var{n}} command
6724@item
6725its step count as given by the @code{while-stepping @var{n}} command
6726@item
6727where in the source files is the tracepoint set
6728@item
6729its action list as given by the @code{actions} command
6730@end itemize
6731
6732@smallexample
6733(@value{GDBP}) @b{info trace}
6734Num Enb Address PassC StepC What
67351 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
67362 y 0x0020dc64 0 0 in g_test at g_test.c:1375
67373 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6738(@value{GDBP})
6739@end smallexample
6740
6741@noindent
6742This command can be abbreviated @code{info tp}.
6743@end table
6744
6745@node Starting and Stopping Trace Experiment
6746@subsection Starting and Stopping Trace Experiment
6747
6748@table @code
6749@kindex tstart
6750@cindex start a new trace experiment
6751@cindex collected data discarded
6752@item tstart
6753This command takes no arguments. It starts the trace experiment, and
6754begins collecting data. This has the side effect of discarding all
6755the data collected in the trace buffer during the previous trace
6756experiment.
6757
6758@kindex tstop
6759@cindex stop a running trace experiment
6760@item tstop
6761This command takes no arguments. It ends the trace experiment, and
6762stops collecting data.
6763
6764@strong{Note:} a trace experiment and data collection may stop
6765automatically if any tracepoint's passcount is reached
6766(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6767
6768@kindex tstatus
6769@cindex status of trace data collection
6770@cindex trace experiment, status of
6771@item tstatus
6772This command displays the status of the current trace data
6773collection.
6774@end table
6775
6776Here is an example of the commands we described so far:
6777
6778@smallexample
6779(@value{GDBP}) @b{trace gdb_c_test}
6780(@value{GDBP}) @b{actions}
6781Enter actions for tracepoint #1, one per line.
6782> collect $regs,$locals,$args
6783> while-stepping 11
6784 > collect $regs
6785 > end
6786> end
6787(@value{GDBP}) @b{tstart}
6788 [time passes @dots{}]
6789(@value{GDBP}) @b{tstop}
6790@end smallexample
6791
6792
6793@node Analyze Collected Data
6794@section Using the collected data
6795
6796After the tracepoint experiment ends, you use @value{GDBN} commands
6797for examining the trace data. The basic idea is that each tracepoint
6798collects a trace @dfn{snapshot} every time it is hit and another
6799snapshot every time it single-steps. All these snapshots are
6800consecutively numbered from zero and go into a buffer, and you can
6801examine them later. The way you examine them is to @dfn{focus} on a
6802specific trace snapshot. When the remote stub is focused on a trace
6803snapshot, it will respond to all @value{GDBN} requests for memory and
6804registers by reading from the buffer which belongs to that snapshot,
6805rather than from @emph{real} memory or registers of the program being
6806debugged. This means that @strong{all} @value{GDBN} commands
6807(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6808behave as if we were currently debugging the program state as it was
6809when the tracepoint occurred. Any requests for data that are not in
6810the buffer will fail.
6811
6812@menu
6813* tfind:: How to select a trace snapshot
6814* tdump:: How to display all data for a snapshot
6815* save-tracepoints:: How to save tracepoints for a future run
6816@end menu
6817
6818@node tfind
6819@subsection @code{tfind @var{n}}
6820
6821@kindex tfind
6822@cindex select trace snapshot
6823@cindex find trace snapshot
6824The basic command for selecting a trace snapshot from the buffer is
6825@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6826counting from zero. If no argument @var{n} is given, the next
6827snapshot is selected.
6828
6829Here are the various forms of using the @code{tfind} command.
6830
6831@table @code
6832@item tfind start
6833Find the first snapshot in the buffer. This is a synonym for
6834@code{tfind 0} (since 0 is the number of the first snapshot).
6835
6836@item tfind none
6837Stop debugging trace snapshots, resume @emph{live} debugging.
6838
6839@item tfind end
6840Same as @samp{tfind none}.
6841
6842@item tfind
6843No argument means find the next trace snapshot.
6844
6845@item tfind -
6846Find the previous trace snapshot before the current one. This permits
6847retracing earlier steps.
6848
6849@item tfind tracepoint @var{num}
6850Find the next snapshot associated with tracepoint @var{num}. Search
6851proceeds forward from the last examined trace snapshot. If no
6852argument @var{num} is given, it means find the next snapshot collected
6853for the same tracepoint as the current snapshot.
6854
6855@item tfind pc @var{addr}
6856Find the next snapshot associated with the value @var{addr} of the
6857program counter. Search proceeds forward from the last examined trace
6858snapshot. If no argument @var{addr} is given, it means find the next
6859snapshot with the same value of PC as the current snapshot.
6860
6861@item tfind outside @var{addr1}, @var{addr2}
6862Find the next snapshot whose PC is outside the given range of
6863addresses.
6864
6865@item tfind range @var{addr1}, @var{addr2}
6866Find the next snapshot whose PC is between @var{addr1} and
6867@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6868
6869@item tfind line @r{[}@var{file}:@r{]}@var{n}
6870Find the next snapshot associated with the source line @var{n}. If
6871the optional argument @var{file} is given, refer to line @var{n} in
6872that source file. Search proceeds forward from the last examined
6873trace snapshot. If no argument @var{n} is given, it means find the
6874next line other than the one currently being examined; thus saying
6875@code{tfind line} repeatedly can appear to have the same effect as
6876stepping from line to line in a @emph{live} debugging session.
6877@end table
6878
6879The default arguments for the @code{tfind} commands are specifically
6880designed to make it easy to scan through the trace buffer. For
6881instance, @code{tfind} with no argument selects the next trace
6882snapshot, and @code{tfind -} with no argument selects the previous
6883trace snapshot. So, by giving one @code{tfind} command, and then
6884simply hitting @key{RET} repeatedly you can examine all the trace
6885snapshots in order. Or, by saying @code{tfind -} and then hitting
6886@key{RET} repeatedly you can examine the snapshots in reverse order.
6887The @code{tfind line} command with no argument selects the snapshot
6888for the next source line executed. The @code{tfind pc} command with
6889no argument selects the next snapshot with the same program counter
6890(PC) as the current frame. The @code{tfind tracepoint} command with
6891no argument selects the next trace snapshot collected by the same
6892tracepoint as the current one.
6893
6894In addition to letting you scan through the trace buffer manually,
6895these commands make it easy to construct @value{GDBN} scripts that
6896scan through the trace buffer and print out whatever collected data
6897you are interested in. Thus, if we want to examine the PC, FP, and SP
6898registers from each trace frame in the buffer, we can say this:
6899
6900@smallexample
6901(@value{GDBP}) @b{tfind start}
6902(@value{GDBP}) @b{while ($trace_frame != -1)}
6903> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6904 $trace_frame, $pc, $sp, $fp
6905> tfind
6906> end
6907
6908Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6909Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6910Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6911Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6912Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6913Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6914Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6915Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6916Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6917Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6918Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6919@end smallexample
6920
6921Or, if we want to examine the variable @code{X} at each source line in
6922the buffer:
6923
6924@smallexample
6925(@value{GDBP}) @b{tfind start}
6926(@value{GDBP}) @b{while ($trace_frame != -1)}
6927> printf "Frame %d, X == %d\n", $trace_frame, X
6928> tfind line
6929> end
6930
6931Frame 0, X = 1
6932Frame 7, X = 2
6933Frame 13, X = 255
6934@end smallexample
6935
6936@node tdump
6937@subsection @code{tdump}
6938@kindex tdump
6939@cindex dump all data collected at tracepoint
6940@cindex tracepoint data, display
6941
6942This command takes no arguments. It prints all the data collected at
6943the current trace snapshot.
6944
6945@smallexample
6946(@value{GDBP}) @b{trace 444}
6947(@value{GDBP}) @b{actions}
6948Enter actions for tracepoint #2, one per line:
6949> collect $regs, $locals, $args, gdb_long_test
6950> end
6951
6952(@value{GDBP}) @b{tstart}
6953
6954(@value{GDBP}) @b{tfind line 444}
6955#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6956at gdb_test.c:444
6957444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6958
6959(@value{GDBP}) @b{tdump}
6960Data collected at tracepoint 2, trace frame 1:
6961d0 0xc4aa0085 -995491707
6962d1 0x18 24
6963d2 0x80 128
6964d3 0x33 51
6965d4 0x71aea3d 119204413
6966d5 0x22 34
6967d6 0xe0 224
6968d7 0x380035 3670069
6969a0 0x19e24a 1696330
6970a1 0x3000668 50333288
6971a2 0x100 256
6972a3 0x322000 3284992
6973a4 0x3000698 50333336
6974a5 0x1ad3cc 1758156
6975fp 0x30bf3c 0x30bf3c
6976sp 0x30bf34 0x30bf34
6977ps 0x0 0
6978pc 0x20b2c8 0x20b2c8
6979fpcontrol 0x0 0
6980fpstatus 0x0 0
6981fpiaddr 0x0 0
6982p = 0x20e5b4 "gdb-test"
6983p1 = (void *) 0x11
6984p2 = (void *) 0x22
6985p3 = (void *) 0x33
6986p4 = (void *) 0x44
6987p5 = (void *) 0x55
6988p6 = (void *) 0x66
6989gdb_long_test = 17 '\021'
6990
6991(@value{GDBP})
6992@end smallexample
6993
6994@node save-tracepoints
6995@subsection @code{save-tracepoints @var{filename}}
6996@kindex save-tracepoints
6997@cindex save tracepoints for future sessions
6998
6999This command saves all current tracepoint definitions together with
7000their actions and passcounts, into a file @file{@var{filename}}
7001suitable for use in a later debugging session. To read the saved
7002tracepoint definitions, use the @code{source} command (@pxref{Command
7003Files}).
7004
7005@node Tracepoint Variables
7006@section Convenience Variables for Tracepoints
7007@cindex tracepoint variables
7008@cindex convenience variables for tracepoints
7009
7010@table @code
7011@vindex $trace_frame
7012@item (int) $trace_frame
7013The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7014snapshot is selected.
7015
7016@vindex $tracepoint
7017@item (int) $tracepoint
7018The tracepoint for the current trace snapshot.
7019
7020@vindex $trace_line
7021@item (int) $trace_line
7022The line number for the current trace snapshot.
7023
7024@vindex $trace_file
7025@item (char []) $trace_file
7026The source file for the current trace snapshot.
7027
7028@vindex $trace_func
7029@item (char []) $trace_func
7030The name of the function containing @code{$tracepoint}.
7031@end table
7032
7033Note: @code{$trace_file} is not suitable for use in @code{printf},
7034use @code{output} instead.
7035
7036Here's a simple example of using these convenience variables for
7037stepping through all the trace snapshots and printing some of their
7038data.
7039
7040@smallexample
7041(@value{GDBP}) @b{tfind start}
7042
7043(@value{GDBP}) @b{while $trace_frame != -1}
7044> output $trace_file
7045> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7046> tfind
7047> end
7048@end smallexample
7049
df0cd8c5
JB
7050@node Overlays
7051@chapter Debugging Programs That Use Overlays
7052@cindex overlays
7053
7054If your program is too large to fit completely in your target system's
7055memory, you can sometimes use @dfn{overlays} to work around this
7056problem. @value{GDBN} provides some support for debugging programs that
7057use overlays.
7058
7059@menu
7060* How Overlays Work:: A general explanation of overlays.
7061* Overlay Commands:: Managing overlays in @value{GDBN}.
7062* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7063 mapped by asking the inferior.
7064* Overlay Sample Program:: A sample program using overlays.
7065@end menu
7066
7067@node How Overlays Work
7068@section How Overlays Work
7069@cindex mapped overlays
7070@cindex unmapped overlays
7071@cindex load address, overlay's
7072@cindex mapped address
7073@cindex overlay area
7074
7075Suppose you have a computer whose instruction address space is only 64
7076kilobytes long, but which has much more memory which can be accessed by
7077other means: special instructions, segment registers, or memory
7078management hardware, for example. Suppose further that you want to
7079adapt a program which is larger than 64 kilobytes to run on this system.
7080
7081One solution is to identify modules of your program which are relatively
7082independent, and need not call each other directly; call these modules
7083@dfn{overlays}. Separate the overlays from the main program, and place
7084their machine code in the larger memory. Place your main program in
7085instruction memory, but leave at least enough space there to hold the
7086largest overlay as well.
7087
7088Now, to call a function located in an overlay, you must first copy that
7089overlay's machine code from the large memory into the space set aside
7090for it in the instruction memory, and then jump to its entry point
7091there.
7092
c928edc0
AC
7093@c NB: In the below the mapped area's size is greater or equal to the
7094@c size of all overlays. This is intentional to remind the developer
7095@c that overlays don't necessarily need to be the same size.
7096
474c8240 7097@smallexample
df0cd8c5 7098@group
c928edc0
AC
7099 Data Instruction Larger
7100Address Space Address Space Address Space
7101+-----------+ +-----------+ +-----------+
7102| | | | | |
7103+-----------+ +-----------+ +-----------+<-- overlay 1
7104| program | | main | .----| overlay 1 | load address
7105| variables | | program | | +-----------+
7106| and heap | | | | | |
7107+-----------+ | | | +-----------+<-- overlay 2
7108| | +-----------+ | | | load address
7109+-----------+ | | | .-| overlay 2 |
7110 | | | | | |
7111 mapped --->+-----------+ | | +-----------+
7112 address | | | | | |
7113 | overlay | <-' | | |
7114 | area | <---' +-----------+<-- overlay 3
7115 | | <---. | | load address
7116 +-----------+ `--| overlay 3 |
7117 | | | |
7118 +-----------+ | |
7119 +-----------+
7120 | |
7121 +-----------+
7122
7123 @anchor{A code overlay}A code overlay
df0cd8c5 7124@end group
474c8240 7125@end smallexample
df0cd8c5 7126
c928edc0
AC
7127The diagram (@pxref{A code overlay}) shows a system with separate data
7128and instruction address spaces. To map an overlay, the program copies
7129its code from the larger address space to the instruction address space.
7130Since the overlays shown here all use the same mapped address, only one
7131may be mapped at a time. For a system with a single address space for
7132data and instructions, the diagram would be similar, except that the
7133program variables and heap would share an address space with the main
7134program and the overlay area.
df0cd8c5
JB
7135
7136An overlay loaded into instruction memory and ready for use is called a
7137@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7138instruction memory. An overlay not present (or only partially present)
7139in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7140is its address in the larger memory. The mapped address is also called
7141the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7142called the @dfn{load memory address}, or @dfn{LMA}.
7143
7144Unfortunately, overlays are not a completely transparent way to adapt a
7145program to limited instruction memory. They introduce a new set of
7146global constraints you must keep in mind as you design your program:
7147
7148@itemize @bullet
7149
7150@item
7151Before calling or returning to a function in an overlay, your program
7152must make sure that overlay is actually mapped. Otherwise, the call or
7153return will transfer control to the right address, but in the wrong
7154overlay, and your program will probably crash.
7155
7156@item
7157If the process of mapping an overlay is expensive on your system, you
7158will need to choose your overlays carefully to minimize their effect on
7159your program's performance.
7160
7161@item
7162The executable file you load onto your system must contain each
7163overlay's instructions, appearing at the overlay's load address, not its
7164mapped address. However, each overlay's instructions must be relocated
7165and its symbols defined as if the overlay were at its mapped address.
7166You can use GNU linker scripts to specify different load and relocation
7167addresses for pieces of your program; see @ref{Overlay Description,,,
7168ld.info, Using ld: the GNU linker}.
7169
7170@item
7171The procedure for loading executable files onto your system must be able
7172to load their contents into the larger address space as well as the
7173instruction and data spaces.
7174
7175@end itemize
7176
7177The overlay system described above is rather simple, and could be
7178improved in many ways:
7179
7180@itemize @bullet
7181
7182@item
7183If your system has suitable bank switch registers or memory management
7184hardware, you could use those facilities to make an overlay's load area
7185contents simply appear at their mapped address in instruction space.
7186This would probably be faster than copying the overlay to its mapped
7187area in the usual way.
7188
7189@item
7190If your overlays are small enough, you could set aside more than one
7191overlay area, and have more than one overlay mapped at a time.
7192
7193@item
7194You can use overlays to manage data, as well as instructions. In
7195general, data overlays are even less transparent to your design than
7196code overlays: whereas code overlays only require care when you call or
7197return to functions, data overlays require care every time you access
7198the data. Also, if you change the contents of a data overlay, you
7199must copy its contents back out to its load address before you can copy a
7200different data overlay into the same mapped area.
7201
7202@end itemize
7203
7204
7205@node Overlay Commands
7206@section Overlay Commands
7207
7208To use @value{GDBN}'s overlay support, each overlay in your program must
7209correspond to a separate section of the executable file. The section's
7210virtual memory address and load memory address must be the overlay's
7211mapped and load addresses. Identifying overlays with sections allows
7212@value{GDBN} to determine the appropriate address of a function or
7213variable, depending on whether the overlay is mapped or not.
7214
7215@value{GDBN}'s overlay commands all start with the word @code{overlay};
7216you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7217
7218@table @code
7219@item overlay off
7220@kindex overlay off
7221Disable @value{GDBN}'s overlay support. When overlay support is
7222disabled, @value{GDBN} assumes that all functions and variables are
7223always present at their mapped addresses. By default, @value{GDBN}'s
7224overlay support is disabled.
7225
7226@item overlay manual
7227@kindex overlay manual
7228@cindex manual overlay debugging
7229Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7230relies on you to tell it which overlays are mapped, and which are not,
7231using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7232commands described below.
7233
7234@item overlay map-overlay @var{overlay}
7235@itemx overlay map @var{overlay}
7236@kindex overlay map-overlay
7237@cindex map an overlay
7238Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7239be the name of the object file section containing the overlay. When an
7240overlay is mapped, @value{GDBN} assumes it can find the overlay's
7241functions and variables at their mapped addresses. @value{GDBN} assumes
7242that any other overlays whose mapped ranges overlap that of
7243@var{overlay} are now unmapped.
7244
7245@item overlay unmap-overlay @var{overlay}
7246@itemx overlay unmap @var{overlay}
7247@kindex overlay unmap-overlay
7248@cindex unmap an overlay
7249Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7250must be the name of the object file section containing the overlay.
7251When an overlay is unmapped, @value{GDBN} assumes it can find the
7252overlay's functions and variables at their load addresses.
7253
7254@item overlay auto
7255@kindex overlay auto
7256Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7257consults a data structure the overlay manager maintains in the inferior
7258to see which overlays are mapped. For details, see @ref{Automatic
7259Overlay Debugging}.
7260
7261@item overlay load-target
7262@itemx overlay load
7263@kindex overlay load-target
7264@cindex reloading the overlay table
7265Re-read the overlay table from the inferior. Normally, @value{GDBN}
7266re-reads the table @value{GDBN} automatically each time the inferior
7267stops, so this command should only be necessary if you have changed the
7268overlay mapping yourself using @value{GDBN}. This command is only
7269useful when using automatic overlay debugging.
7270
7271@item overlay list-overlays
7272@itemx overlay list
7273@cindex listing mapped overlays
7274Display a list of the overlays currently mapped, along with their mapped
7275addresses, load addresses, and sizes.
7276
7277@end table
7278
7279Normally, when @value{GDBN} prints a code address, it includes the name
7280of the function the address falls in:
7281
474c8240 7282@smallexample
df0cd8c5
JB
7283(gdb) print main
7284$3 = @{int ()@} 0x11a0 <main>
474c8240 7285@end smallexample
df0cd8c5
JB
7286@noindent
7287When overlay debugging is enabled, @value{GDBN} recognizes code in
7288unmapped overlays, and prints the names of unmapped functions with
7289asterisks around them. For example, if @code{foo} is a function in an
7290unmapped overlay, @value{GDBN} prints it this way:
7291
474c8240 7292@smallexample
df0cd8c5
JB
7293(gdb) overlay list
7294No sections are mapped.
7295(gdb) print foo
7296$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7297@end smallexample
df0cd8c5
JB
7298@noindent
7299When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7300name normally:
7301
474c8240 7302@smallexample
df0cd8c5
JB
7303(gdb) overlay list
7304Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7305 mapped at 0x1016 - 0x104a
7306(gdb) print foo
7307$6 = @{int (int)@} 0x1016 <foo>
474c8240 7308@end smallexample
df0cd8c5
JB
7309
7310When overlay debugging is enabled, @value{GDBN} can find the correct
7311address for functions and variables in an overlay, whether or not the
7312overlay is mapped. This allows most @value{GDBN} commands, like
7313@code{break} and @code{disassemble}, to work normally, even on unmapped
7314code. However, @value{GDBN}'s breakpoint support has some limitations:
7315
7316@itemize @bullet
7317@item
7318@cindex breakpoints in overlays
7319@cindex overlays, setting breakpoints in
7320You can set breakpoints in functions in unmapped overlays, as long as
7321@value{GDBN} can write to the overlay at its load address.
7322@item
7323@value{GDBN} can not set hardware or simulator-based breakpoints in
7324unmapped overlays. However, if you set a breakpoint at the end of your
7325overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7326you are using manual overlay management), @value{GDBN} will re-set its
7327breakpoints properly.
7328@end itemize
7329
7330
7331@node Automatic Overlay Debugging
7332@section Automatic Overlay Debugging
7333@cindex automatic overlay debugging
7334
7335@value{GDBN} can automatically track which overlays are mapped and which
7336are not, given some simple co-operation from the overlay manager in the
7337inferior. If you enable automatic overlay debugging with the
7338@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7339looks in the inferior's memory for certain variables describing the
7340current state of the overlays.
7341
7342Here are the variables your overlay manager must define to support
7343@value{GDBN}'s automatic overlay debugging:
7344
7345@table @asis
7346
7347@item @code{_ovly_table}:
7348This variable must be an array of the following structures:
7349
474c8240 7350@smallexample
df0cd8c5
JB
7351struct
7352@{
7353 /* The overlay's mapped address. */
7354 unsigned long vma;
7355
7356 /* The size of the overlay, in bytes. */
7357 unsigned long size;
7358
7359 /* The overlay's load address. */
7360 unsigned long lma;
7361
7362 /* Non-zero if the overlay is currently mapped;
7363 zero otherwise. */
7364 unsigned long mapped;
7365@}
474c8240 7366@end smallexample
df0cd8c5
JB
7367
7368@item @code{_novlys}:
7369This variable must be a four-byte signed integer, holding the total
7370number of elements in @code{_ovly_table}.
7371
7372@end table
7373
7374To decide whether a particular overlay is mapped or not, @value{GDBN}
7375looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7376@code{lma} members equal the VMA and LMA of the overlay's section in the
7377executable file. When @value{GDBN} finds a matching entry, it consults
7378the entry's @code{mapped} member to determine whether the overlay is
7379currently mapped.
7380
81d46470 7381In addition, your overlay manager may define a function called
def71bfa 7382@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7383will silently set a breakpoint there. If the overlay manager then
7384calls this function whenever it has changed the overlay table, this
7385will enable @value{GDBN} to accurately keep track of which overlays
7386are in program memory, and update any breakpoints that may be set
7387in overlays. This will allow breakpoints to work even if the
7388overlays are kept in ROM or other non-writable memory while they
7389are not being executed.
df0cd8c5
JB
7390
7391@node Overlay Sample Program
7392@section Overlay Sample Program
7393@cindex overlay example program
7394
7395When linking a program which uses overlays, you must place the overlays
7396at their load addresses, while relocating them to run at their mapped
7397addresses. To do this, you must write a linker script (@pxref{Overlay
7398Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7399since linker scripts are specific to a particular host system, target
7400architecture, and target memory layout, this manual cannot provide
7401portable sample code demonstrating @value{GDBN}'s overlay support.
7402
7403However, the @value{GDBN} source distribution does contain an overlaid
7404program, with linker scripts for a few systems, as part of its test
7405suite. The program consists of the following files from
7406@file{gdb/testsuite/gdb.base}:
7407
7408@table @file
7409@item overlays.c
7410The main program file.
7411@item ovlymgr.c
7412A simple overlay manager, used by @file{overlays.c}.
7413@item foo.c
7414@itemx bar.c
7415@itemx baz.c
7416@itemx grbx.c
7417Overlay modules, loaded and used by @file{overlays.c}.
7418@item d10v.ld
7419@itemx m32r.ld
7420Linker scripts for linking the test program on the @code{d10v-elf}
7421and @code{m32r-elf} targets.
7422@end table
7423
7424You can build the test program using the @code{d10v-elf} GCC
7425cross-compiler like this:
7426
474c8240 7427@smallexample
df0cd8c5
JB
7428$ d10v-elf-gcc -g -c overlays.c
7429$ d10v-elf-gcc -g -c ovlymgr.c
7430$ d10v-elf-gcc -g -c foo.c
7431$ d10v-elf-gcc -g -c bar.c
7432$ d10v-elf-gcc -g -c baz.c
7433$ d10v-elf-gcc -g -c grbx.c
7434$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7435 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7436@end smallexample
df0cd8c5
JB
7437
7438The build process is identical for any other architecture, except that
7439you must substitute the appropriate compiler and linker script for the
7440target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7441
7442
6d2ebf8b 7443@node Languages
c906108c
SS
7444@chapter Using @value{GDBN} with Different Languages
7445@cindex languages
7446
c906108c
SS
7447Although programming languages generally have common aspects, they are
7448rarely expressed in the same manner. For instance, in ANSI C,
7449dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7450Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7451represented (and displayed) differently. Hex numbers in C appear as
c906108c 7452@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7453
7454@cindex working language
7455Language-specific information is built into @value{GDBN} for some languages,
7456allowing you to express operations like the above in your program's
7457native language, and allowing @value{GDBN} to output values in a manner
7458consistent with the syntax of your program's native language. The
7459language you use to build expressions is called the @dfn{working
7460language}.
7461
7462@menu
7463* Setting:: Switching between source languages
7464* Show:: Displaying the language
c906108c 7465* Checks:: Type and range checks
c906108c 7466* Support:: Supported languages
4e562065 7467* Unsupported languages:: Unsupported languages
c906108c
SS
7468@end menu
7469
6d2ebf8b 7470@node Setting
c906108c
SS
7471@section Switching between source languages
7472
7473There are two ways to control the working language---either have @value{GDBN}
7474set it automatically, or select it manually yourself. You can use the
7475@code{set language} command for either purpose. On startup, @value{GDBN}
7476defaults to setting the language automatically. The working language is
7477used to determine how expressions you type are interpreted, how values
7478are printed, etc.
7479
7480In addition to the working language, every source file that
7481@value{GDBN} knows about has its own working language. For some object
7482file formats, the compiler might indicate which language a particular
7483source file is in. However, most of the time @value{GDBN} infers the
7484language from the name of the file. The language of a source file
b37052ae 7485controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7486show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7487set the language of a source file from within @value{GDBN}, but you can
7488set the language associated with a filename extension. @xref{Show, ,
7489Displaying the language}.
c906108c
SS
7490
7491This is most commonly a problem when you use a program, such
5d161b24 7492as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7493another language. In that case, make the
7494program use @code{#line} directives in its C output; that way
7495@value{GDBN} will know the correct language of the source code of the original
7496program, and will display that source code, not the generated C code.
7497
7498@menu
7499* Filenames:: Filename extensions and languages.
7500* Manually:: Setting the working language manually
7501* Automatically:: Having @value{GDBN} infer the source language
7502@end menu
7503
6d2ebf8b 7504@node Filenames
c906108c
SS
7505@subsection List of filename extensions and languages
7506
7507If a source file name ends in one of the following extensions, then
7508@value{GDBN} infers that its language is the one indicated.
7509
7510@table @file
7511
7512@item .c
7513C source file
7514
7515@item .C
7516@itemx .cc
7517@itemx .cp
7518@itemx .cpp
7519@itemx .cxx
7520@itemx .c++
b37052ae 7521C@t{++} source file
c906108c 7522
b37303ee
AF
7523@item .m
7524Objective-C source file
7525
c906108c
SS
7526@item .f
7527@itemx .F
7528Fortran source file
7529
c906108c
SS
7530@item .mod
7531Modula-2 source file
c906108c
SS
7532
7533@item .s
7534@itemx .S
7535Assembler source file. This actually behaves almost like C, but
7536@value{GDBN} does not skip over function prologues when stepping.
7537@end table
7538
7539In addition, you may set the language associated with a filename
7540extension. @xref{Show, , Displaying the language}.
7541
6d2ebf8b 7542@node Manually
c906108c
SS
7543@subsection Setting the working language
7544
7545If you allow @value{GDBN} to set the language automatically,
7546expressions are interpreted the same way in your debugging session and
7547your program.
7548
7549@kindex set language
7550If you wish, you may set the language manually. To do this, issue the
7551command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7552a language, such as
c906108c 7553@code{c} or @code{modula-2}.
c906108c
SS
7554For a list of the supported languages, type @samp{set language}.
7555
c906108c
SS
7556Setting the language manually prevents @value{GDBN} from updating the working
7557language automatically. This can lead to confusion if you try
7558to debug a program when the working language is not the same as the
7559source language, when an expression is acceptable to both
7560languages---but means different things. For instance, if the current
7561source file were written in C, and @value{GDBN} was parsing Modula-2, a
7562command such as:
7563
474c8240 7564@smallexample
c906108c 7565print a = b + c
474c8240 7566@end smallexample
c906108c
SS
7567
7568@noindent
7569might not have the effect you intended. In C, this means to add
7570@code{b} and @code{c} and place the result in @code{a}. The result
7571printed would be the value of @code{a}. In Modula-2, this means to compare
7572@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7573
6d2ebf8b 7574@node Automatically
c906108c
SS
7575@subsection Having @value{GDBN} infer the source language
7576
7577To have @value{GDBN} set the working language automatically, use
7578@samp{set language local} or @samp{set language auto}. @value{GDBN}
7579then infers the working language. That is, when your program stops in a
7580frame (usually by encountering a breakpoint), @value{GDBN} sets the
7581working language to the language recorded for the function in that
7582frame. If the language for a frame is unknown (that is, if the function
7583or block corresponding to the frame was defined in a source file that
7584does not have a recognized extension), the current working language is
7585not changed, and @value{GDBN} issues a warning.
7586
7587This may not seem necessary for most programs, which are written
7588entirely in one source language. However, program modules and libraries
7589written in one source language can be used by a main program written in
7590a different source language. Using @samp{set language auto} in this
7591case frees you from having to set the working language manually.
7592
6d2ebf8b 7593@node Show
c906108c 7594@section Displaying the language
c906108c
SS
7595
7596The following commands help you find out which language is the
7597working language, and also what language source files were written in.
7598
7599@kindex show language
d4f3574e
SS
7600@kindex info frame@r{, show the source language}
7601@kindex info source@r{, show the source language}
c906108c
SS
7602@table @code
7603@item show language
7604Display the current working language. This is the
7605language you can use with commands such as @code{print} to
7606build and compute expressions that may involve variables in your program.
7607
7608@item info frame
5d161b24 7609Display the source language for this frame. This language becomes the
c906108c 7610working language if you use an identifier from this frame.
5d161b24 7611@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7612information listed here.
7613
7614@item info source
7615Display the source language of this source file.
5d161b24 7616@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7617information listed here.
7618@end table
7619
7620In unusual circumstances, you may have source files with extensions
7621not in the standard list. You can then set the extension associated
7622with a language explicitly:
7623
7624@kindex set extension-language
7625@kindex info extensions
7626@table @code
7627@item set extension-language @var{.ext} @var{language}
7628Set source files with extension @var{.ext} to be assumed to be in
7629the source language @var{language}.
7630
7631@item info extensions
7632List all the filename extensions and the associated languages.
7633@end table
7634
6d2ebf8b 7635@node Checks
c906108c
SS
7636@section Type and range checking
7637
7638@quotation
7639@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7640checking are included, but they do not yet have any effect. This
7641section documents the intended facilities.
7642@end quotation
7643@c FIXME remove warning when type/range code added
7644
7645Some languages are designed to guard you against making seemingly common
7646errors through a series of compile- and run-time checks. These include
7647checking the type of arguments to functions and operators, and making
7648sure mathematical overflows are caught at run time. Checks such as
7649these help to ensure a program's correctness once it has been compiled
7650by eliminating type mismatches, and providing active checks for range
7651errors when your program is running.
7652
7653@value{GDBN} can check for conditions like the above if you wish.
7654Although @value{GDBN} does not check the statements in your program, it
7655can check expressions entered directly into @value{GDBN} for evaluation via
7656the @code{print} command, for example. As with the working language,
7657@value{GDBN} can also decide whether or not to check automatically based on
7658your program's source language. @xref{Support, ,Supported languages},
7659for the default settings of supported languages.
7660
7661@menu
7662* Type Checking:: An overview of type checking
7663* Range Checking:: An overview of range checking
7664@end menu
7665
7666@cindex type checking
7667@cindex checks, type
6d2ebf8b 7668@node Type Checking
c906108c
SS
7669@subsection An overview of type checking
7670
7671Some languages, such as Modula-2, are strongly typed, meaning that the
7672arguments to operators and functions have to be of the correct type,
7673otherwise an error occurs. These checks prevent type mismatch
7674errors from ever causing any run-time problems. For example,
7675
7676@smallexample
76771 + 2 @result{} 3
7678@exdent but
7679@error{} 1 + 2.3
7680@end smallexample
7681
7682The second example fails because the @code{CARDINAL} 1 is not
7683type-compatible with the @code{REAL} 2.3.
7684
5d161b24
DB
7685For the expressions you use in @value{GDBN} commands, you can tell the
7686@value{GDBN} type checker to skip checking;
7687to treat any mismatches as errors and abandon the expression;
7688or to only issue warnings when type mismatches occur,
c906108c
SS
7689but evaluate the expression anyway. When you choose the last of
7690these, @value{GDBN} evaluates expressions like the second example above, but
7691also issues a warning.
7692
5d161b24
DB
7693Even if you turn type checking off, there may be other reasons
7694related to type that prevent @value{GDBN} from evaluating an expression.
7695For instance, @value{GDBN} does not know how to add an @code{int} and
7696a @code{struct foo}. These particular type errors have nothing to do
7697with the language in use, and usually arise from expressions, such as
c906108c
SS
7698the one described above, which make little sense to evaluate anyway.
7699
7700Each language defines to what degree it is strict about type. For
7701instance, both Modula-2 and C require the arguments to arithmetical
7702operators to be numbers. In C, enumerated types and pointers can be
7703represented as numbers, so that they are valid arguments to mathematical
7704operators. @xref{Support, ,Supported languages}, for further
7705details on specific languages.
7706
7707@value{GDBN} provides some additional commands for controlling the type checker:
7708
d4f3574e 7709@kindex set check@r{, type}
c906108c
SS
7710@kindex set check type
7711@kindex show check type
7712@table @code
7713@item set check type auto
7714Set type checking on or off based on the current working language.
7715@xref{Support, ,Supported languages}, for the default settings for
7716each language.
7717
7718@item set check type on
7719@itemx set check type off
7720Set type checking on or off, overriding the default setting for the
7721current working language. Issue a warning if the setting does not
7722match the language default. If any type mismatches occur in
d4f3574e 7723evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7724message and aborts evaluation of the expression.
7725
7726@item set check type warn
7727Cause the type checker to issue warnings, but to always attempt to
7728evaluate the expression. Evaluating the expression may still
7729be impossible for other reasons. For example, @value{GDBN} cannot add
7730numbers and structures.
7731
7732@item show type
5d161b24 7733Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7734is setting it automatically.
7735@end table
7736
7737@cindex range checking
7738@cindex checks, range
6d2ebf8b 7739@node Range Checking
c906108c
SS
7740@subsection An overview of range checking
7741
7742In some languages (such as Modula-2), it is an error to exceed the
7743bounds of a type; this is enforced with run-time checks. Such range
7744checking is meant to ensure program correctness by making sure
7745computations do not overflow, or indices on an array element access do
7746not exceed the bounds of the array.
7747
7748For expressions you use in @value{GDBN} commands, you can tell
7749@value{GDBN} to treat range errors in one of three ways: ignore them,
7750always treat them as errors and abandon the expression, or issue
7751warnings but evaluate the expression anyway.
7752
7753A range error can result from numerical overflow, from exceeding an
7754array index bound, or when you type a constant that is not a member
7755of any type. Some languages, however, do not treat overflows as an
7756error. In many implementations of C, mathematical overflow causes the
7757result to ``wrap around'' to lower values---for example, if @var{m} is
7758the largest integer value, and @var{s} is the smallest, then
7759
474c8240 7760@smallexample
c906108c 7761@var{m} + 1 @result{} @var{s}
474c8240 7762@end smallexample
c906108c
SS
7763
7764This, too, is specific to individual languages, and in some cases
7765specific to individual compilers or machines. @xref{Support, ,
7766Supported languages}, for further details on specific languages.
7767
7768@value{GDBN} provides some additional commands for controlling the range checker:
7769
d4f3574e 7770@kindex set check@r{, range}
c906108c
SS
7771@kindex set check range
7772@kindex show check range
7773@table @code
7774@item set check range auto
7775Set range checking on or off based on the current working language.
7776@xref{Support, ,Supported languages}, for the default settings for
7777each language.
7778
7779@item set check range on
7780@itemx set check range off
7781Set range checking on or off, overriding the default setting for the
7782current working language. A warning is issued if the setting does not
c3f6f71d
JM
7783match the language default. If a range error occurs and range checking is on,
7784then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7785
7786@item set check range warn
7787Output messages when the @value{GDBN} range checker detects a range error,
7788but attempt to evaluate the expression anyway. Evaluating the
7789expression may still be impossible for other reasons, such as accessing
7790memory that the process does not own (a typical example from many Unix
7791systems).
7792
7793@item show range
7794Show the current setting of the range checker, and whether or not it is
7795being set automatically by @value{GDBN}.
7796@end table
c906108c 7797
6d2ebf8b 7798@node Support
c906108c 7799@section Supported languages
c906108c 7800
b37303ee 7801@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7802@c This is false ...
c906108c
SS
7803Some @value{GDBN} features may be used in expressions regardless of the
7804language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7805and the @samp{@{type@}addr} construct (@pxref{Expressions,
7806,Expressions}) can be used with the constructs of any supported
7807language.
7808
7809The following sections detail to what degree each source language is
7810supported by @value{GDBN}. These sections are not meant to be language
7811tutorials or references, but serve only as a reference guide to what the
7812@value{GDBN} expression parser accepts, and what input and output
7813formats should look like for different languages. There are many good
7814books written on each of these languages; please look to these for a
7815language reference or tutorial.
7816
c906108c 7817@menu
b37303ee
AF
7818* C:: C and C@t{++}
7819* Objective-C:: Objective-C
7820* Modula-2:: Modula-2
c906108c
SS
7821@end menu
7822
6d2ebf8b 7823@node C
b37052ae 7824@subsection C and C@t{++}
7a292a7a 7825
b37052ae
EZ
7826@cindex C and C@t{++}
7827@cindex expressions in C or C@t{++}
c906108c 7828
b37052ae 7829Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7830to both languages. Whenever this is the case, we discuss those languages
7831together.
7832
41afff9a
EZ
7833@cindex C@t{++}
7834@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7835@cindex @sc{gnu} C@t{++}
7836The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7837compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7838effectively, you must compile your C@t{++} programs with a supported
7839C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7840compiler (@code{aCC}).
7841
0179ffac
DC
7842For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7843format; if it doesn't work on your system, try the stabs+ debugging
7844format. You can select those formats explicitly with the @code{g++}
7845command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7846@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7847CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7848
c906108c 7849@menu
b37052ae
EZ
7850* C Operators:: C and C@t{++} operators
7851* C Constants:: C and C@t{++} constants
7852* C plus plus expressions:: C@t{++} expressions
7853* C Defaults:: Default settings for C and C@t{++}
7854* C Checks:: C and C@t{++} type and range checks
c906108c 7855* Debugging C:: @value{GDBN} and C
b37052ae 7856* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7857@end menu
c906108c 7858
6d2ebf8b 7859@node C Operators
b37052ae 7860@subsubsection C and C@t{++} operators
7a292a7a 7861
b37052ae 7862@cindex C and C@t{++} operators
c906108c
SS
7863
7864Operators must be defined on values of specific types. For instance,
7865@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7866often defined on groups of types.
c906108c 7867
b37052ae 7868For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7869
7870@itemize @bullet
53a5351d 7871
c906108c 7872@item
c906108c 7873@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7874specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7875
7876@item
d4f3574e
SS
7877@emph{Floating-point types} include @code{float}, @code{double}, and
7878@code{long double} (if supported by the target platform).
c906108c
SS
7879
7880@item
53a5351d 7881@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7882
7883@item
7884@emph{Scalar types} include all of the above.
53a5351d 7885
c906108c
SS
7886@end itemize
7887
7888@noindent
7889The following operators are supported. They are listed here
7890in order of increasing precedence:
7891
7892@table @code
7893@item ,
7894The comma or sequencing operator. Expressions in a comma-separated list
7895are evaluated from left to right, with the result of the entire
7896expression being the last expression evaluated.
7897
7898@item =
7899Assignment. The value of an assignment expression is the value
7900assigned. Defined on scalar types.
7901
7902@item @var{op}=
7903Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7904and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7905@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7906@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7907@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7908
7909@item ?:
7910The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7911of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7912integral type.
7913
7914@item ||
7915Logical @sc{or}. Defined on integral types.
7916
7917@item &&
7918Logical @sc{and}. Defined on integral types.
7919
7920@item |
7921Bitwise @sc{or}. Defined on integral types.
7922
7923@item ^
7924Bitwise exclusive-@sc{or}. Defined on integral types.
7925
7926@item &
7927Bitwise @sc{and}. Defined on integral types.
7928
7929@item ==@r{, }!=
7930Equality and inequality. Defined on scalar types. The value of these
7931expressions is 0 for false and non-zero for true.
7932
7933@item <@r{, }>@r{, }<=@r{, }>=
7934Less than, greater than, less than or equal, greater than or equal.
7935Defined on scalar types. The value of these expressions is 0 for false
7936and non-zero for true.
7937
7938@item <<@r{, }>>
7939left shift, and right shift. Defined on integral types.
7940
7941@item @@
7942The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7943
7944@item +@r{, }-
7945Addition and subtraction. Defined on integral types, floating-point types and
7946pointer types.
7947
7948@item *@r{, }/@r{, }%
7949Multiplication, division, and modulus. Multiplication and division are
7950defined on integral and floating-point types. Modulus is defined on
7951integral types.
7952
7953@item ++@r{, }--
7954Increment and decrement. When appearing before a variable, the
7955operation is performed before the variable is used in an expression;
7956when appearing after it, the variable's value is used before the
7957operation takes place.
7958
7959@item *
7960Pointer dereferencing. Defined on pointer types. Same precedence as
7961@code{++}.
7962
7963@item &
7964Address operator. Defined on variables. Same precedence as @code{++}.
7965
b37052ae
EZ
7966For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7967allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 7968(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 7969where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 7970stored.
c906108c
SS
7971
7972@item -
7973Negative. Defined on integral and floating-point types. Same
7974precedence as @code{++}.
7975
7976@item !
7977Logical negation. Defined on integral types. Same precedence as
7978@code{++}.
7979
7980@item ~
7981Bitwise complement operator. Defined on integral types. Same precedence as
7982@code{++}.
7983
7984
7985@item .@r{, }->
7986Structure member, and pointer-to-structure member. For convenience,
7987@value{GDBN} regards the two as equivalent, choosing whether to dereference a
7988pointer based on the stored type information.
7989Defined on @code{struct} and @code{union} data.
7990
c906108c
SS
7991@item .*@r{, }->*
7992Dereferences of pointers to members.
c906108c
SS
7993
7994@item []
7995Array indexing. @code{@var{a}[@var{i}]} is defined as
7996@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7997
7998@item ()
7999Function parameter list. Same precedence as @code{->}.
8000
c906108c 8001@item ::
b37052ae 8002C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8003and @code{class} types.
c906108c
SS
8004
8005@item ::
7a292a7a
SS
8006Doubled colons also represent the @value{GDBN} scope operator
8007(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8008above.
c906108c
SS
8009@end table
8010
c906108c
SS
8011If an operator is redefined in the user code, @value{GDBN} usually
8012attempts to invoke the redefined version instead of using the operator's
8013predefined meaning.
c906108c 8014
c906108c 8015@menu
5d161b24 8016* C Constants::
c906108c
SS
8017@end menu
8018
6d2ebf8b 8019@node C Constants
b37052ae 8020@subsubsection C and C@t{++} constants
c906108c 8021
b37052ae 8022@cindex C and C@t{++} constants
c906108c 8023
b37052ae 8024@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8025following ways:
c906108c
SS
8026
8027@itemize @bullet
8028@item
8029Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8030specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8031by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8032@samp{l}, specifying that the constant should be treated as a
8033@code{long} value.
8034
8035@item
8036Floating point constants are a sequence of digits, followed by a decimal
8037point, followed by a sequence of digits, and optionally followed by an
8038exponent. An exponent is of the form:
8039@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8040sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8041A floating-point constant may also end with a letter @samp{f} or
8042@samp{F}, specifying that the constant should be treated as being of
8043the @code{float} (as opposed to the default @code{double}) type; or with
8044a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8045constant.
c906108c
SS
8046
8047@item
8048Enumerated constants consist of enumerated identifiers, or their
8049integral equivalents.
8050
8051@item
8052Character constants are a single character surrounded by single quotes
8053(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8054(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8055be represented by a letter or by @dfn{escape sequences}, which are of
8056the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8057of the character's ordinal value; or of the form @samp{\@var{x}}, where
8058@samp{@var{x}} is a predefined special character---for example,
8059@samp{\n} for newline.
8060
8061@item
96a2c332
SS
8062String constants are a sequence of character constants surrounded by
8063double quotes (@code{"}). Any valid character constant (as described
8064above) may appear. Double quotes within the string must be preceded by
8065a backslash, so for instance @samp{"a\"b'c"} is a string of five
8066characters.
c906108c
SS
8067
8068@item
8069Pointer constants are an integral value. You can also write pointers
8070to constants using the C operator @samp{&}.
8071
8072@item
8073Array constants are comma-separated lists surrounded by braces @samp{@{}
8074and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8075integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8076and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8077@end itemize
8078
c906108c 8079@menu
5d161b24
DB
8080* C plus plus expressions::
8081* C Defaults::
8082* C Checks::
c906108c 8083
5d161b24 8084* Debugging C::
c906108c
SS
8085@end menu
8086
6d2ebf8b 8087@node C plus plus expressions
b37052ae
EZ
8088@subsubsection C@t{++} expressions
8089
8090@cindex expressions in C@t{++}
8091@value{GDBN} expression handling can interpret most C@t{++} expressions.
8092
0179ffac
DC
8093@cindex debugging C@t{++} programs
8094@cindex C@t{++} compilers
8095@cindex debug formats and C@t{++}
8096@cindex @value{NGCC} and C@t{++}
c906108c 8097@quotation
b37052ae 8098@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8099proper compiler and the proper debug format. Currently, @value{GDBN}
8100works best when debugging C@t{++} code that is compiled with
8101@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8102@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8103stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8104stabs+ as their default debug format, so you usually don't need to
8105specify a debug format explicitly. Other compilers and/or debug formats
8106are likely to work badly or not at all when using @value{GDBN} to debug
8107C@t{++} code.
c906108c 8108@end quotation
c906108c
SS
8109
8110@enumerate
8111
8112@cindex member functions
8113@item
8114Member function calls are allowed; you can use expressions like
8115
474c8240 8116@smallexample
c906108c 8117count = aml->GetOriginal(x, y)
474c8240 8118@end smallexample
c906108c 8119
41afff9a 8120@vindex this@r{, inside C@t{++} member functions}
b37052ae 8121@cindex namespace in C@t{++}
c906108c
SS
8122@item
8123While a member function is active (in the selected stack frame), your
8124expressions have the same namespace available as the member function;
8125that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8126pointer @code{this} following the same rules as C@t{++}.
c906108c 8127
c906108c 8128@cindex call overloaded functions
d4f3574e 8129@cindex overloaded functions, calling
b37052ae 8130@cindex type conversions in C@t{++}
c906108c
SS
8131@item
8132You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8133call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8134perform overload resolution involving user-defined type conversions,
8135calls to constructors, or instantiations of templates that do not exist
8136in the program. It also cannot handle ellipsis argument lists or
8137default arguments.
8138
8139It does perform integral conversions and promotions, floating-point
8140promotions, arithmetic conversions, pointer conversions, conversions of
8141class objects to base classes, and standard conversions such as those of
8142functions or arrays to pointers; it requires an exact match on the
8143number of function arguments.
8144
8145Overload resolution is always performed, unless you have specified
8146@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8147,@value{GDBN} features for C@t{++}}.
c906108c 8148
d4f3574e 8149You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8150explicit function signature to call an overloaded function, as in
8151@smallexample
8152p 'foo(char,int)'('x', 13)
8153@end smallexample
d4f3574e 8154
c906108c 8155The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8156see @ref{Completion, ,Command completion}.
c906108c 8157
c906108c
SS
8158@cindex reference declarations
8159@item
b37052ae
EZ
8160@value{GDBN} understands variables declared as C@t{++} references; you can use
8161them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8162dereferenced.
8163
8164In the parameter list shown when @value{GDBN} displays a frame, the values of
8165reference variables are not displayed (unlike other variables); this
8166avoids clutter, since references are often used for large structures.
8167The @emph{address} of a reference variable is always shown, unless
8168you have specified @samp{set print address off}.
8169
8170@item
b37052ae 8171@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8172expressions can use it just as expressions in your program do. Since
8173one scope may be defined in another, you can use @code{::} repeatedly if
8174necessary, for example in an expression like
8175@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8176resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8177debugging (@pxref{Variables, ,Program variables}).
8178@end enumerate
8179
b37052ae 8180In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8181calling virtual functions correctly, printing out virtual bases of
8182objects, calling functions in a base subobject, casting objects, and
8183invoking user-defined operators.
c906108c 8184
6d2ebf8b 8185@node C Defaults
b37052ae 8186@subsubsection C and C@t{++} defaults
7a292a7a 8187
b37052ae 8188@cindex C and C@t{++} defaults
c906108c 8189
c906108c
SS
8190If you allow @value{GDBN} to set type and range checking automatically, they
8191both default to @code{off} whenever the working language changes to
b37052ae 8192C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8193selects the working language.
c906108c
SS
8194
8195If you allow @value{GDBN} to set the language automatically, it
8196recognizes source files whose names end with @file{.c}, @file{.C}, or
8197@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8198these files, it sets the working language to C or C@t{++}.
c906108c
SS
8199@xref{Automatically, ,Having @value{GDBN} infer the source language},
8200for further details.
8201
c906108c
SS
8202@c Type checking is (a) primarily motivated by Modula-2, and (b)
8203@c unimplemented. If (b) changes, it might make sense to let this node
8204@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8205
6d2ebf8b 8206@node C Checks
b37052ae 8207@subsubsection C and C@t{++} type and range checks
7a292a7a 8208
b37052ae 8209@cindex C and C@t{++} checks
c906108c 8210
b37052ae 8211By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8212is not used. However, if you turn type checking on, @value{GDBN}
8213considers two variables type equivalent if:
8214
8215@itemize @bullet
8216@item
8217The two variables are structured and have the same structure, union, or
8218enumerated tag.
8219
8220@item
8221The two variables have the same type name, or types that have been
8222declared equivalent through @code{typedef}.
8223
8224@ignore
8225@c leaving this out because neither J Gilmore nor R Pesch understand it.
8226@c FIXME--beers?
8227@item
8228The two @code{struct}, @code{union}, or @code{enum} variables are
8229declared in the same declaration. (Note: this may not be true for all C
8230compilers.)
8231@end ignore
8232@end itemize
8233
8234Range checking, if turned on, is done on mathematical operations. Array
8235indices are not checked, since they are often used to index a pointer
8236that is not itself an array.
c906108c 8237
6d2ebf8b 8238@node Debugging C
c906108c 8239@subsubsection @value{GDBN} and C
c906108c
SS
8240
8241The @code{set print union} and @code{show print union} commands apply to
8242the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8243inside a @code{struct} or @code{class} is also printed. Otherwise, it
8244appears as @samp{@{...@}}.
c906108c
SS
8245
8246The @code{@@} operator aids in the debugging of dynamic arrays, formed
8247with pointers and a memory allocation function. @xref{Expressions,
8248,Expressions}.
8249
c906108c 8250@menu
5d161b24 8251* Debugging C plus plus::
c906108c
SS
8252@end menu
8253
6d2ebf8b 8254@node Debugging C plus plus
b37052ae 8255@subsubsection @value{GDBN} features for C@t{++}
c906108c 8256
b37052ae 8257@cindex commands for C@t{++}
7a292a7a 8258
b37052ae
EZ
8259Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8260designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8261
8262@table @code
8263@cindex break in overloaded functions
8264@item @r{breakpoint menus}
8265When you want a breakpoint in a function whose name is overloaded,
8266@value{GDBN} breakpoint menus help you specify which function definition
8267you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8268
b37052ae 8269@cindex overloading in C@t{++}
c906108c
SS
8270@item rbreak @var{regex}
8271Setting breakpoints using regular expressions is helpful for setting
8272breakpoints on overloaded functions that are not members of any special
8273classes.
8274@xref{Set Breaks, ,Setting breakpoints}.
8275
b37052ae 8276@cindex C@t{++} exception handling
c906108c
SS
8277@item catch throw
8278@itemx catch catch
b37052ae 8279Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8280Catchpoints, , Setting catchpoints}.
8281
8282@cindex inheritance
8283@item ptype @var{typename}
8284Print inheritance relationships as well as other information for type
8285@var{typename}.
8286@xref{Symbols, ,Examining the Symbol Table}.
8287
b37052ae 8288@cindex C@t{++} symbol display
c906108c
SS
8289@item set print demangle
8290@itemx show print demangle
8291@itemx set print asm-demangle
8292@itemx show print asm-demangle
b37052ae
EZ
8293Control whether C@t{++} symbols display in their source form, both when
8294displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8295@xref{Print Settings, ,Print settings}.
8296
8297@item set print object
8298@itemx show print object
8299Choose whether to print derived (actual) or declared types of objects.
8300@xref{Print Settings, ,Print settings}.
8301
8302@item set print vtbl
8303@itemx show print vtbl
8304Control the format for printing virtual function tables.
8305@xref{Print Settings, ,Print settings}.
c906108c 8306(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8307ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8308
8309@kindex set overload-resolution
d4f3574e 8310@cindex overloaded functions, overload resolution
c906108c 8311@item set overload-resolution on
b37052ae 8312Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8313is on. For overloaded functions, @value{GDBN} evaluates the arguments
8314and searches for a function whose signature matches the argument types,
b37052ae 8315using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8316expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8317message.
8318
8319@item set overload-resolution off
b37052ae 8320Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8321overloaded functions that are not class member functions, @value{GDBN}
8322chooses the first function of the specified name that it finds in the
8323symbol table, whether or not its arguments are of the correct type. For
8324overloaded functions that are class member functions, @value{GDBN}
8325searches for a function whose signature @emph{exactly} matches the
8326argument types.
c906108c
SS
8327
8328@item @r{Overloaded symbol names}
8329You can specify a particular definition of an overloaded symbol, using
b37052ae 8330the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8331@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8332also use the @value{GDBN} command-line word completion facilities to list the
8333available choices, or to finish the type list for you.
8334@xref{Completion,, Command completion}, for details on how to do this.
8335@end table
c906108c 8336
b37303ee
AF
8337@node Objective-C
8338@subsection Objective-C
8339
8340@cindex Objective-C
8341This section provides information about some commands and command
8342options that are useful for debugging Objective-C code.
8343
8344@menu
8345* Method Names in Commands::
8346* The Print Command with Objective-C::
8347@end menu
8348
8349@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8350@subsubsection Method Names in Commands
8351
8352The following commands have been extended to accept Objective-C method
8353names as line specifications:
8354
8355@kindex clear@r{, and Objective-C}
8356@kindex break@r{, and Objective-C}
8357@kindex info line@r{, and Objective-C}
8358@kindex jump@r{, and Objective-C}
8359@kindex list@r{, and Objective-C}
8360@itemize
8361@item @code{clear}
8362@item @code{break}
8363@item @code{info line}
8364@item @code{jump}
8365@item @code{list}
8366@end itemize
8367
8368A fully qualified Objective-C method name is specified as
8369
8370@smallexample
8371-[@var{Class} @var{methodName}]
8372@end smallexample
8373
8374where the minus sign is used to indicate an instance method and a plus
8375sign (not shown) is used to indicate a class method. The
8376class name @var{Class} and method name @var{methoName} are enclosed in
8377brackets, similar to the way messages are specified in Objective-C source
8378code. For example, to set a breakpoint at the @code{create} instance method of
8379class @code{Fruit} in the program currently being debugged, enter:
8380
8381@smallexample
8382break -[Fruit create]
8383@end smallexample
8384
8385To list ten program lines around the @code{initialize} class method,
8386enter:
8387
8388@smallexample
8389list +[NSText initialize]
8390@end smallexample
8391
8392In the current version of GDB, the plus or minus sign is required. In
8393future versions of GDB, the plus or minus sign will be optional, but you
8394can use it to narrow the search. It is also possible to specify just a
8395method name:
8396
8397@smallexample
8398break create
8399@end smallexample
8400
8401You must specify the complete method name, including any colons. If
8402your program's source files contain more than one @code{create} method,
8403you'll be presented with a numbered list of classes that implement that
8404method. Indicate your choice by number, or type @samp{0} to exit if
8405none apply.
8406
8407As another example, to clear a breakpoint established at the
8408@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8409
8410@smallexample
8411clear -[NSWindow makeKeyAndOrderFront:]
8412@end smallexample
8413
8414@node The Print Command with Objective-C
8415@subsubsection The Print Command With Objective-C
8416
8417The print command has also been extended to accept methods. For example:
8418
8419@smallexample
8420print -[object hash]
8421@end smallexample
8422
8423@cindex print an Objective-C object description
8424will tell gdb to send the -hash message to object and print the
8425result. Also an additional command has been added, @code{print-object}
8426or @code{po} for short, which is meant to print the description of an
8427object. However, this command may only work with certain Objective-C
8428libraries that have a particular hook function, called
8429@code{_NSPrintForDebugger} defined.
8430
8431@node Modula-2, , Objective-C, Support
c906108c 8432@subsection Modula-2
7a292a7a 8433
d4f3574e 8434@cindex Modula-2, @value{GDBN} support
c906108c
SS
8435
8436The extensions made to @value{GDBN} to support Modula-2 only support
8437output from the @sc{gnu} Modula-2 compiler (which is currently being
8438developed). Other Modula-2 compilers are not currently supported, and
8439attempting to debug executables produced by them is most likely
8440to give an error as @value{GDBN} reads in the executable's symbol
8441table.
8442
8443@cindex expressions in Modula-2
8444@menu
8445* M2 Operators:: Built-in operators
8446* Built-In Func/Proc:: Built-in functions and procedures
8447* M2 Constants:: Modula-2 constants
8448* M2 Defaults:: Default settings for Modula-2
8449* Deviations:: Deviations from standard Modula-2
8450* M2 Checks:: Modula-2 type and range checks
8451* M2 Scope:: The scope operators @code{::} and @code{.}
8452* GDB/M2:: @value{GDBN} and Modula-2
8453@end menu
8454
6d2ebf8b 8455@node M2 Operators
c906108c
SS
8456@subsubsection Operators
8457@cindex Modula-2 operators
8458
8459Operators must be defined on values of specific types. For instance,
8460@code{+} is defined on numbers, but not on structures. Operators are
8461often defined on groups of types. For the purposes of Modula-2, the
8462following definitions hold:
8463
8464@itemize @bullet
8465
8466@item
8467@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8468their subranges.
8469
8470@item
8471@emph{Character types} consist of @code{CHAR} and its subranges.
8472
8473@item
8474@emph{Floating-point types} consist of @code{REAL}.
8475
8476@item
8477@emph{Pointer types} consist of anything declared as @code{POINTER TO
8478@var{type}}.
8479
8480@item
8481@emph{Scalar types} consist of all of the above.
8482
8483@item
8484@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8485
8486@item
8487@emph{Boolean types} consist of @code{BOOLEAN}.
8488@end itemize
8489
8490@noindent
8491The following operators are supported, and appear in order of
8492increasing precedence:
8493
8494@table @code
8495@item ,
8496Function argument or array index separator.
8497
8498@item :=
8499Assignment. The value of @var{var} @code{:=} @var{value} is
8500@var{value}.
8501
8502@item <@r{, }>
8503Less than, greater than on integral, floating-point, or enumerated
8504types.
8505
8506@item <=@r{, }>=
96a2c332 8507Less than or equal to, greater than or equal to
c906108c
SS
8508on integral, floating-point and enumerated types, or set inclusion on
8509set types. Same precedence as @code{<}.
8510
8511@item =@r{, }<>@r{, }#
8512Equality and two ways of expressing inequality, valid on scalar types.
8513Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8514available for inequality, since @code{#} conflicts with the script
8515comment character.
8516
8517@item IN
8518Set membership. Defined on set types and the types of their members.
8519Same precedence as @code{<}.
8520
8521@item OR
8522Boolean disjunction. Defined on boolean types.
8523
8524@item AND@r{, }&
d4f3574e 8525Boolean conjunction. Defined on boolean types.
c906108c
SS
8526
8527@item @@
8528The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8529
8530@item +@r{, }-
8531Addition and subtraction on integral and floating-point types, or union
8532and difference on set types.
8533
8534@item *
8535Multiplication on integral and floating-point types, or set intersection
8536on set types.
8537
8538@item /
8539Division on floating-point types, or symmetric set difference on set
8540types. Same precedence as @code{*}.
8541
8542@item DIV@r{, }MOD
8543Integer division and remainder. Defined on integral types. Same
8544precedence as @code{*}.
8545
8546@item -
8547Negative. Defined on @code{INTEGER} and @code{REAL} data.
8548
8549@item ^
8550Pointer dereferencing. Defined on pointer types.
8551
8552@item NOT
8553Boolean negation. Defined on boolean types. Same precedence as
8554@code{^}.
8555
8556@item .
8557@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8558precedence as @code{^}.
8559
8560@item []
8561Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8562
8563@item ()
8564Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8565as @code{^}.
8566
8567@item ::@r{, }.
8568@value{GDBN} and Modula-2 scope operators.
8569@end table
8570
8571@quotation
8572@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8573treats the use of the operator @code{IN}, or the use of operators
8574@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8575@code{<=}, and @code{>=} on sets as an error.
8576@end quotation
8577
cb51c4e0 8578
6d2ebf8b 8579@node Built-In Func/Proc
c906108c 8580@subsubsection Built-in functions and procedures
cb51c4e0 8581@cindex Modula-2 built-ins
c906108c
SS
8582
8583Modula-2 also makes available several built-in procedures and functions.
8584In describing these, the following metavariables are used:
8585
8586@table @var
8587
8588@item a
8589represents an @code{ARRAY} variable.
8590
8591@item c
8592represents a @code{CHAR} constant or variable.
8593
8594@item i
8595represents a variable or constant of integral type.
8596
8597@item m
8598represents an identifier that belongs to a set. Generally used in the
8599same function with the metavariable @var{s}. The type of @var{s} should
8600be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8601
8602@item n
8603represents a variable or constant of integral or floating-point type.
8604
8605@item r
8606represents a variable or constant of floating-point type.
8607
8608@item t
8609represents a type.
8610
8611@item v
8612represents a variable.
8613
8614@item x
8615represents a variable or constant of one of many types. See the
8616explanation of the function for details.
8617@end table
8618
8619All Modula-2 built-in procedures also return a result, described below.
8620
8621@table @code
8622@item ABS(@var{n})
8623Returns the absolute value of @var{n}.
8624
8625@item CAP(@var{c})
8626If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8627equivalent, otherwise it returns its argument.
c906108c
SS
8628
8629@item CHR(@var{i})
8630Returns the character whose ordinal value is @var{i}.
8631
8632@item DEC(@var{v})
c3f6f71d 8633Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8634
8635@item DEC(@var{v},@var{i})
8636Decrements the value in the variable @var{v} by @var{i}. Returns the
8637new value.
8638
8639@item EXCL(@var{m},@var{s})
8640Removes the element @var{m} from the set @var{s}. Returns the new
8641set.
8642
8643@item FLOAT(@var{i})
8644Returns the floating point equivalent of the integer @var{i}.
8645
8646@item HIGH(@var{a})
8647Returns the index of the last member of @var{a}.
8648
8649@item INC(@var{v})
c3f6f71d 8650Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8651
8652@item INC(@var{v},@var{i})
8653Increments the value in the variable @var{v} by @var{i}. Returns the
8654new value.
8655
8656@item INCL(@var{m},@var{s})
8657Adds the element @var{m} to the set @var{s} if it is not already
8658there. Returns the new set.
8659
8660@item MAX(@var{t})
8661Returns the maximum value of the type @var{t}.
8662
8663@item MIN(@var{t})
8664Returns the minimum value of the type @var{t}.
8665
8666@item ODD(@var{i})
8667Returns boolean TRUE if @var{i} is an odd number.
8668
8669@item ORD(@var{x})
8670Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8671value of a character is its @sc{ascii} value (on machines supporting the
8672@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8673integral, character and enumerated types.
8674
8675@item SIZE(@var{x})
8676Returns the size of its argument. @var{x} can be a variable or a type.
8677
8678@item TRUNC(@var{r})
8679Returns the integral part of @var{r}.
8680
8681@item VAL(@var{t},@var{i})
8682Returns the member of the type @var{t} whose ordinal value is @var{i}.
8683@end table
8684
8685@quotation
8686@emph{Warning:} Sets and their operations are not yet supported, so
8687@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8688an error.
8689@end quotation
8690
8691@cindex Modula-2 constants
6d2ebf8b 8692@node M2 Constants
c906108c
SS
8693@subsubsection Constants
8694
8695@value{GDBN} allows you to express the constants of Modula-2 in the following
8696ways:
8697
8698@itemize @bullet
8699
8700@item
8701Integer constants are simply a sequence of digits. When used in an
8702expression, a constant is interpreted to be type-compatible with the
8703rest of the expression. Hexadecimal integers are specified by a
8704trailing @samp{H}, and octal integers by a trailing @samp{B}.
8705
8706@item
8707Floating point constants appear as a sequence of digits, followed by a
8708decimal point and another sequence of digits. An optional exponent can
8709then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8710@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8711digits of the floating point constant must be valid decimal (base 10)
8712digits.
8713
8714@item
8715Character constants consist of a single character enclosed by a pair of
8716like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8717also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8718followed by a @samp{C}.
8719
8720@item
8721String constants consist of a sequence of characters enclosed by a
8722pair of like quotes, either single (@code{'}) or double (@code{"}).
8723Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8724Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8725sequences.
8726
8727@item
8728Enumerated constants consist of an enumerated identifier.
8729
8730@item
8731Boolean constants consist of the identifiers @code{TRUE} and
8732@code{FALSE}.
8733
8734@item
8735Pointer constants consist of integral values only.
8736
8737@item
8738Set constants are not yet supported.
8739@end itemize
8740
6d2ebf8b 8741@node M2 Defaults
c906108c
SS
8742@subsubsection Modula-2 defaults
8743@cindex Modula-2 defaults
8744
8745If type and range checking are set automatically by @value{GDBN}, they
8746both default to @code{on} whenever the working language changes to
d4f3574e 8747Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8748selected the working language.
8749
8750If you allow @value{GDBN} to set the language automatically, then entering
8751code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8752working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8753the language automatically}, for further details.
8754
6d2ebf8b 8755@node Deviations
c906108c
SS
8756@subsubsection Deviations from standard Modula-2
8757@cindex Modula-2, deviations from
8758
8759A few changes have been made to make Modula-2 programs easier to debug.
8760This is done primarily via loosening its type strictness:
8761
8762@itemize @bullet
8763@item
8764Unlike in standard Modula-2, pointer constants can be formed by
8765integers. This allows you to modify pointer variables during
8766debugging. (In standard Modula-2, the actual address contained in a
8767pointer variable is hidden from you; it can only be modified
8768through direct assignment to another pointer variable or expression that
8769returned a pointer.)
8770
8771@item
8772C escape sequences can be used in strings and characters to represent
8773non-printable characters. @value{GDBN} prints out strings with these
8774escape sequences embedded. Single non-printable characters are
8775printed using the @samp{CHR(@var{nnn})} format.
8776
8777@item
8778The assignment operator (@code{:=}) returns the value of its right-hand
8779argument.
8780
8781@item
8782All built-in procedures both modify @emph{and} return their argument.
8783@end itemize
8784
6d2ebf8b 8785@node M2 Checks
c906108c
SS
8786@subsubsection Modula-2 type and range checks
8787@cindex Modula-2 checks
8788
8789@quotation
8790@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8791range checking.
8792@end quotation
8793@c FIXME remove warning when type/range checks added
8794
8795@value{GDBN} considers two Modula-2 variables type equivalent if:
8796
8797@itemize @bullet
8798@item
8799They are of types that have been declared equivalent via a @code{TYPE
8800@var{t1} = @var{t2}} statement
8801
8802@item
8803They have been declared on the same line. (Note: This is true of the
8804@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8805@end itemize
8806
8807As long as type checking is enabled, any attempt to combine variables
8808whose types are not equivalent is an error.
8809
8810Range checking is done on all mathematical operations, assignment, array
8811index bounds, and all built-in functions and procedures.
8812
6d2ebf8b 8813@node M2 Scope
c906108c
SS
8814@subsubsection The scope operators @code{::} and @code{.}
8815@cindex scope
41afff9a 8816@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8817@cindex colon, doubled as scope operator
8818@ifinfo
41afff9a 8819@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8820@c Info cannot handle :: but TeX can.
8821@end ifinfo
8822@iftex
41afff9a 8823@vindex ::@r{, in Modula-2}
c906108c
SS
8824@end iftex
8825
8826There are a few subtle differences between the Modula-2 scope operator
8827(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8828similar syntax:
8829
474c8240 8830@smallexample
c906108c
SS
8831
8832@var{module} . @var{id}
8833@var{scope} :: @var{id}
474c8240 8834@end smallexample
c906108c
SS
8835
8836@noindent
8837where @var{scope} is the name of a module or a procedure,
8838@var{module} the name of a module, and @var{id} is any declared
8839identifier within your program, except another module.
8840
8841Using the @code{::} operator makes @value{GDBN} search the scope
8842specified by @var{scope} for the identifier @var{id}. If it is not
8843found in the specified scope, then @value{GDBN} searches all scopes
8844enclosing the one specified by @var{scope}.
8845
8846Using the @code{.} operator makes @value{GDBN} search the current scope for
8847the identifier specified by @var{id} that was imported from the
8848definition module specified by @var{module}. With this operator, it is
8849an error if the identifier @var{id} was not imported from definition
8850module @var{module}, or if @var{id} is not an identifier in
8851@var{module}.
8852
6d2ebf8b 8853@node GDB/M2
c906108c
SS
8854@subsubsection @value{GDBN} and Modula-2
8855
8856Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8857Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8858specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8859@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8860apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8861analogue in Modula-2.
8862
8863The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8864with any language, is not useful with Modula-2. Its
c906108c 8865intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8866created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8867address can be specified by an integral constant, the construct
d4f3574e 8868@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8869
8870@cindex @code{#} in Modula-2
8871In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8872interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8873
4e562065
JB
8874@node Unsupported languages
8875@section Unsupported languages
8876
8877@cindex unsupported languages
8878@cindex minimal language
8879In addition to the other fully-supported programming languages,
8880@value{GDBN} also provides a pseudo-language, called @code{minimal}.
8881It does not represent a real programming language, but provides a set
8882of capabilities close to what the C or assembly languages provide.
8883This should allow most simple operations to be performed while debugging
8884an application that uses a language currently not supported by @value{GDBN}.
8885
8886If the language is set to @code{auto}, @value{GDBN} will automatically
8887select this language if the current frame corresponds to an unsupported
8888language.
8889
6d2ebf8b 8890@node Symbols
c906108c
SS
8891@chapter Examining the Symbol Table
8892
d4f3574e 8893The commands described in this chapter allow you to inquire about the
c906108c
SS
8894symbols (names of variables, functions and types) defined in your
8895program. This information is inherent in the text of your program and
8896does not change as your program executes. @value{GDBN} finds it in your
8897program's symbol table, in the file indicated when you started @value{GDBN}
8898(@pxref{File Options, ,Choosing files}), or by one of the
8899file-management commands (@pxref{Files, ,Commands to specify files}).
8900
8901@cindex symbol names
8902@cindex names of symbols
8903@cindex quoting names
8904Occasionally, you may need to refer to symbols that contain unusual
8905characters, which @value{GDBN} ordinarily treats as word delimiters. The
8906most frequent case is in referring to static variables in other
8907source files (@pxref{Variables,,Program variables}). File names
8908are recorded in object files as debugging symbols, but @value{GDBN} would
8909ordinarily parse a typical file name, like @file{foo.c}, as the three words
8910@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8911@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8912
474c8240 8913@smallexample
c906108c 8914p 'foo.c'::x
474c8240 8915@end smallexample
c906108c
SS
8916
8917@noindent
8918looks up the value of @code{x} in the scope of the file @file{foo.c}.
8919
8920@table @code
8921@kindex info address
b37052ae 8922@cindex address of a symbol
c906108c
SS
8923@item info address @var{symbol}
8924Describe where the data for @var{symbol} is stored. For a register
8925variable, this says which register it is kept in. For a non-register
8926local variable, this prints the stack-frame offset at which the variable
8927is always stored.
8928
8929Note the contrast with @samp{print &@var{symbol}}, which does not work
8930at all for a register variable, and for a stack local variable prints
8931the exact address of the current instantiation of the variable.
8932
3d67e040 8933@kindex info symbol
b37052ae 8934@cindex symbol from address
3d67e040
EZ
8935@item info symbol @var{addr}
8936Print the name of a symbol which is stored at the address @var{addr}.
8937If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8938nearest symbol and an offset from it:
8939
474c8240 8940@smallexample
3d67e040
EZ
8941(@value{GDBP}) info symbol 0x54320
8942_initialize_vx + 396 in section .text
474c8240 8943@end smallexample
3d67e040
EZ
8944
8945@noindent
8946This is the opposite of the @code{info address} command. You can use
8947it to find out the name of a variable or a function given its address.
8948
c906108c 8949@kindex whatis
d4f3574e
SS
8950@item whatis @var{expr}
8951Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
8952actually evaluated, and any side-effecting operations (such as
8953assignments or function calls) inside it do not take place.
8954@xref{Expressions, ,Expressions}.
8955
8956@item whatis
8957Print the data type of @code{$}, the last value in the value history.
8958
8959@kindex ptype
8960@item ptype @var{typename}
8961Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
8962the name of a type, or for C code it may have the form @samp{class
8963@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8964@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 8965
d4f3574e 8966@item ptype @var{expr}
c906108c 8967@itemx ptype
d4f3574e 8968Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
8969differs from @code{whatis} by printing a detailed description, instead
8970of just the name of the type.
8971
8972For example, for this variable declaration:
8973
474c8240 8974@smallexample
c906108c 8975struct complex @{double real; double imag;@} v;
474c8240 8976@end smallexample
c906108c
SS
8977
8978@noindent
8979the two commands give this output:
8980
474c8240 8981@smallexample
c906108c
SS
8982@group
8983(@value{GDBP}) whatis v
8984type = struct complex
8985(@value{GDBP}) ptype v
8986type = struct complex @{
8987 double real;
8988 double imag;
8989@}
8990@end group
474c8240 8991@end smallexample
c906108c
SS
8992
8993@noindent
8994As with @code{whatis}, using @code{ptype} without an argument refers to
8995the type of @code{$}, the last value in the value history.
8996
8997@kindex info types
8998@item info types @var{regexp}
8999@itemx info types
d4f3574e 9000Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9001(or all types in your program, if you supply no argument). Each
9002complete typename is matched as though it were a complete line; thus,
9003@samp{i type value} gives information on all types in your program whose
d4f3574e 9004names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9005information only on types whose complete name is @code{value}.
9006
9007This command differs from @code{ptype} in two ways: first, like
9008@code{whatis}, it does not print a detailed description; second, it
9009lists all source files where a type is defined.
9010
b37052ae
EZ
9011@kindex info scope
9012@cindex local variables
9013@item info scope @var{addr}
9014List all the variables local to a particular scope. This command
9015accepts a location---a function name, a source line, or an address
9016preceded by a @samp{*}, and prints all the variables local to the
9017scope defined by that location. For example:
9018
9019@smallexample
9020(@value{GDBP}) @b{info scope command_line_handler}
9021Scope for command_line_handler:
9022Symbol rl is an argument at stack/frame offset 8, length 4.
9023Symbol linebuffer is in static storage at address 0x150a18, length 4.
9024Symbol linelength is in static storage at address 0x150a1c, length 4.
9025Symbol p is a local variable in register $esi, length 4.
9026Symbol p1 is a local variable in register $ebx, length 4.
9027Symbol nline is a local variable in register $edx, length 4.
9028Symbol repeat is a local variable at frame offset -8, length 4.
9029@end smallexample
9030
f5c37c66
EZ
9031@noindent
9032This command is especially useful for determining what data to collect
9033during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9034collect}.
9035
c906108c
SS
9036@kindex info source
9037@item info source
919d772c
JB
9038Show information about the current source file---that is, the source file for
9039the function containing the current point of execution:
9040@itemize @bullet
9041@item
9042the name of the source file, and the directory containing it,
9043@item
9044the directory it was compiled in,
9045@item
9046its length, in lines,
9047@item
9048which programming language it is written in,
9049@item
9050whether the executable includes debugging information for that file, and
9051if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9052@item
9053whether the debugging information includes information about
9054preprocessor macros.
9055@end itemize
9056
c906108c
SS
9057
9058@kindex info sources
9059@item info sources
9060Print the names of all source files in your program for which there is
9061debugging information, organized into two lists: files whose symbols
9062have already been read, and files whose symbols will be read when needed.
9063
9064@kindex info functions
9065@item info functions
9066Print the names and data types of all defined functions.
9067
9068@item info functions @var{regexp}
9069Print the names and data types of all defined functions
9070whose names contain a match for regular expression @var{regexp}.
9071Thus, @samp{info fun step} finds all functions whose names
9072include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9073start with @code{step}. If a function name contains characters
9074that conflict with the regular expression language (eg.
9075@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9076
9077@kindex info variables
9078@item info variables
9079Print the names and data types of all variables that are declared
6ca652b0 9080outside of functions (i.e.@: excluding local variables).
c906108c
SS
9081
9082@item info variables @var{regexp}
9083Print the names and data types of all variables (except for local
9084variables) whose names contain a match for regular expression
9085@var{regexp}.
9086
b37303ee
AF
9087@kindex info classes
9088@item info classes
9089@itemx info classes @var{regexp}
9090Display all Objective-C classes in your program, or
9091(with the @var{regexp} argument) all those matching a particular regular
9092expression.
9093
9094@kindex info selectors
9095@item info selectors
9096@itemx info selectors @var{regexp}
9097Display all Objective-C selectors in your program, or
9098(with the @var{regexp} argument) all those matching a particular regular
9099expression.
9100
c906108c
SS
9101@ignore
9102This was never implemented.
9103@kindex info methods
9104@item info methods
9105@itemx info methods @var{regexp}
9106The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9107methods within C@t{++} program, or (with the @var{regexp} argument) a
9108specific set of methods found in the various C@t{++} classes. Many
9109C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9110from the @code{ptype} command can be overwhelming and hard to use. The
9111@code{info-methods} command filters the methods, printing only those
9112which match the regular-expression @var{regexp}.
9113@end ignore
9114
c906108c
SS
9115@cindex reloading symbols
9116Some systems allow individual object files that make up your program to
7a292a7a
SS
9117be replaced without stopping and restarting your program. For example,
9118in VxWorks you can simply recompile a defective object file and keep on
9119running. If you are running on one of these systems, you can allow
9120@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9121
9122@table @code
9123@kindex set symbol-reloading
9124@item set symbol-reloading on
9125Replace symbol definitions for the corresponding source file when an
9126object file with a particular name is seen again.
9127
9128@item set symbol-reloading off
6d2ebf8b
SS
9129Do not replace symbol definitions when encountering object files of the
9130same name more than once. This is the default state; if you are not
9131running on a system that permits automatic relinking of modules, you
9132should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9133may discard symbols when linking large programs, that may contain
9134several modules (from different directories or libraries) with the same
9135name.
c906108c
SS
9136
9137@kindex show symbol-reloading
9138@item show symbol-reloading
9139Show the current @code{on} or @code{off} setting.
9140@end table
c906108c 9141
c906108c
SS
9142@kindex set opaque-type-resolution
9143@item set opaque-type-resolution on
9144Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9145declared as a pointer to a @code{struct}, @code{class}, or
9146@code{union}---for example, @code{struct MyType *}---that is used in one
9147source file although the full declaration of @code{struct MyType} is in
9148another source file. The default is on.
9149
9150A change in the setting of this subcommand will not take effect until
9151the next time symbols for a file are loaded.
9152
9153@item set opaque-type-resolution off
9154Tell @value{GDBN} not to resolve opaque types. In this case, the type
9155is printed as follows:
9156@smallexample
9157@{<no data fields>@}
9158@end smallexample
9159
9160@kindex show opaque-type-resolution
9161@item show opaque-type-resolution
9162Show whether opaque types are resolved or not.
c906108c
SS
9163
9164@kindex maint print symbols
9165@cindex symbol dump
9166@kindex maint print psymbols
9167@cindex partial symbol dump
9168@item maint print symbols @var{filename}
9169@itemx maint print psymbols @var{filename}
9170@itemx maint print msymbols @var{filename}
9171Write a dump of debugging symbol data into the file @var{filename}.
9172These commands are used to debug the @value{GDBN} symbol-reading code. Only
9173symbols with debugging data are included. If you use @samp{maint print
9174symbols}, @value{GDBN} includes all the symbols for which it has already
9175collected full details: that is, @var{filename} reflects symbols for
9176only those files whose symbols @value{GDBN} has read. You can use the
9177command @code{info sources} to find out which files these are. If you
9178use @samp{maint print psymbols} instead, the dump shows information about
9179symbols that @value{GDBN} only knows partially---that is, symbols defined in
9180files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9181@samp{maint print msymbols} dumps just the minimal symbol information
9182required for each object file from which @value{GDBN} has read some symbols.
9183@xref{Files, ,Commands to specify files}, for a discussion of how
9184@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9185
5e7b2f39
JB
9186@kindex maint info symtabs
9187@kindex maint info psymtabs
44ea7b70
JB
9188@cindex listing @value{GDBN}'s internal symbol tables
9189@cindex symbol tables, listing @value{GDBN}'s internal
9190@cindex full symbol tables, listing @value{GDBN}'s internal
9191@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9192@item maint info symtabs @r{[} @var{regexp} @r{]}
9193@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9194
9195List the @code{struct symtab} or @code{struct partial_symtab}
9196structures whose names match @var{regexp}. If @var{regexp} is not
9197given, list them all. The output includes expressions which you can
9198copy into a @value{GDBN} debugging this one to examine a particular
9199structure in more detail. For example:
9200
9201@smallexample
5e7b2f39 9202(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9203@{ objfile /home/gnu/build/gdb/gdb
9204 ((struct objfile *) 0x82e69d0)
9205 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9206 ((struct partial_symtab *) 0x8474b10)
9207 readin no
9208 fullname (null)
9209 text addresses 0x814d3c8 -- 0x8158074
9210 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9211 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9212 dependencies (none)
9213 @}
9214@}
5e7b2f39 9215(@value{GDBP}) maint info symtabs
44ea7b70
JB
9216(@value{GDBP})
9217@end smallexample
9218@noindent
9219We see that there is one partial symbol table whose filename contains
9220the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9221and we see that @value{GDBN} has not read in any symtabs yet at all.
9222If we set a breakpoint on a function, that will cause @value{GDBN} to
9223read the symtab for the compilation unit containing that function:
9224
9225@smallexample
9226(@value{GDBP}) break dwarf2_psymtab_to_symtab
9227Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9228line 1574.
5e7b2f39 9229(@value{GDBP}) maint info symtabs
44ea7b70
JB
9230@{ objfile /home/gnu/build/gdb/gdb
9231 ((struct objfile *) 0x82e69d0)
9232 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9233 ((struct symtab *) 0x86c1f38)
9234 dirname (null)
9235 fullname (null)
9236 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9237 debugformat DWARF 2
9238 @}
9239@}
9240(@value{GDBP})
9241@end smallexample
c906108c
SS
9242@end table
9243
44ea7b70 9244
6d2ebf8b 9245@node Altering
c906108c
SS
9246@chapter Altering Execution
9247
9248Once you think you have found an error in your program, you might want to
9249find out for certain whether correcting the apparent error would lead to
9250correct results in the rest of the run. You can find the answer by
9251experiment, using the @value{GDBN} features for altering execution of the
9252program.
9253
9254For example, you can store new values into variables or memory
7a292a7a
SS
9255locations, give your program a signal, restart it at a different
9256address, or even return prematurely from a function.
c906108c
SS
9257
9258@menu
9259* Assignment:: Assignment to variables
9260* Jumping:: Continuing at a different address
c906108c 9261* Signaling:: Giving your program a signal
c906108c
SS
9262* Returning:: Returning from a function
9263* Calling:: Calling your program's functions
9264* Patching:: Patching your program
9265@end menu
9266
6d2ebf8b 9267@node Assignment
c906108c
SS
9268@section Assignment to variables
9269
9270@cindex assignment
9271@cindex setting variables
9272To alter the value of a variable, evaluate an assignment expression.
9273@xref{Expressions, ,Expressions}. For example,
9274
474c8240 9275@smallexample
c906108c 9276print x=4
474c8240 9277@end smallexample
c906108c
SS
9278
9279@noindent
9280stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9281value of the assignment expression (which is 4).
c906108c
SS
9282@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9283information on operators in supported languages.
c906108c
SS
9284
9285@kindex set variable
9286@cindex variables, setting
9287If you are not interested in seeing the value of the assignment, use the
9288@code{set} command instead of the @code{print} command. @code{set} is
9289really the same as @code{print} except that the expression's value is
9290not printed and is not put in the value history (@pxref{Value History,
9291,Value history}). The expression is evaluated only for its effects.
9292
c906108c
SS
9293If the beginning of the argument string of the @code{set} command
9294appears identical to a @code{set} subcommand, use the @code{set
9295variable} command instead of just @code{set}. This command is identical
9296to @code{set} except for its lack of subcommands. For example, if your
9297program has a variable @code{width}, you get an error if you try to set
9298a new value with just @samp{set width=13}, because @value{GDBN} has the
9299command @code{set width}:
9300
474c8240 9301@smallexample
c906108c
SS
9302(@value{GDBP}) whatis width
9303type = double
9304(@value{GDBP}) p width
9305$4 = 13
9306(@value{GDBP}) set width=47
9307Invalid syntax in expression.
474c8240 9308@end smallexample
c906108c
SS
9309
9310@noindent
9311The invalid expression, of course, is @samp{=47}. In
9312order to actually set the program's variable @code{width}, use
9313
474c8240 9314@smallexample
c906108c 9315(@value{GDBP}) set var width=47
474c8240 9316@end smallexample
53a5351d 9317
c906108c
SS
9318Because the @code{set} command has many subcommands that can conflict
9319with the names of program variables, it is a good idea to use the
9320@code{set variable} command instead of just @code{set}. For example, if
9321your program has a variable @code{g}, you run into problems if you try
9322to set a new value with just @samp{set g=4}, because @value{GDBN} has
9323the command @code{set gnutarget}, abbreviated @code{set g}:
9324
474c8240 9325@smallexample
c906108c
SS
9326@group
9327(@value{GDBP}) whatis g
9328type = double
9329(@value{GDBP}) p g
9330$1 = 1
9331(@value{GDBP}) set g=4
2df3850c 9332(@value{GDBP}) p g
c906108c
SS
9333$2 = 1
9334(@value{GDBP}) r
9335The program being debugged has been started already.
9336Start it from the beginning? (y or n) y
9337Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9338"/home/smith/cc_progs/a.out": can't open to read symbols:
9339 Invalid bfd target.
c906108c
SS
9340(@value{GDBP}) show g
9341The current BFD target is "=4".
9342@end group
474c8240 9343@end smallexample
c906108c
SS
9344
9345@noindent
9346The program variable @code{g} did not change, and you silently set the
9347@code{gnutarget} to an invalid value. In order to set the variable
9348@code{g}, use
9349
474c8240 9350@smallexample
c906108c 9351(@value{GDBP}) set var g=4
474c8240 9352@end smallexample
c906108c
SS
9353
9354@value{GDBN} allows more implicit conversions in assignments than C; you can
9355freely store an integer value into a pointer variable or vice versa,
9356and you can convert any structure to any other structure that is the
9357same length or shorter.
9358@comment FIXME: how do structs align/pad in these conversions?
9359@comment /doc@cygnus.com 18dec1990
9360
9361To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9362construct to generate a value of specified type at a specified address
9363(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9364to memory location @code{0x83040} as an integer (which implies a certain size
9365and representation in memory), and
9366
474c8240 9367@smallexample
c906108c 9368set @{int@}0x83040 = 4
474c8240 9369@end smallexample
c906108c
SS
9370
9371@noindent
9372stores the value 4 into that memory location.
9373
6d2ebf8b 9374@node Jumping
c906108c
SS
9375@section Continuing at a different address
9376
9377Ordinarily, when you continue your program, you do so at the place where
9378it stopped, with the @code{continue} command. You can instead continue at
9379an address of your own choosing, with the following commands:
9380
9381@table @code
9382@kindex jump
9383@item jump @var{linespec}
9384Resume execution at line @var{linespec}. Execution stops again
9385immediately if there is a breakpoint there. @xref{List, ,Printing
9386source lines}, for a description of the different forms of
9387@var{linespec}. It is common practice to use the @code{tbreak} command
9388in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9389breakpoints}.
9390
9391The @code{jump} command does not change the current stack frame, or
9392the stack pointer, or the contents of any memory location or any
9393register other than the program counter. If line @var{linespec} is in
9394a different function from the one currently executing, the results may
9395be bizarre if the two functions expect different patterns of arguments or
9396of local variables. For this reason, the @code{jump} command requests
9397confirmation if the specified line is not in the function currently
9398executing. However, even bizarre results are predictable if you are
9399well acquainted with the machine-language code of your program.
9400
9401@item jump *@var{address}
9402Resume execution at the instruction at address @var{address}.
9403@end table
9404
c906108c 9405@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9406On many systems, you can get much the same effect as the @code{jump}
9407command by storing a new value into the register @code{$pc}. The
9408difference is that this does not start your program running; it only
9409changes the address of where it @emph{will} run when you continue. For
9410example,
c906108c 9411
474c8240 9412@smallexample
c906108c 9413set $pc = 0x485
474c8240 9414@end smallexample
c906108c
SS
9415
9416@noindent
9417makes the next @code{continue} command or stepping command execute at
9418address @code{0x485}, rather than at the address where your program stopped.
9419@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9420
9421The most common occasion to use the @code{jump} command is to back
9422up---perhaps with more breakpoints set---over a portion of a program
9423that has already executed, in order to examine its execution in more
9424detail.
9425
c906108c 9426@c @group
6d2ebf8b 9427@node Signaling
c906108c
SS
9428@section Giving your program a signal
9429
9430@table @code
9431@kindex signal
9432@item signal @var{signal}
9433Resume execution where your program stopped, but immediately give it the
9434signal @var{signal}. @var{signal} can be the name or the number of a
9435signal. For example, on many systems @code{signal 2} and @code{signal
9436SIGINT} are both ways of sending an interrupt signal.
9437
9438Alternatively, if @var{signal} is zero, continue execution without
9439giving a signal. This is useful when your program stopped on account of
9440a signal and would ordinary see the signal when resumed with the
9441@code{continue} command; @samp{signal 0} causes it to resume without a
9442signal.
9443
9444@code{signal} does not repeat when you press @key{RET} a second time
9445after executing the command.
9446@end table
9447@c @end group
9448
9449Invoking the @code{signal} command is not the same as invoking the
9450@code{kill} utility from the shell. Sending a signal with @code{kill}
9451causes @value{GDBN} to decide what to do with the signal depending on
9452the signal handling tables (@pxref{Signals}). The @code{signal} command
9453passes the signal directly to your program.
9454
c906108c 9455
6d2ebf8b 9456@node Returning
c906108c
SS
9457@section Returning from a function
9458
9459@table @code
9460@cindex returning from a function
9461@kindex return
9462@item return
9463@itemx return @var{expression}
9464You can cancel execution of a function call with the @code{return}
9465command. If you give an
9466@var{expression} argument, its value is used as the function's return
9467value.
9468@end table
9469
9470When you use @code{return}, @value{GDBN} discards the selected stack frame
9471(and all frames within it). You can think of this as making the
9472discarded frame return prematurely. If you wish to specify a value to
9473be returned, give that value as the argument to @code{return}.
9474
9475This pops the selected stack frame (@pxref{Selection, ,Selecting a
9476frame}), and any other frames inside of it, leaving its caller as the
9477innermost remaining frame. That frame becomes selected. The
9478specified value is stored in the registers used for returning values
9479of functions.
9480
9481The @code{return} command does not resume execution; it leaves the
9482program stopped in the state that would exist if the function had just
9483returned. In contrast, the @code{finish} command (@pxref{Continuing
9484and Stepping, ,Continuing and stepping}) resumes execution until the
9485selected stack frame returns naturally.
9486
6d2ebf8b 9487@node Calling
c906108c
SS
9488@section Calling program functions
9489
9490@cindex calling functions
9491@kindex call
9492@table @code
9493@item call @var{expr}
9494Evaluate the expression @var{expr} without displaying @code{void}
9495returned values.
9496@end table
9497
9498You can use this variant of the @code{print} command if you want to
9499execute a function from your program, but without cluttering the output
5d161b24
DB
9500with @code{void} returned values. If the result is not void, it
9501is printed and saved in the value history.
c906108c 9502
6d2ebf8b 9503@node Patching
c906108c 9504@section Patching programs
7a292a7a 9505
c906108c
SS
9506@cindex patching binaries
9507@cindex writing into executables
c906108c 9508@cindex writing into corefiles
c906108c 9509
7a292a7a
SS
9510By default, @value{GDBN} opens the file containing your program's
9511executable code (or the corefile) read-only. This prevents accidental
9512alterations to machine code; but it also prevents you from intentionally
9513patching your program's binary.
c906108c
SS
9514
9515If you'd like to be able to patch the binary, you can specify that
9516explicitly with the @code{set write} command. For example, you might
9517want to turn on internal debugging flags, or even to make emergency
9518repairs.
9519
9520@table @code
9521@kindex set write
9522@item set write on
9523@itemx set write off
7a292a7a
SS
9524If you specify @samp{set write on}, @value{GDBN} opens executable and
9525core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9526off} (the default), @value{GDBN} opens them read-only.
9527
9528If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9529@code{exec-file} or @code{core-file} command) after changing @code{set
9530write}, for your new setting to take effect.
c906108c
SS
9531
9532@item show write
9533@kindex show write
7a292a7a
SS
9534Display whether executable files and core files are opened for writing
9535as well as reading.
c906108c
SS
9536@end table
9537
6d2ebf8b 9538@node GDB Files
c906108c
SS
9539@chapter @value{GDBN} Files
9540
7a292a7a
SS
9541@value{GDBN} needs to know the file name of the program to be debugged,
9542both in order to read its symbol table and in order to start your
9543program. To debug a core dump of a previous run, you must also tell
9544@value{GDBN} the name of the core dump file.
c906108c
SS
9545
9546@menu
9547* Files:: Commands to specify files
5b5d99cf 9548* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9549* Symbol Errors:: Errors reading symbol files
9550@end menu
9551
6d2ebf8b 9552@node Files
c906108c 9553@section Commands to specify files
c906108c 9554
7a292a7a 9555@cindex symbol table
c906108c 9556@cindex core dump file
7a292a7a
SS
9557
9558You may want to specify executable and core dump file names. The usual
9559way to do this is at start-up time, using the arguments to
9560@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9561Out of @value{GDBN}}).
c906108c
SS
9562
9563Occasionally it is necessary to change to a different file during a
9564@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9565a file you want to use. In these situations the @value{GDBN} commands
9566to specify new files are useful.
9567
9568@table @code
9569@cindex executable file
9570@kindex file
9571@item file @var{filename}
9572Use @var{filename} as the program to be debugged. It is read for its
9573symbols and for the contents of pure memory. It is also the program
9574executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9575directory and the file is not found in the @value{GDBN} working directory,
9576@value{GDBN} uses the environment variable @code{PATH} as a list of
9577directories to search, just as the shell does when looking for a program
9578to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9579and your program, using the @code{path} command.
9580
6d2ebf8b 9581On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9582@file{@var{filename}.syms} may hold symbol table information for
9583@var{filename}. If so, @value{GDBN} maps in the symbol table from
9584@file{@var{filename}.syms}, starting up more quickly. See the
9585descriptions of the file options @samp{-mapped} and @samp{-readnow}
9586(available on the command line, and with the commands @code{file},
5d161b24 9587@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9588for more information.
c906108c
SS
9589
9590@item file
9591@code{file} with no argument makes @value{GDBN} discard any information it
9592has on both executable file and the symbol table.
9593
9594@kindex exec-file
9595@item exec-file @r{[} @var{filename} @r{]}
9596Specify that the program to be run (but not the symbol table) is found
9597in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9598if necessary to locate your program. Omitting @var{filename} means to
9599discard information on the executable file.
9600
9601@kindex symbol-file
9602@item symbol-file @r{[} @var{filename} @r{]}
9603Read symbol table information from file @var{filename}. @code{PATH} is
9604searched when necessary. Use the @code{file} command to get both symbol
9605table and program to run from the same file.
9606
9607@code{symbol-file} with no argument clears out @value{GDBN} information on your
9608program's symbol table.
9609
5d161b24 9610The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9611of its convenience variables, the value history, and all breakpoints and
9612auto-display expressions. This is because they may contain pointers to
9613the internal data recording symbols and data types, which are part of
9614the old symbol table data being discarded inside @value{GDBN}.
9615
9616@code{symbol-file} does not repeat if you press @key{RET} again after
9617executing it once.
9618
9619When @value{GDBN} is configured for a particular environment, it
9620understands debugging information in whatever format is the standard
9621generated for that environment; you may use either a @sc{gnu} compiler, or
9622other compilers that adhere to the local conventions.
c906108c
SS
9623Best results are usually obtained from @sc{gnu} compilers; for example,
9624using @code{@value{GCC}} you can generate debugging information for
9625optimized code.
c906108c
SS
9626
9627For most kinds of object files, with the exception of old SVR3 systems
9628using COFF, the @code{symbol-file} command does not normally read the
9629symbol table in full right away. Instead, it scans the symbol table
9630quickly to find which source files and which symbols are present. The
9631details are read later, one source file at a time, as they are needed.
9632
9633The purpose of this two-stage reading strategy is to make @value{GDBN}
9634start up faster. For the most part, it is invisible except for
9635occasional pauses while the symbol table details for a particular source
9636file are being read. (The @code{set verbose} command can turn these
9637pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9638warnings and messages}.)
9639
c906108c
SS
9640We have not implemented the two-stage strategy for COFF yet. When the
9641symbol table is stored in COFF format, @code{symbol-file} reads the
9642symbol table data in full right away. Note that ``stabs-in-COFF''
9643still does the two-stage strategy, since the debug info is actually
9644in stabs format.
9645
9646@kindex readnow
9647@cindex reading symbols immediately
9648@cindex symbols, reading immediately
9649@kindex mapped
9650@cindex memory-mapped symbol file
9651@cindex saving symbol table
9652@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9653@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9654You can override the @value{GDBN} two-stage strategy for reading symbol
9655tables by using the @samp{-readnow} option with any of the commands that
9656load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9657entire symbol table available.
c906108c 9658
c906108c
SS
9659If memory-mapped files are available on your system through the
9660@code{mmap} system call, you can use another option, @samp{-mapped}, to
9661cause @value{GDBN} to write the symbols for your program into a reusable
9662file. Future @value{GDBN} debugging sessions map in symbol information
9663from this auxiliary symbol file (if the program has not changed), rather
9664than spending time reading the symbol table from the executable
9665program. Using the @samp{-mapped} option has the same effect as
9666starting @value{GDBN} with the @samp{-mapped} command-line option.
9667
9668You can use both options together, to make sure the auxiliary symbol
9669file has all the symbol information for your program.
9670
9671The auxiliary symbol file for a program called @var{myprog} is called
9672@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9673than the corresponding executable), @value{GDBN} always attempts to use
9674it when you debug @var{myprog}; no special options or commands are
9675needed.
9676
9677The @file{.syms} file is specific to the host machine where you run
9678@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9679symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9680
9681@c FIXME: for now no mention of directories, since this seems to be in
9682@c flux. 13mar1992 status is that in theory GDB would look either in
9683@c current dir or in same dir as myprog; but issues like competing
9684@c GDB's, or clutter in system dirs, mean that in practice right now
9685@c only current dir is used. FFish says maybe a special GDB hierarchy
9686@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9687@c files.
9688
9689@kindex core
9690@kindex core-file
9691@item core-file @r{[} @var{filename} @r{]}
9692Specify the whereabouts of a core dump file to be used as the ``contents
9693of memory''. Traditionally, core files contain only some parts of the
9694address space of the process that generated them; @value{GDBN} can access the
9695executable file itself for other parts.
9696
9697@code{core-file} with no argument specifies that no core file is
9698to be used.
9699
9700Note that the core file is ignored when your program is actually running
7a292a7a
SS
9701under @value{GDBN}. So, if you have been running your program and you
9702wish to debug a core file instead, you must kill the subprocess in which
9703the program is running. To do this, use the @code{kill} command
c906108c 9704(@pxref{Kill Process, ,Killing the child process}).
c906108c 9705
c906108c
SS
9706@kindex add-symbol-file
9707@cindex dynamic linking
9708@item add-symbol-file @var{filename} @var{address}
9709@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9710@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9711The @code{add-symbol-file} command reads additional symbol table
9712information from the file @var{filename}. You would use this command
9713when @var{filename} has been dynamically loaded (by some other means)
9714into the program that is running. @var{address} should be the memory
9715address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9716this out for itself. You can additionally specify an arbitrary number
9717of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9718section name and base address for that section. You can specify any
9719@var{address} as an expression.
c906108c
SS
9720
9721The symbol table of the file @var{filename} is added to the symbol table
9722originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9723@code{add-symbol-file} command any number of times; the new symbol data
9724thus read keeps adding to the old. To discard all old symbol data
9725instead, use the @code{symbol-file} command without any arguments.
c906108c 9726
17d9d558
JB
9727@cindex relocatable object files, reading symbols from
9728@cindex object files, relocatable, reading symbols from
9729@cindex reading symbols from relocatable object files
9730@cindex symbols, reading from relocatable object files
9731@cindex @file{.o} files, reading symbols from
9732Although @var{filename} is typically a shared library file, an
9733executable file, or some other object file which has been fully
9734relocated for loading into a process, you can also load symbolic
9735information from relocatable @file{.o} files, as long as:
9736
9737@itemize @bullet
9738@item
9739the file's symbolic information refers only to linker symbols defined in
9740that file, not to symbols defined by other object files,
9741@item
9742every section the file's symbolic information refers to has actually
9743been loaded into the inferior, as it appears in the file, and
9744@item
9745you can determine the address at which every section was loaded, and
9746provide these to the @code{add-symbol-file} command.
9747@end itemize
9748
9749@noindent
9750Some embedded operating systems, like Sun Chorus and VxWorks, can load
9751relocatable files into an already running program; such systems
9752typically make the requirements above easy to meet. However, it's
9753important to recognize that many native systems use complex link
9754procedures (@code{.linkonce} section factoring and C++ constructor table
9755assembly, for example) that make the requirements difficult to meet. In
9756general, one cannot assume that using @code{add-symbol-file} to read a
9757relocatable object file's symbolic information will have the same effect
9758as linking the relocatable object file into the program in the normal
9759way.
9760
c906108c
SS
9761@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9762
9763You can use the @samp{-mapped} and @samp{-readnow} options just as with
9764the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9765table information for @var{filename}.
9766
9767@kindex add-shared-symbol-file
9768@item add-shared-symbol-file
9769The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9770operating system for the Motorola 88k. @value{GDBN} automatically looks for
9771shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9772@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9773
c906108c
SS
9774@kindex section
9775@item section
5d161b24
DB
9776The @code{section} command changes the base address of section SECTION of
9777the exec file to ADDR. This can be used if the exec file does not contain
9778section addresses, (such as in the a.out format), or when the addresses
9779specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9780separately. The @code{info files} command, described below, lists all
9781the sections and their addresses.
c906108c
SS
9782
9783@kindex info files
9784@kindex info target
9785@item info files
9786@itemx info target
7a292a7a
SS
9787@code{info files} and @code{info target} are synonymous; both print the
9788current target (@pxref{Targets, ,Specifying a Debugging Target}),
9789including the names of the executable and core dump files currently in
9790use by @value{GDBN}, and the files from which symbols were loaded. The
9791command @code{help target} lists all possible targets rather than
9792current ones.
9793
fe95c787
MS
9794@kindex maint info sections
9795@item maint info sections
9796Another command that can give you extra information about program sections
9797is @code{maint info sections}. In addition to the section information
9798displayed by @code{info files}, this command displays the flags and file
9799offset of each section in the executable and core dump files. In addition,
9800@code{maint info sections} provides the following command options (which
9801may be arbitrarily combined):
9802
9803@table @code
9804@item ALLOBJ
9805Display sections for all loaded object files, including shared libraries.
9806@item @var{sections}
6600abed 9807Display info only for named @var{sections}.
fe95c787
MS
9808@item @var{section-flags}
9809Display info only for sections for which @var{section-flags} are true.
9810The section flags that @value{GDBN} currently knows about are:
9811@table @code
9812@item ALLOC
9813Section will have space allocated in the process when loaded.
9814Set for all sections except those containing debug information.
9815@item LOAD
9816Section will be loaded from the file into the child process memory.
9817Set for pre-initialized code and data, clear for @code{.bss} sections.
9818@item RELOC
9819Section needs to be relocated before loading.
9820@item READONLY
9821Section cannot be modified by the child process.
9822@item CODE
9823Section contains executable code only.
6600abed 9824@item DATA
fe95c787
MS
9825Section contains data only (no executable code).
9826@item ROM
9827Section will reside in ROM.
9828@item CONSTRUCTOR
9829Section contains data for constructor/destructor lists.
9830@item HAS_CONTENTS
9831Section is not empty.
9832@item NEVER_LOAD
9833An instruction to the linker to not output the section.
9834@item COFF_SHARED_LIBRARY
9835A notification to the linker that the section contains
9836COFF shared library information.
9837@item IS_COMMON
9838Section contains common symbols.
9839@end table
9840@end table
6763aef9
MS
9841@kindex set trust-readonly-sections
9842@item set trust-readonly-sections on
9843Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9844really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9845In that case, @value{GDBN} can fetch values from these sections
9846out of the object file, rather than from the target program.
9847For some targets (notably embedded ones), this can be a significant
9848enhancement to debugging performance.
9849
9850The default is off.
9851
9852@item set trust-readonly-sections off
15110bc3 9853Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9854the contents of the section might change while the program is running,
9855and must therefore be fetched from the target when needed.
c906108c
SS
9856@end table
9857
9858All file-specifying commands allow both absolute and relative file names
9859as arguments. @value{GDBN} always converts the file name to an absolute file
9860name and remembers it that way.
9861
c906108c 9862@cindex shared libraries
c906108c
SS
9863@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9864libraries.
53a5351d 9865
c906108c
SS
9866@value{GDBN} automatically loads symbol definitions from shared libraries
9867when you use the @code{run} command, or when you examine a core file.
9868(Before you issue the @code{run} command, @value{GDBN} does not understand
9869references to a function in a shared library, however---unless you are
9870debugging a core file).
53a5351d
JM
9871
9872On HP-UX, if the program loads a library explicitly, @value{GDBN}
9873automatically loads the symbols at the time of the @code{shl_load} call.
9874
c906108c
SS
9875@c FIXME: some @value{GDBN} release may permit some refs to undef
9876@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9877@c FIXME...lib; check this from time to time when updating manual
9878
b7209cb4
FF
9879There are times, however, when you may wish to not automatically load
9880symbol definitions from shared libraries, such as when they are
9881particularly large or there are many of them.
9882
9883To control the automatic loading of shared library symbols, use the
9884commands:
9885
9886@table @code
9887@kindex set auto-solib-add
9888@item set auto-solib-add @var{mode}
9889If @var{mode} is @code{on}, symbols from all shared object libraries
9890will be loaded automatically when the inferior begins execution, you
9891attach to an independently started inferior, or when the dynamic linker
9892informs @value{GDBN} that a new library has been loaded. If @var{mode}
9893is @code{off}, symbols must be loaded manually, using the
9894@code{sharedlibrary} command. The default value is @code{on}.
9895
9896@kindex show auto-solib-add
9897@item show auto-solib-add
9898Display the current autoloading mode.
9899@end table
9900
9901To explicitly load shared library symbols, use the @code{sharedlibrary}
9902command:
9903
c906108c
SS
9904@table @code
9905@kindex info sharedlibrary
9906@kindex info share
9907@item info share
9908@itemx info sharedlibrary
9909Print the names of the shared libraries which are currently loaded.
9910
9911@kindex sharedlibrary
9912@kindex share
9913@item sharedlibrary @var{regex}
9914@itemx share @var{regex}
c906108c
SS
9915Load shared object library symbols for files matching a
9916Unix regular expression.
9917As with files loaded automatically, it only loads shared libraries
9918required by your program for a core file or after typing @code{run}. If
9919@var{regex} is omitted all shared libraries required by your program are
9920loaded.
9921@end table
9922
b7209cb4
FF
9923On some systems, such as HP-UX systems, @value{GDBN} supports
9924autoloading shared library symbols until a limiting threshold size is
9925reached. This provides the benefit of allowing autoloading to remain on
9926by default, but avoids autoloading excessively large shared libraries,
9927up to a threshold that is initially set, but which you can modify if you
9928wish.
c906108c
SS
9929
9930Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
9931loaded. To load these symbols, use the command @code{sharedlibrary
9932@var{filename}}. The base address of the shared library is determined
c906108c
SS
9933automatically by @value{GDBN} and need not be specified.
9934
9935To display or set the threshold, use the commands:
9936
9937@table @code
b7209cb4
FF
9938@kindex set auto-solib-limit
9939@item set auto-solib-limit @var{threshold}
9940Set the autoloading size threshold, in an integral number of megabytes.
9941If @var{threshold} is nonzero and shared library autoloading is enabled,
9942symbols from all shared object libraries will be loaded until the total
9943size of the loaded shared library symbols exceeds this threshold.
c906108c 9944Otherwise, symbols must be loaded manually, using the
6ca652b0 9945@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 9946Mb).
c906108c 9947
b7209cb4
FF
9948@kindex show auto-solib-limit
9949@item show auto-solib-limit
c906108c
SS
9950Display the current autoloading size threshold, in megabytes.
9951@end table
c906108c 9952
f5ebfba0
DJ
9953Shared libraries are also supported in many cross or remote debugging
9954configurations. A copy of the target's libraries need to be present on the
9955host system; they need to be the same as the target libraries, although the
9956copies on the target can be stripped as long as the copies on the host are
9957not.
9958
9959You need to tell @value{GDBN} where the target libraries are, so that it can
9960load the correct copies---otherwise, it may try to load the host's libraries.
9961@value{GDBN} has two variables to specify the search directories for target
9962libraries.
9963
9964@table @code
9965@kindex set solib-absolute-prefix
9966@item set solib-absolute-prefix @var{path}
9967If this variable is set, @var{path} will be used as a prefix for any
9968absolute shared library paths; many runtime loaders store the absolute
9969paths to the shared library in the target program's memory. If you use
9970@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
9971out in the same way that they are on the target, with e.g.@: a
9972@file{/usr/lib} hierarchy under @var{path}.
9973
9974You can set the default value of @samp{solib-absolute-prefix} by using the
9975configure-time @samp{--with-sysroot} option.
9976
9977@kindex show solib-absolute-prefix
9978@item show solib-absolute-prefix
9979Display the current shared library prefix.
9980
9981@kindex set solib-search-path
9982@item set solib-search-path @var{path}
9983If this variable is set, @var{path} is a colon-separated list of directories
9984to search for shared libraries. @samp{solib-search-path} is used after
9985@samp{solib-absolute-prefix} fails to locate the library, or if the path to
9986the library is relative instead of absolute. If you want to use
9987@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
9988set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
9989@value{GDBN} from finding your host's libraries.
9990
9991@kindex show solib-search-path
9992@item show solib-search-path
9993Display the current shared library search path.
9994@end table
9995
5b5d99cf
JB
9996
9997@node Separate Debug Files
9998@section Debugging Information in Separate Files
9999@cindex separate debugging information files
10000@cindex debugging information in separate files
10001@cindex @file{.debug} subdirectories
10002@cindex debugging information directory, global
10003@cindex global debugging information directory
10004
10005@value{GDBN} allows you to put a program's debugging information in a
10006file separate from the executable itself, in a way that allows
10007@value{GDBN} to find and load the debugging information automatically.
10008Since debugging information can be very large --- sometimes larger
10009than the executable code itself --- some systems distribute debugging
10010information for their executables in separate files, which users can
10011install only when they need to debug a problem.
10012
10013If an executable's debugging information has been extracted to a
10014separate file, the executable should contain a @dfn{debug link} giving
10015the name of the debugging information file (with no directory
10016components), and a checksum of its contents. (The exact form of a
10017debug link is described below.) If the full name of the directory
10018containing the executable is @var{execdir}, and the executable has a
10019debug link that specifies the name @var{debugfile}, then @value{GDBN}
10020will automatically search for the debugging information file in three
10021places:
10022
10023@itemize @bullet
10024@item
10025the directory containing the executable file (that is, it will look
10026for a file named @file{@var{execdir}/@var{debugfile}},
10027@item
10028a subdirectory of that directory named @file{.debug} (that is, the
10029file @file{@var{execdir}/.debug/@var{debugfile}}, and
10030@item
10031a subdirectory of the global debug file directory that includes the
10032executable's full path, and the name from the link (that is, the file
10033@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10034@var{globaldebugdir} is the global debug file directory, and
10035@var{execdir} has been turned into a relative path).
10036@end itemize
10037@noindent
10038@value{GDBN} checks under each of these names for a debugging
10039information file whose checksum matches that given in the link, and
10040reads the debugging information from the first one it finds.
10041
10042So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10043which has a link containing the name @file{ls.debug}, and the global
10044debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10045for debug information in @file{/usr/bin/ls.debug},
10046@file{/usr/bin/.debug/ls.debug}, and
10047@file{/usr/lib/debug/usr/bin/ls.debug}.
10048
10049You can set the global debugging info directory's name, and view the
10050name @value{GDBN} is currently using.
10051
10052@table @code
10053
10054@kindex set debug-file-directory
10055@item set debug-file-directory @var{directory}
10056Set the directory which @value{GDBN} searches for separate debugging
10057information files to @var{directory}.
10058
10059@kindex show debug-file-directory
10060@item show debug-file-directory
10061Show the directory @value{GDBN} searches for separate debugging
10062information files.
10063
10064@end table
10065
10066@cindex @code{.gnu_debuglink} sections
10067@cindex debug links
10068A debug link is a special section of the executable file named
10069@code{.gnu_debuglink}. The section must contain:
10070
10071@itemize
10072@item
10073A filename, with any leading directory components removed, followed by
10074a zero byte,
10075@item
10076zero to three bytes of padding, as needed to reach the next four-byte
10077boundary within the section, and
10078@item
10079a four-byte CRC checksum, stored in the same endianness used for the
10080executable file itself. The checksum is computed on the debugging
10081information file's full contents by the function given below, passing
10082zero as the @var{crc} argument.
10083@end itemize
10084
10085Any executable file format can carry a debug link, as long as it can
10086contain a section named @code{.gnu_debuglink} with the contents
10087described above.
10088
10089The debugging information file itself should be an ordinary
10090executable, containing a full set of linker symbols, sections, and
10091debugging information. The sections of the debugging information file
10092should have the same names, addresses and sizes as the original file,
10093but they need not contain any data --- much like a @code{.bss} section
10094in an ordinary executable.
10095
10096As of December 2002, there is no standard GNU utility to produce
10097separated executable / debugging information file pairs. Ulrich
10098Drepper's @file{elfutils} package, starting with version 0.53,
10099contains a version of the @code{strip} command such that the command
10100@kbd{strip foo -f foo.debug} removes the debugging information from
10101the executable file @file{foo}, places it in the file
10102@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10103
10104Since there are many different ways to compute CRC's (different
10105polynomials, reversals, byte ordering, etc.), the simplest way to
10106describe the CRC used in @code{.gnu_debuglink} sections is to give the
10107complete code for a function that computes it:
10108
10109@kindex @code{gnu_debuglink_crc32}
10110@smallexample
10111unsigned long
10112gnu_debuglink_crc32 (unsigned long crc,
10113 unsigned char *buf, size_t len)
10114@{
10115 static const unsigned long crc32_table[256] =
10116 @{
10117 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10118 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10119 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10120 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10121 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10122 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10123 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10124 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10125 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10126 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10127 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10128 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10129 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10130 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10131 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10132 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10133 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10134 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10135 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10136 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10137 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10138 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10139 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10140 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10141 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10142 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10143 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10144 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10145 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10146 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10147 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10148 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10149 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10150 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10151 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10152 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10153 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10154 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10155 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10156 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10157 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10158 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10159 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10160 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10161 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10162 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10163 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10164 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10165 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10166 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10167 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10168 0x2d02ef8d
10169 @};
10170 unsigned char *end;
10171
10172 crc = ~crc & 0xffffffff;
10173 for (end = buf + len; buf < end; ++buf)
10174 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10175 return ~crc & 0xffffffff;
5b5d99cf
JB
10176@}
10177@end smallexample
10178
10179
6d2ebf8b 10180@node Symbol Errors
c906108c
SS
10181@section Errors reading symbol files
10182
10183While reading a symbol file, @value{GDBN} occasionally encounters problems,
10184such as symbol types it does not recognize, or known bugs in compiler
10185output. By default, @value{GDBN} does not notify you of such problems, since
10186they are relatively common and primarily of interest to people
10187debugging compilers. If you are interested in seeing information
10188about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10189only one message about each such type of problem, no matter how many
10190times the problem occurs; or you can ask @value{GDBN} to print more messages,
10191to see how many times the problems occur, with the @code{set
10192complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10193messages}).
10194
10195The messages currently printed, and their meanings, include:
10196
10197@table @code
10198@item inner block not inside outer block in @var{symbol}
10199
10200The symbol information shows where symbol scopes begin and end
10201(such as at the start of a function or a block of statements). This
10202error indicates that an inner scope block is not fully contained
10203in its outer scope blocks.
10204
10205@value{GDBN} circumvents the problem by treating the inner block as if it had
10206the same scope as the outer block. In the error message, @var{symbol}
10207may be shown as ``@code{(don't know)}'' if the outer block is not a
10208function.
10209
10210@item block at @var{address} out of order
10211
10212The symbol information for symbol scope blocks should occur in
10213order of increasing addresses. This error indicates that it does not
10214do so.
10215
10216@value{GDBN} does not circumvent this problem, and has trouble
10217locating symbols in the source file whose symbols it is reading. (You
10218can often determine what source file is affected by specifying
10219@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10220messages}.)
10221
10222@item bad block start address patched
10223
10224The symbol information for a symbol scope block has a start address
10225smaller than the address of the preceding source line. This is known
10226to occur in the SunOS 4.1.1 (and earlier) C compiler.
10227
10228@value{GDBN} circumvents the problem by treating the symbol scope block as
10229starting on the previous source line.
10230
10231@item bad string table offset in symbol @var{n}
10232
10233@cindex foo
10234Symbol number @var{n} contains a pointer into the string table which is
10235larger than the size of the string table.
10236
10237@value{GDBN} circumvents the problem by considering the symbol to have the
10238name @code{foo}, which may cause other problems if many symbols end up
10239with this name.
10240
10241@item unknown symbol type @code{0x@var{nn}}
10242
7a292a7a
SS
10243The symbol information contains new data types that @value{GDBN} does
10244not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10245uncomprehended information, in hexadecimal.
c906108c 10246
7a292a7a
SS
10247@value{GDBN} circumvents the error by ignoring this symbol information.
10248This usually allows you to debug your program, though certain symbols
c906108c 10249are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10250debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10251on @code{complain}, then go up to the function @code{read_dbx_symtab}
10252and examine @code{*bufp} to see the symbol.
c906108c
SS
10253
10254@item stub type has NULL name
c906108c 10255
7a292a7a 10256@value{GDBN} could not find the full definition for a struct or class.
c906108c 10257
7a292a7a 10258@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10259The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10260information that recent versions of the compiler should have output for
10261it.
c906108c
SS
10262
10263@item info mismatch between compiler and debugger
10264
10265@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10266
c906108c
SS
10267@end table
10268
6d2ebf8b 10269@node Targets
c906108c 10270@chapter Specifying a Debugging Target
7a292a7a 10271
c906108c
SS
10272@cindex debugging target
10273@kindex target
10274
10275A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10276
10277Often, @value{GDBN} runs in the same host environment as your program;
10278in that case, the debugging target is specified as a side effect when
10279you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10280flexibility---for example, running @value{GDBN} on a physically separate
10281host, or controlling a standalone system over a serial port or a
53a5351d
JM
10282realtime system over a TCP/IP connection---you can use the @code{target}
10283command to specify one of the target types configured for @value{GDBN}
10284(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10285
10286@menu
10287* Active Targets:: Active targets
10288* Target Commands:: Commands for managing targets
c906108c
SS
10289* Byte Order:: Choosing target byte order
10290* Remote:: Remote debugging
96baa820 10291* KOD:: Kernel Object Display
c906108c
SS
10292
10293@end menu
10294
6d2ebf8b 10295@node Active Targets
c906108c 10296@section Active targets
7a292a7a 10297
c906108c
SS
10298@cindex stacking targets
10299@cindex active targets
10300@cindex multiple targets
10301
c906108c 10302There are three classes of targets: processes, core files, and
7a292a7a
SS
10303executable files. @value{GDBN} can work concurrently on up to three
10304active targets, one in each class. This allows you to (for example)
10305start a process and inspect its activity without abandoning your work on
10306a core file.
c906108c
SS
10307
10308For example, if you execute @samp{gdb a.out}, then the executable file
10309@code{a.out} is the only active target. If you designate a core file as
10310well---presumably from a prior run that crashed and coredumped---then
10311@value{GDBN} has two active targets and uses them in tandem, looking
10312first in the corefile target, then in the executable file, to satisfy
10313requests for memory addresses. (Typically, these two classes of target
10314are complementary, since core files contain only a program's
10315read-write memory---variables and so on---plus machine status, while
10316executable files contain only the program text and initialized data.)
c906108c
SS
10317
10318When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10319target as well. When a process target is active, all @value{GDBN}
10320commands requesting memory addresses refer to that target; addresses in
10321an active core file or executable file target are obscured while the
10322process target is active.
c906108c 10323
7a292a7a
SS
10324Use the @code{core-file} and @code{exec-file} commands to select a new
10325core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10326files}). To specify as a target a process that is already running, use
7a292a7a
SS
10327the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10328process}).
c906108c 10329
6d2ebf8b 10330@node Target Commands
c906108c
SS
10331@section Commands for managing targets
10332
10333@table @code
10334@item target @var{type} @var{parameters}
7a292a7a
SS
10335Connects the @value{GDBN} host environment to a target machine or
10336process. A target is typically a protocol for talking to debugging
10337facilities. You use the argument @var{type} to specify the type or
10338protocol of the target machine.
c906108c
SS
10339
10340Further @var{parameters} are interpreted by the target protocol, but
10341typically include things like device names or host names to connect
10342with, process numbers, and baud rates.
c906108c
SS
10343
10344The @code{target} command does not repeat if you press @key{RET} again
10345after executing the command.
10346
10347@kindex help target
10348@item help target
10349Displays the names of all targets available. To display targets
10350currently selected, use either @code{info target} or @code{info files}
10351(@pxref{Files, ,Commands to specify files}).
10352
10353@item help target @var{name}
10354Describe a particular target, including any parameters necessary to
10355select it.
10356
10357@kindex set gnutarget
10358@item set gnutarget @var{args}
5d161b24 10359@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10360knows whether it is reading an @dfn{executable},
5d161b24
DB
10361a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10362with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10363with @code{gnutarget} the @code{target} refers to a program, not a machine.
10364
d4f3574e 10365@quotation
c906108c
SS
10366@emph{Warning:} To specify a file format with @code{set gnutarget},
10367you must know the actual BFD name.
d4f3574e 10368@end quotation
c906108c 10369
d4f3574e
SS
10370@noindent
10371@xref{Files, , Commands to specify files}.
c906108c 10372
5d161b24 10373@kindex show gnutarget
c906108c
SS
10374@item show gnutarget
10375Use the @code{show gnutarget} command to display what file format
10376@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10377@value{GDBN} will determine the file format for each file automatically,
10378and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10379@end table
10380
c906108c
SS
10381Here are some common targets (available, or not, depending on the GDB
10382configuration):
c906108c
SS
10383
10384@table @code
10385@kindex target exec
10386@item target exec @var{program}
10387An executable file. @samp{target exec @var{program}} is the same as
10388@samp{exec-file @var{program}}.
10389
c906108c
SS
10390@kindex target core
10391@item target core @var{filename}
10392A core dump file. @samp{target core @var{filename}} is the same as
10393@samp{core-file @var{filename}}.
c906108c
SS
10394
10395@kindex target remote
10396@item target remote @var{dev}
10397Remote serial target in GDB-specific protocol. The argument @var{dev}
10398specifies what serial device to use for the connection (e.g.
10399@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10400supports the @code{load} command. This is only useful if you have
c906108c
SS
10401some other way of getting the stub to the target system, and you can put
10402it somewhere in memory where it won't get clobbered by the download.
10403
c906108c
SS
10404@kindex target sim
10405@item target sim
2df3850c 10406Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10407In general,
474c8240 10408@smallexample
104c1213
JM
10409 target sim
10410 load
10411 run
474c8240 10412@end smallexample
d4f3574e 10413@noindent
104c1213 10414works; however, you cannot assume that a specific memory map, device
d4f3574e 10415drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10416provide these. For info about any processor-specific simulator details,
10417see the appropriate section in @ref{Embedded Processors, ,Embedded
10418Processors}.
10419
c906108c
SS
10420@end table
10421
104c1213 10422Some configurations may include these targets as well:
c906108c
SS
10423
10424@table @code
10425
c906108c
SS
10426@kindex target nrom
10427@item target nrom @var{dev}
10428NetROM ROM emulator. This target only supports downloading.
10429
c906108c
SS
10430@end table
10431
5d161b24 10432Different targets are available on different configurations of @value{GDBN};
c906108c 10433your configuration may have more or fewer targets.
c906108c
SS
10434
10435Many remote targets require you to download the executable's code
10436once you've successfully established a connection.
10437
10438@table @code
10439
10440@kindex load @var{filename}
10441@item load @var{filename}
c906108c
SS
10442Depending on what remote debugging facilities are configured into
10443@value{GDBN}, the @code{load} command may be available. Where it exists, it
10444is meant to make @var{filename} (an executable) available for debugging
10445on the remote system---by downloading, or dynamic linking, for example.
10446@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10447the @code{add-symbol-file} command.
10448
10449If your @value{GDBN} does not have a @code{load} command, attempting to
10450execute it gets the error message ``@code{You can't do that when your
10451target is @dots{}}''
c906108c
SS
10452
10453The file is loaded at whatever address is specified in the executable.
10454For some object file formats, you can specify the load address when you
10455link the program; for other formats, like a.out, the object file format
10456specifies a fixed address.
10457@c FIXME! This would be a good place for an xref to the GNU linker doc.
10458
c906108c
SS
10459@code{load} does not repeat if you press @key{RET} again after using it.
10460@end table
10461
6d2ebf8b 10462@node Byte Order
c906108c 10463@section Choosing target byte order
7a292a7a 10464
c906108c
SS
10465@cindex choosing target byte order
10466@cindex target byte order
c906108c
SS
10467
10468Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10469offer the ability to run either big-endian or little-endian byte
10470orders. Usually the executable or symbol will include a bit to
10471designate the endian-ness, and you will not need to worry about
10472which to use. However, you may still find it useful to adjust
d4f3574e 10473@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10474
10475@table @code
10476@kindex set endian big
10477@item set endian big
10478Instruct @value{GDBN} to assume the target is big-endian.
10479
10480@kindex set endian little
10481@item set endian little
10482Instruct @value{GDBN} to assume the target is little-endian.
10483
10484@kindex set endian auto
10485@item set endian auto
10486Instruct @value{GDBN} to use the byte order associated with the
10487executable.
10488
10489@item show endian
10490Display @value{GDBN}'s current idea of the target byte order.
10491
10492@end table
10493
10494Note that these commands merely adjust interpretation of symbolic
10495data on the host, and that they have absolutely no effect on the
10496target system.
10497
6d2ebf8b 10498@node Remote
c906108c
SS
10499@section Remote debugging
10500@cindex remote debugging
10501
10502If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10503@value{GDBN} in the usual way, it is often useful to use remote debugging.
10504For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10505or on a small system which does not have a general purpose operating system
10506powerful enough to run a full-featured debugger.
10507
10508Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10509to make this work with particular debugging targets. In addition,
5d161b24 10510@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10511but not specific to any particular target system) which you can use if you
10512write the remote stubs---the code that runs on the remote system to
10513communicate with @value{GDBN}.
10514
10515Other remote targets may be available in your
10516configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10517
6f05cf9f
AC
10518@node KOD
10519@section Kernel Object Display
10520
10521@cindex kernel object display
10522@cindex kernel object
10523@cindex KOD
10524
10525Some targets support kernel object display. Using this facility,
10526@value{GDBN} communicates specially with the underlying operating system
10527and can display information about operating system-level objects such as
10528mutexes and other synchronization objects. Exactly which objects can be
10529displayed is determined on a per-OS basis.
10530
10531Use the @code{set os} command to set the operating system. This tells
10532@value{GDBN} which kernel object display module to initialize:
10533
474c8240 10534@smallexample
6f05cf9f 10535(@value{GDBP}) set os cisco
474c8240 10536@end smallexample
6f05cf9f
AC
10537
10538If @code{set os} succeeds, @value{GDBN} will display some information
10539about the operating system, and will create a new @code{info} command
10540which can be used to query the target. The @code{info} command is named
10541after the operating system:
c906108c 10542
474c8240 10543@smallexample
6f05cf9f
AC
10544(@value{GDBP}) info cisco
10545List of Cisco Kernel Objects
10546Object Description
10547any Any and all objects
474c8240 10548@end smallexample
6f05cf9f
AC
10549
10550Further subcommands can be used to query about particular objects known
10551by the kernel.
10552
10553There is currently no way to determine whether a given operating system
10554is supported other than to try it.
10555
10556
10557@node Remote Debugging
10558@chapter Debugging remote programs
10559
6b2f586d 10560@menu
07f31aa6 10561* Connecting:: Connecting to a remote target
6b2f586d
AC
10562* Server:: Using the gdbserver program
10563* NetWare:: Using the gdbserve.nlm program
501eef12 10564* Remote configuration:: Remote configuration
6b2f586d 10565* remote stub:: Implementing a remote stub
6b2f586d
AC
10566@end menu
10567
07f31aa6
DJ
10568@node Connecting
10569@section Connecting to a remote target
10570
10571On the @value{GDBN} host machine, you will need an unstripped copy of
10572your program, since @value{GDBN} needs symobl and debugging information.
10573Start up @value{GDBN} as usual, using the name of the local copy of your
10574program as the first argument.
10575
10576@cindex serial line, @code{target remote}
10577If you're using a serial line, you may want to give @value{GDBN} the
10578@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10579before the @code{target} command.
10580
10581After that, use @code{target remote} to establish communications with
10582the target machine. Its argument specifies how to communicate---either
10583via a devicename attached to a direct serial line, or a TCP or UDP port
10584(possibly to a terminal server which in turn has a serial line to the
10585target). For example, to use a serial line connected to the device
10586named @file{/dev/ttyb}:
10587
10588@smallexample
10589target remote /dev/ttyb
10590@end smallexample
10591
10592@cindex TCP port, @code{target remote}
10593To use a TCP connection, use an argument of the form
10594@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10595For example, to connect to port 2828 on a
10596terminal server named @code{manyfarms}:
10597
10598@smallexample
10599target remote manyfarms:2828
10600@end smallexample
10601
10602If your remote target is actually running on the same machine as
10603your debugger session (e.g.@: a simulator of your target running on
10604the same host), you can omit the hostname. For example, to connect
10605to port 1234 on your local machine:
10606
10607@smallexample
10608target remote :1234
10609@end smallexample
10610@noindent
10611
10612Note that the colon is still required here.
10613
10614@cindex UDP port, @code{target remote}
10615To use a UDP connection, use an argument of the form
10616@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10617on a terminal server named @code{manyfarms}:
10618
10619@smallexample
10620target remote udp:manyfarms:2828
10621@end smallexample
10622
10623When using a UDP connection for remote debugging, you should keep in mind
10624that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10625busy or unreliable networks, which will cause havoc with your debugging
10626session.
10627
10628Now you can use all the usual commands to examine and change data and to
10629step and continue the remote program.
10630
10631@cindex interrupting remote programs
10632@cindex remote programs, interrupting
10633Whenever @value{GDBN} is waiting for the remote program, if you type the
10634interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10635program. This may or may not succeed, depending in part on the hardware
10636and the serial drivers the remote system uses. If you type the
10637interrupt character once again, @value{GDBN} displays this prompt:
10638
10639@smallexample
10640Interrupted while waiting for the program.
10641Give up (and stop debugging it)? (y or n)
10642@end smallexample
10643
10644If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10645(If you decide you want to try again later, you can use @samp{target
10646remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10647goes back to waiting.
10648
10649@table @code
10650@kindex detach (remote)
10651@item detach
10652When you have finished debugging the remote program, you can use the
10653@code{detach} command to release it from @value{GDBN} control.
10654Detaching from the target normally resumes its execution, but the results
10655will depend on your particular remote stub. After the @code{detach}
10656command, @value{GDBN} is free to connect to another target.
10657
10658@kindex disconnect
10659@item disconnect
10660The @code{disconnect} command behaves like @code{detach}, except that
10661the target is generally not resumed. It will wait for @value{GDBN}
10662(this instance or another one) to connect and continue debugging. After
10663the @code{disconnect} command, @value{GDBN} is again free to connect to
10664another target.
10665@end table
10666
6f05cf9f
AC
10667@node Server
10668@section Using the @code{gdbserver} program
10669
10670@kindex gdbserver
10671@cindex remote connection without stubs
10672@code{gdbserver} is a control program for Unix-like systems, which
10673allows you to connect your program with a remote @value{GDBN} via
10674@code{target remote}---but without linking in the usual debugging stub.
10675
10676@code{gdbserver} is not a complete replacement for the debugging stubs,
10677because it requires essentially the same operating-system facilities
10678that @value{GDBN} itself does. In fact, a system that can run
10679@code{gdbserver} to connect to a remote @value{GDBN} could also run
10680@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10681because it is a much smaller program than @value{GDBN} itself. It is
10682also easier to port than all of @value{GDBN}, so you may be able to get
10683started more quickly on a new system by using @code{gdbserver}.
10684Finally, if you develop code for real-time systems, you may find that
10685the tradeoffs involved in real-time operation make it more convenient to
10686do as much development work as possible on another system, for example
10687by cross-compiling. You can use @code{gdbserver} to make a similar
10688choice for debugging.
10689
10690@value{GDBN} and @code{gdbserver} communicate via either a serial line
10691or a TCP connection, using the standard @value{GDBN} remote serial
10692protocol.
10693
10694@table @emph
10695@item On the target machine,
10696you need to have a copy of the program you want to debug.
10697@code{gdbserver} does not need your program's symbol table, so you can
10698strip the program if necessary to save space. @value{GDBN} on the host
10699system does all the symbol handling.
10700
10701To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10702the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10703syntax is:
10704
10705@smallexample
10706target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10707@end smallexample
10708
10709@var{comm} is either a device name (to use a serial line) or a TCP
10710hostname and portnumber. For example, to debug Emacs with the argument
10711@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10712@file{/dev/com1}:
10713
10714@smallexample
10715target> gdbserver /dev/com1 emacs foo.txt
10716@end smallexample
10717
10718@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10719with it.
10720
10721To use a TCP connection instead of a serial line:
10722
10723@smallexample
10724target> gdbserver host:2345 emacs foo.txt
10725@end smallexample
10726
10727The only difference from the previous example is the first argument,
10728specifying that you are communicating with the host @value{GDBN} via
10729TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10730expect a TCP connection from machine @samp{host} to local TCP port 2345.
10731(Currently, the @samp{host} part is ignored.) You can choose any number
10732you want for the port number as long as it does not conflict with any
10733TCP ports already in use on the target system (for example, @code{23} is
10734reserved for @code{telnet}).@footnote{If you choose a port number that
10735conflicts with another service, @code{gdbserver} prints an error message
10736and exits.} You must use the same port number with the host @value{GDBN}
10737@code{target remote} command.
10738
56460a61
DJ
10739On some targets, @code{gdbserver} can also attach to running programs.
10740This is accomplished via the @code{--attach} argument. The syntax is:
10741
10742@smallexample
10743target> gdbserver @var{comm} --attach @var{pid}
10744@end smallexample
10745
10746@var{pid} is the process ID of a currently running process. It isn't necessary
10747to point @code{gdbserver} at a binary for the running process.
10748
b1fe9455
DJ
10749@pindex pidof
10750@cindex attach to a program by name
10751You can debug processes by name instead of process ID if your target has the
10752@code{pidof} utility:
10753
10754@smallexample
10755target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10756@end smallexample
10757
10758In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10759has multiple threads, most versions of @code{pidof} support the
10760@code{-s} option to only return the first process ID.
10761
07f31aa6
DJ
10762@item On the host machine,
10763connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10764For TCP connections, you must start up @code{gdbserver} prior to using
10765the @code{target remote} command. Otherwise you may get an error whose
10766text depends on the host system, but which usually looks something like
07f31aa6
DJ
10767@samp{Connection refused}. You don't need to use the @code{load}
10768command in @value{GDBN} when using gdbserver, since the program is
10769already on the target.
10770
6f05cf9f
AC
10771@end table
10772
10773@node NetWare
10774@section Using the @code{gdbserve.nlm} program
10775
10776@kindex gdbserve.nlm
10777@code{gdbserve.nlm} is a control program for NetWare systems, which
10778allows you to connect your program with a remote @value{GDBN} via
10779@code{target remote}.
10780
10781@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10782using the standard @value{GDBN} remote serial protocol.
10783
10784@table @emph
10785@item On the target machine,
10786you need to have a copy of the program you want to debug.
10787@code{gdbserve.nlm} does not need your program's symbol table, so you
10788can strip the program if necessary to save space. @value{GDBN} on the
10789host system does all the symbol handling.
10790
10791To use the server, you must tell it how to communicate with
10792@value{GDBN}; the name of your program; and the arguments for your
10793program. The syntax is:
10794
10795@smallexample
10796load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10797 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10798@end smallexample
10799
10800@var{board} and @var{port} specify the serial line; @var{baud} specifies
10801the baud rate used by the connection. @var{port} and @var{node} default
10802to 0, @var{baud} defaults to 9600@dmn{bps}.
10803
10804For example, to debug Emacs with the argument @samp{foo.txt}and
10805communicate with @value{GDBN} over serial port number 2 or board 1
10806using a 19200@dmn{bps} connection:
10807
10808@smallexample
10809load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10810@end smallexample
10811
07f31aa6
DJ
10812@item
10813On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
10814Connecting to a remote target}).
6f05cf9f 10815
6f05cf9f
AC
10816@end table
10817
501eef12
AC
10818@node Remote configuration
10819@section Remote configuration
10820
10821The following configuration options are available when debugging remote
10822programs:
10823
10824@table @code
10825@kindex set remote hardware-watchpoint-limit
10826@kindex set remote hardware-breakpoint-limit
10827@anchor{set remote hardware-watchpoint-limit}
10828@anchor{set remote hardware-breakpoint-limit}
10829@item set remote hardware-watchpoint-limit @var{limit}
10830@itemx set remote hardware-breakpoint-limit @var{limit}
10831Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10832watchpoints. A limit of -1, the default, is treated as unlimited.
10833@end table
10834
6f05cf9f
AC
10835@node remote stub
10836@section Implementing a remote stub
7a292a7a 10837
8e04817f
AC
10838@cindex debugging stub, example
10839@cindex remote stub, example
10840@cindex stub example, remote debugging
10841The stub files provided with @value{GDBN} implement the target side of the
10842communication protocol, and the @value{GDBN} side is implemented in the
10843@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10844these subroutines to communicate, and ignore the details. (If you're
10845implementing your own stub file, you can still ignore the details: start
10846with one of the existing stub files. @file{sparc-stub.c} is the best
10847organized, and therefore the easiest to read.)
10848
104c1213
JM
10849@cindex remote serial debugging, overview
10850To debug a program running on another machine (the debugging
10851@dfn{target} machine), you must first arrange for all the usual
10852prerequisites for the program to run by itself. For example, for a C
10853program, you need:
c906108c 10854
104c1213
JM
10855@enumerate
10856@item
10857A startup routine to set up the C runtime environment; these usually
10858have a name like @file{crt0}. The startup routine may be supplied by
10859your hardware supplier, or you may have to write your own.
96baa820 10860
5d161b24 10861@item
d4f3574e 10862A C subroutine library to support your program's
104c1213 10863subroutine calls, notably managing input and output.
96baa820 10864
104c1213
JM
10865@item
10866A way of getting your program to the other machine---for example, a
10867download program. These are often supplied by the hardware
10868manufacturer, but you may have to write your own from hardware
10869documentation.
10870@end enumerate
96baa820 10871
104c1213
JM
10872The next step is to arrange for your program to use a serial port to
10873communicate with the machine where @value{GDBN} is running (the @dfn{host}
10874machine). In general terms, the scheme looks like this:
96baa820 10875
104c1213
JM
10876@table @emph
10877@item On the host,
10878@value{GDBN} already understands how to use this protocol; when everything
10879else is set up, you can simply use the @samp{target remote} command
10880(@pxref{Targets,,Specifying a Debugging Target}).
10881
10882@item On the target,
10883you must link with your program a few special-purpose subroutines that
10884implement the @value{GDBN} remote serial protocol. The file containing these
10885subroutines is called a @dfn{debugging stub}.
10886
10887On certain remote targets, you can use an auxiliary program
10888@code{gdbserver} instead of linking a stub into your program.
10889@xref{Server,,Using the @code{gdbserver} program}, for details.
10890@end table
96baa820 10891
104c1213
JM
10892The debugging stub is specific to the architecture of the remote
10893machine; for example, use @file{sparc-stub.c} to debug programs on
10894@sc{sparc} boards.
96baa820 10895
104c1213
JM
10896@cindex remote serial stub list
10897These working remote stubs are distributed with @value{GDBN}:
96baa820 10898
104c1213
JM
10899@table @code
10900
10901@item i386-stub.c
41afff9a 10902@cindex @file{i386-stub.c}
104c1213
JM
10903@cindex Intel
10904@cindex i386
10905For Intel 386 and compatible architectures.
10906
10907@item m68k-stub.c
41afff9a 10908@cindex @file{m68k-stub.c}
104c1213
JM
10909@cindex Motorola 680x0
10910@cindex m680x0
10911For Motorola 680x0 architectures.
10912
10913@item sh-stub.c
41afff9a 10914@cindex @file{sh-stub.c}
104c1213
JM
10915@cindex Hitachi
10916@cindex SH
10917For Hitachi SH architectures.
10918
10919@item sparc-stub.c
41afff9a 10920@cindex @file{sparc-stub.c}
104c1213
JM
10921@cindex Sparc
10922For @sc{sparc} architectures.
10923
10924@item sparcl-stub.c
41afff9a 10925@cindex @file{sparcl-stub.c}
104c1213
JM
10926@cindex Fujitsu
10927@cindex SparcLite
10928For Fujitsu @sc{sparclite} architectures.
10929
10930@end table
10931
10932The @file{README} file in the @value{GDBN} distribution may list other
10933recently added stubs.
10934
10935@menu
10936* Stub Contents:: What the stub can do for you
10937* Bootstrapping:: What you must do for the stub
10938* Debug Session:: Putting it all together
104c1213
JM
10939@end menu
10940
6d2ebf8b 10941@node Stub Contents
6f05cf9f 10942@subsection What the stub can do for you
104c1213
JM
10943
10944@cindex remote serial stub
10945The debugging stub for your architecture supplies these three
10946subroutines:
10947
10948@table @code
10949@item set_debug_traps
10950@kindex set_debug_traps
10951@cindex remote serial stub, initialization
10952This routine arranges for @code{handle_exception} to run when your
10953program stops. You must call this subroutine explicitly near the
10954beginning of your program.
10955
10956@item handle_exception
10957@kindex handle_exception
10958@cindex remote serial stub, main routine
10959This is the central workhorse, but your program never calls it
10960explicitly---the setup code arranges for @code{handle_exception} to
10961run when a trap is triggered.
10962
10963@code{handle_exception} takes control when your program stops during
10964execution (for example, on a breakpoint), and mediates communications
10965with @value{GDBN} on the host machine. This is where the communications
10966protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 10967representative on the target machine. It begins by sending summary
104c1213
JM
10968information on the state of your program, then continues to execute,
10969retrieving and transmitting any information @value{GDBN} needs, until you
10970execute a @value{GDBN} command that makes your program resume; at that point,
10971@code{handle_exception} returns control to your own code on the target
5d161b24 10972machine.
104c1213
JM
10973
10974@item breakpoint
10975@cindex @code{breakpoint} subroutine, remote
10976Use this auxiliary subroutine to make your program contain a
10977breakpoint. Depending on the particular situation, this may be the only
10978way for @value{GDBN} to get control. For instance, if your target
10979machine has some sort of interrupt button, you won't need to call this;
10980pressing the interrupt button transfers control to
10981@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10982simply receiving characters on the serial port may also trigger a trap;
10983again, in that situation, you don't need to call @code{breakpoint} from
10984your own program---simply running @samp{target remote} from the host
5d161b24 10985@value{GDBN} session gets control.
104c1213
JM
10986
10987Call @code{breakpoint} if none of these is true, or if you simply want
10988to make certain your program stops at a predetermined point for the
10989start of your debugging session.
10990@end table
10991
6d2ebf8b 10992@node Bootstrapping
6f05cf9f 10993@subsection What you must do for the stub
104c1213
JM
10994
10995@cindex remote stub, support routines
10996The debugging stubs that come with @value{GDBN} are set up for a particular
10997chip architecture, but they have no information about the rest of your
10998debugging target machine.
10999
11000First of all you need to tell the stub how to communicate with the
11001serial port.
11002
11003@table @code
11004@item int getDebugChar()
11005@kindex getDebugChar
11006Write this subroutine to read a single character from the serial port.
11007It may be identical to @code{getchar} for your target system; a
11008different name is used to allow you to distinguish the two if you wish.
11009
11010@item void putDebugChar(int)
11011@kindex putDebugChar
11012Write this subroutine to write a single character to the serial port.
5d161b24 11013It may be identical to @code{putchar} for your target system; a
104c1213
JM
11014different name is used to allow you to distinguish the two if you wish.
11015@end table
11016
11017@cindex control C, and remote debugging
11018@cindex interrupting remote targets
11019If you want @value{GDBN} to be able to stop your program while it is
11020running, you need to use an interrupt-driven serial driver, and arrange
11021for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11022character). That is the character which @value{GDBN} uses to tell the
11023remote system to stop.
11024
11025Getting the debugging target to return the proper status to @value{GDBN}
11026probably requires changes to the standard stub; one quick and dirty way
11027is to just execute a breakpoint instruction (the ``dirty'' part is that
11028@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11029
11030Other routines you need to supply are:
11031
11032@table @code
11033@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11034@kindex exceptionHandler
11035Write this function to install @var{exception_address} in the exception
11036handling tables. You need to do this because the stub does not have any
11037way of knowing what the exception handling tables on your target system
11038are like (for example, the processor's table might be in @sc{rom},
11039containing entries which point to a table in @sc{ram}).
11040@var{exception_number} is the exception number which should be changed;
11041its meaning is architecture-dependent (for example, different numbers
11042might represent divide by zero, misaligned access, etc). When this
11043exception occurs, control should be transferred directly to
11044@var{exception_address}, and the processor state (stack, registers,
11045and so on) should be just as it is when a processor exception occurs. So if
11046you want to use a jump instruction to reach @var{exception_address}, it
11047should be a simple jump, not a jump to subroutine.
11048
11049For the 386, @var{exception_address} should be installed as an interrupt
11050gate so that interrupts are masked while the handler runs. The gate
11051should be at privilege level 0 (the most privileged level). The
11052@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11053help from @code{exceptionHandler}.
11054
11055@item void flush_i_cache()
11056@kindex flush_i_cache
d4f3574e 11057On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11058instruction cache, if any, on your target machine. If there is no
11059instruction cache, this subroutine may be a no-op.
11060
11061On target machines that have instruction caches, @value{GDBN} requires this
11062function to make certain that the state of your program is stable.
11063@end table
11064
11065@noindent
11066You must also make sure this library routine is available:
11067
11068@table @code
11069@item void *memset(void *, int, int)
11070@kindex memset
11071This is the standard library function @code{memset} that sets an area of
11072memory to a known value. If you have one of the free versions of
11073@code{libc.a}, @code{memset} can be found there; otherwise, you must
11074either obtain it from your hardware manufacturer, or write your own.
11075@end table
11076
11077If you do not use the GNU C compiler, you may need other standard
11078library subroutines as well; this varies from one stub to another,
11079but in general the stubs are likely to use any of the common library
d4f3574e 11080subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11081
11082
6d2ebf8b 11083@node Debug Session
6f05cf9f 11084@subsection Putting it all together
104c1213
JM
11085
11086@cindex remote serial debugging summary
11087In summary, when your program is ready to debug, you must follow these
11088steps.
11089
11090@enumerate
11091@item
6d2ebf8b 11092Make sure you have defined the supporting low-level routines
104c1213
JM
11093(@pxref{Bootstrapping,,What you must do for the stub}):
11094@display
11095@code{getDebugChar}, @code{putDebugChar},
11096@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11097@end display
11098
11099@item
11100Insert these lines near the top of your program:
11101
474c8240 11102@smallexample
104c1213
JM
11103set_debug_traps();
11104breakpoint();
474c8240 11105@end smallexample
104c1213
JM
11106
11107@item
11108For the 680x0 stub only, you need to provide a variable called
11109@code{exceptionHook}. Normally you just use:
11110
474c8240 11111@smallexample
104c1213 11112void (*exceptionHook)() = 0;
474c8240 11113@end smallexample
104c1213 11114
d4f3574e 11115@noindent
104c1213 11116but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11117function in your program, that function is called when
104c1213
JM
11118@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11119error). The function indicated by @code{exceptionHook} is called with
11120one parameter: an @code{int} which is the exception number.
11121
11122@item
11123Compile and link together: your program, the @value{GDBN} debugging stub for
11124your target architecture, and the supporting subroutines.
11125
11126@item
11127Make sure you have a serial connection between your target machine and
11128the @value{GDBN} host, and identify the serial port on the host.
11129
11130@item
11131@c The "remote" target now provides a `load' command, so we should
11132@c document that. FIXME.
11133Download your program to your target machine (or get it there by
11134whatever means the manufacturer provides), and start it.
11135
11136@item
07f31aa6
DJ
11137Start @value{GDBN} on the host, and connect to the target
11138(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11139
104c1213
JM
11140@end enumerate
11141
8e04817f
AC
11142@node Configurations
11143@chapter Configuration-Specific Information
104c1213 11144
8e04817f
AC
11145While nearly all @value{GDBN} commands are available for all native and
11146cross versions of the debugger, there are some exceptions. This chapter
11147describes things that are only available in certain configurations.
104c1213 11148
8e04817f
AC
11149There are three major categories of configurations: native
11150configurations, where the host and target are the same, embedded
11151operating system configurations, which are usually the same for several
11152different processor architectures, and bare embedded processors, which
11153are quite different from each other.
104c1213 11154
8e04817f
AC
11155@menu
11156* Native::
11157* Embedded OS::
11158* Embedded Processors::
11159* Architectures::
11160@end menu
104c1213 11161
8e04817f
AC
11162@node Native
11163@section Native
104c1213 11164
8e04817f
AC
11165This section describes details specific to particular native
11166configurations.
6cf7e474 11167
8e04817f
AC
11168@menu
11169* HP-UX:: HP-UX
11170* SVR4 Process Information:: SVR4 process information
11171* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11172* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11173@end menu
6cf7e474 11174
8e04817f
AC
11175@node HP-UX
11176@subsection HP-UX
104c1213 11177
8e04817f
AC
11178On HP-UX systems, if you refer to a function or variable name that
11179begins with a dollar sign, @value{GDBN} searches for a user or system
11180name first, before it searches for a convenience variable.
104c1213 11181
8e04817f
AC
11182@node SVR4 Process Information
11183@subsection SVR4 process information
104c1213 11184
8e04817f
AC
11185@kindex /proc
11186@cindex process image
104c1213 11187
8e04817f
AC
11188Many versions of SVR4 provide a facility called @samp{/proc} that can be
11189used to examine the image of a running process using file-system
11190subroutines. If @value{GDBN} is configured for an operating system with
11191this facility, the command @code{info proc} is available to report on
11192several kinds of information about the process running your program.
11193@code{info proc} works only on SVR4 systems that include the
11194@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11195and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11196
8e04817f
AC
11197@table @code
11198@kindex info proc
11199@item info proc
11200Summarize available information about the process.
6cf7e474 11201
8e04817f
AC
11202@kindex info proc mappings
11203@item info proc mappings
11204Report on the address ranges accessible in the program, with information
11205on whether your program may read, write, or execute each range.
11206@ignore
11207@comment These sub-options of 'info proc' were not included when
11208@comment procfs.c was re-written. Keep their descriptions around
11209@comment against the day when someone finds the time to put them back in.
11210@kindex info proc times
11211@item info proc times
11212Starting time, user CPU time, and system CPU time for your program and
11213its children.
6cf7e474 11214
8e04817f
AC
11215@kindex info proc id
11216@item info proc id
11217Report on the process IDs related to your program: its own process ID,
11218the ID of its parent, the process group ID, and the session ID.
104c1213 11219
8e04817f
AC
11220@kindex info proc status
11221@item info proc status
11222General information on the state of the process. If the process is
11223stopped, this report includes the reason for stopping, and any signal
11224received.
d4f3574e 11225
8e04817f
AC
11226@item info proc all
11227Show all the above information about the process.
11228@end ignore
11229@end table
104c1213 11230
8e04817f
AC
11231@node DJGPP Native
11232@subsection Features for Debugging @sc{djgpp} Programs
11233@cindex @sc{djgpp} debugging
11234@cindex native @sc{djgpp} debugging
11235@cindex MS-DOS-specific commands
104c1213 11236
8e04817f
AC
11237@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11238MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11239that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11240top of real-mode DOS systems and their emulations.
104c1213 11241
8e04817f
AC
11242@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11243defines a few commands specific to the @sc{djgpp} port. This
11244subsection describes those commands.
104c1213 11245
8e04817f
AC
11246@table @code
11247@kindex info dos
11248@item info dos
11249This is a prefix of @sc{djgpp}-specific commands which print
11250information about the target system and important OS structures.
f1251bdd 11251
8e04817f
AC
11252@kindex sysinfo
11253@cindex MS-DOS system info
11254@cindex free memory information (MS-DOS)
11255@item info dos sysinfo
11256This command displays assorted information about the underlying
11257platform: the CPU type and features, the OS version and flavor, the
11258DPMI version, and the available conventional and DPMI memory.
104c1213 11259
8e04817f
AC
11260@cindex GDT
11261@cindex LDT
11262@cindex IDT
11263@cindex segment descriptor tables
11264@cindex descriptor tables display
11265@item info dos gdt
11266@itemx info dos ldt
11267@itemx info dos idt
11268These 3 commands display entries from, respectively, Global, Local,
11269and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11270tables are data structures which store a descriptor for each segment
11271that is currently in use. The segment's selector is an index into a
11272descriptor table; the table entry for that index holds the
11273descriptor's base address and limit, and its attributes and access
11274rights.
104c1213 11275
8e04817f
AC
11276A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11277segment (used for both data and the stack), and a DOS segment (which
11278allows access to DOS/BIOS data structures and absolute addresses in
11279conventional memory). However, the DPMI host will usually define
11280additional segments in order to support the DPMI environment.
d4f3574e 11281
8e04817f
AC
11282@cindex garbled pointers
11283These commands allow to display entries from the descriptor tables.
11284Without an argument, all entries from the specified table are
11285displayed. An argument, which should be an integer expression, means
11286display a single entry whose index is given by the argument. For
11287example, here's a convenient way to display information about the
11288debugged program's data segment:
104c1213 11289
8e04817f
AC
11290@smallexample
11291@exdent @code{(@value{GDBP}) info dos ldt $ds}
11292@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11293@end smallexample
104c1213 11294
8e04817f
AC
11295@noindent
11296This comes in handy when you want to see whether a pointer is outside
11297the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11298
8e04817f
AC
11299@cindex page tables display (MS-DOS)
11300@item info dos pde
11301@itemx info dos pte
11302These two commands display entries from, respectively, the Page
11303Directory and the Page Tables. Page Directories and Page Tables are
11304data structures which control how virtual memory addresses are mapped
11305into physical addresses. A Page Table includes an entry for every
11306page of memory that is mapped into the program's address space; there
11307may be several Page Tables, each one holding up to 4096 entries. A
11308Page Directory has up to 4096 entries, one each for every Page Table
11309that is currently in use.
104c1213 11310
8e04817f
AC
11311Without an argument, @kbd{info dos pde} displays the entire Page
11312Directory, and @kbd{info dos pte} displays all the entries in all of
11313the Page Tables. An argument, an integer expression, given to the
11314@kbd{info dos pde} command means display only that entry from the Page
11315Directory table. An argument given to the @kbd{info dos pte} command
11316means display entries from a single Page Table, the one pointed to by
11317the specified entry in the Page Directory.
104c1213 11318
8e04817f
AC
11319@cindex direct memory access (DMA) on MS-DOS
11320These commands are useful when your program uses @dfn{DMA} (Direct
11321Memory Access), which needs physical addresses to program the DMA
11322controller.
104c1213 11323
8e04817f 11324These commands are supported only with some DPMI servers.
104c1213 11325
8e04817f
AC
11326@cindex physical address from linear address
11327@item info dos address-pte @var{addr}
11328This command displays the Page Table entry for a specified linear
11329address. The argument linear address @var{addr} should already have the
11330appropriate segment's base address added to it, because this command
11331accepts addresses which may belong to @emph{any} segment. For
11332example, here's how to display the Page Table entry for the page where
11333the variable @code{i} is stored:
104c1213 11334
8e04817f
AC
11335@smallexample
11336@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11337@exdent @code{Page Table entry for address 0x11a00d30:}
11338@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11339@end smallexample
104c1213 11340
8e04817f
AC
11341@noindent
11342This says that @code{i} is stored at offset @code{0xd30} from the page
11343whose physical base address is @code{0x02698000}, and prints all the
11344attributes of that page.
104c1213 11345
8e04817f
AC
11346Note that you must cast the addresses of variables to a @code{char *},
11347since otherwise the value of @code{__djgpp_base_address}, the base
11348address of all variables and functions in a @sc{djgpp} program, will
11349be added using the rules of C pointer arithmetics: if @code{i} is
11350declared an @code{int}, @value{GDBN} will add 4 times the value of
11351@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11352
8e04817f
AC
11353Here's another example, it displays the Page Table entry for the
11354transfer buffer:
104c1213 11355
8e04817f
AC
11356@smallexample
11357@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11358@exdent @code{Page Table entry for address 0x29110:}
11359@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11360@end smallexample
104c1213 11361
8e04817f
AC
11362@noindent
11363(The @code{+ 3} offset is because the transfer buffer's address is the
113643rd member of the @code{_go32_info_block} structure.) The output of
11365this command clearly shows that addresses in conventional memory are
11366mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11367
8e04817f
AC
11368This command is supported only with some DPMI servers.
11369@end table
104c1213 11370
78c47bea
PM
11371@node Cygwin Native
11372@subsection Features for Debugging MS Windows PE executables
11373@cindex MS Windows debugging
11374@cindex native Cygwin debugging
11375@cindex Cygwin-specific commands
11376
be448670
CF
11377@value{GDBN} supports native debugging of MS Windows programs, including
11378DLLs with and without symbolic debugging information. There are various
11379additional Cygwin-specific commands, described in this subsection. The
11380subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11381that have no debugging symbols.
11382
78c47bea
PM
11383
11384@table @code
11385@kindex info w32
11386@item info w32
11387This is a prefix of MS Windows specific commands which print
11388information about the target system and important OS structures.
11389
11390@item info w32 selector
11391This command displays information returned by
11392the Win32 API @code{GetThreadSelectorEntry} function.
11393It takes an optional argument that is evaluated to
11394a long value to give the information about this given selector.
11395Without argument, this command displays information
11396about the the six segment registers.
11397
11398@kindex info dll
11399@item info dll
11400This is a Cygwin specific alias of info shared.
11401
11402@kindex dll-symbols
11403@item dll-symbols
11404This command loads symbols from a dll similarly to
11405add-sym command but without the need to specify a base address.
11406
11407@kindex set new-console
11408@item set new-console @var{mode}
11409If @var{mode} is @code{on} the debuggee will
11410be started in a new console on next start.
11411If @var{mode} is @code{off}i, the debuggee will
11412be started in the same console as the debugger.
11413
11414@kindex show new-console
11415@item show new-console
11416Displays whether a new console is used
11417when the debuggee is started.
11418
11419@kindex set new-group
11420@item set new-group @var{mode}
11421This boolean value controls whether the debuggee should
11422start a new group or stay in the same group as the debugger.
11423This affects the way the Windows OS handles
11424Ctrl-C.
11425
11426@kindex show new-group
11427@item show new-group
11428Displays current value of new-group boolean.
11429
11430@kindex set debugevents
11431@item set debugevents
11432This boolean value adds debug output concerning events seen by the debugger.
11433
11434@kindex set debugexec
11435@item set debugexec
11436This boolean value adds debug output concerning execute events
11437seen by the debugger.
11438
11439@kindex set debugexceptions
11440@item set debugexceptions
11441This boolean value adds debug ouptut concerning exception events
11442seen by the debugger.
11443
11444@kindex set debugmemory
11445@item set debugmemory
11446This boolean value adds debug ouptut concerning memory events
11447seen by the debugger.
11448
11449@kindex set shell
11450@item set shell
11451This boolean values specifies whether the debuggee is called
11452via a shell or directly (default value is on).
11453
11454@kindex show shell
11455@item show shell
11456Displays if the debuggee will be started with a shell.
11457
11458@end table
11459
be448670
CF
11460@menu
11461* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11462@end menu
11463
11464@node Non-debug DLL symbols
11465@subsubsection Support for DLLs without debugging symbols
11466@cindex DLLs with no debugging symbols
11467@cindex Minimal symbols and DLLs
11468
11469Very often on windows, some of the DLLs that your program relies on do
11470not include symbolic debugging information (for example,
11471@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11472symbols in a DLL, it relies on the minimal amount of symbolic
11473information contained in the DLL's export table. This subsubsection
11474describes working with such symbols, known internally to @value{GDBN} as
11475``minimal symbols''.
11476
11477Note that before the debugged program has started execution, no DLLs
11478will have been loaded. The easiest way around this problem is simply to
11479start the program --- either by setting a breakpoint or letting the
11480program run once to completion. It is also possible to force
11481@value{GDBN} to load a particular DLL before starting the executable ---
11482see the shared library information in @pxref{Files} or the
11483@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11484explicitly loading symbols from a DLL with no debugging information will
11485cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11486which may adversely affect symbol lookup performance.
11487
11488@subsubsection DLL name prefixes
11489
11490In keeping with the naming conventions used by the Microsoft debugging
11491tools, DLL export symbols are made available with a prefix based on the
11492DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11493also entered into the symbol table, so @code{CreateFileA} is often
11494sufficient. In some cases there will be name clashes within a program
11495(particularly if the executable itself includes full debugging symbols)
11496necessitating the use of the fully qualified name when referring to the
11497contents of the DLL. Use single-quotes around the name to avoid the
11498exclamation mark (``!'') being interpreted as a language operator.
11499
11500Note that the internal name of the DLL may be all upper-case, even
11501though the file name of the DLL is lower-case, or vice-versa. Since
11502symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11503some confusion. If in doubt, try the @code{info functions} and
11504@code{info variables} commands or even @code{maint print msymbols} (see
11505@pxref{Symbols}). Here's an example:
11506
11507@smallexample
11508(gdb) info function CreateFileA
11509All functions matching regular expression "CreateFileA":
11510
11511Non-debugging symbols:
115120x77e885f4 CreateFileA
115130x77e885f4 KERNEL32!CreateFileA
11514@end smallexample
11515
11516@smallexample
11517(gdb) info function !
11518All functions matching regular expression "!":
11519
11520Non-debugging symbols:
115210x6100114c cygwin1!__assert
115220x61004034 cygwin1!_dll_crt0@@0
115230x61004240 cygwin1!dll_crt0(per_process *)
11524[etc...]
11525@end smallexample
11526
11527@subsubsection Working with minimal symbols
11528
11529Symbols extracted from a DLL's export table do not contain very much
11530type information. All that @value{GDBN} can do is guess whether a symbol
11531refers to a function or variable depending on the linker section that
11532contains the symbol. Also note that the actual contents of the memory
11533contained in a DLL are not available unless the program is running. This
11534means that you cannot examine the contents of a variable or disassemble
11535a function within a DLL without a running program.
11536
11537Variables are generally treated as pointers and dereferenced
11538automatically. For this reason, it is often necessary to prefix a
11539variable name with the address-of operator (``&'') and provide explicit
11540type information in the command. Here's an example of the type of
11541problem:
11542
11543@smallexample
11544(gdb) print 'cygwin1!__argv'
11545$1 = 268572168
11546@end smallexample
11547
11548@smallexample
11549(gdb) x 'cygwin1!__argv'
115500x10021610: "\230y\""
11551@end smallexample
11552
11553And two possible solutions:
11554
11555@smallexample
11556(gdb) print ((char **)'cygwin1!__argv')[0]
11557$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11558@end smallexample
11559
11560@smallexample
11561(gdb) x/2x &'cygwin1!__argv'
115620x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11563(gdb) x/x 0x10021608
115640x10021608: 0x0022fd98
11565(gdb) x/s 0x0022fd98
115660x22fd98: "/cygdrive/c/mydirectory/myprogram"
11567@end smallexample
11568
11569Setting a break point within a DLL is possible even before the program
11570starts execution. However, under these circumstances, @value{GDBN} can't
11571examine the initial instructions of the function in order to skip the
11572function's frame set-up code. You can work around this by using ``*&''
11573to set the breakpoint at a raw memory address:
11574
11575@smallexample
11576(gdb) break *&'python22!PyOS_Readline'
11577Breakpoint 1 at 0x1e04eff0
11578@end smallexample
11579
11580The author of these extensions is not entirely convinced that setting a
11581break point within a shared DLL like @file{kernel32.dll} is completely
11582safe.
11583
8e04817f
AC
11584@node Embedded OS
11585@section Embedded Operating Systems
104c1213 11586
8e04817f
AC
11587This section describes configurations involving the debugging of
11588embedded operating systems that are available for several different
11589architectures.
d4f3574e 11590
8e04817f
AC
11591@menu
11592* VxWorks:: Using @value{GDBN} with VxWorks
11593@end menu
104c1213 11594
8e04817f
AC
11595@value{GDBN} includes the ability to debug programs running on
11596various real-time operating systems.
104c1213 11597
8e04817f
AC
11598@node VxWorks
11599@subsection Using @value{GDBN} with VxWorks
104c1213 11600
8e04817f 11601@cindex VxWorks
104c1213 11602
8e04817f 11603@table @code
104c1213 11604
8e04817f
AC
11605@kindex target vxworks
11606@item target vxworks @var{machinename}
11607A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11608is the target system's machine name or IP address.
104c1213 11609
8e04817f 11610@end table
104c1213 11611
8e04817f
AC
11612On VxWorks, @code{load} links @var{filename} dynamically on the
11613current target system as well as adding its symbols in @value{GDBN}.
104c1213 11614
8e04817f
AC
11615@value{GDBN} enables developers to spawn and debug tasks running on networked
11616VxWorks targets from a Unix host. Already-running tasks spawned from
11617the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11618both the Unix host and on the VxWorks target. The program
11619@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11620installed with the name @code{vxgdb}, to distinguish it from a
11621@value{GDBN} for debugging programs on the host itself.)
104c1213 11622
8e04817f
AC
11623@table @code
11624@item VxWorks-timeout @var{args}
11625@kindex vxworks-timeout
11626All VxWorks-based targets now support the option @code{vxworks-timeout}.
11627This option is set by the user, and @var{args} represents the number of
11628seconds @value{GDBN} waits for responses to rpc's. You might use this if
11629your VxWorks target is a slow software simulator or is on the far side
11630of a thin network line.
11631@end table
104c1213 11632
8e04817f
AC
11633The following information on connecting to VxWorks was current when
11634this manual was produced; newer releases of VxWorks may use revised
11635procedures.
104c1213 11636
8e04817f
AC
11637@kindex INCLUDE_RDB
11638To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11639to include the remote debugging interface routines in the VxWorks
11640library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11641VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11642kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11643source debugging task @code{tRdbTask} when VxWorks is booted. For more
11644information on configuring and remaking VxWorks, see the manufacturer's
11645manual.
11646@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11647
8e04817f
AC
11648Once you have included @file{rdb.a} in your VxWorks system image and set
11649your Unix execution search path to find @value{GDBN}, you are ready to
11650run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11651@code{vxgdb}, depending on your installation).
104c1213 11652
8e04817f 11653@value{GDBN} comes up showing the prompt:
104c1213 11654
474c8240 11655@smallexample
8e04817f 11656(vxgdb)
474c8240 11657@end smallexample
104c1213 11658
8e04817f
AC
11659@menu
11660* VxWorks Connection:: Connecting to VxWorks
11661* VxWorks Download:: VxWorks download
11662* VxWorks Attach:: Running tasks
11663@end menu
104c1213 11664
8e04817f
AC
11665@node VxWorks Connection
11666@subsubsection Connecting to VxWorks
104c1213 11667
8e04817f
AC
11668The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11669network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11670
474c8240 11671@smallexample
8e04817f 11672(vxgdb) target vxworks tt
474c8240 11673@end smallexample
104c1213 11674
8e04817f
AC
11675@need 750
11676@value{GDBN} displays messages like these:
104c1213 11677
8e04817f
AC
11678@smallexample
11679Attaching remote machine across net...
11680Connected to tt.
11681@end smallexample
104c1213 11682
8e04817f
AC
11683@need 1000
11684@value{GDBN} then attempts to read the symbol tables of any object modules
11685loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11686these files by searching the directories listed in the command search
11687path (@pxref{Environment, ,Your program's environment}); if it fails
11688to find an object file, it displays a message such as:
5d161b24 11689
474c8240 11690@smallexample
8e04817f 11691prog.o: No such file or directory.
474c8240 11692@end smallexample
104c1213 11693
8e04817f
AC
11694When this happens, add the appropriate directory to the search path with
11695the @value{GDBN} command @code{path}, and execute the @code{target}
11696command again.
104c1213 11697
8e04817f
AC
11698@node VxWorks Download
11699@subsubsection VxWorks download
104c1213 11700
8e04817f
AC
11701@cindex download to VxWorks
11702If you have connected to the VxWorks target and you want to debug an
11703object that has not yet been loaded, you can use the @value{GDBN}
11704@code{load} command to download a file from Unix to VxWorks
11705incrementally. The object file given as an argument to the @code{load}
11706command is actually opened twice: first by the VxWorks target in order
11707to download the code, then by @value{GDBN} in order to read the symbol
11708table. This can lead to problems if the current working directories on
11709the two systems differ. If both systems have NFS mounted the same
11710filesystems, you can avoid these problems by using absolute paths.
11711Otherwise, it is simplest to set the working directory on both systems
11712to the directory in which the object file resides, and then to reference
11713the file by its name, without any path. For instance, a program
11714@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11715and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11716program, type this on VxWorks:
104c1213 11717
474c8240 11718@smallexample
8e04817f 11719-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11720@end smallexample
104c1213 11721
8e04817f
AC
11722@noindent
11723Then, in @value{GDBN}, type:
104c1213 11724
474c8240 11725@smallexample
8e04817f
AC
11726(vxgdb) cd @var{hostpath}/vw/demo/rdb
11727(vxgdb) load prog.o
474c8240 11728@end smallexample
104c1213 11729
8e04817f 11730@value{GDBN} displays a response similar to this:
104c1213 11731
8e04817f
AC
11732@smallexample
11733Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11734@end smallexample
104c1213 11735
8e04817f
AC
11736You can also use the @code{load} command to reload an object module
11737after editing and recompiling the corresponding source file. Note that
11738this makes @value{GDBN} delete all currently-defined breakpoints,
11739auto-displays, and convenience variables, and to clear the value
11740history. (This is necessary in order to preserve the integrity of
11741debugger's data structures that reference the target system's symbol
11742table.)
104c1213 11743
8e04817f
AC
11744@node VxWorks Attach
11745@subsubsection Running tasks
104c1213
JM
11746
11747@cindex running VxWorks tasks
11748You can also attach to an existing task using the @code{attach} command as
11749follows:
11750
474c8240 11751@smallexample
104c1213 11752(vxgdb) attach @var{task}
474c8240 11753@end smallexample
104c1213
JM
11754
11755@noindent
11756where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11757or suspended when you attach to it. Running tasks are suspended at
11758the time of attachment.
11759
6d2ebf8b 11760@node Embedded Processors
104c1213
JM
11761@section Embedded Processors
11762
11763This section goes into details specific to particular embedded
11764configurations.
11765
7d86b5d5 11766
104c1213 11767@menu
104c1213
JM
11768* ARM:: ARM
11769* H8/300:: Hitachi H8/300
11770* H8/500:: Hitachi H8/500
104c1213
JM
11771* M32R/D:: Mitsubishi M32R/D
11772* M68K:: Motorola M68K
104c1213 11773* MIPS Embedded:: MIPS Embedded
a37295f9 11774* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11775* PA:: HP PA Embedded
11776* PowerPC: PowerPC
11777* SH:: Hitachi SH
11778* Sparclet:: Tsqware Sparclet
11779* Sparclite:: Fujitsu Sparclite
11780* ST2000:: Tandem ST2000
11781* Z8000:: Zilog Z8000
11782@end menu
11783
6d2ebf8b 11784@node ARM
104c1213
JM
11785@subsection ARM
11786
11787@table @code
11788
8e04817f
AC
11789@kindex target rdi
11790@item target rdi @var{dev}
11791ARM Angel monitor, via RDI library interface to ADP protocol. You may
11792use this target to communicate with both boards running the Angel
11793monitor, or with the EmbeddedICE JTAG debug device.
11794
11795@kindex target rdp
11796@item target rdp @var{dev}
11797ARM Demon monitor.
11798
11799@end table
11800
11801@node H8/300
11802@subsection Hitachi H8/300
11803
11804@table @code
11805
11806@kindex target hms@r{, with H8/300}
11807@item target hms @var{dev}
11808A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11809Use special commands @code{device} and @code{speed} to control the serial
11810line and the communications speed used.
11811
11812@kindex target e7000@r{, with H8/300}
11813@item target e7000 @var{dev}
11814E7000 emulator for Hitachi H8 and SH.
11815
11816@kindex target sh3@r{, with H8/300}
11817@kindex target sh3e@r{, with H8/300}
11818@item target sh3 @var{dev}
11819@itemx target sh3e @var{dev}
11820Hitachi SH-3 and SH-3E target systems.
11821
11822@end table
11823
11824@cindex download to H8/300 or H8/500
11825@cindex H8/300 or H8/500 download
11826@cindex download to Hitachi SH
11827@cindex Hitachi SH download
11828When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11829board, the @code{load} command downloads your program to the Hitachi
11830board and also opens it as the current executable target for
11831@value{GDBN} on your host (like the @code{file} command).
11832
11833@value{GDBN} needs to know these things to talk to your
11834Hitachi SH, H8/300, or H8/500:
11835
11836@enumerate
11837@item
11838that you want to use @samp{target hms}, the remote debugging interface
11839for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11840emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11841the default when @value{GDBN} is configured specifically for the Hitachi SH,
11842H8/300, or H8/500.)
11843
11844@item
11845what serial device connects your host to your Hitachi board (the first
11846serial device available on your host is the default).
11847
11848@item
11849what speed to use over the serial device.
11850@end enumerate
11851
11852@menu
11853* Hitachi Boards:: Connecting to Hitachi boards.
11854* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11855* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11856@end menu
11857
11858@node Hitachi Boards
11859@subsubsection Connecting to Hitachi boards
11860
11861@c only for Unix hosts
11862@kindex device
11863@cindex serial device, Hitachi micros
11864Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11865need to explicitly set the serial device. The default @var{port} is the
11866first available port on your host. This is only necessary on Unix
11867hosts, where it is typically something like @file{/dev/ttya}.
11868
11869@kindex speed
11870@cindex serial line speed, Hitachi micros
11871@code{@value{GDBN}} has another special command to set the communications
11872speed: @samp{speed @var{bps}}. This command also is only used from Unix
11873hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11874the DOS @code{mode} command (for instance,
11875@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11876
11877The @samp{device} and @samp{speed} commands are available only when you
11878use a Unix host to debug your Hitachi microprocessor programs. If you
11879use a DOS host,
11880@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11881called @code{asynctsr} to communicate with the development board
11882through a PC serial port. You must also use the DOS @code{mode} command
11883to set up the serial port on the DOS side.
11884
11885The following sample session illustrates the steps needed to start a
11886program under @value{GDBN} control on an H8/300. The example uses a
11887sample H8/300 program called @file{t.x}. The procedure is the same for
11888the Hitachi SH and the H8/500.
11889
11890First hook up your development board. In this example, we use a
11891board attached to serial port @code{COM2}; if you use a different serial
11892port, substitute its name in the argument of the @code{mode} command.
11893When you call @code{asynctsr}, the auxiliary comms program used by the
11894debugger, you give it just the numeric part of the serial port's name;
11895for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11896@code{COM2}.
11897
474c8240 11898@smallexample
8e04817f
AC
11899C:\H8300\TEST> asynctsr 2
11900C:\H8300\TEST> mode com2:9600,n,8,1,p
11901
11902Resident portion of MODE loaded
11903
11904COM2: 9600, n, 8, 1, p
11905
474c8240 11906@end smallexample
8e04817f
AC
11907
11908@quotation
11909@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11910@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11911disable it, or even boot without it, to use @code{asynctsr} to control
11912your development board.
11913@end quotation
11914
11915@kindex target hms@r{, and serial protocol}
11916Now that serial communications are set up, and the development board is
11917connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11918the name of your program as the argument. @code{@value{GDBN}} prompts
11919you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11920commands to begin your debugging session: @samp{target hms} to specify
11921cross-debugging to the Hitachi board, and the @code{load} command to
11922download your program to the board. @code{load} displays the names of
11923the program's sections, and a @samp{*} for each 2K of data downloaded.
11924(If you want to refresh @value{GDBN} data on symbols or on the
11925executable file without downloading, use the @value{GDBN} commands
11926@code{file} or @code{symbol-file}. These commands, and @code{load}
11927itself, are described in @ref{Files,,Commands to specify files}.)
11928
11929@smallexample
11930(eg-C:\H8300\TEST) @value{GDBP} t.x
11931@value{GDBN} is free software and you are welcome to distribute copies
11932 of it under certain conditions; type "show copying" to see
11933 the conditions.
11934There is absolutely no warranty for @value{GDBN}; type "show warranty"
11935for details.
11936@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11937(@value{GDBP}) target hms
11938Connected to remote H8/300 HMS system.
11939(@value{GDBP}) load t.x
11940.text : 0x8000 .. 0xabde ***********
11941.data : 0xabde .. 0xad30 *
11942.stack : 0xf000 .. 0xf014 *
11943@end smallexample
11944
11945At this point, you're ready to run or debug your program. From here on,
11946you can use all the usual @value{GDBN} commands. The @code{break} command
11947sets breakpoints; the @code{run} command starts your program;
11948@code{print} or @code{x} display data; the @code{continue} command
11949resumes execution after stopping at a breakpoint. You can use the
11950@code{help} command at any time to find out more about @value{GDBN} commands.
11951
11952Remember, however, that @emph{operating system} facilities aren't
11953available on your development board; for example, if your program hangs,
11954you can't send an interrupt---but you can press the @sc{reset} switch!
11955
11956Use the @sc{reset} button on the development board
11957@itemize @bullet
11958@item
11959to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11960no way to pass an interrupt signal to the development board); and
11961
11962@item
11963to return to the @value{GDBN} command prompt after your program finishes
11964normally. The communications protocol provides no other way for @value{GDBN}
11965to detect program completion.
11966@end itemize
11967
11968In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11969development board as a ``normal exit'' of your program.
11970
11971@node Hitachi ICE
11972@subsubsection Using the E7000 in-circuit emulator
11973
11974@kindex target e7000@r{, with Hitachi ICE}
11975You can use the E7000 in-circuit emulator to develop code for either the
11976Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11977e7000} command to connect @value{GDBN} to your E7000:
11978
11979@table @code
11980@item target e7000 @var{port} @var{speed}
11981Use this form if your E7000 is connected to a serial port. The
11982@var{port} argument identifies what serial port to use (for example,
11983@samp{com2}). The third argument is the line speed in bits per second
11984(for example, @samp{9600}).
11985
11986@item target e7000 @var{hostname}
11987If your E7000 is installed as a host on a TCP/IP network, you can just
11988specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11989@end table
11990
11991@node Hitachi Special
11992@subsubsection Special @value{GDBN} commands for Hitachi micros
11993
11994Some @value{GDBN} commands are available only for the H8/300:
11995
11996@table @code
11997
11998@kindex set machine
11999@kindex show machine
12000@item set machine h8300
12001@itemx set machine h8300h
12002Condition @value{GDBN} for one of the two variants of the H8/300
12003architecture with @samp{set machine}. You can use @samp{show machine}
12004to check which variant is currently in effect.
104c1213
JM
12005
12006@end table
12007
8e04817f
AC
12008@node H8/500
12009@subsection H8/500
104c1213
JM
12010
12011@table @code
12012
8e04817f
AC
12013@kindex set memory @var{mod}
12014@cindex memory models, H8/500
12015@item set memory @var{mod}
12016@itemx show memory
12017Specify which H8/500 memory model (@var{mod}) you are using with
12018@samp{set memory}; check which memory model is in effect with @samp{show
12019memory}. The accepted values for @var{mod} are @code{small},
12020@code{big}, @code{medium}, and @code{compact}.
104c1213 12021
8e04817f 12022@end table
104c1213 12023
8e04817f
AC
12024@node M32R/D
12025@subsection Mitsubishi M32R/D
12026
12027@table @code
12028
12029@kindex target m32r
12030@item target m32r @var{dev}
12031Mitsubishi M32R/D ROM monitor.
12032
12033@end table
12034
12035@node M68K
12036@subsection M68k
12037
12038The Motorola m68k configuration includes ColdFire support, and
12039target command for the following ROM monitors.
12040
12041@table @code
12042
12043@kindex target abug
12044@item target abug @var{dev}
12045ABug ROM monitor for M68K.
12046
12047@kindex target cpu32bug
12048@item target cpu32bug @var{dev}
12049CPU32BUG monitor, running on a CPU32 (M68K) board.
12050
12051@kindex target dbug
12052@item target dbug @var{dev}
12053dBUG ROM monitor for Motorola ColdFire.
12054
12055@kindex target est
12056@item target est @var{dev}
12057EST-300 ICE monitor, running on a CPU32 (M68K) board.
12058
12059@kindex target rom68k
12060@item target rom68k @var{dev}
12061ROM 68K monitor, running on an M68K IDP board.
12062
12063@end table
12064
8e04817f
AC
12065@table @code
12066
12067@kindex target rombug
12068@item target rombug @var{dev}
12069ROMBUG ROM monitor for OS/9000.
12070
12071@end table
12072
8e04817f
AC
12073@node MIPS Embedded
12074@subsection MIPS Embedded
12075
12076@cindex MIPS boards
12077@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12078MIPS board attached to a serial line. This is available when
12079you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12080
8e04817f
AC
12081@need 1000
12082Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12083
8e04817f
AC
12084@table @code
12085@item target mips @var{port}
12086@kindex target mips @var{port}
12087To run a program on the board, start up @code{@value{GDBP}} with the
12088name of your program as the argument. To connect to the board, use the
12089command @samp{target mips @var{port}}, where @var{port} is the name of
12090the serial port connected to the board. If the program has not already
12091been downloaded to the board, you may use the @code{load} command to
12092download it. You can then use all the usual @value{GDBN} commands.
104c1213 12093
8e04817f
AC
12094For example, this sequence connects to the target board through a serial
12095port, and loads and runs a program called @var{prog} through the
12096debugger:
104c1213 12097
474c8240 12098@smallexample
8e04817f
AC
12099host$ @value{GDBP} @var{prog}
12100@value{GDBN} is free software and @dots{}
12101(@value{GDBP}) target mips /dev/ttyb
12102(@value{GDBP}) load @var{prog}
12103(@value{GDBP}) run
474c8240 12104@end smallexample
104c1213 12105
8e04817f
AC
12106@item target mips @var{hostname}:@var{portnumber}
12107On some @value{GDBN} host configurations, you can specify a TCP
12108connection (for instance, to a serial line managed by a terminal
12109concentrator) instead of a serial port, using the syntax
12110@samp{@var{hostname}:@var{portnumber}}.
104c1213 12111
8e04817f
AC
12112@item target pmon @var{port}
12113@kindex target pmon @var{port}
12114PMON ROM monitor.
104c1213 12115
8e04817f
AC
12116@item target ddb @var{port}
12117@kindex target ddb @var{port}
12118NEC's DDB variant of PMON for Vr4300.
104c1213 12119
8e04817f
AC
12120@item target lsi @var{port}
12121@kindex target lsi @var{port}
12122LSI variant of PMON.
104c1213 12123
8e04817f
AC
12124@kindex target r3900
12125@item target r3900 @var{dev}
12126Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12127
8e04817f
AC
12128@kindex target array
12129@item target array @var{dev}
12130Array Tech LSI33K RAID controller board.
104c1213 12131
8e04817f 12132@end table
104c1213 12133
104c1213 12134
8e04817f
AC
12135@noindent
12136@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12137
8e04817f
AC
12138@table @code
12139@item set processor @var{args}
12140@itemx show processor
12141@kindex set processor @var{args}
12142@kindex show processor
12143Use the @code{set processor} command to set the type of MIPS
12144processor when you want to access processor-type-specific registers.
12145For example, @code{set processor @var{r3041}} tells @value{GDBN}
12146to use the CPU registers appropriate for the 3041 chip.
12147Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12148is using. Use the @code{info reg} command to see what registers
12149@value{GDBN} is using.
104c1213 12150
8e04817f
AC
12151@item set mipsfpu double
12152@itemx set mipsfpu single
12153@itemx set mipsfpu none
12154@itemx show mipsfpu
12155@kindex set mipsfpu
12156@kindex show mipsfpu
12157@cindex MIPS remote floating point
12158@cindex floating point, MIPS remote
12159If your target board does not support the MIPS floating point
12160coprocessor, you should use the command @samp{set mipsfpu none} (if you
12161need this, you may wish to put the command in your @value{GDBN} init
12162file). This tells @value{GDBN} how to find the return value of
12163functions which return floating point values. It also allows
12164@value{GDBN} to avoid saving the floating point registers when calling
12165functions on the board. If you are using a floating point coprocessor
12166with only single precision floating point support, as on the @sc{r4650}
12167processor, use the command @samp{set mipsfpu single}. The default
12168double precision floating point coprocessor may be selected using
12169@samp{set mipsfpu double}.
104c1213 12170
8e04817f
AC
12171In previous versions the only choices were double precision or no
12172floating point, so @samp{set mipsfpu on} will select double precision
12173and @samp{set mipsfpu off} will select no floating point.
104c1213 12174
8e04817f
AC
12175As usual, you can inquire about the @code{mipsfpu} variable with
12176@samp{show mipsfpu}.
104c1213 12177
8e04817f
AC
12178@item set remotedebug @var{n}
12179@itemx show remotedebug
12180@kindex set remotedebug@r{, MIPS protocol}
12181@kindex show remotedebug@r{, MIPS protocol}
12182@cindex @code{remotedebug}, MIPS protocol
12183@cindex MIPS @code{remotedebug} protocol
12184@c FIXME! For this to be useful, you must know something about the MIPS
12185@c FIXME...protocol. Where is it described?
12186You can see some debugging information about communications with the board
12187by setting the @code{remotedebug} variable. If you set it to @code{1} using
12188@samp{set remotedebug 1}, every packet is displayed. If you set it
12189to @code{2}, every character is displayed. You can check the current value
12190at any time with the command @samp{show remotedebug}.
104c1213 12191
8e04817f
AC
12192@item set timeout @var{seconds}
12193@itemx set retransmit-timeout @var{seconds}
12194@itemx show timeout
12195@itemx show retransmit-timeout
12196@cindex @code{timeout}, MIPS protocol
12197@cindex @code{retransmit-timeout}, MIPS protocol
12198@kindex set timeout
12199@kindex show timeout
12200@kindex set retransmit-timeout
12201@kindex show retransmit-timeout
12202You can control the timeout used while waiting for a packet, in the MIPS
12203remote protocol, with the @code{set timeout @var{seconds}} command. The
12204default is 5 seconds. Similarly, you can control the timeout used while
12205waiting for an acknowledgement of a packet with the @code{set
12206retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12207You can inspect both values with @code{show timeout} and @code{show
12208retransmit-timeout}. (These commands are @emph{only} available when
12209@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12210
8e04817f
AC
12211The timeout set by @code{set timeout} does not apply when @value{GDBN}
12212is waiting for your program to stop. In that case, @value{GDBN} waits
12213forever because it has no way of knowing how long the program is going
12214to run before stopping.
12215@end table
104c1213 12216
a37295f9
MM
12217@node OpenRISC 1000
12218@subsection OpenRISC 1000
12219@cindex OpenRISC 1000
12220
12221@cindex or1k boards
12222See OR1k Architecture document (@uref{www.opencores.org}) for more information
12223about platform and commands.
12224
12225@table @code
12226
12227@kindex target jtag
12228@item target jtag jtag://@var{host}:@var{port}
12229
12230Connects to remote JTAG server.
12231JTAG remote server can be either an or1ksim or JTAG server,
12232connected via parallel port to the board.
12233
12234Example: @code{target jtag jtag://localhost:9999}
12235
12236@kindex or1ksim
12237@item or1ksim @var{command}
12238If connected to @code{or1ksim} OpenRISC 1000 Architectural
12239Simulator, proprietary commands can be executed.
12240
12241@kindex info or1k spr
12242@item info or1k spr
12243Displays spr groups.
12244
12245@item info or1k spr @var{group}
12246@itemx info or1k spr @var{groupno}
12247Displays register names in selected group.
12248
12249@item info or1k spr @var{group} @var{register}
12250@itemx info or1k spr @var{register}
12251@itemx info or1k spr @var{groupno} @var{registerno}
12252@itemx info or1k spr @var{registerno}
12253Shows information about specified spr register.
12254
12255@kindex spr
12256@item spr @var{group} @var{register} @var{value}
12257@itemx spr @var{register @var{value}}
12258@itemx spr @var{groupno} @var{registerno @var{value}}
12259@itemx spr @var{registerno @var{value}}
12260Writes @var{value} to specified spr register.
12261@end table
12262
12263Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12264It is very similar to @value{GDBN} trace, except it does not interfere with normal
12265program execution and is thus much faster. Hardware breakpoints/watchpoint
12266triggers can be set using:
12267@table @code
12268@item $LEA/$LDATA
12269Load effective address/data
12270@item $SEA/$SDATA
12271Store effective address/data
12272@item $AEA/$ADATA
12273Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12274@item $FETCH
12275Fetch data
12276@end table
12277
12278When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12279@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12280
12281@code{htrace} commands:
12282@cindex OpenRISC 1000 htrace
12283@table @code
12284@kindex hwatch
12285@item hwatch @var{conditional}
12286Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12287or Data. For example:
12288
12289@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12290
12291@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12292
12293@kindex htrace info
12294@item htrace info
12295Display information about current HW trace configuration.
12296
12297@kindex htrace trigger
12298@item htrace trigger @var{conditional}
12299Set starting criteria for HW trace.
12300
12301@kindex htrace qualifier
12302@item htrace qualifier @var{conditional}
12303Set acquisition qualifier for HW trace.
12304
12305@kindex htrace stop
12306@item htrace stop @var{conditional}
12307Set HW trace stopping criteria.
12308
12309@kindex htrace record
f153cc92 12310@item htrace record [@var{data}]*
a37295f9
MM
12311Selects the data to be recorded, when qualifier is met and HW trace was
12312triggered.
12313
12314@kindex htrace enable
12315@item htrace enable
12316@kindex htrace disable
12317@itemx htrace disable
12318Enables/disables the HW trace.
12319
12320@kindex htrace rewind
f153cc92 12321@item htrace rewind [@var{filename}]
a37295f9
MM
12322Clears currently recorded trace data.
12323
12324If filename is specified, new trace file is made and any newly collected data
12325will be written there.
12326
12327@kindex htrace print
f153cc92 12328@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12329Prints trace buffer, using current record configuration.
12330
12331@kindex htrace mode continuous
12332@item htrace mode continuous
12333Set continuous trace mode.
12334
12335@kindex htrace mode suspend
12336@item htrace mode suspend
12337Set suspend trace mode.
12338
12339@end table
12340
8e04817f
AC
12341@node PowerPC
12342@subsection PowerPC
104c1213
JM
12343
12344@table @code
104c1213 12345
8e04817f
AC
12346@kindex target dink32
12347@item target dink32 @var{dev}
12348DINK32 ROM monitor.
104c1213 12349
8e04817f
AC
12350@kindex target ppcbug
12351@item target ppcbug @var{dev}
12352@kindex target ppcbug1
12353@item target ppcbug1 @var{dev}
12354PPCBUG ROM monitor for PowerPC.
104c1213 12355
8e04817f
AC
12356@kindex target sds
12357@item target sds @var{dev}
12358SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12359
12360@end table
12361
12362@node PA
12363@subsection HP PA Embedded
104c1213
JM
12364
12365@table @code
12366
8e04817f
AC
12367@kindex target op50n
12368@item target op50n @var{dev}
12369OP50N monitor, running on an OKI HPPA board.
12370
12371@kindex target w89k
12372@item target w89k @var{dev}
12373W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12374
12375@end table
12376
8e04817f
AC
12377@node SH
12378@subsection Hitachi SH
104c1213
JM
12379
12380@table @code
12381
8e04817f
AC
12382@kindex target hms@r{, with Hitachi SH}
12383@item target hms @var{dev}
12384A Hitachi SH board attached via serial line to your host. Use special
12385commands @code{device} and @code{speed} to control the serial line and
12386the communications speed used.
104c1213 12387
8e04817f
AC
12388@kindex target e7000@r{, with Hitachi SH}
12389@item target e7000 @var{dev}
12390E7000 emulator for Hitachi SH.
104c1213 12391
8e04817f
AC
12392@kindex target sh3@r{, with SH}
12393@kindex target sh3e@r{, with SH}
12394@item target sh3 @var{dev}
12395@item target sh3e @var{dev}
12396Hitachi SH-3 and SH-3E target systems.
104c1213 12397
8e04817f 12398@end table
104c1213 12399
8e04817f
AC
12400@node Sparclet
12401@subsection Tsqware Sparclet
104c1213 12402
8e04817f
AC
12403@cindex Sparclet
12404
12405@value{GDBN} enables developers to debug tasks running on
12406Sparclet targets from a Unix host.
12407@value{GDBN} uses code that runs on
12408both the Unix host and on the Sparclet target. The program
12409@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12410
8e04817f
AC
12411@table @code
12412@item remotetimeout @var{args}
12413@kindex remotetimeout
12414@value{GDBN} supports the option @code{remotetimeout}.
12415This option is set by the user, and @var{args} represents the number of
12416seconds @value{GDBN} waits for responses.
104c1213
JM
12417@end table
12418
8e04817f
AC
12419@cindex compiling, on Sparclet
12420When compiling for debugging, include the options @samp{-g} to get debug
12421information and @samp{-Ttext} to relocate the program to where you wish to
12422load it on the target. You may also want to add the options @samp{-n} or
12423@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12424
474c8240 12425@smallexample
8e04817f 12426sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12427@end smallexample
104c1213 12428
8e04817f 12429You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12430
474c8240 12431@smallexample
8e04817f 12432sparclet-aout-objdump --headers --syms prog
474c8240 12433@end smallexample
104c1213 12434
8e04817f
AC
12435@cindex running, on Sparclet
12436Once you have set
12437your Unix execution search path to find @value{GDBN}, you are ready to
12438run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12439(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12440
8e04817f
AC
12441@value{GDBN} comes up showing the prompt:
12442
474c8240 12443@smallexample
8e04817f 12444(gdbslet)
474c8240 12445@end smallexample
104c1213
JM
12446
12447@menu
8e04817f
AC
12448* Sparclet File:: Setting the file to debug
12449* Sparclet Connection:: Connecting to Sparclet
12450* Sparclet Download:: Sparclet download
12451* Sparclet Execution:: Running and debugging
104c1213
JM
12452@end menu
12453
8e04817f
AC
12454@node Sparclet File
12455@subsubsection Setting file to debug
104c1213 12456
8e04817f 12457The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12458
474c8240 12459@smallexample
8e04817f 12460(gdbslet) file prog
474c8240 12461@end smallexample
104c1213 12462
8e04817f
AC
12463@need 1000
12464@value{GDBN} then attempts to read the symbol table of @file{prog}.
12465@value{GDBN} locates
12466the file by searching the directories listed in the command search
12467path.
12468If the file was compiled with debug information (option "-g"), source
12469files will be searched as well.
12470@value{GDBN} locates
12471the source files by searching the directories listed in the directory search
12472path (@pxref{Environment, ,Your program's environment}).
12473If it fails
12474to find a file, it displays a message such as:
104c1213 12475
474c8240 12476@smallexample
8e04817f 12477prog: No such file or directory.
474c8240 12478@end smallexample
104c1213 12479
8e04817f
AC
12480When this happens, add the appropriate directories to the search paths with
12481the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12482@code{target} command again.
104c1213 12483
8e04817f
AC
12484@node Sparclet Connection
12485@subsubsection Connecting to Sparclet
104c1213 12486
8e04817f
AC
12487The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12488To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12489
474c8240 12490@smallexample
8e04817f
AC
12491(gdbslet) target sparclet /dev/ttya
12492Remote target sparclet connected to /dev/ttya
12493main () at ../prog.c:3
474c8240 12494@end smallexample
104c1213 12495
8e04817f
AC
12496@need 750
12497@value{GDBN} displays messages like these:
104c1213 12498
474c8240 12499@smallexample
8e04817f 12500Connected to ttya.
474c8240 12501@end smallexample
104c1213 12502
8e04817f
AC
12503@node Sparclet Download
12504@subsubsection Sparclet download
104c1213 12505
8e04817f
AC
12506@cindex download to Sparclet
12507Once connected to the Sparclet target,
12508you can use the @value{GDBN}
12509@code{load} command to download the file from the host to the target.
12510The file name and load offset should be given as arguments to the @code{load}
12511command.
12512Since the file format is aout, the program must be loaded to the starting
12513address. You can use @code{objdump} to find out what this value is. The load
12514offset is an offset which is added to the VMA (virtual memory address)
12515of each of the file's sections.
12516For instance, if the program
12517@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12518and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12519
474c8240 12520@smallexample
8e04817f
AC
12521(gdbslet) load prog 0x12010000
12522Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12523@end smallexample
104c1213 12524
8e04817f
AC
12525If the code is loaded at a different address then what the program was linked
12526to, you may need to use the @code{section} and @code{add-symbol-file} commands
12527to tell @value{GDBN} where to map the symbol table.
12528
12529@node Sparclet Execution
12530@subsubsection Running and debugging
12531
12532@cindex running and debugging Sparclet programs
12533You can now begin debugging the task using @value{GDBN}'s execution control
12534commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12535manual for the list of commands.
12536
474c8240 12537@smallexample
8e04817f
AC
12538(gdbslet) b main
12539Breakpoint 1 at 0x12010000: file prog.c, line 3.
12540(gdbslet) run
12541Starting program: prog
12542Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
125433 char *symarg = 0;
12544(gdbslet) step
125454 char *execarg = "hello!";
12546(gdbslet)
474c8240 12547@end smallexample
8e04817f
AC
12548
12549@node Sparclite
12550@subsection Fujitsu Sparclite
104c1213
JM
12551
12552@table @code
12553
8e04817f
AC
12554@kindex target sparclite
12555@item target sparclite @var{dev}
12556Fujitsu sparclite boards, used only for the purpose of loading.
12557You must use an additional command to debug the program.
12558For example: target remote @var{dev} using @value{GDBN} standard
12559remote protocol.
104c1213
JM
12560
12561@end table
12562
8e04817f
AC
12563@node ST2000
12564@subsection Tandem ST2000
104c1213 12565
8e04817f
AC
12566@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12567STDBUG protocol.
104c1213 12568
8e04817f
AC
12569To connect your ST2000 to the host system, see the manufacturer's
12570manual. Once the ST2000 is physically attached, you can run:
104c1213 12571
474c8240 12572@smallexample
8e04817f 12573target st2000 @var{dev} @var{speed}
474c8240 12574@end smallexample
104c1213 12575
8e04817f
AC
12576@noindent
12577to establish it as your debugging environment. @var{dev} is normally
12578the name of a serial device, such as @file{/dev/ttya}, connected to the
12579ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12580connection (for example, to a serial line attached via a terminal
12581concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12582
8e04817f
AC
12583The @code{load} and @code{attach} commands are @emph{not} defined for
12584this target; you must load your program into the ST2000 as you normally
12585would for standalone operation. @value{GDBN} reads debugging information
12586(such as symbols) from a separate, debugging version of the program
12587available on your host computer.
12588@c FIXME!! This is terribly vague; what little content is here is
12589@c basically hearsay.
104c1213 12590
8e04817f
AC
12591@cindex ST2000 auxiliary commands
12592These auxiliary @value{GDBN} commands are available to help you with the ST2000
12593environment:
104c1213 12594
8e04817f
AC
12595@table @code
12596@item st2000 @var{command}
12597@kindex st2000 @var{cmd}
12598@cindex STDBUG commands (ST2000)
12599@cindex commands to STDBUG (ST2000)
12600Send a @var{command} to the STDBUG monitor. See the manufacturer's
12601manual for available commands.
104c1213 12602
8e04817f
AC
12603@item connect
12604@cindex connect (to STDBUG)
12605Connect the controlling terminal to the STDBUG command monitor. When
12606you are done interacting with STDBUG, typing either of two character
12607sequences gets you back to the @value{GDBN} command prompt:
12608@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12609@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12610@end table
12611
8e04817f
AC
12612@node Z8000
12613@subsection Zilog Z8000
104c1213 12614
8e04817f
AC
12615@cindex Z8000
12616@cindex simulator, Z8000
12617@cindex Zilog Z8000 simulator
104c1213 12618
8e04817f
AC
12619When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12620a Z8000 simulator.
12621
12622For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12623unsegmented variant of the Z8000 architecture) or the Z8001 (the
12624segmented variant). The simulator recognizes which architecture is
12625appropriate by inspecting the object code.
104c1213 12626
8e04817f
AC
12627@table @code
12628@item target sim @var{args}
12629@kindex sim
12630@kindex target sim@r{, with Z8000}
12631Debug programs on a simulated CPU. If the simulator supports setup
12632options, specify them via @var{args}.
104c1213
JM
12633@end table
12634
8e04817f
AC
12635@noindent
12636After specifying this target, you can debug programs for the simulated
12637CPU in the same style as programs for your host computer; use the
12638@code{file} command to load a new program image, the @code{run} command
12639to run your program, and so on.
12640
12641As well as making available all the usual machine registers
12642(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12643additional items of information as specially named registers:
104c1213
JM
12644
12645@table @code
12646
8e04817f
AC
12647@item cycles
12648Counts clock-ticks in the simulator.
104c1213 12649
8e04817f
AC
12650@item insts
12651Counts instructions run in the simulator.
104c1213 12652
8e04817f
AC
12653@item time
12654Execution time in 60ths of a second.
104c1213 12655
8e04817f 12656@end table
104c1213 12657
8e04817f
AC
12658You can refer to these values in @value{GDBN} expressions with the usual
12659conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12660conditional breakpoint that suspends only after at least 5000
12661simulated clock ticks.
104c1213 12662
8e04817f
AC
12663@node Architectures
12664@section Architectures
104c1213 12665
8e04817f
AC
12666This section describes characteristics of architectures that affect
12667all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12668
8e04817f
AC
12669@menu
12670* A29K::
12671* Alpha::
12672* MIPS::
12673@end menu
104c1213 12674
8e04817f
AC
12675@node A29K
12676@subsection A29K
104c1213
JM
12677
12678@table @code
104c1213 12679
8e04817f
AC
12680@kindex set rstack_high_address
12681@cindex AMD 29K register stack
12682@cindex register stack, AMD29K
12683@item set rstack_high_address @var{address}
12684On AMD 29000 family processors, registers are saved in a separate
12685@dfn{register stack}. There is no way for @value{GDBN} to determine the
12686extent of this stack. Normally, @value{GDBN} just assumes that the
12687stack is ``large enough''. This may result in @value{GDBN} referencing
12688memory locations that do not exist. If necessary, you can get around
12689this problem by specifying the ending address of the register stack with
12690the @code{set rstack_high_address} command. The argument should be an
12691address, which you probably want to precede with @samp{0x} to specify in
12692hexadecimal.
104c1213 12693
8e04817f
AC
12694@kindex show rstack_high_address
12695@item show rstack_high_address
12696Display the current limit of the register stack, on AMD 29000 family
12697processors.
104c1213 12698
8e04817f 12699@end table
104c1213 12700
8e04817f
AC
12701@node Alpha
12702@subsection Alpha
104c1213 12703
8e04817f 12704See the following section.
104c1213 12705
8e04817f
AC
12706@node MIPS
12707@subsection MIPS
104c1213 12708
8e04817f
AC
12709@cindex stack on Alpha
12710@cindex stack on MIPS
12711@cindex Alpha stack
12712@cindex MIPS stack
12713Alpha- and MIPS-based computers use an unusual stack frame, which
12714sometimes requires @value{GDBN} to search backward in the object code to
12715find the beginning of a function.
104c1213 12716
8e04817f
AC
12717@cindex response time, MIPS debugging
12718To improve response time (especially for embedded applications, where
12719@value{GDBN} may be restricted to a slow serial line for this search)
12720you may want to limit the size of this search, using one of these
12721commands:
104c1213 12722
8e04817f
AC
12723@table @code
12724@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12725@item set heuristic-fence-post @var{limit}
12726Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12727search for the beginning of a function. A value of @var{0} (the
12728default) means there is no limit. However, except for @var{0}, the
12729larger the limit the more bytes @code{heuristic-fence-post} must search
12730and therefore the longer it takes to run.
104c1213 12731
8e04817f
AC
12732@item show heuristic-fence-post
12733Display the current limit.
12734@end table
104c1213
JM
12735
12736@noindent
8e04817f
AC
12737These commands are available @emph{only} when @value{GDBN} is configured
12738for debugging programs on Alpha or MIPS processors.
104c1213 12739
104c1213 12740
8e04817f
AC
12741@node Controlling GDB
12742@chapter Controlling @value{GDBN}
12743
12744You can alter the way @value{GDBN} interacts with you by using the
12745@code{set} command. For commands controlling how @value{GDBN} displays
12746data, see @ref{Print Settings, ,Print settings}. Other settings are
12747described here.
12748
12749@menu
12750* Prompt:: Prompt
12751* Editing:: Command editing
12752* History:: Command history
12753* Screen Size:: Screen size
12754* Numbers:: Numbers
1e698235 12755* ABI:: Configuring the current ABI
8e04817f
AC
12756* Messages/Warnings:: Optional warnings and messages
12757* Debugging Output:: Optional messages about internal happenings
12758@end menu
12759
12760@node Prompt
12761@section Prompt
104c1213 12762
8e04817f 12763@cindex prompt
104c1213 12764
8e04817f
AC
12765@value{GDBN} indicates its readiness to read a command by printing a string
12766called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12767can change the prompt string with the @code{set prompt} command. For
12768instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12769the prompt in one of the @value{GDBN} sessions so that you can always tell
12770which one you are talking to.
104c1213 12771
8e04817f
AC
12772@emph{Note:} @code{set prompt} does not add a space for you after the
12773prompt you set. This allows you to set a prompt which ends in a space
12774or a prompt that does not.
104c1213 12775
8e04817f
AC
12776@table @code
12777@kindex set prompt
12778@item set prompt @var{newprompt}
12779Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12780
8e04817f
AC
12781@kindex show prompt
12782@item show prompt
12783Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12784@end table
12785
8e04817f
AC
12786@node Editing
12787@section Command editing
12788@cindex readline
12789@cindex command line editing
104c1213 12790
8e04817f
AC
12791@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12792@sc{gnu} library provides consistent behavior for programs which provide a
12793command line interface to the user. Advantages are @sc{gnu} Emacs-style
12794or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12795substitution, and a storage and recall of command history across
12796debugging sessions.
104c1213 12797
8e04817f
AC
12798You may control the behavior of command line editing in @value{GDBN} with the
12799command @code{set}.
104c1213 12800
8e04817f
AC
12801@table @code
12802@kindex set editing
12803@cindex editing
12804@item set editing
12805@itemx set editing on
12806Enable command line editing (enabled by default).
104c1213 12807
8e04817f
AC
12808@item set editing off
12809Disable command line editing.
104c1213 12810
8e04817f
AC
12811@kindex show editing
12812@item show editing
12813Show whether command line editing is enabled.
104c1213
JM
12814@end table
12815
8e04817f
AC
12816@node History
12817@section Command history
12818
12819@value{GDBN} can keep track of the commands you type during your
12820debugging sessions, so that you can be certain of precisely what
12821happened. Use these commands to manage the @value{GDBN} command
12822history facility.
104c1213
JM
12823
12824@table @code
8e04817f
AC
12825@cindex history substitution
12826@cindex history file
12827@kindex set history filename
12828@kindex GDBHISTFILE
12829@item set history filename @var{fname}
12830Set the name of the @value{GDBN} command history file to @var{fname}.
12831This is the file where @value{GDBN} reads an initial command history
12832list, and where it writes the command history from this session when it
12833exits. You can access this list through history expansion or through
12834the history command editing characters listed below. This file defaults
12835to the value of the environment variable @code{GDBHISTFILE}, or to
12836@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12837is not set.
104c1213 12838
8e04817f
AC
12839@cindex history save
12840@kindex set history save
12841@item set history save
12842@itemx set history save on
12843Record command history in a file, whose name may be specified with the
12844@code{set history filename} command. By default, this option is disabled.
104c1213 12845
8e04817f
AC
12846@item set history save off
12847Stop recording command history in a file.
104c1213 12848
8e04817f
AC
12849@cindex history size
12850@kindex set history size
12851@item set history size @var{size}
12852Set the number of commands which @value{GDBN} keeps in its history list.
12853This defaults to the value of the environment variable
12854@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12855@end table
12856
8e04817f
AC
12857@cindex history expansion
12858History expansion assigns special meaning to the character @kbd{!}.
12859@ifset have-readline-appendices
12860@xref{Event Designators}.
12861@end ifset
12862
12863Since @kbd{!} is also the logical not operator in C, history expansion
12864is off by default. If you decide to enable history expansion with the
12865@code{set history expansion on} command, you may sometimes need to
12866follow @kbd{!} (when it is used as logical not, in an expression) with
12867a space or a tab to prevent it from being expanded. The readline
12868history facilities do not attempt substitution on the strings
12869@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12870
12871The commands to control history expansion are:
104c1213
JM
12872
12873@table @code
8e04817f
AC
12874@kindex set history expansion
12875@item set history expansion on
12876@itemx set history expansion
12877Enable history expansion. History expansion is off by default.
104c1213 12878
8e04817f
AC
12879@item set history expansion off
12880Disable history expansion.
104c1213 12881
8e04817f
AC
12882The readline code comes with more complete documentation of
12883editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12884or @code{vi} may wish to read it.
12885@ifset have-readline-appendices
12886@xref{Command Line Editing}.
12887@end ifset
104c1213 12888
8e04817f
AC
12889@c @group
12890@kindex show history
12891@item show history
12892@itemx show history filename
12893@itemx show history save
12894@itemx show history size
12895@itemx show history expansion
12896These commands display the state of the @value{GDBN} history parameters.
12897@code{show history} by itself displays all four states.
12898@c @end group
12899@end table
12900
12901@table @code
12902@kindex shows
12903@item show commands
12904Display the last ten commands in the command history.
104c1213 12905
8e04817f
AC
12906@item show commands @var{n}
12907Print ten commands centered on command number @var{n}.
12908
12909@item show commands +
12910Print ten commands just after the commands last printed.
104c1213
JM
12911@end table
12912
8e04817f
AC
12913@node Screen Size
12914@section Screen size
12915@cindex size of screen
12916@cindex pauses in output
104c1213 12917
8e04817f
AC
12918Certain commands to @value{GDBN} may produce large amounts of
12919information output to the screen. To help you read all of it,
12920@value{GDBN} pauses and asks you for input at the end of each page of
12921output. Type @key{RET} when you want to continue the output, or @kbd{q}
12922to discard the remaining output. Also, the screen width setting
12923determines when to wrap lines of output. Depending on what is being
12924printed, @value{GDBN} tries to break the line at a readable place,
12925rather than simply letting it overflow onto the following line.
12926
12927Normally @value{GDBN} knows the size of the screen from the terminal
12928driver software. For example, on Unix @value{GDBN} uses the termcap data base
12929together with the value of the @code{TERM} environment variable and the
12930@code{stty rows} and @code{stty cols} settings. If this is not correct,
12931you can override it with the @code{set height} and @code{set
12932width} commands:
12933
12934@table @code
12935@kindex set height
12936@kindex set width
12937@kindex show width
12938@kindex show height
12939@item set height @var{lpp}
12940@itemx show height
12941@itemx set width @var{cpl}
12942@itemx show width
12943These @code{set} commands specify a screen height of @var{lpp} lines and
12944a screen width of @var{cpl} characters. The associated @code{show}
12945commands display the current settings.
104c1213 12946
8e04817f
AC
12947If you specify a height of zero lines, @value{GDBN} does not pause during
12948output no matter how long the output is. This is useful if output is to a
12949file or to an editor buffer.
104c1213 12950
8e04817f
AC
12951Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12952from wrapping its output.
104c1213
JM
12953@end table
12954
8e04817f
AC
12955@node Numbers
12956@section Numbers
12957@cindex number representation
12958@cindex entering numbers
104c1213 12959
8e04817f
AC
12960You can always enter numbers in octal, decimal, or hexadecimal in
12961@value{GDBN} by the usual conventions: octal numbers begin with
12962@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12963begin with @samp{0x}. Numbers that begin with none of these are, by
12964default, entered in base 10; likewise, the default display for
12965numbers---when no particular format is specified---is base 10. You can
12966change the default base for both input and output with the @code{set
12967radix} command.
104c1213 12968
8e04817f
AC
12969@table @code
12970@kindex set input-radix
12971@item set input-radix @var{base}
12972Set the default base for numeric input. Supported choices
12973for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12974specified either unambiguously or using the current default radix; for
12975example, any of
104c1213 12976
8e04817f
AC
12977@smallexample
12978set radix 012
12979set radix 10.
12980set radix 0xa
12981@end smallexample
104c1213 12982
8e04817f
AC
12983@noindent
12984sets the base to decimal. On the other hand, @samp{set radix 10}
12985leaves the radix unchanged no matter what it was.
104c1213 12986
8e04817f
AC
12987@kindex set output-radix
12988@item set output-radix @var{base}
12989Set the default base for numeric display. Supported choices
12990for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12991specified either unambiguously or using the current default radix.
104c1213 12992
8e04817f
AC
12993@kindex show input-radix
12994@item show input-radix
12995Display the current default base for numeric input.
104c1213 12996
8e04817f
AC
12997@kindex show output-radix
12998@item show output-radix
12999Display the current default base for numeric display.
13000@end table
104c1213 13001
1e698235
DJ
13002@node ABI
13003@section Configuring the current ABI
13004
13005@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13006application automatically. However, sometimes you need to override its
13007conclusions. Use these commands to manage @value{GDBN}'s view of the
13008current ABI.
13009
98b45e30
DJ
13010@cindex OS ABI
13011@kindex set osabi
b4e9345d 13012@kindex show osabi
98b45e30
DJ
13013
13014One @value{GDBN} configuration can debug binaries for multiple operating
13015system targets, either via remote debugging or native emulation.
13016@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13017but you can override its conclusion using the @code{set osabi} command.
13018One example where this is useful is in debugging of binaries which use
13019an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13020not have the same identifying marks that the standard C library for your
13021platform provides.
13022
13023@table @code
13024@item show osabi
13025Show the OS ABI currently in use.
13026
13027@item set osabi
13028With no argument, show the list of registered available OS ABI's.
13029
13030@item set osabi @var{abi}
13031Set the current OS ABI to @var{abi}.
13032@end table
13033
1e698235
DJ
13034@cindex float promotion
13035@kindex set coerce-float-to-double
13036
13037Generally, the way that an argument of type @code{float} is passed to a
13038function depends on whether the function is prototyped. For a prototyped
13039(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13040according to the architecture's convention for @code{float}. For unprototyped
13041(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13042@code{double} and then passed.
13043
13044Unfortunately, some forms of debug information do not reliably indicate whether
13045a function is prototyped. If @value{GDBN} calls a function that is not marked
13046as prototyped, it consults @kbd{set coerce-float-to-double}.
13047
13048@table @code
13049@item set coerce-float-to-double
13050@itemx set coerce-float-to-double on
13051Arguments of type @code{float} will be promoted to @code{double} when passed
13052to an unprototyped function. This is the default setting.
13053
13054@item set coerce-float-to-double off
13055Arguments of type @code{float} will be passed directly to unprototyped
13056functions.
13057@end table
13058
f1212245
DJ
13059@kindex set cp-abi
13060@kindex show cp-abi
13061@value{GDBN} needs to know the ABI used for your program's C@t{++}
13062objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13063used to build your application. @value{GDBN} only fully supports
13064programs with a single C@t{++} ABI; if your program contains code using
13065multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13066program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13067Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13068before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13069``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13070use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13071``auto''.
13072
13073@table @code
13074@item show cp-abi
13075Show the C@t{++} ABI currently in use.
13076
13077@item set cp-abi
13078With no argument, show the list of supported C@t{++} ABI's.
13079
13080@item set cp-abi @var{abi}
13081@itemx set cp-abi auto
13082Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13083@end table
13084
8e04817f
AC
13085@node Messages/Warnings
13086@section Optional warnings and messages
104c1213 13087
8e04817f
AC
13088By default, @value{GDBN} is silent about its inner workings. If you are
13089running on a slow machine, you may want to use the @code{set verbose}
13090command. This makes @value{GDBN} tell you when it does a lengthy
13091internal operation, so you will not think it has crashed.
104c1213 13092
8e04817f
AC
13093Currently, the messages controlled by @code{set verbose} are those
13094which announce that the symbol table for a source file is being read;
13095see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13096
8e04817f
AC
13097@table @code
13098@kindex set verbose
13099@item set verbose on
13100Enables @value{GDBN} output of certain informational messages.
104c1213 13101
8e04817f
AC
13102@item set verbose off
13103Disables @value{GDBN} output of certain informational messages.
104c1213 13104
8e04817f
AC
13105@kindex show verbose
13106@item show verbose
13107Displays whether @code{set verbose} is on or off.
13108@end table
104c1213 13109
8e04817f
AC
13110By default, if @value{GDBN} encounters bugs in the symbol table of an
13111object file, it is silent; but if you are debugging a compiler, you may
13112find this information useful (@pxref{Symbol Errors, ,Errors reading
13113symbol files}).
104c1213 13114
8e04817f 13115@table @code
104c1213 13116
8e04817f
AC
13117@kindex set complaints
13118@item set complaints @var{limit}
13119Permits @value{GDBN} to output @var{limit} complaints about each type of
13120unusual symbols before becoming silent about the problem. Set
13121@var{limit} to zero to suppress all complaints; set it to a large number
13122to prevent complaints from being suppressed.
104c1213 13123
8e04817f
AC
13124@kindex show complaints
13125@item show complaints
13126Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13127
8e04817f 13128@end table
104c1213 13129
8e04817f
AC
13130By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13131lot of stupid questions to confirm certain commands. For example, if
13132you try to run a program which is already running:
104c1213 13133
474c8240 13134@smallexample
8e04817f
AC
13135(@value{GDBP}) run
13136The program being debugged has been started already.
13137Start it from the beginning? (y or n)
474c8240 13138@end smallexample
104c1213 13139
8e04817f
AC
13140If you are willing to unflinchingly face the consequences of your own
13141commands, you can disable this ``feature'':
104c1213 13142
8e04817f 13143@table @code
104c1213 13144
8e04817f
AC
13145@kindex set confirm
13146@cindex flinching
13147@cindex confirmation
13148@cindex stupid questions
13149@item set confirm off
13150Disables confirmation requests.
104c1213 13151
8e04817f
AC
13152@item set confirm on
13153Enables confirmation requests (the default).
104c1213 13154
8e04817f
AC
13155@kindex show confirm
13156@item show confirm
13157Displays state of confirmation requests.
13158
13159@end table
104c1213 13160
8e04817f
AC
13161@node Debugging Output
13162@section Optional messages about internal happenings
104c1213 13163@table @code
8e04817f
AC
13164@kindex set debug arch
13165@item set debug arch
13166Turns on or off display of gdbarch debugging info. The default is off
13167@kindex show debug arch
13168@item show debug arch
13169Displays the current state of displaying gdbarch debugging info.
13170@kindex set debug event
13171@item set debug event
13172Turns on or off display of @value{GDBN} event debugging info. The
13173default is off.
13174@kindex show debug event
13175@item show debug event
13176Displays the current state of displaying @value{GDBN} event debugging
13177info.
13178@kindex set debug expression
13179@item set debug expression
13180Turns on or off display of @value{GDBN} expression debugging info. The
13181default is off.
13182@kindex show debug expression
13183@item show debug expression
13184Displays the current state of displaying @value{GDBN} expression
13185debugging info.
7453dc06
AC
13186@kindex set debug frame
13187@item set debug frame
13188Turns on or off display of @value{GDBN} frame debugging info. The
13189default is off.
13190@kindex show debug frame
13191@item show debug frame
13192Displays the current state of displaying @value{GDBN} frame debugging
13193info.
8e04817f
AC
13194@kindex set debug overload
13195@item set debug overload
13196Turns on or off display of @value{GDBN} C@t{++} overload debugging
13197info. This includes info such as ranking of functions, etc. The default
13198is off.
13199@kindex show debug overload
13200@item show debug overload
13201Displays the current state of displaying @value{GDBN} C@t{++} overload
13202debugging info.
13203@kindex set debug remote
13204@cindex packets, reporting on stdout
13205@cindex serial connections, debugging
13206@item set debug remote
13207Turns on or off display of reports on all packets sent back and forth across
13208the serial line to the remote machine. The info is printed on the
13209@value{GDBN} standard output stream. The default is off.
13210@kindex show debug remote
13211@item show debug remote
13212Displays the state of display of remote packets.
13213@kindex set debug serial
13214@item set debug serial
13215Turns on or off display of @value{GDBN} serial debugging info. The
13216default is off.
13217@kindex show debug serial
13218@item show debug serial
13219Displays the current state of displaying @value{GDBN} serial debugging
13220info.
13221@kindex set debug target
13222@item set debug target
13223Turns on or off display of @value{GDBN} target debugging info. This info
13224includes what is going on at the target level of GDB, as it happens. The
13225default is off.
13226@kindex show debug target
13227@item show debug target
13228Displays the current state of displaying @value{GDBN} target debugging
13229info.
13230@kindex set debug varobj
13231@item set debug varobj
13232Turns on or off display of @value{GDBN} variable object debugging
13233info. The default is off.
13234@kindex show debug varobj
13235@item show debug varobj
13236Displays the current state of displaying @value{GDBN} variable object
13237debugging info.
13238@end table
104c1213 13239
8e04817f
AC
13240@node Sequences
13241@chapter Canned Sequences of Commands
104c1213 13242
8e04817f
AC
13243Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13244command lists}), @value{GDBN} provides two ways to store sequences of
13245commands for execution as a unit: user-defined commands and command
13246files.
104c1213 13247
8e04817f
AC
13248@menu
13249* Define:: User-defined commands
13250* Hooks:: User-defined command hooks
13251* Command Files:: Command files
13252* Output:: Commands for controlled output
13253@end menu
104c1213 13254
8e04817f
AC
13255@node Define
13256@section User-defined commands
104c1213 13257
8e04817f
AC
13258@cindex user-defined command
13259A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13260which you assign a new name as a command. This is done with the
13261@code{define} command. User commands may accept up to 10 arguments
13262separated by whitespace. Arguments are accessed within the user command
13263via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13264
8e04817f
AC
13265@smallexample
13266define adder
13267 print $arg0 + $arg1 + $arg2
13268@end smallexample
104c1213
JM
13269
13270@noindent
8e04817f 13271To execute the command use:
104c1213 13272
8e04817f
AC
13273@smallexample
13274adder 1 2 3
13275@end smallexample
104c1213 13276
8e04817f
AC
13277@noindent
13278This defines the command @code{adder}, which prints the sum of
13279its three arguments. Note the arguments are text substitutions, so they may
13280reference variables, use complex expressions, or even perform inferior
13281functions calls.
104c1213
JM
13282
13283@table @code
104c1213 13284
8e04817f
AC
13285@kindex define
13286@item define @var{commandname}
13287Define a command named @var{commandname}. If there is already a command
13288by that name, you are asked to confirm that you want to redefine it.
104c1213 13289
8e04817f
AC
13290The definition of the command is made up of other @value{GDBN} command lines,
13291which are given following the @code{define} command. The end of these
13292commands is marked by a line containing @code{end}.
104c1213 13293
8e04817f
AC
13294@kindex if
13295@kindex else
13296@item if
13297Takes a single argument, which is an expression to evaluate.
13298It is followed by a series of commands that are executed
13299only if the expression is true (nonzero).
13300There can then optionally be a line @code{else}, followed
13301by a series of commands that are only executed if the expression
13302was false. The end of the list is marked by a line containing @code{end}.
104c1213 13303
8e04817f
AC
13304@kindex while
13305@item while
13306The syntax is similar to @code{if}: the command takes a single argument,
13307which is an expression to evaluate, and must be followed by the commands to
13308execute, one per line, terminated by an @code{end}.
13309The commands are executed repeatedly as long as the expression
13310evaluates to true.
104c1213 13311
8e04817f
AC
13312@kindex document
13313@item document @var{commandname}
13314Document the user-defined command @var{commandname}, so that it can be
13315accessed by @code{help}. The command @var{commandname} must already be
13316defined. This command reads lines of documentation just as @code{define}
13317reads the lines of the command definition, ending with @code{end}.
13318After the @code{document} command is finished, @code{help} on command
13319@var{commandname} displays the documentation you have written.
104c1213 13320
8e04817f
AC
13321You may use the @code{document} command again to change the
13322documentation of a command. Redefining the command with @code{define}
13323does not change the documentation.
104c1213 13324
8e04817f
AC
13325@kindex help user-defined
13326@item help user-defined
13327List all user-defined commands, with the first line of the documentation
13328(if any) for each.
104c1213 13329
8e04817f
AC
13330@kindex show user
13331@item show user
13332@itemx show user @var{commandname}
13333Display the @value{GDBN} commands used to define @var{commandname} (but
13334not its documentation). If no @var{commandname} is given, display the
13335definitions for all user-defined commands.
104c1213 13336
20f01a46
DH
13337@kindex show max-user-call-depth
13338@kindex set max-user-call-depth
13339@item show max-user-call-depth
5ca0cb28
DH
13340@itemx set max-user-call-depth
13341The value of @code{max-user-call-depth} controls how many recursion
13342levels are allowed in user-defined commands before GDB suspects an
13343infinite recursion and aborts the command.
20f01a46 13344
104c1213
JM
13345@end table
13346
8e04817f
AC
13347When user-defined commands are executed, the
13348commands of the definition are not printed. An error in any command
13349stops execution of the user-defined command.
104c1213 13350
8e04817f
AC
13351If used interactively, commands that would ask for confirmation proceed
13352without asking when used inside a user-defined command. Many @value{GDBN}
13353commands that normally print messages to say what they are doing omit the
13354messages when used in a user-defined command.
104c1213 13355
8e04817f
AC
13356@node Hooks
13357@section User-defined command hooks
13358@cindex command hooks
13359@cindex hooks, for commands
13360@cindex hooks, pre-command
104c1213 13361
8e04817f
AC
13362@kindex hook
13363@kindex hook-
13364You may define @dfn{hooks}, which are a special kind of user-defined
13365command. Whenever you run the command @samp{foo}, if the user-defined
13366command @samp{hook-foo} exists, it is executed (with no arguments)
13367before that command.
104c1213 13368
8e04817f
AC
13369@cindex hooks, post-command
13370@kindex hookpost
13371@kindex hookpost-
13372A hook may also be defined which is run after the command you executed.
13373Whenever you run the command @samp{foo}, if the user-defined command
13374@samp{hookpost-foo} exists, it is executed (with no arguments) after
13375that command. Post-execution hooks may exist simultaneously with
13376pre-execution hooks, for the same command.
104c1213 13377
8e04817f
AC
13378It is valid for a hook to call the command which it hooks. If this
13379occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13380
8e04817f
AC
13381@c It would be nice if hookpost could be passed a parameter indicating
13382@c if the command it hooks executed properly or not. FIXME!
104c1213 13383
8e04817f
AC
13384@kindex stop@r{, a pseudo-command}
13385In addition, a pseudo-command, @samp{stop} exists. Defining
13386(@samp{hook-stop}) makes the associated commands execute every time
13387execution stops in your program: before breakpoint commands are run,
13388displays are printed, or the stack frame is printed.
104c1213 13389
8e04817f
AC
13390For example, to ignore @code{SIGALRM} signals while
13391single-stepping, but treat them normally during normal execution,
13392you could define:
104c1213 13393
474c8240 13394@smallexample
8e04817f
AC
13395define hook-stop
13396handle SIGALRM nopass
13397end
104c1213 13398
8e04817f
AC
13399define hook-run
13400handle SIGALRM pass
13401end
104c1213 13402
8e04817f
AC
13403define hook-continue
13404handle SIGLARM pass
13405end
474c8240 13406@end smallexample
104c1213 13407
8e04817f
AC
13408As a further example, to hook at the begining and end of the @code{echo}
13409command, and to add extra text to the beginning and end of the message,
13410you could define:
104c1213 13411
474c8240 13412@smallexample
8e04817f
AC
13413define hook-echo
13414echo <<<---
13415end
104c1213 13416
8e04817f
AC
13417define hookpost-echo
13418echo --->>>\n
13419end
104c1213 13420
8e04817f
AC
13421(@value{GDBP}) echo Hello World
13422<<<---Hello World--->>>
13423(@value{GDBP})
104c1213 13424
474c8240 13425@end smallexample
104c1213 13426
8e04817f
AC
13427You can define a hook for any single-word command in @value{GDBN}, but
13428not for command aliases; you should define a hook for the basic command
13429name, e.g. @code{backtrace} rather than @code{bt}.
13430@c FIXME! So how does Joe User discover whether a command is an alias
13431@c or not?
13432If an error occurs during the execution of your hook, execution of
13433@value{GDBN} commands stops and @value{GDBN} issues a prompt
13434(before the command that you actually typed had a chance to run).
104c1213 13435
8e04817f
AC
13436If you try to define a hook which does not match any known command, you
13437get a warning from the @code{define} command.
c906108c 13438
8e04817f
AC
13439@node Command Files
13440@section Command files
c906108c 13441
8e04817f
AC
13442@cindex command files
13443A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13444commands. Comments (lines starting with @kbd{#}) may also be included.
13445An empty line in a command file does nothing; it does not mean to repeat
13446the last command, as it would from the terminal.
c906108c 13447
8e04817f
AC
13448@cindex init file
13449@cindex @file{.gdbinit}
13450@cindex @file{gdb.ini}
13451When you start @value{GDBN}, it automatically executes commands from its
13452@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13453port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13454limitations of file names imposed by DOS filesystems.}.
13455During startup, @value{GDBN} does the following:
c906108c 13456
8e04817f
AC
13457@enumerate
13458@item
13459Reads the init file (if any) in your home directory@footnote{On
13460DOS/Windows systems, the home directory is the one pointed to by the
13461@code{HOME} environment variable.}.
c906108c 13462
8e04817f
AC
13463@item
13464Processes command line options and operands.
c906108c 13465
8e04817f
AC
13466@item
13467Reads the init file (if any) in the current working directory.
c906108c 13468
8e04817f
AC
13469@item
13470Reads command files specified by the @samp{-x} option.
13471@end enumerate
c906108c 13472
8e04817f
AC
13473The init file in your home directory can set options (such as @samp{set
13474complaints}) that affect subsequent processing of command line options
13475and operands. Init files are not executed if you use the @samp{-nx}
13476option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13477
8e04817f
AC
13478@cindex init file name
13479On some configurations of @value{GDBN}, the init file is known by a
13480different name (these are typically environments where a specialized
13481form of @value{GDBN} may need to coexist with other forms, hence a
13482different name for the specialized version's init file). These are the
13483environments with special init file names:
c906108c 13484
8e04817f
AC
13485@cindex @file{.vxgdbinit}
13486@itemize @bullet
13487@item
13488VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13489
8e04817f
AC
13490@cindex @file{.os68gdbinit}
13491@item
13492OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13493
8e04817f
AC
13494@cindex @file{.esgdbinit}
13495@item
13496ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13497@end itemize
c906108c 13498
8e04817f
AC
13499You can also request the execution of a command file with the
13500@code{source} command:
c906108c 13501
8e04817f
AC
13502@table @code
13503@kindex source
13504@item source @var{filename}
13505Execute the command file @var{filename}.
c906108c
SS
13506@end table
13507
8e04817f 13508The lines in a command file are executed sequentially. They are not
a71ec265
DH
13509printed as they are executed. An error in any command terminates
13510execution of the command file and control is returned to the console.
c906108c 13511
8e04817f
AC
13512Commands that would ask for confirmation if used interactively proceed
13513without asking when used in a command file. Many @value{GDBN} commands that
13514normally print messages to say what they are doing omit the messages
13515when called from command files.
c906108c 13516
8e04817f
AC
13517@value{GDBN} also accepts command input from standard input. In this
13518mode, normal output goes to standard output and error output goes to
13519standard error. Errors in a command file supplied on standard input do
13520not terminate execution of the command file --- execution continues with
13521the next command.
c906108c 13522
474c8240 13523@smallexample
8e04817f 13524gdb < cmds > log 2>&1
474c8240 13525@end smallexample
c906108c 13526
8e04817f
AC
13527(The syntax above will vary depending on the shell used.) This example
13528will execute commands from the file @file{cmds}. All output and errors
13529would be directed to @file{log}.
c906108c 13530
8e04817f
AC
13531@node Output
13532@section Commands for controlled output
c906108c 13533
8e04817f
AC
13534During the execution of a command file or a user-defined command, normal
13535@value{GDBN} output is suppressed; the only output that appears is what is
13536explicitly printed by the commands in the definition. This section
13537describes three commands useful for generating exactly the output you
13538want.
c906108c
SS
13539
13540@table @code
8e04817f
AC
13541@kindex echo
13542@item echo @var{text}
13543@c I do not consider backslash-space a standard C escape sequence
13544@c because it is not in ANSI.
13545Print @var{text}. Nonprinting characters can be included in
13546@var{text} using C escape sequences, such as @samp{\n} to print a
13547newline. @strong{No newline is printed unless you specify one.}
13548In addition to the standard C escape sequences, a backslash followed
13549by a space stands for a space. This is useful for displaying a
13550string with spaces at the beginning or the end, since leading and
13551trailing spaces are otherwise trimmed from all arguments.
13552To print @samp{@w{ }and foo =@w{ }}, use the command
13553@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13554
8e04817f
AC
13555A backslash at the end of @var{text} can be used, as in C, to continue
13556the command onto subsequent lines. For example,
c906108c 13557
474c8240 13558@smallexample
8e04817f
AC
13559echo This is some text\n\
13560which is continued\n\
13561onto several lines.\n
474c8240 13562@end smallexample
c906108c 13563
8e04817f 13564produces the same output as
c906108c 13565
474c8240 13566@smallexample
8e04817f
AC
13567echo This is some text\n
13568echo which is continued\n
13569echo onto several lines.\n
474c8240 13570@end smallexample
c906108c 13571
8e04817f
AC
13572@kindex output
13573@item output @var{expression}
13574Print the value of @var{expression} and nothing but that value: no
13575newlines, no @samp{$@var{nn} = }. The value is not entered in the
13576value history either. @xref{Expressions, ,Expressions}, for more information
13577on expressions.
c906108c 13578
8e04817f
AC
13579@item output/@var{fmt} @var{expression}
13580Print the value of @var{expression} in format @var{fmt}. You can use
13581the same formats as for @code{print}. @xref{Output Formats,,Output
13582formats}, for more information.
c906108c 13583
8e04817f
AC
13584@kindex printf
13585@item printf @var{string}, @var{expressions}@dots{}
13586Print the values of the @var{expressions} under the control of
13587@var{string}. The @var{expressions} are separated by commas and may be
13588either numbers or pointers. Their values are printed as specified by
13589@var{string}, exactly as if your program were to execute the C
13590subroutine
13591@c FIXME: the above implies that at least all ANSI C formats are
13592@c supported, but it isn't true: %E and %G don't work (or so it seems).
13593@c Either this is a bug, or the manual should document what formats are
13594@c supported.
c906108c 13595
474c8240 13596@smallexample
8e04817f 13597printf (@var{string}, @var{expressions}@dots{});
474c8240 13598@end smallexample
c906108c 13599
8e04817f 13600For example, you can print two values in hex like this:
c906108c 13601
8e04817f
AC
13602@smallexample
13603printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13604@end smallexample
c906108c 13605
8e04817f
AC
13606The only backslash-escape sequences that you can use in the format
13607string are the simple ones that consist of backslash followed by a
13608letter.
c906108c
SS
13609@end table
13610
21c294e6
AC
13611@node Interpreters
13612@chapter Command Interpreters
13613@cindex command interpreters
13614
13615@value{GDBN} supports multiple command interpreters, and some command
13616infrastructure to allow users or user interface writers to switch
13617between interpreters or run commands in other interpreters.
13618
13619@value{GDBN} currently supports two command interpreters, the console
13620interpreter (sometimes called the command-line interpreter or @sc{cli})
13621and the machine interface interpreter (or @sc{gdb/mi}). This manual
13622describes both of these interfaces in great detail.
13623
13624By default, @value{GDBN} will start with the console interpreter.
13625However, the user may choose to start @value{GDBN} with another
13626interpreter by specifying the @option{-i} or @option{--interpreter}
13627startup options. Defined interpreters include:
13628
13629@table @code
13630@item console
13631@cindex console interpreter
13632The traditional console or command-line interpreter. This is the most often
13633used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13634@value{GDBN} will use this interpreter.
13635
13636@item mi
13637@cindex mi interpreter
13638The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13639by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13640or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13641Interface}.
13642
13643@item mi2
13644@cindex mi2 interpreter
13645The current @sc{gdb/mi} interface.
13646
13647@item mi1
13648@cindex mi1 interpreter
13649The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13650
13651@end table
13652
13653@cindex invoke another interpreter
13654The interpreter being used by @value{GDBN} may not be dynamically
13655switched at runtime. Although possible, this could lead to a very
13656precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13657enters the command "interpreter-set console" in a console view,
13658@value{GDBN} would switch to using the console interpreter, rendering
13659the IDE inoperable!
13660
13661@kindex interpreter-exec
13662Although you may only choose a single interpreter at startup, you may execute
13663commands in any interpreter from the current interpreter using the appropriate
13664command. If you are running the console interpreter, simply use the
13665@code{interpreter-exec} command:
13666
13667@smallexample
13668interpreter-exec mi "-data-list-register-names"
13669@end smallexample
13670
13671@sc{gdb/mi} has a similar command, although it is only available in versions of
13672@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13673
8e04817f
AC
13674@node TUI
13675@chapter @value{GDBN} Text User Interface
13676@cindex TUI
c906108c 13677
8e04817f
AC
13678@menu
13679* TUI Overview:: TUI overview
13680* TUI Keys:: TUI key bindings
7cf36c78 13681* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13682* TUI Commands:: TUI specific commands
13683* TUI Configuration:: TUI configuration variables
13684@end menu
c906108c 13685
8e04817f
AC
13686The @value{GDBN} Text User Interface, TUI in short,
13687is a terminal interface which uses the @code{curses} library
13688to show the source file, the assembly output, the program registers
13689and @value{GDBN} commands in separate text windows.
13690The TUI is available only when @value{GDBN} is configured
13691with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13692
8e04817f
AC
13693@node TUI Overview
13694@section TUI overview
c906108c 13695
8e04817f
AC
13696The TUI has two display modes that can be switched while
13697@value{GDBN} runs:
c906108c 13698
8e04817f
AC
13699@itemize @bullet
13700@item
13701A curses (or TUI) mode in which it displays several text
13702windows on the terminal.
c906108c 13703
8e04817f
AC
13704@item
13705A standard mode which corresponds to the @value{GDBN} configured without
13706the TUI.
13707@end itemize
c906108c 13708
8e04817f
AC
13709In the TUI mode, @value{GDBN} can display several text window
13710on the terminal:
c906108c 13711
8e04817f
AC
13712@table @emph
13713@item command
13714This window is the @value{GDBN} command window with the @value{GDBN}
13715prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13716managed using readline but through the TUI. The @emph{command}
13717window is always visible.
c906108c 13718
8e04817f
AC
13719@item source
13720The source window shows the source file of the program. The current
13721line as well as active breakpoints are displayed in this window.
c906108c 13722
8e04817f
AC
13723@item assembly
13724The assembly window shows the disassembly output of the program.
c906108c 13725
8e04817f
AC
13726@item register
13727This window shows the processor registers. It detects when
13728a register is changed and when this is the case, registers that have
13729changed are highlighted.
c906108c 13730
c906108c
SS
13731@end table
13732
269c21fe
SC
13733The source and assembly windows show the current program position
13734by highlighting the current line and marking them with the @samp{>} marker.
13735Breakpoints are also indicated with two markers. A first one
13736indicates the breakpoint type:
13737
13738@table @code
13739@item B
13740Breakpoint which was hit at least once.
13741
13742@item b
13743Breakpoint which was never hit.
13744
13745@item H
13746Hardware breakpoint which was hit at least once.
13747
13748@item h
13749Hardware breakpoint which was never hit.
13750
13751@end table
13752
13753The second marker indicates whether the breakpoint is enabled or not:
13754
13755@table @code
13756@item +
13757Breakpoint is enabled.
13758
13759@item -
13760Breakpoint is disabled.
13761
13762@end table
13763
8e04817f
AC
13764The source, assembly and register windows are attached to the thread
13765and the frame position. They are updated when the current thread
13766changes, when the frame changes or when the program counter changes.
13767These three windows are arranged by the TUI according to several
13768layouts. The layout defines which of these three windows are visible.
13769The following layouts are available:
c906108c 13770
8e04817f
AC
13771@itemize @bullet
13772@item
13773source
2df3850c 13774
8e04817f
AC
13775@item
13776assembly
13777
13778@item
13779source and assembly
13780
13781@item
13782source and registers
c906108c 13783
8e04817f
AC
13784@item
13785assembly and registers
2df3850c 13786
8e04817f 13787@end itemize
c906108c 13788
b7bb15bc
SC
13789On top of the command window a status line gives various information
13790concerning the current process begin debugged. The status line is
13791updated when the information it shows changes. The following fields
13792are displayed:
13793
13794@table @emph
13795@item target
13796Indicates the current gdb target
13797(@pxref{Targets, ,Specifying a Debugging Target}).
13798
13799@item process
13800Gives information about the current process or thread number.
13801When no process is being debugged, this field is set to @code{No process}.
13802
13803@item function
13804Gives the current function name for the selected frame.
13805The name is demangled if demangling is turned on (@pxref{Print Settings}).
13806When there is no symbol corresponding to the current program counter
13807the string @code{??} is displayed.
13808
13809@item line
13810Indicates the current line number for the selected frame.
13811When the current line number is not known the string @code{??} is displayed.
13812
13813@item pc
13814Indicates the current program counter address.
13815
13816@end table
13817
8e04817f
AC
13818@node TUI Keys
13819@section TUI Key Bindings
13820@cindex TUI key bindings
c906108c 13821
8e04817f
AC
13822The TUI installs several key bindings in the readline keymaps
13823(@pxref{Command Line Editing}).
13824They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13825directly on the TUI layout and windows. The TUI also provides
13826a @emph{SingleKey} keymap which binds several keys directly to
13827@value{GDBN} commands. The following key bindings
8e04817f 13828are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13829
8e04817f
AC
13830@table @kbd
13831@kindex C-x C-a
13832@item C-x C-a
13833@kindex C-x a
13834@itemx C-x a
13835@kindex C-x A
13836@itemx C-x A
13837Enter or leave the TUI mode. When the TUI mode is left,
13838the curses window management is left and @value{GDBN} operates using
13839its standard mode writing on the terminal directly. When the TUI
13840mode is entered, the control is given back to the curses windows.
13841The screen is then refreshed.
c906108c 13842
8e04817f
AC
13843@kindex C-x 1
13844@item C-x 1
13845Use a TUI layout with only one window. The layout will
13846either be @samp{source} or @samp{assembly}. When the TUI mode
13847is not active, it will switch to the TUI mode.
2df3850c 13848
8e04817f 13849Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13850
8e04817f
AC
13851@kindex C-x 2
13852@item C-x 2
13853Use a TUI layout with at least two windows. When the current
13854layout shows already two windows, a next layout with two windows is used.
13855When a new layout is chosen, one window will always be common to the
13856previous layout and the new one.
c906108c 13857
8e04817f 13858Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13859
7cf36c78
SC
13860@kindex C-x s
13861@item C-x s
13862Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13863(@pxref{TUI Single Key Mode}).
13864
c906108c
SS
13865@end table
13866
8e04817f 13867The following key bindings are handled only by the TUI mode:
5d161b24 13868
8e04817f
AC
13869@table @key
13870@kindex PgUp
13871@item PgUp
13872Scroll the active window one page up.
c906108c 13873
8e04817f
AC
13874@kindex PgDn
13875@item PgDn
13876Scroll the active window one page down.
c906108c 13877
8e04817f
AC
13878@kindex Up
13879@item Up
13880Scroll the active window one line up.
c906108c 13881
8e04817f
AC
13882@kindex Down
13883@item Down
13884Scroll the active window one line down.
c906108c 13885
8e04817f
AC
13886@kindex Left
13887@item Left
13888Scroll the active window one column left.
c906108c 13889
8e04817f
AC
13890@kindex Right
13891@item Right
13892Scroll the active window one column right.
c906108c 13893
8e04817f
AC
13894@kindex C-L
13895@item C-L
13896Refresh the screen.
c906108c 13897
8e04817f 13898@end table
c906108c 13899
8e04817f
AC
13900In the TUI mode, the arrow keys are used by the active window
13901for scrolling. This means they are not available for readline. It is
13902necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13903@key{C-b} and @key{C-f}.
13904
7cf36c78
SC
13905@node TUI Single Key Mode
13906@section TUI Single Key Mode
13907@cindex TUI single key mode
13908
13909The TUI provides a @emph{SingleKey} mode in which it installs a particular
13910key binding in the readline keymaps to connect single keys to
13911some gdb commands.
13912
13913@table @kbd
13914@kindex c @r{(SingleKey TUI key)}
13915@item c
13916continue
13917
13918@kindex d @r{(SingleKey TUI key)}
13919@item d
13920down
13921
13922@kindex f @r{(SingleKey TUI key)}
13923@item f
13924finish
13925
13926@kindex n @r{(SingleKey TUI key)}
13927@item n
13928next
13929
13930@kindex q @r{(SingleKey TUI key)}
13931@item q
13932exit the @emph{SingleKey} mode.
13933
13934@kindex r @r{(SingleKey TUI key)}
13935@item r
13936run
13937
13938@kindex s @r{(SingleKey TUI key)}
13939@item s
13940step
13941
13942@kindex u @r{(SingleKey TUI key)}
13943@item u
13944up
13945
13946@kindex v @r{(SingleKey TUI key)}
13947@item v
13948info locals
13949
13950@kindex w @r{(SingleKey TUI key)}
13951@item w
13952where
13953
13954@end table
13955
13956Other keys temporarily switch to the @value{GDBN} command prompt.
13957The key that was pressed is inserted in the editing buffer so that
13958it is possible to type most @value{GDBN} commands without interaction
13959with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13960@emph{SingleKey} mode is restored. The only way to permanently leave
13961this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13962
13963
8e04817f
AC
13964@node TUI Commands
13965@section TUI specific commands
13966@cindex TUI commands
13967
13968The TUI has specific commands to control the text windows.
13969These commands are always available, that is they do not depend on
13970the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13971is in the standard mode, using these commands will automatically switch
13972in the TUI mode.
c906108c
SS
13973
13974@table @code
3d757584
SC
13975@item info win
13976@kindex info win
13977List and give the size of all displayed windows.
13978
8e04817f
AC
13979@item layout next
13980@kindex layout next
13981Display the next layout.
2df3850c 13982
8e04817f
AC
13983@item layout prev
13984@kindex layout prev
13985Display the previous layout.
c906108c 13986
8e04817f
AC
13987@item layout src
13988@kindex layout src
13989Display the source window only.
c906108c 13990
8e04817f
AC
13991@item layout asm
13992@kindex layout asm
13993Display the assembly window only.
c906108c 13994
8e04817f
AC
13995@item layout split
13996@kindex layout split
13997Display the source and assembly window.
c906108c 13998
8e04817f
AC
13999@item layout regs
14000@kindex layout regs
14001Display the register window together with the source or assembly window.
14002
14003@item focus next | prev | src | asm | regs | split
14004@kindex focus
14005Set the focus to the named window.
14006This command allows to change the active window so that scrolling keys
14007can be affected to another window.
c906108c 14008
8e04817f
AC
14009@item refresh
14010@kindex refresh
14011Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14012
8e04817f
AC
14013@item update
14014@kindex update
14015Update the source window and the current execution point.
c906108c 14016
8e04817f
AC
14017@item winheight @var{name} +@var{count}
14018@itemx winheight @var{name} -@var{count}
14019@kindex winheight
14020Change the height of the window @var{name} by @var{count}
14021lines. Positive counts increase the height, while negative counts
14022decrease it.
2df3850c 14023
c906108c
SS
14024@end table
14025
8e04817f
AC
14026@node TUI Configuration
14027@section TUI configuration variables
14028@cindex TUI configuration variables
c906108c 14029
8e04817f
AC
14030The TUI has several configuration variables that control the
14031appearance of windows on the terminal.
c906108c 14032
8e04817f
AC
14033@table @code
14034@item set tui border-kind @var{kind}
14035@kindex set tui border-kind
14036Select the border appearance for the source, assembly and register windows.
14037The possible values are the following:
14038@table @code
14039@item space
14040Use a space character to draw the border.
c906108c 14041
8e04817f
AC
14042@item ascii
14043Use ascii characters + - and | to draw the border.
c906108c 14044
8e04817f
AC
14045@item acs
14046Use the Alternate Character Set to draw the border. The border is
14047drawn using character line graphics if the terminal supports them.
c78b4128 14048
8e04817f 14049@end table
c78b4128 14050
8e04817f
AC
14051@item set tui active-border-mode @var{mode}
14052@kindex set tui active-border-mode
14053Select the attributes to display the border of the active window.
14054The possible values are @code{normal}, @code{standout}, @code{reverse},
14055@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14056
8e04817f
AC
14057@item set tui border-mode @var{mode}
14058@kindex set tui border-mode
14059Select the attributes to display the border of other windows.
14060The @var{mode} can be one of the following:
14061@table @code
14062@item normal
14063Use normal attributes to display the border.
c906108c 14064
8e04817f
AC
14065@item standout
14066Use standout mode.
c906108c 14067
8e04817f
AC
14068@item reverse
14069Use reverse video mode.
c906108c 14070
8e04817f
AC
14071@item half
14072Use half bright mode.
c906108c 14073
8e04817f
AC
14074@item half-standout
14075Use half bright and standout mode.
c906108c 14076
8e04817f
AC
14077@item bold
14078Use extra bright or bold mode.
c78b4128 14079
8e04817f
AC
14080@item bold-standout
14081Use extra bright or bold and standout mode.
c78b4128 14082
8e04817f 14083@end table
c78b4128 14084
8e04817f 14085@end table
c78b4128 14086
8e04817f
AC
14087@node Emacs
14088@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14089
8e04817f
AC
14090@cindex Emacs
14091@cindex @sc{gnu} Emacs
14092A special interface allows you to use @sc{gnu} Emacs to view (and
14093edit) the source files for the program you are debugging with
14094@value{GDBN}.
c906108c 14095
8e04817f
AC
14096To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14097executable file you want to debug as an argument. This command starts
14098@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14099created Emacs buffer.
14100@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14101
8e04817f
AC
14102Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14103things:
c906108c 14104
8e04817f
AC
14105@itemize @bullet
14106@item
14107All ``terminal'' input and output goes through the Emacs buffer.
14108@end itemize
c906108c 14109
8e04817f
AC
14110This applies both to @value{GDBN} commands and their output, and to the input
14111and output done by the program you are debugging.
bf0184be 14112
8e04817f
AC
14113This is useful because it means that you can copy the text of previous
14114commands and input them again; you can even use parts of the output
14115in this way.
bf0184be 14116
8e04817f
AC
14117All the facilities of Emacs' Shell mode are available for interacting
14118with your program. In particular, you can send signals the usual
14119way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14120stop.
bf0184be 14121
8e04817f 14122@itemize @bullet
bf0184be 14123@item
8e04817f
AC
14124@value{GDBN} displays source code through Emacs.
14125@end itemize
bf0184be 14126
8e04817f
AC
14127Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14128source file for that frame and puts an arrow (@samp{=>}) at the
14129left margin of the current line. Emacs uses a separate buffer for
14130source display, and splits the screen to show both your @value{GDBN} session
14131and the source.
bf0184be 14132
8e04817f
AC
14133Explicit @value{GDBN} @code{list} or search commands still produce output as
14134usual, but you probably have no reason to use them from Emacs.
c906108c 14135
8e04817f
AC
14136@quotation
14137@emph{Warning:} If the directory where your program resides is not your
14138current directory, it can be easy to confuse Emacs about the location of
14139the source files, in which case the auxiliary display buffer does not
14140appear to show your source. @value{GDBN} can find programs by searching your
14141environment's @code{PATH} variable, so the @value{GDBN} input and output
14142session proceeds normally; but Emacs does not get enough information
14143back from @value{GDBN} to locate the source files in this situation. To
14144avoid this problem, either start @value{GDBN} mode from the directory where
14145your program resides, or specify an absolute file name when prompted for the
14146@kbd{M-x gdb} argument.
c906108c 14147
8e04817f
AC
14148A similar confusion can result if you use the @value{GDBN} @code{file} command to
14149switch to debugging a program in some other location, from an existing
14150@value{GDBN} buffer in Emacs.
14151@end quotation
14152
14153By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
14154you need to call @value{GDBN} by a different name (for example, if you keep
14155several configurations around, with different names) you can set the
14156Emacs variable @code{gdb-command-name}; for example,
14157
474c8240 14158@smallexample
8e04817f 14159(setq gdb-command-name "mygdb")
474c8240 14160@end smallexample
8e04817f
AC
14161
14162@noindent
14163(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
14164in your @file{.emacs} file) makes Emacs call the program named
14165``@code{mygdb}'' instead.
14166
14167In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14168addition to the standard Shell mode commands:
c906108c 14169
8e04817f
AC
14170@table @kbd
14171@item C-h m
14172Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14173
8e04817f
AC
14174@item M-s
14175Execute to another source line, like the @value{GDBN} @code{step} command; also
14176update the display window to show the current file and location.
c906108c 14177
8e04817f
AC
14178@item M-n
14179Execute to next source line in this function, skipping all function
14180calls, like the @value{GDBN} @code{next} command. Then update the display window
14181to show the current file and location.
c906108c 14182
8e04817f
AC
14183@item M-i
14184Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14185display window accordingly.
c906108c 14186
8e04817f
AC
14187@item M-x gdb-nexti
14188Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
14189display window accordingly.
c906108c 14190
8e04817f
AC
14191@item C-c C-f
14192Execute until exit from the selected stack frame, like the @value{GDBN}
14193@code{finish} command.
c906108c 14194
8e04817f
AC
14195@item M-c
14196Continue execution of your program, like the @value{GDBN} @code{continue}
14197command.
b433d00b 14198
8e04817f 14199@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
b433d00b 14200
8e04817f
AC
14201@item M-u
14202Go up the number of frames indicated by the numeric argument
14203(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14204like the @value{GDBN} @code{up} command.
b433d00b 14205
8e04817f 14206@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
c906108c 14207
8e04817f
AC
14208@item M-d
14209Go down the number of frames indicated by the numeric argument, like the
14210@value{GDBN} @code{down} command.
c906108c 14211
8e04817f 14212@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
c906108c 14213
8e04817f
AC
14214@item C-x &
14215Read the number where the cursor is positioned, and insert it at the end
14216of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
14217around an address that was displayed earlier, type @kbd{disassemble};
14218then move the cursor to the address display, and pick up the
14219argument for @code{disassemble} by typing @kbd{C-x &}.
c906108c 14220
8e04817f
AC
14221You can customize this further by defining elements of the list
14222@code{gdb-print-command}; once it is defined, you can format or
14223otherwise process numbers picked up by @kbd{C-x &} before they are
14224inserted. A numeric argument to @kbd{C-x &} indicates that you
14225wish special formatting, and also acts as an index to pick an element of the
14226list. If the list element is a string, the number to be inserted is
14227formatted using the Emacs function @code{format}; otherwise the number
14228is passed as an argument to the corresponding list element.
14229@end table
c906108c 14230
8e04817f
AC
14231In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
14232tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14233
8e04817f
AC
14234If you accidentally delete the source-display buffer, an easy way to get
14235it back is to type the command @code{f} in the @value{GDBN} buffer, to
14236request a frame display; when you run under Emacs, this recreates
14237the source buffer if necessary to show you the context of the current
14238frame.
c906108c 14239
8e04817f
AC
14240The source files displayed in Emacs are in ordinary Emacs buffers
14241which are visiting the source files in the usual way. You can edit
14242the files with these buffers if you wish; but keep in mind that @value{GDBN}
14243communicates with Emacs in terms of line numbers. If you add or
14244delete lines from the text, the line numbers that @value{GDBN} knows cease
14245to correspond properly with the code.
c906108c 14246
8e04817f
AC
14247@c The following dropped because Epoch is nonstandard. Reactivate
14248@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14249@ignore
14250@kindex Emacs Epoch environment
14251@kindex Epoch
14252@kindex inspect
c906108c 14253
8e04817f
AC
14254Version 18 of @sc{gnu} Emacs has a built-in window system
14255called the @code{epoch}
14256environment. Users of this environment can use a new command,
14257@code{inspect} which performs identically to @code{print} except that
14258each value is printed in its own window.
14259@end ignore
c906108c 14260
922fbb7b
AC
14261
14262@node GDB/MI
14263@chapter The @sc{gdb/mi} Interface
14264
14265@unnumberedsec Function and Purpose
14266
14267@cindex @sc{gdb/mi}, its purpose
14268@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14269specifically intended to support the development of systems which use
14270the debugger as just one small component of a larger system.
14271
14272This chapter is a specification of the @sc{gdb/mi} interface. It is written
14273in the form of a reference manual.
14274
14275Note that @sc{gdb/mi} is still under construction, so some of the
14276features described below are incomplete and subject to change.
14277
14278@unnumberedsec Notation and Terminology
14279
14280@cindex notational conventions, for @sc{gdb/mi}
14281This chapter uses the following notation:
14282
14283@itemize @bullet
14284@item
14285@code{|} separates two alternatives.
14286
14287@item
14288@code{[ @var{something} ]} indicates that @var{something} is optional:
14289it may or may not be given.
14290
14291@item
14292@code{( @var{group} )*} means that @var{group} inside the parentheses
14293may repeat zero or more times.
14294
14295@item
14296@code{( @var{group} )+} means that @var{group} inside the parentheses
14297may repeat one or more times.
14298
14299@item
14300@code{"@var{string}"} means a literal @var{string}.
14301@end itemize
14302
14303@ignore
14304@heading Dependencies
14305@end ignore
14306
14307@heading Acknowledgments
14308
14309In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14310Elena Zannoni.
14311
14312@menu
14313* GDB/MI Command Syntax::
14314* GDB/MI Compatibility with CLI::
14315* GDB/MI Output Records::
14316* GDB/MI Command Description Format::
14317* GDB/MI Breakpoint Table Commands::
14318* GDB/MI Data Manipulation::
14319* GDB/MI Program Control::
14320* GDB/MI Miscellaneous Commands::
14321@ignore
14322* GDB/MI Kod Commands::
14323* GDB/MI Memory Overlay Commands::
14324* GDB/MI Signal Handling Commands::
14325@end ignore
14326* GDB/MI Stack Manipulation::
14327* GDB/MI Symbol Query::
14328* GDB/MI Target Manipulation::
14329* GDB/MI Thread Commands::
14330* GDB/MI Tracepoint Commands::
14331* GDB/MI Variable Objects::
14332@end menu
14333
14334@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14335@node GDB/MI Command Syntax
14336@section @sc{gdb/mi} Command Syntax
14337
14338@menu
14339* GDB/MI Input Syntax::
14340* GDB/MI Output Syntax::
14341* GDB/MI Simple Examples::
14342@end menu
14343
14344@node GDB/MI Input Syntax
14345@subsection @sc{gdb/mi} Input Syntax
14346
14347@cindex input syntax for @sc{gdb/mi}
14348@cindex @sc{gdb/mi}, input syntax
14349@table @code
14350@item @var{command} @expansion{}
14351@code{@var{cli-command} | @var{mi-command}}
14352
14353@item @var{cli-command} @expansion{}
14354@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14355@var{cli-command} is any existing @value{GDBN} CLI command.
14356
14357@item @var{mi-command} @expansion{}
14358@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14359@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14360
14361@item @var{token} @expansion{}
14362"any sequence of digits"
14363
14364@item @var{option} @expansion{}
14365@code{"-" @var{parameter} [ " " @var{parameter} ]}
14366
14367@item @var{parameter} @expansion{}
14368@code{@var{non-blank-sequence} | @var{c-string}}
14369
14370@item @var{operation} @expansion{}
14371@emph{any of the operations described in this chapter}
14372
14373@item @var{non-blank-sequence} @expansion{}
14374@emph{anything, provided it doesn't contain special characters such as
14375"-", @var{nl}, """ and of course " "}
14376
14377@item @var{c-string} @expansion{}
14378@code{""" @var{seven-bit-iso-c-string-content} """}
14379
14380@item @var{nl} @expansion{}
14381@code{CR | CR-LF}
14382@end table
14383
14384@noindent
14385Notes:
14386
14387@itemize @bullet
14388@item
14389The CLI commands are still handled by the @sc{mi} interpreter; their
14390output is described below.
14391
14392@item
14393The @code{@var{token}}, when present, is passed back when the command
14394finishes.
14395
14396@item
14397Some @sc{mi} commands accept optional arguments as part of the parameter
14398list. Each option is identified by a leading @samp{-} (dash) and may be
14399followed by an optional argument parameter. Options occur first in the
14400parameter list and can be delimited from normal parameters using
14401@samp{--} (this is useful when some parameters begin with a dash).
14402@end itemize
14403
14404Pragmatics:
14405
14406@itemize @bullet
14407@item
14408We want easy access to the existing CLI syntax (for debugging).
14409
14410@item
14411We want it to be easy to spot a @sc{mi} operation.
14412@end itemize
14413
14414@node GDB/MI Output Syntax
14415@subsection @sc{gdb/mi} Output Syntax
14416
14417@cindex output syntax of @sc{gdb/mi}
14418@cindex @sc{gdb/mi}, output syntax
14419The output from @sc{gdb/mi} consists of zero or more out-of-band records
14420followed, optionally, by a single result record. This result record
14421is for the most recent command. The sequence of output records is
14422terminated by @samp{(@value{GDBP})}.
14423
14424If an input command was prefixed with a @code{@var{token}} then the
14425corresponding output for that command will also be prefixed by that same
14426@var{token}.
14427
14428@table @code
14429@item @var{output} @expansion{}
14430@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14431
14432@item @var{result-record} @expansion{}
14433@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14434
14435@item @var{out-of-band-record} @expansion{}
14436@code{@var{async-record} | @var{stream-record}}
14437
14438@item @var{async-record} @expansion{}
14439@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14440
14441@item @var{exec-async-output} @expansion{}
14442@code{[ @var{token} ] "*" @var{async-output}}
14443
14444@item @var{status-async-output} @expansion{}
14445@code{[ @var{token} ] "+" @var{async-output}}
14446
14447@item @var{notify-async-output} @expansion{}
14448@code{[ @var{token} ] "=" @var{async-output}}
14449
14450@item @var{async-output} @expansion{}
14451@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14452
14453@item @var{result-class} @expansion{}
14454@code{"done" | "running" | "connected" | "error" | "exit"}
14455
14456@item @var{async-class} @expansion{}
14457@code{"stopped" | @var{others}} (where @var{others} will be added
14458depending on the needs---this is still in development).
14459
14460@item @var{result} @expansion{}
14461@code{ @var{variable} "=" @var{value}}
14462
14463@item @var{variable} @expansion{}
14464@code{ @var{string} }
14465
14466@item @var{value} @expansion{}
14467@code{ @var{const} | @var{tuple} | @var{list} }
14468
14469@item @var{const} @expansion{}
14470@code{@var{c-string}}
14471
14472@item @var{tuple} @expansion{}
14473@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14474
14475@item @var{list} @expansion{}
14476@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14477@var{result} ( "," @var{result} )* "]" }
14478
14479@item @var{stream-record} @expansion{}
14480@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14481
14482@item @var{console-stream-output} @expansion{}
14483@code{"~" @var{c-string}}
14484
14485@item @var{target-stream-output} @expansion{}
14486@code{"@@" @var{c-string}}
14487
14488@item @var{log-stream-output} @expansion{}
14489@code{"&" @var{c-string}}
14490
14491@item @var{nl} @expansion{}
14492@code{CR | CR-LF}
14493
14494@item @var{token} @expansion{}
14495@emph{any sequence of digits}.
14496@end table
14497
14498@noindent
14499Notes:
14500
14501@itemize @bullet
14502@item
14503All output sequences end in a single line containing a period.
14504
14505@item
14506The @code{@var{token}} is from the corresponding request. If an execution
14507command is interrupted by the @samp{-exec-interrupt} command, the
14508@var{token} associated with the @samp{*stopped} message is the one of the
14509original execution command, not the one of the interrupt command.
14510
14511@item
14512@cindex status output in @sc{gdb/mi}
14513@var{status-async-output} contains on-going status information about the
14514progress of a slow operation. It can be discarded. All status output is
14515prefixed by @samp{+}.
14516
14517@item
14518@cindex async output in @sc{gdb/mi}
14519@var{exec-async-output} contains asynchronous state change on the target
14520(stopped, started, disappeared). All async output is prefixed by
14521@samp{*}.
14522
14523@item
14524@cindex notify output in @sc{gdb/mi}
14525@var{notify-async-output} contains supplementary information that the
14526client should handle (e.g., a new breakpoint information). All notify
14527output is prefixed by @samp{=}.
14528
14529@item
14530@cindex console output in @sc{gdb/mi}
14531@var{console-stream-output} is output that should be displayed as is in the
14532console. It is the textual response to a CLI command. All the console
14533output is prefixed by @samp{~}.
14534
14535@item
14536@cindex target output in @sc{gdb/mi}
14537@var{target-stream-output} is the output produced by the target program.
14538All the target output is prefixed by @samp{@@}.
14539
14540@item
14541@cindex log output in @sc{gdb/mi}
14542@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14543instance messages that should be displayed as part of an error log. All
14544the log output is prefixed by @samp{&}.
14545
14546@item
14547@cindex list output in @sc{gdb/mi}
14548New @sc{gdb/mi} commands should only output @var{lists} containing
14549@var{values}.
14550
14551
14552@end itemize
14553
14554@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14555details about the various output records.
14556
14557@node GDB/MI Simple Examples
14558@subsection Simple Examples of @sc{gdb/mi} Interaction
14559@cindex @sc{gdb/mi}, simple examples
14560
14561This subsection presents several simple examples of interaction using
14562the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14563following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14564the output received from @sc{gdb/mi}.
14565
14566@subsubheading Target Stop
14567@c Ummm... There is no "-stop" command. This assumes async, no?
14568Here's an example of stopping the inferior process:
14569
14570@smallexample
14571-> -stop
14572<- (@value{GDBP})
14573@end smallexample
14574
14575@noindent
14576and later:
14577
14578@smallexample
14579<- *stop,reason="stop",address="0x123",source="a.c:123"
14580<- (@value{GDBP})
14581@end smallexample
14582
14583@subsubheading Simple CLI Command
14584
14585Here's an example of a simple CLI command being passed through
14586@sc{gdb/mi} and on to the CLI.
14587
14588@smallexample
14589-> print 1+2
14590<- &"print 1+2\n"
14591<- ~"$1 = 3\n"
14592<- ^done
14593<- (@value{GDBP})
14594@end smallexample
14595
14596@subsubheading Command With Side Effects
14597
14598@smallexample
14599-> -symbol-file xyz.exe
14600<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14601<- (@value{GDBP})
14602@end smallexample
14603
14604@subsubheading A Bad Command
14605
14606Here's what happens if you pass a non-existent command:
14607
14608@smallexample
14609-> -rubbish
14610<- ^error,msg="Undefined MI command: rubbish"
14611<- (@value{GDBP})
14612@end smallexample
14613
14614@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14615@node GDB/MI Compatibility with CLI
14616@section @sc{gdb/mi} Compatibility with CLI
14617
14618@cindex compatibility, @sc{gdb/mi} and CLI
14619@cindex @sc{gdb/mi}, compatibility with CLI
14620To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14621accepts existing CLI commands. As specified by the syntax, such
14622commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14623respond.
14624
14625This mechanism is provided as an aid to developers of @sc{gdb/mi}
14626clients and not as a reliable interface into the CLI. Since the command
14627is being interpreteted in an environment that assumes @sc{gdb/mi}
14628behaviour, the exact output of such commands is likely to end up being
14629an un-supported hybrid of @sc{gdb/mi} and CLI output.
14630
14631@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14632@node GDB/MI Output Records
14633@section @sc{gdb/mi} Output Records
14634
14635@menu
14636* GDB/MI Result Records::
14637* GDB/MI Stream Records::
14638* GDB/MI Out-of-band Records::
14639@end menu
14640
14641@node GDB/MI Result Records
14642@subsection @sc{gdb/mi} Result Records
14643
14644@cindex result records in @sc{gdb/mi}
14645@cindex @sc{gdb/mi}, result records
14646In addition to a number of out-of-band notifications, the response to a
14647@sc{gdb/mi} command includes one of the following result indications:
14648
14649@table @code
14650@findex ^done
14651@item "^done" [ "," @var{results} ]
14652The synchronous operation was successful, @code{@var{results}} are the return
14653values.
14654
14655@item "^running"
14656@findex ^running
14657@c Is this one correct? Should it be an out-of-band notification?
14658The asynchronous operation was successfully started. The target is
14659running.
14660
14661@item "^error" "," @var{c-string}
14662@findex ^error
14663The operation failed. The @code{@var{c-string}} contains the corresponding
14664error message.
14665@end table
14666
14667@node GDB/MI Stream Records
14668@subsection @sc{gdb/mi} Stream Records
14669
14670@cindex @sc{gdb/mi}, stream records
14671@cindex stream records in @sc{gdb/mi}
14672@value{GDBN} internally maintains a number of output streams: the console, the
14673target, and the log. The output intended for each of these streams is
14674funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14675
14676Each stream record begins with a unique @dfn{prefix character} which
14677identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14678Syntax}). In addition to the prefix, each stream record contains a
14679@code{@var{string-output}}. This is either raw text (with an implicit new
14680line) or a quoted C string (which does not contain an implicit newline).
14681
14682@table @code
14683@item "~" @var{string-output}
14684The console output stream contains text that should be displayed in the
14685CLI console window. It contains the textual responses to CLI commands.
14686
14687@item "@@" @var{string-output}
14688The target output stream contains any textual output from the running
14689target.
14690
14691@item "&" @var{string-output}
14692The log stream contains debugging messages being produced by @value{GDBN}'s
14693internals.
14694@end table
14695
14696@node GDB/MI Out-of-band Records
14697@subsection @sc{gdb/mi} Out-of-band Records
14698
14699@cindex out-of-band records in @sc{gdb/mi}
14700@cindex @sc{gdb/mi}, out-of-band records
14701@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14702additional changes that have occurred. Those changes can either be a
14703consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14704target activity (e.g., target stopped).
14705
14706The following is a preliminary list of possible out-of-band records.
14707
14708@table @code
14709@item "*" "stop"
14710@end table
14711
14712
14713@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14714@node GDB/MI Command Description Format
14715@section @sc{gdb/mi} Command Description Format
14716
14717The remaining sections describe blocks of commands. Each block of
14718commands is laid out in a fashion similar to this section.
14719
14720Note the the line breaks shown in the examples are here only for
14721readability. They don't appear in the real output.
14722Also note that the commands with a non-available example (N.A.@:) are
14723not yet implemented.
14724
14725@subheading Motivation
14726
14727The motivation for this collection of commands.
14728
14729@subheading Introduction
14730
14731A brief introduction to this collection of commands as a whole.
14732
14733@subheading Commands
14734
14735For each command in the block, the following is described:
14736
14737@subsubheading Synopsis
14738
14739@smallexample
14740 -command @var{args}@dots{}
14741@end smallexample
14742
14743@subsubheading @value{GDBN} Command
14744
14745The corresponding @value{GDBN} CLI command.
14746
14747@subsubheading Result
14748
14749@subsubheading Out-of-band
14750
14751@subsubheading Notes
14752
14753@subsubheading Example
14754
14755
14756@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14757@node GDB/MI Breakpoint Table Commands
14758@section @sc{gdb/mi} Breakpoint table commands
14759
14760@cindex breakpoint commands for @sc{gdb/mi}
14761@cindex @sc{gdb/mi}, breakpoint commands
14762This section documents @sc{gdb/mi} commands for manipulating
14763breakpoints.
14764
14765@subheading The @code{-break-after} Command
14766@findex -break-after
14767
14768@subsubheading Synopsis
14769
14770@smallexample
14771 -break-after @var{number} @var{count}
14772@end smallexample
14773
14774The breakpoint number @var{number} is not in effect until it has been
14775hit @var{count} times. To see how this is reflected in the output of
14776the @samp{-break-list} command, see the description of the
14777@samp{-break-list} command below.
14778
14779@subsubheading @value{GDBN} Command
14780
14781The corresponding @value{GDBN} command is @samp{ignore}.
14782
14783@subsubheading Example
14784
14785@smallexample
14786(@value{GDBP})
14787-break-insert main
14788^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14789(@value{GDBP})
14790-break-after 1 3
14791~
14792^done
14793(@value{GDBP})
14794-break-list
14795^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14796hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14797@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14798@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14799@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14800@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14801@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14802body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14803addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14804ignore="3"@}]@}
14805(@value{GDBP})
14806@end smallexample
14807
14808@ignore
14809@subheading The @code{-break-catch} Command
14810@findex -break-catch
14811
14812@subheading The @code{-break-commands} Command
14813@findex -break-commands
14814@end ignore
14815
14816
14817@subheading The @code{-break-condition} Command
14818@findex -break-condition
14819
14820@subsubheading Synopsis
14821
14822@smallexample
14823 -break-condition @var{number} @var{expr}
14824@end smallexample
14825
14826Breakpoint @var{number} will stop the program only if the condition in
14827@var{expr} is true. The condition becomes part of the
14828@samp{-break-list} output (see the description of the @samp{-break-list}
14829command below).
14830
14831@subsubheading @value{GDBN} Command
14832
14833The corresponding @value{GDBN} command is @samp{condition}.
14834
14835@subsubheading Example
14836
14837@smallexample
14838(@value{GDBP})
14839-break-condition 1 1
14840^done
14841(@value{GDBP})
14842-break-list
14843^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14844hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14845@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14846@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14847@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14848@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14849@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14850body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14851addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14852times="0",ignore="3"@}]@}
14853(@value{GDBP})
14854@end smallexample
14855
14856@subheading The @code{-break-delete} Command
14857@findex -break-delete
14858
14859@subsubheading Synopsis
14860
14861@smallexample
14862 -break-delete ( @var{breakpoint} )+
14863@end smallexample
14864
14865Delete the breakpoint(s) whose number(s) are specified in the argument
14866list. This is obviously reflected in the breakpoint list.
14867
14868@subsubheading @value{GDBN} command
14869
14870The corresponding @value{GDBN} command is @samp{delete}.
14871
14872@subsubheading Example
14873
14874@smallexample
14875(@value{GDBP})
14876-break-delete 1
14877^done
14878(@value{GDBP})
14879-break-list
14880^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14881hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14882@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14883@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14884@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14885@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14886@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14887body=[]@}
14888(@value{GDBP})
14889@end smallexample
14890
14891@subheading The @code{-break-disable} Command
14892@findex -break-disable
14893
14894@subsubheading Synopsis
14895
14896@smallexample
14897 -break-disable ( @var{breakpoint} )+
14898@end smallexample
14899
14900Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
14901break list is now set to @samp{n} for the named @var{breakpoint}(s).
14902
14903@subsubheading @value{GDBN} Command
14904
14905The corresponding @value{GDBN} command is @samp{disable}.
14906
14907@subsubheading Example
14908
14909@smallexample
14910(@value{GDBP})
14911-break-disable 2
14912^done
14913(@value{GDBP})
14914-break-list
14915^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14916hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14917@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14918@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14919@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14920@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14921@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14922body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
14923addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14924(@value{GDBP})
14925@end smallexample
14926
14927@subheading The @code{-break-enable} Command
14928@findex -break-enable
14929
14930@subsubheading Synopsis
14931
14932@smallexample
14933 -break-enable ( @var{breakpoint} )+
14934@end smallexample
14935
14936Enable (previously disabled) @var{breakpoint}(s).
14937
14938@subsubheading @value{GDBN} Command
14939
14940The corresponding @value{GDBN} command is @samp{enable}.
14941
14942@subsubheading Example
14943
14944@smallexample
14945(@value{GDBP})
14946-break-enable 2
14947^done
14948(@value{GDBP})
14949-break-list
14950^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14951hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14952@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14953@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14954@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14955@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14956@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14957body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14958addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14959(@value{GDBP})
14960@end smallexample
14961
14962@subheading The @code{-break-info} Command
14963@findex -break-info
14964
14965@subsubheading Synopsis
14966
14967@smallexample
14968 -break-info @var{breakpoint}
14969@end smallexample
14970
14971@c REDUNDANT???
14972Get information about a single breakpoint.
14973
14974@subsubheading @value{GDBN} command
14975
14976The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
14977
14978@subsubheading Example
14979N.A.
14980
14981@subheading The @code{-break-insert} Command
14982@findex -break-insert
14983
14984@subsubheading Synopsis
14985
14986@smallexample
14987 -break-insert [ -t ] [ -h ] [ -r ]
14988 [ -c @var{condition} ] [ -i @var{ignore-count} ]
14989 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
14990@end smallexample
14991
14992@noindent
14993If specified, @var{line}, can be one of:
14994
14995@itemize @bullet
14996@item function
14997@c @item +offset
14998@c @item -offset
14999@c @item linenum
15000@item filename:linenum
15001@item filename:function
15002@item *address
15003@end itemize
15004
15005The possible optional parameters of this command are:
15006
15007@table @samp
15008@item -t
15009Insert a tempoary breakpoint.
15010@item -h
15011Insert a hardware breakpoint.
15012@item -c @var{condition}
15013Make the breakpoint conditional on @var{condition}.
15014@item -i @var{ignore-count}
15015Initialize the @var{ignore-count}.
15016@item -r
15017Insert a regular breakpoint in all the functions whose names match the
15018given regular expression. Other flags are not applicable to regular
15019expresson.
15020@end table
15021
15022@subsubheading Result
15023
15024The result is in the form:
15025
15026@smallexample
15027 ^done,bkptno="@var{number}",func="@var{funcname}",
15028 file="@var{filename}",line="@var{lineno}"
15029@end smallexample
15030
15031@noindent
15032where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15033is the name of the function where the breakpoint was inserted,
15034@var{filename} is the name of the source file which contains this
15035function, and @var{lineno} is the source line number within that file.
15036
15037Note: this format is open to change.
15038@c An out-of-band breakpoint instead of part of the result?
15039
15040@subsubheading @value{GDBN} Command
15041
15042The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15043@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15044
15045@subsubheading Example
15046
15047@smallexample
15048(@value{GDBP})
15049-break-insert main
15050^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15051(@value{GDBP})
15052-break-insert -t foo
15053^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15054(@value{GDBP})
15055-break-list
15056^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15057hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15058@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15059@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15060@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15061@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15062@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15063body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15064addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15065bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15066addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15067(@value{GDBP})
15068-break-insert -r foo.*
15069~int foo(int, int);
15070^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15071(@value{GDBP})
15072@end smallexample
15073
15074@subheading The @code{-break-list} Command
15075@findex -break-list
15076
15077@subsubheading Synopsis
15078
15079@smallexample
15080 -break-list
15081@end smallexample
15082
15083Displays the list of inserted breakpoints, showing the following fields:
15084
15085@table @samp
15086@item Number
15087number of the breakpoint
15088@item Type
15089type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15090@item Disposition
15091should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15092or @samp{nokeep}
15093@item Enabled
15094is the breakpoint enabled or no: @samp{y} or @samp{n}
15095@item Address
15096memory location at which the breakpoint is set
15097@item What
15098logical location of the breakpoint, expressed by function name, file
15099name, line number
15100@item Times
15101number of times the breakpoint has been hit
15102@end table
15103
15104If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15105@code{body} field is an empty list.
15106
15107@subsubheading @value{GDBN} Command
15108
15109The corresponding @value{GDBN} command is @samp{info break}.
15110
15111@subsubheading Example
15112
15113@smallexample
15114(@value{GDBP})
15115-break-list
15116^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15117hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15118@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15119@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15120@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15121@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15122@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15123body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15124addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15125bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15126addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15127(@value{GDBP})
15128@end smallexample
15129
15130Here's an example of the result when there are no breakpoints:
15131
15132@smallexample
15133(@value{GDBP})
15134-break-list
15135^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15136hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15137@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15138@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15139@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15140@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15141@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15142body=[]@}
15143(@value{GDBP})
15144@end smallexample
15145
15146@subheading The @code{-break-watch} Command
15147@findex -break-watch
15148
15149@subsubheading Synopsis
15150
15151@smallexample
15152 -break-watch [ -a | -r ]
15153@end smallexample
15154
15155Create a watchpoint. With the @samp{-a} option it will create an
15156@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15157read from or on a write to the memory location. With the @samp{-r}
15158option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15159trigger only when the memory location is accessed for reading. Without
15160either of the options, the watchpoint created is a regular watchpoint,
15161i.e. it will trigger when the memory location is accessed for writing.
15162@xref{Set Watchpoints, , Setting watchpoints}.
15163
15164Note that @samp{-break-list} will report a single list of watchpoints and
15165breakpoints inserted.
15166
15167@subsubheading @value{GDBN} Command
15168
15169The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15170@samp{rwatch}.
15171
15172@subsubheading Example
15173
15174Setting a watchpoint on a variable in the @code{main} function:
15175
15176@smallexample
15177(@value{GDBP})
15178-break-watch x
15179^done,wpt=@{number="2",exp="x"@}
15180(@value{GDBP})
15181-exec-continue
15182^running
15183^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15184value=@{old="-268439212",new="55"@},
15185frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15186(@value{GDBP})
15187@end smallexample
15188
15189Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15190the program execution twice: first for the variable changing value, then
15191for the watchpoint going out of scope.
15192
15193@smallexample
15194(@value{GDBP})
15195-break-watch C
15196^done,wpt=@{number="5",exp="C"@}
15197(@value{GDBP})
15198-exec-continue
15199^running
15200^done,reason="watchpoint-trigger",
15201wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15202frame=@{func="callee4",args=[],
15203file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15204(@value{GDBP})
15205-exec-continue
15206^running
15207^done,reason="watchpoint-scope",wpnum="5",
15208frame=@{func="callee3",args=[@{name="strarg",
15209value="0x11940 \"A string argument.\""@}],
15210file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15211(@value{GDBP})
15212@end smallexample
15213
15214Listing breakpoints and watchpoints, at different points in the program
15215execution. Note that once the watchpoint goes out of scope, it is
15216deleted.
15217
15218@smallexample
15219(@value{GDBP})
15220-break-watch C
15221^done,wpt=@{number="2",exp="C"@}
15222(@value{GDBP})
15223-break-list
15224^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15225hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15226@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15227@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15228@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15229@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15230@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15231body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15232addr="0x00010734",func="callee4",
15233file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15234bkpt=@{number="2",type="watchpoint",disp="keep",
15235enabled="y",addr="",what="C",times="0"@}]@}
15236(@value{GDBP})
15237-exec-continue
15238^running
15239^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15240value=@{old="-276895068",new="3"@},
15241frame=@{func="callee4",args=[],
15242file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15243(@value{GDBP})
15244-break-list
15245^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15246hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15247@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15248@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15249@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15250@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15251@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15252body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15253addr="0x00010734",func="callee4",
15254file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15255bkpt=@{number="2",type="watchpoint",disp="keep",
15256enabled="y",addr="",what="C",times="-5"@}]@}
15257(@value{GDBP})
15258-exec-continue
15259^running
15260^done,reason="watchpoint-scope",wpnum="2",
15261frame=@{func="callee3",args=[@{name="strarg",
15262value="0x11940 \"A string argument.\""@}],
15263file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15264(@value{GDBP})
15265-break-list
15266^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15267hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15268@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15269@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15270@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15271@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15272@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15273body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15274addr="0x00010734",func="callee4",
15275file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15276(@value{GDBP})
15277@end smallexample
15278
15279@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15280@node GDB/MI Data Manipulation
15281@section @sc{gdb/mi} Data Manipulation
15282
15283@cindex data manipulation, in @sc{gdb/mi}
15284@cindex @sc{gdb/mi}, data manipulation
15285This section describes the @sc{gdb/mi} commands that manipulate data:
15286examine memory and registers, evaluate expressions, etc.
15287
15288@c REMOVED FROM THE INTERFACE.
15289@c @subheading -data-assign
15290@c Change the value of a program variable. Plenty of side effects.
15291@c @subsubheading GDB command
15292@c set variable
15293@c @subsubheading Example
15294@c N.A.
15295
15296@subheading The @code{-data-disassemble} Command
15297@findex -data-disassemble
15298
15299@subsubheading Synopsis
15300
15301@smallexample
15302 -data-disassemble
15303 [ -s @var{start-addr} -e @var{end-addr} ]
15304 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15305 -- @var{mode}
15306@end smallexample
15307
15308@noindent
15309Where:
15310
15311@table @samp
15312@item @var{start-addr}
15313is the beginning address (or @code{$pc})
15314@item @var{end-addr}
15315is the end address
15316@item @var{filename}
15317is the name of the file to disassemble
15318@item @var{linenum}
15319is the line number to disassemble around
15320@item @var{lines}
15321is the the number of disassembly lines to be produced. If it is -1,
15322the whole function will be disassembled, in case no @var{end-addr} is
15323specified. If @var{end-addr} is specified as a non-zero value, and
15324@var{lines} is lower than the number of disassembly lines between
15325@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15326displayed; if @var{lines} is higher than the number of lines between
15327@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15328are displayed.
15329@item @var{mode}
15330is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15331disassembly).
15332@end table
15333
15334@subsubheading Result
15335
15336The output for each instruction is composed of four fields:
15337
15338@itemize @bullet
15339@item Address
15340@item Func-name
15341@item Offset
15342@item Instruction
15343@end itemize
15344
15345Note that whatever included in the instruction field, is not manipulated
15346directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15347
15348@subsubheading @value{GDBN} Command
15349
15350There's no direct mapping from this command to the CLI.
15351
15352@subsubheading Example
15353
15354Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15355
15356@smallexample
15357(@value{GDBP})
15358-data-disassemble -s $pc -e "$pc + 20" -- 0
15359^done,
15360asm_insns=[
15361@{address="0x000107c0",func-name="main",offset="4",
15362inst="mov 2, %o0"@},
15363@{address="0x000107c4",func-name="main",offset="8",
15364inst="sethi %hi(0x11800), %o2"@},
15365@{address="0x000107c8",func-name="main",offset="12",
15366inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15367@{address="0x000107cc",func-name="main",offset="16",
15368inst="sethi %hi(0x11800), %o2"@},
15369@{address="0x000107d0",func-name="main",offset="20",
15370inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15371(@value{GDBP})
15372@end smallexample
15373
15374Disassemble the whole @code{main} function. Line 32 is part of
15375@code{main}.
15376
15377@smallexample
15378-data-disassemble -f basics.c -l 32 -- 0
15379^done,asm_insns=[
15380@{address="0x000107bc",func-name="main",offset="0",
15381inst="save %sp, -112, %sp"@},
15382@{address="0x000107c0",func-name="main",offset="4",
15383inst="mov 2, %o0"@},
15384@{address="0x000107c4",func-name="main",offset="8",
15385inst="sethi %hi(0x11800), %o2"@},
15386[@dots{}]
15387@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15388@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15389(@value{GDBP})
15390@end smallexample
15391
15392Disassemble 3 instructions from the start of @code{main}:
15393
15394@smallexample
15395(@value{GDBP})
15396-data-disassemble -f basics.c -l 32 -n 3 -- 0
15397^done,asm_insns=[
15398@{address="0x000107bc",func-name="main",offset="0",
15399inst="save %sp, -112, %sp"@},
15400@{address="0x000107c0",func-name="main",offset="4",
15401inst="mov 2, %o0"@},
15402@{address="0x000107c4",func-name="main",offset="8",
15403inst="sethi %hi(0x11800), %o2"@}]
15404(@value{GDBP})
15405@end smallexample
15406
15407Disassemble 3 instructions from the start of @code{main} in mixed mode:
15408
15409@smallexample
15410(@value{GDBP})
15411-data-disassemble -f basics.c -l 32 -n 3 -- 1
15412^done,asm_insns=[
15413src_and_asm_line=@{line="31",
15414file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15415 testsuite/gdb.mi/basics.c",line_asm_insn=[
15416@{address="0x000107bc",func-name="main",offset="0",
15417inst="save %sp, -112, %sp"@}]@},
15418src_and_asm_line=@{line="32",
15419file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15420 testsuite/gdb.mi/basics.c",line_asm_insn=[
15421@{address="0x000107c0",func-name="main",offset="4",
15422inst="mov 2, %o0"@},
15423@{address="0x000107c4",func-name="main",offset="8",
15424inst="sethi %hi(0x11800), %o2"@}]@}]
15425(@value{GDBP})
15426@end smallexample
15427
15428
15429@subheading The @code{-data-evaluate-expression} Command
15430@findex -data-evaluate-expression
15431
15432@subsubheading Synopsis
15433
15434@smallexample
15435 -data-evaluate-expression @var{expr}
15436@end smallexample
15437
15438Evaluate @var{expr} as an expression. The expression could contain an
15439inferior function call. The function call will execute synchronously.
15440If the expression contains spaces, it must be enclosed in double quotes.
15441
15442@subsubheading @value{GDBN} Command
15443
15444The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15445@samp{call}. In @code{gdbtk} only, there's a corresponding
15446@samp{gdb_eval} command.
15447
15448@subsubheading Example
15449
15450In the following example, the numbers that precede the commands are the
15451@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15452Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15453output.
15454
15455@smallexample
15456211-data-evaluate-expression A
15457211^done,value="1"
15458(@value{GDBP})
15459311-data-evaluate-expression &A
15460311^done,value="0xefffeb7c"
15461(@value{GDBP})
15462411-data-evaluate-expression A+3
15463411^done,value="4"
15464(@value{GDBP})
15465511-data-evaluate-expression "A + 3"
15466511^done,value="4"
15467(@value{GDBP})
15468@end smallexample
15469
15470
15471@subheading The @code{-data-list-changed-registers} Command
15472@findex -data-list-changed-registers
15473
15474@subsubheading Synopsis
15475
15476@smallexample
15477 -data-list-changed-registers
15478@end smallexample
15479
15480Display a list of the registers that have changed.
15481
15482@subsubheading @value{GDBN} Command
15483
15484@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15485has the corresponding command @samp{gdb_changed_register_list}.
15486
15487@subsubheading Example
15488
15489On a PPC MBX board:
15490
15491@smallexample
15492(@value{GDBP})
15493-exec-continue
15494^running
15495
15496(@value{GDBP})
15497*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15498args=[],file="try.c",line="5"@}
15499(@value{GDBP})
15500-data-list-changed-registers
15501^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15502"10","11","13","14","15","16","17","18","19","20","21","22","23",
15503"24","25","26","27","28","30","31","64","65","66","67","69"]
15504(@value{GDBP})
15505@end smallexample
15506
15507
15508@subheading The @code{-data-list-register-names} Command
15509@findex -data-list-register-names
15510
15511@subsubheading Synopsis
15512
15513@smallexample
15514 -data-list-register-names [ ( @var{regno} )+ ]
15515@end smallexample
15516
15517Show a list of register names for the current target. If no arguments
15518are given, it shows a list of the names of all the registers. If
15519integer numbers are given as arguments, it will print a list of the
15520names of the registers corresponding to the arguments. To ensure
15521consistency between a register name and its number, the output list may
15522include empty register names.
15523
15524@subsubheading @value{GDBN} Command
15525
15526@value{GDBN} does not have a command which corresponds to
15527@samp{-data-list-register-names}. In @code{gdbtk} there is a
15528corresponding command @samp{gdb_regnames}.
15529
15530@subsubheading Example
15531
15532For the PPC MBX board:
15533@smallexample
15534(@value{GDBP})
15535-data-list-register-names
15536^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15537"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15538"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15539"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15540"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15541"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15542"", "pc","ps","cr","lr","ctr","xer"]
15543(@value{GDBP})
15544-data-list-register-names 1 2 3
15545^done,register-names=["r1","r2","r3"]
15546(@value{GDBP})
15547@end smallexample
15548
15549@subheading The @code{-data-list-register-values} Command
15550@findex -data-list-register-values
15551
15552@subsubheading Synopsis
15553
15554@smallexample
15555 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15556@end smallexample
15557
15558Display the registers' contents. @var{fmt} is the format according to
15559which the registers' contents are to be returned, followed by an optional
15560list of numbers specifying the registers to display. A missing list of
15561numbers indicates that the contents of all the registers must be returned.
15562
15563Allowed formats for @var{fmt} are:
15564
15565@table @code
15566@item x
15567Hexadecimal
15568@item o
15569Octal
15570@item t
15571Binary
15572@item d
15573Decimal
15574@item r
15575Raw
15576@item N
15577Natural
15578@end table
15579
15580@subsubheading @value{GDBN} Command
15581
15582The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15583all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15584
15585@subsubheading Example
15586
15587For a PPC MBX board (note: line breaks are for readability only, they
15588don't appear in the actual output):
15589
15590@smallexample
15591(@value{GDBP})
15592-data-list-register-values r 64 65
15593^done,register-values=[@{number="64",value="0xfe00a300"@},
15594@{number="65",value="0x00029002"@}]
15595(@value{GDBP})
15596-data-list-register-values x
15597^done,register-values=[@{number="0",value="0xfe0043c8"@},
15598@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15599@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15600@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15601@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15602@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15603@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15604@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15605@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15606@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15607@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15608@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15609@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15610@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15611@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15612@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15613@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15614@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15615@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15616@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15617@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15618@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15619@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15620@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15621@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15622@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15623@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15624@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15625@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15626@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15627@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15628@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15629@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15630@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15631@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15632@{number="69",value="0x20002b03"@}]
15633(@value{GDBP})
15634@end smallexample
15635
15636
15637@subheading The @code{-data-read-memory} Command
15638@findex -data-read-memory
15639
15640@subsubheading Synopsis
15641
15642@smallexample
15643 -data-read-memory [ -o @var{byte-offset} ]
15644 @var{address} @var{word-format} @var{word-size}
15645 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15646@end smallexample
15647
15648@noindent
15649where:
15650
15651@table @samp
15652@item @var{address}
15653An expression specifying the address of the first memory word to be
15654read. Complex expressions containing embedded white space should be
15655quoted using the C convention.
15656
15657@item @var{word-format}
15658The format to be used to print the memory words. The notation is the
15659same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15660,Output formats}).
15661
15662@item @var{word-size}
15663The size of each memory word in bytes.
15664
15665@item @var{nr-rows}
15666The number of rows in the output table.
15667
15668@item @var{nr-cols}
15669The number of columns in the output table.
15670
15671@item @var{aschar}
15672If present, indicates that each row should include an @sc{ascii} dump. The
15673value of @var{aschar} is used as a padding character when a byte is not a
15674member of the printable @sc{ascii} character set (printable @sc{ascii}
15675characters are those whose code is between 32 and 126, inclusively).
15676
15677@item @var{byte-offset}
15678An offset to add to the @var{address} before fetching memory.
15679@end table
15680
15681This command displays memory contents as a table of @var{nr-rows} by
15682@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15683@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15684(returned as @samp{total-bytes}). Should less than the requested number
15685of bytes be returned by the target, the missing words are identified
15686using @samp{N/A}. The number of bytes read from the target is returned
15687in @samp{nr-bytes} and the starting address used to read memory in
15688@samp{addr}.
15689
15690The address of the next/previous row or page is available in
15691@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15692@samp{prev-page}.
15693
15694@subsubheading @value{GDBN} Command
15695
15696The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15697@samp{gdb_get_mem} memory read command.
15698
15699@subsubheading Example
15700
15701Read six bytes of memory starting at @code{bytes+6} but then offset by
15702@code{-6} bytes. Format as three rows of two columns. One byte per
15703word. Display each word in hex.
15704
15705@smallexample
15706(@value{GDBP})
157079-data-read-memory -o -6 -- bytes+6 x 1 3 2
157089^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15709next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15710prev-page="0x0000138a",memory=[
15711@{addr="0x00001390",data=["0x00","0x01"]@},
15712@{addr="0x00001392",data=["0x02","0x03"]@},
15713@{addr="0x00001394",data=["0x04","0x05"]@}]
15714(@value{GDBP})
15715@end smallexample
15716
15717Read two bytes of memory starting at address @code{shorts + 64} and
15718display as a single word formatted in decimal.
15719
15720@smallexample
15721(@value{GDBP})
157225-data-read-memory shorts+64 d 2 1 1
157235^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15724next-row="0x00001512",prev-row="0x0000150e",
15725next-page="0x00001512",prev-page="0x0000150e",memory=[
15726@{addr="0x00001510",data=["128"]@}]
15727(@value{GDBP})
15728@end smallexample
15729
15730Read thirty two bytes of memory starting at @code{bytes+16} and format
15731as eight rows of four columns. Include a string encoding with @samp{x}
15732used as the non-printable character.
15733
15734@smallexample
15735(@value{GDBP})
157364-data-read-memory bytes+16 x 1 8 4 x
157374^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15738next-row="0x000013c0",prev-row="0x0000139c",
15739next-page="0x000013c0",prev-page="0x00001380",memory=[
15740@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15741@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15742@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15743@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15744@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15745@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15746@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15747@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15748(@value{GDBP})
15749@end smallexample
15750
15751@subheading The @code{-display-delete} Command
15752@findex -display-delete
15753
15754@subsubheading Synopsis
15755
15756@smallexample
15757 -display-delete @var{number}
15758@end smallexample
15759
15760Delete the display @var{number}.
15761
15762@subsubheading @value{GDBN} Command
15763
15764The corresponding @value{GDBN} command is @samp{delete display}.
15765
15766@subsubheading Example
15767N.A.
15768
15769
15770@subheading The @code{-display-disable} Command
15771@findex -display-disable
15772
15773@subsubheading Synopsis
15774
15775@smallexample
15776 -display-disable @var{number}
15777@end smallexample
15778
15779Disable display @var{number}.
15780
15781@subsubheading @value{GDBN} Command
15782
15783The corresponding @value{GDBN} command is @samp{disable display}.
15784
15785@subsubheading Example
15786N.A.
15787
15788
15789@subheading The @code{-display-enable} Command
15790@findex -display-enable
15791
15792@subsubheading Synopsis
15793
15794@smallexample
15795 -display-enable @var{number}
15796@end smallexample
15797
15798Enable display @var{number}.
15799
15800@subsubheading @value{GDBN} Command
15801
15802The corresponding @value{GDBN} command is @samp{enable display}.
15803
15804@subsubheading Example
15805N.A.
15806
15807
15808@subheading The @code{-display-insert} Command
15809@findex -display-insert
15810
15811@subsubheading Synopsis
15812
15813@smallexample
15814 -display-insert @var{expression}
15815@end smallexample
15816
15817Display @var{expression} every time the program stops.
15818
15819@subsubheading @value{GDBN} Command
15820
15821The corresponding @value{GDBN} command is @samp{display}.
15822
15823@subsubheading Example
15824N.A.
15825
15826
15827@subheading The @code{-display-list} Command
15828@findex -display-list
15829
15830@subsubheading Synopsis
15831
15832@smallexample
15833 -display-list
15834@end smallexample
15835
15836List the displays. Do not show the current values.
15837
15838@subsubheading @value{GDBN} Command
15839
15840The corresponding @value{GDBN} command is @samp{info display}.
15841
15842@subsubheading Example
15843N.A.
15844
15845
15846@subheading The @code{-environment-cd} Command
15847@findex -environment-cd
15848
15849@subsubheading Synopsis
15850
15851@smallexample
15852 -environment-cd @var{pathdir}
15853@end smallexample
15854
15855Set @value{GDBN}'s working directory.
15856
15857@subsubheading @value{GDBN} Command
15858
15859The corresponding @value{GDBN} command is @samp{cd}.
15860
15861@subsubheading Example
15862
15863@smallexample
15864(@value{GDBP})
15865-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15866^done
15867(@value{GDBP})
15868@end smallexample
15869
15870
15871@subheading The @code{-environment-directory} Command
15872@findex -environment-directory
15873
15874@subsubheading Synopsis
15875
15876@smallexample
15877 -environment-directory [ -r ] [ @var{pathdir} ]+
15878@end smallexample
15879
15880Add directories @var{pathdir} to beginning of search path for source files.
15881If the @samp{-r} option is used, the search path is reset to the default
15882search path. If directories @var{pathdir} are supplied in addition to the
15883@samp{-r} option, the search path is first reset and then addition
15884occurs as normal.
15885Multiple directories may be specified, separated by blanks. Specifying
15886multiple directories in a single command
15887results in the directories added to the beginning of the
15888search path in the same order they were presented in the command.
15889If blanks are needed as
15890part of a directory name, double-quotes should be used around
15891the name. In the command output, the path will show up separated
15892by the system directory-separator character. The directory-seperator
15893character must not be used
15894in any directory name.
15895If no directories are specified, the current search path is displayed.
15896
15897@subsubheading @value{GDBN} Command
15898
15899The corresponding @value{GDBN} command is @samp{dir}.
15900
15901@subsubheading Example
15902
15903@smallexample
15904(@value{GDBP})
15905-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15906^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15907(@value{GDBP})
15908-environment-directory ""
15909^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15910(@value{GDBP})
15911-environment-directory -r /home/jjohnstn/src/gdb /usr/src
15912^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
15913(@value{GDBP})
15914-environment-directory -r
15915^done,source-path="$cdir:$cwd"
15916(@value{GDBP})
15917@end smallexample
15918
15919
15920@subheading The @code{-environment-path} Command
15921@findex -environment-path
15922
15923@subsubheading Synopsis
15924
15925@smallexample
15926 -environment-path [ -r ] [ @var{pathdir} ]+
15927@end smallexample
15928
15929Add directories @var{pathdir} to beginning of search path for object files.
15930If the @samp{-r} option is used, the search path is reset to the original
15931search path that existed at gdb start-up. If directories @var{pathdir} are
15932supplied in addition to the
15933@samp{-r} option, the search path is first reset and then addition
15934occurs as normal.
15935Multiple directories may be specified, separated by blanks. Specifying
15936multiple directories in a single command
15937results in the directories added to the beginning of the
15938search path in the same order they were presented in the command.
15939If blanks are needed as
15940part of a directory name, double-quotes should be used around
15941the name. In the command output, the path will show up separated
15942by the system directory-separator character. The directory-seperator
15943character must not be used
15944in any directory name.
15945If no directories are specified, the current path is displayed.
15946
15947
15948@subsubheading @value{GDBN} Command
15949
15950The corresponding @value{GDBN} command is @samp{path}.
15951
15952@subsubheading Example
15953
15954@smallexample
15955(@value{GDBP})
15956-environment-path
15957^done,path="/usr/bin"
15958(@value{GDBP})
15959-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
15960^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
15961(@value{GDBP})
15962-environment-path -r /usr/local/bin
15963^done,path="/usr/local/bin:/usr/bin"
15964(@value{GDBP})
15965@end smallexample
15966
15967
15968@subheading The @code{-environment-pwd} Command
15969@findex -environment-pwd
15970
15971@subsubheading Synopsis
15972
15973@smallexample
15974 -environment-pwd
15975@end smallexample
15976
15977Show the current working directory.
15978
15979@subsubheading @value{GDBN} command
15980
15981The corresponding @value{GDBN} command is @samp{pwd}.
15982
15983@subsubheading Example
15984
15985@smallexample
15986(@value{GDBP})
15987-environment-pwd
15988^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
15989(@value{GDBP})
15990@end smallexample
15991
15992@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15993@node GDB/MI Program Control
15994@section @sc{gdb/mi} Program control
15995
15996@subsubheading Program termination
15997
15998As a result of execution, the inferior program can run to completion, if
15999it doesn't encounter any breakpoints. In this case the output will
16000include an exit code, if the program has exited exceptionally.
16001
16002@subsubheading Examples
16003
16004@noindent
16005Program exited normally:
16006
16007@smallexample
16008(@value{GDBP})
16009-exec-run
16010^running
16011(@value{GDBP})
16012x = 55
16013*stopped,reason="exited-normally"
16014(@value{GDBP})
16015@end smallexample
16016
16017@noindent
16018Program exited exceptionally:
16019
16020@smallexample
16021(@value{GDBP})
16022-exec-run
16023^running
16024(@value{GDBP})
16025x = 55
16026*stopped,reason="exited",exit-code="01"
16027(@value{GDBP})
16028@end smallexample
16029
16030Another way the program can terminate is if it receives a signal such as
16031@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16032
16033@smallexample
16034(@value{GDBP})
16035*stopped,reason="exited-signalled",signal-name="SIGINT",
16036signal-meaning="Interrupt"
16037@end smallexample
16038
16039
16040@subheading The @code{-exec-abort} Command
16041@findex -exec-abort
16042
16043@subsubheading Synopsis
16044
16045@smallexample
16046 -exec-abort
16047@end smallexample
16048
16049Kill the inferior running program.
16050
16051@subsubheading @value{GDBN} Command
16052
16053The corresponding @value{GDBN} command is @samp{kill}.
16054
16055@subsubheading Example
16056N.A.
16057
16058
16059@subheading The @code{-exec-arguments} Command
16060@findex -exec-arguments
16061
16062@subsubheading Synopsis
16063
16064@smallexample
16065 -exec-arguments @var{args}
16066@end smallexample
16067
16068Set the inferior program arguments, to be used in the next
16069@samp{-exec-run}.
16070
16071@subsubheading @value{GDBN} Command
16072
16073The corresponding @value{GDBN} command is @samp{set args}.
16074
16075@subsubheading Example
16076
16077@c FIXME!
16078Don't have one around.
16079
16080
16081@subheading The @code{-exec-continue} Command
16082@findex -exec-continue
16083
16084@subsubheading Synopsis
16085
16086@smallexample
16087 -exec-continue
16088@end smallexample
16089
16090Asynchronous command. Resumes the execution of the inferior program
16091until a breakpoint is encountered, or until the inferior exits.
16092
16093@subsubheading @value{GDBN} Command
16094
16095The corresponding @value{GDBN} corresponding is @samp{continue}.
16096
16097@subsubheading Example
16098
16099@smallexample
16100-exec-continue
16101^running
16102(@value{GDBP})
16103@@Hello world
16104*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16105file="hello.c",line="13"@}
16106(@value{GDBP})
16107@end smallexample
16108
16109
16110@subheading The @code{-exec-finish} Command
16111@findex -exec-finish
16112
16113@subsubheading Synopsis
16114
16115@smallexample
16116 -exec-finish
16117@end smallexample
16118
16119Asynchronous command. Resumes the execution of the inferior program
16120until the current function is exited. Displays the results returned by
16121the function.
16122
16123@subsubheading @value{GDBN} Command
16124
16125The corresponding @value{GDBN} command is @samp{finish}.
16126
16127@subsubheading Example
16128
16129Function returning @code{void}.
16130
16131@smallexample
16132-exec-finish
16133^running
16134(@value{GDBP})
16135@@hello from foo
16136*stopped,reason="function-finished",frame=@{func="main",args=[],
16137file="hello.c",line="7"@}
16138(@value{GDBP})
16139@end smallexample
16140
16141Function returning other than @code{void}. The name of the internal
16142@value{GDBN} variable storing the result is printed, together with the
16143value itself.
16144
16145@smallexample
16146-exec-finish
16147^running
16148(@value{GDBP})
16149*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16150args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16151file="recursive2.c",line="14"@},
16152gdb-result-var="$1",return-value="0"
16153(@value{GDBP})
16154@end smallexample
16155
16156
16157@subheading The @code{-exec-interrupt} Command
16158@findex -exec-interrupt
16159
16160@subsubheading Synopsis
16161
16162@smallexample
16163 -exec-interrupt
16164@end smallexample
16165
16166Asynchronous command. Interrupts the background execution of the target.
16167Note how the token associated with the stop message is the one for the
16168execution command that has been interrupted. The token for the interrupt
16169itself only appears in the @samp{^done} output. If the user is trying to
16170interrupt a non-running program, an error message will be printed.
16171
16172@subsubheading @value{GDBN} Command
16173
16174The corresponding @value{GDBN} command is @samp{interrupt}.
16175
16176@subsubheading Example
16177
16178@smallexample
16179(@value{GDBP})
16180111-exec-continue
16181111^running
16182
16183(@value{GDBP})
16184222-exec-interrupt
16185222^done
16186(@value{GDBP})
16187111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16188frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16189(@value{GDBP})
16190
16191(@value{GDBP})
16192-exec-interrupt
16193^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16194(@value{GDBP})
16195@end smallexample
16196
16197
16198@subheading The @code{-exec-next} Command
16199@findex -exec-next
16200
16201@subsubheading Synopsis
16202
16203@smallexample
16204 -exec-next
16205@end smallexample
16206
16207Asynchronous command. Resumes execution of the inferior program, stopping
16208when the beginning of the next source line is reached.
16209
16210@subsubheading @value{GDBN} Command
16211
16212The corresponding @value{GDBN} command is @samp{next}.
16213
16214@subsubheading Example
16215
16216@smallexample
16217-exec-next
16218^running
16219(@value{GDBP})
16220*stopped,reason="end-stepping-range",line="8",file="hello.c"
16221(@value{GDBP})
16222@end smallexample
16223
16224
16225@subheading The @code{-exec-next-instruction} Command
16226@findex -exec-next-instruction
16227
16228@subsubheading Synopsis
16229
16230@smallexample
16231 -exec-next-instruction
16232@end smallexample
16233
16234Asynchronous command. Executes one machine instruction. If the
16235instruction is a function call continues until the function returns. If
16236the program stops at an instruction in the middle of a source line, the
16237address will be printed as well.
16238
16239@subsubheading @value{GDBN} Command
16240
16241The corresponding @value{GDBN} command is @samp{nexti}.
16242
16243@subsubheading Example
16244
16245@smallexample
16246(@value{GDBP})
16247-exec-next-instruction
16248^running
16249
16250(@value{GDBP})
16251*stopped,reason="end-stepping-range",
16252addr="0x000100d4",line="5",file="hello.c"
16253(@value{GDBP})
16254@end smallexample
16255
16256
16257@subheading The @code{-exec-return} Command
16258@findex -exec-return
16259
16260@subsubheading Synopsis
16261
16262@smallexample
16263 -exec-return
16264@end smallexample
16265
16266Makes current function return immediately. Doesn't execute the inferior.
16267Displays the new current frame.
16268
16269@subsubheading @value{GDBN} Command
16270
16271The corresponding @value{GDBN} command is @samp{return}.
16272
16273@subsubheading Example
16274
16275@smallexample
16276(@value{GDBP})
16277200-break-insert callee4
16278200^done,bkpt=@{number="1",addr="0x00010734",
16279file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16280(@value{GDBP})
16281000-exec-run
16282000^running
16283(@value{GDBP})
16284000*stopped,reason="breakpoint-hit",bkptno="1",
16285frame=@{func="callee4",args=[],
16286file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16287(@value{GDBP})
16288205-break-delete
16289205^done
16290(@value{GDBP})
16291111-exec-return
16292111^done,frame=@{level="0",func="callee3",
16293args=[@{name="strarg",
16294value="0x11940 \"A string argument.\""@}],
16295file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16296(@value{GDBP})
16297@end smallexample
16298
16299
16300@subheading The @code{-exec-run} Command
16301@findex -exec-run
16302
16303@subsubheading Synopsis
16304
16305@smallexample
16306 -exec-run
16307@end smallexample
16308
16309Asynchronous command. Starts execution of the inferior from the
16310beginning. The inferior executes until either a breakpoint is
16311encountered or the program exits.
16312
16313@subsubheading @value{GDBN} Command
16314
16315The corresponding @value{GDBN} command is @samp{run}.
16316
16317@subsubheading Example
16318
16319@smallexample
16320(@value{GDBP})
16321-break-insert main
16322^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16323(@value{GDBP})
16324-exec-run
16325^running
16326(@value{GDBP})
16327*stopped,reason="breakpoint-hit",bkptno="1",
16328frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16329(@value{GDBP})
16330@end smallexample
16331
16332
16333@subheading The @code{-exec-show-arguments} Command
16334@findex -exec-show-arguments
16335
16336@subsubheading Synopsis
16337
16338@smallexample
16339 -exec-show-arguments
16340@end smallexample
16341
16342Print the arguments of the program.
16343
16344@subsubheading @value{GDBN} Command
16345
16346The corresponding @value{GDBN} command is @samp{show args}.
16347
16348@subsubheading Example
16349N.A.
16350
16351@c @subheading -exec-signal
16352
16353@subheading The @code{-exec-step} Command
16354@findex -exec-step
16355
16356@subsubheading Synopsis
16357
16358@smallexample
16359 -exec-step
16360@end smallexample
16361
16362Asynchronous command. Resumes execution of the inferior program, stopping
16363when the beginning of the next source line is reached, if the next
16364source line is not a function call. If it is, stop at the first
16365instruction of the called function.
16366
16367@subsubheading @value{GDBN} Command
16368
16369The corresponding @value{GDBN} command is @samp{step}.
16370
16371@subsubheading Example
16372
16373Stepping into a function:
16374
16375@smallexample
16376-exec-step
16377^running
16378(@value{GDBP})
16379*stopped,reason="end-stepping-range",
16380frame=@{func="foo",args=[@{name="a",value="10"@},
16381@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16382(@value{GDBP})
16383@end smallexample
16384
16385Regular stepping:
16386
16387@smallexample
16388-exec-step
16389^running
16390(@value{GDBP})
16391*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16392(@value{GDBP})
16393@end smallexample
16394
16395
16396@subheading The @code{-exec-step-instruction} Command
16397@findex -exec-step-instruction
16398
16399@subsubheading Synopsis
16400
16401@smallexample
16402 -exec-step-instruction
16403@end smallexample
16404
16405Asynchronous command. Resumes the inferior which executes one machine
16406instruction. The output, once @value{GDBN} has stopped, will vary depending on
16407whether we have stopped in the middle of a source line or not. In the
16408former case, the address at which the program stopped will be printed as
16409well.
16410
16411@subsubheading @value{GDBN} Command
16412
16413The corresponding @value{GDBN} command is @samp{stepi}.
16414
16415@subsubheading Example
16416
16417@smallexample
16418(@value{GDBP})
16419-exec-step-instruction
16420^running
16421
16422(@value{GDBP})
16423*stopped,reason="end-stepping-range",
16424frame=@{func="foo",args=[],file="try.c",line="10"@}
16425(@value{GDBP})
16426-exec-step-instruction
16427^running
16428
16429(@value{GDBP})
16430*stopped,reason="end-stepping-range",
16431frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16432(@value{GDBP})
16433@end smallexample
16434
16435
16436@subheading The @code{-exec-until} Command
16437@findex -exec-until
16438
16439@subsubheading Synopsis
16440
16441@smallexample
16442 -exec-until [ @var{location} ]
16443@end smallexample
16444
16445Asynchronous command. Executes the inferior until the @var{location}
16446specified in the argument is reached. If there is no argument, the inferior
16447executes until a source line greater than the current one is reached.
16448The reason for stopping in this case will be @samp{location-reached}.
16449
16450@subsubheading @value{GDBN} Command
16451
16452The corresponding @value{GDBN} command is @samp{until}.
16453
16454@subsubheading Example
16455
16456@smallexample
16457(@value{GDBP})
16458-exec-until recursive2.c:6
16459^running
16460(@value{GDBP})
16461x = 55
16462*stopped,reason="location-reached",frame=@{func="main",args=[],
16463file="recursive2.c",line="6"@}
16464(@value{GDBP})
16465@end smallexample
16466
16467@ignore
16468@subheading -file-clear
16469Is this going away????
16470@end ignore
16471
16472
16473@subheading The @code{-file-exec-and-symbols} Command
16474@findex -file-exec-and-symbols
16475
16476@subsubheading Synopsis
16477
16478@smallexample
16479 -file-exec-and-symbols @var{file}
16480@end smallexample
16481
16482Specify the executable file to be debugged. This file is the one from
16483which the symbol table is also read. If no file is specified, the
16484command clears the executable and symbol information. If breakpoints
16485are set when using this command with no arguments, @value{GDBN} will produce
16486error messages. Otherwise, no output is produced, except a completion
16487notification.
16488
16489@subsubheading @value{GDBN} Command
16490
16491The corresponding @value{GDBN} command is @samp{file}.
16492
16493@subsubheading Example
16494
16495@smallexample
16496(@value{GDBP})
16497-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16498^done
16499(@value{GDBP})
16500@end smallexample
16501
16502
16503@subheading The @code{-file-exec-file} Command
16504@findex -file-exec-file
16505
16506@subsubheading Synopsis
16507
16508@smallexample
16509 -file-exec-file @var{file}
16510@end smallexample
16511
16512Specify the executable file to be debugged. Unlike
16513@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16514from this file. If used without argument, @value{GDBN} clears the information
16515about the executable file. No output is produced, except a completion
16516notification.
16517
16518@subsubheading @value{GDBN} Command
16519
16520The corresponding @value{GDBN} command is @samp{exec-file}.
16521
16522@subsubheading Example
16523
16524@smallexample
16525(@value{GDBP})
16526-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16527^done
16528(@value{GDBP})
16529@end smallexample
16530
16531
16532@subheading The @code{-file-list-exec-sections} Command
16533@findex -file-list-exec-sections
16534
16535@subsubheading Synopsis
16536
16537@smallexample
16538 -file-list-exec-sections
16539@end smallexample
16540
16541List the sections of the current executable file.
16542
16543@subsubheading @value{GDBN} Command
16544
16545The @value{GDBN} command @samp{info file} shows, among the rest, the same
16546information as this command. @code{gdbtk} has a corresponding command
16547@samp{gdb_load_info}.
16548
16549@subsubheading Example
16550N.A.
16551
16552
1abaf70c
BR
16553@subheading The @code{-file-list-exec-source-file} Command
16554@findex -file-list-exec-source-file
16555
16556@subsubheading Synopsis
16557
16558@smallexample
16559 -file-list-exec-source-file
16560@end smallexample
16561
16562List the line number, the current source file, and the absolute path
16563to the current source file for the current executable.
16564
16565@subsubheading @value{GDBN} Command
16566
16567There's no @value{GDBN} command which directly corresponds to this one.
16568
16569@subsubheading Example
16570
16571@smallexample
16572(@value{GDBP})
16573123-file-list-exec-source-file
16574123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16575(@value{GDBP})
16576@end smallexample
16577
16578
922fbb7b
AC
16579@subheading The @code{-file-list-exec-source-files} Command
16580@findex -file-list-exec-source-files
16581
16582@subsubheading Synopsis
16583
16584@smallexample
16585 -file-list-exec-source-files
16586@end smallexample
16587
16588List the source files for the current executable.
16589
16590@subsubheading @value{GDBN} Command
16591
16592There's no @value{GDBN} command which directly corresponds to this one.
16593@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16594
16595@subsubheading Example
16596N.A.
16597
16598
16599@subheading The @code{-file-list-shared-libraries} Command
16600@findex -file-list-shared-libraries
16601
16602@subsubheading Synopsis
16603
16604@smallexample
16605 -file-list-shared-libraries
16606@end smallexample
16607
16608List the shared libraries in the program.
16609
16610@subsubheading @value{GDBN} Command
16611
16612The corresponding @value{GDBN} command is @samp{info shared}.
16613
16614@subsubheading Example
16615N.A.
16616
16617
16618@subheading The @code{-file-list-symbol-files} Command
16619@findex -file-list-symbol-files
16620
16621@subsubheading Synopsis
16622
16623@smallexample
16624 -file-list-symbol-files
16625@end smallexample
16626
16627List symbol files.
16628
16629@subsubheading @value{GDBN} Command
16630
16631The corresponding @value{GDBN} command is @samp{info file} (part of it).
16632
16633@subsubheading Example
16634N.A.
16635
16636
16637@subheading The @code{-file-symbol-file} Command
16638@findex -file-symbol-file
16639
16640@subsubheading Synopsis
16641
16642@smallexample
16643 -file-symbol-file @var{file}
16644@end smallexample
16645
16646Read symbol table info from the specified @var{file} argument. When
16647used without arguments, clears @value{GDBN}'s symbol table info. No output is
16648produced, except for a completion notification.
16649
16650@subsubheading @value{GDBN} Command
16651
16652The corresponding @value{GDBN} command is @samp{symbol-file}.
16653
16654@subsubheading Example
16655
16656@smallexample
16657(@value{GDBP})
16658-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16659^done
16660(@value{GDBP})
16661@end smallexample
16662
16663@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16664@node GDB/MI Miscellaneous Commands
16665@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16666
16667@c @subheading -gdb-complete
16668
16669@subheading The @code{-gdb-exit} Command
16670@findex -gdb-exit
16671
16672@subsubheading Synopsis
16673
16674@smallexample
16675 -gdb-exit
16676@end smallexample
16677
16678Exit @value{GDBN} immediately.
16679
16680@subsubheading @value{GDBN} Command
16681
16682Approximately corresponds to @samp{quit}.
16683
16684@subsubheading Example
16685
16686@smallexample
16687(@value{GDBP})
16688-gdb-exit
16689@end smallexample
16690
16691@subheading The @code{-gdb-set} Command
16692@findex -gdb-set
16693
16694@subsubheading Synopsis
16695
16696@smallexample
16697 -gdb-set
16698@end smallexample
16699
16700Set an internal @value{GDBN} variable.
16701@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16702
16703@subsubheading @value{GDBN} Command
16704
16705The corresponding @value{GDBN} command is @samp{set}.
16706
16707@subsubheading Example
16708
16709@smallexample
16710(@value{GDBP})
16711-gdb-set $foo=3
16712^done
16713(@value{GDBP})
16714@end smallexample
16715
16716
16717@subheading The @code{-gdb-show} Command
16718@findex -gdb-show
16719
16720@subsubheading Synopsis
16721
16722@smallexample
16723 -gdb-show
16724@end smallexample
16725
16726Show the current value of a @value{GDBN} variable.
16727
16728@subsubheading @value{GDBN} command
16729
16730The corresponding @value{GDBN} command is @samp{show}.
16731
16732@subsubheading Example
16733
16734@smallexample
16735(@value{GDBP})
16736-gdb-show annotate
16737^done,value="0"
16738(@value{GDBP})
16739@end smallexample
16740
16741@c @subheading -gdb-source
16742
16743
16744@subheading The @code{-gdb-version} Command
16745@findex -gdb-version
16746
16747@subsubheading Synopsis
16748
16749@smallexample
16750 -gdb-version
16751@end smallexample
16752
16753Show version information for @value{GDBN}. Used mostly in testing.
16754
16755@subsubheading @value{GDBN} Command
16756
16757There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16758information when you start an interactive session.
16759
16760@subsubheading Example
16761
16762@c This example modifies the actual output from GDB to avoid overfull
16763@c box in TeX.
16764@smallexample
16765(@value{GDBP})
16766-gdb-version
16767~GNU gdb 5.2.1
16768~Copyright 2000 Free Software Foundation, Inc.
16769~GDB is free software, covered by the GNU General Public License, and
16770~you are welcome to change it and/or distribute copies of it under
16771~ certain conditions.
16772~Type "show copying" to see the conditions.
16773~There is absolutely no warranty for GDB. Type "show warranty" for
16774~ details.
16775~This GDB was configured as
16776 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16777^done
16778(@value{GDBP})
16779@end smallexample
16780
16781@subheading The @code{-interpreter-exec} Command
16782@findex -interpreter-exec
16783
16784@subheading Synopsis
16785
16786@smallexample
16787-interpreter-exec @var{interpreter} @var{command}
16788@end smallexample
16789
16790Execute the specified @var{command} in the given @var{interpreter}.
16791
16792@subheading @value{GDBN} Command
16793
16794The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16795
16796@subheading Example
16797
16798@smallexample
16799(@value{GDBP})
16800-interpreter-exec console "break main"
16801&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16802&"During symbol reading, bad structure-type format.\n"
16803~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16804^done
16805(@value{GDBP})
16806@end smallexample
16807
16808@ignore
16809@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16810@node GDB/MI Kod Commands
16811@section @sc{gdb/mi} Kod Commands
16812
16813The Kod commands are not implemented.
16814
16815@c @subheading -kod-info
16816
16817@c @subheading -kod-list
16818
16819@c @subheading -kod-list-object-types
16820
16821@c @subheading -kod-show
16822
16823@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16824@node GDB/MI Memory Overlay Commands
16825@section @sc{gdb/mi} Memory Overlay Commands
16826
16827The memory overlay commands are not implemented.
16828
16829@c @subheading -overlay-auto
16830
16831@c @subheading -overlay-list-mapping-state
16832
16833@c @subheading -overlay-list-overlays
16834
16835@c @subheading -overlay-map
16836
16837@c @subheading -overlay-off
16838
16839@c @subheading -overlay-on
16840
16841@c @subheading -overlay-unmap
16842
16843@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16844@node GDB/MI Signal Handling Commands
16845@section @sc{gdb/mi} Signal Handling Commands
16846
16847Signal handling commands are not implemented.
16848
16849@c @subheading -signal-handle
16850
16851@c @subheading -signal-list-handle-actions
16852
16853@c @subheading -signal-list-signal-types
16854@end ignore
16855
16856
16857@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16858@node GDB/MI Stack Manipulation
16859@section @sc{gdb/mi} Stack Manipulation Commands
16860
16861
16862@subheading The @code{-stack-info-frame} Command
16863@findex -stack-info-frame
16864
16865@subsubheading Synopsis
16866
16867@smallexample
16868 -stack-info-frame
16869@end smallexample
16870
16871Get info on the current frame.
16872
16873@subsubheading @value{GDBN} Command
16874
16875The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16876(without arguments).
16877
16878@subsubheading Example
16879N.A.
16880
16881@subheading The @code{-stack-info-depth} Command
16882@findex -stack-info-depth
16883
16884@subsubheading Synopsis
16885
16886@smallexample
16887 -stack-info-depth [ @var{max-depth} ]
16888@end smallexample
16889
16890Return the depth of the stack. If the integer argument @var{max-depth}
16891is specified, do not count beyond @var{max-depth} frames.
16892
16893@subsubheading @value{GDBN} Command
16894
16895There's no equivalent @value{GDBN} command.
16896
16897@subsubheading Example
16898
16899For a stack with frame levels 0 through 11:
16900
16901@smallexample
16902(@value{GDBP})
16903-stack-info-depth
16904^done,depth="12"
16905(@value{GDBP})
16906-stack-info-depth 4
16907^done,depth="4"
16908(@value{GDBP})
16909-stack-info-depth 12
16910^done,depth="12"
16911(@value{GDBP})
16912-stack-info-depth 11
16913^done,depth="11"
16914(@value{GDBP})
16915-stack-info-depth 13
16916^done,depth="12"
16917(@value{GDBP})
16918@end smallexample
16919
16920@subheading The @code{-stack-list-arguments} Command
16921@findex -stack-list-arguments
16922
16923@subsubheading Synopsis
16924
16925@smallexample
16926 -stack-list-arguments @var{show-values}
16927 [ @var{low-frame} @var{high-frame} ]
16928@end smallexample
16929
16930Display a list of the arguments for the frames between @var{low-frame}
16931and @var{high-frame} (inclusive). If @var{low-frame} and
16932@var{high-frame} are not provided, list the arguments for the whole call
16933stack.
16934
16935The @var{show-values} argument must have a value of 0 or 1. A value of
169360 means that only the names of the arguments are listed, a value of 1
16937means that both names and values of the arguments are printed.
16938
16939@subsubheading @value{GDBN} Command
16940
16941@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
16942@samp{gdb_get_args} command which partially overlaps with the
16943functionality of @samp{-stack-list-arguments}.
16944
16945@subsubheading Example
16946
16947@smallexample
16948(@value{GDBP})
16949-stack-list-frames
16950^done,
16951stack=[
16952frame=@{level="0",addr="0x00010734",func="callee4",
16953file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
16954frame=@{level="1",addr="0x0001076c",func="callee3",
16955file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
16956frame=@{level="2",addr="0x0001078c",func="callee2",
16957file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
16958frame=@{level="3",addr="0x000107b4",func="callee1",
16959file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
16960frame=@{level="4",addr="0x000107e0",func="main",
16961file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
16962(@value{GDBP})
16963-stack-list-arguments 0
16964^done,
16965stack-args=[
16966frame=@{level="0",args=[]@},
16967frame=@{level="1",args=[name="strarg"]@},
16968frame=@{level="2",args=[name="intarg",name="strarg"]@},
16969frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
16970frame=@{level="4",args=[]@}]
16971(@value{GDBP})
16972-stack-list-arguments 1
16973^done,
16974stack-args=[
16975frame=@{level="0",args=[]@},
16976frame=@{level="1",
16977 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16978frame=@{level="2",args=[
16979@{name="intarg",value="2"@},
16980@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16981@{frame=@{level="3",args=[
16982@{name="intarg",value="2"@},
16983@{name="strarg",value="0x11940 \"A string argument.\""@},
16984@{name="fltarg",value="3.5"@}]@},
16985frame=@{level="4",args=[]@}]
16986(@value{GDBP})
16987-stack-list-arguments 0 2 2
16988^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
16989(@value{GDBP})
16990-stack-list-arguments 1 2 2
16991^done,stack-args=[frame=@{level="2",
16992args=[@{name="intarg",value="2"@},
16993@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
16994(@value{GDBP})
16995@end smallexample
16996
16997@c @subheading -stack-list-exception-handlers
16998
16999
17000@subheading The @code{-stack-list-frames} Command
17001@findex -stack-list-frames
17002
17003@subsubheading Synopsis
17004
17005@smallexample
17006 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17007@end smallexample
17008
17009List the frames currently on the stack. For each frame it displays the
17010following info:
17011
17012@table @samp
17013@item @var{level}
17014The frame number, 0 being the topmost frame, i.e. the innermost function.
17015@item @var{addr}
17016The @code{$pc} value for that frame.
17017@item @var{func}
17018Function name.
17019@item @var{file}
17020File name of the source file where the function lives.
17021@item @var{line}
17022Line number corresponding to the @code{$pc}.
17023@end table
17024
17025If invoked without arguments, this command prints a backtrace for the
17026whole stack. If given two integer arguments, it shows the frames whose
17027levels are between the two arguments (inclusive). If the two arguments
17028are equal, it shows the single frame at the corresponding level.
17029
17030@subsubheading @value{GDBN} Command
17031
17032The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17033
17034@subsubheading Example
17035
17036Full stack backtrace:
17037
17038@smallexample
17039(@value{GDBP})
17040-stack-list-frames
17041^done,stack=
17042[frame=@{level="0",addr="0x0001076c",func="foo",
17043 file="recursive2.c",line="11"@},
17044frame=@{level="1",addr="0x000107a4",func="foo",
17045 file="recursive2.c",line="14"@},
17046frame=@{level="2",addr="0x000107a4",func="foo",
17047 file="recursive2.c",line="14"@},
17048frame=@{level="3",addr="0x000107a4",func="foo",
17049 file="recursive2.c",line="14"@},
17050frame=@{level="4",addr="0x000107a4",func="foo",
17051 file="recursive2.c",line="14"@},
17052frame=@{level="5",addr="0x000107a4",func="foo",
17053 file="recursive2.c",line="14"@},
17054frame=@{level="6",addr="0x000107a4",func="foo",
17055 file="recursive2.c",line="14"@},
17056frame=@{level="7",addr="0x000107a4",func="foo",
17057 file="recursive2.c",line="14"@},
17058frame=@{level="8",addr="0x000107a4",func="foo",
17059 file="recursive2.c",line="14"@},
17060frame=@{level="9",addr="0x000107a4",func="foo",
17061 file="recursive2.c",line="14"@},
17062frame=@{level="10",addr="0x000107a4",func="foo",
17063 file="recursive2.c",line="14"@},
17064frame=@{level="11",addr="0x00010738",func="main",
17065 file="recursive2.c",line="4"@}]
17066(@value{GDBP})
17067@end smallexample
17068
17069Show frames between @var{low_frame} and @var{high_frame}:
17070
17071@smallexample
17072(@value{GDBP})
17073-stack-list-frames 3 5
17074^done,stack=
17075[frame=@{level="3",addr="0x000107a4",func="foo",
17076 file="recursive2.c",line="14"@},
17077frame=@{level="4",addr="0x000107a4",func="foo",
17078 file="recursive2.c",line="14"@},
17079frame=@{level="5",addr="0x000107a4",func="foo",
17080 file="recursive2.c",line="14"@}]
17081(@value{GDBP})
17082@end smallexample
17083
17084Show a single frame:
17085
17086@smallexample
17087(@value{GDBP})
17088-stack-list-frames 3 3
17089^done,stack=
17090[frame=@{level="3",addr="0x000107a4",func="foo",
17091 file="recursive2.c",line="14"@}]
17092(@value{GDBP})
17093@end smallexample
17094
17095
17096@subheading The @code{-stack-list-locals} Command
17097@findex -stack-list-locals
17098
17099@subsubheading Synopsis
17100
17101@smallexample
17102 -stack-list-locals @var{print-values}
17103@end smallexample
17104
17105Display the local variable names for the current frame. With an
17106argument of 0 prints only the names of the variables, with argument of 1
17107prints also their values.
17108
17109@subsubheading @value{GDBN} Command
17110
17111@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17112
17113@subsubheading Example
17114
17115@smallexample
17116(@value{GDBP})
17117-stack-list-locals 0
17118^done,locals=[name="A",name="B",name="C"]
17119(@value{GDBP})
17120-stack-list-locals 1
17121^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17122 @{name="C",value="3"@}]
17123(@value{GDBP})
17124@end smallexample
17125
17126
17127@subheading The @code{-stack-select-frame} Command
17128@findex -stack-select-frame
17129
17130@subsubheading Synopsis
17131
17132@smallexample
17133 -stack-select-frame @var{framenum}
17134@end smallexample
17135
17136Change the current frame. Select a different frame @var{framenum} on
17137the stack.
17138
17139@subsubheading @value{GDBN} Command
17140
17141The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17142@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17143
17144@subsubheading Example
17145
17146@smallexample
17147(@value{GDBP})
17148-stack-select-frame 2
17149^done
17150(@value{GDBP})
17151@end smallexample
17152
17153@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17154@node GDB/MI Symbol Query
17155@section @sc{gdb/mi} Symbol Query Commands
17156
17157
17158@subheading The @code{-symbol-info-address} Command
17159@findex -symbol-info-address
17160
17161@subsubheading Synopsis
17162
17163@smallexample
17164 -symbol-info-address @var{symbol}
17165@end smallexample
17166
17167Describe where @var{symbol} is stored.
17168
17169@subsubheading @value{GDBN} Command
17170
17171The corresponding @value{GDBN} command is @samp{info address}.
17172
17173@subsubheading Example
17174N.A.
17175
17176
17177@subheading The @code{-symbol-info-file} Command
17178@findex -symbol-info-file
17179
17180@subsubheading Synopsis
17181
17182@smallexample
17183 -symbol-info-file
17184@end smallexample
17185
17186Show the file for the symbol.
17187
17188@subsubheading @value{GDBN} Command
17189
17190There's no equivalent @value{GDBN} command. @code{gdbtk} has
17191@samp{gdb_find_file}.
17192
17193@subsubheading Example
17194N.A.
17195
17196
17197@subheading The @code{-symbol-info-function} Command
17198@findex -symbol-info-function
17199
17200@subsubheading Synopsis
17201
17202@smallexample
17203 -symbol-info-function
17204@end smallexample
17205
17206Show which function the symbol lives in.
17207
17208@subsubheading @value{GDBN} Command
17209
17210@samp{gdb_get_function} in @code{gdbtk}.
17211
17212@subsubheading Example
17213N.A.
17214
17215
17216@subheading The @code{-symbol-info-line} Command
17217@findex -symbol-info-line
17218
17219@subsubheading Synopsis
17220
17221@smallexample
17222 -symbol-info-line
17223@end smallexample
17224
17225Show the core addresses of the code for a source line.
17226
17227@subsubheading @value{GDBN} Command
17228
17229The corresponding @value{GDBN} comamnd is @samp{info line}.
17230@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17231
17232@subsubheading Example
17233N.A.
17234
17235
17236@subheading The @code{-symbol-info-symbol} Command
17237@findex -symbol-info-symbol
17238
17239@subsubheading Synopsis
17240
17241@smallexample
17242 -symbol-info-symbol @var{addr}
17243@end smallexample
17244
17245Describe what symbol is at location @var{addr}.
17246
17247@subsubheading @value{GDBN} Command
17248
17249The corresponding @value{GDBN} command is @samp{info symbol}.
17250
17251@subsubheading Example
17252N.A.
17253
17254
17255@subheading The @code{-symbol-list-functions} Command
17256@findex -symbol-list-functions
17257
17258@subsubheading Synopsis
17259
17260@smallexample
17261 -symbol-list-functions
17262@end smallexample
17263
17264List the functions in the executable.
17265
17266@subsubheading @value{GDBN} Command
17267
17268@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17269@samp{gdb_search} in @code{gdbtk}.
17270
17271@subsubheading Example
17272N.A.
17273
17274
32e7087d
JB
17275@subheading The @code{-symbol-list-lines} Command
17276@findex -symbol-list-lines
17277
17278@subsubheading Synopsis
17279
17280@smallexample
17281 -symbol-list-lines @var{filename}
17282@end smallexample
17283
17284Print the list of lines that contain code and their associated program
17285addresses for the given source filename. The entries are sorted in
17286ascending PC order.
17287
17288@subsubheading @value{GDBN} Command
17289
17290There is no corresponding @value{GDBN} command.
17291
17292@subsubheading Example
17293@smallexample
17294(@value{GDBP})
17295-symbol-list-lines basics.c
54ff5908 17296^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17297(@value{GDBP})
17298@end smallexample
17299
17300
922fbb7b
AC
17301@subheading The @code{-symbol-list-types} Command
17302@findex -symbol-list-types
17303
17304@subsubheading Synopsis
17305
17306@smallexample
17307 -symbol-list-types
17308@end smallexample
17309
17310List all the type names.
17311
17312@subsubheading @value{GDBN} Command
17313
17314The corresponding commands are @samp{info types} in @value{GDBN},
17315@samp{gdb_search} in @code{gdbtk}.
17316
17317@subsubheading Example
17318N.A.
17319
17320
17321@subheading The @code{-symbol-list-variables} Command
17322@findex -symbol-list-variables
17323
17324@subsubheading Synopsis
17325
17326@smallexample
17327 -symbol-list-variables
17328@end smallexample
17329
17330List all the global and static variable names.
17331
17332@subsubheading @value{GDBN} Command
17333
17334@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17335
17336@subsubheading Example
17337N.A.
17338
17339
17340@subheading The @code{-symbol-locate} Command
17341@findex -symbol-locate
17342
17343@subsubheading Synopsis
17344
17345@smallexample
17346 -symbol-locate
17347@end smallexample
17348
17349@subsubheading @value{GDBN} Command
17350
17351@samp{gdb_loc} in @code{gdbtk}.
17352
17353@subsubheading Example
17354N.A.
17355
17356
17357@subheading The @code{-symbol-type} Command
17358@findex -symbol-type
17359
17360@subsubheading Synopsis
17361
17362@smallexample
17363 -symbol-type @var{variable}
17364@end smallexample
17365
17366Show type of @var{variable}.
17367
17368@subsubheading @value{GDBN} Command
17369
17370The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17371@samp{gdb_obj_variable}.
17372
17373@subsubheading Example
17374N.A.
17375
17376
17377@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17378@node GDB/MI Target Manipulation
17379@section @sc{gdb/mi} Target Manipulation Commands
17380
17381
17382@subheading The @code{-target-attach} Command
17383@findex -target-attach
17384
17385@subsubheading Synopsis
17386
17387@smallexample
17388 -target-attach @var{pid} | @var{file}
17389@end smallexample
17390
17391Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17392
17393@subsubheading @value{GDBN} command
17394
17395The corresponding @value{GDBN} command is @samp{attach}.
17396
17397@subsubheading Example
17398N.A.
17399
17400
17401@subheading The @code{-target-compare-sections} Command
17402@findex -target-compare-sections
17403
17404@subsubheading Synopsis
17405
17406@smallexample
17407 -target-compare-sections [ @var{section} ]
17408@end smallexample
17409
17410Compare data of section @var{section} on target to the exec file.
17411Without the argument, all sections are compared.
17412
17413@subsubheading @value{GDBN} Command
17414
17415The @value{GDBN} equivalent is @samp{compare-sections}.
17416
17417@subsubheading Example
17418N.A.
17419
17420
17421@subheading The @code{-target-detach} Command
17422@findex -target-detach
17423
17424@subsubheading Synopsis
17425
17426@smallexample
17427 -target-detach
17428@end smallexample
17429
17430Disconnect from the remote target. There's no output.
17431
17432@subsubheading @value{GDBN} command
17433
17434The corresponding @value{GDBN} command is @samp{detach}.
17435
17436@subsubheading Example
17437
17438@smallexample
17439(@value{GDBP})
17440-target-detach
17441^done
17442(@value{GDBP})
17443@end smallexample
17444
17445
07f31aa6
DJ
17446@subheading The @code{-target-disconnect} Command
17447@findex -target-disconnect
17448
17449@subsubheading Synopsis
17450
17451@example
17452 -target-disconnect
17453@end example
17454
17455Disconnect from the remote target. There's no output.
17456
17457@subsubheading @value{GDBN} command
17458
17459The corresponding @value{GDBN} command is @samp{disconnect}.
17460
17461@subsubheading Example
17462
17463@smallexample
17464(@value{GDBP})
17465-target-disconnect
17466^done
17467(@value{GDBP})
17468@end smallexample
17469
17470
922fbb7b
AC
17471@subheading The @code{-target-download} Command
17472@findex -target-download
17473
17474@subsubheading Synopsis
17475
17476@smallexample
17477 -target-download
17478@end smallexample
17479
17480Loads the executable onto the remote target.
17481It prints out an update message every half second, which includes the fields:
17482
17483@table @samp
17484@item section
17485The name of the section.
17486@item section-sent
17487The size of what has been sent so far for that section.
17488@item section-size
17489The size of the section.
17490@item total-sent
17491The total size of what was sent so far (the current and the previous sections).
17492@item total-size
17493The size of the overall executable to download.
17494@end table
17495
17496@noindent
17497Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17498@sc{gdb/mi} Output Syntax}).
17499
17500In addition, it prints the name and size of the sections, as they are
17501downloaded. These messages include the following fields:
17502
17503@table @samp
17504@item section
17505The name of the section.
17506@item section-size
17507The size of the section.
17508@item total-size
17509The size of the overall executable to download.
17510@end table
17511
17512@noindent
17513At the end, a summary is printed.
17514
17515@subsubheading @value{GDBN} Command
17516
17517The corresponding @value{GDBN} command is @samp{load}.
17518
17519@subsubheading Example
17520
17521Note: each status message appears on a single line. Here the messages
17522have been broken down so that they can fit onto a page.
17523
17524@smallexample
17525(@value{GDBP})
17526-target-download
17527+download,@{section=".text",section-size="6668",total-size="9880"@}
17528+download,@{section=".text",section-sent="512",section-size="6668",
17529total-sent="512",total-size="9880"@}
17530+download,@{section=".text",section-sent="1024",section-size="6668",
17531total-sent="1024",total-size="9880"@}
17532+download,@{section=".text",section-sent="1536",section-size="6668",
17533total-sent="1536",total-size="9880"@}
17534+download,@{section=".text",section-sent="2048",section-size="6668",
17535total-sent="2048",total-size="9880"@}
17536+download,@{section=".text",section-sent="2560",section-size="6668",
17537total-sent="2560",total-size="9880"@}
17538+download,@{section=".text",section-sent="3072",section-size="6668",
17539total-sent="3072",total-size="9880"@}
17540+download,@{section=".text",section-sent="3584",section-size="6668",
17541total-sent="3584",total-size="9880"@}
17542+download,@{section=".text",section-sent="4096",section-size="6668",
17543total-sent="4096",total-size="9880"@}
17544+download,@{section=".text",section-sent="4608",section-size="6668",
17545total-sent="4608",total-size="9880"@}
17546+download,@{section=".text",section-sent="5120",section-size="6668",
17547total-sent="5120",total-size="9880"@}
17548+download,@{section=".text",section-sent="5632",section-size="6668",
17549total-sent="5632",total-size="9880"@}
17550+download,@{section=".text",section-sent="6144",section-size="6668",
17551total-sent="6144",total-size="9880"@}
17552+download,@{section=".text",section-sent="6656",section-size="6668",
17553total-sent="6656",total-size="9880"@}
17554+download,@{section=".init",section-size="28",total-size="9880"@}
17555+download,@{section=".fini",section-size="28",total-size="9880"@}
17556+download,@{section=".data",section-size="3156",total-size="9880"@}
17557+download,@{section=".data",section-sent="512",section-size="3156",
17558total-sent="7236",total-size="9880"@}
17559+download,@{section=".data",section-sent="1024",section-size="3156",
17560total-sent="7748",total-size="9880"@}
17561+download,@{section=".data",section-sent="1536",section-size="3156",
17562total-sent="8260",total-size="9880"@}
17563+download,@{section=".data",section-sent="2048",section-size="3156",
17564total-sent="8772",total-size="9880"@}
17565+download,@{section=".data",section-sent="2560",section-size="3156",
17566total-sent="9284",total-size="9880"@}
17567+download,@{section=".data",section-sent="3072",section-size="3156",
17568total-sent="9796",total-size="9880"@}
17569^done,address="0x10004",load-size="9880",transfer-rate="6586",
17570write-rate="429"
17571(@value{GDBP})
17572@end smallexample
17573
17574
17575@subheading The @code{-target-exec-status} Command
17576@findex -target-exec-status
17577
17578@subsubheading Synopsis
17579
17580@smallexample
17581 -target-exec-status
17582@end smallexample
17583
17584Provide information on the state of the target (whether it is running or
17585not, for instance).
17586
17587@subsubheading @value{GDBN} Command
17588
17589There's no equivalent @value{GDBN} command.
17590
17591@subsubheading Example
17592N.A.
17593
17594
17595@subheading The @code{-target-list-available-targets} Command
17596@findex -target-list-available-targets
17597
17598@subsubheading Synopsis
17599
17600@smallexample
17601 -target-list-available-targets
17602@end smallexample
17603
17604List the possible targets to connect to.
17605
17606@subsubheading @value{GDBN} Command
17607
17608The corresponding @value{GDBN} command is @samp{help target}.
17609
17610@subsubheading Example
17611N.A.
17612
17613
17614@subheading The @code{-target-list-current-targets} Command
17615@findex -target-list-current-targets
17616
17617@subsubheading Synopsis
17618
17619@smallexample
17620 -target-list-current-targets
17621@end smallexample
17622
17623Describe the current target.
17624
17625@subsubheading @value{GDBN} Command
17626
17627The corresponding information is printed by @samp{info file} (among
17628other things).
17629
17630@subsubheading Example
17631N.A.
17632
17633
17634@subheading The @code{-target-list-parameters} Command
17635@findex -target-list-parameters
17636
17637@subsubheading Synopsis
17638
17639@smallexample
17640 -target-list-parameters
17641@end smallexample
17642
17643@c ????
17644
17645@subsubheading @value{GDBN} Command
17646
17647No equivalent.
17648
17649@subsubheading Example
17650N.A.
17651
17652
17653@subheading The @code{-target-select} Command
17654@findex -target-select
17655
17656@subsubheading Synopsis
17657
17658@smallexample
17659 -target-select @var{type} @var{parameters @dots{}}
17660@end smallexample
17661
17662Connect @value{GDBN} to the remote target. This command takes two args:
17663
17664@table @samp
17665@item @var{type}
17666The type of target, for instance @samp{async}, @samp{remote}, etc.
17667@item @var{parameters}
17668Device names, host names and the like. @xref{Target Commands, ,
17669Commands for managing targets}, for more details.
17670@end table
17671
17672The output is a connection notification, followed by the address at
17673which the target program is, in the following form:
17674
17675@smallexample
17676^connected,addr="@var{address}",func="@var{function name}",
17677 args=[@var{arg list}]
17678@end smallexample
17679
17680@subsubheading @value{GDBN} Command
17681
17682The corresponding @value{GDBN} command is @samp{target}.
17683
17684@subsubheading Example
17685
17686@smallexample
17687(@value{GDBP})
17688-target-select async /dev/ttya
17689^connected,addr="0xfe00a300",func="??",args=[]
17690(@value{GDBP})
17691@end smallexample
17692
17693@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17694@node GDB/MI Thread Commands
17695@section @sc{gdb/mi} Thread Commands
17696
17697
17698@subheading The @code{-thread-info} Command
17699@findex -thread-info
17700
17701@subsubheading Synopsis
17702
17703@smallexample
17704 -thread-info
17705@end smallexample
17706
17707@subsubheading @value{GDBN} command
17708
17709No equivalent.
17710
17711@subsubheading Example
17712N.A.
17713
17714
17715@subheading The @code{-thread-list-all-threads} Command
17716@findex -thread-list-all-threads
17717
17718@subsubheading Synopsis
17719
17720@smallexample
17721 -thread-list-all-threads
17722@end smallexample
17723
17724@subsubheading @value{GDBN} Command
17725
17726The equivalent @value{GDBN} command is @samp{info threads}.
17727
17728@subsubheading Example
17729N.A.
17730
17731
17732@subheading The @code{-thread-list-ids} Command
17733@findex -thread-list-ids
17734
17735@subsubheading Synopsis
17736
17737@smallexample
17738 -thread-list-ids
17739@end smallexample
17740
17741Produces a list of the currently known @value{GDBN} thread ids. At the
17742end of the list it also prints the total number of such threads.
17743
17744@subsubheading @value{GDBN} Command
17745
17746Part of @samp{info threads} supplies the same information.
17747
17748@subsubheading Example
17749
17750No threads present, besides the main process:
17751
17752@smallexample
17753(@value{GDBP})
17754-thread-list-ids
17755^done,thread-ids=@{@},number-of-threads="0"
17756(@value{GDBP})
17757@end smallexample
17758
17759
17760Several threads:
17761
17762@smallexample
17763(@value{GDBP})
17764-thread-list-ids
17765^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17766number-of-threads="3"
17767(@value{GDBP})
17768@end smallexample
17769
17770
17771@subheading The @code{-thread-select} Command
17772@findex -thread-select
17773
17774@subsubheading Synopsis
17775
17776@smallexample
17777 -thread-select @var{threadnum}
17778@end smallexample
17779
17780Make @var{threadnum} the current thread. It prints the number of the new
17781current thread, and the topmost frame for that thread.
17782
17783@subsubheading @value{GDBN} Command
17784
17785The corresponding @value{GDBN} command is @samp{thread}.
17786
17787@subsubheading Example
17788
17789@smallexample
17790(@value{GDBP})
17791-exec-next
17792^running
17793(@value{GDBP})
17794*stopped,reason="end-stepping-range",thread-id="2",line="187",
17795file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17796(@value{GDBP})
17797-thread-list-ids
17798^done,
17799thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17800number-of-threads="3"
17801(@value{GDBP})
17802-thread-select 3
17803^done,new-thread-id="3",
17804frame=@{level="0",func="vprintf",
17805args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17806@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17807(@value{GDBP})
17808@end smallexample
17809
17810@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17811@node GDB/MI Tracepoint Commands
17812@section @sc{gdb/mi} Tracepoint Commands
17813
17814The tracepoint commands are not yet implemented.
17815
17816@c @subheading -trace-actions
17817
17818@c @subheading -trace-delete
17819
17820@c @subheading -trace-disable
17821
17822@c @subheading -trace-dump
17823
17824@c @subheading -trace-enable
17825
17826@c @subheading -trace-exists
17827
17828@c @subheading -trace-find
17829
17830@c @subheading -trace-frame-number
17831
17832@c @subheading -trace-info
17833
17834@c @subheading -trace-insert
17835
17836@c @subheading -trace-list
17837
17838@c @subheading -trace-pass-count
17839
17840@c @subheading -trace-save
17841
17842@c @subheading -trace-start
17843
17844@c @subheading -trace-stop
17845
17846
17847@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17848@node GDB/MI Variable Objects
17849@section @sc{gdb/mi} Variable Objects
17850
17851
17852@subheading Motivation for Variable Objects in @sc{gdb/mi}
17853
17854For the implementation of a variable debugger window (locals, watched
17855expressions, etc.), we are proposing the adaptation of the existing code
17856used by @code{Insight}.
17857
17858The two main reasons for that are:
17859
17860@enumerate 1
17861@item
17862It has been proven in practice (it is already on its second generation).
17863
17864@item
17865It will shorten development time (needless to say how important it is
17866now).
17867@end enumerate
17868
17869The original interface was designed to be used by Tcl code, so it was
17870slightly changed so it could be used through @sc{gdb/mi}. This section
17871describes the @sc{gdb/mi} operations that will be available and gives some
17872hints about their use.
17873
17874@emph{Note}: In addition to the set of operations described here, we
17875expect the @sc{gui} implementation of a variable window to require, at
17876least, the following operations:
17877
17878@itemize @bullet
17879@item @code{-gdb-show} @code{output-radix}
17880@item @code{-stack-list-arguments}
17881@item @code{-stack-list-locals}
17882@item @code{-stack-select-frame}
17883@end itemize
17884
17885@subheading Introduction to Variable Objects in @sc{gdb/mi}
17886
17887@cindex variable objects in @sc{gdb/mi}
17888The basic idea behind variable objects is the creation of a named object
17889to represent a variable, an expression, a memory location or even a CPU
17890register. For each object created, a set of operations is available for
17891examining or changing its properties.
17892
17893Furthermore, complex data types, such as C structures, are represented
17894in a tree format. For instance, the @code{struct} type variable is the
17895root and the children will represent the struct members. If a child
17896is itself of a complex type, it will also have children of its own.
17897Appropriate language differences are handled for C, C@t{++} and Java.
17898
17899When returning the actual values of the objects, this facility allows
17900for the individual selection of the display format used in the result
17901creation. It can be chosen among: binary, decimal, hexadecimal, octal
17902and natural. Natural refers to a default format automatically
17903chosen based on the variable type (like decimal for an @code{int}, hex
17904for pointers, etc.).
17905
17906The following is the complete set of @sc{gdb/mi} operations defined to
17907access this functionality:
17908
17909@multitable @columnfractions .4 .6
17910@item @strong{Operation}
17911@tab @strong{Description}
17912
17913@item @code{-var-create}
17914@tab create a variable object
17915@item @code{-var-delete}
17916@tab delete the variable object and its children
17917@item @code{-var-set-format}
17918@tab set the display format of this variable
17919@item @code{-var-show-format}
17920@tab show the display format of this variable
17921@item @code{-var-info-num-children}
17922@tab tells how many children this object has
17923@item @code{-var-list-children}
17924@tab return a list of the object's children
17925@item @code{-var-info-type}
17926@tab show the type of this variable object
17927@item @code{-var-info-expression}
17928@tab print what this variable object represents
17929@item @code{-var-show-attributes}
17930@tab is this variable editable? does it exist here?
17931@item @code{-var-evaluate-expression}
17932@tab get the value of this variable
17933@item @code{-var-assign}
17934@tab set the value of this variable
17935@item @code{-var-update}
17936@tab update the variable and its children
17937@end multitable
17938
17939In the next subsection we describe each operation in detail and suggest
17940how it can be used.
17941
17942@subheading Description And Use of Operations on Variable Objects
17943
17944@subheading The @code{-var-create} Command
17945@findex -var-create
17946
17947@subsubheading Synopsis
17948
17949@smallexample
17950 -var-create @{@var{name} | "-"@}
17951 @{@var{frame-addr} | "*"@} @var{expression}
17952@end smallexample
17953
17954This operation creates a variable object, which allows the monitoring of
17955a variable, the result of an expression, a memory cell or a CPU
17956register.
17957
17958The @var{name} parameter is the string by which the object can be
17959referenced. It must be unique. If @samp{-} is specified, the varobj
17960system will generate a string ``varNNNNNN'' automatically. It will be
17961unique provided that one does not specify @var{name} on that format.
17962The command fails if a duplicate name is found.
17963
17964The frame under which the expression should be evaluated can be
17965specified by @var{frame-addr}. A @samp{*} indicates that the current
17966frame should be used.
17967
17968@var{expression} is any expression valid on the current language set (must not
17969begin with a @samp{*}), or one of the following:
17970
17971@itemize @bullet
17972@item
17973@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
17974
17975@item
17976@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
17977
17978@item
17979@samp{$@var{regname}} --- a CPU register name
17980@end itemize
17981
17982@subsubheading Result
17983
17984This operation returns the name, number of children and the type of the
17985object created. Type is returned as a string as the ones generated by
17986the @value{GDBN} CLI:
17987
17988@smallexample
17989 name="@var{name}",numchild="N",type="@var{type}"
17990@end smallexample
17991
17992
17993@subheading The @code{-var-delete} Command
17994@findex -var-delete
17995
17996@subsubheading Synopsis
17997
17998@smallexample
17999 -var-delete @var{name}
18000@end smallexample
18001
18002Deletes a previously created variable object and all of its children.
18003
18004Returns an error if the object @var{name} is not found.
18005
18006
18007@subheading The @code{-var-set-format} Command
18008@findex -var-set-format
18009
18010@subsubheading Synopsis
18011
18012@smallexample
18013 -var-set-format @var{name} @var{format-spec}
18014@end smallexample
18015
18016Sets the output format for the value of the object @var{name} to be
18017@var{format-spec}.
18018
18019The syntax for the @var{format-spec} is as follows:
18020
18021@smallexample
18022 @var{format-spec} @expansion{}
18023 @{binary | decimal | hexadecimal | octal | natural@}
18024@end smallexample
18025
18026
18027@subheading The @code{-var-show-format} Command
18028@findex -var-show-format
18029
18030@subsubheading Synopsis
18031
18032@smallexample
18033 -var-show-format @var{name}
18034@end smallexample
18035
18036Returns the format used to display the value of the object @var{name}.
18037
18038@smallexample
18039 @var{format} @expansion{}
18040 @var{format-spec}
18041@end smallexample
18042
18043
18044@subheading The @code{-var-info-num-children} Command
18045@findex -var-info-num-children
18046
18047@subsubheading Synopsis
18048
18049@smallexample
18050 -var-info-num-children @var{name}
18051@end smallexample
18052
18053Returns the number of children of a variable object @var{name}:
18054
18055@smallexample
18056 numchild=@var{n}
18057@end smallexample
18058
18059
18060@subheading The @code{-var-list-children} Command
18061@findex -var-list-children
18062
18063@subsubheading Synopsis
18064
18065@smallexample
18066 -var-list-children @var{name}
18067@end smallexample
18068
18069Returns a list of the children of the specified variable object:
18070
18071@smallexample
18072 numchild=@var{n},children=[@{name=@var{name},
18073 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18074@end smallexample
18075
18076
18077@subheading The @code{-var-info-type} Command
18078@findex -var-info-type
18079
18080@subsubheading Synopsis
18081
18082@smallexample
18083 -var-info-type @var{name}
18084@end smallexample
18085
18086Returns the type of the specified variable @var{name}. The type is
18087returned as a string in the same format as it is output by the
18088@value{GDBN} CLI:
18089
18090@smallexample
18091 type=@var{typename}
18092@end smallexample
18093
18094
18095@subheading The @code{-var-info-expression} Command
18096@findex -var-info-expression
18097
18098@subsubheading Synopsis
18099
18100@smallexample
18101 -var-info-expression @var{name}
18102@end smallexample
18103
18104Returns what is represented by the variable object @var{name}:
18105
18106@smallexample
18107 lang=@var{lang-spec},exp=@var{expression}
18108@end smallexample
18109
18110@noindent
18111where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18112
18113@subheading The @code{-var-show-attributes} Command
18114@findex -var-show-attributes
18115
18116@subsubheading Synopsis
18117
18118@smallexample
18119 -var-show-attributes @var{name}
18120@end smallexample
18121
18122List attributes of the specified variable object @var{name}:
18123
18124@smallexample
18125 status=@var{attr} [ ( ,@var{attr} )* ]
18126@end smallexample
18127
18128@noindent
18129where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18130
18131@subheading The @code{-var-evaluate-expression} Command
18132@findex -var-evaluate-expression
18133
18134@subsubheading Synopsis
18135
18136@smallexample
18137 -var-evaluate-expression @var{name}
18138@end smallexample
18139
18140Evaluates the expression that is represented by the specified variable
18141object and returns its value as a string in the current format specified
18142for the object:
18143
18144@smallexample
18145 value=@var{value}
18146@end smallexample
18147
18148Note that one must invoke @code{-var-list-children} for a variable
18149before the value of a child variable can be evaluated.
18150
18151@subheading The @code{-var-assign} Command
18152@findex -var-assign
18153
18154@subsubheading Synopsis
18155
18156@smallexample
18157 -var-assign @var{name} @var{expression}
18158@end smallexample
18159
18160Assigns the value of @var{expression} to the variable object specified
18161by @var{name}. The object must be @samp{editable}. If the variable's
18162value is altered by the assign, the variable will show up in any
18163subsequent @code{-var-update} list.
18164
18165@subsubheading Example
18166
18167@smallexample
18168(@value{GDBP})
18169-var-assign var1 3
18170^done,value="3"
18171(@value{GDBP})
18172-var-update *
18173^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18174(@value{GDBP})
18175@end smallexample
18176
18177@subheading The @code{-var-update} Command
18178@findex -var-update
18179
18180@subsubheading Synopsis
18181
18182@smallexample
18183 -var-update @{@var{name} | "*"@}
18184@end smallexample
18185
18186Update the value of the variable object @var{name} by evaluating its
18187expression after fetching all the new values from memory or registers.
18188A @samp{*} causes all existing variable objects to be updated.
18189
18190
18191@node Annotations
18192@chapter @value{GDBN} Annotations
18193
18194This chapter describes annotations in @value{GDBN}. Annotations are
18195designed to interface @value{GDBN} to graphical user interfaces or
18196other similar programs which want to interact with @value{GDBN} at a
18197relatively high level.
18198
18199@ignore
18200This is Edition @value{EDITION}, @value{DATE}.
18201@end ignore
18202
18203@menu
18204* Annotations Overview:: What annotations are; the general syntax.
18205* Server Prefix:: Issuing a command without affecting user state.
18206* Value Annotations:: Values are marked as such.
18207* Frame Annotations:: Stack frames are annotated.
18208* Displays:: @value{GDBN} can be told to display something periodically.
18209* Prompting:: Annotations marking @value{GDBN}'s need for input.
18210* Errors:: Annotations for error messages.
18211* Breakpoint Info:: Information on breakpoints.
18212* Invalidation:: Some annotations describe things now invalid.
18213* Annotations for Running::
18214 Whether the program is running, how it stopped, etc.
18215* Source Annotations:: Annotations describing source code.
18216* TODO:: Annotations which might be added in the future.
18217@end menu
18218
18219@node Annotations Overview
18220@section What is an Annotation?
18221@cindex annotations
18222
18223To produce annotations, start @value{GDBN} with the @code{--annotate=2} option.
18224
18225Annotations start with a newline character, two @samp{control-z}
18226characters, and the name of the annotation. If there is no additional
18227information associated with this annotation, the name of the annotation
18228is followed immediately by a newline. If there is additional
18229information, the name of the annotation is followed by a space, the
18230additional information, and a newline. The additional information
18231cannot contain newline characters.
18232
18233Any output not beginning with a newline and two @samp{control-z}
18234characters denotes literal output from @value{GDBN}. Currently there is
18235no need for @value{GDBN} to output a newline followed by two
18236@samp{control-z} characters, but if there was such a need, the
18237annotations could be extended with an @samp{escape} annotation which
18238means those three characters as output.
18239
18240A simple example of starting up @value{GDBN} with annotations is:
18241
18242@smallexample
18243$ gdb --annotate=2
18244GNU GDB 5.0
18245Copyright 2000 Free Software Foundation, Inc.
18246GDB is free software, covered by the GNU General Public License,
18247and you are welcome to change it and/or distribute copies of it
18248under certain conditions.
18249Type "show copying" to see the conditions.
18250There is absolutely no warranty for GDB. Type "show warranty"
18251for details.
18252This GDB was configured as "sparc-sun-sunos4.1.3"
18253
18254^Z^Zpre-prompt
18255(gdb)
18256^Z^Zprompt
18257quit
18258
18259^Z^Zpost-prompt
18260$
18261@end smallexample
18262
18263Here @samp{quit} is input to @value{GDBN}; the rest is output from
18264@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18265denotes a @samp{control-z} character) are annotations; the rest is
18266output from @value{GDBN}.
18267
18268@node Server Prefix
18269@section The Server Prefix
18270@cindex server prefix for annotations
18271
18272To issue a command to @value{GDBN} without affecting certain aspects of
18273the state which is seen by users, prefix it with @samp{server }. This
18274means that this command will not affect the command history, nor will it
18275affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18276pressed on a line by itself.
18277
18278The server prefix does not affect the recording of values into the value
18279history; to print a value without recording it into the value history,
18280use the @code{output} command instead of the @code{print} command.
18281
18282@node Value Annotations
18283@section Values
18284
18285@cindex annotations for values
18286When a value is printed in various contexts, @value{GDBN} uses
18287annotations to delimit the value from the surrounding text.
18288
18289@findex value-history-begin
18290@findex value-history-value
18291@findex value-history-end
18292If a value is printed using @code{print} and added to the value history,
18293the annotation looks like
18294
18295@smallexample
18296^Z^Zvalue-history-begin @var{history-number} @var{value-flags}
18297@var{history-string}
18298^Z^Zvalue-history-value
18299@var{the-value}
18300^Z^Zvalue-history-end
18301@end smallexample
18302
18303@noindent
18304where @var{history-number} is the number it is getting in the value
18305history, @var{history-string} is a string, such as @samp{$5 = }, which
18306introduces the value to the user, @var{the-value} is the output
18307corresponding to the value itself, and @var{value-flags} is @samp{*} for
18308a value which can be dereferenced and @samp{-} for a value which cannot.
18309
18310@findex value-begin
18311@findex value-end
18312If the value is not added to the value history (it is an invalid float
18313or it is printed with the @code{output} command), the annotation is similar:
18314
18315@smallexample
18316^Z^Zvalue-begin @var{value-flags}
18317@var{the-value}
18318^Z^Zvalue-end
18319@end smallexample
18320
18321@findex arg-begin
18322@findex arg-name-end
18323@findex arg-value
18324@findex arg-end
18325When @value{GDBN} prints an argument to a function (for example, in the output
18326from the @code{backtrace} command), it annotates it as follows:
18327
18328@smallexample
18329^Z^Zarg-begin
18330@var{argument-name}
18331^Z^Zarg-name-end
18332@var{separator-string}
18333^Z^Zarg-value @var{value-flags}
18334@var{the-value}
18335^Z^Zarg-end
18336@end smallexample
18337
18338@noindent
18339where @var{argument-name} is the name of the argument,
18340@var{separator-string} is text which separates the name from the value
18341for the user's benefit (such as @samp{=}), and @var{value-flags} and
18342@var{the-value} have the same meanings as in a
18343@code{value-history-begin} annotation.
18344
18345@findex field-begin
18346@findex field-name-end
18347@findex field-value
18348@findex field-end
18349When printing a structure, @value{GDBN} annotates it as follows:
18350
18351@smallexample
18352^Z^Zfield-begin @var{value-flags}
18353@var{field-name}
18354^Z^Zfield-name-end
18355@var{separator-string}
18356^Z^Zfield-value
18357@var{the-value}
18358^Z^Zfield-end
18359@end smallexample
18360
18361@noindent
18362where @var{field-name} is the name of the field, @var{separator-string}
18363is text which separates the name from the value for the user's benefit
18364(such as @samp{=}), and @var{value-flags} and @var{the-value} have the
18365same meanings as in a @code{value-history-begin} annotation.
18366
18367When printing an array, @value{GDBN} annotates it as follows:
18368
18369@smallexample
18370^Z^Zarray-section-begin @var{array-index} @var{value-flags}
18371@end smallexample
18372
18373@noindent
18374where @var{array-index} is the index of the first element being
18375annotated and @var{value-flags} has the same meaning as in a
18376@code{value-history-begin} annotation. This is followed by any number
18377of elements, where is element can be either a single element:
18378
18379@findex elt
18380@smallexample
18381@samp{,} @var{whitespace} ; @r{omitted for the first element}
18382@var{the-value}
18383^Z^Zelt
18384@end smallexample
18385
18386or a repeated element
18387
18388@findex elt-rep
18389@findex elt-rep-end
18390@smallexample
18391@samp{,} @var{whitespace} ; @r{omitted for the first element}
18392@var{the-value}
18393^Z^Zelt-rep @var{number-of-repetitions}
18394@var{repetition-string}
18395^Z^Zelt-rep-end
18396@end smallexample
18397
18398In both cases, @var{the-value} is the output for the value of the
18399element and @var{whitespace} can contain spaces, tabs, and newlines. In
18400the repeated case, @var{number-of-repetitions} is the number of
18401consecutive array elements which contain that value, and
18402@var{repetition-string} is a string which is designed to convey to the
18403user that repetition is being depicted.
18404
18405@findex array-section-end
18406Once all the array elements have been output, the array annotation is
18407ended with
18408
18409@smallexample
18410^Z^Zarray-section-end
18411@end smallexample
18412
18413@node Frame Annotations
18414@section Frames
18415
18416@cindex annotations for frames
18417Whenever @value{GDBN} prints a frame, it annotates it. For example, this applies
18418to frames printed when @value{GDBN} stops, output from commands such as
18419@code{backtrace} or @code{up}, etc.
18420
18421@findex frame-begin
18422The frame annotation begins with
18423
18424@smallexample
18425^Z^Zframe-begin @var{level} @var{address}
18426@var{level-string}
18427@end smallexample
18428
18429@noindent
18430where @var{level} is the number of the frame (0 is the innermost frame,
18431and other frames have positive numbers), @var{address} is the address of
18432the code executing in that frame, and @var{level-string} is a string
18433designed to convey the level to the user. @var{address} is in the form
18434@samp{0x} followed by one or more lowercase hex digits (note that this
18435does not depend on the language). The frame ends with
18436
18437@findex frame-end
18438@smallexample
18439^Z^Zframe-end
18440@end smallexample
18441
18442Between these annotations is the main body of the frame, which can
18443consist of
18444
18445@itemize @bullet
18446@item
18447@findex function-call
18448@smallexample
18449^Z^Zfunction-call
18450@var{function-call-string}
18451@end smallexample
18452
18453where @var{function-call-string} is text designed to convey to the user
18454that this frame is associated with a function call made by @value{GDBN} to a
18455function in the program being debugged.
18456
18457@item
18458@findex signal-handler-caller
18459@smallexample
18460^Z^Zsignal-handler-caller
18461@var{signal-handler-caller-string}
18462@end smallexample
18463
18464where @var{signal-handler-caller-string} is text designed to convey to
18465the user that this frame is associated with whatever mechanism is used
18466by this operating system to call a signal handler (it is the frame which
18467calls the signal handler, not the frame for the signal handler itself).
18468
18469@item
18470A normal frame.
18471
18472@findex frame-address
18473@findex frame-address-end
18474This can optionally (depending on whether this is thought of as
18475interesting information for the user to see) begin with
18476
18477@smallexample
18478^Z^Zframe-address
18479@var{address}
18480^Z^Zframe-address-end
18481@var{separator-string}
18482@end smallexample
18483
18484where @var{address} is the address executing in the frame (the same
18485address as in the @code{frame-begin} annotation, but printed in a form
18486which is intended for user consumption---in particular, the syntax varies
18487depending on the language), and @var{separator-string} is a string
18488intended to separate this address from what follows for the user's
18489benefit.
18490
18491@findex frame-function-name
18492@findex frame-args
18493Then comes
18494
18495@smallexample
18496^Z^Zframe-function-name
18497@var{function-name}
18498^Z^Zframe-args
18499@var{arguments}
18500@end smallexample
18501
18502where @var{function-name} is the name of the function executing in the
18503frame, or @samp{??} if not known, and @var{arguments} are the arguments
18504to the frame, with parentheses around them (each argument is annotated
18505individually as well, @pxref{Value Annotations}).
18506
18507@findex frame-source-begin
18508@findex frame-source-file
18509@findex frame-source-file-end
18510@findex frame-source-line
18511@findex frame-source-end
18512If source information is available, a reference to it is then printed:
18513
18514@smallexample
18515^Z^Zframe-source-begin
18516@var{source-intro-string}
18517^Z^Zframe-source-file
18518@var{filename}
18519^Z^Zframe-source-file-end
18520:
18521^Z^Zframe-source-line
18522@var{line-number}
18523^Z^Zframe-source-end
18524@end smallexample
18525
18526where @var{source-intro-string} separates for the user's benefit the
18527reference from the text which precedes it, @var{filename} is the name of
18528the source file, and @var{line-number} is the line number within that
18529file (the first line is line 1).
18530
18531@findex frame-where
18532If @value{GDBN} prints some information about where the frame is from (which
18533library, which load segment, etc.; currently only done on the RS/6000),
18534it is annotated with
18535
18536@smallexample
18537^Z^Zframe-where
18538@var{information}
18539@end smallexample
18540
18541Then, if source is to actually be displayed for this frame (for example,
18542this is not true for output from the @code{backtrace} command), then a
18543@code{source} annotation (@pxref{Source Annotations}) is displayed. Unlike
18544most annotations, this is output instead of the normal text which would be
18545output, not in addition.
18546@end itemize
18547
18548@node Displays
18549@section Displays
18550
18551@findex display-begin
18552@findex display-number-end
18553@findex display-format
18554@findex display-expression
18555@findex display-expression-end
18556@findex display-value
18557@findex display-end
18558@cindex annotations for display
18559When @value{GDBN} is told to display something using the @code{display} command,
18560the results of the display are annotated:
18561
18562@smallexample
18563^Z^Zdisplay-begin
18564@var{number}
18565^Z^Zdisplay-number-end
18566@var{number-separator}
18567^Z^Zdisplay-format
18568@var{format}
18569^Z^Zdisplay-expression
18570@var{expression}
18571^Z^Zdisplay-expression-end
18572@var{expression-separator}
18573^Z^Zdisplay-value
18574@var{value}
18575^Z^Zdisplay-end
18576@end smallexample
18577
18578@noindent
18579where @var{number} is the number of the display, @var{number-separator}
18580is intended to separate the number from what follows for the user,
18581@var{format} includes information such as the size, format, or other
18582information about how the value is being displayed, @var{expression} is
18583the expression being displayed, @var{expression-separator} is intended
18584to separate the expression from the text that follows for the user,
18585and @var{value} is the actual value being displayed.
18586
18587@node Prompting
18588@section Annotation for @value{GDBN} Input
18589
18590@cindex annotations for prompts
18591When @value{GDBN} prompts for input, it annotates this fact so it is possible
18592to know when to send output, when the output from a given command is
18593over, etc.
18594
18595Different kinds of input each have a different @dfn{input type}. Each
18596input type has three annotations: a @code{pre-} annotation, which
18597denotes the beginning of any prompt which is being output, a plain
18598annotation, which denotes the end of the prompt, and then a @code{post-}
18599annotation which denotes the end of any echo which may (or may not) be
18600associated with the input. For example, the @code{prompt} input type
18601features the following annotations:
18602
18603@smallexample
18604^Z^Zpre-prompt
18605^Z^Zprompt
18606^Z^Zpost-prompt
18607@end smallexample
18608
18609The input types are
18610
18611@table @code
18612@findex pre-prompt
18613@findex prompt
18614@findex post-prompt
18615@item prompt
18616When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18617
18618@findex pre-commands
18619@findex commands
18620@findex post-commands
18621@item commands
18622When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18623command. The annotations are repeated for each command which is input.
18624
18625@findex pre-overload-choice
18626@findex overload-choice
18627@findex post-overload-choice
18628@item overload-choice
18629When @value{GDBN} wants the user to select between various overloaded functions.
18630
18631@findex pre-query
18632@findex query
18633@findex post-query
18634@item query
18635When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18636
18637@findex pre-prompt-for-continue
18638@findex prompt-for-continue
18639@findex post-prompt-for-continue
18640@item prompt-for-continue
18641When @value{GDBN} is asking the user to press return to continue. Note: Don't
18642expect this to work well; instead use @code{set height 0} to disable
18643prompting. This is because the counting of lines is buggy in the
18644presence of annotations.
18645@end table
18646
18647@node Errors
18648@section Errors
18649@cindex annotations for errors, warnings and interrupts
18650
18651@findex quit
18652@smallexample
18653^Z^Zquit
18654@end smallexample
18655
18656This annotation occurs right before @value{GDBN} responds to an interrupt.
18657
18658@findex error
18659@smallexample
18660^Z^Zerror
18661@end smallexample
18662
18663This annotation occurs right before @value{GDBN} responds to an error.
18664
18665Quit and error annotations indicate that any annotations which @value{GDBN} was
18666in the middle of may end abruptly. For example, if a
18667@code{value-history-begin} annotation is followed by a @code{error}, one
18668cannot expect to receive the matching @code{value-history-end}. One
18669cannot expect not to receive it either, however; an error annotation
18670does not necessarily mean that @value{GDBN} is immediately returning all the way
18671to the top level.
18672
18673@findex error-begin
18674A quit or error annotation may be preceded by
18675
18676@smallexample
18677^Z^Zerror-begin
18678@end smallexample
18679
18680Any output between that and the quit or error annotation is the error
18681message.
18682
18683Warning messages are not yet annotated.
18684@c If we want to change that, need to fix warning(), type_error(),
18685@c range_error(), and possibly other places.
18686
18687@node Breakpoint Info
18688@section Information on Breakpoints
18689
18690@cindex annotations for breakpoints
18691The output from the @code{info breakpoints} command is annotated as follows:
18692
18693@findex breakpoints-headers
18694@findex breakpoints-table
18695@smallexample
18696^Z^Zbreakpoints-headers
18697@var{header-entry}
18698^Z^Zbreakpoints-table
18699@end smallexample
18700
18701@noindent
18702where @var{header-entry} has the same syntax as an entry (see below) but
18703instead of containing data, it contains strings which are intended to
18704convey the meaning of each field to the user. This is followed by any
18705number of entries. If a field does not apply for this entry, it is
18706omitted. Fields may contain trailing whitespace. Each entry consists
18707of:
18708
18709@findex record
18710@findex field
18711@smallexample
18712^Z^Zrecord
18713^Z^Zfield 0
18714@var{number}
18715^Z^Zfield 1
18716@var{type}
18717^Z^Zfield 2
18718@var{disposition}
18719^Z^Zfield 3
18720@var{enable}
18721^Z^Zfield 4
18722@var{address}
18723^Z^Zfield 5
18724@var{what}
18725^Z^Zfield 6
18726@var{frame}
18727^Z^Zfield 7
18728@var{condition}
18729^Z^Zfield 8
18730@var{ignore-count}
18731^Z^Zfield 9
18732@var{commands}
18733@end smallexample
18734
18735Note that @var{address} is intended for user consumption---the syntax
18736varies depending on the language.
18737
18738The output ends with
18739
18740@findex breakpoints-table-end
18741@smallexample
18742^Z^Zbreakpoints-table-end
18743@end smallexample
18744
18745@node Invalidation
18746@section Invalidation Notices
18747
18748@cindex annotations for invalidation messages
18749The following annotations say that certain pieces of state may have
18750changed.
18751
18752@table @code
18753@findex frames-invalid
18754@item ^Z^Zframes-invalid
18755
18756The frames (for example, output from the @code{backtrace} command) may
18757have changed.
18758
18759@findex breakpoints-invalid
18760@item ^Z^Zbreakpoints-invalid
18761
18762The breakpoints may have changed. For example, the user just added or
18763deleted a breakpoint.
18764@end table
18765
18766@node Annotations for Running
18767@section Running the Program
18768@cindex annotations for running programs
18769
18770@findex starting
18771@findex stopping
18772When the program starts executing due to a @value{GDBN} command such as
18773@code{step} or @code{continue},
18774
18775@smallexample
18776^Z^Zstarting
18777@end smallexample
18778
18779is output. When the program stops,
18780
18781@smallexample
18782^Z^Zstopped
18783@end smallexample
18784
18785is output. Before the @code{stopped} annotation, a variety of
18786annotations describe how the program stopped.
18787
18788@table @code
18789@findex exited
18790@item ^Z^Zexited @var{exit-status}
18791The program exited, and @var{exit-status} is the exit status (zero for
18792successful exit, otherwise nonzero).
18793
18794@findex signalled
18795@findex signal-name
18796@findex signal-name-end
18797@findex signal-string
18798@findex signal-string-end
18799@item ^Z^Zsignalled
18800The program exited with a signal. After the @code{^Z^Zsignalled}, the
18801annotation continues:
18802
18803@smallexample
18804@var{intro-text}
18805^Z^Zsignal-name
18806@var{name}
18807^Z^Zsignal-name-end
18808@var{middle-text}
18809^Z^Zsignal-string
18810@var{string}
18811^Z^Zsignal-string-end
18812@var{end-text}
18813@end smallexample
18814
18815@noindent
18816where @var{name} is the name of the signal, such as @code{SIGILL} or
18817@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18818as @code{Illegal Instruction} or @code{Segmentation fault}.
18819@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18820user's benefit and have no particular format.
18821
18822@findex signal
18823@item ^Z^Zsignal
18824The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18825just saying that the program received the signal, not that it was
18826terminated with it.
18827
18828@findex breakpoint
18829@item ^Z^Zbreakpoint @var{number}
18830The program hit breakpoint number @var{number}.
18831
18832@findex watchpoint
18833@item ^Z^Zwatchpoint @var{number}
18834The program hit watchpoint number @var{number}.
18835@end table
18836
18837@node Source Annotations
18838@section Displaying Source
18839@cindex annotations for source display
18840
18841@findex source
18842The following annotation is used instead of displaying source code:
18843
18844@smallexample
18845^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18846@end smallexample
18847
18848where @var{filename} is an absolute file name indicating which source
18849file, @var{line} is the line number within that file (where 1 is the
18850first line in the file), @var{character} is the character position
18851within the file (where 0 is the first character in the file) (for most
18852debug formats this will necessarily point to the beginning of a line),
18853@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18854line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18855@var{addr} is the address in the target program associated with the
18856source which is being displayed. @var{addr} is in the form @samp{0x}
18857followed by one or more lowercase hex digits (note that this does not
18858depend on the language).
18859
18860@node TODO
18861@section Annotations We Might Want in the Future
18862
18863@format
18864 - target-invalid
18865 the target might have changed (registers, heap contents, or
18866 execution status). For performance, we might eventually want
18867 to hit `registers-invalid' and `all-registers-invalid' with
18868 greater precision
18869
18870 - systematic annotation for set/show parameters (including
18871 invalidation notices).
18872
18873 - similarly, `info' returns a list of candidates for invalidation
18874 notices.
18875@end format
c906108c 18876
8e04817f
AC
18877@node GDB Bugs
18878@chapter Reporting Bugs in @value{GDBN}
18879@cindex bugs in @value{GDBN}
18880@cindex reporting bugs in @value{GDBN}
c906108c 18881
8e04817f 18882Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18883
8e04817f
AC
18884Reporting a bug may help you by bringing a solution to your problem, or it
18885may not. But in any case the principal function of a bug report is to help
18886the entire community by making the next version of @value{GDBN} work better. Bug
18887reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18888
8e04817f
AC
18889In order for a bug report to serve its purpose, you must include the
18890information that enables us to fix the bug.
c4555f82
SC
18891
18892@menu
8e04817f
AC
18893* Bug Criteria:: Have you found a bug?
18894* Bug Reporting:: How to report bugs
c4555f82
SC
18895@end menu
18896
8e04817f
AC
18897@node Bug Criteria
18898@section Have you found a bug?
18899@cindex bug criteria
c4555f82 18900
8e04817f 18901If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18902
18903@itemize @bullet
8e04817f
AC
18904@cindex fatal signal
18905@cindex debugger crash
18906@cindex crash of debugger
c4555f82 18907@item
8e04817f
AC
18908If the debugger gets a fatal signal, for any input whatever, that is a
18909@value{GDBN} bug. Reliable debuggers never crash.
18910
18911@cindex error on valid input
18912@item
18913If @value{GDBN} produces an error message for valid input, that is a
18914bug. (Note that if you're cross debugging, the problem may also be
18915somewhere in the connection to the target.)
c4555f82 18916
8e04817f 18917@cindex invalid input
c4555f82 18918@item
8e04817f
AC
18919If @value{GDBN} does not produce an error message for invalid input,
18920that is a bug. However, you should note that your idea of
18921``invalid input'' might be our idea of ``an extension'' or ``support
18922for traditional practice''.
18923
18924@item
18925If you are an experienced user of debugging tools, your suggestions
18926for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18927@end itemize
18928
8e04817f
AC
18929@node Bug Reporting
18930@section How to report bugs
18931@cindex bug reports
18932@cindex @value{GDBN} bugs, reporting
18933
18934A number of companies and individuals offer support for @sc{gnu} products.
18935If you obtained @value{GDBN} from a support organization, we recommend you
18936contact that organization first.
18937
18938You can find contact information for many support companies and
18939individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18940distribution.
18941@c should add a web page ref...
18942
129188f6
AC
18943In any event, we also recommend that you submit bug reports for
18944@value{GDBN}. The prefered method is to submit them directly using
18945@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18946page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18947be used.
8e04817f
AC
18948
18949@strong{Do not send bug reports to @samp{info-gdb}, or to
18950@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18951not want to receive bug reports. Those that do have arranged to receive
18952@samp{bug-gdb}.
18953
18954The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18955serves as a repeater. The mailing list and the newsgroup carry exactly
18956the same messages. Often people think of posting bug reports to the
18957newsgroup instead of mailing them. This appears to work, but it has one
18958problem which can be crucial: a newsgroup posting often lacks a mail
18959path back to the sender. Thus, if we need to ask for more information,
18960we may be unable to reach you. For this reason, it is better to send
18961bug reports to the mailing list.
c4555f82 18962
8e04817f
AC
18963The fundamental principle of reporting bugs usefully is this:
18964@strong{report all the facts}. If you are not sure whether to state a
18965fact or leave it out, state it!
c4555f82 18966
8e04817f
AC
18967Often people omit facts because they think they know what causes the
18968problem and assume that some details do not matter. Thus, you might
18969assume that the name of the variable you use in an example does not matter.
18970Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18971stray memory reference which happens to fetch from the location where that
18972name is stored in memory; perhaps, if the name were different, the contents
18973of that location would fool the debugger into doing the right thing despite
18974the bug. Play it safe and give a specific, complete example. That is the
18975easiest thing for you to do, and the most helpful.
c4555f82 18976
8e04817f
AC
18977Keep in mind that the purpose of a bug report is to enable us to fix the
18978bug. It may be that the bug has been reported previously, but neither
18979you nor we can know that unless your bug report is complete and
18980self-contained.
c4555f82 18981
8e04817f
AC
18982Sometimes people give a few sketchy facts and ask, ``Does this ring a
18983bell?'' Those bug reports are useless, and we urge everyone to
18984@emph{refuse to respond to them} except to chide the sender to report
18985bugs properly.
18986
18987To enable us to fix the bug, you should include all these things:
c4555f82
SC
18988
18989@itemize @bullet
18990@item
8e04817f
AC
18991The version of @value{GDBN}. @value{GDBN} announces it if you start
18992with no arguments; you can also print it at any time using @code{show
18993version}.
c4555f82 18994
8e04817f
AC
18995Without this, we will not know whether there is any point in looking for
18996the bug in the current version of @value{GDBN}.
c4555f82
SC
18997
18998@item
8e04817f
AC
18999The type of machine you are using, and the operating system name and
19000version number.
c4555f82
SC
19001
19002@item
8e04817f
AC
19003What compiler (and its version) was used to compile @value{GDBN}---e.g.
19004``@value{GCC}--2.8.1''.
c4555f82
SC
19005
19006@item
8e04817f
AC
19007What compiler (and its version) was used to compile the program you are
19008debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
19009C Compiler''. For GCC, you can say @code{gcc --version} to get this
19010information; for other compilers, see the documentation for those
19011compilers.
c4555f82 19012
8e04817f
AC
19013@item
19014The command arguments you gave the compiler to compile your example and
19015observe the bug. For example, did you use @samp{-O}? To guarantee
19016you will not omit something important, list them all. A copy of the
19017Makefile (or the output from make) is sufficient.
c4555f82 19018
8e04817f
AC
19019If we were to try to guess the arguments, we would probably guess wrong
19020and then we might not encounter the bug.
c4555f82 19021
8e04817f
AC
19022@item
19023A complete input script, and all necessary source files, that will
19024reproduce the bug.
c4555f82 19025
8e04817f
AC
19026@item
19027A description of what behavior you observe that you believe is
19028incorrect. For example, ``It gets a fatal signal.''
c4555f82 19029
8e04817f
AC
19030Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
19031will certainly notice it. But if the bug is incorrect output, we might
19032not notice unless it is glaringly wrong. You might as well not give us
19033a chance to make a mistake.
c4555f82 19034
8e04817f
AC
19035Even if the problem you experience is a fatal signal, you should still
19036say so explicitly. Suppose something strange is going on, such as, your
19037copy of @value{GDBN} is out of synch, or you have encountered a bug in
19038the C library on your system. (This has happened!) Your copy might
19039crash and ours would not. If you told us to expect a crash, then when
19040ours fails to crash, we would know that the bug was not happening for
19041us. If you had not told us to expect a crash, then we would not be able
19042to draw any conclusion from our observations.
c4555f82 19043
8e04817f
AC
19044@item
19045If you wish to suggest changes to the @value{GDBN} source, send us context
19046diffs. If you even discuss something in the @value{GDBN} source, refer to
19047it by context, not by line number.
c4555f82 19048
8e04817f
AC
19049The line numbers in our development sources will not match those in your
19050sources. Your line numbers would convey no useful information to us.
c4555f82 19051
8e04817f 19052@end itemize
c4555f82 19053
8e04817f 19054Here are some things that are not necessary:
c4555f82 19055
8e04817f
AC
19056@itemize @bullet
19057@item
19058A description of the envelope of the bug.
c4555f82 19059
8e04817f
AC
19060Often people who encounter a bug spend a lot of time investigating
19061which changes to the input file will make the bug go away and which
19062changes will not affect it.
c4555f82 19063
8e04817f
AC
19064This is often time consuming and not very useful, because the way we
19065will find the bug is by running a single example under the debugger
19066with breakpoints, not by pure deduction from a series of examples.
19067We recommend that you save your time for something else.
c4555f82 19068
8e04817f
AC
19069Of course, if you can find a simpler example to report @emph{instead}
19070of the original one, that is a convenience for us. Errors in the
19071output will be easier to spot, running under the debugger will take
19072less time, and so on.
c4555f82 19073
8e04817f
AC
19074However, simplification is not vital; if you do not want to do this,
19075report the bug anyway and send us the entire test case you used.
c4555f82 19076
8e04817f
AC
19077@item
19078A patch for the bug.
c4555f82 19079
8e04817f
AC
19080A patch for the bug does help us if it is a good one. But do not omit
19081the necessary information, such as the test case, on the assumption that
19082a patch is all we need. We might see problems with your patch and decide
19083to fix the problem another way, or we might not understand it at all.
c4555f82 19084
8e04817f
AC
19085Sometimes with a program as complicated as @value{GDBN} it is very hard to
19086construct an example that will make the program follow a certain path
19087through the code. If you do not send us the example, we will not be able
19088to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 19089
8e04817f
AC
19090And if we cannot understand what bug you are trying to fix, or why your
19091patch should be an improvement, we will not install it. A test case will
19092help us to understand.
c4555f82 19093
8e04817f
AC
19094@item
19095A guess about what the bug is or what it depends on.
c4555f82 19096
8e04817f
AC
19097Such guesses are usually wrong. Even we cannot guess right about such
19098things without first using the debugger to find the facts.
19099@end itemize
c4555f82 19100
8e04817f
AC
19101@c The readline documentation is distributed with the readline code
19102@c and consists of the two following files:
19103@c rluser.texinfo
19104@c inc-hist.texinfo
19105@c Use -I with makeinfo to point to the appropriate directory,
19106@c environment var TEXINPUTS with TeX.
19107@include rluser.texinfo
19108@include inc-hist.texinfo
c4555f82 19109
c4555f82 19110
8e04817f
AC
19111@node Formatting Documentation
19112@appendix Formatting Documentation
c4555f82 19113
8e04817f
AC
19114@cindex @value{GDBN} reference card
19115@cindex reference card
19116The @value{GDBN} 4 release includes an already-formatted reference card, ready
19117for printing with PostScript or Ghostscript, in the @file{gdb}
19118subdirectory of the main source directory@footnote{In
19119@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
19120release.}. If you can use PostScript or Ghostscript with your printer,
19121you can print the reference card immediately with @file{refcard.ps}.
c4555f82 19122
8e04817f
AC
19123The release also includes the source for the reference card. You
19124can format it, using @TeX{}, by typing:
c4555f82 19125
474c8240 19126@smallexample
8e04817f 19127make refcard.dvi
474c8240 19128@end smallexample
c4555f82 19129
8e04817f
AC
19130The @value{GDBN} reference card is designed to print in @dfn{landscape}
19131mode on US ``letter'' size paper;
19132that is, on a sheet 11 inches wide by 8.5 inches
19133high. You will need to specify this form of printing as an option to
19134your @sc{dvi} output program.
c4555f82 19135
8e04817f 19136@cindex documentation
c4555f82 19137
8e04817f
AC
19138All the documentation for @value{GDBN} comes as part of the machine-readable
19139distribution. The documentation is written in Texinfo format, which is
19140a documentation system that uses a single source file to produce both
19141on-line information and a printed manual. You can use one of the Info
19142formatting commands to create the on-line version of the documentation
19143and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 19144
8e04817f
AC
19145@value{GDBN} includes an already formatted copy of the on-line Info
19146version of this manual in the @file{gdb} subdirectory. The main Info
19147file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19148subordinate files matching @samp{gdb.info*} in the same directory. If
19149necessary, you can print out these files, or read them with any editor;
19150but they are easier to read using the @code{info} subsystem in @sc{gnu}
19151Emacs or the standalone @code{info} program, available as part of the
19152@sc{gnu} Texinfo distribution.
c4555f82 19153
8e04817f
AC
19154If you want to format these Info files yourself, you need one of the
19155Info formatting programs, such as @code{texinfo-format-buffer} or
19156@code{makeinfo}.
c4555f82 19157
8e04817f
AC
19158If you have @code{makeinfo} installed, and are in the top level
19159@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19160version @value{GDBVN}), you can make the Info file by typing:
c4555f82 19161
474c8240 19162@smallexample
8e04817f
AC
19163cd gdb
19164make gdb.info
474c8240 19165@end smallexample
c4555f82 19166
8e04817f
AC
19167If you want to typeset and print copies of this manual, you need @TeX{},
19168a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19169Texinfo definitions file.
c4555f82 19170
8e04817f
AC
19171@TeX{} is a typesetting program; it does not print files directly, but
19172produces output files called @sc{dvi} files. To print a typeset
19173document, you need a program to print @sc{dvi} files. If your system
19174has @TeX{} installed, chances are it has such a program. The precise
19175command to use depends on your system; @kbd{lpr -d} is common; another
19176(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19177require a file name without any extension or a @samp{.dvi} extension.
c4555f82 19178
8e04817f
AC
19179@TeX{} also requires a macro definitions file called
19180@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19181written in Texinfo format. On its own, @TeX{} cannot either read or
19182typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19183and is located in the @file{gdb-@var{version-number}/texinfo}
19184directory.
c4555f82 19185
8e04817f
AC
19186If you have @TeX{} and a @sc{dvi} printer program installed, you can
19187typeset and print this manual. First switch to the the @file{gdb}
19188subdirectory of the main source directory (for example, to
19189@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 19190
474c8240 19191@smallexample
8e04817f 19192make gdb.dvi
474c8240 19193@end smallexample
c4555f82 19194
8e04817f 19195Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19196
8e04817f
AC
19197@node Installing GDB
19198@appendix Installing @value{GDBN}
19199@cindex configuring @value{GDBN}
19200@cindex installation
94e91d6d 19201@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19202
8e04817f
AC
19203@value{GDBN} comes with a @code{configure} script that automates the process
19204of preparing @value{GDBN} for installation; you can then use @code{make} to
19205build the @code{gdb} program.
19206@iftex
19207@c irrelevant in info file; it's as current as the code it lives with.
19208@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19209look at the @file{README} file in the sources; we may have improved the
19210installation procedures since publishing this manual.}
19211@end iftex
c4555f82 19212
8e04817f
AC
19213The @value{GDBN} distribution includes all the source code you need for
19214@value{GDBN} in a single directory, whose name is usually composed by
19215appending the version number to @samp{gdb}.
c4555f82 19216
8e04817f
AC
19217For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19218@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19219
8e04817f
AC
19220@table @code
19221@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19222script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19223
8e04817f
AC
19224@item gdb-@value{GDBVN}/gdb
19225the source specific to @value{GDBN} itself
c4555f82 19226
8e04817f
AC
19227@item gdb-@value{GDBVN}/bfd
19228source for the Binary File Descriptor library
c906108c 19229
8e04817f
AC
19230@item gdb-@value{GDBVN}/include
19231@sc{gnu} include files
c906108c 19232
8e04817f
AC
19233@item gdb-@value{GDBVN}/libiberty
19234source for the @samp{-liberty} free software library
c906108c 19235
8e04817f
AC
19236@item gdb-@value{GDBVN}/opcodes
19237source for the library of opcode tables and disassemblers
c906108c 19238
8e04817f
AC
19239@item gdb-@value{GDBVN}/readline
19240source for the @sc{gnu} command-line interface
c906108c 19241
8e04817f
AC
19242@item gdb-@value{GDBVN}/glob
19243source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19244
8e04817f
AC
19245@item gdb-@value{GDBVN}/mmalloc
19246source for the @sc{gnu} memory-mapped malloc package
19247@end table
c906108c 19248
8e04817f
AC
19249The simplest way to configure and build @value{GDBN} is to run @code{configure}
19250from the @file{gdb-@var{version-number}} source directory, which in
19251this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19252
8e04817f
AC
19253First switch to the @file{gdb-@var{version-number}} source directory
19254if you are not already in it; then run @code{configure}. Pass the
19255identifier for the platform on which @value{GDBN} will run as an
19256argument.
c906108c 19257
8e04817f 19258For example:
c906108c 19259
474c8240 19260@smallexample
8e04817f
AC
19261cd gdb-@value{GDBVN}
19262./configure @var{host}
19263make
474c8240 19264@end smallexample
c906108c 19265
8e04817f
AC
19266@noindent
19267where @var{host} is an identifier such as @samp{sun4} or
19268@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19269(You can often leave off @var{host}; @code{configure} tries to guess the
19270correct value by examining your system.)
c906108c 19271
8e04817f
AC
19272Running @samp{configure @var{host}} and then running @code{make} builds the
19273@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19274libraries, then @code{gdb} itself. The configured source files, and the
19275binaries, are left in the corresponding source directories.
c906108c 19276
8e04817f
AC
19277@need 750
19278@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19279system does not recognize this automatically when you run a different
19280shell, you may need to run @code{sh} on it explicitly:
c906108c 19281
474c8240 19282@smallexample
8e04817f 19283sh configure @var{host}
474c8240 19284@end smallexample
c906108c 19285
8e04817f
AC
19286If you run @code{configure} from a directory that contains source
19287directories for multiple libraries or programs, such as the
19288@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19289creates configuration files for every directory level underneath (unless
19290you tell it not to, with the @samp{--norecursion} option).
19291
94e91d6d
MC
19292You should run the @code{configure} script from the top directory in the
19293source tree, the @file{gdb-@var{version-number}} directory. If you run
19294@code{configure} from one of the subdirectories, you will configure only
19295that subdirectory. That is usually not what you want. In particular,
19296if you run the first @code{configure} from the @file{gdb} subdirectory
19297of the @file{gdb-@var{version-number}} directory, you will omit the
19298configuration of @file{bfd}, @file{readline}, and other sibling
19299directories of the @file{gdb} subdirectory. This leads to build errors
19300about missing include files such as @file{bfd/bfd.h}.
c906108c 19301
8e04817f
AC
19302You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19303However, you should make sure that the shell on your path (named by
19304the @samp{SHELL} environment variable) is publicly readable. Remember
19305that @value{GDBN} uses the shell to start your program---some systems refuse to
19306let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19307
8e04817f
AC
19308@menu
19309* Separate Objdir:: Compiling @value{GDBN} in another directory
19310* Config Names:: Specifying names for hosts and targets
19311* Configure Options:: Summary of options for configure
19312@end menu
c906108c 19313
8e04817f
AC
19314@node Separate Objdir
19315@section Compiling @value{GDBN} in another directory
c906108c 19316
8e04817f
AC
19317If you want to run @value{GDBN} versions for several host or target machines,
19318you need a different @code{gdb} compiled for each combination of
19319host and target. @code{configure} is designed to make this easy by
19320allowing you to generate each configuration in a separate subdirectory,
19321rather than in the source directory. If your @code{make} program
19322handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19323@code{make} in each of these directories builds the @code{gdb}
19324program specified there.
c906108c 19325
8e04817f
AC
19326To build @code{gdb} in a separate directory, run @code{configure}
19327with the @samp{--srcdir} option to specify where to find the source.
19328(You also need to specify a path to find @code{configure}
19329itself from your working directory. If the path to @code{configure}
19330would be the same as the argument to @samp{--srcdir}, you can leave out
19331the @samp{--srcdir} option; it is assumed.)
c906108c 19332
8e04817f
AC
19333For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19334separate directory for a Sun 4 like this:
c906108c 19335
474c8240 19336@smallexample
8e04817f
AC
19337@group
19338cd gdb-@value{GDBVN}
19339mkdir ../gdb-sun4
19340cd ../gdb-sun4
19341../gdb-@value{GDBVN}/configure sun4
19342make
19343@end group
474c8240 19344@end smallexample
c906108c 19345
8e04817f
AC
19346When @code{configure} builds a configuration using a remote source
19347directory, it creates a tree for the binaries with the same structure
19348(and using the same names) as the tree under the source directory. In
19349the example, you'd find the Sun 4 library @file{libiberty.a} in the
19350directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19351@file{gdb-sun4/gdb}.
c906108c 19352
94e91d6d
MC
19353Make sure that your path to the @file{configure} script has just one
19354instance of @file{gdb} in it. If your path to @file{configure} looks
19355like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19356one subdirectory of @value{GDBN}, not the whole package. This leads to
19357build errors about missing include files such as @file{bfd/bfd.h}.
19358
8e04817f
AC
19359One popular reason to build several @value{GDBN} configurations in separate
19360directories is to configure @value{GDBN} for cross-compiling (where
19361@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19362programs that run on another machine---the @dfn{target}).
19363You specify a cross-debugging target by
19364giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19365
8e04817f
AC
19366When you run @code{make} to build a program or library, you must run
19367it in a configured directory---whatever directory you were in when you
19368called @code{configure} (or one of its subdirectories).
c906108c 19369
8e04817f
AC
19370The @code{Makefile} that @code{configure} generates in each source
19371directory also runs recursively. If you type @code{make} in a source
19372directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19373directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19374will build all the required libraries, and then build GDB.
c906108c 19375
8e04817f
AC
19376When you have multiple hosts or targets configured in separate
19377directories, you can run @code{make} on them in parallel (for example,
19378if they are NFS-mounted on each of the hosts); they will not interfere
19379with each other.
c906108c 19380
8e04817f
AC
19381@node Config Names
19382@section Specifying names for hosts and targets
c906108c 19383
8e04817f
AC
19384The specifications used for hosts and targets in the @code{configure}
19385script are based on a three-part naming scheme, but some short predefined
19386aliases are also supported. The full naming scheme encodes three pieces
19387of information in the following pattern:
c906108c 19388
474c8240 19389@smallexample
8e04817f 19390@var{architecture}-@var{vendor}-@var{os}
474c8240 19391@end smallexample
c906108c 19392
8e04817f
AC
19393For example, you can use the alias @code{sun4} as a @var{host} argument,
19394or as the value for @var{target} in a @code{--target=@var{target}}
19395option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19396
8e04817f
AC
19397The @code{configure} script accompanying @value{GDBN} does not provide
19398any query facility to list all supported host and target names or
19399aliases. @code{configure} calls the Bourne shell script
19400@code{config.sub} to map abbreviations to full names; you can read the
19401script, if you wish, or you can use it to test your guesses on
19402abbreviations---for example:
c906108c 19403
8e04817f
AC
19404@smallexample
19405% sh config.sub i386-linux
19406i386-pc-linux-gnu
19407% sh config.sub alpha-linux
19408alpha-unknown-linux-gnu
19409% sh config.sub hp9k700
19410hppa1.1-hp-hpux
19411% sh config.sub sun4
19412sparc-sun-sunos4.1.1
19413% sh config.sub sun3
19414m68k-sun-sunos4.1.1
19415% sh config.sub i986v
19416Invalid configuration `i986v': machine `i986v' not recognized
19417@end smallexample
c906108c 19418
8e04817f
AC
19419@noindent
19420@code{config.sub} is also distributed in the @value{GDBN} source
19421directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19422
8e04817f
AC
19423@node Configure Options
19424@section @code{configure} options
c906108c 19425
8e04817f
AC
19426Here is a summary of the @code{configure} options and arguments that
19427are most often useful for building @value{GDBN}. @code{configure} also has
19428several other options not listed here. @inforef{What Configure
19429Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19430
474c8240 19431@smallexample
8e04817f
AC
19432configure @r{[}--help@r{]}
19433 @r{[}--prefix=@var{dir}@r{]}
19434 @r{[}--exec-prefix=@var{dir}@r{]}
19435 @r{[}--srcdir=@var{dirname}@r{]}
19436 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19437 @r{[}--target=@var{target}@r{]}
19438 @var{host}
474c8240 19439@end smallexample
c906108c 19440
8e04817f
AC
19441@noindent
19442You may introduce options with a single @samp{-} rather than
19443@samp{--} if you prefer; but you may abbreviate option names if you use
19444@samp{--}.
c906108c 19445
8e04817f
AC
19446@table @code
19447@item --help
19448Display a quick summary of how to invoke @code{configure}.
c906108c 19449
8e04817f
AC
19450@item --prefix=@var{dir}
19451Configure the source to install programs and files under directory
19452@file{@var{dir}}.
c906108c 19453
8e04817f
AC
19454@item --exec-prefix=@var{dir}
19455Configure the source to install programs under directory
19456@file{@var{dir}}.
c906108c 19457
8e04817f
AC
19458@c avoid splitting the warning from the explanation:
19459@need 2000
19460@item --srcdir=@var{dirname}
19461@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19462@code{make} that implements the @code{VPATH} feature.}@*
19463Use this option to make configurations in directories separate from the
19464@value{GDBN} source directories. Among other things, you can use this to
19465build (or maintain) several configurations simultaneously, in separate
19466directories. @code{configure} writes configuration specific files in
19467the current directory, but arranges for them to use the source in the
19468directory @var{dirname}. @code{configure} creates directories under
19469the working directory in parallel to the source directories below
19470@var{dirname}.
c906108c 19471
8e04817f
AC
19472@item --norecursion
19473Configure only the directory level where @code{configure} is executed; do not
19474propagate configuration to subdirectories.
c906108c 19475
8e04817f
AC
19476@item --target=@var{target}
19477Configure @value{GDBN} for cross-debugging programs running on the specified
19478@var{target}. Without this option, @value{GDBN} is configured to debug
19479programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19480
8e04817f 19481There is no convenient way to generate a list of all available targets.
c906108c 19482
8e04817f
AC
19483@item @var{host} @dots{}
19484Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19485
8e04817f
AC
19486There is no convenient way to generate a list of all available hosts.
19487@end table
c906108c 19488
8e04817f
AC
19489There are many other options available as well, but they are generally
19490needed for special purposes only.
c906108c 19491
8e04817f
AC
19492@node Maintenance Commands
19493@appendix Maintenance Commands
19494@cindex maintenance commands
19495@cindex internal commands
c906108c 19496
8e04817f
AC
19497In addition to commands intended for @value{GDBN} users, @value{GDBN}
19498includes a number of commands intended for @value{GDBN} developers.
19499These commands are provided here for reference.
c906108c 19500
8e04817f
AC
19501@table @code
19502@kindex maint info breakpoints
19503@item @anchor{maint info breakpoints}maint info breakpoints
19504Using the same format as @samp{info breakpoints}, display both the
19505breakpoints you've set explicitly, and those @value{GDBN} is using for
19506internal purposes. Internal breakpoints are shown with negative
19507breakpoint numbers. The type column identifies what kind of breakpoint
19508is shown:
c906108c 19509
8e04817f
AC
19510@table @code
19511@item breakpoint
19512Normal, explicitly set breakpoint.
c906108c 19513
8e04817f
AC
19514@item watchpoint
19515Normal, explicitly set watchpoint.
c906108c 19516
8e04817f
AC
19517@item longjmp
19518Internal breakpoint, used to handle correctly stepping through
19519@code{longjmp} calls.
c906108c 19520
8e04817f
AC
19521@item longjmp resume
19522Internal breakpoint at the target of a @code{longjmp}.
c906108c 19523
8e04817f
AC
19524@item until
19525Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19526
8e04817f
AC
19527@item finish
19528Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19529
8e04817f
AC
19530@item shlib events
19531Shared library events.
c906108c 19532
8e04817f 19533@end table
c906108c 19534
8d30a00d
AC
19535@kindex maint internal-error
19536@kindex maint internal-warning
19537@item maint internal-error
19538@itemx maint internal-warning
19539Cause @value{GDBN} to call the internal function @code{internal_error}
19540or @code{internal_warning} and hence behave as though an internal error
19541or internal warning has been detected. In addition to reporting the
19542internal problem, these functions give the user the opportunity to
19543either quit @value{GDBN} or create a core file of the current
19544@value{GDBN} session.
19545
19546@smallexample
19547(gdb) @kbd{maint internal-error testing, 1, 2}
19548@dots{}/maint.c:121: internal-error: testing, 1, 2
19549A problem internal to GDB has been detected. Further
19550debugging may prove unreliable.
19551Quit this debugging session? (y or n) @kbd{n}
19552Create a core file? (y or n) @kbd{n}
19553(gdb)
19554@end smallexample
19555
19556Takes an optional parameter that is used as the text of the error or
19557warning message.
19558
00905d52
AC
19559@kindex maint print dummy-frames
19560@item maint print dummy-frames
19561
19562Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19563
19564@smallexample
19565(gdb) @kbd{b add}
19566@dots{}
19567(gdb) @kbd{print add(2,3)}
19568Breakpoint 2, add (a=2, b=3) at @dots{}
1956958 return (a + b);
19570The program being debugged stopped while in a function called from GDB.
19571@dots{}
19572(gdb) @kbd{maint print dummy-frames}
195730x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19574 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19575 call_lo=0x01014000 call_hi=0x01014001
19576(gdb)
19577@end smallexample
19578
19579Takes an optional file parameter.
19580
0680b120
AC
19581@kindex maint print registers
19582@kindex maint print raw-registers
19583@kindex maint print cooked-registers
617073a9 19584@kindex maint print register-groups
0680b120
AC
19585@item maint print registers
19586@itemx maint print raw-registers
19587@itemx maint print cooked-registers
617073a9 19588@itemx maint print register-groups
0680b120
AC
19589Print @value{GDBN}'s internal register data structures.
19590
617073a9
AC
19591The command @code{maint print raw-registers} includes the contents of
19592the raw register cache; the command @code{maint print cooked-registers}
19593includes the (cooked) value of all registers; and the command
19594@code{maint print register-groups} includes the groups that each
19595register is a member of. @xref{Registers,, Registers, gdbint,
19596@value{GDBN} Internals}.
0680b120
AC
19597
19598Takes an optional file parameter.
19599
617073a9
AC
19600@kindex maint print reggroups
19601@item maint print reggroups
19602Print @value{GDBN}'s internal register group data structures.
19603
19604Takes an optional file parameter.
19605
19606@smallexample
19607(gdb) @kbd{maint print reggroups}
19608 Group Type
19609 general user
19610 float user
19611 all user
19612 vector user
19613 system user
19614 save internal
19615 restore internal
19616@end smallexample
19617
e7ba9c65
DJ
19618@kindex maint set profile
19619@kindex maint show profile
19620@cindex profiling GDB
19621@item maint set profile
19622@itemx maint show profile
19623Control profiling of @value{GDBN}.
19624
19625Profiling will be disabled until you use the @samp{maint set profile}
19626command to enable it. When you enable profiling, the system will begin
19627collecting timing and execution count data; when you disable profiling or
19628exit @value{GDBN}, the results will be written to a log file. Remember that
19629if you use profiling, @value{GDBN} will overwrite the profiling log file
19630(often called @file{gmon.out}). If you have a record of important profiling
19631data in a @file{gmon.out} file, be sure to move it to a safe location.
19632
19633Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19634compiled with the @samp{-pg} compiler option.
19635
8e04817f 19636@end table
c906108c 19637
c906108c 19638
e0ce93ac 19639@node Remote Protocol
8e04817f 19640@appendix @value{GDBN} Remote Serial Protocol
c906108c 19641
ee2d5c50
AC
19642@menu
19643* Overview::
19644* Packets::
19645* Stop Reply Packets::
19646* General Query Packets::
19647* Register Packet Format::
19648* Examples::
0ce1b118 19649* File-I/O remote protocol extension::
ee2d5c50
AC
19650@end menu
19651
19652@node Overview
19653@section Overview
19654
8e04817f
AC
19655There may be occasions when you need to know something about the
19656protocol---for example, if there is only one serial port to your target
19657machine, you might want your program to do something special if it
19658recognizes a packet meant for @value{GDBN}.
c906108c 19659
d2c6833e 19660In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19661transmitted and received data respectfully.
c906108c 19662
8e04817f
AC
19663@cindex protocol, @value{GDBN} remote serial
19664@cindex serial protocol, @value{GDBN} remote
19665@cindex remote serial protocol
19666All @value{GDBN} commands and responses (other than acknowledgments) are
19667sent as a @var{packet}. A @var{packet} is introduced with the character
19668@samp{$}, the actual @var{packet-data}, and the terminating character
19669@samp{#} followed by a two-digit @var{checksum}:
c906108c 19670
474c8240 19671@smallexample
8e04817f 19672@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19673@end smallexample
8e04817f 19674@noindent
c906108c 19675
8e04817f
AC
19676@cindex checksum, for @value{GDBN} remote
19677@noindent
19678The two-digit @var{checksum} is computed as the modulo 256 sum of all
19679characters between the leading @samp{$} and the trailing @samp{#} (an
19680eight bit unsigned checksum).
c906108c 19681
8e04817f
AC
19682Implementors should note that prior to @value{GDBN} 5.0 the protocol
19683specification also included an optional two-digit @var{sequence-id}:
c906108c 19684
474c8240 19685@smallexample
8e04817f 19686@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19687@end smallexample
c906108c 19688
8e04817f
AC
19689@cindex sequence-id, for @value{GDBN} remote
19690@noindent
19691That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19692has never output @var{sequence-id}s. Stubs that handle packets added
19693since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19694
8e04817f
AC
19695@cindex acknowledgment, for @value{GDBN} remote
19696When either the host or the target machine receives a packet, the first
19697response expected is an acknowledgment: either @samp{+} (to indicate
19698the package was received correctly) or @samp{-} (to request
19699retransmission):
c906108c 19700
474c8240 19701@smallexample
d2c6833e
AC
19702-> @code{$}@var{packet-data}@code{#}@var{checksum}
19703<- @code{+}
474c8240 19704@end smallexample
8e04817f 19705@noindent
53a5351d 19706
8e04817f
AC
19707The host (@value{GDBN}) sends @var{command}s, and the target (the
19708debugging stub incorporated in your program) sends a @var{response}. In
19709the case of step and continue @var{command}s, the response is only sent
19710when the operation has completed (the target has again stopped).
c906108c 19711
8e04817f
AC
19712@var{packet-data} consists of a sequence of characters with the
19713exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19714exceptions).
c906108c 19715
8e04817f 19716Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19717@cindex remote protocol, field separator
8e04817f 19718@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19719@sc{hex} with leading zeros suppressed.
c906108c 19720
8e04817f
AC
19721Implementors should note that prior to @value{GDBN} 5.0, the character
19722@samp{:} could not appear as the third character in a packet (as it
19723would potentially conflict with the @var{sequence-id}).
c906108c 19724
8e04817f
AC
19725Response @var{data} can be run-length encoded to save space. A @samp{*}
19726means that the next character is an @sc{ascii} encoding giving a repeat count
19727which stands for that many repetitions of the character preceding the
19728@samp{*}. The encoding is @code{n+29}, yielding a printable character
19729where @code{n >=3} (which is where rle starts to win). The printable
19730characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19731value greater than 126 should not be used.
c906108c 19732
8e04817f
AC
19733Some remote systems have used a different run-length encoding mechanism
19734loosely refered to as the cisco encoding. Following the @samp{*}
19735character are two hex digits that indicate the size of the packet.
c906108c 19736
8e04817f 19737So:
474c8240 19738@smallexample
8e04817f 19739"@code{0* }"
474c8240 19740@end smallexample
8e04817f
AC
19741@noindent
19742means the same as "0000".
c906108c 19743
8e04817f
AC
19744The error response returned for some packets includes a two character
19745error number. That number is not well defined.
c906108c 19746
8e04817f
AC
19747For any @var{command} not supported by the stub, an empty response
19748(@samp{$#00}) should be returned. That way it is possible to extend the
19749protocol. A newer @value{GDBN} can tell if a packet is supported based
19750on that response.
c906108c 19751
8e04817f
AC
19752A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19753@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19754optional.
c906108c 19755
ee2d5c50
AC
19756@node Packets
19757@section Packets
19758
19759The following table provides a complete list of all currently defined
19760@var{command}s and their corresponding response @var{data}.
19761
19762@table @r
19763
19764@item @code{!} --- extended mode
19765@cindex @code{!} packet
19766
8e04817f
AC
19767Enable extended mode. In extended mode, the remote server is made
19768persistent. The @samp{R} packet is used to restart the program being
19769debugged.
ee2d5c50
AC
19770
19771Reply:
19772@table @samp
19773@item OK
8e04817f 19774The remote target both supports and has enabled extended mode.
ee2d5c50 19775@end table
c906108c 19776
ee2d5c50
AC
19777@item @code{?} --- last signal
19778@cindex @code{?} packet
c906108c 19779
ee2d5c50
AC
19780Indicate the reason the target halted. The reply is the same as for
19781step and continue.
c906108c 19782
ee2d5c50
AC
19783Reply:
19784@xref{Stop Reply Packets}, for the reply specifications.
19785
19786@item @code{a} --- reserved
19787
19788Reserved for future use.
19789
19790@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19791@cindex @code{A} packet
c906108c 19792
8e04817f
AC
19793Initialized @samp{argv[]} array passed into program. @var{arglen}
19794specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19795See @code{gdbserver} for more details.
19796
19797Reply:
19798@table @samp
19799@item OK
19800@item E@var{NN}
19801@end table
19802
19803@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19804@cindex @code{b} packet
19805
19806Change the serial line speed to @var{baud}.
19807
19808JTC: @emph{When does the transport layer state change? When it's
19809received, or after the ACK is transmitted. In either case, there are
19810problems if the command or the acknowledgment packet is dropped.}
19811
19812Stan: @emph{If people really wanted to add something like this, and get
19813it working for the first time, they ought to modify ser-unix.c to send
19814some kind of out-of-band message to a specially-setup stub and have the
19815switch happen "in between" packets, so that from remote protocol's point
19816of view, nothing actually happened.}
19817
19818@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19819@cindex @code{B} packet
19820
8e04817f 19821Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19822breakpoint at @var{addr}.
19823
19824This packet has been replaced by the @samp{Z} and @samp{z} packets
19825(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19826
ee2d5c50
AC
19827@item @code{c}@var{addr} --- continue
19828@cindex @code{c} packet
19829
19830@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19831current address.
c906108c 19832
ee2d5c50
AC
19833Reply:
19834@xref{Stop Reply Packets}, for the reply specifications.
19835
19836@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19837@cindex @code{C} packet
19838
8e04817f
AC
19839Continue with signal @var{sig} (hex signal number). If
19840@code{;}@var{addr} is omitted, resume at same address.
c906108c 19841
ee2d5c50
AC
19842Reply:
19843@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19844
ee2d5c50
AC
19845@item @code{d} --- toggle debug @strong{(deprecated)}
19846@cindex @code{d} packet
19847
19848Toggle debug flag.
19849
19850@item @code{D} --- detach
19851@cindex @code{D} packet
19852
19853Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19854before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19855
19856Reply:
19857@table @samp
19858@item @emph{no response}
8e04817f 19859@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19860@end table
c906108c 19861
ee2d5c50 19862@item @code{e} --- reserved
c906108c 19863
ee2d5c50 19864Reserved for future use.
c906108c 19865
ee2d5c50 19866@item @code{E} --- reserved
c906108c 19867
ee2d5c50 19868Reserved for future use.
c906108c 19869
ee2d5c50
AC
19870@item @code{f} --- reserved
19871
19872Reserved for future use.
19873
0ce1b118
CV
19874@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19875@cindex @code{F} packet
ee2d5c50 19876
0ce1b118
CV
19877This packet is send by @value{GDBN} as reply to a @code{F} request packet
19878sent by the target. This is part of the File-I/O protocol extension.
19879@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19880
19881@item @code{g} --- read registers
19882@anchor{read registers packet}
19883@cindex @code{g} packet
19884
19885Read general registers.
19886
19887Reply:
19888@table @samp
19889@item @var{XX@dots{}}
8e04817f
AC
19890Each byte of register data is described by two hex digits. The bytes
19891with the register are transmitted in target byte order. The size of
19892each register and their position within the @samp{g} @var{packet} are
ee2d5c50
AC
19893determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE}
19894and @var{REGISTER_NAME} macros. The specification of several standard
8e04817f 19895@code{g} packets is specified below.
ee2d5c50
AC
19896@item E@var{NN}
19897for an error.
19898@end table
c906108c 19899
ee2d5c50
AC
19900@item @code{G}@var{XX@dots{}} --- write regs
19901@cindex @code{G} packet
c906108c 19902
ee2d5c50
AC
19903@xref{read registers packet}, for a description of the @var{XX@dots{}}
19904data.
19905
19906Reply:
19907@table @samp
19908@item OK
19909for success
19910@item E@var{NN}
19911for an error
19912@end table
19913
19914@item @code{h} --- reserved
19915
19916Reserved for future use.
19917
19918@item @code{H}@var{c}@var{t@dots{}} --- set thread
19919@cindex @code{H} packet
c906108c 19920
8e04817f 19921Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19922@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19923should be @samp{c} for step and continue operations, @samp{g} for other
19924operations. The thread designator @var{t@dots{}} may be -1, meaning all
19925the threads, a thread number, or zero which means pick any thread.
19926
19927Reply:
19928@table @samp
19929@item OK
19930for success
19931@item E@var{NN}
19932for an error
19933@end table
c906108c 19934
8e04817f
AC
19935@c FIXME: JTC:
19936@c 'H': How restrictive (or permissive) is the thread model. If a
19937@c thread is selected and stopped, are other threads allowed
19938@c to continue to execute? As I mentioned above, I think the
19939@c semantics of each command when a thread is selected must be
19940@c described. For example:
19941@c
19942@c 'g': If the stub supports threads and a specific thread is
19943@c selected, returns the register block from that thread;
19944@c otherwise returns current registers.
19945@c
19946@c 'G' If the stub supports threads and a specific thread is
19947@c selected, sets the registers of the register block of
19948@c that thread; otherwise sets current registers.
c906108c 19949
ee2d5c50
AC
19950@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19951@anchor{cycle step packet}
19952@cindex @code{i} packet
19953
8e04817f
AC
19954Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19955present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19956step starting at that address.
c906108c 19957
ee2d5c50
AC
19958@item @code{I} --- signal then cycle step @strong{(reserved)}
19959@cindex @code{I} packet
19960
19961@xref{step with signal packet}. @xref{cycle step packet}.
19962
19963@item @code{j} --- reserved
19964
19965Reserved for future use.
19966
19967@item @code{J} --- reserved
c906108c 19968
ee2d5c50 19969Reserved for future use.
c906108c 19970
ee2d5c50
AC
19971@item @code{k} --- kill request
19972@cindex @code{k} packet
c906108c 19973
ac282366 19974FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19975thread context has been selected (i.e.@: does 'k' kill only that
19976thread?)}.
c906108c 19977
ee2d5c50 19978@item @code{K} --- reserved
c906108c 19979
ee2d5c50
AC
19980Reserved for future use.
19981
19982@item @code{l} --- reserved
19983
19984Reserved for future use.
19985
19986@item @code{L} --- reserved
19987
19988Reserved for future use.
19989
19990@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19991@cindex @code{m} packet
c906108c 19992
8e04817f 19993Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19994Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19995assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19996transfer mechanism is needed.}
c906108c 19997
ee2d5c50
AC
19998Reply:
19999@table @samp
20000@item @var{XX@dots{}}
20001@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
20002to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 20003that sized memory transfers are assumed using word aligned
ee2d5c50
AC
20004accesses. FIXME: @emph{A word aligned memory transfer mechanism is
20005needed.}
20006@item E@var{NN}
20007@var{NN} is errno
20008@end table
20009
20010@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
20011@cindex @code{M} packet
20012
8e04817f 20013Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
20014@var{XX@dots{}} is the data.
20015
20016Reply:
20017@table @samp
20018@item OK
20019for success
20020@item E@var{NN}
8e04817f
AC
20021for an error (this includes the case where only part of the data was
20022written).
ee2d5c50 20023@end table
c906108c 20024
ee2d5c50 20025@item @code{n} --- reserved
c906108c 20026
ee2d5c50 20027Reserved for future use.
c906108c 20028
ee2d5c50 20029@item @code{N} --- reserved
c906108c 20030
ee2d5c50 20031Reserved for future use.
c906108c 20032
ee2d5c50
AC
20033@item @code{o} --- reserved
20034
20035Reserved for future use.
20036
20037@item @code{O} --- reserved
20038
20039Reserved for future use.
c906108c 20040
ee2d5c50
AC
20041@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
20042@cindex @code{p} packet
20043
20044@xref{write register packet}.
20045
20046Reply:
20047@table @samp
20048@item @var{r@dots{}.}
20049The hex encoded value of the register in target byte order.
20050@end table
20051
20052@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
20053@anchor{write register packet}
20054@cindex @code{P} packet
20055
20056Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 20057digits for each byte in the register (target byte order).
c906108c 20058
ee2d5c50
AC
20059Reply:
20060@table @samp
20061@item OK
20062for success
20063@item E@var{NN}
20064for an error
20065@end table
20066
20067@item @code{q}@var{query} --- general query
20068@anchor{general query packet}
20069@cindex @code{q} packet
20070
20071Request info about @var{query}. In general @value{GDBN} queries have a
20072leading upper case letter. Custom vendor queries should use a company
20073prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
20074be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
20075that they match the full @var{query} name.
20076
20077Reply:
20078@table @samp
20079@item @var{XX@dots{}}
20080Hex encoded data from query. The reply can not be empty.
20081@item E@var{NN}
20082error reply
8e04817f 20083@item
ee2d5c50
AC
20084Indicating an unrecognized @var{query}.
20085@end table
20086
20087@item @code{Q}@var{var}@code{=}@var{val} --- general set
20088@cindex @code{Q} packet
20089
20090Set value of @var{var} to @var{val}.
20091
20092@xref{general query packet}, for a discussion of naming conventions.
c906108c 20093
ee2d5c50
AC
20094@item @code{r} --- reset @strong{(deprecated)}
20095@cindex @code{r} packet
c906108c 20096
8e04817f 20097Reset the entire system.
c906108c 20098
ee2d5c50
AC
20099@item @code{R}@var{XX} --- remote restart
20100@cindex @code{R} packet
20101
8e04817f
AC
20102Restart the program being debugged. @var{XX}, while needed, is ignored.
20103This packet is only available in extended mode.
ee2d5c50
AC
20104
20105Reply:
20106@table @samp
20107@item @emph{no reply}
8e04817f 20108The @samp{R} packet has no reply.
ee2d5c50
AC
20109@end table
20110
20111@item @code{s}@var{addr} --- step
20112@cindex @code{s} packet
c906108c 20113
8e04817f
AC
20114@var{addr} is address to resume. If @var{addr} is omitted, resume at
20115same address.
c906108c 20116
ee2d5c50
AC
20117Reply:
20118@xref{Stop Reply Packets}, for the reply specifications.
20119
20120@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
20121@anchor{step with signal packet}
20122@cindex @code{S} packet
20123
8e04817f 20124Like @samp{C} but step not continue.
c906108c 20125
ee2d5c50
AC
20126Reply:
20127@xref{Stop Reply Packets}, for the reply specifications.
20128
20129@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
20130@cindex @code{t} packet
20131
8e04817f 20132Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
20133@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
20134@var{addr} must be at least 3 digits.
c906108c 20135
ee2d5c50
AC
20136@item @code{T}@var{XX} --- thread alive
20137@cindex @code{T} packet
c906108c 20138
ee2d5c50 20139Find out if the thread XX is alive.
c906108c 20140
ee2d5c50
AC
20141Reply:
20142@table @samp
20143@item OK
20144thread is still alive
20145@item E@var{NN}
20146thread is dead
20147@end table
20148
20149@item @code{u} --- reserved
20150
20151Reserved for future use.
20152
20153@item @code{U} --- reserved
20154
20155Reserved for future use.
20156
20157@item @code{v} --- reserved
20158
20159Reserved for future use.
20160
20161@item @code{V} --- reserved
c906108c 20162
ee2d5c50 20163Reserved for future use.
c906108c 20164
ee2d5c50 20165@item @code{w} --- reserved
c906108c 20166
ee2d5c50 20167Reserved for future use.
c906108c 20168
ee2d5c50 20169@item @code{W} --- reserved
c906108c 20170
ee2d5c50 20171Reserved for future use.
c906108c 20172
ee2d5c50
AC
20173@item @code{x} --- reserved
20174
20175Reserved for future use.
20176
20177@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20178@cindex @code{X} packet
20179
20180@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20181is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20182escaped using @code{0x7d}.
c906108c 20183
ee2d5c50
AC
20184Reply:
20185@table @samp
20186@item OK
20187for success
20188@item E@var{NN}
20189for an error
20190@end table
20191
20192@item @code{y} --- reserved
c906108c 20193
ee2d5c50 20194Reserved for future use.
c906108c 20195
ee2d5c50
AC
20196@item @code{Y} reserved
20197
20198Reserved for future use.
20199
2f870471
AC
20200@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20201@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20202@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20203@cindex @code{z} packet
2f870471 20204@cindex @code{Z} packets
ee2d5c50 20205
2f870471
AC
20206Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20207watchpoint starting at address @var{address} and covering the next
20208@var{length} bytes.
ee2d5c50 20209
2f870471
AC
20210Each breakpoint and watchpoint packet @var{type} is documented
20211separately.
20212
512217c7
AC
20213@emph{Implementation notes: A remote target shall return an empty string
20214for an unrecognized breakpoint or watchpoint packet @var{type}. A
20215remote target shall support either both or neither of a given
2f870471
AC
20216@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20217avoid potential problems with duplicate packets, the operations should
20218be implemented in an idempotent way.}
20219
20220@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20221@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20222@cindex @code{z0} packet
20223@cindex @code{Z0} packet
20224
20225Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20226@code{addr} of size @code{length}.
20227
20228A memory breakpoint is implemented by replacing the instruction at
20229@var{addr} with a software breakpoint or trap instruction. The
20230@code{length} is used by targets that indicates the size of the
20231breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20232@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20233
2f870471
AC
20234@emph{Implementation note: It is possible for a target to copy or move
20235code that contains memory breakpoints (e.g., when implementing
20236overlays). The behavior of this packet, in the presence of such a
20237target, is not defined.}
c906108c 20238
ee2d5c50
AC
20239Reply:
20240@table @samp
2f870471
AC
20241@item OK
20242success
20243@item
20244not supported
ee2d5c50
AC
20245@item E@var{NN}
20246for an error
2f870471
AC
20247@end table
20248
20249@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20250@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20251@cindex @code{z1} packet
20252@cindex @code{Z1} packet
20253
20254Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20255address @code{addr} of size @code{length}.
20256
20257A hardware breakpoint is implemented using a mechanism that is not
20258dependant on being able to modify the target's memory.
20259
20260@emph{Implementation note: A hardware breakpoint is not affected by code
20261movement.}
20262
20263Reply:
20264@table @samp
ee2d5c50 20265@item OK
2f870471
AC
20266success
20267@item
20268not supported
20269@item E@var{NN}
20270for an error
20271@end table
20272
20273@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20274@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20275@cindex @code{z2} packet
20276@cindex @code{Z2} packet
20277
20278Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20279
20280Reply:
20281@table @samp
20282@item OK
20283success
20284@item
20285not supported
20286@item E@var{NN}
20287for an error
20288@end table
20289
20290@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20291@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20292@cindex @code{z3} packet
20293@cindex @code{Z3} packet
20294
2e834e49 20295Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20296
20297Reply:
20298@table @samp
20299@item OK
20300success
20301@item
20302not supported
20303@item E@var{NN}
20304for an error
20305@end table
20306
2e834e49
HPN
20307@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20308@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20309@cindex @code{z4} packet
20310@cindex @code{Z4} packet
20311
20312Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20313
20314Reply:
20315@table @samp
20316@item OK
20317success
20318@item
20319not supported
20320@item E@var{NN}
20321for an error
ee2d5c50
AC
20322@end table
20323
20324@end table
c906108c 20325
ee2d5c50
AC
20326@node Stop Reply Packets
20327@section Stop Reply Packets
20328@cindex stop reply packets
c906108c 20329
8e04817f
AC
20330The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20331receive any of the below as a reply. In the case of the @samp{C},
20332@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20333when the target halts. In the below the exact meaning of @samp{signal
20334number} is poorly defined. In general one of the UNIX signal numbering
20335conventions is used.
c906108c 20336
ee2d5c50 20337@table @samp
c906108c 20338
ee2d5c50
AC
20339@item S@var{AA}
20340@var{AA} is the signal number
c906108c 20341
8e04817f 20342@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
20343@cindex @code{T} packet reply
20344
8e04817f
AC
20345@var{AA} = two hex digit signal number; @var{n...} = register number
20346(hex), @var{r...} = target byte ordered register contents, size defined
20347by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
3c3bea1c
GS
20348thread process ID, this is a hex integer; @var{n...} = (@samp{watch} |
20349@samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
20350integer; @var{n...} = other string not starting with valid hex digit.
20351@value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
20352to the next. This way we can extend the protocol.
c906108c 20353
ee2d5c50
AC
20354@item W@var{AA}
20355
8e04817f 20356The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20357applicable to certain targets.
20358
20359@item X@var{AA}
c906108c 20360
8e04817f 20361The process terminated with signal @var{AA}.
c906108c 20362
ee2d5c50
AC
20363@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
20364
20365@var{AA} = signal number; @var{t@dots{}} = address of symbol
20366@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
20367base of bss section. @emph{Note: only used by Cisco Systems targets.
20368The difference between this reply and the @samp{qOffsets} query is that
20369the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
20370is a query initiated by the host debugger.}
c906108c 20371
ee2d5c50 20372@item O@var{XX@dots{}}
c906108c 20373
ee2d5c50
AC
20374@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20375any time while the program is running and the debugger should continue
20376to wait for @samp{W}, @samp{T}, etc.
20377
0ce1b118
CV
20378@item F@var{call-id}@code{,}@var{parameter@dots{}}
20379
20380@var{call-id} is the identifier which says which host system call should
20381be called. This is just the name of the function. Translation into the
20382correct system call is only applicable as it's defined in @value{GDBN}.
20383@xref{File-I/O remote protocol extension}, for a list of implemented
20384system calls.
20385
20386@var{parameter@dots{}} is a list of parameters as defined for this very
20387system call.
20388
20389The target replies with this packet when it expects @value{GDBN} to call
20390a host system call on behalf of the target. @value{GDBN} replies with
20391an appropriate @code{F} packet and keeps up waiting for the next reply
20392packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20393@samp{s} action is expected to be continued.
20394@xref{File-I/O remote protocol extension}, for more details.
20395
ee2d5c50
AC
20396@end table
20397
20398@node General Query Packets
20399@section General Query Packets
c906108c 20400
8e04817f 20401The following set and query packets have already been defined.
c906108c 20402
ee2d5c50 20403@table @r
c906108c 20404
ee2d5c50
AC
20405@item @code{q}@code{C} --- current thread
20406
20407Return the current thread id.
20408
20409Reply:
20410@table @samp
20411@item @code{QC}@var{pid}
8e04817f 20412Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20413@item *
20414Any other reply implies the old pid.
20415@end table
20416
20417@item @code{q}@code{fThreadInfo} -- all thread ids
20418
20419@code{q}@code{sThreadInfo}
c906108c 20420
8e04817f
AC
20421Obtain a list of active thread ids from the target (OS). Since there
20422may be too many active threads to fit into one reply packet, this query
20423works iteratively: it may require more than one query/reply sequence to
20424obtain the entire list of threads. The first query of the sequence will
20425be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20426sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20427
20428NOTE: replaces the @code{qL} query (see below).
20429
20430Reply:
20431@table @samp
20432@item @code{m}@var{id}
20433A single thread id
20434@item @code{m}@var{id},@var{id}@dots{}
20435a comma-separated list of thread ids
20436@item @code{l}
20437(lower case 'el') denotes end of list.
20438@end table
20439
20440In response to each query, the target will reply with a list of one or
20441more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20442will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20443@code{qs} form of the query), until the target responds with @code{l}
20444(lower-case el, for @code{'last'}).
c906108c 20445
ee2d5c50
AC
20446@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20447
20448Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20449string description of a thread's attributes from the target OS. This
20450string may contain anything that the target OS thinks is interesting for
20451@value{GDBN} to tell the user about the thread. The string is displayed
20452in @value{GDBN}'s @samp{info threads} display. Some examples of
20453possible thread extra info strings are ``Runnable'', or ``Blocked on
20454Mutex''.
20455
20456Reply:
20457@table @samp
20458@item @var{XX@dots{}}
20459Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20460the printable string containing the extra information about the thread's
8e04817f 20461attributes.
ee2d5c50
AC
20462@end table
20463
20464@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20465
8e04817f
AC
20466Obtain thread information from RTOS. Where: @var{startflag} (one hex
20467digit) is one to indicate the first query and zero to indicate a
20468subsequent query; @var{threadcount} (two hex digits) is the maximum
20469number of threads the response packet can contain; and @var{nextthread}
20470(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20471returned in the response as @var{argthread}.
ee2d5c50
AC
20472
20473NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20474(see above).
20475
20476Reply:
20477@table @samp
20478@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20479Where: @var{count} (two hex digits) is the number of threads being
20480returned; @var{done} (one hex digit) is zero to indicate more threads
20481and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20482digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20483is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20484digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20485@end table
c906108c 20486
ee2d5c50
AC
20487@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20488
20489Reply:
20490@table @samp
20491@item @code{E}@var{NN}
20492An error (such as memory fault)
20493@item @code{C}@var{CRC32}
20494A 32 bit cyclic redundancy check of the specified memory region.
20495@end table
20496
20497@item @code{q}@code{Offsets} --- query sect offs
c906108c 20498
8e04817f
AC
20499Get section offsets that the target used when re-locating the downloaded
20500image. @emph{Note: while a @code{Bss} offset is included in the
20501response, @value{GDBN} ignores this and instead applies the @code{Data}
20502offset to the @code{Bss} section.}
c906108c 20503
ee2d5c50
AC
20504Reply:
20505@table @samp
20506@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20507@end table
20508
20509@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20510
8e04817f
AC
20511Returns information on @var{threadid}. Where: @var{mode} is a hex
20512encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20513
20514Reply:
20515@table @samp
20516@item *
20517@end table
20518
8e04817f 20519See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20520
ee2d5c50
AC
20521@item @code{q}@code{Rcmd,}@var{command} --- remote command
20522
20523@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20524execution. Invalid commands should be reported using the output string.
20525Before the final result packet, the target may also respond with a
ee2d5c50
AC
20526number of intermediate @code{O}@var{output} console output packets.
20527@emph{Implementors should note that providing access to a stubs's
20528interpreter may have security implications}.
20529
20530Reply:
20531@table @samp
20532@item OK
8e04817f 20533A command response with no output.
ee2d5c50 20534@item @var{OUTPUT}
8e04817f 20535A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20536@item @code{E}@var{NN}
8e04817f 20537Indicate a badly formed request.
ee2d5c50 20538@item @samp{}
8e04817f 20539When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20540@end table
20541
20542@item @code{qSymbol::} --- symbol lookup
c906108c 20543
8e04817f
AC
20544Notify the target that @value{GDBN} is prepared to serve symbol lookup
20545requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20546
20547Reply:
20548@table @samp
20549@item @code{OK}
8e04817f 20550The target does not need to look up any (more) symbols.
ee2d5c50
AC
20551@item @code{qSymbol:}@var{sym_name}
20552The target requests the value of symbol @var{sym_name} (hex encoded).
20553@value{GDBN} may provide the value by using the
20554@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20555@end table
20556
20557@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20558
20559Set the value of @var{sym_name} to @var{sym_value}.
20560
20561@var{sym_name} (hex encoded) is the name of a symbol whose value the
20562target has previously requested.
20563
20564@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20565@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20566will be empty.
20567
20568Reply:
20569@table @samp
20570@item @code{OK}
8e04817f 20571The target does not need to look up any (more) symbols.
ee2d5c50
AC
20572@item @code{qSymbol:}@var{sym_name}
20573The target requests the value of a new symbol @var{sym_name} (hex
20574encoded). @value{GDBN} will continue to supply the values of symbols
20575(if available), until the target ceases to request them.
20576@end table
eb12ee30 20577
ee2d5c50
AC
20578@end table
20579
20580@node Register Packet Format
20581@section Register Packet Format
eb12ee30 20582
8e04817f 20583The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20584In the below, some thirty-two bit registers are transferred as
20585sixty-four bits. Those registers should be zero/sign extended (which?)
20586to fill the space allocated. Register bytes are transfered in target
20587byte order. The two nibbles within a register byte are transfered
20588most-significant - least-significant.
eb12ee30 20589
ee2d5c50 20590@table @r
eb12ee30 20591
8e04817f 20592@item MIPS32
ee2d5c50 20593
8e04817f
AC
20594All registers are transfered as thirty-two bit quantities in the order:
2059532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20596registers; fsr; fir; fp.
eb12ee30 20597
8e04817f 20598@item MIPS64
ee2d5c50 20599
8e04817f
AC
20600All registers are transfered as sixty-four bit quantities (including
20601thirty-two bit registers such as @code{sr}). The ordering is the same
20602as @code{MIPS32}.
eb12ee30 20603
ee2d5c50
AC
20604@end table
20605
20606@node Examples
20607@section Examples
eb12ee30 20608
8e04817f
AC
20609Example sequence of a target being re-started. Notice how the restart
20610does not get any direct output:
eb12ee30 20611
474c8240 20612@smallexample
d2c6833e
AC
20613-> @code{R00}
20614<- @code{+}
8e04817f 20615@emph{target restarts}
d2c6833e 20616-> @code{?}
8e04817f 20617<- @code{+}
d2c6833e
AC
20618<- @code{T001:1234123412341234}
20619-> @code{+}
474c8240 20620@end smallexample
eb12ee30 20621
8e04817f 20622Example sequence of a target being stepped by a single instruction:
eb12ee30 20623
474c8240 20624@smallexample
d2c6833e 20625-> @code{G1445@dots{}}
8e04817f 20626<- @code{+}
d2c6833e
AC
20627-> @code{s}
20628<- @code{+}
20629@emph{time passes}
20630<- @code{T001:1234123412341234}
8e04817f 20631-> @code{+}
d2c6833e 20632-> @code{g}
8e04817f 20633<- @code{+}
d2c6833e
AC
20634<- @code{1455@dots{}}
20635-> @code{+}
474c8240 20636@end smallexample
eb12ee30 20637
0ce1b118
CV
20638@node File-I/O remote protocol extension
20639@section File-I/O remote protocol extension
20640@cindex File-I/O remote protocol extension
20641
20642@menu
20643* File-I/O Overview::
20644* Protocol basics::
20645* The `F' request packet::
20646* The `F' reply packet::
20647* Memory transfer::
20648* The Ctrl-C message::
20649* Console I/O::
20650* The isatty call::
20651* The system call::
20652* List of supported calls::
20653* Protocol specific representation of datatypes::
20654* Constants::
20655* File-I/O Examples::
20656@end menu
20657
20658@node File-I/O Overview
20659@subsection File-I/O Overview
20660@cindex file-i/o overview
20661
20662The File I/O remote protocol extension (short: File-I/O) allows the
20663target to use the hosts file system and console I/O when calling various
20664system calls. System calls on the target system are translated into a
20665remote protocol packet to the host system which then performs the needed
20666actions and returns with an adequate response packet to the target system.
20667This simulates file system operations even on targets that lack file systems.
20668
20669The protocol is defined host- and target-system independent. It uses
20670it's own independent representation of datatypes and values. Both,
20671@value{GDBN} and the target's @value{GDBN} stub are responsible for
20672translating the system dependent values into the unified protocol values
20673when data is transmitted.
20674
20675The communication is synchronous. A system call is possible only
20676when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20677packets. While @value{GDBN} handles the request for a system call,
20678the target is stopped to allow deterministic access to the target's
20679memory. Therefore File-I/O is not interuptible by target signals. It
20680is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20681
20682The target's request to perform a host system call does not finish
20683the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20684after finishing the system call, the target returns to continuing the
20685previous activity (continue, step). No additional continue or step
20686request from @value{GDBN} is required.
20687
20688@smallexample
20689(gdb) continue
20690 <- target requests 'system call X'
20691 target is stopped, @value{GDBN} executes system call
20692 -> GDB returns result
20693 ... target continues, GDB returns to wait for the target
20694 <- target hits breakpoint and sends a Txx packet
20695@end smallexample
20696
20697The protocol is only used for files on the host file system and
20698for I/O on the console. Character or block special devices, pipes,
20699named pipes or sockets or any other communication method on the host
20700system are not supported by this protocol.
20701
20702@node Protocol basics
20703@subsection Protocol basics
20704@cindex protocol basics, file-i/o
20705
20706The File-I/O protocol uses the @code{F} packet, as request as well
20707as as reply packet. Since a File-I/O system call can only occur when
20708@value{GDBN} is waiting for the continuing or stepping target, the
20709File-I/O request is a reply that @value{GDBN} has to expect as a result
20710of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20711This @code{F} packet contains all information needed to allow @value{GDBN}
20712to call the appropriate host system call:
20713
20714@itemize @bullet
20715@item
20716A unique identifier for the requested system call.
20717
20718@item
20719All parameters to the system call. Pointers are given as addresses
20720in the target memory address space. Pointers to strings are given as
20721pointer/length pair. Numerical values are given as they are.
20722Numerical control values are given in a protocol specific representation.
20723
20724@end itemize
20725
20726At that point @value{GDBN} has to perform the following actions.
20727
20728@itemize @bullet
20729@item
20730If parameter pointer values are given, which point to data needed as input
20731to a system call, @value{GDBN} requests this data from the target with a
20732standard @code{m} packet request. This additional communication has to be
20733expected by the target implementation and is handled as any other @code{m}
20734packet.
20735
20736@item
20737@value{GDBN} translates all value from protocol representation to host
20738representation as needed. Datatypes are coerced into the host types.
20739
20740@item
20741@value{GDBN} calls the system call
20742
20743@item
20744It then coerces datatypes back to protocol representation.
20745
20746@item
20747If pointer parameters in the request packet point to buffer space in which
20748a system call is expected to copy data to, the data is transmitted to the
20749target using a @code{M} or @code{X} packet. This packet has to be expected
20750by the target implementation and is handled as any other @code{M} or @code{X}
20751packet.
20752
20753@end itemize
20754
20755Eventually @value{GDBN} replies with another @code{F} packet which contains all
20756necessary information for the target to continue. This at least contains
20757
20758@itemize @bullet
20759@item
20760Return value.
20761
20762@item
20763@code{errno}, if has been changed by the system call.
20764
20765@item
20766``Ctrl-C'' flag.
20767
20768@end itemize
20769
20770After having done the needed type and value coercion, the target continues
20771the latest continue or step action.
20772
20773@node The `F' request packet
20774@subsection The @code{F} request packet
20775@cindex file-i/o request packet
20776@cindex @code{F} request packet
20777
20778The @code{F} request packet has the following format:
20779
20780@table @samp
20781
20782@smallexample
20783@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20784@end smallexample
20785
20786@var{call-id} is the identifier to indicate the host system call to be called.
20787This is just the name of the function.
20788
20789@var{parameter@dots{}} are the parameters to the system call.
20790
20791@end table
20792
20793Parameters are hexadecimal integer values, either the real values in case
20794of scalar datatypes, as pointers to target buffer space in case of compound
20795datatypes and unspecified memory areas or as pointer/length pairs in case
20796of string parameters. These are appended to the call-id, each separated
20797from its predecessor by a comma. All values are transmitted in ASCII
20798string representation, pointer/length pairs separated by a slash.
20799
20800@node The `F' reply packet
20801@subsection The @code{F} reply packet
20802@cindex file-i/o reply packet
20803@cindex @code{F} reply packet
20804
20805The @code{F} reply packet has the following format:
20806
20807@table @samp
20808
20809@smallexample
20810@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20811@end smallexample
20812
20813@var{retcode} is the return code of the system call as hexadecimal value.
20814
20815@var{errno} is the errno set by the call, in protocol specific representation.
20816This parameter can be omitted if the call was successful.
20817
20818@var{Ctrl-C flag} is only send if the user requested a break. In this
20819case, @var{errno} must be send as well, even if the call was successful.
20820The @var{Ctrl-C flag} itself consists of the character 'C':
20821
20822@smallexample
20823F0,0,C
20824@end smallexample
20825
20826@noindent
20827or, if the call was interupted before the host call has been performed:
20828
20829@smallexample
20830F-1,4,C
20831@end smallexample
20832
20833@noindent
20834assuming 4 is the protocol specific representation of @code{EINTR}.
20835
20836@end table
20837
20838@node Memory transfer
20839@subsection Memory transfer
20840@cindex memory transfer, in file-i/o protocol
20841
20842Structured data which is transferred using a memory read or write as e.g.@:
20843a @code{struct stat} is expected to be in a protocol specific format with
20844all scalar multibyte datatypes being big endian. This should be done by
20845the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20846it transfers memory to the target. Transferred pointers to structured
20847data should point to the already coerced data at any time.
20848
20849@node The Ctrl-C message
20850@subsection The Ctrl-C message
20851@cindex ctrl-c message, in file-i/o protocol
20852
20853A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20854reply packet. In this case the target should behave, as if it had
20855gotten a break message. The meaning for the target is ``system call
20856interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20857(as with a break message) and return to @value{GDBN} with a @code{T02}
20858packet. In this case, it's important for the target to know, in which
20859state the system call was interrupted. Since this action is by design
20860not an atomic operation, we have to differ between two cases:
20861
20862@itemize @bullet
20863@item
20864The system call hasn't been performed on the host yet.
20865
20866@item
20867The system call on the host has been finished.
20868
20869@end itemize
20870
20871These two states can be distinguished by the target by the value of the
20872returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20873call hasn't been performed. This is equivalent to the @code{EINTR} handling
20874on POSIX systems. In any other case, the target may presume that the
20875system call has been finished --- successful or not --- and should behave
20876as if the break message arrived right after the system call.
20877
20878@value{GDBN} must behave reliable. If the system call has not been called
20879yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20880@code{errno} in the packet. If the system call on the host has been finished
20881before the user requests a break, the full action must be finshed by
20882@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20883The @code{F} packet may only be send when either nothing has happened
20884or the full action has been completed.
20885
20886@node Console I/O
20887@subsection Console I/O
20888@cindex console i/o as part of file-i/o
20889
20890By default and if not explicitely closed by the target system, the file
20891descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20892on the @value{GDBN} console is handled as any other file output operation
20893(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20894by @value{GDBN} so that after the target read request from file descriptor
208950 all following typing is buffered until either one of the following
20896conditions is met:
20897
20898@itemize @bullet
20899@item
20900The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20901@code{read}
20902system call is treated as finished.
20903
20904@item
20905The user presses @kbd{Enter}. This is treated as end of input with a trailing
20906line feed.
20907
20908@item
20909The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20910character, especially no Ctrl-D is appended to the input.
20911
20912@end itemize
20913
20914If the user has typed more characters as fit in the buffer given to
20915the read call, the trailing characters are buffered in @value{GDBN} until
20916either another @code{read(0, @dots{})} is requested by the target or debugging
20917is stopped on users request.
20918
20919@node The isatty call
20920@subsection The isatty(3) call
20921@cindex isatty call, file-i/o protocol
20922
20923A special case in this protocol is the library call @code{isatty} which
20924is implemented as it's own call inside of this protocol. It returns
209251 to the target if the file descriptor given as parameter is attached
20926to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20927would require implementing @code{ioctl} and would be more complex than
20928needed.
20929
20930@node The system call
20931@subsection The system(3) call
20932@cindex system call, file-i/o protocol
20933
20934The other special case in this protocol is the @code{system} call which
20935is implemented as it's own call, too. @value{GDBN} is taking over the full
20936task of calling the necessary host calls to perform the @code{system}
20937call. The return value of @code{system} is simplified before it's returned
20938to the target. Basically, the only signal transmitted back is @code{EINTR}
20939in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20940entirely of the exit status of the called command.
20941
20942Due to security concerns, the @code{system} call is refused to be called
20943by @value{GDBN} by default. The user has to allow this call explicitly by
20944entering
20945
20946@table @samp
20947@kindex set remote system-call-allowed 1
20948@item @code{set remote system-call-allowed 1}
20949@end table
20950
20951Disabling the @code{system} call is done by
20952
20953@table @samp
20954@kindex set remote system-call-allowed 0
20955@item @code{set remote system-call-allowed 0}
20956@end table
20957
20958The current setting is shown by typing
20959
20960@table @samp
20961@kindex show remote system-call-allowed
20962@item @code{show remote system-call-allowed}
20963@end table
20964
20965@node List of supported calls
20966@subsection List of supported calls
20967@cindex list of supported file-i/o calls
20968
20969@menu
20970* open::
20971* close::
20972* read::
20973* write::
20974* lseek::
20975* rename::
20976* unlink::
20977* stat/fstat::
20978* gettimeofday::
20979* isatty::
20980* system::
20981@end menu
20982
20983@node open
20984@unnumberedsubsubsec open
20985@cindex open, file-i/o system call
20986
20987@smallexample
20988@exdent Synopsis:
20989int open(const char *pathname, int flags);
20990int open(const char *pathname, int flags, mode_t mode);
20991
20992@exdent Request:
20993Fopen,pathptr/len,flags,mode
20994@end smallexample
20995
20996@noindent
20997@code{flags} is the bitwise or of the following values:
20998
20999@table @code
21000@item O_CREAT
21001If the file does not exist it will be created. The host
21002rules apply as far as file ownership and time stamps
21003are concerned.
21004
21005@item O_EXCL
21006When used with O_CREAT, if the file already exists it is
21007an error and open() fails.
21008
21009@item O_TRUNC
21010If the file already exists and the open mode allows
21011writing (O_RDWR or O_WRONLY is given) it will be
21012truncated to length 0.
21013
21014@item O_APPEND
21015The file is opened in append mode.
21016
21017@item O_RDONLY
21018The file is opened for reading only.
21019
21020@item O_WRONLY
21021The file is opened for writing only.
21022
21023@item O_RDWR
21024The file is opened for reading and writing.
21025
21026@noindent
21027Each other bit is silently ignored.
21028
21029@end table
21030
21031@noindent
21032@code{mode} is the bitwise or of the following values:
21033
21034@table @code
21035@item S_IRUSR
21036User has read permission.
21037
21038@item S_IWUSR
21039User has write permission.
21040
21041@item S_IRGRP
21042Group has read permission.
21043
21044@item S_IWGRP
21045Group has write permission.
21046
21047@item S_IROTH
21048Others have read permission.
21049
21050@item S_IWOTH
21051Others have write permission.
21052
21053@noindent
21054Each other bit is silently ignored.
21055
21056@end table
21057
21058@smallexample
21059@exdent Return value:
21060open returns the new file descriptor or -1 if an error
21061occured.
21062
21063@exdent Errors:
21064@end smallexample
21065
21066@table @code
21067@item EEXIST
21068pathname already exists and O_CREAT and O_EXCL were used.
21069
21070@item EISDIR
21071pathname refers to a directory.
21072
21073@item EACCES
21074The requested access is not allowed.
21075
21076@item ENAMETOOLONG
21077pathname was too long.
21078
21079@item ENOENT
21080A directory component in pathname does not exist.
21081
21082@item ENODEV
21083pathname refers to a device, pipe, named pipe or socket.
21084
21085@item EROFS
21086pathname refers to a file on a read-only filesystem and
21087write access was requested.
21088
21089@item EFAULT
21090pathname is an invalid pointer value.
21091
21092@item ENOSPC
21093No space on device to create the file.
21094
21095@item EMFILE
21096The process already has the maximum number of files open.
21097
21098@item ENFILE
21099The limit on the total number of files open on the system
21100has been reached.
21101
21102@item EINTR
21103The call was interrupted by the user.
21104@end table
21105
21106@node close
21107@unnumberedsubsubsec close
21108@cindex close, file-i/o system call
21109
21110@smallexample
21111@exdent Synopsis:
21112int close(int fd);
21113
21114@exdent Request:
21115Fclose,fd
21116
21117@exdent Return value:
21118close returns zero on success, or -1 if an error occurred.
21119
21120@exdent Errors:
21121@end smallexample
21122
21123@table @code
21124@item EBADF
21125fd isn't a valid open file descriptor.
21126
21127@item EINTR
21128The call was interrupted by the user.
21129@end table
21130
21131@node read
21132@unnumberedsubsubsec read
21133@cindex read, file-i/o system call
21134
21135@smallexample
21136@exdent Synopsis:
21137int read(int fd, void *buf, unsigned int count);
21138
21139@exdent Request:
21140Fread,fd,bufptr,count
21141
21142@exdent Return value:
21143On success, the number of bytes read is returned.
21144Zero indicates end of file. If count is zero, read
21145returns zero as well. On error, -1 is returned.
21146
21147@exdent Errors:
21148@end smallexample
21149
21150@table @code
21151@item EBADF
21152fd is not a valid file descriptor or is not open for
21153reading.
21154
21155@item EFAULT
21156buf is an invalid pointer value.
21157
21158@item EINTR
21159The call was interrupted by the user.
21160@end table
21161
21162@node write
21163@unnumberedsubsubsec write
21164@cindex write, file-i/o system call
21165
21166@smallexample
21167@exdent Synopsis:
21168int write(int fd, const void *buf, unsigned int count);
21169
21170@exdent Request:
21171Fwrite,fd,bufptr,count
21172
21173@exdent Return value:
21174On success, the number of bytes written are returned.
21175Zero indicates nothing was written. On error, -1
21176is returned.
21177
21178@exdent Errors:
21179@end smallexample
21180
21181@table @code
21182@item EBADF
21183fd is not a valid file descriptor or is not open for
21184writing.
21185
21186@item EFAULT
21187buf is an invalid pointer value.
21188
21189@item EFBIG
21190An attempt was made to write a file that exceeds the
21191host specific maximum file size allowed.
21192
21193@item ENOSPC
21194No space on device to write the data.
21195
21196@item EINTR
21197The call was interrupted by the user.
21198@end table
21199
21200@node lseek
21201@unnumberedsubsubsec lseek
21202@cindex lseek, file-i/o system call
21203
21204@smallexample
21205@exdent Synopsis:
21206long lseek (int fd, long offset, int flag);
21207
21208@exdent Request:
21209Flseek,fd,offset,flag
21210@end smallexample
21211
21212@code{flag} is one of:
21213
21214@table @code
21215@item SEEK_SET
21216The offset is set to offset bytes.
21217
21218@item SEEK_CUR
21219The offset is set to its current location plus offset
21220bytes.
21221
21222@item SEEK_END
21223The offset is set to the size of the file plus offset
21224bytes.
21225@end table
21226
21227@smallexample
21228@exdent Return value:
21229On success, the resulting unsigned offset in bytes from
21230the beginning of the file is returned. Otherwise, a
21231value of -1 is returned.
21232
21233@exdent Errors:
21234@end smallexample
21235
21236@table @code
21237@item EBADF
21238fd is not a valid open file descriptor.
21239
21240@item ESPIPE
21241fd is associated with the @value{GDBN} console.
21242
21243@item EINVAL
21244flag is not a proper value.
21245
21246@item EINTR
21247The call was interrupted by the user.
21248@end table
21249
21250@node rename
21251@unnumberedsubsubsec rename
21252@cindex rename, file-i/o system call
21253
21254@smallexample
21255@exdent Synopsis:
21256int rename(const char *oldpath, const char *newpath);
21257
21258@exdent Request:
21259Frename,oldpathptr/len,newpathptr/len
21260
21261@exdent Return value:
21262On success, zero is returned. On error, -1 is returned.
21263
21264@exdent Errors:
21265@end smallexample
21266
21267@table @code
21268@item EISDIR
21269newpath is an existing directory, but oldpath is not a
21270directory.
21271
21272@item EEXIST
21273newpath is a non-empty directory.
21274
21275@item EBUSY
21276oldpath or newpath is a directory that is in use by some
21277process.
21278
21279@item EINVAL
21280An attempt was made to make a directory a subdirectory
21281of itself.
21282
21283@item ENOTDIR
21284A component used as a directory in oldpath or new
21285path is not a directory. Or oldpath is a directory
21286and newpath exists but is not a directory.
21287
21288@item EFAULT
21289oldpathptr or newpathptr are invalid pointer values.
21290
21291@item EACCES
21292No access to the file or the path of the file.
21293
21294@item ENAMETOOLONG
21295
21296oldpath or newpath was too long.
21297
21298@item ENOENT
21299A directory component in oldpath or newpath does not exist.
21300
21301@item EROFS
21302The file is on a read-only filesystem.
21303
21304@item ENOSPC
21305The device containing the file has no room for the new
21306directory entry.
21307
21308@item EINTR
21309The call was interrupted by the user.
21310@end table
21311
21312@node unlink
21313@unnumberedsubsubsec unlink
21314@cindex unlink, file-i/o system call
21315
21316@smallexample
21317@exdent Synopsis:
21318int unlink(const char *pathname);
21319
21320@exdent Request:
21321Funlink,pathnameptr/len
21322
21323@exdent Return value:
21324On success, zero is returned. On error, -1 is returned.
21325
21326@exdent Errors:
21327@end smallexample
21328
21329@table @code
21330@item EACCES
21331No access to the file or the path of the file.
21332
21333@item EPERM
21334The system does not allow unlinking of directories.
21335
21336@item EBUSY
21337The file pathname cannot be unlinked because it's
21338being used by another process.
21339
21340@item EFAULT
21341pathnameptr is an invalid pointer value.
21342
21343@item ENAMETOOLONG
21344pathname was too long.
21345
21346@item ENOENT
21347A directory component in pathname does not exist.
21348
21349@item ENOTDIR
21350A component of the path is not a directory.
21351
21352@item EROFS
21353The file is on a read-only filesystem.
21354
21355@item EINTR
21356The call was interrupted by the user.
21357@end table
21358
21359@node stat/fstat
21360@unnumberedsubsubsec stat/fstat
21361@cindex fstat, file-i/o system call
21362@cindex stat, file-i/o system call
21363
21364@smallexample
21365@exdent Synopsis:
21366int stat(const char *pathname, struct stat *buf);
21367int fstat(int fd, struct stat *buf);
21368
21369@exdent Request:
21370Fstat,pathnameptr/len,bufptr
21371Ffstat,fd,bufptr
21372
21373@exdent Return value:
21374On success, zero is returned. On error, -1 is returned.
21375
21376@exdent Errors:
21377@end smallexample
21378
21379@table @code
21380@item EBADF
21381fd is not a valid open file.
21382
21383@item ENOENT
21384A directory component in pathname does not exist or the
21385path is an empty string.
21386
21387@item ENOTDIR
21388A component of the path is not a directory.
21389
21390@item EFAULT
21391pathnameptr is an invalid pointer value.
21392
21393@item EACCES
21394No access to the file or the path of the file.
21395
21396@item ENAMETOOLONG
21397pathname was too long.
21398
21399@item EINTR
21400The call was interrupted by the user.
21401@end table
21402
21403@node gettimeofday
21404@unnumberedsubsubsec gettimeofday
21405@cindex gettimeofday, file-i/o system call
21406
21407@smallexample
21408@exdent Synopsis:
21409int gettimeofday(struct timeval *tv, void *tz);
21410
21411@exdent Request:
21412Fgettimeofday,tvptr,tzptr
21413
21414@exdent Return value:
21415On success, 0 is returned, -1 otherwise.
21416
21417@exdent Errors:
21418@end smallexample
21419
21420@table @code
21421@item EINVAL
21422tz is a non-NULL pointer.
21423
21424@item EFAULT
21425tvptr and/or tzptr is an invalid pointer value.
21426@end table
21427
21428@node isatty
21429@unnumberedsubsubsec isatty
21430@cindex isatty, file-i/o system call
21431
21432@smallexample
21433@exdent Synopsis:
21434int isatty(int fd);
21435
21436@exdent Request:
21437Fisatty,fd
21438
21439@exdent Return value:
21440Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21441
21442@exdent Errors:
21443@end smallexample
21444
21445@table @code
21446@item EINTR
21447The call was interrupted by the user.
21448@end table
21449
21450@node system
21451@unnumberedsubsubsec system
21452@cindex system, file-i/o system call
21453
21454@smallexample
21455@exdent Synopsis:
21456int system(const char *command);
21457
21458@exdent Request:
21459Fsystem,commandptr/len
21460
21461@exdent Return value:
21462The value returned is -1 on error and the return status
21463of the command otherwise. Only the exit status of the
21464command is returned, which is extracted from the hosts
21465system return value by calling WEXITSTATUS(retval).
21466In case /bin/sh could not be executed, 127 is returned.
21467
21468@exdent Errors:
21469@end smallexample
21470
21471@table @code
21472@item EINTR
21473The call was interrupted by the user.
21474@end table
21475
21476@node Protocol specific representation of datatypes
21477@subsection Protocol specific representation of datatypes
21478@cindex protocol specific representation of datatypes, in file-i/o protocol
21479
21480@menu
21481* Integral datatypes::
21482* Pointer values::
21483* struct stat::
21484* struct timeval::
21485@end menu
21486
21487@node Integral datatypes
21488@unnumberedsubsubsec Integral datatypes
21489@cindex integral datatypes, in file-i/o protocol
21490
21491The integral datatypes used in the system calls are
21492
21493@smallexample
21494int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21495@end smallexample
21496
21497@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21498implemented as 32 bit values in this protocol.
21499
21500@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21501
21502@xref{Limits}, for corresponding MIN and MAX values (similar to those
21503in @file{limits.h}) to allow range checking on host and target.
21504
21505@code{time_t} datatypes are defined as seconds since the Epoch.
21506
21507All integral datatypes transferred as part of a memory read or write of a
21508structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21509byte order.
21510
21511@node Pointer values
21512@unnumberedsubsubsec Pointer values
21513@cindex pointer values, in file-i/o protocol
21514
21515Pointers to target data are transmitted as they are. An exception
21516is made for pointers to buffers for which the length isn't
21517transmitted as part of the function call, namely strings. Strings
21518are transmitted as a pointer/length pair, both as hex values, e.g.@:
21519
21520@smallexample
21521@code{1aaf/12}
21522@end smallexample
21523
21524@noindent
21525which is a pointer to data of length 18 bytes at position 0x1aaf.
21526The length is defined as the full string length in bytes, including
21527the trailing null byte. Example:
21528
21529@smallexample
21530``hello, world'' at address 0x123456
21531@end smallexample
21532
21533@noindent
21534is transmitted as
21535
21536@smallexample
21537@code{123456/d}
21538@end smallexample
21539
21540@node struct stat
21541@unnumberedsubsubsec struct stat
21542@cindex struct stat, in file-i/o protocol
21543
21544The buffer of type struct stat used by the target and @value{GDBN} is defined
21545as follows:
21546
21547@smallexample
21548struct stat @{
21549 unsigned int st_dev; /* device */
21550 unsigned int st_ino; /* inode */
21551 mode_t st_mode; /* protection */
21552 unsigned int st_nlink; /* number of hard links */
21553 unsigned int st_uid; /* user ID of owner */
21554 unsigned int st_gid; /* group ID of owner */
21555 unsigned int st_rdev; /* device type (if inode device) */
21556 unsigned long st_size; /* total size, in bytes */
21557 unsigned long st_blksize; /* blocksize for filesystem I/O */
21558 unsigned long st_blocks; /* number of blocks allocated */
21559 time_t st_atime; /* time of last access */
21560 time_t st_mtime; /* time of last modification */
21561 time_t st_ctime; /* time of last change */
21562@};
21563@end smallexample
21564
21565The integral datatypes are conforming to the definitions given in the
21566approriate section (see @ref{Integral datatypes}, for details) so this
21567structure is of size 64 bytes.
21568
21569The values of several fields have a restricted meaning and/or
21570range of values.
21571
21572@smallexample
21573st_dev: 0 file
21574 1 console
21575
21576st_ino: No valid meaning for the target. Transmitted unchanged.
21577
21578st_mode: Valid mode bits are described in Appendix C. Any other
21579 bits have currently no meaning for the target.
21580
21581st_uid: No valid meaning for the target. Transmitted unchanged.
21582
21583st_gid: No valid meaning for the target. Transmitted unchanged.
21584
21585st_rdev: No valid meaning for the target. Transmitted unchanged.
21586
21587st_atime, st_mtime, st_ctime:
21588 These values have a host and file system dependent
21589 accuracy. Especially on Windows hosts the file systems
21590 don't support exact timing values.
21591@end smallexample
21592
21593The target gets a struct stat of the above representation and is
21594responsible to coerce it to the target representation before
21595continuing.
21596
21597Note that due to size differences between the host and target
21598representation of stat members, these members could eventually
21599get truncated on the target.
21600
21601@node struct timeval
21602@unnumberedsubsubsec struct timeval
21603@cindex struct timeval, in file-i/o protocol
21604
21605The buffer of type struct timeval used by the target and @value{GDBN}
21606is defined as follows:
21607
21608@smallexample
21609struct timeval @{
21610 time_t tv_sec; /* second */
21611 long tv_usec; /* microsecond */
21612@};
21613@end smallexample
21614
21615The integral datatypes are conforming to the definitions given in the
21616approriate section (see @ref{Integral datatypes}, for details) so this
21617structure is of size 8 bytes.
21618
21619@node Constants
21620@subsection Constants
21621@cindex constants, in file-i/o protocol
21622
21623The following values are used for the constants inside of the
21624protocol. @value{GDBN} and target are resposible to translate these
21625values before and after the call as needed.
21626
21627@menu
21628* Open flags::
21629* mode_t values::
21630* Errno values::
21631* Lseek flags::
21632* Limits::
21633@end menu
21634
21635@node Open flags
21636@unnumberedsubsubsec Open flags
21637@cindex open flags, in file-i/o protocol
21638
21639All values are given in hexadecimal representation.
21640
21641@smallexample
21642 O_RDONLY 0x0
21643 O_WRONLY 0x1
21644 O_RDWR 0x2
21645 O_APPEND 0x8
21646 O_CREAT 0x200
21647 O_TRUNC 0x400
21648 O_EXCL 0x800
21649@end smallexample
21650
21651@node mode_t values
21652@unnumberedsubsubsec mode_t values
21653@cindex mode_t values, in file-i/o protocol
21654
21655All values are given in octal representation.
21656
21657@smallexample
21658 S_IFREG 0100000
21659 S_IFDIR 040000
21660 S_IRUSR 0400
21661 S_IWUSR 0200
21662 S_IXUSR 0100
21663 S_IRGRP 040
21664 S_IWGRP 020
21665 S_IXGRP 010
21666 S_IROTH 04
21667 S_IWOTH 02
21668 S_IXOTH 01
21669@end smallexample
21670
21671@node Errno values
21672@unnumberedsubsubsec Errno values
21673@cindex errno values, in file-i/o protocol
21674
21675All values are given in decimal representation.
21676
21677@smallexample
21678 EPERM 1
21679 ENOENT 2
21680 EINTR 4
21681 EBADF 9
21682 EACCES 13
21683 EFAULT 14
21684 EBUSY 16
21685 EEXIST 17
21686 ENODEV 19
21687 ENOTDIR 20
21688 EISDIR 21
21689 EINVAL 22
21690 ENFILE 23
21691 EMFILE 24
21692 EFBIG 27
21693 ENOSPC 28
21694 ESPIPE 29
21695 EROFS 30
21696 ENAMETOOLONG 91
21697 EUNKNOWN 9999
21698@end smallexample
21699
21700 EUNKNOWN is used as a fallback error value if a host system returns
21701 any error value not in the list of supported error numbers.
21702
21703@node Lseek flags
21704@unnumberedsubsubsec Lseek flags
21705@cindex lseek flags, in file-i/o protocol
21706
21707@smallexample
21708 SEEK_SET 0
21709 SEEK_CUR 1
21710 SEEK_END 2
21711@end smallexample
21712
21713@node Limits
21714@unnumberedsubsubsec Limits
21715@cindex limits, in file-i/o protocol
21716
21717All values are given in decimal representation.
21718
21719@smallexample
21720 INT_MIN -2147483648
21721 INT_MAX 2147483647
21722 UINT_MAX 4294967295
21723 LONG_MIN -9223372036854775808
21724 LONG_MAX 9223372036854775807
21725 ULONG_MAX 18446744073709551615
21726@end smallexample
21727
21728@node File-I/O Examples
21729@subsection File-I/O Examples
21730@cindex file-i/o examples
21731
21732Example sequence of a write call, file descriptor 3, buffer is at target
21733address 0x1234, 6 bytes should be written:
21734
21735@smallexample
21736<- @code{Fwrite,3,1234,6}
21737@emph{request memory read from target}
21738-> @code{m1234,6}
21739<- XXXXXX
21740@emph{return "6 bytes written"}
21741-> @code{F6}
21742@end smallexample
21743
21744Example sequence of a read call, file descriptor 3, buffer is at target
21745address 0x1234, 6 bytes should be read:
21746
21747@smallexample
21748<- @code{Fread,3,1234,6}
21749@emph{request memory write to target}
21750-> @code{X1234,6:XXXXXX}
21751@emph{return "6 bytes read"}
21752-> @code{F6}
21753@end smallexample
21754
21755Example sequence of a read call, call fails on the host due to invalid
21756file descriptor (EBADF):
21757
21758@smallexample
21759<- @code{Fread,3,1234,6}
21760-> @code{F-1,9}
21761@end smallexample
21762
21763Example sequence of a read call, user presses Ctrl-C before syscall on
21764host is called:
21765
21766@smallexample
21767<- @code{Fread,3,1234,6}
21768-> @code{F-1,4,C}
21769<- @code{T02}
21770@end smallexample
21771
21772Example sequence of a read call, user presses Ctrl-C after syscall on
21773host is called:
21774
21775@smallexample
21776<- @code{Fread,3,1234,6}
21777-> @code{X1234,6:XXXXXX}
21778<- @code{T02}
21779@end smallexample
21780
f418dd93
DJ
21781@include agentexpr.texi
21782
aab4e0ec 21783@include gpl.texi
eb12ee30 21784
6826cf00
EZ
21785@include fdl.texi
21786
6d2ebf8b 21787@node Index
c906108c
SS
21788@unnumbered Index
21789
21790@printindex cp
21791
21792@tex
21793% I think something like @colophon should be in texinfo. In the
21794% meantime:
21795\long\def\colophon{\hbox to0pt{}\vfill
21796\centerline{The body of this manual is set in}
21797\centerline{\fontname\tenrm,}
21798\centerline{with headings in {\bf\fontname\tenbf}}
21799\centerline{and examples in {\tt\fontname\tentt}.}
21800\centerline{{\it\fontname\tenit\/},}
21801\centerline{{\bf\fontname\tenbf}, and}
21802\centerline{{\sl\fontname\tensl\/}}
21803\centerline{are used for emphasis.}\vfill}
21804\page\colophon
21805% Blame: doc@cygnus.com, 1991.
21806@end tex
21807
c906108c 21808@bye
This page took 1.396758 seconds and 4 git commands to generate.