daily update
[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
aab4e0ec
AC
159* Copying:: GNU General Public License says
160 how you can copy and share GDB
6826cf00 161* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
162* Index:: Index
163@end menu
164
6c0e9fb3 165@end ifnottex
c906108c 166
449f3b6c 167@contents
449f3b6c 168
6d2ebf8b 169@node Summary
c906108c
SS
170@unnumbered Summary of @value{GDBN}
171
172The purpose of a debugger such as @value{GDBN} is to allow you to see what is
173going on ``inside'' another program while it executes---or what another
174program was doing at the moment it crashed.
175
176@value{GDBN} can do four main kinds of things (plus other things in support of
177these) to help you catch bugs in the act:
178
179@itemize @bullet
180@item
181Start your program, specifying anything that might affect its behavior.
182
183@item
184Make your program stop on specified conditions.
185
186@item
187Examine what has happened, when your program has stopped.
188
189@item
190Change things in your program, so you can experiment with correcting the
191effects of one bug and go on to learn about another.
192@end itemize
193
cce74817 194You can use @value{GDBN} to debug programs written in C and C++.
c906108c 195For more information, see @ref{Support,,Supported languages}.
c906108c
SS
196For more information, see @ref{C,,C and C++}.
197
cce74817 198@cindex Modula-2
e632838e
AC
199Support for Modula-2 is partial. For information on Modula-2, see
200@ref{Modula-2,,Modula-2}.
c906108c 201
cce74817
JM
202@cindex Pascal
203Debugging Pascal programs which use sets, subranges, file variables, or
204nested functions does not currently work. @value{GDBN} does not support
205entering expressions, printing values, or similar features using Pascal
206syntax.
c906108c 207
c906108c
SS
208@cindex Fortran
209@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 210it may be necessary to refer to some variables with a trailing
cce74817 211underscore.
c906108c 212
c906108c
SS
213@menu
214* Free Software:: Freely redistributable software
215* Contributors:: Contributors to GDB
216@end menu
217
6d2ebf8b 218@node Free Software
c906108c
SS
219@unnumberedsec Free software
220
5d161b24 221@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
222General Public License
223(GPL). The GPL gives you the freedom to copy or adapt a licensed
224program---but every person getting a copy also gets with it the
225freedom to modify that copy (which means that they must get access to
226the source code), and the freedom to distribute further copies.
227Typical software companies use copyrights to limit your freedoms; the
228Free Software Foundation uses the GPL to preserve these freedoms.
229
230Fundamentally, the General Public License is a license which says that
231you have these freedoms and that you cannot take these freedoms away
232from anyone else.
233
2666264b 234@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
235
236The biggest deficiency in the free software community today is not in
237the software---it is the lack of good free documentation that we can
238include with the free software. Many of our most important
239programs do not come with free reference manuals and free introductory
240texts. Documentation is an essential part of any software package;
241when an important free software package does not come with a free
242manual and a free tutorial, that is a major gap. We have many such
243gaps today.
244
245Consider Perl, for instance. The tutorial manuals that people
246normally use are non-free. How did this come about? Because the
247authors of those manuals published them with restrictive terms---no
248copying, no modification, source files not available---which exclude
249them from the free software world.
250
251That wasn't the first time this sort of thing happened, and it was far
252from the last. Many times we have heard a GNU user eagerly describe a
253manual that he is writing, his intended contribution to the community,
254only to learn that he had ruined everything by signing a publication
255contract to make it non-free.
256
257Free documentation, like free software, is a matter of freedom, not
258price. The problem with the non-free manual is not that publishers
259charge a price for printed copies---that in itself is fine. (The Free
260Software Foundation sells printed copies of manuals, too.) The
261problem is the restrictions on the use of the manual. Free manuals
262are available in source code form, and give you permission to copy and
263modify. Non-free manuals do not allow this.
264
265The criteria of freedom for a free manual are roughly the same as for
266free software. Redistribution (including the normal kinds of
267commercial redistribution) must be permitted, so that the manual can
268accompany every copy of the program, both on-line and on paper.
269
270Permission for modification of the technical content is crucial too.
271When people modify the software, adding or changing features, if they
272are conscientious they will change the manual too---so they can
273provide accurate and clear documentation for the modified program. A
274manual that leaves you no choice but to write a new manual to document
275a changed version of the program is not really available to our
276community.
277
278Some kinds of limits on the way modification is handled are
279acceptable. For example, requirements to preserve the original
280author's copyright notice, the distribution terms, or the list of
281authors, are ok. It is also no problem to require modified versions
282to include notice that they were modified. Even entire sections that
283may not be deleted or changed are acceptable, as long as they deal
284with nontechnical topics (like this one). These kinds of restrictions
285are acceptable because they don't obstruct the community's normal use
286of the manual.
287
288However, it must be possible to modify all the @emph{technical}
289content of the manual, and then distribute the result in all the usual
290media, through all the usual channels. Otherwise, the restrictions
291obstruct the use of the manual, it is not free, and we need another
292manual to replace it.
293
294Please spread the word about this issue. Our community continues to
295lose manuals to proprietary publishing. If we spread the word that
296free software needs free reference manuals and free tutorials, perhaps
297the next person who wants to contribute by writing documentation will
298realize, before it is too late, that only free manuals contribute to
299the free software community.
300
301If you are writing documentation, please insist on publishing it under
302the GNU Free Documentation License or another free documentation
303license. Remember that this decision requires your approval---you
304don't have to let the publisher decide. Some commercial publishers
305will use a free license if you insist, but they will not propose the
306option; it is up to you to raise the issue and say firmly that this is
307what you want. If the publisher you are dealing with refuses, please
308try other publishers. If you're not sure whether a proposed license
42584a72 309is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
310
311You can encourage commercial publishers to sell more free, copylefted
312manuals and tutorials by buying them, and particularly by buying
313copies from the publishers that paid for their writing or for major
314improvements. Meanwhile, try to avoid buying non-free documentation
315at all. Check the distribution terms of a manual before you buy it,
316and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
317Check the history of the book, and try to reward the publishers that
318have paid or pay the authors to work on it.
959acfd1
EZ
319
320The Free Software Foundation maintains a list of free documentation
321published by other publishers, at
322@url{http://www.fsf.org/doc/other-free-books.html}.
323
6d2ebf8b 324@node Contributors
96a2c332
SS
325@unnumberedsec Contributors to @value{GDBN}
326
327Richard Stallman was the original author of @value{GDBN}, and of many
328other @sc{gnu} programs. Many others have contributed to its
329development. This section attempts to credit major contributors. One
330of the virtues of free software is that everyone is free to contribute
331to it; with regret, we cannot actually acknowledge everyone here. The
332file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
333blow-by-blow account.
334
335Changes much prior to version 2.0 are lost in the mists of time.
336
337@quotation
338@emph{Plea:} Additions to this section are particularly welcome. If you
339or your friends (or enemies, to be evenhanded) have been unfairly
340omitted from this list, we would like to add your names!
341@end quotation
342
343So that they may not regard their many labors as thankless, we
344particularly thank those who shepherded @value{GDBN} through major
345releases:
299ffc64 346Andrew Cagney (releases 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
347Jim Blandy (release 4.18);
348Jason Molenda (release 4.17);
349Stan Shebs (release 4.14);
350Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
351Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
352John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
353Jim Kingdon (releases 3.5, 3.4, and 3.3);
354and Randy Smith (releases 3.2, 3.1, and 3.0).
355
356Richard Stallman, assisted at various times by Peter TerMaat, Chris
357Hanson, and Richard Mlynarik, handled releases through 2.8.
358
b37052ae
EZ
359Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
360in @value{GDBN}, with significant additional contributions from Per
361Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
362demangler. Early work on C@t{++} was by Peter TerMaat (who also did
363much general update work leading to release 3.0).
c906108c 364
b37052ae 365@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
366object-file formats; BFD was a joint project of David V.
367Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
368
369David Johnson wrote the original COFF support; Pace Willison did
370the original support for encapsulated COFF.
371
0179ffac 372Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
373
374Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
375Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
376support.
377Jean-Daniel Fekete contributed Sun 386i support.
378Chris Hanson improved the HP9000 support.
379Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
380David Johnson contributed Encore Umax support.
381Jyrki Kuoppala contributed Altos 3068 support.
382Jeff Law contributed HP PA and SOM support.
383Keith Packard contributed NS32K support.
384Doug Rabson contributed Acorn Risc Machine support.
385Bob Rusk contributed Harris Nighthawk CX-UX support.
386Chris Smith contributed Convex support (and Fortran debugging).
387Jonathan Stone contributed Pyramid support.
388Michael Tiemann contributed SPARC support.
389Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
390Pace Willison contributed Intel 386 support.
391Jay Vosburgh contributed Symmetry support.
a37295f9 392Marko Mlinar contributed OpenRISC 1000 support.
c906108c 393
1104b9e7 394Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
395
396Rich Schaefer and Peter Schauer helped with support of SunOS shared
397libraries.
398
399Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
400about several machine instruction sets.
401
402Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
403remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
404contributed remote debugging modules for the i960, VxWorks, A29K UDI,
405and RDI targets, respectively.
406
407Brian Fox is the author of the readline libraries providing
408command-line editing and command history.
409
7a292a7a
SS
410Andrew Beers of SUNY Buffalo wrote the language-switching code, the
411Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 412
5d161b24 413Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 414He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 415symbols.
c906108c
SS
416
417Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
418Super-H processors.
419
420NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
421
422Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
423
424Toshiba sponsored the support for the TX39 Mips processor.
425
426Matsushita sponsored the support for the MN10200 and MN10300 processors.
427
96a2c332 428Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
429
430Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
431watchpoints.
432
433Michael Snyder added support for tracepoints.
434
435Stu Grossman wrote gdbserver.
436
437Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 438nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
439
440The following people at the Hewlett-Packard Company contributed
441support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 442(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
443compiler, and the terminal user interface: Ben Krepp, Richard Title,
444John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
445Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
446information in this manual.
447
b37052ae
EZ
448DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
449Robert Hoehne made significant contributions to the DJGPP port.
450
96a2c332
SS
451Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
452development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
453fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
454Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
455Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
456Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
457Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
458addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
459JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
460Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
461Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
462Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
463Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
464Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
465Zuhn have made contributions both large and small.
c906108c 466
e2e0bcd1
JB
467Jim Blandy added support for preprocessor macros, while working for Red
468Hat.
c906108c 469
6d2ebf8b 470@node Sample Session
c906108c
SS
471@chapter A Sample @value{GDBN} Session
472
473You can use this manual at your leisure to read all about @value{GDBN}.
474However, a handful of commands are enough to get started using the
475debugger. This chapter illustrates those commands.
476
477@iftex
478In this sample session, we emphasize user input like this: @b{input},
479to make it easier to pick out from the surrounding output.
480@end iftex
481
482@c FIXME: this example may not be appropriate for some configs, where
483@c FIXME...primary interest is in remote use.
484
485One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
486processor) exhibits the following bug: sometimes, when we change its
487quote strings from the default, the commands used to capture one macro
488definition within another stop working. In the following short @code{m4}
489session, we define a macro @code{foo} which expands to @code{0000}; we
490then use the @code{m4} built-in @code{defn} to define @code{bar} as the
491same thing. However, when we change the open quote string to
492@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
493procedure fails to define a new synonym @code{baz}:
494
495@smallexample
496$ @b{cd gnu/m4}
497$ @b{./m4}
498@b{define(foo,0000)}
499
500@b{foo}
5010000
502@b{define(bar,defn(`foo'))}
503
504@b{bar}
5050000
506@b{changequote(<QUOTE>,<UNQUOTE>)}
507
508@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
509@b{baz}
510@b{C-d}
511m4: End of input: 0: fatal error: EOF in string
512@end smallexample
513
514@noindent
515Let us use @value{GDBN} to try to see what is going on.
516
c906108c
SS
517@smallexample
518$ @b{@value{GDBP} m4}
519@c FIXME: this falsifies the exact text played out, to permit smallbook
520@c FIXME... format to come out better.
521@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 522 of it under certain conditions; type "show copying" to see
c906108c 523 the conditions.
5d161b24 524There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
525 for details.
526
527@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
528(@value{GDBP})
529@end smallexample
c906108c
SS
530
531@noindent
532@value{GDBN} reads only enough symbol data to know where to find the
533rest when needed; as a result, the first prompt comes up very quickly.
534We now tell @value{GDBN} to use a narrower display width than usual, so
535that examples fit in this manual.
536
537@smallexample
538(@value{GDBP}) @b{set width 70}
539@end smallexample
540
541@noindent
542We need to see how the @code{m4} built-in @code{changequote} works.
543Having looked at the source, we know the relevant subroutine is
544@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
545@code{break} command.
546
547@smallexample
548(@value{GDBP}) @b{break m4_changequote}
549Breakpoint 1 at 0x62f4: file builtin.c, line 879.
550@end smallexample
551
552@noindent
553Using the @code{run} command, we start @code{m4} running under @value{GDBN}
554control; as long as control does not reach the @code{m4_changequote}
555subroutine, the program runs as usual:
556
557@smallexample
558(@value{GDBP}) @b{run}
559Starting program: /work/Editorial/gdb/gnu/m4/m4
560@b{define(foo,0000)}
561
562@b{foo}
5630000
564@end smallexample
565
566@noindent
567To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
568suspends execution of @code{m4}, displaying information about the
569context where it stops.
570
571@smallexample
572@b{changequote(<QUOTE>,<UNQUOTE>)}
573
5d161b24 574Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
575 at builtin.c:879
576879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
577@end smallexample
578
579@noindent
580Now we use the command @code{n} (@code{next}) to advance execution to
581the next line of the current function.
582
583@smallexample
584(@value{GDBP}) @b{n}
585882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
586 : nil,
587@end smallexample
588
589@noindent
590@code{set_quotes} looks like a promising subroutine. We can go into it
591by using the command @code{s} (@code{step}) instead of @code{next}.
592@code{step} goes to the next line to be executed in @emph{any}
593subroutine, so it steps into @code{set_quotes}.
594
595@smallexample
596(@value{GDBP}) @b{s}
597set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
598 at input.c:530
599530 if (lquote != def_lquote)
600@end smallexample
601
602@noindent
603The display that shows the subroutine where @code{m4} is now
604suspended (and its arguments) is called a stack frame display. It
605shows a summary of the stack. We can use the @code{backtrace}
606command (which can also be spelled @code{bt}), to see where we are
607in the stack as a whole: the @code{backtrace} command displays a
608stack frame for each active subroutine.
609
610@smallexample
611(@value{GDBP}) @b{bt}
612#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
613 at input.c:530
5d161b24 614#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
615 at builtin.c:882
616#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
617#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
618 at macro.c:71
619#4 0x79dc in expand_input () at macro.c:40
620#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
621@end smallexample
622
623@noindent
624We step through a few more lines to see what happens. The first two
625times, we can use @samp{s}; the next two times we use @code{n} to avoid
626falling into the @code{xstrdup} subroutine.
627
628@smallexample
629(@value{GDBP}) @b{s}
6300x3b5c 532 if (rquote != def_rquote)
631(@value{GDBP}) @b{s}
6320x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
633def_lquote : xstrdup(lq);
634(@value{GDBP}) @b{n}
635536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
636 : xstrdup(rq);
637(@value{GDBP}) @b{n}
638538 len_lquote = strlen(rquote);
639@end smallexample
640
641@noindent
642The last line displayed looks a little odd; we can examine the variables
643@code{lquote} and @code{rquote} to see if they are in fact the new left
644and right quotes we specified. We use the command @code{p}
645(@code{print}) to see their values.
646
647@smallexample
648(@value{GDBP}) @b{p lquote}
649$1 = 0x35d40 "<QUOTE>"
650(@value{GDBP}) @b{p rquote}
651$2 = 0x35d50 "<UNQUOTE>"
652@end smallexample
653
654@noindent
655@code{lquote} and @code{rquote} are indeed the new left and right quotes.
656To look at some context, we can display ten lines of source
657surrounding the current line with the @code{l} (@code{list}) command.
658
659@smallexample
660(@value{GDBP}) @b{l}
661533 xfree(rquote);
662534
663535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
664 : xstrdup (lq);
665536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
666 : xstrdup (rq);
667537
668538 len_lquote = strlen(rquote);
669539 len_rquote = strlen(lquote);
670540 @}
671541
672542 void
673@end smallexample
674
675@noindent
676Let us step past the two lines that set @code{len_lquote} and
677@code{len_rquote}, and then examine the values of those variables.
678
679@smallexample
680(@value{GDBP}) @b{n}
681539 len_rquote = strlen(lquote);
682(@value{GDBP}) @b{n}
683540 @}
684(@value{GDBP}) @b{p len_lquote}
685$3 = 9
686(@value{GDBP}) @b{p len_rquote}
687$4 = 7
688@end smallexample
689
690@noindent
691That certainly looks wrong, assuming @code{len_lquote} and
692@code{len_rquote} are meant to be the lengths of @code{lquote} and
693@code{rquote} respectively. We can set them to better values using
694the @code{p} command, since it can print the value of
695any expression---and that expression can include subroutine calls and
696assignments.
697
698@smallexample
699(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
700$5 = 7
701(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
702$6 = 9
703@end smallexample
704
705@noindent
706Is that enough to fix the problem of using the new quotes with the
707@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
708executing with the @code{c} (@code{continue}) command, and then try the
709example that caused trouble initially:
710
711@smallexample
712(@value{GDBP}) @b{c}
713Continuing.
714
715@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
716
717baz
7180000
719@end smallexample
720
721@noindent
722Success! The new quotes now work just as well as the default ones. The
723problem seems to have been just the two typos defining the wrong
724lengths. We allow @code{m4} exit by giving it an EOF as input:
725
726@smallexample
727@b{C-d}
728Program exited normally.
729@end smallexample
730
731@noindent
732The message @samp{Program exited normally.} is from @value{GDBN}; it
733indicates @code{m4} has finished executing. We can end our @value{GDBN}
734session with the @value{GDBN} @code{quit} command.
735
736@smallexample
737(@value{GDBP}) @b{quit}
738@end smallexample
c906108c 739
6d2ebf8b 740@node Invocation
c906108c
SS
741@chapter Getting In and Out of @value{GDBN}
742
743This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 744The essentials are:
c906108c 745@itemize @bullet
5d161b24 746@item
53a5351d 747type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 748@item
c906108c
SS
749type @kbd{quit} or @kbd{C-d} to exit.
750@end itemize
751
752@menu
753* Invoking GDB:: How to start @value{GDBN}
754* Quitting GDB:: How to quit @value{GDBN}
755* Shell Commands:: How to use shell commands inside @value{GDBN}
756@end menu
757
6d2ebf8b 758@node Invoking GDB
c906108c
SS
759@section Invoking @value{GDBN}
760
c906108c
SS
761Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
762@value{GDBN} reads commands from the terminal until you tell it to exit.
763
764You can also run @code{@value{GDBP}} with a variety of arguments and options,
765to specify more of your debugging environment at the outset.
766
c906108c
SS
767The command-line options described here are designed
768to cover a variety of situations; in some environments, some of these
5d161b24 769options may effectively be unavailable.
c906108c
SS
770
771The most usual way to start @value{GDBN} is with one argument,
772specifying an executable program:
773
474c8240 774@smallexample
c906108c 775@value{GDBP} @var{program}
474c8240 776@end smallexample
c906108c 777
c906108c
SS
778@noindent
779You can also start with both an executable program and a core file
780specified:
781
474c8240 782@smallexample
c906108c 783@value{GDBP} @var{program} @var{core}
474c8240 784@end smallexample
c906108c
SS
785
786You can, instead, specify a process ID as a second argument, if you want
787to debug a running process:
788
474c8240 789@smallexample
c906108c 790@value{GDBP} @var{program} 1234
474c8240 791@end smallexample
c906108c
SS
792
793@noindent
794would attach @value{GDBN} to process @code{1234} (unless you also have a file
795named @file{1234}; @value{GDBN} does check for a core file first).
796
c906108c 797Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
798complete operating system; when you use @value{GDBN} as a remote
799debugger attached to a bare board, there may not be any notion of
800``process'', and there is often no way to get a core dump. @value{GDBN}
801will warn you if it is unable to attach or to read core dumps.
c906108c 802
aa26fa3a
TT
803You can optionally have @code{@value{GDBP}} pass any arguments after the
804executable file to the inferior using @code{--args}. This option stops
805option processing.
474c8240 806@smallexample
aa26fa3a 807gdb --args gcc -O2 -c foo.c
474c8240 808@end smallexample
aa26fa3a
TT
809This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
810@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
811
96a2c332 812You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
813@value{GDBN}'s non-warranty, by specifying @code{-silent}:
814
815@smallexample
816@value{GDBP} -silent
817@end smallexample
818
819@noindent
820You can further control how @value{GDBN} starts up by using command-line
821options. @value{GDBN} itself can remind you of the options available.
822
823@noindent
824Type
825
474c8240 826@smallexample
c906108c 827@value{GDBP} -help
474c8240 828@end smallexample
c906108c
SS
829
830@noindent
831to display all available options and briefly describe their use
832(@samp{@value{GDBP} -h} is a shorter equivalent).
833
834All options and command line arguments you give are processed
835in sequential order. The order makes a difference when the
836@samp{-x} option is used.
837
838
839@menu
c906108c
SS
840* File Options:: Choosing files
841* Mode Options:: Choosing modes
842@end menu
843
6d2ebf8b 844@node File Options
c906108c
SS
845@subsection Choosing files
846
2df3850c 847When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
848specifying an executable file and core file (or process ID). This is
849the same as if the arguments were specified by the @samp{-se} and
19837790
MS
850@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
851first argument that does not have an associated option flag as
852equivalent to the @samp{-se} option followed by that argument; and the
853second argument that does not have an associated option flag, if any, as
854equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
855If the second argument begins with a decimal digit, @value{GDBN} will
856first attempt to attach to it as a process, and if that fails, attempt
857to open it as a corefile. If you have a corefile whose name begins with
858a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 859prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
860
861If @value{GDBN} has not been configured to included core file support,
862such as for most embedded targets, then it will complain about a second
863argument and ignore it.
c906108c
SS
864
865Many options have both long and short forms; both are shown in the
866following list. @value{GDBN} also recognizes the long forms if you truncate
867them, so long as enough of the option is present to be unambiguous.
868(If you prefer, you can flag option arguments with @samp{--} rather
869than @samp{-}, though we illustrate the more usual convention.)
870
d700128c
EZ
871@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
872@c way, both those who look for -foo and --foo in the index, will find
873@c it.
874
c906108c
SS
875@table @code
876@item -symbols @var{file}
877@itemx -s @var{file}
d700128c
EZ
878@cindex @code{--symbols}
879@cindex @code{-s}
c906108c
SS
880Read symbol table from file @var{file}.
881
882@item -exec @var{file}
883@itemx -e @var{file}
d700128c
EZ
884@cindex @code{--exec}
885@cindex @code{-e}
7a292a7a
SS
886Use file @var{file} as the executable file to execute when appropriate,
887and for examining pure data in conjunction with a core dump.
c906108c
SS
888
889@item -se @var{file}
d700128c 890@cindex @code{--se}
c906108c
SS
891Read symbol table from file @var{file} and use it as the executable
892file.
893
c906108c
SS
894@item -core @var{file}
895@itemx -c @var{file}
d700128c
EZ
896@cindex @code{--core}
897@cindex @code{-c}
19837790 898Use file @var{file} as a core dump to examine.
c906108c
SS
899
900@item -c @var{number}
19837790
MS
901@item -pid @var{number}
902@itemx -p @var{number}
903@cindex @code{--pid}
904@cindex @code{-p}
905Connect to process ID @var{number}, as with the @code{attach} command.
906If there is no such process, @value{GDBN} will attempt to open a core
907file named @var{number}.
c906108c
SS
908
909@item -command @var{file}
910@itemx -x @var{file}
d700128c
EZ
911@cindex @code{--command}
912@cindex @code{-x}
c906108c
SS
913Execute @value{GDBN} commands from file @var{file}. @xref{Command
914Files,, Command files}.
915
916@item -directory @var{directory}
917@itemx -d @var{directory}
d700128c
EZ
918@cindex @code{--directory}
919@cindex @code{-d}
c906108c
SS
920Add @var{directory} to the path to search for source files.
921
c906108c
SS
922@item -m
923@itemx -mapped
d700128c
EZ
924@cindex @code{--mapped}
925@cindex @code{-m}
c906108c
SS
926@emph{Warning: this option depends on operating system facilities that are not
927supported on all systems.}@*
928If memory-mapped files are available on your system through the @code{mmap}
5d161b24 929system call, you can use this option
c906108c
SS
930to have @value{GDBN} write the symbols from your
931program into a reusable file in the current directory. If the program you are debugging is
96a2c332 932called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
933Future @value{GDBN} debugging sessions notice the presence of this file,
934and can quickly map in symbol information from it, rather than reading
935the symbol table from the executable program.
936
937The @file{.syms} file is specific to the host machine where @value{GDBN}
938is run. It holds an exact image of the internal @value{GDBN} symbol
939table. It cannot be shared across multiple host platforms.
c906108c 940
c906108c
SS
941@item -r
942@itemx -readnow
d700128c
EZ
943@cindex @code{--readnow}
944@cindex @code{-r}
c906108c
SS
945Read each symbol file's entire symbol table immediately, rather than
946the default, which is to read it incrementally as it is needed.
947This makes startup slower, but makes future operations faster.
53a5351d 948
c906108c
SS
949@end table
950
2df3850c 951You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 952order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
953information. (@xref{Files,,Commands to specify files}, for information
954on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
955but build a @file{.syms} file for future use is:
c906108c 956
474c8240 957@smallexample
2df3850c 958gdb -batch -nx -mapped -readnow programname
474c8240 959@end smallexample
c906108c 960
6d2ebf8b 961@node Mode Options
c906108c
SS
962@subsection Choosing modes
963
964You can run @value{GDBN} in various alternative modes---for example, in
965batch mode or quiet mode.
966
967@table @code
968@item -nx
969@itemx -n
d700128c
EZ
970@cindex @code{--nx}
971@cindex @code{-n}
96565e91 972Do not execute commands found in any initialization files. Normally,
2df3850c
JM
973@value{GDBN} executes the commands in these files after all the command
974options and arguments have been processed. @xref{Command Files,,Command
975files}.
c906108c
SS
976
977@item -quiet
d700128c 978@itemx -silent
c906108c 979@itemx -q
d700128c
EZ
980@cindex @code{--quiet}
981@cindex @code{--silent}
982@cindex @code{-q}
c906108c
SS
983``Quiet''. Do not print the introductory and copyright messages. These
984messages are also suppressed in batch mode.
985
986@item -batch
d700128c 987@cindex @code{--batch}
c906108c
SS
988Run in batch mode. Exit with status @code{0} after processing all the
989command files specified with @samp{-x} (and all commands from
990initialization files, if not inhibited with @samp{-n}). Exit with
991nonzero status if an error occurs in executing the @value{GDBN} commands
992in the command files.
993
2df3850c
JM
994Batch mode may be useful for running @value{GDBN} as a filter, for
995example to download and run a program on another computer; in order to
996make this more useful, the message
c906108c 997
474c8240 998@smallexample
c906108c 999Program exited normally.
474c8240 1000@end smallexample
c906108c
SS
1001
1002@noindent
2df3850c
JM
1003(which is ordinarily issued whenever a program running under
1004@value{GDBN} control terminates) is not issued when running in batch
1005mode.
1006
1007@item -nowindows
1008@itemx -nw
d700128c
EZ
1009@cindex @code{--nowindows}
1010@cindex @code{-nw}
2df3850c 1011``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1012(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1013interface. If no GUI is available, this option has no effect.
1014
1015@item -windows
1016@itemx -w
d700128c
EZ
1017@cindex @code{--windows}
1018@cindex @code{-w}
2df3850c
JM
1019If @value{GDBN} includes a GUI, then this option requires it to be
1020used if possible.
c906108c
SS
1021
1022@item -cd @var{directory}
d700128c 1023@cindex @code{--cd}
c906108c
SS
1024Run @value{GDBN} using @var{directory} as its working directory,
1025instead of the current directory.
1026
c906108c
SS
1027@item -fullname
1028@itemx -f
d700128c
EZ
1029@cindex @code{--fullname}
1030@cindex @code{-f}
7a292a7a
SS
1031@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1032subprocess. It tells @value{GDBN} to output the full file name and line
1033number in a standard, recognizable fashion each time a stack frame is
1034displayed (which includes each time your program stops). This
1035recognizable format looks like two @samp{\032} characters, followed by
1036the file name, line number and character position separated by colons,
1037and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1038@samp{\032} characters as a signal to display the source code for the
1039frame.
c906108c 1040
d700128c
EZ
1041@item -epoch
1042@cindex @code{--epoch}
1043The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1044@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1045routines so as to allow Epoch to display values of expressions in a
1046separate window.
1047
1048@item -annotate @var{level}
1049@cindex @code{--annotate}
1050This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1051effect is identical to using @samp{set annotate @var{level}}
1052(@pxref{Annotations}).
1053Annotation level controls how much information does @value{GDBN} print
1054together with its prompt, values of expressions, source lines, and other
1055types of output. Level 0 is the normal, level 1 is for use when
1056@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1057maximum annotation suitable for programs that control @value{GDBN}.
1058
1059@item -async
1060@cindex @code{--async}
1061Use the asynchronous event loop for the command-line interface.
1062@value{GDBN} processes all events, such as user keyboard input, via a
1063special event loop. This allows @value{GDBN} to accept and process user
1064commands in parallel with the debugged process being
1065run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1066MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1067suspended when the debuggee runs.}, so you don't need to wait for
1068control to return to @value{GDBN} before you type the next command.
b37052ae 1069(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1070operation is not yet in place, so @samp{-async} does not work fully
1071yet.)
1072@c FIXME: when the target side of the event loop is done, the above NOTE
1073@c should be removed.
1074
1075When the standard input is connected to a terminal device, @value{GDBN}
1076uses the asynchronous event loop by default, unless disabled by the
1077@samp{-noasync} option.
1078
1079@item -noasync
1080@cindex @code{--noasync}
1081Disable the asynchronous event loop for the command-line interface.
1082
aa26fa3a
TT
1083@item --args
1084@cindex @code{--args}
1085Change interpretation of command line so that arguments following the
1086executable file are passed as command line arguments to the inferior.
1087This option stops option processing.
1088
2df3850c
JM
1089@item -baud @var{bps}
1090@itemx -b @var{bps}
d700128c
EZ
1091@cindex @code{--baud}
1092@cindex @code{-b}
c906108c
SS
1093Set the line speed (baud rate or bits per second) of any serial
1094interface used by @value{GDBN} for remote debugging.
c906108c
SS
1095
1096@item -tty @var{device}
d700128c
EZ
1097@itemx -t @var{device}
1098@cindex @code{--tty}
1099@cindex @code{-t}
c906108c
SS
1100Run using @var{device} for your program's standard input and output.
1101@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1102
53a5351d 1103@c resolve the situation of these eventually
c4555f82
SC
1104@item -tui
1105@cindex @code{--tui}
1106Activate the Terminal User Interface when starting.
1107The Terminal User Interface manages several text windows on the terminal,
1108showing source, assembly, registers and @value{GDBN} command outputs
1109(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1110Do not use this option if you run @value{GDBN} from Emacs
1111(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1112
1113@c @item -xdb
d700128c 1114@c @cindex @code{--xdb}
53a5351d
JM
1115@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1116@c For information, see the file @file{xdb_trans.html}, which is usually
1117@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1118@c systems.
1119
d700128c
EZ
1120@item -interpreter @var{interp}
1121@cindex @code{--interpreter}
1122Use the interpreter @var{interp} for interface with the controlling
1123program or device. This option is meant to be set by programs which
94bbb2c0 1124communicate with @value{GDBN} using it as a back end.
21c294e6 1125@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1126
da0f9dcd
AC
1127@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1128@value{GDBN} to use the current @dfn{@sc{gdb/mi} interface}
1129(@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). The previous @sc{gdb/mi}
1130interface, included in @value{GDBN} version 5.3, can be selected with
1131@samp{--interpreter=mi1}. Earlier @sc{gdb/mi} interfaces
1132are not supported.
d700128c
EZ
1133
1134@item -write
1135@cindex @code{--write}
1136Open the executable and core files for both reading and writing. This
1137is equivalent to the @samp{set write on} command inside @value{GDBN}
1138(@pxref{Patching}).
1139
1140@item -statistics
1141@cindex @code{--statistics}
1142This option causes @value{GDBN} to print statistics about time and
1143memory usage after it completes each command and returns to the prompt.
1144
1145@item -version
1146@cindex @code{--version}
1147This option causes @value{GDBN} to print its version number and
1148no-warranty blurb, and exit.
1149
c906108c
SS
1150@end table
1151
6d2ebf8b 1152@node Quitting GDB
c906108c
SS
1153@section Quitting @value{GDBN}
1154@cindex exiting @value{GDBN}
1155@cindex leaving @value{GDBN}
1156
1157@table @code
1158@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1159@kindex q @r{(@code{quit})}
96a2c332
SS
1160@item quit @r{[}@var{expression}@r{]}
1161@itemx q
1162To exit @value{GDBN}, use the @code{quit} command (abbreviated
1163@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1164do not supply @var{expression}, @value{GDBN} will terminate normally;
1165otherwise it will terminate using the result of @var{expression} as the
1166error code.
c906108c
SS
1167@end table
1168
1169@cindex interrupt
1170An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1171terminates the action of any @value{GDBN} command that is in progress and
1172returns to @value{GDBN} command level. It is safe to type the interrupt
1173character at any time because @value{GDBN} does not allow it to take effect
1174until a time when it is safe.
1175
c906108c
SS
1176If you have been using @value{GDBN} to control an attached process or
1177device, you can release it with the @code{detach} command
1178(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1179
6d2ebf8b 1180@node Shell Commands
c906108c
SS
1181@section Shell commands
1182
1183If you need to execute occasional shell commands during your
1184debugging session, there is no need to leave or suspend @value{GDBN}; you can
1185just use the @code{shell} command.
1186
1187@table @code
1188@kindex shell
1189@cindex shell escape
1190@item shell @var{command string}
1191Invoke a standard shell to execute @var{command string}.
c906108c 1192If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1193shell to run. Otherwise @value{GDBN} uses the default shell
1194(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1195@end table
1196
1197The utility @code{make} is often needed in development environments.
1198You do not have to use the @code{shell} command for this purpose in
1199@value{GDBN}:
1200
1201@table @code
1202@kindex make
1203@cindex calling make
1204@item make @var{make-args}
1205Execute the @code{make} program with the specified
1206arguments. This is equivalent to @samp{shell make @var{make-args}}.
1207@end table
1208
6d2ebf8b 1209@node Commands
c906108c
SS
1210@chapter @value{GDBN} Commands
1211
1212You can abbreviate a @value{GDBN} command to the first few letters of the command
1213name, if that abbreviation is unambiguous; and you can repeat certain
1214@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1215key to get @value{GDBN} to fill out the rest of a word in a command (or to
1216show you the alternatives available, if there is more than one possibility).
1217
1218@menu
1219* Command Syntax:: How to give commands to @value{GDBN}
1220* Completion:: Command completion
1221* Help:: How to ask @value{GDBN} for help
1222@end menu
1223
6d2ebf8b 1224@node Command Syntax
c906108c
SS
1225@section Command syntax
1226
1227A @value{GDBN} command is a single line of input. There is no limit on
1228how long it can be. It starts with a command name, which is followed by
1229arguments whose meaning depends on the command name. For example, the
1230command @code{step} accepts an argument which is the number of times to
1231step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1232with no arguments. Some commands do not allow any arguments.
c906108c
SS
1233
1234@cindex abbreviation
1235@value{GDBN} command names may always be truncated if that abbreviation is
1236unambiguous. Other possible command abbreviations are listed in the
1237documentation for individual commands. In some cases, even ambiguous
1238abbreviations are allowed; for example, @code{s} is specially defined as
1239equivalent to @code{step} even though there are other commands whose
1240names start with @code{s}. You can test abbreviations by using them as
1241arguments to the @code{help} command.
1242
1243@cindex repeating commands
41afff9a 1244@kindex RET @r{(repeat last command)}
c906108c 1245A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1246repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1247will not repeat this way; these are commands whose unintentional
1248repetition might cause trouble and which you are unlikely to want to
1249repeat.
1250
1251The @code{list} and @code{x} commands, when you repeat them with
1252@key{RET}, construct new arguments rather than repeating
1253exactly as typed. This permits easy scanning of source or memory.
1254
1255@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1256output, in a way similar to the common utility @code{more}
1257(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1258@key{RET} too many in this situation, @value{GDBN} disables command
1259repetition after any command that generates this sort of display.
1260
41afff9a 1261@kindex # @r{(a comment)}
c906108c
SS
1262@cindex comment
1263Any text from a @kbd{#} to the end of the line is a comment; it does
1264nothing. This is useful mainly in command files (@pxref{Command
1265Files,,Command files}).
1266
88118b3a
TT
1267@cindex repeating command sequences
1268@kindex C-o @r{(operate-and-get-next)}
1269The @kbd{C-o} binding is useful for repeating a complex sequence of
1270commands. This command accepts the current line, like @kbd{RET}, and
1271then fetches the next line relative to the current line from the history
1272for editing.
1273
6d2ebf8b 1274@node Completion
c906108c
SS
1275@section Command completion
1276
1277@cindex completion
1278@cindex word completion
1279@value{GDBN} can fill in the rest of a word in a command for you, if there is
1280only one possibility; it can also show you what the valid possibilities
1281are for the next word in a command, at any time. This works for @value{GDBN}
1282commands, @value{GDBN} subcommands, and the names of symbols in your program.
1283
1284Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1285of a word. If there is only one possibility, @value{GDBN} fills in the
1286word, and waits for you to finish the command (or press @key{RET} to
1287enter it). For example, if you type
1288
1289@c FIXME "@key" does not distinguish its argument sufficiently to permit
1290@c complete accuracy in these examples; space introduced for clarity.
1291@c If texinfo enhancements make it unnecessary, it would be nice to
1292@c replace " @key" by "@key" in the following...
474c8240 1293@smallexample
c906108c 1294(@value{GDBP}) info bre @key{TAB}
474c8240 1295@end smallexample
c906108c
SS
1296
1297@noindent
1298@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1299the only @code{info} subcommand beginning with @samp{bre}:
1300
474c8240 1301@smallexample
c906108c 1302(@value{GDBP}) info breakpoints
474c8240 1303@end smallexample
c906108c
SS
1304
1305@noindent
1306You can either press @key{RET} at this point, to run the @code{info
1307breakpoints} command, or backspace and enter something else, if
1308@samp{breakpoints} does not look like the command you expected. (If you
1309were sure you wanted @code{info breakpoints} in the first place, you
1310might as well just type @key{RET} immediately after @samp{info bre},
1311to exploit command abbreviations rather than command completion).
1312
1313If there is more than one possibility for the next word when you press
1314@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1315characters and try again, or just press @key{TAB} a second time;
1316@value{GDBN} displays all the possible completions for that word. For
1317example, you might want to set a breakpoint on a subroutine whose name
1318begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1319just sounds the bell. Typing @key{TAB} again displays all the
1320function names in your program that begin with those characters, for
1321example:
1322
474c8240 1323@smallexample
c906108c
SS
1324(@value{GDBP}) b make_ @key{TAB}
1325@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1326make_a_section_from_file make_environ
1327make_abs_section make_function_type
1328make_blockvector make_pointer_type
1329make_cleanup make_reference_type
c906108c
SS
1330make_command make_symbol_completion_list
1331(@value{GDBP}) b make_
474c8240 1332@end smallexample
c906108c
SS
1333
1334@noindent
1335After displaying the available possibilities, @value{GDBN} copies your
1336partial input (@samp{b make_} in the example) so you can finish the
1337command.
1338
1339If you just want to see the list of alternatives in the first place, you
b37052ae 1340can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1341means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1342key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1343one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1344
1345@cindex quotes in commands
1346@cindex completion of quoted strings
1347Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1348parentheses or other characters that @value{GDBN} normally excludes from
1349its notion of a word. To permit word completion to work in this
1350situation, you may enclose words in @code{'} (single quote marks) in
1351@value{GDBN} commands.
c906108c 1352
c906108c 1353The most likely situation where you might need this is in typing the
b37052ae
EZ
1354name of a C@t{++} function. This is because C@t{++} allows function
1355overloading (multiple definitions of the same function, distinguished
1356by argument type). For example, when you want to set a breakpoint you
1357may need to distinguish whether you mean the version of @code{name}
1358that takes an @code{int} parameter, @code{name(int)}, or the version
1359that takes a @code{float} parameter, @code{name(float)}. To use the
1360word-completion facilities in this situation, type a single quote
1361@code{'} at the beginning of the function name. This alerts
1362@value{GDBN} that it may need to consider more information than usual
1363when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1364
474c8240 1365@smallexample
96a2c332 1366(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1367bubble(double,double) bubble(int,int)
1368(@value{GDBP}) b 'bubble(
474c8240 1369@end smallexample
c906108c
SS
1370
1371In some cases, @value{GDBN} can tell that completing a name requires using
1372quotes. When this happens, @value{GDBN} inserts the quote for you (while
1373completing as much as it can) if you do not type the quote in the first
1374place:
1375
474c8240 1376@smallexample
c906108c
SS
1377(@value{GDBP}) b bub @key{TAB}
1378@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1379(@value{GDBP}) b 'bubble(
474c8240 1380@end smallexample
c906108c
SS
1381
1382@noindent
1383In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1384you have not yet started typing the argument list when you ask for
1385completion on an overloaded symbol.
1386
d4f3574e 1387For more information about overloaded functions, see @ref{C plus plus
b37052ae 1388expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1389overload-resolution off} to disable overload resolution;
b37052ae 1390see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1391
1392
6d2ebf8b 1393@node Help
c906108c
SS
1394@section Getting help
1395@cindex online documentation
1396@kindex help
1397
5d161b24 1398You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1399using the command @code{help}.
1400
1401@table @code
41afff9a 1402@kindex h @r{(@code{help})}
c906108c
SS
1403@item help
1404@itemx h
1405You can use @code{help} (abbreviated @code{h}) with no arguments to
1406display a short list of named classes of commands:
1407
1408@smallexample
1409(@value{GDBP}) help
1410List of classes of commands:
1411
2df3850c 1412aliases -- Aliases of other commands
c906108c 1413breakpoints -- Making program stop at certain points
2df3850c 1414data -- Examining data
c906108c 1415files -- Specifying and examining files
2df3850c
JM
1416internals -- Maintenance commands
1417obscure -- Obscure features
1418running -- Running the program
1419stack -- Examining the stack
c906108c
SS
1420status -- Status inquiries
1421support -- Support facilities
96a2c332
SS
1422tracepoints -- Tracing of program execution without@*
1423 stopping the program
c906108c 1424user-defined -- User-defined commands
c906108c 1425
5d161b24 1426Type "help" followed by a class name for a list of
c906108c 1427commands in that class.
5d161b24 1428Type "help" followed by command name for full
c906108c
SS
1429documentation.
1430Command name abbreviations are allowed if unambiguous.
1431(@value{GDBP})
1432@end smallexample
96a2c332 1433@c the above line break eliminates huge line overfull...
c906108c
SS
1434
1435@item help @var{class}
1436Using one of the general help classes as an argument, you can get a
1437list of the individual commands in that class. For example, here is the
1438help display for the class @code{status}:
1439
1440@smallexample
1441(@value{GDBP}) help status
1442Status inquiries.
1443
1444List of commands:
1445
1446@c Line break in "show" line falsifies real output, but needed
1447@c to fit in smallbook page size.
2df3850c
JM
1448info -- Generic command for showing things
1449 about the program being debugged
1450show -- Generic command for showing things
1451 about the debugger
c906108c 1452
5d161b24 1453Type "help" followed by command name for full
c906108c
SS
1454documentation.
1455Command name abbreviations are allowed if unambiguous.
1456(@value{GDBP})
1457@end smallexample
1458
1459@item help @var{command}
1460With a command name as @code{help} argument, @value{GDBN} displays a
1461short paragraph on how to use that command.
1462
6837a0a2
DB
1463@kindex apropos
1464@item apropos @var{args}
1465The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1466commands, and their documentation, for the regular expression specified in
1467@var{args}. It prints out all matches found. For example:
1468
1469@smallexample
1470apropos reload
1471@end smallexample
1472
b37052ae
EZ
1473@noindent
1474results in:
6837a0a2
DB
1475
1476@smallexample
6d2ebf8b
SS
1477@c @group
1478set symbol-reloading -- Set dynamic symbol table reloading
1479 multiple times in one run
1480show symbol-reloading -- Show dynamic symbol table reloading
1481 multiple times in one run
1482@c @end group
6837a0a2
DB
1483@end smallexample
1484
c906108c
SS
1485@kindex complete
1486@item complete @var{args}
1487The @code{complete @var{args}} command lists all the possible completions
1488for the beginning of a command. Use @var{args} to specify the beginning of the
1489command you want completed. For example:
1490
1491@smallexample
1492complete i
1493@end smallexample
1494
1495@noindent results in:
1496
1497@smallexample
1498@group
2df3850c
JM
1499if
1500ignore
c906108c
SS
1501info
1502inspect
c906108c
SS
1503@end group
1504@end smallexample
1505
1506@noindent This is intended for use by @sc{gnu} Emacs.
1507@end table
1508
1509In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1510and @code{show} to inquire about the state of your program, or the state
1511of @value{GDBN} itself. Each command supports many topics of inquiry; this
1512manual introduces each of them in the appropriate context. The listings
1513under @code{info} and under @code{show} in the Index point to
1514all the sub-commands. @xref{Index}.
1515
1516@c @group
1517@table @code
1518@kindex info
41afff9a 1519@kindex i @r{(@code{info})}
c906108c
SS
1520@item info
1521This command (abbreviated @code{i}) is for describing the state of your
1522program. For example, you can list the arguments given to your program
1523with @code{info args}, list the registers currently in use with @code{info
1524registers}, or list the breakpoints you have set with @code{info breakpoints}.
1525You can get a complete list of the @code{info} sub-commands with
1526@w{@code{help info}}.
1527
1528@kindex set
1529@item set
5d161b24 1530You can assign the result of an expression to an environment variable with
c906108c
SS
1531@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1532@code{set prompt $}.
1533
1534@kindex show
1535@item show
5d161b24 1536In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1537@value{GDBN} itself.
1538You can change most of the things you can @code{show}, by using the
1539related command @code{set}; for example, you can control what number
1540system is used for displays with @code{set radix}, or simply inquire
1541which is currently in use with @code{show radix}.
1542
1543@kindex info set
1544To display all the settable parameters and their current
1545values, you can use @code{show} with no arguments; you may also use
1546@code{info set}. Both commands produce the same display.
1547@c FIXME: "info set" violates the rule that "info" is for state of
1548@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1549@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1550@end table
1551@c @end group
1552
1553Here are three miscellaneous @code{show} subcommands, all of which are
1554exceptional in lacking corresponding @code{set} commands:
1555
1556@table @code
1557@kindex show version
1558@cindex version number
1559@item show version
1560Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1561information in @value{GDBN} bug-reports. If multiple versions of
1562@value{GDBN} are in use at your site, you may need to determine which
1563version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1564commands are introduced, and old ones may wither away. Also, many
1565system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1566variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1567The version number is the same as the one announced when you start
1568@value{GDBN}.
c906108c
SS
1569
1570@kindex show copying
1571@item show copying
1572Display information about permission for copying @value{GDBN}.
1573
1574@kindex show warranty
1575@item show warranty
2df3850c 1576Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1577if your version of @value{GDBN} comes with one.
2df3850c 1578
c906108c
SS
1579@end table
1580
6d2ebf8b 1581@node Running
c906108c
SS
1582@chapter Running Programs Under @value{GDBN}
1583
1584When you run a program under @value{GDBN}, you must first generate
1585debugging information when you compile it.
7a292a7a
SS
1586
1587You may start @value{GDBN} with its arguments, if any, in an environment
1588of your choice. If you are doing native debugging, you may redirect
1589your program's input and output, debug an already running process, or
1590kill a child process.
c906108c
SS
1591
1592@menu
1593* Compilation:: Compiling for debugging
1594* Starting:: Starting your program
c906108c
SS
1595* Arguments:: Your program's arguments
1596* Environment:: Your program's environment
c906108c
SS
1597
1598* Working Directory:: Your program's working directory
1599* Input/Output:: Your program's input and output
1600* Attach:: Debugging an already-running process
1601* Kill Process:: Killing the child process
c906108c
SS
1602
1603* Threads:: Debugging programs with multiple threads
1604* Processes:: Debugging programs with multiple processes
1605@end menu
1606
6d2ebf8b 1607@node Compilation
c906108c
SS
1608@section Compiling for debugging
1609
1610In order to debug a program effectively, you need to generate
1611debugging information when you compile it. This debugging information
1612is stored in the object file; it describes the data type of each
1613variable or function and the correspondence between source line numbers
1614and addresses in the executable code.
1615
1616To request debugging information, specify the @samp{-g} option when you run
1617the compiler.
1618
e2e0bcd1
JB
1619Most compilers do not include information about preprocessor macros in
1620the debugging information if you specify the @option{-g} flag alone,
1621because this information is rather large. Version 3.1 of @value{NGCC},
1622the @sc{gnu} C compiler, provides macro information if you specify the
1623options @option{-gdwarf-2} and @option{-g3}; the former option requests
1624debugging information in the Dwarf 2 format, and the latter requests
1625``extra information''. In the future, we hope to find more compact ways
1626to represent macro information, so that it can be included with
1627@option{-g} alone.
1628
c906108c
SS
1629Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1630options together. Using those compilers, you cannot generate optimized
1631executables containing debugging information.
1632
53a5351d
JM
1633@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1634without @samp{-O}, making it possible to debug optimized code. We
1635recommend that you @emph{always} use @samp{-g} whenever you compile a
1636program. You may think your program is correct, but there is no sense
1637in pushing your luck.
c906108c
SS
1638
1639@cindex optimized code, debugging
1640@cindex debugging optimized code
1641When you debug a program compiled with @samp{-g -O}, remember that the
1642optimizer is rearranging your code; the debugger shows you what is
1643really there. Do not be too surprised when the execution path does not
1644exactly match your source file! An extreme example: if you define a
1645variable, but never use it, @value{GDBN} never sees that
1646variable---because the compiler optimizes it out of existence.
1647
1648Some things do not work as well with @samp{-g -O} as with just
1649@samp{-g}, particularly on machines with instruction scheduling. If in
1650doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1651please report it to us as a bug (including a test case!).
1652
1653Older versions of the @sc{gnu} C compiler permitted a variant option
1654@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1655format; if your @sc{gnu} C compiler has this option, do not use it.
1656
1657@need 2000
6d2ebf8b 1658@node Starting
c906108c
SS
1659@section Starting your program
1660@cindex starting
1661@cindex running
1662
1663@table @code
1664@kindex run
41afff9a 1665@kindex r @r{(@code{run})}
c906108c
SS
1666@item run
1667@itemx r
7a292a7a
SS
1668Use the @code{run} command to start your program under @value{GDBN}.
1669You must first specify the program name (except on VxWorks) with an
1670argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1671@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1672(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1673
1674@end table
1675
c906108c
SS
1676If you are running your program in an execution environment that
1677supports processes, @code{run} creates an inferior process and makes
1678that process run your program. (In environments without processes,
1679@code{run} jumps to the start of your program.)
1680
1681The execution of a program is affected by certain information it
1682receives from its superior. @value{GDBN} provides ways to specify this
1683information, which you must do @emph{before} starting your program. (You
1684can change it after starting your program, but such changes only affect
1685your program the next time you start it.) This information may be
1686divided into four categories:
1687
1688@table @asis
1689@item The @emph{arguments.}
1690Specify the arguments to give your program as the arguments of the
1691@code{run} command. If a shell is available on your target, the shell
1692is used to pass the arguments, so that you may use normal conventions
1693(such as wildcard expansion or variable substitution) in describing
1694the arguments.
1695In Unix systems, you can control which shell is used with the
1696@code{SHELL} environment variable.
1697@xref{Arguments, ,Your program's arguments}.
1698
1699@item The @emph{environment.}
1700Your program normally inherits its environment from @value{GDBN}, but you can
1701use the @value{GDBN} commands @code{set environment} and @code{unset
1702environment} to change parts of the environment that affect
1703your program. @xref{Environment, ,Your program's environment}.
1704
1705@item The @emph{working directory.}
1706Your program inherits its working directory from @value{GDBN}. You can set
1707the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1708@xref{Working Directory, ,Your program's working directory}.
1709
1710@item The @emph{standard input and output.}
1711Your program normally uses the same device for standard input and
1712standard output as @value{GDBN} is using. You can redirect input and output
1713in the @code{run} command line, or you can use the @code{tty} command to
1714set a different device for your program.
1715@xref{Input/Output, ,Your program's input and output}.
1716
1717@cindex pipes
1718@emph{Warning:} While input and output redirection work, you cannot use
1719pipes to pass the output of the program you are debugging to another
1720program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1721wrong program.
1722@end table
c906108c
SS
1723
1724When you issue the @code{run} command, your program begins to execute
1725immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1726of how to arrange for your program to stop. Once your program has
1727stopped, you may call functions in your program, using the @code{print}
1728or @code{call} commands. @xref{Data, ,Examining Data}.
1729
1730If the modification time of your symbol file has changed since the last
1731time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1732table, and reads it again. When it does this, @value{GDBN} tries to retain
1733your current breakpoints.
1734
6d2ebf8b 1735@node Arguments
c906108c
SS
1736@section Your program's arguments
1737
1738@cindex arguments (to your program)
1739The arguments to your program can be specified by the arguments of the
5d161b24 1740@code{run} command.
c906108c
SS
1741They are passed to a shell, which expands wildcard characters and
1742performs redirection of I/O, and thence to your program. Your
1743@code{SHELL} environment variable (if it exists) specifies what shell
1744@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1745the default shell (@file{/bin/sh} on Unix).
1746
1747On non-Unix systems, the program is usually invoked directly by
1748@value{GDBN}, which emulates I/O redirection via the appropriate system
1749calls, and the wildcard characters are expanded by the startup code of
1750the program, not by the shell.
c906108c
SS
1751
1752@code{run} with no arguments uses the same arguments used by the previous
1753@code{run}, or those set by the @code{set args} command.
1754
c906108c 1755@table @code
41afff9a 1756@kindex set args
c906108c
SS
1757@item set args
1758Specify the arguments to be used the next time your program is run. If
1759@code{set args} has no arguments, @code{run} executes your program
1760with no arguments. Once you have run your program with arguments,
1761using @code{set args} before the next @code{run} is the only way to run
1762it again without arguments.
1763
1764@kindex show args
1765@item show args
1766Show the arguments to give your program when it is started.
1767@end table
1768
6d2ebf8b 1769@node Environment
c906108c
SS
1770@section Your program's environment
1771
1772@cindex environment (of your program)
1773The @dfn{environment} consists of a set of environment variables and
1774their values. Environment variables conventionally record such things as
1775your user name, your home directory, your terminal type, and your search
1776path for programs to run. Usually you set up environment variables with
1777the shell and they are inherited by all the other programs you run. When
1778debugging, it can be useful to try running your program with a modified
1779environment without having to start @value{GDBN} over again.
1780
1781@table @code
1782@kindex path
1783@item path @var{directory}
1784Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1785(the search path for executables) that will be passed to your program.
1786The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1787You may specify several directory names, separated by whitespace or by a
1788system-dependent separator character (@samp{:} on Unix, @samp{;} on
1789MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1790is moved to the front, so it is searched sooner.
c906108c
SS
1791
1792You can use the string @samp{$cwd} to refer to whatever is the current
1793working directory at the time @value{GDBN} searches the path. If you
1794use @samp{.} instead, it refers to the directory where you executed the
1795@code{path} command. @value{GDBN} replaces @samp{.} in the
1796@var{directory} argument (with the current path) before adding
1797@var{directory} to the search path.
1798@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1799@c document that, since repeating it would be a no-op.
1800
1801@kindex show paths
1802@item show paths
1803Display the list of search paths for executables (the @code{PATH}
1804environment variable).
1805
1806@kindex show environment
1807@item show environment @r{[}@var{varname}@r{]}
1808Print the value of environment variable @var{varname} to be given to
1809your program when it starts. If you do not supply @var{varname},
1810print the names and values of all environment variables to be given to
1811your program. You can abbreviate @code{environment} as @code{env}.
1812
1813@kindex set environment
53a5351d 1814@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1815Set environment variable @var{varname} to @var{value}. The value
1816changes for your program only, not for @value{GDBN} itself. @var{value} may
1817be any string; the values of environment variables are just strings, and
1818any interpretation is supplied by your program itself. The @var{value}
1819parameter is optional; if it is eliminated, the variable is set to a
1820null value.
1821@c "any string" here does not include leading, trailing
1822@c blanks. Gnu asks: does anyone care?
1823
1824For example, this command:
1825
474c8240 1826@smallexample
c906108c 1827set env USER = foo
474c8240 1828@end smallexample
c906108c
SS
1829
1830@noindent
d4f3574e 1831tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1832@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1833are not actually required.)
1834
1835@kindex unset environment
1836@item unset environment @var{varname}
1837Remove variable @var{varname} from the environment to be passed to your
1838program. This is different from @samp{set env @var{varname} =};
1839@code{unset environment} removes the variable from the environment,
1840rather than assigning it an empty value.
1841@end table
1842
d4f3574e
SS
1843@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1844the shell indicated
c906108c
SS
1845by your @code{SHELL} environment variable if it exists (or
1846@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1847that runs an initialization file---such as @file{.cshrc} for C-shell, or
1848@file{.bashrc} for BASH---any variables you set in that file affect
1849your program. You may wish to move setting of environment variables to
1850files that are only run when you sign on, such as @file{.login} or
1851@file{.profile}.
1852
6d2ebf8b 1853@node Working Directory
c906108c
SS
1854@section Your program's working directory
1855
1856@cindex working directory (of your program)
1857Each time you start your program with @code{run}, it inherits its
1858working directory from the current working directory of @value{GDBN}.
1859The @value{GDBN} working directory is initially whatever it inherited
1860from its parent process (typically the shell), but you can specify a new
1861working directory in @value{GDBN} with the @code{cd} command.
1862
1863The @value{GDBN} working directory also serves as a default for the commands
1864that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1865specify files}.
1866
1867@table @code
1868@kindex cd
1869@item cd @var{directory}
1870Set the @value{GDBN} working directory to @var{directory}.
1871
1872@kindex pwd
1873@item pwd
1874Print the @value{GDBN} working directory.
1875@end table
1876
6d2ebf8b 1877@node Input/Output
c906108c
SS
1878@section Your program's input and output
1879
1880@cindex redirection
1881@cindex i/o
1882@cindex terminal
1883By default, the program you run under @value{GDBN} does input and output to
5d161b24 1884the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1885to its own terminal modes to interact with you, but it records the terminal
1886modes your program was using and switches back to them when you continue
1887running your program.
1888
1889@table @code
1890@kindex info terminal
1891@item info terminal
1892Displays information recorded by @value{GDBN} about the terminal modes your
1893program is using.
1894@end table
1895
1896You can redirect your program's input and/or output using shell
1897redirection with the @code{run} command. For example,
1898
474c8240 1899@smallexample
c906108c 1900run > outfile
474c8240 1901@end smallexample
c906108c
SS
1902
1903@noindent
1904starts your program, diverting its output to the file @file{outfile}.
1905
1906@kindex tty
1907@cindex controlling terminal
1908Another way to specify where your program should do input and output is
1909with the @code{tty} command. This command accepts a file name as
1910argument, and causes this file to be the default for future @code{run}
1911commands. It also resets the controlling terminal for the child
1912process, for future @code{run} commands. For example,
1913
474c8240 1914@smallexample
c906108c 1915tty /dev/ttyb
474c8240 1916@end smallexample
c906108c
SS
1917
1918@noindent
1919directs that processes started with subsequent @code{run} commands
1920default to do input and output on the terminal @file{/dev/ttyb} and have
1921that as their controlling terminal.
1922
1923An explicit redirection in @code{run} overrides the @code{tty} command's
1924effect on the input/output device, but not its effect on the controlling
1925terminal.
1926
1927When you use the @code{tty} command or redirect input in the @code{run}
1928command, only the input @emph{for your program} is affected. The input
1929for @value{GDBN} still comes from your terminal.
1930
6d2ebf8b 1931@node Attach
c906108c
SS
1932@section Debugging an already-running process
1933@kindex attach
1934@cindex attach
1935
1936@table @code
1937@item attach @var{process-id}
1938This command attaches to a running process---one that was started
1939outside @value{GDBN}. (@code{info files} shows your active
1940targets.) The command takes as argument a process ID. The usual way to
1941find out the process-id of a Unix process is with the @code{ps} utility,
1942or with the @samp{jobs -l} shell command.
1943
1944@code{attach} does not repeat if you press @key{RET} a second time after
1945executing the command.
1946@end table
1947
1948To use @code{attach}, your program must be running in an environment
1949which supports processes; for example, @code{attach} does not work for
1950programs on bare-board targets that lack an operating system. You must
1951also have permission to send the process a signal.
1952
1953When you use @code{attach}, the debugger finds the program running in
1954the process first by looking in the current working directory, then (if
1955the program is not found) by using the source file search path
1956(@pxref{Source Path, ,Specifying source directories}). You can also use
1957the @code{file} command to load the program. @xref{Files, ,Commands to
1958Specify Files}.
1959
1960The first thing @value{GDBN} does after arranging to debug the specified
1961process is to stop it. You can examine and modify an attached process
53a5351d
JM
1962with all the @value{GDBN} commands that are ordinarily available when
1963you start processes with @code{run}. You can insert breakpoints; you
1964can step and continue; you can modify storage. If you would rather the
1965process continue running, you may use the @code{continue} command after
c906108c
SS
1966attaching @value{GDBN} to the process.
1967
1968@table @code
1969@kindex detach
1970@item detach
1971When you have finished debugging the attached process, you can use the
1972@code{detach} command to release it from @value{GDBN} control. Detaching
1973the process continues its execution. After the @code{detach} command,
1974that process and @value{GDBN} become completely independent once more, and you
1975are ready to @code{attach} another process or start one with @code{run}.
1976@code{detach} does not repeat if you press @key{RET} again after
1977executing the command.
1978@end table
1979
1980If you exit @value{GDBN} or use the @code{run} command while you have an
1981attached process, you kill that process. By default, @value{GDBN} asks
1982for confirmation if you try to do either of these things; you can
1983control whether or not you need to confirm by using the @code{set
1984confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1985messages}).
1986
6d2ebf8b 1987@node Kill Process
c906108c 1988@section Killing the child process
c906108c
SS
1989
1990@table @code
1991@kindex kill
1992@item kill
1993Kill the child process in which your program is running under @value{GDBN}.
1994@end table
1995
1996This command is useful if you wish to debug a core dump instead of a
1997running process. @value{GDBN} ignores any core dump file while your program
1998is running.
1999
2000On some operating systems, a program cannot be executed outside @value{GDBN}
2001while you have breakpoints set on it inside @value{GDBN}. You can use the
2002@code{kill} command in this situation to permit running your program
2003outside the debugger.
2004
2005The @code{kill} command is also useful if you wish to recompile and
2006relink your program, since on many systems it is impossible to modify an
2007executable file while it is running in a process. In this case, when you
2008next type @code{run}, @value{GDBN} notices that the file has changed, and
2009reads the symbol table again (while trying to preserve your current
2010breakpoint settings).
2011
6d2ebf8b 2012@node Threads
c906108c 2013@section Debugging programs with multiple threads
c906108c
SS
2014
2015@cindex threads of execution
2016@cindex multiple threads
2017@cindex switching threads
2018In some operating systems, such as HP-UX and Solaris, a single program
2019may have more than one @dfn{thread} of execution. The precise semantics
2020of threads differ from one operating system to another, but in general
2021the threads of a single program are akin to multiple processes---except
2022that they share one address space (that is, they can all examine and
2023modify the same variables). On the other hand, each thread has its own
2024registers and execution stack, and perhaps private memory.
2025
2026@value{GDBN} provides these facilities for debugging multi-thread
2027programs:
2028
2029@itemize @bullet
2030@item automatic notification of new threads
2031@item @samp{thread @var{threadno}}, a command to switch among threads
2032@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2033@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2034a command to apply a command to a list of threads
2035@item thread-specific breakpoints
2036@end itemize
2037
c906108c
SS
2038@quotation
2039@emph{Warning:} These facilities are not yet available on every
2040@value{GDBN} configuration where the operating system supports threads.
2041If your @value{GDBN} does not support threads, these commands have no
2042effect. For example, a system without thread support shows no output
2043from @samp{info threads}, and always rejects the @code{thread} command,
2044like this:
2045
2046@smallexample
2047(@value{GDBP}) info threads
2048(@value{GDBP}) thread 1
2049Thread ID 1 not known. Use the "info threads" command to
2050see the IDs of currently known threads.
2051@end smallexample
2052@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2053@c doesn't support threads"?
2054@end quotation
c906108c
SS
2055
2056@cindex focus of debugging
2057@cindex current thread
2058The @value{GDBN} thread debugging facility allows you to observe all
2059threads while your program runs---but whenever @value{GDBN} takes
2060control, one thread in particular is always the focus of debugging.
2061This thread is called the @dfn{current thread}. Debugging commands show
2062program information from the perspective of the current thread.
2063
41afff9a 2064@cindex @code{New} @var{systag} message
c906108c
SS
2065@cindex thread identifier (system)
2066@c FIXME-implementors!! It would be more helpful if the [New...] message
2067@c included GDB's numeric thread handle, so you could just go to that
2068@c thread without first checking `info threads'.
2069Whenever @value{GDBN} detects a new thread in your program, it displays
2070the target system's identification for the thread with a message in the
2071form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2072whose form varies depending on the particular system. For example, on
2073LynxOS, you might see
2074
474c8240 2075@smallexample
c906108c 2076[New process 35 thread 27]
474c8240 2077@end smallexample
c906108c
SS
2078
2079@noindent
2080when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2081the @var{systag} is simply something like @samp{process 368}, with no
2082further qualifier.
2083
2084@c FIXME!! (1) Does the [New...] message appear even for the very first
2085@c thread of a program, or does it only appear for the
6ca652b0 2086@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2087@c program?
2088@c (2) *Is* there necessarily a first thread always? Or do some
2089@c multithread systems permit starting a program with multiple
5d161b24 2090@c threads ab initio?
c906108c
SS
2091
2092@cindex thread number
2093@cindex thread identifier (GDB)
2094For debugging purposes, @value{GDBN} associates its own thread
2095number---always a single integer---with each thread in your program.
2096
2097@table @code
2098@kindex info threads
2099@item info threads
2100Display a summary of all threads currently in your
2101program. @value{GDBN} displays for each thread (in this order):
2102
2103@enumerate
2104@item the thread number assigned by @value{GDBN}
2105
2106@item the target system's thread identifier (@var{systag})
2107
2108@item the current stack frame summary for that thread
2109@end enumerate
2110
2111@noindent
2112An asterisk @samp{*} to the left of the @value{GDBN} thread number
2113indicates the current thread.
2114
5d161b24 2115For example,
c906108c
SS
2116@end table
2117@c end table here to get a little more width for example
2118
2119@smallexample
2120(@value{GDBP}) info threads
2121 3 process 35 thread 27 0x34e5 in sigpause ()
2122 2 process 35 thread 23 0x34e5 in sigpause ()
2123* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2124 at threadtest.c:68
2125@end smallexample
53a5351d
JM
2126
2127On HP-UX systems:
c906108c
SS
2128
2129@cindex thread number
2130@cindex thread identifier (GDB)
2131For debugging purposes, @value{GDBN} associates its own thread
2132number---a small integer assigned in thread-creation order---with each
2133thread in your program.
2134
41afff9a
EZ
2135@cindex @code{New} @var{systag} message, on HP-UX
2136@cindex thread identifier (system), on HP-UX
c906108c
SS
2137@c FIXME-implementors!! It would be more helpful if the [New...] message
2138@c included GDB's numeric thread handle, so you could just go to that
2139@c thread without first checking `info threads'.
2140Whenever @value{GDBN} detects a new thread in your program, it displays
2141both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2142form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2143whose form varies depending on the particular system. For example, on
2144HP-UX, you see
2145
474c8240 2146@smallexample
c906108c 2147[New thread 2 (system thread 26594)]
474c8240 2148@end smallexample
c906108c
SS
2149
2150@noindent
5d161b24 2151when @value{GDBN} notices a new thread.
c906108c
SS
2152
2153@table @code
2154@kindex info threads
2155@item info threads
2156Display a summary of all threads currently in your
2157program. @value{GDBN} displays for each thread (in this order):
2158
2159@enumerate
2160@item the thread number assigned by @value{GDBN}
2161
2162@item the target system's thread identifier (@var{systag})
2163
2164@item the current stack frame summary for that thread
2165@end enumerate
2166
2167@noindent
2168An asterisk @samp{*} to the left of the @value{GDBN} thread number
2169indicates the current thread.
2170
5d161b24 2171For example,
c906108c
SS
2172@end table
2173@c end table here to get a little more width for example
2174
474c8240 2175@smallexample
c906108c 2176(@value{GDBP}) info threads
6d2ebf8b
SS
2177 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2178 at quicksort.c:137
2179 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2180 from /usr/lib/libc.2
2181 1 system thread 27905 0x7b003498 in _brk () \@*
2182 from /usr/lib/libc.2
474c8240 2183@end smallexample
c906108c
SS
2184
2185@table @code
2186@kindex thread @var{threadno}
2187@item thread @var{threadno}
2188Make thread number @var{threadno} the current thread. The command
2189argument @var{threadno} is the internal @value{GDBN} thread number, as
2190shown in the first field of the @samp{info threads} display.
2191@value{GDBN} responds by displaying the system identifier of the thread
2192you selected, and its current stack frame summary:
2193
2194@smallexample
2195@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2196(@value{GDBP}) thread 2
c906108c 2197[Switching to process 35 thread 23]
c906108c
SS
21980x34e5 in sigpause ()
2199@end smallexample
2200
2201@noindent
2202As with the @samp{[New @dots{}]} message, the form of the text after
2203@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2204threads.
c906108c
SS
2205
2206@kindex thread apply
2207@item thread apply [@var{threadno}] [@var{all}] @var{args}
2208The @code{thread apply} command allows you to apply a command to one or
2209more threads. Specify the numbers of the threads that you want affected
2210with the command argument @var{threadno}. @var{threadno} is the internal
2211@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2212threads} display. To apply a command to all threads, use
2213@code{thread apply all} @var{args}.
c906108c
SS
2214@end table
2215
2216@cindex automatic thread selection
2217@cindex switching threads automatically
2218@cindex threads, automatic switching
2219Whenever @value{GDBN} stops your program, due to a breakpoint or a
2220signal, it automatically selects the thread where that breakpoint or
2221signal happened. @value{GDBN} alerts you to the context switch with a
2222message of the form @samp{[Switching to @var{systag}]} to identify the
2223thread.
2224
2225@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2226more information about how @value{GDBN} behaves when you stop and start
2227programs with multiple threads.
2228
2229@xref{Set Watchpoints,,Setting watchpoints}, for information about
2230watchpoints in programs with multiple threads.
c906108c 2231
6d2ebf8b 2232@node Processes
c906108c
SS
2233@section Debugging programs with multiple processes
2234
2235@cindex fork, debugging programs which call
2236@cindex multiple processes
2237@cindex processes, multiple
53a5351d
JM
2238On most systems, @value{GDBN} has no special support for debugging
2239programs which create additional processes using the @code{fork}
2240function. When a program forks, @value{GDBN} will continue to debug the
2241parent process and the child process will run unimpeded. If you have
2242set a breakpoint in any code which the child then executes, the child
2243will get a @code{SIGTRAP} signal which (unless it catches the signal)
2244will cause it to terminate.
c906108c
SS
2245
2246However, if you want to debug the child process there is a workaround
2247which isn't too painful. Put a call to @code{sleep} in the code which
2248the child process executes after the fork. It may be useful to sleep
2249only if a certain environment variable is set, or a certain file exists,
2250so that the delay need not occur when you don't want to run @value{GDBN}
2251on the child. While the child is sleeping, use the @code{ps} program to
2252get its process ID. Then tell @value{GDBN} (a new invocation of
2253@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2254the child process (@pxref{Attach}). From that point on you can debug
c906108c 2255the child process just like any other process which you attached to.
c906108c 2256
53a5351d
JM
2257On HP-UX (11.x and later only?), @value{GDBN} provides support for
2258debugging programs that create additional processes using the
2259@code{fork} or @code{vfork} function.
c906108c
SS
2260
2261By default, when a program forks, @value{GDBN} will continue to debug
2262the parent process and the child process will run unimpeded.
2263
2264If you want to follow the child process instead of the parent process,
2265use the command @w{@code{set follow-fork-mode}}.
2266
2267@table @code
2268@kindex set follow-fork-mode
2269@item set follow-fork-mode @var{mode}
2270Set the debugger response to a program call of @code{fork} or
2271@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2272process. The @var{mode} can be:
2273
2274@table @code
2275@item parent
2276The original process is debugged after a fork. The child process runs
2df3850c 2277unimpeded. This is the default.
c906108c
SS
2278
2279@item child
2280The new process is debugged after a fork. The parent process runs
2281unimpeded.
2282
2283@item ask
2284The debugger will ask for one of the above choices.
2285@end table
2286
2287@item show follow-fork-mode
2df3850c 2288Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2289@end table
2290
2291If you ask to debug a child process and a @code{vfork} is followed by an
2292@code{exec}, @value{GDBN} executes the new target up to the first
2293breakpoint in the new target. If you have a breakpoint set on
2294@code{main} in your original program, the breakpoint will also be set on
2295the child process's @code{main}.
2296
2297When a child process is spawned by @code{vfork}, you cannot debug the
2298child or parent until an @code{exec} call completes.
2299
2300If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2301call executes, the new target restarts. To restart the parent process,
2302use the @code{file} command with the parent executable name as its
2303argument.
2304
2305You can use the @code{catch} command to make @value{GDBN} stop whenever
2306a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2307Catchpoints, ,Setting catchpoints}.
c906108c 2308
6d2ebf8b 2309@node Stopping
c906108c
SS
2310@chapter Stopping and Continuing
2311
2312The principal purposes of using a debugger are so that you can stop your
2313program before it terminates; or so that, if your program runs into
2314trouble, you can investigate and find out why.
2315
7a292a7a
SS
2316Inside @value{GDBN}, your program may stop for any of several reasons,
2317such as a signal, a breakpoint, or reaching a new line after a
2318@value{GDBN} command such as @code{step}. You may then examine and
2319change variables, set new breakpoints or remove old ones, and then
2320continue execution. Usually, the messages shown by @value{GDBN} provide
2321ample explanation of the status of your program---but you can also
2322explicitly request this information at any time.
c906108c
SS
2323
2324@table @code
2325@kindex info program
2326@item info program
2327Display information about the status of your program: whether it is
7a292a7a 2328running or not, what process it is, and why it stopped.
c906108c
SS
2329@end table
2330
2331@menu
2332* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2333* Continuing and Stepping:: Resuming execution
c906108c 2334* Signals:: Signals
c906108c 2335* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2336@end menu
2337
6d2ebf8b 2338@node Breakpoints
c906108c
SS
2339@section Breakpoints, watchpoints, and catchpoints
2340
2341@cindex breakpoints
2342A @dfn{breakpoint} makes your program stop whenever a certain point in
2343the program is reached. For each breakpoint, you can add conditions to
2344control in finer detail whether your program stops. You can set
2345breakpoints with the @code{break} command and its variants (@pxref{Set
2346Breaks, ,Setting breakpoints}), to specify the place where your program
2347should stop by line number, function name or exact address in the
2348program.
2349
2350In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2351breakpoints in shared libraries before the executable is run. There is
2352a minor limitation on HP-UX systems: you must wait until the executable
2353is run in order to set breakpoints in shared library routines that are
2354not called directly by the program (for example, routines that are
2355arguments in a @code{pthread_create} call).
2356
2357@cindex watchpoints
2358@cindex memory tracing
2359@cindex breakpoint on memory address
2360@cindex breakpoint on variable modification
2361A @dfn{watchpoint} is a special breakpoint that stops your program
2362when the value of an expression changes. You must use a different
2363command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2364watchpoints}), but aside from that, you can manage a watchpoint like
2365any other breakpoint: you enable, disable, and delete both breakpoints
2366and watchpoints using the same commands.
2367
2368You can arrange to have values from your program displayed automatically
2369whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2370Automatic display}.
2371
2372@cindex catchpoints
2373@cindex breakpoint on events
2374A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2375when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2376exception or the loading of a library. As with watchpoints, you use a
2377different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2378catchpoints}), but aside from that, you can manage a catchpoint like any
2379other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2380@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2381
2382@cindex breakpoint numbers
2383@cindex numbers for breakpoints
2384@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2385catchpoint when you create it; these numbers are successive integers
2386starting with one. In many of the commands for controlling various
2387features of breakpoints you use the breakpoint number to say which
2388breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2389@dfn{disabled}; if disabled, it has no effect on your program until you
2390enable it again.
2391
c5394b80
JM
2392@cindex breakpoint ranges
2393@cindex ranges of breakpoints
2394Some @value{GDBN} commands accept a range of breakpoints on which to
2395operate. A breakpoint range is either a single breakpoint number, like
2396@samp{5}, or two such numbers, in increasing order, separated by a
2397hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2398all breakpoint in that range are operated on.
2399
c906108c
SS
2400@menu
2401* Set Breaks:: Setting breakpoints
2402* Set Watchpoints:: Setting watchpoints
2403* Set Catchpoints:: Setting catchpoints
2404* Delete Breaks:: Deleting breakpoints
2405* Disabling:: Disabling breakpoints
2406* Conditions:: Break conditions
2407* Break Commands:: Breakpoint command lists
c906108c 2408* Breakpoint Menus:: Breakpoint menus
d4f3574e 2409* Error in Breakpoints:: ``Cannot insert breakpoints''
c906108c
SS
2410@end menu
2411
6d2ebf8b 2412@node Set Breaks
c906108c
SS
2413@subsection Setting breakpoints
2414
5d161b24 2415@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2416@c consider in particular declaration with/without initialization.
2417@c
2418@c FIXME 2 is there stuff on this already? break at fun start, already init?
2419
2420@kindex break
41afff9a
EZ
2421@kindex b @r{(@code{break})}
2422@vindex $bpnum@r{, convenience variable}
c906108c
SS
2423@cindex latest breakpoint
2424Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2425@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2426number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2427Vars,, Convenience variables}, for a discussion of what you can do with
2428convenience variables.
2429
2430You have several ways to say where the breakpoint should go.
2431
2432@table @code
2433@item break @var{function}
5d161b24 2434Set a breakpoint at entry to function @var{function}.
c906108c 2435When using source languages that permit overloading of symbols, such as
b37052ae 2436C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2437@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2438
2439@item break +@var{offset}
2440@itemx break -@var{offset}
2441Set a breakpoint some number of lines forward or back from the position
d4f3574e 2442at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2443(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2444
2445@item break @var{linenum}
2446Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2447The current source file is the last file whose source text was printed.
2448The breakpoint will stop your program just before it executes any of the
c906108c
SS
2449code on that line.
2450
2451@item break @var{filename}:@var{linenum}
2452Set a breakpoint at line @var{linenum} in source file @var{filename}.
2453
2454@item break @var{filename}:@var{function}
2455Set a breakpoint at entry to function @var{function} found in file
2456@var{filename}. Specifying a file name as well as a function name is
2457superfluous except when multiple files contain similarly named
2458functions.
2459
2460@item break *@var{address}
2461Set a breakpoint at address @var{address}. You can use this to set
2462breakpoints in parts of your program which do not have debugging
2463information or source files.
2464
2465@item break
2466When called without any arguments, @code{break} sets a breakpoint at
2467the next instruction to be executed in the selected stack frame
2468(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2469innermost, this makes your program stop as soon as control
2470returns to that frame. This is similar to the effect of a
2471@code{finish} command in the frame inside the selected frame---except
2472that @code{finish} does not leave an active breakpoint. If you use
2473@code{break} without an argument in the innermost frame, @value{GDBN} stops
2474the next time it reaches the current location; this may be useful
2475inside loops.
2476
2477@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2478least one instruction has been executed. If it did not do this, you
2479would be unable to proceed past a breakpoint without first disabling the
2480breakpoint. This rule applies whether or not the breakpoint already
2481existed when your program stopped.
2482
2483@item break @dots{} if @var{cond}
2484Set a breakpoint with condition @var{cond}; evaluate the expression
2485@var{cond} each time the breakpoint is reached, and stop only if the
2486value is nonzero---that is, if @var{cond} evaluates as true.
2487@samp{@dots{}} stands for one of the possible arguments described
2488above (or no argument) specifying where to break. @xref{Conditions,
2489,Break conditions}, for more information on breakpoint conditions.
2490
2491@kindex tbreak
2492@item tbreak @var{args}
2493Set a breakpoint enabled only for one stop. @var{args} are the
2494same as for the @code{break} command, and the breakpoint is set in the same
2495way, but the breakpoint is automatically deleted after the first time your
2496program stops there. @xref{Disabling, ,Disabling breakpoints}.
2497
c906108c
SS
2498@kindex hbreak
2499@item hbreak @var{args}
d4f3574e
SS
2500Set a hardware-assisted breakpoint. @var{args} are the same as for the
2501@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2502breakpoint requires hardware support and some target hardware may not
2503have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2504debugging, so you can set a breakpoint at an instruction without
2505changing the instruction. This can be used with the new trap-generation
2506provided by SPARClite DSU and some x86-based targets. These targets
2507will generate traps when a program accesses some data or instruction
2508address that is assigned to the debug registers. However the hardware
2509breakpoint registers can take a limited number of breakpoints. For
2510example, on the DSU, only two data breakpoints can be set at a time, and
2511@value{GDBN} will reject this command if more than two are used. Delete
2512or disable unused hardware breakpoints before setting new ones
2513(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2514@xref{set remote hardware-breakpoint-limit}.
2515
c906108c
SS
2516
2517@kindex thbreak
2518@item thbreak @var{args}
2519Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2520are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2521the same way. However, like the @code{tbreak} command,
c906108c
SS
2522the breakpoint is automatically deleted after the
2523first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2524command, the breakpoint requires hardware support and some target hardware
2525may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2526See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2527
2528@kindex rbreak
2529@cindex regular expression
2530@item rbreak @var{regex}
c906108c 2531Set breakpoints on all functions matching the regular expression
11cf8741
JM
2532@var{regex}. This command sets an unconditional breakpoint on all
2533matches, printing a list of all breakpoints it set. Once these
2534breakpoints are set, they are treated just like the breakpoints set with
2535the @code{break} command. You can delete them, disable them, or make
2536them conditional the same way as any other breakpoint.
2537
2538The syntax of the regular expression is the standard one used with tools
2539like @file{grep}. Note that this is different from the syntax used by
2540shells, so for instance @code{foo*} matches all functions that include
2541an @code{fo} followed by zero or more @code{o}s. There is an implicit
2542@code{.*} leading and trailing the regular expression you supply, so to
2543match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2544
b37052ae 2545When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2546breakpoints on overloaded functions that are not members of any special
2547classes.
c906108c
SS
2548
2549@kindex info breakpoints
2550@cindex @code{$_} and @code{info breakpoints}
2551@item info breakpoints @r{[}@var{n}@r{]}
2552@itemx info break @r{[}@var{n}@r{]}
2553@itemx info watchpoints @r{[}@var{n}@r{]}
2554Print a table of all breakpoints, watchpoints, and catchpoints set and
2555not deleted, with the following columns for each breakpoint:
2556
2557@table @emph
2558@item Breakpoint Numbers
2559@item Type
2560Breakpoint, watchpoint, or catchpoint.
2561@item Disposition
2562Whether the breakpoint is marked to be disabled or deleted when hit.
2563@item Enabled or Disabled
2564Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2565that are not enabled.
2566@item Address
2df3850c 2567Where the breakpoint is in your program, as a memory address.
c906108c
SS
2568@item What
2569Where the breakpoint is in the source for your program, as a file and
2570line number.
2571@end table
2572
2573@noindent
2574If a breakpoint is conditional, @code{info break} shows the condition on
2575the line following the affected breakpoint; breakpoint commands, if any,
2576are listed after that.
2577
2578@noindent
2579@code{info break} with a breakpoint
2580number @var{n} as argument lists only that breakpoint. The
2581convenience variable @code{$_} and the default examining-address for
2582the @code{x} command are set to the address of the last breakpoint
5d161b24 2583listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2584
2585@noindent
2586@code{info break} displays a count of the number of times the breakpoint
2587has been hit. This is especially useful in conjunction with the
2588@code{ignore} command. You can ignore a large number of breakpoint
2589hits, look at the breakpoint info to see how many times the breakpoint
2590was hit, and then run again, ignoring one less than that number. This
2591will get you quickly to the last hit of that breakpoint.
2592@end table
2593
2594@value{GDBN} allows you to set any number of breakpoints at the same place in
2595your program. There is nothing silly or meaningless about this. When
2596the breakpoints are conditional, this is even useful
2597(@pxref{Conditions, ,Break conditions}).
2598
2599@cindex negative breakpoint numbers
2600@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2601@value{GDBN} itself sometimes sets breakpoints in your program for
2602special purposes, such as proper handling of @code{longjmp} (in C
2603programs). These internal breakpoints are assigned negative numbers,
2604starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2605You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2606@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2607
2608
6d2ebf8b 2609@node Set Watchpoints
c906108c
SS
2610@subsection Setting watchpoints
2611
2612@cindex setting watchpoints
2613@cindex software watchpoints
2614@cindex hardware watchpoints
2615You can use a watchpoint to stop execution whenever the value of an
2616expression changes, without having to predict a particular place where
2617this may happen.
2618
2619Depending on your system, watchpoints may be implemented in software or
2df3850c 2620hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2621program and testing the variable's value each time, which is hundreds of
2622times slower than normal execution. (But this may still be worth it, to
2623catch errors where you have no clue what part of your program is the
2624culprit.)
2625
1104b9e7 2626On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2627@value{GDBN} includes support for
c906108c
SS
2628hardware watchpoints, which do not slow down the running of your
2629program.
2630
2631@table @code
2632@kindex watch
2633@item watch @var{expr}
2634Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2635is written into by the program and its value changes.
2636
2637@kindex rwatch
2638@item rwatch @var{expr}
2639Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2640
2641@kindex awatch
2642@item awatch @var{expr}
2df3850c 2643Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2644by the program.
c906108c
SS
2645
2646@kindex info watchpoints
2647@item info watchpoints
2648This command prints a list of watchpoints, breakpoints, and catchpoints;
2649it is the same as @code{info break}.
2650@end table
2651
2652@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2653watchpoints execute very quickly, and the debugger reports a change in
2654value at the exact instruction where the change occurs. If @value{GDBN}
2655cannot set a hardware watchpoint, it sets a software watchpoint, which
2656executes more slowly and reports the change in value at the next
2657statement, not the instruction, after the change occurs.
2658
2659When you issue the @code{watch} command, @value{GDBN} reports
2660
474c8240 2661@smallexample
c906108c 2662Hardware watchpoint @var{num}: @var{expr}
474c8240 2663@end smallexample
c906108c
SS
2664
2665@noindent
2666if it was able to set a hardware watchpoint.
2667
7be570e7
JM
2668Currently, the @code{awatch} and @code{rwatch} commands can only set
2669hardware watchpoints, because accesses to data that don't change the
2670value of the watched expression cannot be detected without examining
2671every instruction as it is being executed, and @value{GDBN} does not do
2672that currently. If @value{GDBN} finds that it is unable to set a
2673hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2674will print a message like this:
2675
2676@smallexample
2677Expression cannot be implemented with read/access watchpoint.
2678@end smallexample
2679
2680Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2681data type of the watched expression is wider than what a hardware
2682watchpoint on the target machine can handle. For example, some systems
2683can only watch regions that are up to 4 bytes wide; on such systems you
2684cannot set hardware watchpoints for an expression that yields a
2685double-precision floating-point number (which is typically 8 bytes
2686wide). As a work-around, it might be possible to break the large region
2687into a series of smaller ones and watch them with separate watchpoints.
2688
2689If you set too many hardware watchpoints, @value{GDBN} might be unable
2690to insert all of them when you resume the execution of your program.
2691Since the precise number of active watchpoints is unknown until such
2692time as the program is about to be resumed, @value{GDBN} might not be
2693able to warn you about this when you set the watchpoints, and the
2694warning will be printed only when the program is resumed:
2695
2696@smallexample
2697Hardware watchpoint @var{num}: Could not insert watchpoint
2698@end smallexample
2699
2700@noindent
2701If this happens, delete or disable some of the watchpoints.
2702
2703The SPARClite DSU will generate traps when a program accesses some data
2704or instruction address that is assigned to the debug registers. For the
2705data addresses, DSU facilitates the @code{watch} command. However the
2706hardware breakpoint registers can only take two data watchpoints, and
2707both watchpoints must be the same kind. For example, you can set two
2708watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2709@strong{or} two with @code{awatch} commands, but you cannot set one
2710watchpoint with one command and the other with a different command.
c906108c
SS
2711@value{GDBN} will reject the command if you try to mix watchpoints.
2712Delete or disable unused watchpoint commands before setting new ones.
2713
2714If you call a function interactively using @code{print} or @code{call},
2df3850c 2715any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2716kind of breakpoint or the call completes.
2717
7be570e7
JM
2718@value{GDBN} automatically deletes watchpoints that watch local
2719(automatic) variables, or expressions that involve such variables, when
2720they go out of scope, that is, when the execution leaves the block in
2721which these variables were defined. In particular, when the program
2722being debugged terminates, @emph{all} local variables go out of scope,
2723and so only watchpoints that watch global variables remain set. If you
2724rerun the program, you will need to set all such watchpoints again. One
2725way of doing that would be to set a code breakpoint at the entry to the
2726@code{main} function and when it breaks, set all the watchpoints.
2727
c906108c
SS
2728@quotation
2729@cindex watchpoints and threads
2730@cindex threads and watchpoints
c906108c
SS
2731@emph{Warning:} In multi-thread programs, watchpoints have only limited
2732usefulness. With the current watchpoint implementation, @value{GDBN}
2733can only watch the value of an expression @emph{in a single thread}. If
2734you are confident that the expression can only change due to the current
2735thread's activity (and if you are also confident that no other thread
2736can become current), then you can use watchpoints as usual. However,
2737@value{GDBN} may not notice when a non-current thread's activity changes
2738the expression.
53a5351d 2739
d4f3574e 2740@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2741@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2742have only limited usefulness. If @value{GDBN} creates a software
2743watchpoint, it can only watch the value of an expression @emph{in a
2744single thread}. If you are confident that the expression can only
2745change due to the current thread's activity (and if you are also
2746confident that no other thread can become current), then you can use
2747software watchpoints as usual. However, @value{GDBN} may not notice
2748when a non-current thread's activity changes the expression. (Hardware
2749watchpoints, in contrast, watch an expression in all threads.)
c906108c 2750@end quotation
c906108c 2751
501eef12
AC
2752@xref{set remote hardware-watchpoint-limit}.
2753
6d2ebf8b 2754@node Set Catchpoints
c906108c 2755@subsection Setting catchpoints
d4f3574e 2756@cindex catchpoints, setting
c906108c
SS
2757@cindex exception handlers
2758@cindex event handling
2759
2760You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2761kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2762shared library. Use the @code{catch} command to set a catchpoint.
2763
2764@table @code
2765@kindex catch
2766@item catch @var{event}
2767Stop when @var{event} occurs. @var{event} can be any of the following:
2768@table @code
2769@item throw
2770@kindex catch throw
b37052ae 2771The throwing of a C@t{++} exception.
c906108c
SS
2772
2773@item catch
2774@kindex catch catch
b37052ae 2775The catching of a C@t{++} exception.
c906108c
SS
2776
2777@item exec
2778@kindex catch exec
2779A call to @code{exec}. This is currently only available for HP-UX.
2780
2781@item fork
2782@kindex catch fork
2783A call to @code{fork}. This is currently only available for HP-UX.
2784
2785@item vfork
2786@kindex catch vfork
2787A call to @code{vfork}. This is currently only available for HP-UX.
2788
2789@item load
2790@itemx load @var{libname}
2791@kindex catch load
2792The dynamic loading of any shared library, or the loading of the library
2793@var{libname}. This is currently only available for HP-UX.
2794
2795@item unload
2796@itemx unload @var{libname}
2797@kindex catch unload
2798The unloading of any dynamically loaded shared library, or the unloading
2799of the library @var{libname}. This is currently only available for HP-UX.
2800@end table
2801
2802@item tcatch @var{event}
2803Set a catchpoint that is enabled only for one stop. The catchpoint is
2804automatically deleted after the first time the event is caught.
2805
2806@end table
2807
2808Use the @code{info break} command to list the current catchpoints.
2809
b37052ae 2810There are currently some limitations to C@t{++} exception handling
c906108c
SS
2811(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2812
2813@itemize @bullet
2814@item
2815If you call a function interactively, @value{GDBN} normally returns
2816control to you when the function has finished executing. If the call
2817raises an exception, however, the call may bypass the mechanism that
2818returns control to you and cause your program either to abort or to
2819simply continue running until it hits a breakpoint, catches a signal
2820that @value{GDBN} is listening for, or exits. This is the case even if
2821you set a catchpoint for the exception; catchpoints on exceptions are
2822disabled within interactive calls.
2823
2824@item
2825You cannot raise an exception interactively.
2826
2827@item
2828You cannot install an exception handler interactively.
2829@end itemize
2830
2831@cindex raise exceptions
2832Sometimes @code{catch} is not the best way to debug exception handling:
2833if you need to know exactly where an exception is raised, it is better to
2834stop @emph{before} the exception handler is called, since that way you
2835can see the stack before any unwinding takes place. If you set a
2836breakpoint in an exception handler instead, it may not be easy to find
2837out where the exception was raised.
2838
2839To stop just before an exception handler is called, you need some
b37052ae 2840knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2841raised by calling a library function named @code{__raise_exception}
2842which has the following ANSI C interface:
2843
474c8240 2844@smallexample
c906108c 2845 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2846 @var{id} is the exception identifier. */
2847 void __raise_exception (void **addr, void *id);
474c8240 2848@end smallexample
c906108c
SS
2849
2850@noindent
2851To make the debugger catch all exceptions before any stack
2852unwinding takes place, set a breakpoint on @code{__raise_exception}
2853(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2854
2855With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2856that depends on the value of @var{id}, you can stop your program when
2857a specific exception is raised. You can use multiple conditional
2858breakpoints to stop your program when any of a number of exceptions are
2859raised.
2860
2861
6d2ebf8b 2862@node Delete Breaks
c906108c
SS
2863@subsection Deleting breakpoints
2864
2865@cindex clearing breakpoints, watchpoints, catchpoints
2866@cindex deleting breakpoints, watchpoints, catchpoints
2867It is often necessary to eliminate a breakpoint, watchpoint, or
2868catchpoint once it has done its job and you no longer want your program
2869to stop there. This is called @dfn{deleting} the breakpoint. A
2870breakpoint that has been deleted no longer exists; it is forgotten.
2871
2872With the @code{clear} command you can delete breakpoints according to
2873where they are in your program. With the @code{delete} command you can
2874delete individual breakpoints, watchpoints, or catchpoints by specifying
2875their breakpoint numbers.
2876
2877It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2878automatically ignores breakpoints on the first instruction to be executed
2879when you continue execution without changing the execution address.
2880
2881@table @code
2882@kindex clear
2883@item clear
2884Delete any breakpoints at the next instruction to be executed in the
2885selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2886the innermost frame is selected, this is a good way to delete a
2887breakpoint where your program just stopped.
2888
2889@item clear @var{function}
2890@itemx clear @var{filename}:@var{function}
2891Delete any breakpoints set at entry to the function @var{function}.
2892
2893@item clear @var{linenum}
2894@itemx clear @var{filename}:@var{linenum}
2895Delete any breakpoints set at or within the code of the specified line.
2896
2897@cindex delete breakpoints
2898@kindex delete
41afff9a 2899@kindex d @r{(@code{delete})}
c5394b80
JM
2900@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2901Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2902ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2903breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2904confirm off}). You can abbreviate this command as @code{d}.
2905@end table
2906
6d2ebf8b 2907@node Disabling
c906108c
SS
2908@subsection Disabling breakpoints
2909
2910@kindex disable breakpoints
2911@kindex enable breakpoints
2912Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2913prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2914it had been deleted, but remembers the information on the breakpoint so
2915that you can @dfn{enable} it again later.
2916
2917You disable and enable breakpoints, watchpoints, and catchpoints with
2918the @code{enable} and @code{disable} commands, optionally specifying one
2919or more breakpoint numbers as arguments. Use @code{info break} or
2920@code{info watch} to print a list of breakpoints, watchpoints, and
2921catchpoints if you do not know which numbers to use.
2922
2923A breakpoint, watchpoint, or catchpoint can have any of four different
2924states of enablement:
2925
2926@itemize @bullet
2927@item
2928Enabled. The breakpoint stops your program. A breakpoint set
2929with the @code{break} command starts out in this state.
2930@item
2931Disabled. The breakpoint has no effect on your program.
2932@item
2933Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2934disabled.
c906108c
SS
2935@item
2936Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2937immediately after it does so it is deleted permanently. A breakpoint
2938set with the @code{tbreak} command starts out in this state.
c906108c
SS
2939@end itemize
2940
2941You can use the following commands to enable or disable breakpoints,
2942watchpoints, and catchpoints:
2943
2944@table @code
2945@kindex disable breakpoints
2946@kindex disable
41afff9a 2947@kindex dis @r{(@code{disable})}
c5394b80 2948@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2949Disable the specified breakpoints---or all breakpoints, if none are
2950listed. A disabled breakpoint has no effect but is not forgotten. All
2951options such as ignore-counts, conditions and commands are remembered in
2952case the breakpoint is enabled again later. You may abbreviate
2953@code{disable} as @code{dis}.
2954
2955@kindex enable breakpoints
2956@kindex enable
c5394b80 2957@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2958Enable the specified breakpoints (or all defined breakpoints). They
2959become effective once again in stopping your program.
2960
c5394b80 2961@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2962Enable the specified breakpoints temporarily. @value{GDBN} disables any
2963of these breakpoints immediately after stopping your program.
2964
c5394b80 2965@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
2966Enable the specified breakpoints to work once, then die. @value{GDBN}
2967deletes any of these breakpoints as soon as your program stops there.
2968@end table
2969
d4f3574e
SS
2970@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2971@c confusing: tbreak is also initially enabled.
c906108c
SS
2972Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2973,Setting breakpoints}), breakpoints that you set are initially enabled;
2974subsequently, they become disabled or enabled only when you use one of
2975the commands above. (The command @code{until} can set and delete a
2976breakpoint of its own, but it does not change the state of your other
2977breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2978stepping}.)
2979
6d2ebf8b 2980@node Conditions
c906108c
SS
2981@subsection Break conditions
2982@cindex conditional breakpoints
2983@cindex breakpoint conditions
2984
2985@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 2986@c in particular for a watchpoint?
c906108c
SS
2987The simplest sort of breakpoint breaks every time your program reaches a
2988specified place. You can also specify a @dfn{condition} for a
2989breakpoint. A condition is just a Boolean expression in your
2990programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2991a condition evaluates the expression each time your program reaches it,
2992and your program stops only if the condition is @emph{true}.
2993
2994This is the converse of using assertions for program validation; in that
2995situation, you want to stop when the assertion is violated---that is,
2996when the condition is false. In C, if you want to test an assertion expressed
2997by the condition @var{assert}, you should set the condition
2998@samp{! @var{assert}} on the appropriate breakpoint.
2999
3000Conditions are also accepted for watchpoints; you may not need them,
3001since a watchpoint is inspecting the value of an expression anyhow---but
3002it might be simpler, say, to just set a watchpoint on a variable name,
3003and specify a condition that tests whether the new value is an interesting
3004one.
3005
3006Break conditions can have side effects, and may even call functions in
3007your program. This can be useful, for example, to activate functions
3008that log program progress, or to use your own print functions to
3009format special data structures. The effects are completely predictable
3010unless there is another enabled breakpoint at the same address. (In
3011that case, @value{GDBN} might see the other breakpoint first and stop your
3012program without checking the condition of this one.) Note that
d4f3574e
SS
3013breakpoint commands are usually more convenient and flexible than break
3014conditions for the
c906108c
SS
3015purpose of performing side effects when a breakpoint is reached
3016(@pxref{Break Commands, ,Breakpoint command lists}).
3017
3018Break conditions can be specified when a breakpoint is set, by using
3019@samp{if} in the arguments to the @code{break} command. @xref{Set
3020Breaks, ,Setting breakpoints}. They can also be changed at any time
3021with the @code{condition} command.
53a5351d 3022
c906108c
SS
3023You can also use the @code{if} keyword with the @code{watch} command.
3024The @code{catch} command does not recognize the @code{if} keyword;
3025@code{condition} is the only way to impose a further condition on a
3026catchpoint.
c906108c
SS
3027
3028@table @code
3029@kindex condition
3030@item condition @var{bnum} @var{expression}
3031Specify @var{expression} as the break condition for breakpoint,
3032watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3033breakpoint @var{bnum} stops your program only if the value of
3034@var{expression} is true (nonzero, in C). When you use
3035@code{condition}, @value{GDBN} checks @var{expression} immediately for
3036syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3037referents in the context of your breakpoint. If @var{expression} uses
3038symbols not referenced in the context of the breakpoint, @value{GDBN}
3039prints an error message:
3040
474c8240 3041@smallexample
d4f3574e 3042No symbol "foo" in current context.
474c8240 3043@end smallexample
d4f3574e
SS
3044
3045@noindent
c906108c
SS
3046@value{GDBN} does
3047not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3048command (or a command that sets a breakpoint with a condition, like
3049@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3050
3051@item condition @var{bnum}
3052Remove the condition from breakpoint number @var{bnum}. It becomes
3053an ordinary unconditional breakpoint.
3054@end table
3055
3056@cindex ignore count (of breakpoint)
3057A special case of a breakpoint condition is to stop only when the
3058breakpoint has been reached a certain number of times. This is so
3059useful that there is a special way to do it, using the @dfn{ignore
3060count} of the breakpoint. Every breakpoint has an ignore count, which
3061is an integer. Most of the time, the ignore count is zero, and
3062therefore has no effect. But if your program reaches a breakpoint whose
3063ignore count is positive, then instead of stopping, it just decrements
3064the ignore count by one and continues. As a result, if the ignore count
3065value is @var{n}, the breakpoint does not stop the next @var{n} times
3066your program reaches it.
3067
3068@table @code
3069@kindex ignore
3070@item ignore @var{bnum} @var{count}
3071Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3072The next @var{count} times the breakpoint is reached, your program's
3073execution does not stop; other than to decrement the ignore count, @value{GDBN}
3074takes no action.
3075
3076To make the breakpoint stop the next time it is reached, specify
3077a count of zero.
3078
3079When you use @code{continue} to resume execution of your program from a
3080breakpoint, you can specify an ignore count directly as an argument to
3081@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3082Stepping,,Continuing and stepping}.
3083
3084If a breakpoint has a positive ignore count and a condition, the
3085condition is not checked. Once the ignore count reaches zero,
3086@value{GDBN} resumes checking the condition.
3087
3088You could achieve the effect of the ignore count with a condition such
3089as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3090is decremented each time. @xref{Convenience Vars, ,Convenience
3091variables}.
3092@end table
3093
3094Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3095
3096
6d2ebf8b 3097@node Break Commands
c906108c
SS
3098@subsection Breakpoint command lists
3099
3100@cindex breakpoint commands
3101You can give any breakpoint (or watchpoint or catchpoint) a series of
3102commands to execute when your program stops due to that breakpoint. For
3103example, you might want to print the values of certain expressions, or
3104enable other breakpoints.
3105
3106@table @code
3107@kindex commands
3108@kindex end
3109@item commands @r{[}@var{bnum}@r{]}
3110@itemx @dots{} @var{command-list} @dots{}
3111@itemx end
3112Specify a list of commands for breakpoint number @var{bnum}. The commands
3113themselves appear on the following lines. Type a line containing just
3114@code{end} to terminate the commands.
3115
3116To remove all commands from a breakpoint, type @code{commands} and
3117follow it immediately with @code{end}; that is, give no commands.
3118
3119With no @var{bnum} argument, @code{commands} refers to the last
3120breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3121recently encountered).
3122@end table
3123
3124Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3125disabled within a @var{command-list}.
3126
3127You can use breakpoint commands to start your program up again. Simply
3128use the @code{continue} command, or @code{step}, or any other command
3129that resumes execution.
3130
3131Any other commands in the command list, after a command that resumes
3132execution, are ignored. This is because any time you resume execution
3133(even with a simple @code{next} or @code{step}), you may encounter
3134another breakpoint---which could have its own command list, leading to
3135ambiguities about which list to execute.
3136
3137@kindex silent
3138If the first command you specify in a command list is @code{silent}, the
3139usual message about stopping at a breakpoint is not printed. This may
3140be desirable for breakpoints that are to print a specific message and
3141then continue. If none of the remaining commands print anything, you
3142see no sign that the breakpoint was reached. @code{silent} is
3143meaningful only at the beginning of a breakpoint command list.
3144
3145The commands @code{echo}, @code{output}, and @code{printf} allow you to
3146print precisely controlled output, and are often useful in silent
3147breakpoints. @xref{Output, ,Commands for controlled output}.
3148
3149For example, here is how you could use breakpoint commands to print the
3150value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3151
474c8240 3152@smallexample
c906108c
SS
3153break foo if x>0
3154commands
3155silent
3156printf "x is %d\n",x
3157cont
3158end
474c8240 3159@end smallexample
c906108c
SS
3160
3161One application for breakpoint commands is to compensate for one bug so
3162you can test for another. Put a breakpoint just after the erroneous line
3163of code, give it a condition to detect the case in which something
3164erroneous has been done, and give it commands to assign correct values
3165to any variables that need them. End with the @code{continue} command
3166so that your program does not stop, and start with the @code{silent}
3167command so that no output is produced. Here is an example:
3168
474c8240 3169@smallexample
c906108c
SS
3170break 403
3171commands
3172silent
3173set x = y + 4
3174cont
3175end
474c8240 3176@end smallexample
c906108c 3177
6d2ebf8b 3178@node Breakpoint Menus
c906108c
SS
3179@subsection Breakpoint menus
3180@cindex overloading
3181@cindex symbol overloading
3182
b37052ae 3183Some programming languages (notably C@t{++}) permit a single function name
c906108c
SS
3184to be defined several times, for application in different contexts.
3185This is called @dfn{overloading}. When a function name is overloaded,
3186@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3187a breakpoint. If you realize this is a problem, you can use
3188something like @samp{break @var{function}(@var{types})} to specify which
3189particular version of the function you want. Otherwise, @value{GDBN} offers
3190you a menu of numbered choices for different possible breakpoints, and
3191waits for your selection with the prompt @samp{>}. The first two
3192options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3193sets a breakpoint at each definition of @var{function}, and typing
3194@kbd{0} aborts the @code{break} command without setting any new
3195breakpoints.
3196
3197For example, the following session excerpt shows an attempt to set a
3198breakpoint at the overloaded symbol @code{String::after}.
3199We choose three particular definitions of that function name:
3200
3201@c FIXME! This is likely to change to show arg type lists, at least
3202@smallexample
3203@group
3204(@value{GDBP}) b String::after
3205[0] cancel
3206[1] all
3207[2] file:String.cc; line number:867
3208[3] file:String.cc; line number:860
3209[4] file:String.cc; line number:875
3210[5] file:String.cc; line number:853
3211[6] file:String.cc; line number:846
3212[7] file:String.cc; line number:735
3213> 2 4 6
3214Breakpoint 1 at 0xb26c: file String.cc, line 867.
3215Breakpoint 2 at 0xb344: file String.cc, line 875.
3216Breakpoint 3 at 0xafcc: file String.cc, line 846.
3217Multiple breakpoints were set.
3218Use the "delete" command to delete unwanted
3219 breakpoints.
3220(@value{GDBP})
3221@end group
3222@end smallexample
c906108c
SS
3223
3224@c @ifclear BARETARGET
6d2ebf8b 3225@node Error in Breakpoints
d4f3574e 3226@subsection ``Cannot insert breakpoints''
c906108c
SS
3227@c
3228@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3229@c
d4f3574e
SS
3230Under some operating systems, breakpoints cannot be used in a program if
3231any other process is running that program. In this situation,
5d161b24 3232attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3233@value{GDBN} to print an error message:
3234
474c8240 3235@smallexample
d4f3574e
SS
3236Cannot insert breakpoints.
3237The same program may be running in another process.
474c8240 3238@end smallexample
d4f3574e
SS
3239
3240When this happens, you have three ways to proceed:
3241
3242@enumerate
3243@item
3244Remove or disable the breakpoints, then continue.
3245
3246@item
5d161b24 3247Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3248name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3249that @value{GDBN} should run your program under that name.
d4f3574e
SS
3250Then start your program again.
3251
3252@item
3253Relink your program so that the text segment is nonsharable, using the
3254linker option @samp{-N}. The operating system limitation may not apply
3255to nonsharable executables.
3256@end enumerate
c906108c
SS
3257@c @end ifclear
3258
d4f3574e
SS
3259A similar message can be printed if you request too many active
3260hardware-assisted breakpoints and watchpoints:
3261
3262@c FIXME: the precise wording of this message may change; the relevant
3263@c source change is not committed yet (Sep 3, 1999).
3264@smallexample
3265Stopped; cannot insert breakpoints.
3266You may have requested too many hardware breakpoints and watchpoints.
3267@end smallexample
3268
3269@noindent
3270This message is printed when you attempt to resume the program, since
3271only then @value{GDBN} knows exactly how many hardware breakpoints and
3272watchpoints it needs to insert.
3273
3274When this message is printed, you need to disable or remove some of the
3275hardware-assisted breakpoints and watchpoints, and then continue.
3276
3277
6d2ebf8b 3278@node Continuing and Stepping
c906108c
SS
3279@section Continuing and stepping
3280
3281@cindex stepping
3282@cindex continuing
3283@cindex resuming execution
3284@dfn{Continuing} means resuming program execution until your program
3285completes normally. In contrast, @dfn{stepping} means executing just
3286one more ``step'' of your program, where ``step'' may mean either one
3287line of source code, or one machine instruction (depending on what
7a292a7a
SS
3288particular command you use). Either when continuing or when stepping,
3289your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3290it stops due to a signal, you may want to use @code{handle}, or use
3291@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3292
3293@table @code
3294@kindex continue
41afff9a
EZ
3295@kindex c @r{(@code{continue})}
3296@kindex fg @r{(resume foreground execution)}
c906108c
SS
3297@item continue @r{[}@var{ignore-count}@r{]}
3298@itemx c @r{[}@var{ignore-count}@r{]}
3299@itemx fg @r{[}@var{ignore-count}@r{]}
3300Resume program execution, at the address where your program last stopped;
3301any breakpoints set at that address are bypassed. The optional argument
3302@var{ignore-count} allows you to specify a further number of times to
3303ignore a breakpoint at this location; its effect is like that of
3304@code{ignore} (@pxref{Conditions, ,Break conditions}).
3305
3306The argument @var{ignore-count} is meaningful only when your program
3307stopped due to a breakpoint. At other times, the argument to
3308@code{continue} is ignored.
3309
d4f3574e
SS
3310The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3311debugged program is deemed to be the foreground program) are provided
3312purely for convenience, and have exactly the same behavior as
3313@code{continue}.
c906108c
SS
3314@end table
3315
3316To resume execution at a different place, you can use @code{return}
3317(@pxref{Returning, ,Returning from a function}) to go back to the
3318calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3319different address}) to go to an arbitrary location in your program.
3320
3321A typical technique for using stepping is to set a breakpoint
3322(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3323beginning of the function or the section of your program where a problem
3324is believed to lie, run your program until it stops at that breakpoint,
3325and then step through the suspect area, examining the variables that are
3326interesting, until you see the problem happen.
3327
3328@table @code
3329@kindex step
41afff9a 3330@kindex s @r{(@code{step})}
c906108c
SS
3331@item step
3332Continue running your program until control reaches a different source
3333line, then stop it and return control to @value{GDBN}. This command is
3334abbreviated @code{s}.
3335
3336@quotation
3337@c "without debugging information" is imprecise; actually "without line
3338@c numbers in the debugging information". (gcc -g1 has debugging info but
3339@c not line numbers). But it seems complex to try to make that
3340@c distinction here.
3341@emph{Warning:} If you use the @code{step} command while control is
3342within a function that was compiled without debugging information,
3343execution proceeds until control reaches a function that does have
3344debugging information. Likewise, it will not step into a function which
3345is compiled without debugging information. To step through functions
3346without debugging information, use the @code{stepi} command, described
3347below.
3348@end quotation
3349
4a92d011
EZ
3350The @code{step} command only stops at the first instruction of a source
3351line. This prevents the multiple stops that could otherwise occur in
3352@code{switch} statements, @code{for} loops, etc. @code{step} continues
3353to stop if a function that has debugging information is called within
3354the line. In other words, @code{step} @emph{steps inside} any functions
3355called within the line.
c906108c 3356
d4f3574e
SS
3357Also, the @code{step} command only enters a function if there is line
3358number information for the function. Otherwise it acts like the
5d161b24 3359@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3360on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3361was any debugging information about the routine.
c906108c
SS
3362
3363@item step @var{count}
3364Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3365breakpoint is reached, or a signal not related to stepping occurs before
3366@var{count} steps, stepping stops right away.
c906108c
SS
3367
3368@kindex next
41afff9a 3369@kindex n @r{(@code{next})}
c906108c
SS
3370@item next @r{[}@var{count}@r{]}
3371Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3372This is similar to @code{step}, but function calls that appear within
3373the line of code are executed without stopping. Execution stops when
3374control reaches a different line of code at the original stack level
3375that was executing when you gave the @code{next} command. This command
3376is abbreviated @code{n}.
c906108c
SS
3377
3378An argument @var{count} is a repeat count, as for @code{step}.
3379
3380
3381@c FIX ME!! Do we delete this, or is there a way it fits in with
3382@c the following paragraph? --- Vctoria
3383@c
3384@c @code{next} within a function that lacks debugging information acts like
3385@c @code{step}, but any function calls appearing within the code of the
3386@c function are executed without stopping.
3387
d4f3574e
SS
3388The @code{next} command only stops at the first instruction of a
3389source line. This prevents multiple stops that could otherwise occur in
4a92d011 3390@code{switch} statements, @code{for} loops, etc.
c906108c 3391
b90a5f51
CF
3392@kindex set step-mode
3393@item set step-mode
3394@cindex functions without line info, and stepping
3395@cindex stepping into functions with no line info
3396@itemx set step-mode on
4a92d011 3397The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3398stop at the first instruction of a function which contains no debug line
3399information rather than stepping over it.
3400
4a92d011
EZ
3401This is useful in cases where you may be interested in inspecting the
3402machine instructions of a function which has no symbolic info and do not
3403want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3404
3405@item set step-mode off
4a92d011 3406Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3407debug information. This is the default.
3408
c906108c
SS
3409@kindex finish
3410@item finish
3411Continue running until just after function in the selected stack frame
3412returns. Print the returned value (if any).
3413
3414Contrast this with the @code{return} command (@pxref{Returning,
3415,Returning from a function}).
3416
3417@kindex until
41afff9a 3418@kindex u @r{(@code{until})}
c906108c
SS
3419@item until
3420@itemx u
3421Continue running until a source line past the current line, in the
3422current stack frame, is reached. This command is used to avoid single
3423stepping through a loop more than once. It is like the @code{next}
3424command, except that when @code{until} encounters a jump, it
3425automatically continues execution until the program counter is greater
3426than the address of the jump.
3427
3428This means that when you reach the end of a loop after single stepping
3429though it, @code{until} makes your program continue execution until it
3430exits the loop. In contrast, a @code{next} command at the end of a loop
3431simply steps back to the beginning of the loop, which forces you to step
3432through the next iteration.
3433
3434@code{until} always stops your program if it attempts to exit the current
3435stack frame.
3436
3437@code{until} may produce somewhat counterintuitive results if the order
3438of machine code does not match the order of the source lines. For
3439example, in the following excerpt from a debugging session, the @code{f}
3440(@code{frame}) command shows that execution is stopped at line
3441@code{206}; yet when we use @code{until}, we get to line @code{195}:
3442
474c8240 3443@smallexample
c906108c
SS
3444(@value{GDBP}) f
3445#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3446206 expand_input();
3447(@value{GDBP}) until
3448195 for ( ; argc > 0; NEXTARG) @{
474c8240 3449@end smallexample
c906108c
SS
3450
3451This happened because, for execution efficiency, the compiler had
3452generated code for the loop closure test at the end, rather than the
3453start, of the loop---even though the test in a C @code{for}-loop is
3454written before the body of the loop. The @code{until} command appeared
3455to step back to the beginning of the loop when it advanced to this
3456expression; however, it has not really gone to an earlier
3457statement---not in terms of the actual machine code.
3458
3459@code{until} with no argument works by means of single
3460instruction stepping, and hence is slower than @code{until} with an
3461argument.
3462
3463@item until @var{location}
3464@itemx u @var{location}
3465Continue running your program until either the specified location is
3466reached, or the current stack frame returns. @var{location} is any of
3467the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3468,Setting breakpoints}). This form of the command uses breakpoints, and
3469hence is quicker than @code{until} without an argument. The specified
3470location is actually reached only if it is in the current frame. This
3471implies that @code{until} can be used to skip over recursive function
3472invocations. For instance in the code below, if the current location is
3473line @code{96}, issuing @code{until 99} will execute the program up to
3474line @code{99} in the same invocation of factorial, i.e. after the inner
3475invocations have returned.
3476
3477@smallexample
347894 int factorial (int value)
347995 @{
348096 if (value > 1) @{
348197 value *= factorial (value - 1);
348298 @}
348399 return (value);
3484100 @}
3485@end smallexample
3486
3487
3488@kindex advance @var{location}
3489@itemx advance @var{location}
3490Continue running the program up to the given location. An argument is
3491required, anything of the same form as arguments for the @code{break}
3492command. Execution will also stop upon exit from the current stack
3493frame. This command is similar to @code{until}, but @code{advance} will
3494not skip over recursive function calls, and the target location doesn't
3495have to be in the same frame as the current one.
3496
c906108c
SS
3497
3498@kindex stepi
41afff9a 3499@kindex si @r{(@code{stepi})}
c906108c 3500@item stepi
96a2c332 3501@itemx stepi @var{arg}
c906108c
SS
3502@itemx si
3503Execute one machine instruction, then stop and return to the debugger.
3504
3505It is often useful to do @samp{display/i $pc} when stepping by machine
3506instructions. This makes @value{GDBN} automatically display the next
3507instruction to be executed, each time your program stops. @xref{Auto
3508Display,, Automatic display}.
3509
3510An argument is a repeat count, as in @code{step}.
3511
3512@need 750
3513@kindex nexti
41afff9a 3514@kindex ni @r{(@code{nexti})}
c906108c 3515@item nexti
96a2c332 3516@itemx nexti @var{arg}
c906108c
SS
3517@itemx ni
3518Execute one machine instruction, but if it is a function call,
3519proceed until the function returns.
3520
3521An argument is a repeat count, as in @code{next}.
3522@end table
3523
6d2ebf8b 3524@node Signals
c906108c
SS
3525@section Signals
3526@cindex signals
3527
3528A signal is an asynchronous event that can happen in a program. The
3529operating system defines the possible kinds of signals, and gives each
3530kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3531signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3532@code{SIGSEGV} is the signal a program gets from referencing a place in
3533memory far away from all the areas in use; @code{SIGALRM} occurs when
3534the alarm clock timer goes off (which happens only if your program has
3535requested an alarm).
3536
3537@cindex fatal signals
3538Some signals, including @code{SIGALRM}, are a normal part of the
3539functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3540errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3541program has not specified in advance some other way to handle the signal.
3542@code{SIGINT} does not indicate an error in your program, but it is normally
3543fatal so it can carry out the purpose of the interrupt: to kill the program.
3544
3545@value{GDBN} has the ability to detect any occurrence of a signal in your
3546program. You can tell @value{GDBN} in advance what to do for each kind of
3547signal.
3548
3549@cindex handling signals
24f93129
EZ
3550Normally, @value{GDBN} is set up to let the non-erroneous signals like
3551@code{SIGALRM} be silently passed to your program
3552(so as not to interfere with their role in the program's functioning)
c906108c
SS
3553but to stop your program immediately whenever an error signal happens.
3554You can change these settings with the @code{handle} command.
3555
3556@table @code
3557@kindex info signals
3558@item info signals
96a2c332 3559@itemx info handle
c906108c
SS
3560Print a table of all the kinds of signals and how @value{GDBN} has been told to
3561handle each one. You can use this to see the signal numbers of all
3562the defined types of signals.
3563
d4f3574e 3564@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3565
3566@kindex handle
3567@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3568Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3569can be the number of a signal or its name (with or without the
24f93129 3570@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3571@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3572known signals. The @var{keywords} say what change to make.
c906108c
SS
3573@end table
3574
3575@c @group
3576The keywords allowed by the @code{handle} command can be abbreviated.
3577Their full names are:
3578
3579@table @code
3580@item nostop
3581@value{GDBN} should not stop your program when this signal happens. It may
3582still print a message telling you that the signal has come in.
3583
3584@item stop
3585@value{GDBN} should stop your program when this signal happens. This implies
3586the @code{print} keyword as well.
3587
3588@item print
3589@value{GDBN} should print a message when this signal happens.
3590
3591@item noprint
3592@value{GDBN} should not mention the occurrence of the signal at all. This
3593implies the @code{nostop} keyword as well.
3594
3595@item pass
5ece1a18 3596@itemx noignore
c906108c
SS
3597@value{GDBN} should allow your program to see this signal; your program
3598can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3599and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3600
3601@item nopass
5ece1a18 3602@itemx ignore
c906108c 3603@value{GDBN} should not allow your program to see this signal.
5ece1a18 3604@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3605@end table
3606@c @end group
3607
d4f3574e
SS
3608When a signal stops your program, the signal is not visible to the
3609program until you
c906108c
SS
3610continue. Your program sees the signal then, if @code{pass} is in
3611effect for the signal in question @emph{at that time}. In other words,
3612after @value{GDBN} reports a signal, you can use the @code{handle}
3613command with @code{pass} or @code{nopass} to control whether your
3614program sees that signal when you continue.
3615
24f93129
EZ
3616The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3617non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3618@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3619erroneous signals.
3620
c906108c
SS
3621You can also use the @code{signal} command to prevent your program from
3622seeing a signal, or cause it to see a signal it normally would not see,
3623or to give it any signal at any time. For example, if your program stopped
3624due to some sort of memory reference error, you might store correct
3625values into the erroneous variables and continue, hoping to see more
3626execution; but your program would probably terminate immediately as
3627a result of the fatal signal once it saw the signal. To prevent this,
3628you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3629program a signal}.
c906108c 3630
6d2ebf8b 3631@node Thread Stops
c906108c
SS
3632@section Stopping and starting multi-thread programs
3633
3634When your program has multiple threads (@pxref{Threads,, Debugging
3635programs with multiple threads}), you can choose whether to set
3636breakpoints on all threads, or on a particular thread.
3637
3638@table @code
3639@cindex breakpoints and threads
3640@cindex thread breakpoints
3641@kindex break @dots{} thread @var{threadno}
3642@item break @var{linespec} thread @var{threadno}
3643@itemx break @var{linespec} thread @var{threadno} if @dots{}
3644@var{linespec} specifies source lines; there are several ways of
3645writing them, but the effect is always to specify some source line.
3646
3647Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3648to specify that you only want @value{GDBN} to stop the program when a
3649particular thread reaches this breakpoint. @var{threadno} is one of the
3650numeric thread identifiers assigned by @value{GDBN}, shown in the first
3651column of the @samp{info threads} display.
3652
3653If you do not specify @samp{thread @var{threadno}} when you set a
3654breakpoint, the breakpoint applies to @emph{all} threads of your
3655program.
3656
3657You can use the @code{thread} qualifier on conditional breakpoints as
3658well; in this case, place @samp{thread @var{threadno}} before the
3659breakpoint condition, like this:
3660
3661@smallexample
2df3850c 3662(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3663@end smallexample
3664
3665@end table
3666
3667@cindex stopped threads
3668@cindex threads, stopped
3669Whenever your program stops under @value{GDBN} for any reason,
3670@emph{all} threads of execution stop, not just the current thread. This
3671allows you to examine the overall state of the program, including
3672switching between threads, without worrying that things may change
3673underfoot.
3674
3675@cindex continuing threads
3676@cindex threads, continuing
3677Conversely, whenever you restart the program, @emph{all} threads start
3678executing. @emph{This is true even when single-stepping} with commands
5d161b24 3679like @code{step} or @code{next}.
c906108c
SS
3680
3681In particular, @value{GDBN} cannot single-step all threads in lockstep.
3682Since thread scheduling is up to your debugging target's operating
3683system (not controlled by @value{GDBN}), other threads may
3684execute more than one statement while the current thread completes a
3685single step. Moreover, in general other threads stop in the middle of a
3686statement, rather than at a clean statement boundary, when the program
3687stops.
3688
3689You might even find your program stopped in another thread after
3690continuing or even single-stepping. This happens whenever some other
3691thread runs into a breakpoint, a signal, or an exception before the
3692first thread completes whatever you requested.
3693
3694On some OSes, you can lock the OS scheduler and thus allow only a single
3695thread to run.
3696
3697@table @code
3698@item set scheduler-locking @var{mode}
3699Set the scheduler locking mode. If it is @code{off}, then there is no
3700locking and any thread may run at any time. If @code{on}, then only the
3701current thread may run when the inferior is resumed. The @code{step}
3702mode optimizes for single-stepping. It stops other threads from
3703``seizing the prompt'' by preempting the current thread while you are
3704stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3705when you step. They are more likely to run when you @samp{next} over a
c906108c 3706function call, and they are completely free to run when you use commands
d4f3574e 3707like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3708thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3709@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3710
3711@item show scheduler-locking
3712Display the current scheduler locking mode.
3713@end table
3714
c906108c 3715
6d2ebf8b 3716@node Stack
c906108c
SS
3717@chapter Examining the Stack
3718
3719When your program has stopped, the first thing you need to know is where it
3720stopped and how it got there.
3721
3722@cindex call stack
5d161b24
DB
3723Each time your program performs a function call, information about the call
3724is generated.
3725That information includes the location of the call in your program,
3726the arguments of the call,
c906108c 3727and the local variables of the function being called.
5d161b24 3728The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3729The stack frames are allocated in a region of memory called the @dfn{call
3730stack}.
3731
3732When your program stops, the @value{GDBN} commands for examining the
3733stack allow you to see all of this information.
3734
3735@cindex selected frame
3736One of the stack frames is @dfn{selected} by @value{GDBN} and many
3737@value{GDBN} commands refer implicitly to the selected frame. In
3738particular, whenever you ask @value{GDBN} for the value of a variable in
3739your program, the value is found in the selected frame. There are
3740special @value{GDBN} commands to select whichever frame you are
3741interested in. @xref{Selection, ,Selecting a frame}.
3742
3743When your program stops, @value{GDBN} automatically selects the
5d161b24 3744currently executing frame and describes it briefly, similar to the
c906108c
SS
3745@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3746
3747@menu
3748* Frames:: Stack frames
3749* Backtrace:: Backtraces
3750* Selection:: Selecting a frame
3751* Frame Info:: Information on a frame
c906108c
SS
3752
3753@end menu
3754
6d2ebf8b 3755@node Frames
c906108c
SS
3756@section Stack frames
3757
d4f3574e 3758@cindex frame, definition
c906108c
SS
3759@cindex stack frame
3760The call stack is divided up into contiguous pieces called @dfn{stack
3761frames}, or @dfn{frames} for short; each frame is the data associated
3762with one call to one function. The frame contains the arguments given
3763to the function, the function's local variables, and the address at
3764which the function is executing.
3765
3766@cindex initial frame
3767@cindex outermost frame
3768@cindex innermost frame
3769When your program is started, the stack has only one frame, that of the
3770function @code{main}. This is called the @dfn{initial} frame or the
3771@dfn{outermost} frame. Each time a function is called, a new frame is
3772made. Each time a function returns, the frame for that function invocation
3773is eliminated. If a function is recursive, there can be many frames for
3774the same function. The frame for the function in which execution is
3775actually occurring is called the @dfn{innermost} frame. This is the most
3776recently created of all the stack frames that still exist.
3777
3778@cindex frame pointer
3779Inside your program, stack frames are identified by their addresses. A
3780stack frame consists of many bytes, each of which has its own address; each
3781kind of computer has a convention for choosing one byte whose
3782address serves as the address of the frame. Usually this address is kept
3783in a register called the @dfn{frame pointer register} while execution is
3784going on in that frame.
3785
3786@cindex frame number
3787@value{GDBN} assigns numbers to all existing stack frames, starting with
3788zero for the innermost frame, one for the frame that called it,
3789and so on upward. These numbers do not really exist in your program;
3790they are assigned by @value{GDBN} to give you a way of designating stack
3791frames in @value{GDBN} commands.
3792
6d2ebf8b
SS
3793@c The -fomit-frame-pointer below perennially causes hbox overflow
3794@c underflow problems.
c906108c
SS
3795@cindex frameless execution
3796Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3797without stack frames. (For example, the @value{GCC} option
474c8240 3798@smallexample
6d2ebf8b 3799@samp{-fomit-frame-pointer}
474c8240 3800@end smallexample
6d2ebf8b 3801generates functions without a frame.)
c906108c
SS
3802This is occasionally done with heavily used library functions to save
3803the frame setup time. @value{GDBN} has limited facilities for dealing
3804with these function invocations. If the innermost function invocation
3805has no stack frame, @value{GDBN} nevertheless regards it as though
3806it had a separate frame, which is numbered zero as usual, allowing
3807correct tracing of the function call chain. However, @value{GDBN} has
3808no provision for frameless functions elsewhere in the stack.
3809
3810@table @code
d4f3574e 3811@kindex frame@r{, command}
41afff9a 3812@cindex current stack frame
c906108c 3813@item frame @var{args}
5d161b24 3814The @code{frame} command allows you to move from one stack frame to another,
c906108c 3815and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3816address of the frame or the stack frame number. Without an argument,
3817@code{frame} prints the current stack frame.
c906108c
SS
3818
3819@kindex select-frame
41afff9a 3820@cindex selecting frame silently
c906108c
SS
3821@item select-frame
3822The @code{select-frame} command allows you to move from one stack frame
3823to another without printing the frame. This is the silent version of
3824@code{frame}.
3825@end table
3826
6d2ebf8b 3827@node Backtrace
c906108c
SS
3828@section Backtraces
3829
3830@cindex backtraces
3831@cindex tracebacks
3832@cindex stack traces
3833A backtrace is a summary of how your program got where it is. It shows one
3834line per frame, for many frames, starting with the currently executing
3835frame (frame zero), followed by its caller (frame one), and on up the
3836stack.
3837
3838@table @code
3839@kindex backtrace
41afff9a 3840@kindex bt @r{(@code{backtrace})}
c906108c
SS
3841@item backtrace
3842@itemx bt
3843Print a backtrace of the entire stack: one line per frame for all
3844frames in the stack.
3845
3846You can stop the backtrace at any time by typing the system interrupt
3847character, normally @kbd{C-c}.
3848
3849@item backtrace @var{n}
3850@itemx bt @var{n}
3851Similar, but print only the innermost @var{n} frames.
3852
3853@item backtrace -@var{n}
3854@itemx bt -@var{n}
3855Similar, but print only the outermost @var{n} frames.
3856@end table
3857
3858@kindex where
3859@kindex info stack
41afff9a 3860@kindex info s @r{(@code{info stack})}
c906108c
SS
3861The names @code{where} and @code{info stack} (abbreviated @code{info s})
3862are additional aliases for @code{backtrace}.
3863
3864Each line in the backtrace shows the frame number and the function name.
3865The program counter value is also shown---unless you use @code{set
3866print address off}. The backtrace also shows the source file name and
3867line number, as well as the arguments to the function. The program
3868counter value is omitted if it is at the beginning of the code for that
3869line number.
3870
3871Here is an example of a backtrace. It was made with the command
3872@samp{bt 3}, so it shows the innermost three frames.
3873
3874@smallexample
3875@group
5d161b24 3876#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3877 at builtin.c:993
3878#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3879#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3880 at macro.c:71
3881(More stack frames follow...)
3882@end group
3883@end smallexample
3884
3885@noindent
3886The display for frame zero does not begin with a program counter
3887value, indicating that your program has stopped at the beginning of the
3888code for line @code{993} of @code{builtin.c}.
3889
b4e9345d
DJ
3890@kindex set backtrace-below-main
3891@kindex show backtrace-below-main
3892
95f90d25
DJ
3893Most programs have a standard entry point---a place where system libraries
3894and startup code transition into user code. For C this is @code{main}.
3895When @value{GDBN} finds the entry function in a backtrace it will terminate
3896the backtrace, to avoid tracing into highly system-specific (and generally
3897uninteresting) code. If you need to examine the startup code, then you can
3898change this behavior.
3899
3900@table @code
3901@item set backtrace-below-main off
3902Backtraces will stop when they encounter the user entry point. This is the
3903default.
3904
3905@item set backtrace-below-main
3906@itemx set backtrace-below-main on
3907Backtraces will continue past the user entry point to the top of the stack.
3908
3909@item show backtrace-below-main
3910Display the current backtrace policy.
3911@end table
3912
6d2ebf8b 3913@node Selection
c906108c
SS
3914@section Selecting a frame
3915
3916Most commands for examining the stack and other data in your program work on
3917whichever stack frame is selected at the moment. Here are the commands for
3918selecting a stack frame; all of them finish by printing a brief description
3919of the stack frame just selected.
3920
3921@table @code
d4f3574e 3922@kindex frame@r{, selecting}
41afff9a 3923@kindex f @r{(@code{frame})}
c906108c
SS
3924@item frame @var{n}
3925@itemx f @var{n}
3926Select frame number @var{n}. Recall that frame zero is the innermost
3927(currently executing) frame, frame one is the frame that called the
3928innermost one, and so on. The highest-numbered frame is the one for
3929@code{main}.
3930
3931@item frame @var{addr}
3932@itemx f @var{addr}
3933Select the frame at address @var{addr}. This is useful mainly if the
3934chaining of stack frames has been damaged by a bug, making it
3935impossible for @value{GDBN} to assign numbers properly to all frames. In
3936addition, this can be useful when your program has multiple stacks and
3937switches between them.
3938
c906108c
SS
3939On the SPARC architecture, @code{frame} needs two addresses to
3940select an arbitrary frame: a frame pointer and a stack pointer.
3941
3942On the MIPS and Alpha architecture, it needs two addresses: a stack
3943pointer and a program counter.
3944
3945On the 29k architecture, it needs three addresses: a register stack
3946pointer, a program counter, and a memory stack pointer.
3947@c note to future updaters: this is conditioned on a flag
3948@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3949@c as of 27 Jan 1994.
c906108c
SS
3950
3951@kindex up
3952@item up @var{n}
3953Move @var{n} frames up the stack. For positive numbers @var{n}, this
3954advances toward the outermost frame, to higher frame numbers, to frames
3955that have existed longer. @var{n} defaults to one.
3956
3957@kindex down
41afff9a 3958@kindex do @r{(@code{down})}
c906108c
SS
3959@item down @var{n}
3960Move @var{n} frames down the stack. For positive numbers @var{n}, this
3961advances toward the innermost frame, to lower frame numbers, to frames
3962that were created more recently. @var{n} defaults to one. You may
3963abbreviate @code{down} as @code{do}.
3964@end table
3965
3966All of these commands end by printing two lines of output describing the
3967frame. The first line shows the frame number, the function name, the
3968arguments, and the source file and line number of execution in that
5d161b24 3969frame. The second line shows the text of that source line.
c906108c
SS
3970
3971@need 1000
3972For example:
3973
3974@smallexample
3975@group
3976(@value{GDBP}) up
3977#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3978 at env.c:10
397910 read_input_file (argv[i]);
3980@end group
3981@end smallexample
3982
3983After such a printout, the @code{list} command with no arguments
3984prints ten lines centered on the point of execution in the frame.
87885426
FN
3985You can also edit the program at the point of execution with your favorite
3986editing program by typing @code{edit}.
3987@xref{List, ,Printing source lines},
3988for details.
c906108c
SS
3989
3990@table @code
3991@kindex down-silently
3992@kindex up-silently
3993@item up-silently @var{n}
3994@itemx down-silently @var{n}
3995These two commands are variants of @code{up} and @code{down},
3996respectively; they differ in that they do their work silently, without
3997causing display of the new frame. They are intended primarily for use
3998in @value{GDBN} command scripts, where the output might be unnecessary and
3999distracting.
4000@end table
4001
6d2ebf8b 4002@node Frame Info
c906108c
SS
4003@section Information about a frame
4004
4005There are several other commands to print information about the selected
4006stack frame.
4007
4008@table @code
4009@item frame
4010@itemx f
4011When used without any argument, this command does not change which
4012frame is selected, but prints a brief description of the currently
4013selected stack frame. It can be abbreviated @code{f}. With an
4014argument, this command is used to select a stack frame.
4015@xref{Selection, ,Selecting a frame}.
4016
4017@kindex info frame
41afff9a 4018@kindex info f @r{(@code{info frame})}
c906108c
SS
4019@item info frame
4020@itemx info f
4021This command prints a verbose description of the selected stack frame,
4022including:
4023
4024@itemize @bullet
5d161b24
DB
4025@item
4026the address of the frame
c906108c
SS
4027@item
4028the address of the next frame down (called by this frame)
4029@item
4030the address of the next frame up (caller of this frame)
4031@item
4032the language in which the source code corresponding to this frame is written
4033@item
4034the address of the frame's arguments
4035@item
d4f3574e
SS
4036the address of the frame's local variables
4037@item
c906108c
SS
4038the program counter saved in it (the address of execution in the caller frame)
4039@item
4040which registers were saved in the frame
4041@end itemize
4042
4043@noindent The verbose description is useful when
4044something has gone wrong that has made the stack format fail to fit
4045the usual conventions.
4046
4047@item info frame @var{addr}
4048@itemx info f @var{addr}
4049Print a verbose description of the frame at address @var{addr}, without
4050selecting that frame. The selected frame remains unchanged by this
4051command. This requires the same kind of address (more than one for some
4052architectures) that you specify in the @code{frame} command.
4053@xref{Selection, ,Selecting a frame}.
4054
4055@kindex info args
4056@item info args
4057Print the arguments of the selected frame, each on a separate line.
4058
4059@item info locals
4060@kindex info locals
4061Print the local variables of the selected frame, each on a separate
4062line. These are all variables (declared either static or automatic)
4063accessible at the point of execution of the selected frame.
4064
c906108c 4065@kindex info catch
d4f3574e
SS
4066@cindex catch exceptions, list active handlers
4067@cindex exception handlers, how to list
c906108c
SS
4068@item info catch
4069Print a list of all the exception handlers that are active in the
4070current stack frame at the current point of execution. To see other
4071exception handlers, visit the associated frame (using the @code{up},
4072@code{down}, or @code{frame} commands); then type @code{info catch}.
4073@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4074
c906108c
SS
4075@end table
4076
c906108c 4077
6d2ebf8b 4078@node Source
c906108c
SS
4079@chapter Examining Source Files
4080
4081@value{GDBN} can print parts of your program's source, since the debugging
4082information recorded in the program tells @value{GDBN} what source files were
4083used to build it. When your program stops, @value{GDBN} spontaneously prints
4084the line where it stopped. Likewise, when you select a stack frame
4085(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4086execution in that frame has stopped. You can print other portions of
4087source files by explicit command.
4088
7a292a7a 4089If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4090prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4091@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4092
4093@menu
4094* List:: Printing source lines
87885426 4095* Edit:: Editing source files
c906108c 4096* Search:: Searching source files
c906108c
SS
4097* Source Path:: Specifying source directories
4098* Machine Code:: Source and machine code
4099@end menu
4100
6d2ebf8b 4101@node List
c906108c
SS
4102@section Printing source lines
4103
4104@kindex list
41afff9a 4105@kindex l @r{(@code{list})}
c906108c 4106To print lines from a source file, use the @code{list} command
5d161b24 4107(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4108There are several ways to specify what part of the file you want to print.
4109
4110Here are the forms of the @code{list} command most commonly used:
4111
4112@table @code
4113@item list @var{linenum}
4114Print lines centered around line number @var{linenum} in the
4115current source file.
4116
4117@item list @var{function}
4118Print lines centered around the beginning of function
4119@var{function}.
4120
4121@item list
4122Print more lines. If the last lines printed were printed with a
4123@code{list} command, this prints lines following the last lines
4124printed; however, if the last line printed was a solitary line printed
4125as part of displaying a stack frame (@pxref{Stack, ,Examining the
4126Stack}), this prints lines centered around that line.
4127
4128@item list -
4129Print lines just before the lines last printed.
4130@end table
4131
4132By default, @value{GDBN} prints ten source lines with any of these forms of
4133the @code{list} command. You can change this using @code{set listsize}:
4134
4135@table @code
4136@kindex set listsize
4137@item set listsize @var{count}
4138Make the @code{list} command display @var{count} source lines (unless
4139the @code{list} argument explicitly specifies some other number).
4140
4141@kindex show listsize
4142@item show listsize
4143Display the number of lines that @code{list} prints.
4144@end table
4145
4146Repeating a @code{list} command with @key{RET} discards the argument,
4147so it is equivalent to typing just @code{list}. This is more useful
4148than listing the same lines again. An exception is made for an
4149argument of @samp{-}; that argument is preserved in repetition so that
4150each repetition moves up in the source file.
4151
4152@cindex linespec
4153In general, the @code{list} command expects you to supply zero, one or two
4154@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4155of writing them, but the effect is always to specify some source line.
c906108c
SS
4156Here is a complete description of the possible arguments for @code{list}:
4157
4158@table @code
4159@item list @var{linespec}
4160Print lines centered around the line specified by @var{linespec}.
4161
4162@item list @var{first},@var{last}
4163Print lines from @var{first} to @var{last}. Both arguments are
4164linespecs.
4165
4166@item list ,@var{last}
4167Print lines ending with @var{last}.
4168
4169@item list @var{first},
4170Print lines starting with @var{first}.
4171
4172@item list +
4173Print lines just after the lines last printed.
4174
4175@item list -
4176Print lines just before the lines last printed.
4177
4178@item list
4179As described in the preceding table.
4180@end table
4181
4182Here are the ways of specifying a single source line---all the
4183kinds of linespec.
4184
4185@table @code
4186@item @var{number}
4187Specifies line @var{number} of the current source file.
4188When a @code{list} command has two linespecs, this refers to
4189the same source file as the first linespec.
4190
4191@item +@var{offset}
4192Specifies the line @var{offset} lines after the last line printed.
4193When used as the second linespec in a @code{list} command that has
4194two, this specifies the line @var{offset} lines down from the
4195first linespec.
4196
4197@item -@var{offset}
4198Specifies the line @var{offset} lines before the last line printed.
4199
4200@item @var{filename}:@var{number}
4201Specifies line @var{number} in the source file @var{filename}.
4202
4203@item @var{function}
4204Specifies the line that begins the body of the function @var{function}.
4205For example: in C, this is the line with the open brace.
4206
4207@item @var{filename}:@var{function}
4208Specifies the line of the open-brace that begins the body of the
4209function @var{function} in the file @var{filename}. You only need the
4210file name with a function name to avoid ambiguity when there are
4211identically named functions in different source files.
4212
4213@item *@var{address}
4214Specifies the line containing the program address @var{address}.
4215@var{address} may be any expression.
4216@end table
4217
87885426
FN
4218@node Edit
4219@section Editing source files
4220@cindex editing source files
4221
4222@kindex edit
4223@kindex e @r{(@code{edit})}
4224To edit the lines in a source file, use the @code{edit} command.
4225The editing program of your choice
4226is invoked with the current line set to
4227the active line in the program.
4228Alternatively, there are several ways to specify what part of the file you
4229want to print if you want to see other parts of the program.
4230
4231Here are the forms of the @code{edit} command most commonly used:
4232
4233@table @code
4234@item edit
4235Edit the current source file at the active line number in the program.
4236
4237@item edit @var{number}
4238Edit the current source file with @var{number} as the active line number.
4239
4240@item edit @var{function}
4241Edit the file containing @var{function} at the beginning of its definition.
4242
4243@item edit @var{filename}:@var{number}
4244Specifies line @var{number} in the source file @var{filename}.
4245
4246@item edit @var{filename}:@var{function}
4247Specifies the line that begins the body of the
4248function @var{function} in the file @var{filename}. You only need the
4249file name with a function name to avoid ambiguity when there are
4250identically named functions in different source files.
4251
4252@item edit *@var{address}
4253Specifies the line containing the program address @var{address}.
4254@var{address} may be any expression.
4255@end table
4256
4257@subsection Choosing your editor
4258You can customize @value{GDBN} to use any editor you want
4259@footnote{
4260The only restriction is that your editor (say @code{ex}), recognizes the
4261following command-line syntax:
10998722 4262@smallexample
87885426 4263ex +@var{number} file
10998722
AC
4264@end smallexample
4265The optional numeric value +@var{number} designates the active line in
4266the file.}. By default, it is @value{EDITOR}, but you can change this
4267by setting the environment variable @code{EDITOR} before using
4268@value{GDBN}. For example, to configure @value{GDBN} to use the
4269@code{vi} editor, you could use these commands with the @code{sh} shell:
4270@smallexample
87885426
FN
4271EDITOR=/usr/bin/vi
4272export EDITOR
4273gdb ...
10998722 4274@end smallexample
87885426 4275or in the @code{csh} shell,
10998722 4276@smallexample
87885426
FN
4277setenv EDITOR /usr/bin/vi
4278gdb ...
10998722 4279@end smallexample
87885426 4280
6d2ebf8b 4281@node Search
c906108c
SS
4282@section Searching source files
4283@cindex searching
4284@kindex reverse-search
4285
4286There are two commands for searching through the current source file for a
4287regular expression.
4288
4289@table @code
4290@kindex search
4291@kindex forward-search
4292@item forward-search @var{regexp}
4293@itemx search @var{regexp}
4294The command @samp{forward-search @var{regexp}} checks each line,
4295starting with the one following the last line listed, for a match for
5d161b24 4296@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4297synonym @samp{search @var{regexp}} or abbreviate the command name as
4298@code{fo}.
4299
4300@item reverse-search @var{regexp}
4301The command @samp{reverse-search @var{regexp}} checks each line, starting
4302with the one before the last line listed and going backward, for a match
4303for @var{regexp}. It lists the line that is found. You can abbreviate
4304this command as @code{rev}.
4305@end table
c906108c 4306
6d2ebf8b 4307@node Source Path
c906108c
SS
4308@section Specifying source directories
4309
4310@cindex source path
4311@cindex directories for source files
4312Executable programs sometimes do not record the directories of the source
4313files from which they were compiled, just the names. Even when they do,
4314the directories could be moved between the compilation and your debugging
4315session. @value{GDBN} has a list of directories to search for source files;
4316this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4317it tries all the directories in the list, in the order they are present
4318in the list, until it finds a file with the desired name. Note that
4319the executable search path is @emph{not} used for this purpose. Neither is
4320the current working directory, unless it happens to be in the source
4321path.
4322
4323If @value{GDBN} cannot find a source file in the source path, and the
4324object program records a directory, @value{GDBN} tries that directory
4325too. If the source path is empty, and there is no record of the
4326compilation directory, @value{GDBN} looks in the current directory as a
4327last resort.
4328
4329Whenever you reset or rearrange the source path, @value{GDBN} clears out
4330any information it has cached about where source files are found and where
4331each line is in the file.
4332
4333@kindex directory
4334@kindex dir
d4f3574e
SS
4335When you start @value{GDBN}, its source path includes only @samp{cdir}
4336and @samp{cwd}, in that order.
c906108c
SS
4337To add other directories, use the @code{directory} command.
4338
4339@table @code
4340@item directory @var{dirname} @dots{}
4341@item dir @var{dirname} @dots{}
4342Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4343directory names may be given to this command, separated by @samp{:}
4344(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4345part of absolute file names) or
c906108c
SS
4346whitespace. You may specify a directory that is already in the source
4347path; this moves it forward, so @value{GDBN} searches it sooner.
4348
4349@kindex cdir
4350@kindex cwd
41afff9a
EZ
4351@vindex $cdir@r{, convenience variable}
4352@vindex $cwdr@r{, convenience variable}
c906108c
SS
4353@cindex compilation directory
4354@cindex current directory
4355@cindex working directory
4356@cindex directory, current
4357@cindex directory, compilation
4358You can use the string @samp{$cdir} to refer to the compilation
4359directory (if one is recorded), and @samp{$cwd} to refer to the current
4360working directory. @samp{$cwd} is not the same as @samp{.}---the former
4361tracks the current working directory as it changes during your @value{GDBN}
4362session, while the latter is immediately expanded to the current
4363directory at the time you add an entry to the source path.
4364
4365@item directory
4366Reset the source path to empty again. This requires confirmation.
4367
4368@c RET-repeat for @code{directory} is explicitly disabled, but since
4369@c repeating it would be a no-op we do not say that. (thanks to RMS)
4370
4371@item show directories
4372@kindex show directories
4373Print the source path: show which directories it contains.
4374@end table
4375
4376If your source path is cluttered with directories that are no longer of
4377interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4378versions of source. You can correct the situation as follows:
4379
4380@enumerate
4381@item
4382Use @code{directory} with no argument to reset the source path to empty.
4383
4384@item
4385Use @code{directory} with suitable arguments to reinstall the
4386directories you want in the source path. You can add all the
4387directories in one command.
4388@end enumerate
4389
6d2ebf8b 4390@node Machine Code
c906108c
SS
4391@section Source and machine code
4392
4393You can use the command @code{info line} to map source lines to program
4394addresses (and vice versa), and the command @code{disassemble} to display
4395a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4396mode, the @code{info line} command causes the arrow to point to the
5d161b24 4397line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4398well as hex.
4399
4400@table @code
4401@kindex info line
4402@item info line @var{linespec}
4403Print the starting and ending addresses of the compiled code for
4404source line @var{linespec}. You can specify source lines in any of
4405the ways understood by the @code{list} command (@pxref{List, ,Printing
4406source lines}).
4407@end table
4408
4409For example, we can use @code{info line} to discover the location of
4410the object code for the first line of function
4411@code{m4_changequote}:
4412
d4f3574e
SS
4413@c FIXME: I think this example should also show the addresses in
4414@c symbolic form, as they usually would be displayed.
c906108c 4415@smallexample
96a2c332 4416(@value{GDBP}) info line m4_changequote
c906108c
SS
4417Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4418@end smallexample
4419
4420@noindent
4421We can also inquire (using @code{*@var{addr}} as the form for
4422@var{linespec}) what source line covers a particular address:
4423@smallexample
4424(@value{GDBP}) info line *0x63ff
4425Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4426@end smallexample
4427
4428@cindex @code{$_} and @code{info line}
41afff9a 4429@kindex x@r{(examine), and} info line
c906108c
SS
4430After @code{info line}, the default address for the @code{x} command
4431is changed to the starting address of the line, so that @samp{x/i} is
4432sufficient to begin examining the machine code (@pxref{Memory,
4433,Examining memory}). Also, this address is saved as the value of the
4434convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4435variables}).
4436
4437@table @code
4438@kindex disassemble
4439@cindex assembly instructions
4440@cindex instructions, assembly
4441@cindex machine instructions
4442@cindex listing machine instructions
4443@item disassemble
4444This specialized command dumps a range of memory as machine
4445instructions. The default memory range is the function surrounding the
4446program counter of the selected frame. A single argument to this
4447command is a program counter value; @value{GDBN} dumps the function
4448surrounding this value. Two arguments specify a range of addresses
4449(first inclusive, second exclusive) to dump.
4450@end table
4451
c906108c
SS
4452The following example shows the disassembly of a range of addresses of
4453HP PA-RISC 2.0 code:
4454
4455@smallexample
4456(@value{GDBP}) disas 0x32c4 0x32e4
4457Dump of assembler code from 0x32c4 to 0x32e4:
44580x32c4 <main+204>: addil 0,dp
44590x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
44600x32cc <main+212>: ldil 0x3000,r31
44610x32d0 <main+216>: ble 0x3f8(sr4,r31)
44620x32d4 <main+220>: ldo 0(r31),rp
44630x32d8 <main+224>: addil -0x800,dp
44640x32dc <main+228>: ldo 0x588(r1),r26
44650x32e0 <main+232>: ldil 0x3000,r31
4466End of assembler dump.
4467@end smallexample
c906108c
SS
4468
4469Some architectures have more than one commonly-used set of instruction
4470mnemonics or other syntax.
4471
4472@table @code
d4f3574e 4473@kindex set disassembly-flavor
c906108c
SS
4474@cindex assembly instructions
4475@cindex instructions, assembly
4476@cindex machine instructions
4477@cindex listing machine instructions
d4f3574e
SS
4478@cindex Intel disassembly flavor
4479@cindex AT&T disassembly flavor
4480@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4481Select the instruction set to use when disassembling the
4482program via the @code{disassemble} or @code{x/i} commands.
4483
4484Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4485can set @var{instruction-set} to either @code{intel} or @code{att}.
4486The default is @code{att}, the AT&T flavor used by default by Unix
4487assemblers for x86-based targets.
c906108c
SS
4488@end table
4489
4490
6d2ebf8b 4491@node Data
c906108c
SS
4492@chapter Examining Data
4493
4494@cindex printing data
4495@cindex examining data
4496@kindex print
4497@kindex inspect
4498@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4499@c document because it is nonstandard... Under Epoch it displays in a
4500@c different window or something like that.
4501The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4502command (abbreviated @code{p}), or its synonym @code{inspect}. It
4503evaluates and prints the value of an expression of the language your
4504program is written in (@pxref{Languages, ,Using @value{GDBN} with
4505Different Languages}).
c906108c
SS
4506
4507@table @code
d4f3574e
SS
4508@item print @var{expr}
4509@itemx print /@var{f} @var{expr}
4510@var{expr} is an expression (in the source language). By default the
4511value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4512you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4513@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4514formats}.
4515
4516@item print
4517@itemx print /@var{f}
d4f3574e 4518If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4519@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4520conveniently inspect the same value in an alternative format.
4521@end table
4522
4523A more low-level way of examining data is with the @code{x} command.
4524It examines data in memory at a specified address and prints it in a
4525specified format. @xref{Memory, ,Examining memory}.
4526
7a292a7a 4527If you are interested in information about types, or about how the
d4f3574e
SS
4528fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4529command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4530Table}.
c906108c
SS
4531
4532@menu
4533* Expressions:: Expressions
4534* Variables:: Program variables
4535* Arrays:: Artificial arrays
4536* Output Formats:: Output formats
4537* Memory:: Examining memory
4538* Auto Display:: Automatic display
4539* Print Settings:: Print settings
4540* Value History:: Value history
4541* Convenience Vars:: Convenience variables
4542* Registers:: Registers
c906108c 4543* Floating Point Hardware:: Floating point hardware
53c69bd7 4544* Vector Unit:: Vector Unit
29e57380 4545* Memory Region Attributes:: Memory region attributes
16d9dec6 4546* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4547* Character Sets:: Debugging programs that use a different
4548 character set than GDB does
c906108c
SS
4549@end menu
4550
6d2ebf8b 4551@node Expressions
c906108c
SS
4552@section Expressions
4553
4554@cindex expressions
4555@code{print} and many other @value{GDBN} commands accept an expression and
4556compute its value. Any kind of constant, variable or operator defined
4557by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4558@value{GDBN}. This includes conditional expressions, function calls,
4559casts, and string constants. It also includes preprocessor macros, if
4560you compiled your program to include this information; see
4561@ref{Compilation}.
c906108c 4562
d4f3574e
SS
4563@value{GDBN} supports array constants in expressions input by
4564the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4565you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4566memory that is @code{malloc}ed in the target program.
c906108c 4567
c906108c
SS
4568Because C is so widespread, most of the expressions shown in examples in
4569this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4570Languages}, for information on how to use expressions in other
4571languages.
4572
4573In this section, we discuss operators that you can use in @value{GDBN}
4574expressions regardless of your programming language.
4575
4576Casts are supported in all languages, not just in C, because it is so
4577useful to cast a number into a pointer in order to examine a structure
4578at that address in memory.
4579@c FIXME: casts supported---Mod2 true?
c906108c
SS
4580
4581@value{GDBN} supports these operators, in addition to those common
4582to programming languages:
4583
4584@table @code
4585@item @@
4586@samp{@@} is a binary operator for treating parts of memory as arrays.
4587@xref{Arrays, ,Artificial arrays}, for more information.
4588
4589@item ::
4590@samp{::} allows you to specify a variable in terms of the file or
4591function where it is defined. @xref{Variables, ,Program variables}.
4592
4593@cindex @{@var{type}@}
4594@cindex type casting memory
4595@cindex memory, viewing as typed object
4596@cindex casts, to view memory
4597@item @{@var{type}@} @var{addr}
4598Refers to an object of type @var{type} stored at address @var{addr} in
4599memory. @var{addr} may be any expression whose value is an integer or
4600pointer (but parentheses are required around binary operators, just as in
4601a cast). This construct is allowed regardless of what kind of data is
4602normally supposed to reside at @var{addr}.
4603@end table
4604
6d2ebf8b 4605@node Variables
c906108c
SS
4606@section Program variables
4607
4608The most common kind of expression to use is the name of a variable
4609in your program.
4610
4611Variables in expressions are understood in the selected stack frame
4612(@pxref{Selection, ,Selecting a frame}); they must be either:
4613
4614@itemize @bullet
4615@item
4616global (or file-static)
4617@end itemize
4618
5d161b24 4619@noindent or
c906108c
SS
4620
4621@itemize @bullet
4622@item
4623visible according to the scope rules of the
4624programming language from the point of execution in that frame
5d161b24 4625@end itemize
c906108c
SS
4626
4627@noindent This means that in the function
4628
474c8240 4629@smallexample
c906108c
SS
4630foo (a)
4631 int a;
4632@{
4633 bar (a);
4634 @{
4635 int b = test ();
4636 bar (b);
4637 @}
4638@}
474c8240 4639@end smallexample
c906108c
SS
4640
4641@noindent
4642you can examine and use the variable @code{a} whenever your program is
4643executing within the function @code{foo}, but you can only use or
4644examine the variable @code{b} while your program is executing inside
4645the block where @code{b} is declared.
4646
4647@cindex variable name conflict
4648There is an exception: you can refer to a variable or function whose
4649scope is a single source file even if the current execution point is not
4650in this file. But it is possible to have more than one such variable or
4651function with the same name (in different source files). If that
4652happens, referring to that name has unpredictable effects. If you wish,
4653you can specify a static variable in a particular function or file,
4654using the colon-colon notation:
4655
d4f3574e 4656@cindex colon-colon, context for variables/functions
c906108c
SS
4657@iftex
4658@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4659@cindex @code{::}, context for variables/functions
c906108c 4660@end iftex
474c8240 4661@smallexample
c906108c
SS
4662@var{file}::@var{variable}
4663@var{function}::@var{variable}
474c8240 4664@end smallexample
c906108c
SS
4665
4666@noindent
4667Here @var{file} or @var{function} is the name of the context for the
4668static @var{variable}. In the case of file names, you can use quotes to
4669make sure @value{GDBN} parses the file name as a single word---for example,
4670to print a global value of @code{x} defined in @file{f2.c}:
4671
474c8240 4672@smallexample
c906108c 4673(@value{GDBP}) p 'f2.c'::x
474c8240 4674@end smallexample
c906108c 4675
b37052ae 4676@cindex C@t{++} scope resolution
c906108c 4677This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4678use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4679scope resolution operator in @value{GDBN} expressions.
4680@c FIXME: Um, so what happens in one of those rare cases where it's in
4681@c conflict?? --mew
c906108c
SS
4682
4683@cindex wrong values
4684@cindex variable values, wrong
4685@quotation
4686@emph{Warning:} Occasionally, a local variable may appear to have the
4687wrong value at certain points in a function---just after entry to a new
4688scope, and just before exit.
4689@end quotation
4690You may see this problem when you are stepping by machine instructions.
4691This is because, on most machines, it takes more than one instruction to
4692set up a stack frame (including local variable definitions); if you are
4693stepping by machine instructions, variables may appear to have the wrong
4694values until the stack frame is completely built. On exit, it usually
4695also takes more than one machine instruction to destroy a stack frame;
4696after you begin stepping through that group of instructions, local
4697variable definitions may be gone.
4698
4699This may also happen when the compiler does significant optimizations.
4700To be sure of always seeing accurate values, turn off all optimization
4701when compiling.
4702
d4f3574e
SS
4703@cindex ``No symbol "foo" in current context''
4704Another possible effect of compiler optimizations is to optimize
4705unused variables out of existence, or assign variables to registers (as
4706opposed to memory addresses). Depending on the support for such cases
4707offered by the debug info format used by the compiler, @value{GDBN}
4708might not be able to display values for such local variables. If that
4709happens, @value{GDBN} will print a message like this:
4710
474c8240 4711@smallexample
d4f3574e 4712No symbol "foo" in current context.
474c8240 4713@end smallexample
d4f3574e
SS
4714
4715To solve such problems, either recompile without optimizations, or use a
4716different debug info format, if the compiler supports several such
0179ffac
DC
4717formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4718usually supports the @option{-gstabs+} option. @option{-gstabs+}
4719produces debug info in a format that is superior to formats such as
4720COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4721an effective form for debug info. @xref{Debugging Options,,Options
4722for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4723
4724
6d2ebf8b 4725@node Arrays
c906108c
SS
4726@section Artificial arrays
4727
4728@cindex artificial array
41afff9a 4729@kindex @@@r{, referencing memory as an array}
c906108c
SS
4730It is often useful to print out several successive objects of the
4731same type in memory; a section of an array, or an array of
4732dynamically determined size for which only a pointer exists in the
4733program.
4734
4735You can do this by referring to a contiguous span of memory as an
4736@dfn{artificial array}, using the binary operator @samp{@@}. The left
4737operand of @samp{@@} should be the first element of the desired array
4738and be an individual object. The right operand should be the desired length
4739of the array. The result is an array value whose elements are all of
4740the type of the left argument. The first element is actually the left
4741argument; the second element comes from bytes of memory immediately
4742following those that hold the first element, and so on. Here is an
4743example. If a program says
4744
474c8240 4745@smallexample
c906108c 4746int *array = (int *) malloc (len * sizeof (int));
474c8240 4747@end smallexample
c906108c
SS
4748
4749@noindent
4750you can print the contents of @code{array} with
4751
474c8240 4752@smallexample
c906108c 4753p *array@@len
474c8240 4754@end smallexample
c906108c
SS
4755
4756The left operand of @samp{@@} must reside in memory. Array values made
4757with @samp{@@} in this way behave just like other arrays in terms of
4758subscripting, and are coerced to pointers when used in expressions.
4759Artificial arrays most often appear in expressions via the value history
4760(@pxref{Value History, ,Value history}), after printing one out.
4761
4762Another way to create an artificial array is to use a cast.
4763This re-interprets a value as if it were an array.
4764The value need not be in memory:
474c8240 4765@smallexample
c906108c
SS
4766(@value{GDBP}) p/x (short[2])0x12345678
4767$1 = @{0x1234, 0x5678@}
474c8240 4768@end smallexample
c906108c
SS
4769
4770As a convenience, if you leave the array length out (as in
c3f6f71d 4771@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4772the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4773@smallexample
c906108c
SS
4774(@value{GDBP}) p/x (short[])0x12345678
4775$2 = @{0x1234, 0x5678@}
474c8240 4776@end smallexample
c906108c
SS
4777
4778Sometimes the artificial array mechanism is not quite enough; in
4779moderately complex data structures, the elements of interest may not
4780actually be adjacent---for example, if you are interested in the values
4781of pointers in an array. One useful work-around in this situation is
4782to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4783variables}) as a counter in an expression that prints the first
4784interesting value, and then repeat that expression via @key{RET}. For
4785instance, suppose you have an array @code{dtab} of pointers to
4786structures, and you are interested in the values of a field @code{fv}
4787in each structure. Here is an example of what you might type:
4788
474c8240 4789@smallexample
c906108c
SS
4790set $i = 0
4791p dtab[$i++]->fv
4792@key{RET}
4793@key{RET}
4794@dots{}
474c8240 4795@end smallexample
c906108c 4796
6d2ebf8b 4797@node Output Formats
c906108c
SS
4798@section Output formats
4799
4800@cindex formatted output
4801@cindex output formats
4802By default, @value{GDBN} prints a value according to its data type. Sometimes
4803this is not what you want. For example, you might want to print a number
4804in hex, or a pointer in decimal. Or you might want to view data in memory
4805at a certain address as a character string or as an instruction. To do
4806these things, specify an @dfn{output format} when you print a value.
4807
4808The simplest use of output formats is to say how to print a value
4809already computed. This is done by starting the arguments of the
4810@code{print} command with a slash and a format letter. The format
4811letters supported are:
4812
4813@table @code
4814@item x
4815Regard the bits of the value as an integer, and print the integer in
4816hexadecimal.
4817
4818@item d
4819Print as integer in signed decimal.
4820
4821@item u
4822Print as integer in unsigned decimal.
4823
4824@item o
4825Print as integer in octal.
4826
4827@item t
4828Print as integer in binary. The letter @samp{t} stands for ``two''.
4829@footnote{@samp{b} cannot be used because these format letters are also
4830used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4831see @ref{Memory,,Examining memory}.}
c906108c
SS
4832
4833@item a
4834@cindex unknown address, locating
3d67e040 4835@cindex locate address
c906108c
SS
4836Print as an address, both absolute in hexadecimal and as an offset from
4837the nearest preceding symbol. You can use this format used to discover
4838where (in what function) an unknown address is located:
4839
474c8240 4840@smallexample
c906108c
SS
4841(@value{GDBP}) p/a 0x54320
4842$3 = 0x54320 <_initialize_vx+396>
474c8240 4843@end smallexample
c906108c 4844
3d67e040
EZ
4845@noindent
4846The command @code{info symbol 0x54320} yields similar results.
4847@xref{Symbols, info symbol}.
4848
c906108c
SS
4849@item c
4850Regard as an integer and print it as a character constant.
4851
4852@item f
4853Regard the bits of the value as a floating point number and print
4854using typical floating point syntax.
4855@end table
4856
4857For example, to print the program counter in hex (@pxref{Registers}), type
4858
474c8240 4859@smallexample
c906108c 4860p/x $pc
474c8240 4861@end smallexample
c906108c
SS
4862
4863@noindent
4864Note that no space is required before the slash; this is because command
4865names in @value{GDBN} cannot contain a slash.
4866
4867To reprint the last value in the value history with a different format,
4868you can use the @code{print} command with just a format and no
4869expression. For example, @samp{p/x} reprints the last value in hex.
4870
6d2ebf8b 4871@node Memory
c906108c
SS
4872@section Examining memory
4873
4874You can use the command @code{x} (for ``examine'') to examine memory in
4875any of several formats, independently of your program's data types.
4876
4877@cindex examining memory
4878@table @code
41afff9a 4879@kindex x @r{(examine memory)}
c906108c
SS
4880@item x/@var{nfu} @var{addr}
4881@itemx x @var{addr}
4882@itemx x
4883Use the @code{x} command to examine memory.
4884@end table
4885
4886@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4887much memory to display and how to format it; @var{addr} is an
4888expression giving the address where you want to start displaying memory.
4889If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4890Several commands set convenient defaults for @var{addr}.
4891
4892@table @r
4893@item @var{n}, the repeat count
4894The repeat count is a decimal integer; the default is 1. It specifies
4895how much memory (counting by units @var{u}) to display.
4896@c This really is **decimal**; unaffected by 'set radix' as of GDB
4897@c 4.1.2.
4898
4899@item @var{f}, the display format
4900The display format is one of the formats used by @code{print},
4901@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4902The default is @samp{x} (hexadecimal) initially.
4903The default changes each time you use either @code{x} or @code{print}.
4904
4905@item @var{u}, the unit size
4906The unit size is any of
4907
4908@table @code
4909@item b
4910Bytes.
4911@item h
4912Halfwords (two bytes).
4913@item w
4914Words (four bytes). This is the initial default.
4915@item g
4916Giant words (eight bytes).
4917@end table
4918
4919Each time you specify a unit size with @code{x}, that size becomes the
4920default unit the next time you use @code{x}. (For the @samp{s} and
4921@samp{i} formats, the unit size is ignored and is normally not written.)
4922
4923@item @var{addr}, starting display address
4924@var{addr} is the address where you want @value{GDBN} to begin displaying
4925memory. The expression need not have a pointer value (though it may);
4926it is always interpreted as an integer address of a byte of memory.
4927@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4928@var{addr} is usually just after the last address examined---but several
4929other commands also set the default address: @code{info breakpoints} (to
4930the address of the last breakpoint listed), @code{info line} (to the
4931starting address of a line), and @code{print} (if you use it to display
4932a value from memory).
4933@end table
4934
4935For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4936(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4937starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4938words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4939@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4940
4941Since the letters indicating unit sizes are all distinct from the
4942letters specifying output formats, you do not have to remember whether
4943unit size or format comes first; either order works. The output
4944specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4945(However, the count @var{n} must come first; @samp{wx4} does not work.)
4946
4947Even though the unit size @var{u} is ignored for the formats @samp{s}
4948and @samp{i}, you might still want to use a count @var{n}; for example,
4949@samp{3i} specifies that you want to see three machine instructions,
4950including any operands. The command @code{disassemble} gives an
d4f3574e 4951alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
4952Code,,Source and machine code}.
4953
4954All the defaults for the arguments to @code{x} are designed to make it
4955easy to continue scanning memory with minimal specifications each time
4956you use @code{x}. For example, after you have inspected three machine
4957instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4958with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4959the repeat count @var{n} is used again; the other arguments default as
4960for successive uses of @code{x}.
4961
4962@cindex @code{$_}, @code{$__}, and value history
4963The addresses and contents printed by the @code{x} command are not saved
4964in the value history because there is often too much of them and they
4965would get in the way. Instead, @value{GDBN} makes these values available for
4966subsequent use in expressions as values of the convenience variables
4967@code{$_} and @code{$__}. After an @code{x} command, the last address
4968examined is available for use in expressions in the convenience variable
4969@code{$_}. The contents of that address, as examined, are available in
4970the convenience variable @code{$__}.
4971
4972If the @code{x} command has a repeat count, the address and contents saved
4973are from the last memory unit printed; this is not the same as the last
4974address printed if several units were printed on the last line of output.
4975
6d2ebf8b 4976@node Auto Display
c906108c
SS
4977@section Automatic display
4978@cindex automatic display
4979@cindex display of expressions
4980
4981If you find that you want to print the value of an expression frequently
4982(to see how it changes), you might want to add it to the @dfn{automatic
4983display list} so that @value{GDBN} prints its value each time your program stops.
4984Each expression added to the list is given a number to identify it;
4985to remove an expression from the list, you specify that number.
4986The automatic display looks like this:
4987
474c8240 4988@smallexample
c906108c
SS
49892: foo = 38
49903: bar[5] = (struct hack *) 0x3804
474c8240 4991@end smallexample
c906108c
SS
4992
4993@noindent
4994This display shows item numbers, expressions and their current values. As with
4995displays you request manually using @code{x} or @code{print}, you can
4996specify the output format you prefer; in fact, @code{display} decides
4997whether to use @code{print} or @code{x} depending on how elaborate your
4998format specification is---it uses @code{x} if you specify a unit size,
4999or one of the two formats (@samp{i} and @samp{s}) that are only
5000supported by @code{x}; otherwise it uses @code{print}.
5001
5002@table @code
5003@kindex display
d4f3574e
SS
5004@item display @var{expr}
5005Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5006each time your program stops. @xref{Expressions, ,Expressions}.
5007
5008@code{display} does not repeat if you press @key{RET} again after using it.
5009
d4f3574e 5010@item display/@var{fmt} @var{expr}
c906108c 5011For @var{fmt} specifying only a display format and not a size or
d4f3574e 5012count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5013arrange to display it each time in the specified format @var{fmt}.
5014@xref{Output Formats,,Output formats}.
5015
5016@item display/@var{fmt} @var{addr}
5017For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5018number of units, add the expression @var{addr} as a memory address to
5019be examined each time your program stops. Examining means in effect
5020doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5021@end table
5022
5023For example, @samp{display/i $pc} can be helpful, to see the machine
5024instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5025is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5026
5027@table @code
5028@kindex delete display
5029@kindex undisplay
5030@item undisplay @var{dnums}@dots{}
5031@itemx delete display @var{dnums}@dots{}
5032Remove item numbers @var{dnums} from the list of expressions to display.
5033
5034@code{undisplay} does not repeat if you press @key{RET} after using it.
5035(Otherwise you would just get the error @samp{No display number @dots{}}.)
5036
5037@kindex disable display
5038@item disable display @var{dnums}@dots{}
5039Disable the display of item numbers @var{dnums}. A disabled display
5040item is not printed automatically, but is not forgotten. It may be
5041enabled again later.
5042
5043@kindex enable display
5044@item enable display @var{dnums}@dots{}
5045Enable display of item numbers @var{dnums}. It becomes effective once
5046again in auto display of its expression, until you specify otherwise.
5047
5048@item display
5049Display the current values of the expressions on the list, just as is
5050done when your program stops.
5051
5052@kindex info display
5053@item info display
5054Print the list of expressions previously set up to display
5055automatically, each one with its item number, but without showing the
5056values. This includes disabled expressions, which are marked as such.
5057It also includes expressions which would not be displayed right now
5058because they refer to automatic variables not currently available.
5059@end table
5060
5061If a display expression refers to local variables, then it does not make
5062sense outside the lexical context for which it was set up. Such an
5063expression is disabled when execution enters a context where one of its
5064variables is not defined. For example, if you give the command
5065@code{display last_char} while inside a function with an argument
5066@code{last_char}, @value{GDBN} displays this argument while your program
5067continues to stop inside that function. When it stops elsewhere---where
5068there is no variable @code{last_char}---the display is disabled
5069automatically. The next time your program stops where @code{last_char}
5070is meaningful, you can enable the display expression once again.
5071
6d2ebf8b 5072@node Print Settings
c906108c
SS
5073@section Print settings
5074
5075@cindex format options
5076@cindex print settings
5077@value{GDBN} provides the following ways to control how arrays, structures,
5078and symbols are printed.
5079
5080@noindent
5081These settings are useful for debugging programs in any language:
5082
5083@table @code
5084@kindex set print address
5085@item set print address
5086@itemx set print address on
5087@value{GDBN} prints memory addresses showing the location of stack
5088traces, structure values, pointer values, breakpoints, and so forth,
5089even when it also displays the contents of those addresses. The default
5090is @code{on}. For example, this is what a stack frame display looks like with
5091@code{set print address on}:
5092
5093@smallexample
5094@group
5095(@value{GDBP}) f
5096#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5097 at input.c:530
5098530 if (lquote != def_lquote)
5099@end group
5100@end smallexample
5101
5102@item set print address off
5103Do not print addresses when displaying their contents. For example,
5104this is the same stack frame displayed with @code{set print address off}:
5105
5106@smallexample
5107@group
5108(@value{GDBP}) set print addr off
5109(@value{GDBP}) f
5110#0 set_quotes (lq="<<", rq=">>") at input.c:530
5111530 if (lquote != def_lquote)
5112@end group
5113@end smallexample
5114
5115You can use @samp{set print address off} to eliminate all machine
5116dependent displays from the @value{GDBN} interface. For example, with
5117@code{print address off}, you should get the same text for backtraces on
5118all machines---whether or not they involve pointer arguments.
5119
5120@kindex show print address
5121@item show print address
5122Show whether or not addresses are to be printed.
5123@end table
5124
5125When @value{GDBN} prints a symbolic address, it normally prints the
5126closest earlier symbol plus an offset. If that symbol does not uniquely
5127identify the address (for example, it is a name whose scope is a single
5128source file), you may need to clarify. One way to do this is with
5129@code{info line}, for example @samp{info line *0x4537}. Alternately,
5130you can set @value{GDBN} to print the source file and line number when
5131it prints a symbolic address:
5132
5133@table @code
5134@kindex set print symbol-filename
5135@item set print symbol-filename on
5136Tell @value{GDBN} to print the source file name and line number of a
5137symbol in the symbolic form of an address.
5138
5139@item set print symbol-filename off
5140Do not print source file name and line number of a symbol. This is the
5141default.
5142
5143@kindex show print symbol-filename
5144@item show print symbol-filename
5145Show whether or not @value{GDBN} will print the source file name and
5146line number of a symbol in the symbolic form of an address.
5147@end table
5148
5149Another situation where it is helpful to show symbol filenames and line
5150numbers is when disassembling code; @value{GDBN} shows you the line
5151number and source file that corresponds to each instruction.
5152
5153Also, you may wish to see the symbolic form only if the address being
5154printed is reasonably close to the closest earlier symbol:
5155
5156@table @code
5157@kindex set print max-symbolic-offset
5158@item set print max-symbolic-offset @var{max-offset}
5159Tell @value{GDBN} to only display the symbolic form of an address if the
5160offset between the closest earlier symbol and the address is less than
5d161b24 5161@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5162to always print the symbolic form of an address if any symbol precedes it.
5163
5164@kindex show print max-symbolic-offset
5165@item show print max-symbolic-offset
5166Ask how large the maximum offset is that @value{GDBN} prints in a
5167symbolic address.
5168@end table
5169
5170@cindex wild pointer, interpreting
5171@cindex pointer, finding referent
5172If you have a pointer and you are not sure where it points, try
5173@samp{set print symbol-filename on}. Then you can determine the name
5174and source file location of the variable where it points, using
5175@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5176For example, here @value{GDBN} shows that a variable @code{ptt} points
5177at another variable @code{t}, defined in @file{hi2.c}:
5178
474c8240 5179@smallexample
c906108c
SS
5180(@value{GDBP}) set print symbol-filename on
5181(@value{GDBP}) p/a ptt
5182$4 = 0xe008 <t in hi2.c>
474c8240 5183@end smallexample
c906108c
SS
5184
5185@quotation
5186@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5187does not show the symbol name and filename of the referent, even with
5188the appropriate @code{set print} options turned on.
5189@end quotation
5190
5191Other settings control how different kinds of objects are printed:
5192
5193@table @code
5194@kindex set print array
5195@item set print array
5196@itemx set print array on
5197Pretty print arrays. This format is more convenient to read,
5198but uses more space. The default is off.
5199
5200@item set print array off
5201Return to compressed format for arrays.
5202
5203@kindex show print array
5204@item show print array
5205Show whether compressed or pretty format is selected for displaying
5206arrays.
5207
5208@kindex set print elements
5209@item set print elements @var{number-of-elements}
5210Set a limit on how many elements of an array @value{GDBN} will print.
5211If @value{GDBN} is printing a large array, it stops printing after it has
5212printed the number of elements set by the @code{set print elements} command.
5213This limit also applies to the display of strings.
d4f3574e 5214When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5215Setting @var{number-of-elements} to zero means that the printing is unlimited.
5216
5217@kindex show print elements
5218@item show print elements
5219Display the number of elements of a large array that @value{GDBN} will print.
5220If the number is 0, then the printing is unlimited.
5221
5222@kindex set print null-stop
5223@item set print null-stop
5224Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5225@sc{null} is encountered. This is useful when large arrays actually
c906108c 5226contain only short strings.
d4f3574e 5227The default is off.
c906108c
SS
5228
5229@kindex set print pretty
5230@item set print pretty on
5d161b24 5231Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5232per line, like this:
5233
5234@smallexample
5235@group
5236$1 = @{
5237 next = 0x0,
5238 flags = @{
5239 sweet = 1,
5240 sour = 1
5241 @},
5242 meat = 0x54 "Pork"
5243@}
5244@end group
5245@end smallexample
5246
5247@item set print pretty off
5248Cause @value{GDBN} to print structures in a compact format, like this:
5249
5250@smallexample
5251@group
5252$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5253meat = 0x54 "Pork"@}
5254@end group
5255@end smallexample
5256
5257@noindent
5258This is the default format.
5259
5260@kindex show print pretty
5261@item show print pretty
5262Show which format @value{GDBN} is using to print structures.
5263
5264@kindex set print sevenbit-strings
5265@item set print sevenbit-strings on
5266Print using only seven-bit characters; if this option is set,
5267@value{GDBN} displays any eight-bit characters (in strings or
5268character values) using the notation @code{\}@var{nnn}. This setting is
5269best if you are working in English (@sc{ascii}) and you use the
5270high-order bit of characters as a marker or ``meta'' bit.
5271
5272@item set print sevenbit-strings off
5273Print full eight-bit characters. This allows the use of more
5274international character sets, and is the default.
5275
5276@kindex show print sevenbit-strings
5277@item show print sevenbit-strings
5278Show whether or not @value{GDBN} is printing only seven-bit characters.
5279
5280@kindex set print union
5281@item set print union on
5d161b24 5282Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5283is the default setting.
5284
5285@item set print union off
5286Tell @value{GDBN} not to print unions which are contained in structures.
5287
5288@kindex show print union
5289@item show print union
5290Ask @value{GDBN} whether or not it will print unions which are contained in
5291structures.
5292
5293For example, given the declarations
5294
5295@smallexample
5296typedef enum @{Tree, Bug@} Species;
5297typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5298typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5299 Bug_forms;
5300
5301struct thing @{
5302 Species it;
5303 union @{
5304 Tree_forms tree;
5305 Bug_forms bug;
5306 @} form;
5307@};
5308
5309struct thing foo = @{Tree, @{Acorn@}@};
5310@end smallexample
5311
5312@noindent
5313with @code{set print union on} in effect @samp{p foo} would print
5314
5315@smallexample
5316$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5317@end smallexample
5318
5319@noindent
5320and with @code{set print union off} in effect it would print
5321
5322@smallexample
5323$1 = @{it = Tree, form = @{...@}@}
5324@end smallexample
5325@end table
5326
c906108c
SS
5327@need 1000
5328@noindent
b37052ae 5329These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5330
5331@table @code
5332@cindex demangling
5333@kindex set print demangle
5334@item set print demangle
5335@itemx set print demangle on
b37052ae 5336Print C@t{++} names in their source form rather than in the encoded
c906108c 5337(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5338linkage. The default is on.
c906108c
SS
5339
5340@kindex show print demangle
5341@item show print demangle
b37052ae 5342Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5343
5344@kindex set print asm-demangle
5345@item set print asm-demangle
5346@itemx set print asm-demangle on
b37052ae 5347Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5348in assembler code printouts such as instruction disassemblies.
5349The default is off.
5350
5351@kindex show print asm-demangle
5352@item show print asm-demangle
b37052ae 5353Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5354or demangled form.
5355
5356@kindex set demangle-style
b37052ae
EZ
5357@cindex C@t{++} symbol decoding style
5358@cindex symbol decoding style, C@t{++}
c906108c
SS
5359@item set demangle-style @var{style}
5360Choose among several encoding schemes used by different compilers to
b37052ae 5361represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5362
5363@table @code
5364@item auto
5365Allow @value{GDBN} to choose a decoding style by inspecting your program.
5366
5367@item gnu
b37052ae 5368Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5369This is the default.
c906108c
SS
5370
5371@item hp
b37052ae 5372Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5373
5374@item lucid
b37052ae 5375Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5376
5377@item arm
b37052ae 5378Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5379@strong{Warning:} this setting alone is not sufficient to allow
5380debugging @code{cfront}-generated executables. @value{GDBN} would
5381require further enhancement to permit that.
5382
5383@end table
5384If you omit @var{style}, you will see a list of possible formats.
5385
5386@kindex show demangle-style
5387@item show demangle-style
b37052ae 5388Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5389
5390@kindex set print object
5391@item set print object
5392@itemx set print object on
5393When displaying a pointer to an object, identify the @emph{actual}
5394(derived) type of the object rather than the @emph{declared} type, using
5395the virtual function table.
5396
5397@item set print object off
5398Display only the declared type of objects, without reference to the
5399virtual function table. This is the default setting.
5400
5401@kindex show print object
5402@item show print object
5403Show whether actual, or declared, object types are displayed.
5404
5405@kindex set print static-members
5406@item set print static-members
5407@itemx set print static-members on
b37052ae 5408Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5409
5410@item set print static-members off
b37052ae 5411Do not print static members when displaying a C@t{++} object.
c906108c
SS
5412
5413@kindex show print static-members
5414@item show print static-members
b37052ae 5415Show whether C@t{++} static members are printed, or not.
c906108c
SS
5416
5417@c These don't work with HP ANSI C++ yet.
5418@kindex set print vtbl
5419@item set print vtbl
5420@itemx set print vtbl on
b37052ae 5421Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5422(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5423ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5424
5425@item set print vtbl off
b37052ae 5426Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5427
5428@kindex show print vtbl
5429@item show print vtbl
b37052ae 5430Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5431@end table
c906108c 5432
6d2ebf8b 5433@node Value History
c906108c
SS
5434@section Value history
5435
5436@cindex value history
5d161b24
DB
5437Values printed by the @code{print} command are saved in the @value{GDBN}
5438@dfn{value history}. This allows you to refer to them in other expressions.
5439Values are kept until the symbol table is re-read or discarded
5440(for example with the @code{file} or @code{symbol-file} commands).
5441When the symbol table changes, the value history is discarded,
5442since the values may contain pointers back to the types defined in the
c906108c
SS
5443symbol table.
5444
5445@cindex @code{$}
5446@cindex @code{$$}
5447@cindex history number
5448The values printed are given @dfn{history numbers} by which you can
5449refer to them. These are successive integers starting with one.
5450@code{print} shows you the history number assigned to a value by
5451printing @samp{$@var{num} = } before the value; here @var{num} is the
5452history number.
5453
5454To refer to any previous value, use @samp{$} followed by the value's
5455history number. The way @code{print} labels its output is designed to
5456remind you of this. Just @code{$} refers to the most recent value in
5457the history, and @code{$$} refers to the value before that.
5458@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5459is the value just prior to @code{$$}, @code{$$1} is equivalent to
5460@code{$$}, and @code{$$0} is equivalent to @code{$}.
5461
5462For example, suppose you have just printed a pointer to a structure and
5463want to see the contents of the structure. It suffices to type
5464
474c8240 5465@smallexample
c906108c 5466p *$
474c8240 5467@end smallexample
c906108c
SS
5468
5469If you have a chain of structures where the component @code{next} points
5470to the next one, you can print the contents of the next one with this:
5471
474c8240 5472@smallexample
c906108c 5473p *$.next
474c8240 5474@end smallexample
c906108c
SS
5475
5476@noindent
5477You can print successive links in the chain by repeating this
5478command---which you can do by just typing @key{RET}.
5479
5480Note that the history records values, not expressions. If the value of
5481@code{x} is 4 and you type these commands:
5482
474c8240 5483@smallexample
c906108c
SS
5484print x
5485set x=5
474c8240 5486@end smallexample
c906108c
SS
5487
5488@noindent
5489then the value recorded in the value history by the @code{print} command
5490remains 4 even though the value of @code{x} has changed.
5491
5492@table @code
5493@kindex show values
5494@item show values
5495Print the last ten values in the value history, with their item numbers.
5496This is like @samp{p@ $$9} repeated ten times, except that @code{show
5497values} does not change the history.
5498
5499@item show values @var{n}
5500Print ten history values centered on history item number @var{n}.
5501
5502@item show values +
5503Print ten history values just after the values last printed. If no more
5504values are available, @code{show values +} produces no display.
5505@end table
5506
5507Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5508same effect as @samp{show values +}.
5509
6d2ebf8b 5510@node Convenience Vars
c906108c
SS
5511@section Convenience variables
5512
5513@cindex convenience variables
5514@value{GDBN} provides @dfn{convenience variables} that you can use within
5515@value{GDBN} to hold on to a value and refer to it later. These variables
5516exist entirely within @value{GDBN}; they are not part of your program, and
5517setting a convenience variable has no direct effect on further execution
5518of your program. That is why you can use them freely.
5519
5520Convenience variables are prefixed with @samp{$}. Any name preceded by
5521@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5522the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5523(Value history references, in contrast, are @emph{numbers} preceded
5524by @samp{$}. @xref{Value History, ,Value history}.)
5525
5526You can save a value in a convenience variable with an assignment
5527expression, just as you would set a variable in your program.
5528For example:
5529
474c8240 5530@smallexample
c906108c 5531set $foo = *object_ptr
474c8240 5532@end smallexample
c906108c
SS
5533
5534@noindent
5535would save in @code{$foo} the value contained in the object pointed to by
5536@code{object_ptr}.
5537
5538Using a convenience variable for the first time creates it, but its
5539value is @code{void} until you assign a new value. You can alter the
5540value with another assignment at any time.
5541
5542Convenience variables have no fixed types. You can assign a convenience
5543variable any type of value, including structures and arrays, even if
5544that variable already has a value of a different type. The convenience
5545variable, when used as an expression, has the type of its current value.
5546
5547@table @code
5548@kindex show convenience
5549@item show convenience
5550Print a list of convenience variables used so far, and their values.
d4f3574e 5551Abbreviated @code{show conv}.
c906108c
SS
5552@end table
5553
5554One of the ways to use a convenience variable is as a counter to be
5555incremented or a pointer to be advanced. For example, to print
5556a field from successive elements of an array of structures:
5557
474c8240 5558@smallexample
c906108c
SS
5559set $i = 0
5560print bar[$i++]->contents
474c8240 5561@end smallexample
c906108c 5562
d4f3574e
SS
5563@noindent
5564Repeat that command by typing @key{RET}.
c906108c
SS
5565
5566Some convenience variables are created automatically by @value{GDBN} and given
5567values likely to be useful.
5568
5569@table @code
41afff9a 5570@vindex $_@r{, convenience variable}
c906108c
SS
5571@item $_
5572The variable @code{$_} is automatically set by the @code{x} command to
5573the last address examined (@pxref{Memory, ,Examining memory}). Other
5574commands which provide a default address for @code{x} to examine also
5575set @code{$_} to that address; these commands include @code{info line}
5576and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5577except when set by the @code{x} command, in which case it is a pointer
5578to the type of @code{$__}.
5579
41afff9a 5580@vindex $__@r{, convenience variable}
c906108c
SS
5581@item $__
5582The variable @code{$__} is automatically set by the @code{x} command
5583to the value found in the last address examined. Its type is chosen
5584to match the format in which the data was printed.
5585
5586@item $_exitcode
41afff9a 5587@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5588The variable @code{$_exitcode} is automatically set to the exit code when
5589the program being debugged terminates.
5590@end table
5591
53a5351d
JM
5592On HP-UX systems, if you refer to a function or variable name that
5593begins with a dollar sign, @value{GDBN} searches for a user or system
5594name first, before it searches for a convenience variable.
c906108c 5595
6d2ebf8b 5596@node Registers
c906108c
SS
5597@section Registers
5598
5599@cindex registers
5600You can refer to machine register contents, in expressions, as variables
5601with names starting with @samp{$}. The names of registers are different
5602for each machine; use @code{info registers} to see the names used on
5603your machine.
5604
5605@table @code
5606@kindex info registers
5607@item info registers
5608Print the names and values of all registers except floating-point
c85508ee 5609and vector registers (in the selected stack frame).
c906108c
SS
5610
5611@kindex info all-registers
5612@cindex floating point registers
5613@item info all-registers
5614Print the names and values of all registers, including floating-point
c85508ee 5615and vector registers (in the selected stack frame).
c906108c
SS
5616
5617@item info registers @var{regname} @dots{}
5618Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5619As discussed in detail below, register values are normally relative to
5620the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5621the machine you are using, with or without the initial @samp{$}.
5622@end table
5623
5624@value{GDBN} has four ``standard'' register names that are available (in
5625expressions) on most machines---whenever they do not conflict with an
5626architecture's canonical mnemonics for registers. The register names
5627@code{$pc} and @code{$sp} are used for the program counter register and
5628the stack pointer. @code{$fp} is used for a register that contains a
5629pointer to the current stack frame, and @code{$ps} is used for a
5630register that contains the processor status. For example,
5631you could print the program counter in hex with
5632
474c8240 5633@smallexample
c906108c 5634p/x $pc
474c8240 5635@end smallexample
c906108c
SS
5636
5637@noindent
5638or print the instruction to be executed next with
5639
474c8240 5640@smallexample
c906108c 5641x/i $pc
474c8240 5642@end smallexample
c906108c
SS
5643
5644@noindent
5645or add four to the stack pointer@footnote{This is a way of removing
5646one word from the stack, on machines where stacks grow downward in
5647memory (most machines, nowadays). This assumes that the innermost
5648stack frame is selected; setting @code{$sp} is not allowed when other
5649stack frames are selected. To pop entire frames off the stack,
5650regardless of machine architecture, use @code{return};
d4f3574e 5651see @ref{Returning, ,Returning from a function}.} with
c906108c 5652
474c8240 5653@smallexample
c906108c 5654set $sp += 4
474c8240 5655@end smallexample
c906108c
SS
5656
5657Whenever possible, these four standard register names are available on
5658your machine even though the machine has different canonical mnemonics,
5659so long as there is no conflict. The @code{info registers} command
5660shows the canonical names. For example, on the SPARC, @code{info
5661registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5662can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5663is an alias for the @sc{eflags} register.
c906108c
SS
5664
5665@value{GDBN} always considers the contents of an ordinary register as an
5666integer when the register is examined in this way. Some machines have
5667special registers which can hold nothing but floating point; these
5668registers are considered to have floating point values. There is no way
5669to refer to the contents of an ordinary register as floating point value
5670(although you can @emph{print} it as a floating point value with
5671@samp{print/f $@var{regname}}).
5672
5673Some registers have distinct ``raw'' and ``virtual'' data formats. This
5674means that the data format in which the register contents are saved by
5675the operating system is not the same one that your program normally
5676sees. For example, the registers of the 68881 floating point
5677coprocessor are always saved in ``extended'' (raw) format, but all C
5678programs expect to work with ``double'' (virtual) format. In such
5d161b24 5679cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5680that makes sense for your program), but the @code{info registers} command
5681prints the data in both formats.
5682
5683Normally, register values are relative to the selected stack frame
5684(@pxref{Selection, ,Selecting a frame}). This means that you get the
5685value that the register would contain if all stack frames farther in
5686were exited and their saved registers restored. In order to see the
5687true contents of hardware registers, you must select the innermost
5688frame (with @samp{frame 0}).
5689
5690However, @value{GDBN} must deduce where registers are saved, from the machine
5691code generated by your compiler. If some registers are not saved, or if
5692@value{GDBN} is unable to locate the saved registers, the selected stack
5693frame makes no difference.
5694
6d2ebf8b 5695@node Floating Point Hardware
c906108c
SS
5696@section Floating point hardware
5697@cindex floating point
5698
5699Depending on the configuration, @value{GDBN} may be able to give
5700you more information about the status of the floating point hardware.
5701
5702@table @code
5703@kindex info float
5704@item info float
5705Display hardware-dependent information about the floating
5706point unit. The exact contents and layout vary depending on the
5707floating point chip. Currently, @samp{info float} is supported on
5708the ARM and x86 machines.
5709@end table
c906108c 5710
e76f1f2e
AC
5711@node Vector Unit
5712@section Vector Unit
5713@cindex vector unit
5714
5715Depending on the configuration, @value{GDBN} may be able to give you
5716more information about the status of the vector unit.
5717
5718@table @code
5719@kindex info vector
5720@item info vector
5721Display information about the vector unit. The exact contents and
5722layout vary depending on the hardware.
5723@end table
5724
29e57380 5725@node Memory Region Attributes
16d9dec6 5726@section Memory region attributes
29e57380
C
5727@cindex memory region attributes
5728
5729@dfn{Memory region attributes} allow you to describe special handling
5730required by regions of your target's memory. @value{GDBN} uses attributes
5731to determine whether to allow certain types of memory accesses; whether to
5732use specific width accesses; and whether to cache target memory.
5733
5734Defined memory regions can be individually enabled and disabled. When a
5735memory region is disabled, @value{GDBN} uses the default attributes when
5736accessing memory in that region. Similarly, if no memory regions have
5737been defined, @value{GDBN} uses the default attributes when accessing
5738all memory.
5739
5740When a memory region is defined, it is given a number to identify it;
5741to enable, disable, or remove a memory region, you specify that number.
5742
5743@table @code
5744@kindex mem
bfac230e
DH
5745@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5746Define memory region bounded by @var{lower} and @var{upper} with
5747attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5748special case: it is treated as the the target's maximum memory address.
5749(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5750
5751@kindex delete mem
5752@item delete mem @var{nums}@dots{}
59649f2e 5753Remove memory regions @var{nums}@dots{}.
29e57380
C
5754
5755@kindex disable mem
5756@item disable mem @var{nums}@dots{}
59649f2e 5757Disable memory regions @var{nums}@dots{}.
29e57380
C
5758A disabled memory region is not forgotten.
5759It may be enabled again later.
5760
5761@kindex enable mem
5762@item enable mem @var{nums}@dots{}
59649f2e 5763Enable memory regions @var{nums}@dots{}.
29e57380
C
5764
5765@kindex info mem
5766@item info mem
5767Print a table of all defined memory regions, with the following columns
5768for each region.
5769
5770@table @emph
5771@item Memory Region Number
5772@item Enabled or Disabled.
5773Enabled memory regions are marked with @samp{y}.
5774Disabled memory regions are marked with @samp{n}.
5775
5776@item Lo Address
5777The address defining the inclusive lower bound of the memory region.
5778
5779@item Hi Address
5780The address defining the exclusive upper bound of the memory region.
5781
5782@item Attributes
5783The list of attributes set for this memory region.
5784@end table
5785@end table
5786
5787
5788@subsection Attributes
5789
5790@subsubsection Memory Access Mode
5791The access mode attributes set whether @value{GDBN} may make read or
5792write accesses to a memory region.
5793
5794While these attributes prevent @value{GDBN} from performing invalid
5795memory accesses, they do nothing to prevent the target system, I/O DMA,
5796etc. from accessing memory.
5797
5798@table @code
5799@item ro
5800Memory is read only.
5801@item wo
5802Memory is write only.
5803@item rw
6ca652b0 5804Memory is read/write. This is the default.
29e57380
C
5805@end table
5806
5807@subsubsection Memory Access Size
5808The acccess size attributes tells @value{GDBN} to use specific sized
5809accesses in the memory region. Often memory mapped device registers
5810require specific sized accesses. If no access size attribute is
5811specified, @value{GDBN} may use accesses of any size.
5812
5813@table @code
5814@item 8
5815Use 8 bit memory accesses.
5816@item 16
5817Use 16 bit memory accesses.
5818@item 32
5819Use 32 bit memory accesses.
5820@item 64
5821Use 64 bit memory accesses.
5822@end table
5823
5824@c @subsubsection Hardware/Software Breakpoints
5825@c The hardware/software breakpoint attributes set whether @value{GDBN}
5826@c will use hardware or software breakpoints for the internal breakpoints
5827@c used by the step, next, finish, until, etc. commands.
5828@c
5829@c @table @code
5830@c @item hwbreak
5831@c Always use hardware breakpoints
5832@c @item swbreak (default)
5833@c @end table
5834
5835@subsubsection Data Cache
5836The data cache attributes set whether @value{GDBN} will cache target
5837memory. While this generally improves performance by reducing debug
5838protocol overhead, it can lead to incorrect results because @value{GDBN}
5839does not know about volatile variables or memory mapped device
5840registers.
5841
5842@table @code
5843@item cache
5844Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5845@item nocache
5846Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5847@end table
5848
5849@c @subsubsection Memory Write Verification
5850@c The memory write verification attributes set whether @value{GDBN}
5851@c will re-reads data after each write to verify the write was successful.
5852@c
5853@c @table @code
5854@c @item verify
5855@c @item noverify (default)
5856@c @end table
5857
16d9dec6
MS
5858@node Dump/Restore Files
5859@section Copy between memory and a file
5860@cindex dump/restore files
5861@cindex append data to a file
5862@cindex dump data to a file
5863@cindex restore data from a file
16d9dec6 5864
df5215a6
JB
5865You can use the commands @code{dump}, @code{append}, and
5866@code{restore} to copy data between target memory and a file. The
5867@code{dump} and @code{append} commands write data to a file, and the
5868@code{restore} command reads data from a file back into the inferior's
5869memory. Files may be in binary, Motorola S-record, Intel hex, or
5870Tektronix Hex format; however, @value{GDBN} can only append to binary
5871files.
5872
5873@table @code
5874
5875@kindex dump
5876@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5877@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
5878Dump the contents of memory from @var{start_addr} to @var{end_addr},
5879or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 5880
df5215a6 5881The @var{format} parameter may be any one of:
16d9dec6 5882@table @code
df5215a6
JB
5883@item binary
5884Raw binary form.
5885@item ihex
5886Intel hex format.
5887@item srec
5888Motorola S-record format.
5889@item tekhex
5890Tektronix Hex format.
5891@end table
5892
5893@value{GDBN} uses the same definitions of these formats as the
5894@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
5895@var{format} is omitted, @value{GDBN} dumps the data in raw binary
5896form.
5897
5898@kindex append
5899@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5900@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
5901Append the contents of memory from @var{start_addr} to @var{end_addr},
5902or the value of @var{expr}, to @var{filename}, in raw binary form.
5903(@value{GDBN} can only append data to files in raw binary form.)
5904
5905@kindex restore
5906@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
5907Restore the contents of file @var{filename} into memory. The
5908@code{restore} command can automatically recognize any known @sc{bfd}
5909file format, except for raw binary. To restore a raw binary file you
5910must specify the optional keyword @code{binary} after the filename.
16d9dec6
MS
5911
5912If @var{bias} is non-zero, its value will be added to the addresses
5913contained in the file. Binary files always start at address zero, so
5914they will be restored at address @var{bias}. Other bfd files have
5915a built-in location; they will be restored at offset @var{bias}
5916from that location.
5917
5918If @var{start} and/or @var{end} are non-zero, then only data between
5919file offset @var{start} and file offset @var{end} will be restored.
5920These offsets are relative to the addresses in the file, before
5921the @var{bias} argument is applied.
5922
5923@end table
5924
a0eb71c5
KB
5925@node Character Sets
5926@section Character Sets
5927@cindex character sets
5928@cindex charset
5929@cindex translating between character sets
5930@cindex host character set
5931@cindex target character set
5932
5933If the program you are debugging uses a different character set to
5934represent characters and strings than the one @value{GDBN} uses itself,
5935@value{GDBN} can automatically translate between the character sets for
5936you. The character set @value{GDBN} uses we call the @dfn{host
5937character set}; the one the inferior program uses we call the
5938@dfn{target character set}.
5939
5940For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5941uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5942remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5943running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5944then the host character set is Latin-1, and the target character set is
5945@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 5946target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
5947@sc{ebcdic} and Latin 1 as you print character or string values, or use
5948character and string literals in expressions.
5949
5950@value{GDBN} has no way to automatically recognize which character set
5951the inferior program uses; you must tell it, using the @code{set
5952target-charset} command, described below.
5953
5954Here are the commands for controlling @value{GDBN}'s character set
5955support:
5956
5957@table @code
5958@item set target-charset @var{charset}
5959@kindex set target-charset
5960Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
5961character set names @value{GDBN} recognizes below, but if you type
5962@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5963list the target character sets it supports.
a0eb71c5
KB
5964@end table
5965
5966@table @code
5967@item set host-charset @var{charset}
5968@kindex set host-charset
5969Set the current host character set to @var{charset}.
5970
5971By default, @value{GDBN} uses a host character set appropriate to the
5972system it is running on; you can override that default using the
5973@code{set host-charset} command.
5974
5975@value{GDBN} can only use certain character sets as its host character
5976set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
5977indicate which can be host character sets, but if you type
5978@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5979list the host character sets it supports.
a0eb71c5
KB
5980
5981@item set charset @var{charset}
5982@kindex set charset
e33d66ec
EZ
5983Set the current host and target character sets to @var{charset}. As
5984above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
5985@value{GDBN} will list the name of the character sets that can be used
5986for both host and target.
5987
a0eb71c5
KB
5988
5989@item show charset
a0eb71c5 5990@kindex show charset
e33d66ec
EZ
5991Show the names of the current host and target charsets.
5992
5993@itemx show host-charset
a0eb71c5 5994@kindex show host-charset
e33d66ec
EZ
5995Show the name of the current host charset.
5996
5997@itemx show target-charset
a0eb71c5 5998@kindex show target-charset
e33d66ec 5999Show the name of the current target charset.
a0eb71c5
KB
6000
6001@end table
6002
6003@value{GDBN} currently includes support for the following character
6004sets:
6005
6006@table @code
6007
6008@item ASCII
6009@cindex ASCII character set
6010Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6011character set.
6012
6013@item ISO-8859-1
6014@cindex ISO 8859-1 character set
6015@cindex ISO Latin 1 character set
e33d66ec 6016The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6017characters needed for French, German, and Spanish. @value{GDBN} can use
6018this as its host character set.
6019
6020@item EBCDIC-US
6021@itemx IBM1047
6022@cindex EBCDIC character set
6023@cindex IBM1047 character set
6024Variants of the @sc{ebcdic} character set, used on some of IBM's
6025mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6026@value{GDBN} cannot use these as its host character set.
6027
6028@end table
6029
6030Note that these are all single-byte character sets. More work inside
6031GDB is needed to support multi-byte or variable-width character
6032encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6033
6034Here is an example of @value{GDBN}'s character set support in action.
6035Assume that the following source code has been placed in the file
6036@file{charset-test.c}:
6037
6038@smallexample
6039#include <stdio.h>
6040
6041char ascii_hello[]
6042 = @{72, 101, 108, 108, 111, 44, 32, 119,
6043 111, 114, 108, 100, 33, 10, 0@};
6044char ibm1047_hello[]
6045 = @{200, 133, 147, 147, 150, 107, 64, 166,
6046 150, 153, 147, 132, 90, 37, 0@};
6047
6048main ()
6049@{
6050 printf ("Hello, world!\n");
6051@}
10998722 6052@end smallexample
a0eb71c5
KB
6053
6054In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6055containing the string @samp{Hello, world!} followed by a newline,
6056encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6057
6058We compile the program, and invoke the debugger on it:
6059
6060@smallexample
6061$ gcc -g charset-test.c -o charset-test
6062$ gdb -nw charset-test
6063GNU gdb 2001-12-19-cvs
6064Copyright 2001 Free Software Foundation, Inc.
6065@dots{}
6066(gdb)
10998722 6067@end smallexample
a0eb71c5
KB
6068
6069We can use the @code{show charset} command to see what character sets
6070@value{GDBN} is currently using to interpret and display characters and
6071strings:
6072
6073@smallexample
6074(gdb) show charset
e33d66ec 6075The current host and target character set is `ISO-8859-1'.
a0eb71c5 6076(gdb)
10998722 6077@end smallexample
a0eb71c5
KB
6078
6079For the sake of printing this manual, let's use @sc{ascii} as our
6080initial character set:
6081@smallexample
e33d66ec 6082(gdb) set charset ASCII
a0eb71c5 6083(gdb) show charset
e33d66ec 6084The current host and target character set is `ASCII'.
a0eb71c5 6085(gdb)
10998722 6086@end smallexample
a0eb71c5
KB
6087
6088Let's assume that @sc{ascii} is indeed the correct character set for our
6089host system --- in other words, let's assume that if @value{GDBN} prints
6090characters using the @sc{ascii} character set, our terminal will display
6091them properly. Since our current target character set is also
6092@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6093
6094@smallexample
6095(gdb) print ascii_hello
6096$1 = 0x401698 "Hello, world!\n"
6097(gdb) print ascii_hello[0]
6098$2 = 72 'H'
6099(gdb)
10998722 6100@end smallexample
a0eb71c5
KB
6101
6102@value{GDBN} uses the target character set for character and string
6103literals you use in expressions:
6104
6105@smallexample
6106(gdb) print '+'
6107$3 = 43 '+'
6108(gdb)
10998722 6109@end smallexample
a0eb71c5
KB
6110
6111The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6112character.
6113
6114@value{GDBN} relies on the user to tell it which character set the
6115target program uses. If we print @code{ibm1047_hello} while our target
6116character set is still @sc{ascii}, we get jibberish:
6117
6118@smallexample
6119(gdb) print ibm1047_hello
6120$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6121(gdb) print ibm1047_hello[0]
6122$5 = 200 '\310'
6123(gdb)
10998722 6124@end smallexample
a0eb71c5 6125
e33d66ec 6126If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6127@value{GDBN} tells us the character sets it supports:
6128
6129@smallexample
6130(gdb) set target-charset
e33d66ec
EZ
6131ASCII EBCDIC-US IBM1047 ISO-8859-1
6132(gdb) set target-charset
10998722 6133@end smallexample
a0eb71c5
KB
6134
6135We can select @sc{ibm1047} as our target character set, and examine the
6136program's strings again. Now the @sc{ascii} string is wrong, but
6137@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6138target character set, @sc{ibm1047}, to the host character set,
6139@sc{ascii}, and they display correctly:
6140
6141@smallexample
e33d66ec 6142(gdb) set target-charset IBM1047
a0eb71c5 6143(gdb) show charset
e33d66ec
EZ
6144The current host character set is `ASCII'.
6145The current target character set is `IBM1047'.
a0eb71c5
KB
6146(gdb) print ascii_hello
6147$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6148(gdb) print ascii_hello[0]
6149$7 = 72 '\110'
6150(gdb) print ibm1047_hello
6151$8 = 0x4016a8 "Hello, world!\n"
6152(gdb) print ibm1047_hello[0]
6153$9 = 200 'H'
6154(gdb)
10998722 6155@end smallexample
a0eb71c5
KB
6156
6157As above, @value{GDBN} uses the target character set for character and
6158string literals you use in expressions:
6159
6160@smallexample
6161(gdb) print '+'
6162$10 = 78 '+'
6163(gdb)
10998722 6164@end smallexample
a0eb71c5 6165
e33d66ec 6166The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6167character.
6168
6169
e2e0bcd1
JB
6170@node Macros
6171@chapter C Preprocessor Macros
6172
6173Some languages, such as C and C++, provide a way to define and invoke
6174``preprocessor macros'' which expand into strings of tokens.
6175@value{GDBN} can evaluate expressions containing macro invocations, show
6176the result of macro expansion, and show a macro's definition, including
6177where it was defined.
6178
6179You may need to compile your program specially to provide @value{GDBN}
6180with information about preprocessor macros. Most compilers do not
6181include macros in their debugging information, even when you compile
6182with the @option{-g} flag. @xref{Compilation}.
6183
6184A program may define a macro at one point, remove that definition later,
6185and then provide a different definition after that. Thus, at different
6186points in the program, a macro may have different definitions, or have
6187no definition at all. If there is a current stack frame, @value{GDBN}
6188uses the macros in scope at that frame's source code line. Otherwise,
6189@value{GDBN} uses the macros in scope at the current listing location;
6190see @ref{List}.
6191
6192At the moment, @value{GDBN} does not support the @code{##}
6193token-splicing operator, the @code{#} stringification operator, or
6194variable-arity macros.
6195
6196Whenever @value{GDBN} evaluates an expression, it always expands any
6197macro invocations present in the expression. @value{GDBN} also provides
6198the following commands for working with macros explicitly.
6199
6200@table @code
6201
6202@kindex macro expand
6203@cindex macro expansion, showing the results of preprocessor
6204@cindex preprocessor macro expansion, showing the results of
6205@cindex expanding preprocessor macros
6206@item macro expand @var{expression}
6207@itemx macro exp @var{expression}
6208Show the results of expanding all preprocessor macro invocations in
6209@var{expression}. Since @value{GDBN} simply expands macros, but does
6210not parse the result, @var{expression} need not be a valid expression;
6211it can be any string of tokens.
6212
6213@kindex macro expand-once
6214@item macro expand-once @var{expression}
6215@itemx macro exp1 @var{expression}
6216@i{(This command is not yet implemented.)} Show the results of
6217expanding those preprocessor macro invocations that appear explicitly in
6218@var{expression}. Macro invocations appearing in that expansion are
6219left unchanged. This command allows you to see the effect of a
6220particular macro more clearly, without being confused by further
6221expansions. Since @value{GDBN} simply expands macros, but does not
6222parse the result, @var{expression} need not be a valid expression; it
6223can be any string of tokens.
6224
475b0867 6225@kindex info macro
e2e0bcd1
JB
6226@cindex macro definition, showing
6227@cindex definition, showing a macro's
475b0867 6228@item info macro @var{macro}
e2e0bcd1
JB
6229Show the definition of the macro named @var{macro}, and describe the
6230source location where that definition was established.
6231
6232@kindex macro define
6233@cindex user-defined macros
6234@cindex defining macros interactively
6235@cindex macros, user-defined
6236@item macro define @var{macro} @var{replacement-list}
6237@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6238@i{(This command is not yet implemented.)} Introduce a definition for a
6239preprocessor macro named @var{macro}, invocations of which are replaced
6240by the tokens given in @var{replacement-list}. The first form of this
6241command defines an ``object-like'' macro, which takes no arguments; the
6242second form defines a ``function-like'' macro, which takes the arguments
6243given in @var{arglist}.
6244
6245A definition introduced by this command is in scope in every expression
6246evaluated in @value{GDBN}, until it is removed with the @command{macro
6247undef} command, described below. The definition overrides all
6248definitions for @var{macro} present in the program being debugged, as
6249well as any previous user-supplied definition.
6250
6251@kindex macro undef
6252@item macro undef @var{macro}
6253@i{(This command is not yet implemented.)} Remove any user-supplied
6254definition for the macro named @var{macro}. This command only affects
6255definitions provided with the @command{macro define} command, described
6256above; it cannot remove definitions present in the program being
6257debugged.
6258
6259@end table
6260
6261@cindex macros, example of debugging with
6262Here is a transcript showing the above commands in action. First, we
6263show our source files:
6264
6265@smallexample
6266$ cat sample.c
6267#include <stdio.h>
6268#include "sample.h"
6269
6270#define M 42
6271#define ADD(x) (M + x)
6272
6273main ()
6274@{
6275#define N 28
6276 printf ("Hello, world!\n");
6277#undef N
6278 printf ("We're so creative.\n");
6279#define N 1729
6280 printf ("Goodbye, world!\n");
6281@}
6282$ cat sample.h
6283#define Q <
6284$
6285@end smallexample
6286
6287Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6288We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6289compiler includes information about preprocessor macros in the debugging
6290information.
6291
6292@smallexample
6293$ gcc -gdwarf-2 -g3 sample.c -o sample
6294$
6295@end smallexample
6296
6297Now, we start @value{GDBN} on our sample program:
6298
6299@smallexample
6300$ gdb -nw sample
6301GNU gdb 2002-05-06-cvs
6302Copyright 2002 Free Software Foundation, Inc.
6303GDB is free software, @dots{}
6304(gdb)
6305@end smallexample
6306
6307We can expand macros and examine their definitions, even when the
6308program is not running. @value{GDBN} uses the current listing position
6309to decide which macro definitions are in scope:
6310
6311@smallexample
6312(gdb) list main
63133
63144 #define M 42
63155 #define ADD(x) (M + x)
63166
63177 main ()
63188 @{
63199 #define N 28
632010 printf ("Hello, world!\n");
632111 #undef N
632212 printf ("We're so creative.\n");
475b0867 6323(gdb) info macro ADD
e2e0bcd1
JB
6324Defined at /home/jimb/gdb/macros/play/sample.c:5
6325#define ADD(x) (M + x)
475b0867 6326(gdb) info macro Q
e2e0bcd1
JB
6327Defined at /home/jimb/gdb/macros/play/sample.h:1
6328 included at /home/jimb/gdb/macros/play/sample.c:2
6329#define Q <
6330(gdb) macro expand ADD(1)
6331expands to: (42 + 1)
6332(gdb) macro expand-once ADD(1)
6333expands to: once (M + 1)
6334(gdb)
6335@end smallexample
6336
6337In the example above, note that @command{macro expand-once} expands only
6338the macro invocation explicit in the original text --- the invocation of
6339@code{ADD} --- but does not expand the invocation of the macro @code{M},
6340which was introduced by @code{ADD}.
6341
6342Once the program is running, GDB uses the macro definitions in force at
6343the source line of the current stack frame:
6344
6345@smallexample
6346(gdb) break main
6347Breakpoint 1 at 0x8048370: file sample.c, line 10.
6348(gdb) run
6349Starting program: /home/jimb/gdb/macros/play/sample
6350
6351Breakpoint 1, main () at sample.c:10
635210 printf ("Hello, world!\n");
6353(gdb)
6354@end smallexample
6355
6356At line 10, the definition of the macro @code{N} at line 9 is in force:
6357
6358@smallexample
475b0867 6359(gdb) info macro N
e2e0bcd1
JB
6360Defined at /home/jimb/gdb/macros/play/sample.c:9
6361#define N 28
6362(gdb) macro expand N Q M
6363expands to: 28 < 42
6364(gdb) print N Q M
6365$1 = 1
6366(gdb)
6367@end smallexample
6368
6369As we step over directives that remove @code{N}'s definition, and then
6370give it a new definition, @value{GDBN} finds the definition (or lack
6371thereof) in force at each point:
6372
6373@smallexample
6374(gdb) next
6375Hello, world!
637612 printf ("We're so creative.\n");
475b0867 6377(gdb) info macro N
e2e0bcd1
JB
6378The symbol `N' has no definition as a C/C++ preprocessor macro
6379at /home/jimb/gdb/macros/play/sample.c:12
6380(gdb) next
6381We're so creative.
638214 printf ("Goodbye, world!\n");
475b0867 6383(gdb) info macro N
e2e0bcd1
JB
6384Defined at /home/jimb/gdb/macros/play/sample.c:13
6385#define N 1729
6386(gdb) macro expand N Q M
6387expands to: 1729 < 42
6388(gdb) print N Q M
6389$2 = 0
6390(gdb)
6391@end smallexample
6392
6393
b37052ae
EZ
6394@node Tracepoints
6395@chapter Tracepoints
6396@c This chapter is based on the documentation written by Michael
6397@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6398
6399@cindex tracepoints
6400In some applications, it is not feasible for the debugger to interrupt
6401the program's execution long enough for the developer to learn
6402anything helpful about its behavior. If the program's correctness
6403depends on its real-time behavior, delays introduced by a debugger
6404might cause the program to change its behavior drastically, or perhaps
6405fail, even when the code itself is correct. It is useful to be able
6406to observe the program's behavior without interrupting it.
6407
6408Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6409specify locations in the program, called @dfn{tracepoints}, and
6410arbitrary expressions to evaluate when those tracepoints are reached.
6411Later, using the @code{tfind} command, you can examine the values
6412those expressions had when the program hit the tracepoints. The
6413expressions may also denote objects in memory---structures or arrays,
6414for example---whose values @value{GDBN} should record; while visiting
6415a particular tracepoint, you may inspect those objects as if they were
6416in memory at that moment. However, because @value{GDBN} records these
6417values without interacting with you, it can do so quickly and
6418unobtrusively, hopefully not disturbing the program's behavior.
6419
6420The tracepoint facility is currently available only for remote
2c0069bb
EZ
6421targets. @xref{Targets}. In addition, your remote target must know how
6422to collect trace data. This functionality is implemented in the remote
6423stub; however, none of the stubs distributed with @value{GDBN} support
6424tracepoints as of this writing.
b37052ae
EZ
6425
6426This chapter describes the tracepoint commands and features.
6427
6428@menu
6429* Set Tracepoints::
6430* Analyze Collected Data::
6431* Tracepoint Variables::
6432@end menu
6433
6434@node Set Tracepoints
6435@section Commands to Set Tracepoints
6436
6437Before running such a @dfn{trace experiment}, an arbitrary number of
6438tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6439tracepoint has a number assigned to it by @value{GDBN}. Like with
6440breakpoints, tracepoint numbers are successive integers starting from
6441one. Many of the commands associated with tracepoints take the
6442tracepoint number as their argument, to identify which tracepoint to
6443work on.
6444
6445For each tracepoint, you can specify, in advance, some arbitrary set
6446of data that you want the target to collect in the trace buffer when
6447it hits that tracepoint. The collected data can include registers,
6448local variables, or global data. Later, you can use @value{GDBN}
6449commands to examine the values these data had at the time the
6450tracepoint was hit.
6451
6452This section describes commands to set tracepoints and associated
6453conditions and actions.
6454
6455@menu
6456* Create and Delete Tracepoints::
6457* Enable and Disable Tracepoints::
6458* Tracepoint Passcounts::
6459* Tracepoint Actions::
6460* Listing Tracepoints::
6461* Starting and Stopping Trace Experiment::
6462@end menu
6463
6464@node Create and Delete Tracepoints
6465@subsection Create and Delete Tracepoints
6466
6467@table @code
6468@cindex set tracepoint
6469@kindex trace
6470@item trace
6471The @code{trace} command is very similar to the @code{break} command.
6472Its argument can be a source line, a function name, or an address in
6473the target program. @xref{Set Breaks}. The @code{trace} command
6474defines a tracepoint, which is a point in the target program where the
6475debugger will briefly stop, collect some data, and then allow the
6476program to continue. Setting a tracepoint or changing its commands
6477doesn't take effect until the next @code{tstart} command; thus, you
6478cannot change the tracepoint attributes once a trace experiment is
6479running.
6480
6481Here are some examples of using the @code{trace} command:
6482
6483@smallexample
6484(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6485
6486(@value{GDBP}) @b{trace +2} // 2 lines forward
6487
6488(@value{GDBP}) @b{trace my_function} // first source line of function
6489
6490(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6491
6492(@value{GDBP}) @b{trace *0x2117c4} // an address
6493@end smallexample
6494
6495@noindent
6496You can abbreviate @code{trace} as @code{tr}.
6497
6498@vindex $tpnum
6499@cindex last tracepoint number
6500@cindex recent tracepoint number
6501@cindex tracepoint number
6502The convenience variable @code{$tpnum} records the tracepoint number
6503of the most recently set tracepoint.
6504
6505@kindex delete tracepoint
6506@cindex tracepoint deletion
6507@item delete tracepoint @r{[}@var{num}@r{]}
6508Permanently delete one or more tracepoints. With no argument, the
6509default is to delete all tracepoints.
6510
6511Examples:
6512
6513@smallexample
6514(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6515
6516(@value{GDBP}) @b{delete trace} // remove all tracepoints
6517@end smallexample
6518
6519@noindent
6520You can abbreviate this command as @code{del tr}.
6521@end table
6522
6523@node Enable and Disable Tracepoints
6524@subsection Enable and Disable Tracepoints
6525
6526@table @code
6527@kindex disable tracepoint
6528@item disable tracepoint @r{[}@var{num}@r{]}
6529Disable tracepoint @var{num}, or all tracepoints if no argument
6530@var{num} is given. A disabled tracepoint will have no effect during
6531the next trace experiment, but it is not forgotten. You can re-enable
6532a disabled tracepoint using the @code{enable tracepoint} command.
6533
6534@kindex enable tracepoint
6535@item enable tracepoint @r{[}@var{num}@r{]}
6536Enable tracepoint @var{num}, or all tracepoints. The enabled
6537tracepoints will become effective the next time a trace experiment is
6538run.
6539@end table
6540
6541@node Tracepoint Passcounts
6542@subsection Tracepoint Passcounts
6543
6544@table @code
6545@kindex passcount
6546@cindex tracepoint pass count
6547@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6548Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6549automatically stop a trace experiment. If a tracepoint's passcount is
6550@var{n}, then the trace experiment will be automatically stopped on
6551the @var{n}'th time that tracepoint is hit. If the tracepoint number
6552@var{num} is not specified, the @code{passcount} command sets the
6553passcount of the most recently defined tracepoint. If no passcount is
6554given, the trace experiment will run until stopped explicitly by the
6555user.
6556
6557Examples:
6558
6559@smallexample
6826cf00
EZ
6560(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6561@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6562
6563(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6564@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6565(@value{GDBP}) @b{trace foo}
6566(@value{GDBP}) @b{pass 3}
6567(@value{GDBP}) @b{trace bar}
6568(@value{GDBP}) @b{pass 2}
6569(@value{GDBP}) @b{trace baz}
6570(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6571@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6572@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6573@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6574@end smallexample
6575@end table
6576
6577@node Tracepoint Actions
6578@subsection Tracepoint Action Lists
6579
6580@table @code
6581@kindex actions
6582@cindex tracepoint actions
6583@item actions @r{[}@var{num}@r{]}
6584This command will prompt for a list of actions to be taken when the
6585tracepoint is hit. If the tracepoint number @var{num} is not
6586specified, this command sets the actions for the one that was most
6587recently defined (so that you can define a tracepoint and then say
6588@code{actions} without bothering about its number). You specify the
6589actions themselves on the following lines, one action at a time, and
6590terminate the actions list with a line containing just @code{end}. So
6591far, the only defined actions are @code{collect} and
6592@code{while-stepping}.
6593
6594@cindex remove actions from a tracepoint
6595To remove all actions from a tracepoint, type @samp{actions @var{num}}
6596and follow it immediately with @samp{end}.
6597
6598@smallexample
6599(@value{GDBP}) @b{collect @var{data}} // collect some data
6600
6826cf00 6601(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6602
6826cf00 6603(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6604@end smallexample
6605
6606In the following example, the action list begins with @code{collect}
6607commands indicating the things to be collected when the tracepoint is
6608hit. Then, in order to single-step and collect additional data
6609following the tracepoint, a @code{while-stepping} command is used,
6610followed by the list of things to be collected while stepping. The
6611@code{while-stepping} command is terminated by its own separate
6612@code{end} command. Lastly, the action list is terminated by an
6613@code{end} command.
6614
6615@smallexample
6616(@value{GDBP}) @b{trace foo}
6617(@value{GDBP}) @b{actions}
6618Enter actions for tracepoint 1, one per line:
6619> collect bar,baz
6620> collect $regs
6621> while-stepping 12
6622 > collect $fp, $sp
6623 > end
6624end
6625@end smallexample
6626
6627@kindex collect @r{(tracepoints)}
6628@item collect @var{expr1}, @var{expr2}, @dots{}
6629Collect values of the given expressions when the tracepoint is hit.
6630This command accepts a comma-separated list of any valid expressions.
6631In addition to global, static, or local variables, the following
6632special arguments are supported:
6633
6634@table @code
6635@item $regs
6636collect all registers
6637
6638@item $args
6639collect all function arguments
6640
6641@item $locals
6642collect all local variables.
6643@end table
6644
6645You can give several consecutive @code{collect} commands, each one
6646with a single argument, or one @code{collect} command with several
6647arguments separated by commas: the effect is the same.
6648
f5c37c66
EZ
6649The command @code{info scope} (@pxref{Symbols, info scope}) is
6650particularly useful for figuring out what data to collect.
6651
b37052ae
EZ
6652@kindex while-stepping @r{(tracepoints)}
6653@item while-stepping @var{n}
6654Perform @var{n} single-step traces after the tracepoint, collecting
6655new data at each step. The @code{while-stepping} command is
6656followed by the list of what to collect while stepping (followed by
6657its own @code{end} command):
6658
6659@smallexample
6660> while-stepping 12
6661 > collect $regs, myglobal
6662 > end
6663>
6664@end smallexample
6665
6666@noindent
6667You may abbreviate @code{while-stepping} as @code{ws} or
6668@code{stepping}.
6669@end table
6670
6671@node Listing Tracepoints
6672@subsection Listing Tracepoints
6673
6674@table @code
6675@kindex info tracepoints
6676@cindex information about tracepoints
6677@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6678Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6679a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6680defined so far. For each tracepoint, the following information is
6681shown:
6682
6683@itemize @bullet
6684@item
6685its number
6686@item
6687whether it is enabled or disabled
6688@item
6689its address
6690@item
6691its passcount as given by the @code{passcount @var{n}} command
6692@item
6693its step count as given by the @code{while-stepping @var{n}} command
6694@item
6695where in the source files is the tracepoint set
6696@item
6697its action list as given by the @code{actions} command
6698@end itemize
6699
6700@smallexample
6701(@value{GDBP}) @b{info trace}
6702Num Enb Address PassC StepC What
67031 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
67042 y 0x0020dc64 0 0 in g_test at g_test.c:1375
67053 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6706(@value{GDBP})
6707@end smallexample
6708
6709@noindent
6710This command can be abbreviated @code{info tp}.
6711@end table
6712
6713@node Starting and Stopping Trace Experiment
6714@subsection Starting and Stopping Trace Experiment
6715
6716@table @code
6717@kindex tstart
6718@cindex start a new trace experiment
6719@cindex collected data discarded
6720@item tstart
6721This command takes no arguments. It starts the trace experiment, and
6722begins collecting data. This has the side effect of discarding all
6723the data collected in the trace buffer during the previous trace
6724experiment.
6725
6726@kindex tstop
6727@cindex stop a running trace experiment
6728@item tstop
6729This command takes no arguments. It ends the trace experiment, and
6730stops collecting data.
6731
6732@strong{Note:} a trace experiment and data collection may stop
6733automatically if any tracepoint's passcount is reached
6734(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6735
6736@kindex tstatus
6737@cindex status of trace data collection
6738@cindex trace experiment, status of
6739@item tstatus
6740This command displays the status of the current trace data
6741collection.
6742@end table
6743
6744Here is an example of the commands we described so far:
6745
6746@smallexample
6747(@value{GDBP}) @b{trace gdb_c_test}
6748(@value{GDBP}) @b{actions}
6749Enter actions for tracepoint #1, one per line.
6750> collect $regs,$locals,$args
6751> while-stepping 11
6752 > collect $regs
6753 > end
6754> end
6755(@value{GDBP}) @b{tstart}
6756 [time passes @dots{}]
6757(@value{GDBP}) @b{tstop}
6758@end smallexample
6759
6760
6761@node Analyze Collected Data
6762@section Using the collected data
6763
6764After the tracepoint experiment ends, you use @value{GDBN} commands
6765for examining the trace data. The basic idea is that each tracepoint
6766collects a trace @dfn{snapshot} every time it is hit and another
6767snapshot every time it single-steps. All these snapshots are
6768consecutively numbered from zero and go into a buffer, and you can
6769examine them later. The way you examine them is to @dfn{focus} on a
6770specific trace snapshot. When the remote stub is focused on a trace
6771snapshot, it will respond to all @value{GDBN} requests for memory and
6772registers by reading from the buffer which belongs to that snapshot,
6773rather than from @emph{real} memory or registers of the program being
6774debugged. This means that @strong{all} @value{GDBN} commands
6775(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6776behave as if we were currently debugging the program state as it was
6777when the tracepoint occurred. Any requests for data that are not in
6778the buffer will fail.
6779
6780@menu
6781* tfind:: How to select a trace snapshot
6782* tdump:: How to display all data for a snapshot
6783* save-tracepoints:: How to save tracepoints for a future run
6784@end menu
6785
6786@node tfind
6787@subsection @code{tfind @var{n}}
6788
6789@kindex tfind
6790@cindex select trace snapshot
6791@cindex find trace snapshot
6792The basic command for selecting a trace snapshot from the buffer is
6793@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6794counting from zero. If no argument @var{n} is given, the next
6795snapshot is selected.
6796
6797Here are the various forms of using the @code{tfind} command.
6798
6799@table @code
6800@item tfind start
6801Find the first snapshot in the buffer. This is a synonym for
6802@code{tfind 0} (since 0 is the number of the first snapshot).
6803
6804@item tfind none
6805Stop debugging trace snapshots, resume @emph{live} debugging.
6806
6807@item tfind end
6808Same as @samp{tfind none}.
6809
6810@item tfind
6811No argument means find the next trace snapshot.
6812
6813@item tfind -
6814Find the previous trace snapshot before the current one. This permits
6815retracing earlier steps.
6816
6817@item tfind tracepoint @var{num}
6818Find the next snapshot associated with tracepoint @var{num}. Search
6819proceeds forward from the last examined trace snapshot. If no
6820argument @var{num} is given, it means find the next snapshot collected
6821for the same tracepoint as the current snapshot.
6822
6823@item tfind pc @var{addr}
6824Find the next snapshot associated with the value @var{addr} of the
6825program counter. Search proceeds forward from the last examined trace
6826snapshot. If no argument @var{addr} is given, it means find the next
6827snapshot with the same value of PC as the current snapshot.
6828
6829@item tfind outside @var{addr1}, @var{addr2}
6830Find the next snapshot whose PC is outside the given range of
6831addresses.
6832
6833@item tfind range @var{addr1}, @var{addr2}
6834Find the next snapshot whose PC is between @var{addr1} and
6835@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6836
6837@item tfind line @r{[}@var{file}:@r{]}@var{n}
6838Find the next snapshot associated with the source line @var{n}. If
6839the optional argument @var{file} is given, refer to line @var{n} in
6840that source file. Search proceeds forward from the last examined
6841trace snapshot. If no argument @var{n} is given, it means find the
6842next line other than the one currently being examined; thus saying
6843@code{tfind line} repeatedly can appear to have the same effect as
6844stepping from line to line in a @emph{live} debugging session.
6845@end table
6846
6847The default arguments for the @code{tfind} commands are specifically
6848designed to make it easy to scan through the trace buffer. For
6849instance, @code{tfind} with no argument selects the next trace
6850snapshot, and @code{tfind -} with no argument selects the previous
6851trace snapshot. So, by giving one @code{tfind} command, and then
6852simply hitting @key{RET} repeatedly you can examine all the trace
6853snapshots in order. Or, by saying @code{tfind -} and then hitting
6854@key{RET} repeatedly you can examine the snapshots in reverse order.
6855The @code{tfind line} command with no argument selects the snapshot
6856for the next source line executed. The @code{tfind pc} command with
6857no argument selects the next snapshot with the same program counter
6858(PC) as the current frame. The @code{tfind tracepoint} command with
6859no argument selects the next trace snapshot collected by the same
6860tracepoint as the current one.
6861
6862In addition to letting you scan through the trace buffer manually,
6863these commands make it easy to construct @value{GDBN} scripts that
6864scan through the trace buffer and print out whatever collected data
6865you are interested in. Thus, if we want to examine the PC, FP, and SP
6866registers from each trace frame in the buffer, we can say this:
6867
6868@smallexample
6869(@value{GDBP}) @b{tfind start}
6870(@value{GDBP}) @b{while ($trace_frame != -1)}
6871> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6872 $trace_frame, $pc, $sp, $fp
6873> tfind
6874> end
6875
6876Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6877Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6878Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6879Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6880Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6881Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6882Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6883Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6884Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6885Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6886Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6887@end smallexample
6888
6889Or, if we want to examine the variable @code{X} at each source line in
6890the buffer:
6891
6892@smallexample
6893(@value{GDBP}) @b{tfind start}
6894(@value{GDBP}) @b{while ($trace_frame != -1)}
6895> printf "Frame %d, X == %d\n", $trace_frame, X
6896> tfind line
6897> end
6898
6899Frame 0, X = 1
6900Frame 7, X = 2
6901Frame 13, X = 255
6902@end smallexample
6903
6904@node tdump
6905@subsection @code{tdump}
6906@kindex tdump
6907@cindex dump all data collected at tracepoint
6908@cindex tracepoint data, display
6909
6910This command takes no arguments. It prints all the data collected at
6911the current trace snapshot.
6912
6913@smallexample
6914(@value{GDBP}) @b{trace 444}
6915(@value{GDBP}) @b{actions}
6916Enter actions for tracepoint #2, one per line:
6917> collect $regs, $locals, $args, gdb_long_test
6918> end
6919
6920(@value{GDBP}) @b{tstart}
6921
6922(@value{GDBP}) @b{tfind line 444}
6923#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6924at gdb_test.c:444
6925444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6926
6927(@value{GDBP}) @b{tdump}
6928Data collected at tracepoint 2, trace frame 1:
6929d0 0xc4aa0085 -995491707
6930d1 0x18 24
6931d2 0x80 128
6932d3 0x33 51
6933d4 0x71aea3d 119204413
6934d5 0x22 34
6935d6 0xe0 224
6936d7 0x380035 3670069
6937a0 0x19e24a 1696330
6938a1 0x3000668 50333288
6939a2 0x100 256
6940a3 0x322000 3284992
6941a4 0x3000698 50333336
6942a5 0x1ad3cc 1758156
6943fp 0x30bf3c 0x30bf3c
6944sp 0x30bf34 0x30bf34
6945ps 0x0 0
6946pc 0x20b2c8 0x20b2c8
6947fpcontrol 0x0 0
6948fpstatus 0x0 0
6949fpiaddr 0x0 0
6950p = 0x20e5b4 "gdb-test"
6951p1 = (void *) 0x11
6952p2 = (void *) 0x22
6953p3 = (void *) 0x33
6954p4 = (void *) 0x44
6955p5 = (void *) 0x55
6956p6 = (void *) 0x66
6957gdb_long_test = 17 '\021'
6958
6959(@value{GDBP})
6960@end smallexample
6961
6962@node save-tracepoints
6963@subsection @code{save-tracepoints @var{filename}}
6964@kindex save-tracepoints
6965@cindex save tracepoints for future sessions
6966
6967This command saves all current tracepoint definitions together with
6968their actions and passcounts, into a file @file{@var{filename}}
6969suitable for use in a later debugging session. To read the saved
6970tracepoint definitions, use the @code{source} command (@pxref{Command
6971Files}).
6972
6973@node Tracepoint Variables
6974@section Convenience Variables for Tracepoints
6975@cindex tracepoint variables
6976@cindex convenience variables for tracepoints
6977
6978@table @code
6979@vindex $trace_frame
6980@item (int) $trace_frame
6981The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
6982snapshot is selected.
6983
6984@vindex $tracepoint
6985@item (int) $tracepoint
6986The tracepoint for the current trace snapshot.
6987
6988@vindex $trace_line
6989@item (int) $trace_line
6990The line number for the current trace snapshot.
6991
6992@vindex $trace_file
6993@item (char []) $trace_file
6994The source file for the current trace snapshot.
6995
6996@vindex $trace_func
6997@item (char []) $trace_func
6998The name of the function containing @code{$tracepoint}.
6999@end table
7000
7001Note: @code{$trace_file} is not suitable for use in @code{printf},
7002use @code{output} instead.
7003
7004Here's a simple example of using these convenience variables for
7005stepping through all the trace snapshots and printing some of their
7006data.
7007
7008@smallexample
7009(@value{GDBP}) @b{tfind start}
7010
7011(@value{GDBP}) @b{while $trace_frame != -1}
7012> output $trace_file
7013> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7014> tfind
7015> end
7016@end smallexample
7017
df0cd8c5
JB
7018@node Overlays
7019@chapter Debugging Programs That Use Overlays
7020@cindex overlays
7021
7022If your program is too large to fit completely in your target system's
7023memory, you can sometimes use @dfn{overlays} to work around this
7024problem. @value{GDBN} provides some support for debugging programs that
7025use overlays.
7026
7027@menu
7028* How Overlays Work:: A general explanation of overlays.
7029* Overlay Commands:: Managing overlays in @value{GDBN}.
7030* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7031 mapped by asking the inferior.
7032* Overlay Sample Program:: A sample program using overlays.
7033@end menu
7034
7035@node How Overlays Work
7036@section How Overlays Work
7037@cindex mapped overlays
7038@cindex unmapped overlays
7039@cindex load address, overlay's
7040@cindex mapped address
7041@cindex overlay area
7042
7043Suppose you have a computer whose instruction address space is only 64
7044kilobytes long, but which has much more memory which can be accessed by
7045other means: special instructions, segment registers, or memory
7046management hardware, for example. Suppose further that you want to
7047adapt a program which is larger than 64 kilobytes to run on this system.
7048
7049One solution is to identify modules of your program which are relatively
7050independent, and need not call each other directly; call these modules
7051@dfn{overlays}. Separate the overlays from the main program, and place
7052their machine code in the larger memory. Place your main program in
7053instruction memory, but leave at least enough space there to hold the
7054largest overlay as well.
7055
7056Now, to call a function located in an overlay, you must first copy that
7057overlay's machine code from the large memory into the space set aside
7058for it in the instruction memory, and then jump to its entry point
7059there.
7060
c928edc0
AC
7061@c NB: In the below the mapped area's size is greater or equal to the
7062@c size of all overlays. This is intentional to remind the developer
7063@c that overlays don't necessarily need to be the same size.
7064
474c8240 7065@smallexample
df0cd8c5 7066@group
c928edc0
AC
7067 Data Instruction Larger
7068Address Space Address Space Address Space
7069+-----------+ +-----------+ +-----------+
7070| | | | | |
7071+-----------+ +-----------+ +-----------+<-- overlay 1
7072| program | | main | .----| overlay 1 | load address
7073| variables | | program | | +-----------+
7074| and heap | | | | | |
7075+-----------+ | | | +-----------+<-- overlay 2
7076| | +-----------+ | | | load address
7077+-----------+ | | | .-| overlay 2 |
7078 | | | | | |
7079 mapped --->+-----------+ | | +-----------+
7080 address | | | | | |
7081 | overlay | <-' | | |
7082 | area | <---' +-----------+<-- overlay 3
7083 | | <---. | | load address
7084 +-----------+ `--| overlay 3 |
7085 | | | |
7086 +-----------+ | |
7087 +-----------+
7088 | |
7089 +-----------+
7090
7091 @anchor{A code overlay}A code overlay
df0cd8c5 7092@end group
474c8240 7093@end smallexample
df0cd8c5 7094
c928edc0
AC
7095The diagram (@pxref{A code overlay}) shows a system with separate data
7096and instruction address spaces. To map an overlay, the program copies
7097its code from the larger address space to the instruction address space.
7098Since the overlays shown here all use the same mapped address, only one
7099may be mapped at a time. For a system with a single address space for
7100data and instructions, the diagram would be similar, except that the
7101program variables and heap would share an address space with the main
7102program and the overlay area.
df0cd8c5
JB
7103
7104An overlay loaded into instruction memory and ready for use is called a
7105@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7106instruction memory. An overlay not present (or only partially present)
7107in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7108is its address in the larger memory. The mapped address is also called
7109the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7110called the @dfn{load memory address}, or @dfn{LMA}.
7111
7112Unfortunately, overlays are not a completely transparent way to adapt a
7113program to limited instruction memory. They introduce a new set of
7114global constraints you must keep in mind as you design your program:
7115
7116@itemize @bullet
7117
7118@item
7119Before calling or returning to a function in an overlay, your program
7120must make sure that overlay is actually mapped. Otherwise, the call or
7121return will transfer control to the right address, but in the wrong
7122overlay, and your program will probably crash.
7123
7124@item
7125If the process of mapping an overlay is expensive on your system, you
7126will need to choose your overlays carefully to minimize their effect on
7127your program's performance.
7128
7129@item
7130The executable file you load onto your system must contain each
7131overlay's instructions, appearing at the overlay's load address, not its
7132mapped address. However, each overlay's instructions must be relocated
7133and its symbols defined as if the overlay were at its mapped address.
7134You can use GNU linker scripts to specify different load and relocation
7135addresses for pieces of your program; see @ref{Overlay Description,,,
7136ld.info, Using ld: the GNU linker}.
7137
7138@item
7139The procedure for loading executable files onto your system must be able
7140to load their contents into the larger address space as well as the
7141instruction and data spaces.
7142
7143@end itemize
7144
7145The overlay system described above is rather simple, and could be
7146improved in many ways:
7147
7148@itemize @bullet
7149
7150@item
7151If your system has suitable bank switch registers or memory management
7152hardware, you could use those facilities to make an overlay's load area
7153contents simply appear at their mapped address in instruction space.
7154This would probably be faster than copying the overlay to its mapped
7155area in the usual way.
7156
7157@item
7158If your overlays are small enough, you could set aside more than one
7159overlay area, and have more than one overlay mapped at a time.
7160
7161@item
7162You can use overlays to manage data, as well as instructions. In
7163general, data overlays are even less transparent to your design than
7164code overlays: whereas code overlays only require care when you call or
7165return to functions, data overlays require care every time you access
7166the data. Also, if you change the contents of a data overlay, you
7167must copy its contents back out to its load address before you can copy a
7168different data overlay into the same mapped area.
7169
7170@end itemize
7171
7172
7173@node Overlay Commands
7174@section Overlay Commands
7175
7176To use @value{GDBN}'s overlay support, each overlay in your program must
7177correspond to a separate section of the executable file. The section's
7178virtual memory address and load memory address must be the overlay's
7179mapped and load addresses. Identifying overlays with sections allows
7180@value{GDBN} to determine the appropriate address of a function or
7181variable, depending on whether the overlay is mapped or not.
7182
7183@value{GDBN}'s overlay commands all start with the word @code{overlay};
7184you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7185
7186@table @code
7187@item overlay off
7188@kindex overlay off
7189Disable @value{GDBN}'s overlay support. When overlay support is
7190disabled, @value{GDBN} assumes that all functions and variables are
7191always present at their mapped addresses. By default, @value{GDBN}'s
7192overlay support is disabled.
7193
7194@item overlay manual
7195@kindex overlay manual
7196@cindex manual overlay debugging
7197Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7198relies on you to tell it which overlays are mapped, and which are not,
7199using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7200commands described below.
7201
7202@item overlay map-overlay @var{overlay}
7203@itemx overlay map @var{overlay}
7204@kindex overlay map-overlay
7205@cindex map an overlay
7206Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7207be the name of the object file section containing the overlay. When an
7208overlay is mapped, @value{GDBN} assumes it can find the overlay's
7209functions and variables at their mapped addresses. @value{GDBN} assumes
7210that any other overlays whose mapped ranges overlap that of
7211@var{overlay} are now unmapped.
7212
7213@item overlay unmap-overlay @var{overlay}
7214@itemx overlay unmap @var{overlay}
7215@kindex overlay unmap-overlay
7216@cindex unmap an overlay
7217Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7218must be the name of the object file section containing the overlay.
7219When an overlay is unmapped, @value{GDBN} assumes it can find the
7220overlay's functions and variables at their load addresses.
7221
7222@item overlay auto
7223@kindex overlay auto
7224Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7225consults a data structure the overlay manager maintains in the inferior
7226to see which overlays are mapped. For details, see @ref{Automatic
7227Overlay Debugging}.
7228
7229@item overlay load-target
7230@itemx overlay load
7231@kindex overlay load-target
7232@cindex reloading the overlay table
7233Re-read the overlay table from the inferior. Normally, @value{GDBN}
7234re-reads the table @value{GDBN} automatically each time the inferior
7235stops, so this command should only be necessary if you have changed the
7236overlay mapping yourself using @value{GDBN}. This command is only
7237useful when using automatic overlay debugging.
7238
7239@item overlay list-overlays
7240@itemx overlay list
7241@cindex listing mapped overlays
7242Display a list of the overlays currently mapped, along with their mapped
7243addresses, load addresses, and sizes.
7244
7245@end table
7246
7247Normally, when @value{GDBN} prints a code address, it includes the name
7248of the function the address falls in:
7249
474c8240 7250@smallexample
df0cd8c5
JB
7251(gdb) print main
7252$3 = @{int ()@} 0x11a0 <main>
474c8240 7253@end smallexample
df0cd8c5
JB
7254@noindent
7255When overlay debugging is enabled, @value{GDBN} recognizes code in
7256unmapped overlays, and prints the names of unmapped functions with
7257asterisks around them. For example, if @code{foo} is a function in an
7258unmapped overlay, @value{GDBN} prints it this way:
7259
474c8240 7260@smallexample
df0cd8c5
JB
7261(gdb) overlay list
7262No sections are mapped.
7263(gdb) print foo
7264$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7265@end smallexample
df0cd8c5
JB
7266@noindent
7267When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7268name normally:
7269
474c8240 7270@smallexample
df0cd8c5
JB
7271(gdb) overlay list
7272Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7273 mapped at 0x1016 - 0x104a
7274(gdb) print foo
7275$6 = @{int (int)@} 0x1016 <foo>
474c8240 7276@end smallexample
df0cd8c5
JB
7277
7278When overlay debugging is enabled, @value{GDBN} can find the correct
7279address for functions and variables in an overlay, whether or not the
7280overlay is mapped. This allows most @value{GDBN} commands, like
7281@code{break} and @code{disassemble}, to work normally, even on unmapped
7282code. However, @value{GDBN}'s breakpoint support has some limitations:
7283
7284@itemize @bullet
7285@item
7286@cindex breakpoints in overlays
7287@cindex overlays, setting breakpoints in
7288You can set breakpoints in functions in unmapped overlays, as long as
7289@value{GDBN} can write to the overlay at its load address.
7290@item
7291@value{GDBN} can not set hardware or simulator-based breakpoints in
7292unmapped overlays. However, if you set a breakpoint at the end of your
7293overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7294you are using manual overlay management), @value{GDBN} will re-set its
7295breakpoints properly.
7296@end itemize
7297
7298
7299@node Automatic Overlay Debugging
7300@section Automatic Overlay Debugging
7301@cindex automatic overlay debugging
7302
7303@value{GDBN} can automatically track which overlays are mapped and which
7304are not, given some simple co-operation from the overlay manager in the
7305inferior. If you enable automatic overlay debugging with the
7306@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7307looks in the inferior's memory for certain variables describing the
7308current state of the overlays.
7309
7310Here are the variables your overlay manager must define to support
7311@value{GDBN}'s automatic overlay debugging:
7312
7313@table @asis
7314
7315@item @code{_ovly_table}:
7316This variable must be an array of the following structures:
7317
474c8240 7318@smallexample
df0cd8c5
JB
7319struct
7320@{
7321 /* The overlay's mapped address. */
7322 unsigned long vma;
7323
7324 /* The size of the overlay, in bytes. */
7325 unsigned long size;
7326
7327 /* The overlay's load address. */
7328 unsigned long lma;
7329
7330 /* Non-zero if the overlay is currently mapped;
7331 zero otherwise. */
7332 unsigned long mapped;
7333@}
474c8240 7334@end smallexample
df0cd8c5
JB
7335
7336@item @code{_novlys}:
7337This variable must be a four-byte signed integer, holding the total
7338number of elements in @code{_ovly_table}.
7339
7340@end table
7341
7342To decide whether a particular overlay is mapped or not, @value{GDBN}
7343looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7344@code{lma} members equal the VMA and LMA of the overlay's section in the
7345executable file. When @value{GDBN} finds a matching entry, it consults
7346the entry's @code{mapped} member to determine whether the overlay is
7347currently mapped.
7348
81d46470 7349In addition, your overlay manager may define a function called
def71bfa 7350@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7351will silently set a breakpoint there. If the overlay manager then
7352calls this function whenever it has changed the overlay table, this
7353will enable @value{GDBN} to accurately keep track of which overlays
7354are in program memory, and update any breakpoints that may be set
7355in overlays. This will allow breakpoints to work even if the
7356overlays are kept in ROM or other non-writable memory while they
7357are not being executed.
df0cd8c5
JB
7358
7359@node Overlay Sample Program
7360@section Overlay Sample Program
7361@cindex overlay example program
7362
7363When linking a program which uses overlays, you must place the overlays
7364at their load addresses, while relocating them to run at their mapped
7365addresses. To do this, you must write a linker script (@pxref{Overlay
7366Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7367since linker scripts are specific to a particular host system, target
7368architecture, and target memory layout, this manual cannot provide
7369portable sample code demonstrating @value{GDBN}'s overlay support.
7370
7371However, the @value{GDBN} source distribution does contain an overlaid
7372program, with linker scripts for a few systems, as part of its test
7373suite. The program consists of the following files from
7374@file{gdb/testsuite/gdb.base}:
7375
7376@table @file
7377@item overlays.c
7378The main program file.
7379@item ovlymgr.c
7380A simple overlay manager, used by @file{overlays.c}.
7381@item foo.c
7382@itemx bar.c
7383@itemx baz.c
7384@itemx grbx.c
7385Overlay modules, loaded and used by @file{overlays.c}.
7386@item d10v.ld
7387@itemx m32r.ld
7388Linker scripts for linking the test program on the @code{d10v-elf}
7389and @code{m32r-elf} targets.
7390@end table
7391
7392You can build the test program using the @code{d10v-elf} GCC
7393cross-compiler like this:
7394
474c8240 7395@smallexample
df0cd8c5
JB
7396$ d10v-elf-gcc -g -c overlays.c
7397$ d10v-elf-gcc -g -c ovlymgr.c
7398$ d10v-elf-gcc -g -c foo.c
7399$ d10v-elf-gcc -g -c bar.c
7400$ d10v-elf-gcc -g -c baz.c
7401$ d10v-elf-gcc -g -c grbx.c
7402$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7403 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7404@end smallexample
df0cd8c5
JB
7405
7406The build process is identical for any other architecture, except that
7407you must substitute the appropriate compiler and linker script for the
7408target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7409
7410
6d2ebf8b 7411@node Languages
c906108c
SS
7412@chapter Using @value{GDBN} with Different Languages
7413@cindex languages
7414
c906108c
SS
7415Although programming languages generally have common aspects, they are
7416rarely expressed in the same manner. For instance, in ANSI C,
7417dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7418Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7419represented (and displayed) differently. Hex numbers in C appear as
c906108c 7420@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7421
7422@cindex working language
7423Language-specific information is built into @value{GDBN} for some languages,
7424allowing you to express operations like the above in your program's
7425native language, and allowing @value{GDBN} to output values in a manner
7426consistent with the syntax of your program's native language. The
7427language you use to build expressions is called the @dfn{working
7428language}.
7429
7430@menu
7431* Setting:: Switching between source languages
7432* Show:: Displaying the language
c906108c 7433* Checks:: Type and range checks
c906108c
SS
7434* Support:: Supported languages
7435@end menu
7436
6d2ebf8b 7437@node Setting
c906108c
SS
7438@section Switching between source languages
7439
7440There are two ways to control the working language---either have @value{GDBN}
7441set it automatically, or select it manually yourself. You can use the
7442@code{set language} command for either purpose. On startup, @value{GDBN}
7443defaults to setting the language automatically. The working language is
7444used to determine how expressions you type are interpreted, how values
7445are printed, etc.
7446
7447In addition to the working language, every source file that
7448@value{GDBN} knows about has its own working language. For some object
7449file formats, the compiler might indicate which language a particular
7450source file is in. However, most of the time @value{GDBN} infers the
7451language from the name of the file. The language of a source file
b37052ae 7452controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7453show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7454set the language of a source file from within @value{GDBN}, but you can
7455set the language associated with a filename extension. @xref{Show, ,
7456Displaying the language}.
c906108c
SS
7457
7458This is most commonly a problem when you use a program, such
5d161b24 7459as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7460another language. In that case, make the
7461program use @code{#line} directives in its C output; that way
7462@value{GDBN} will know the correct language of the source code of the original
7463program, and will display that source code, not the generated C code.
7464
7465@menu
7466* Filenames:: Filename extensions and languages.
7467* Manually:: Setting the working language manually
7468* Automatically:: Having @value{GDBN} infer the source language
7469@end menu
7470
6d2ebf8b 7471@node Filenames
c906108c
SS
7472@subsection List of filename extensions and languages
7473
7474If a source file name ends in one of the following extensions, then
7475@value{GDBN} infers that its language is the one indicated.
7476
7477@table @file
7478
7479@item .c
7480C source file
7481
7482@item .C
7483@itemx .cc
7484@itemx .cp
7485@itemx .cpp
7486@itemx .cxx
7487@itemx .c++
b37052ae 7488C@t{++} source file
c906108c
SS
7489
7490@item .f
7491@itemx .F
7492Fortran source file
7493
c906108c
SS
7494@item .mod
7495Modula-2 source file
c906108c
SS
7496
7497@item .s
7498@itemx .S
7499Assembler source file. This actually behaves almost like C, but
7500@value{GDBN} does not skip over function prologues when stepping.
7501@end table
7502
7503In addition, you may set the language associated with a filename
7504extension. @xref{Show, , Displaying the language}.
7505
6d2ebf8b 7506@node Manually
c906108c
SS
7507@subsection Setting the working language
7508
7509If you allow @value{GDBN} to set the language automatically,
7510expressions are interpreted the same way in your debugging session and
7511your program.
7512
7513@kindex set language
7514If you wish, you may set the language manually. To do this, issue the
7515command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7516a language, such as
c906108c 7517@code{c} or @code{modula-2}.
c906108c
SS
7518For a list of the supported languages, type @samp{set language}.
7519
c906108c
SS
7520Setting the language manually prevents @value{GDBN} from updating the working
7521language automatically. This can lead to confusion if you try
7522to debug a program when the working language is not the same as the
7523source language, when an expression is acceptable to both
7524languages---but means different things. For instance, if the current
7525source file were written in C, and @value{GDBN} was parsing Modula-2, a
7526command such as:
7527
474c8240 7528@smallexample
c906108c 7529print a = b + c
474c8240 7530@end smallexample
c906108c
SS
7531
7532@noindent
7533might not have the effect you intended. In C, this means to add
7534@code{b} and @code{c} and place the result in @code{a}. The result
7535printed would be the value of @code{a}. In Modula-2, this means to compare
7536@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7537
6d2ebf8b 7538@node Automatically
c906108c
SS
7539@subsection Having @value{GDBN} infer the source language
7540
7541To have @value{GDBN} set the working language automatically, use
7542@samp{set language local} or @samp{set language auto}. @value{GDBN}
7543then infers the working language. That is, when your program stops in a
7544frame (usually by encountering a breakpoint), @value{GDBN} sets the
7545working language to the language recorded for the function in that
7546frame. If the language for a frame is unknown (that is, if the function
7547or block corresponding to the frame was defined in a source file that
7548does not have a recognized extension), the current working language is
7549not changed, and @value{GDBN} issues a warning.
7550
7551This may not seem necessary for most programs, which are written
7552entirely in one source language. However, program modules and libraries
7553written in one source language can be used by a main program written in
7554a different source language. Using @samp{set language auto} in this
7555case frees you from having to set the working language manually.
7556
6d2ebf8b 7557@node Show
c906108c 7558@section Displaying the language
c906108c
SS
7559
7560The following commands help you find out which language is the
7561working language, and also what language source files were written in.
7562
7563@kindex show language
d4f3574e
SS
7564@kindex info frame@r{, show the source language}
7565@kindex info source@r{, show the source language}
c906108c
SS
7566@table @code
7567@item show language
7568Display the current working language. This is the
7569language you can use with commands such as @code{print} to
7570build and compute expressions that may involve variables in your program.
7571
7572@item info frame
5d161b24 7573Display the source language for this frame. This language becomes the
c906108c 7574working language if you use an identifier from this frame.
5d161b24 7575@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7576information listed here.
7577
7578@item info source
7579Display the source language of this source file.
5d161b24 7580@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7581information listed here.
7582@end table
7583
7584In unusual circumstances, you may have source files with extensions
7585not in the standard list. You can then set the extension associated
7586with a language explicitly:
7587
7588@kindex set extension-language
7589@kindex info extensions
7590@table @code
7591@item set extension-language @var{.ext} @var{language}
7592Set source files with extension @var{.ext} to be assumed to be in
7593the source language @var{language}.
7594
7595@item info extensions
7596List all the filename extensions and the associated languages.
7597@end table
7598
6d2ebf8b 7599@node Checks
c906108c
SS
7600@section Type and range checking
7601
7602@quotation
7603@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7604checking are included, but they do not yet have any effect. This
7605section documents the intended facilities.
7606@end quotation
7607@c FIXME remove warning when type/range code added
7608
7609Some languages are designed to guard you against making seemingly common
7610errors through a series of compile- and run-time checks. These include
7611checking the type of arguments to functions and operators, and making
7612sure mathematical overflows are caught at run time. Checks such as
7613these help to ensure a program's correctness once it has been compiled
7614by eliminating type mismatches, and providing active checks for range
7615errors when your program is running.
7616
7617@value{GDBN} can check for conditions like the above if you wish.
7618Although @value{GDBN} does not check the statements in your program, it
7619can check expressions entered directly into @value{GDBN} for evaluation via
7620the @code{print} command, for example. As with the working language,
7621@value{GDBN} can also decide whether or not to check automatically based on
7622your program's source language. @xref{Support, ,Supported languages},
7623for the default settings of supported languages.
7624
7625@menu
7626* Type Checking:: An overview of type checking
7627* Range Checking:: An overview of range checking
7628@end menu
7629
7630@cindex type checking
7631@cindex checks, type
6d2ebf8b 7632@node Type Checking
c906108c
SS
7633@subsection An overview of type checking
7634
7635Some languages, such as Modula-2, are strongly typed, meaning that the
7636arguments to operators and functions have to be of the correct type,
7637otherwise an error occurs. These checks prevent type mismatch
7638errors from ever causing any run-time problems. For example,
7639
7640@smallexample
76411 + 2 @result{} 3
7642@exdent but
7643@error{} 1 + 2.3
7644@end smallexample
7645
7646The second example fails because the @code{CARDINAL} 1 is not
7647type-compatible with the @code{REAL} 2.3.
7648
5d161b24
DB
7649For the expressions you use in @value{GDBN} commands, you can tell the
7650@value{GDBN} type checker to skip checking;
7651to treat any mismatches as errors and abandon the expression;
7652or to only issue warnings when type mismatches occur,
c906108c
SS
7653but evaluate the expression anyway. When you choose the last of
7654these, @value{GDBN} evaluates expressions like the second example above, but
7655also issues a warning.
7656
5d161b24
DB
7657Even if you turn type checking off, there may be other reasons
7658related to type that prevent @value{GDBN} from evaluating an expression.
7659For instance, @value{GDBN} does not know how to add an @code{int} and
7660a @code{struct foo}. These particular type errors have nothing to do
7661with the language in use, and usually arise from expressions, such as
c906108c
SS
7662the one described above, which make little sense to evaluate anyway.
7663
7664Each language defines to what degree it is strict about type. For
7665instance, both Modula-2 and C require the arguments to arithmetical
7666operators to be numbers. In C, enumerated types and pointers can be
7667represented as numbers, so that they are valid arguments to mathematical
7668operators. @xref{Support, ,Supported languages}, for further
7669details on specific languages.
7670
7671@value{GDBN} provides some additional commands for controlling the type checker:
7672
d4f3574e 7673@kindex set check@r{, type}
c906108c
SS
7674@kindex set check type
7675@kindex show check type
7676@table @code
7677@item set check type auto
7678Set type checking on or off based on the current working language.
7679@xref{Support, ,Supported languages}, for the default settings for
7680each language.
7681
7682@item set check type on
7683@itemx set check type off
7684Set type checking on or off, overriding the default setting for the
7685current working language. Issue a warning if the setting does not
7686match the language default. If any type mismatches occur in
d4f3574e 7687evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7688message and aborts evaluation of the expression.
7689
7690@item set check type warn
7691Cause the type checker to issue warnings, but to always attempt to
7692evaluate the expression. Evaluating the expression may still
7693be impossible for other reasons. For example, @value{GDBN} cannot add
7694numbers and structures.
7695
7696@item show type
5d161b24 7697Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7698is setting it automatically.
7699@end table
7700
7701@cindex range checking
7702@cindex checks, range
6d2ebf8b 7703@node Range Checking
c906108c
SS
7704@subsection An overview of range checking
7705
7706In some languages (such as Modula-2), it is an error to exceed the
7707bounds of a type; this is enforced with run-time checks. Such range
7708checking is meant to ensure program correctness by making sure
7709computations do not overflow, or indices on an array element access do
7710not exceed the bounds of the array.
7711
7712For expressions you use in @value{GDBN} commands, you can tell
7713@value{GDBN} to treat range errors in one of three ways: ignore them,
7714always treat them as errors and abandon the expression, or issue
7715warnings but evaluate the expression anyway.
7716
7717A range error can result from numerical overflow, from exceeding an
7718array index bound, or when you type a constant that is not a member
7719of any type. Some languages, however, do not treat overflows as an
7720error. In many implementations of C, mathematical overflow causes the
7721result to ``wrap around'' to lower values---for example, if @var{m} is
7722the largest integer value, and @var{s} is the smallest, then
7723
474c8240 7724@smallexample
c906108c 7725@var{m} + 1 @result{} @var{s}
474c8240 7726@end smallexample
c906108c
SS
7727
7728This, too, is specific to individual languages, and in some cases
7729specific to individual compilers or machines. @xref{Support, ,
7730Supported languages}, for further details on specific languages.
7731
7732@value{GDBN} provides some additional commands for controlling the range checker:
7733
d4f3574e 7734@kindex set check@r{, range}
c906108c
SS
7735@kindex set check range
7736@kindex show check range
7737@table @code
7738@item set check range auto
7739Set range checking on or off based on the current working language.
7740@xref{Support, ,Supported languages}, for the default settings for
7741each language.
7742
7743@item set check range on
7744@itemx set check range off
7745Set range checking on or off, overriding the default setting for the
7746current working language. A warning is issued if the setting does not
c3f6f71d
JM
7747match the language default. If a range error occurs and range checking is on,
7748then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7749
7750@item set check range warn
7751Output messages when the @value{GDBN} range checker detects a range error,
7752but attempt to evaluate the expression anyway. Evaluating the
7753expression may still be impossible for other reasons, such as accessing
7754memory that the process does not own (a typical example from many Unix
7755systems).
7756
7757@item show range
7758Show the current setting of the range checker, and whether or not it is
7759being set automatically by @value{GDBN}.
7760@end table
c906108c 7761
6d2ebf8b 7762@node Support
c906108c 7763@section Supported languages
c906108c 7764
e632838e 7765@value{GDBN} supports C, C@t{++}, Fortran, Java, assembly, and Modula-2.
cce74817 7766@c This is false ...
c906108c
SS
7767Some @value{GDBN} features may be used in expressions regardless of the
7768language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7769and the @samp{@{type@}addr} construct (@pxref{Expressions,
7770,Expressions}) can be used with the constructs of any supported
7771language.
7772
7773The following sections detail to what degree each source language is
7774supported by @value{GDBN}. These sections are not meant to be language
7775tutorials or references, but serve only as a reference guide to what the
7776@value{GDBN} expression parser accepts, and what input and output
7777formats should look like for different languages. There are many good
7778books written on each of these languages; please look to these for a
7779language reference or tutorial.
7780
c906108c 7781@menu
b37052ae 7782* C:: C and C@t{++}
cce74817 7783* Modula-2:: Modula-2
c906108c
SS
7784@end menu
7785
6d2ebf8b 7786@node C
b37052ae 7787@subsection C and C@t{++}
7a292a7a 7788
b37052ae
EZ
7789@cindex C and C@t{++}
7790@cindex expressions in C or C@t{++}
c906108c 7791
b37052ae 7792Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7793to both languages. Whenever this is the case, we discuss those languages
7794together.
7795
41afff9a
EZ
7796@cindex C@t{++}
7797@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7798@cindex @sc{gnu} C@t{++}
7799The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7800compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7801effectively, you must compile your C@t{++} programs with a supported
7802C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7803compiler (@code{aCC}).
7804
0179ffac
DC
7805For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7806format; if it doesn't work on your system, try the stabs+ debugging
7807format. You can select those formats explicitly with the @code{g++}
7808command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7809@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7810CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7811
c906108c 7812@menu
b37052ae
EZ
7813* C Operators:: C and C@t{++} operators
7814* C Constants:: C and C@t{++} constants
7815* C plus plus expressions:: C@t{++} expressions
7816* C Defaults:: Default settings for C and C@t{++}
7817* C Checks:: C and C@t{++} type and range checks
c906108c 7818* Debugging C:: @value{GDBN} and C
b37052ae 7819* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7820@end menu
c906108c 7821
6d2ebf8b 7822@node C Operators
b37052ae 7823@subsubsection C and C@t{++} operators
7a292a7a 7824
b37052ae 7825@cindex C and C@t{++} operators
c906108c
SS
7826
7827Operators must be defined on values of specific types. For instance,
7828@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7829often defined on groups of types.
c906108c 7830
b37052ae 7831For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7832
7833@itemize @bullet
53a5351d 7834
c906108c 7835@item
c906108c 7836@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7837specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7838
7839@item
d4f3574e
SS
7840@emph{Floating-point types} include @code{float}, @code{double}, and
7841@code{long double} (if supported by the target platform).
c906108c
SS
7842
7843@item
53a5351d 7844@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7845
7846@item
7847@emph{Scalar types} include all of the above.
53a5351d 7848
c906108c
SS
7849@end itemize
7850
7851@noindent
7852The following operators are supported. They are listed here
7853in order of increasing precedence:
7854
7855@table @code
7856@item ,
7857The comma or sequencing operator. Expressions in a comma-separated list
7858are evaluated from left to right, with the result of the entire
7859expression being the last expression evaluated.
7860
7861@item =
7862Assignment. The value of an assignment expression is the value
7863assigned. Defined on scalar types.
7864
7865@item @var{op}=
7866Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7867and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7868@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7869@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7870@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7871
7872@item ?:
7873The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7874of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7875integral type.
7876
7877@item ||
7878Logical @sc{or}. Defined on integral types.
7879
7880@item &&
7881Logical @sc{and}. Defined on integral types.
7882
7883@item |
7884Bitwise @sc{or}. Defined on integral types.
7885
7886@item ^
7887Bitwise exclusive-@sc{or}. Defined on integral types.
7888
7889@item &
7890Bitwise @sc{and}. Defined on integral types.
7891
7892@item ==@r{, }!=
7893Equality and inequality. Defined on scalar types. The value of these
7894expressions is 0 for false and non-zero for true.
7895
7896@item <@r{, }>@r{, }<=@r{, }>=
7897Less than, greater than, less than or equal, greater than or equal.
7898Defined on scalar types. The value of these expressions is 0 for false
7899and non-zero for true.
7900
7901@item <<@r{, }>>
7902left shift, and right shift. Defined on integral types.
7903
7904@item @@
7905The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7906
7907@item +@r{, }-
7908Addition and subtraction. Defined on integral types, floating-point types and
7909pointer types.
7910
7911@item *@r{, }/@r{, }%
7912Multiplication, division, and modulus. Multiplication and division are
7913defined on integral and floating-point types. Modulus is defined on
7914integral types.
7915
7916@item ++@r{, }--
7917Increment and decrement. When appearing before a variable, the
7918operation is performed before the variable is used in an expression;
7919when appearing after it, the variable's value is used before the
7920operation takes place.
7921
7922@item *
7923Pointer dereferencing. Defined on pointer types. Same precedence as
7924@code{++}.
7925
7926@item &
7927Address operator. Defined on variables. Same precedence as @code{++}.
7928
b37052ae
EZ
7929For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7930allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 7931(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 7932where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 7933stored.
c906108c
SS
7934
7935@item -
7936Negative. Defined on integral and floating-point types. Same
7937precedence as @code{++}.
7938
7939@item !
7940Logical negation. Defined on integral types. Same precedence as
7941@code{++}.
7942
7943@item ~
7944Bitwise complement operator. Defined on integral types. Same precedence as
7945@code{++}.
7946
7947
7948@item .@r{, }->
7949Structure member, and pointer-to-structure member. For convenience,
7950@value{GDBN} regards the two as equivalent, choosing whether to dereference a
7951pointer based on the stored type information.
7952Defined on @code{struct} and @code{union} data.
7953
c906108c
SS
7954@item .*@r{, }->*
7955Dereferences of pointers to members.
c906108c
SS
7956
7957@item []
7958Array indexing. @code{@var{a}[@var{i}]} is defined as
7959@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7960
7961@item ()
7962Function parameter list. Same precedence as @code{->}.
7963
c906108c 7964@item ::
b37052ae 7965C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 7966and @code{class} types.
c906108c
SS
7967
7968@item ::
7a292a7a
SS
7969Doubled colons also represent the @value{GDBN} scope operator
7970(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
7971above.
c906108c
SS
7972@end table
7973
c906108c
SS
7974If an operator is redefined in the user code, @value{GDBN} usually
7975attempts to invoke the redefined version instead of using the operator's
7976predefined meaning.
c906108c 7977
c906108c 7978@menu
5d161b24 7979* C Constants::
c906108c
SS
7980@end menu
7981
6d2ebf8b 7982@node C Constants
b37052ae 7983@subsubsection C and C@t{++} constants
c906108c 7984
b37052ae 7985@cindex C and C@t{++} constants
c906108c 7986
b37052ae 7987@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 7988following ways:
c906108c
SS
7989
7990@itemize @bullet
7991@item
7992Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
7993specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
7994by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
7995@samp{l}, specifying that the constant should be treated as a
7996@code{long} value.
7997
7998@item
7999Floating point constants are a sequence of digits, followed by a decimal
8000point, followed by a sequence of digits, and optionally followed by an
8001exponent. An exponent is of the form:
8002@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8003sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8004A floating-point constant may also end with a letter @samp{f} or
8005@samp{F}, specifying that the constant should be treated as being of
8006the @code{float} (as opposed to the default @code{double}) type; or with
8007a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8008constant.
c906108c
SS
8009
8010@item
8011Enumerated constants consist of enumerated identifiers, or their
8012integral equivalents.
8013
8014@item
8015Character constants are a single character surrounded by single quotes
8016(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8017(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8018be represented by a letter or by @dfn{escape sequences}, which are of
8019the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8020of the character's ordinal value; or of the form @samp{\@var{x}}, where
8021@samp{@var{x}} is a predefined special character---for example,
8022@samp{\n} for newline.
8023
8024@item
96a2c332
SS
8025String constants are a sequence of character constants surrounded by
8026double quotes (@code{"}). Any valid character constant (as described
8027above) may appear. Double quotes within the string must be preceded by
8028a backslash, so for instance @samp{"a\"b'c"} is a string of five
8029characters.
c906108c
SS
8030
8031@item
8032Pointer constants are an integral value. You can also write pointers
8033to constants using the C operator @samp{&}.
8034
8035@item
8036Array constants are comma-separated lists surrounded by braces @samp{@{}
8037and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8038integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8039and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8040@end itemize
8041
c906108c 8042@menu
5d161b24
DB
8043* C plus plus expressions::
8044* C Defaults::
8045* C Checks::
c906108c 8046
5d161b24 8047* Debugging C::
c906108c
SS
8048@end menu
8049
6d2ebf8b 8050@node C plus plus expressions
b37052ae
EZ
8051@subsubsection C@t{++} expressions
8052
8053@cindex expressions in C@t{++}
8054@value{GDBN} expression handling can interpret most C@t{++} expressions.
8055
0179ffac
DC
8056@cindex debugging C@t{++} programs
8057@cindex C@t{++} compilers
8058@cindex debug formats and C@t{++}
8059@cindex @value{NGCC} and C@t{++}
c906108c 8060@quotation
b37052ae 8061@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8062proper compiler and the proper debug format. Currently, @value{GDBN}
8063works best when debugging C@t{++} code that is compiled with
8064@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8065@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8066stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8067stabs+ as their default debug format, so you usually don't need to
8068specify a debug format explicitly. Other compilers and/or debug formats
8069are likely to work badly or not at all when using @value{GDBN} to debug
8070C@t{++} code.
c906108c 8071@end quotation
c906108c
SS
8072
8073@enumerate
8074
8075@cindex member functions
8076@item
8077Member function calls are allowed; you can use expressions like
8078
474c8240 8079@smallexample
c906108c 8080count = aml->GetOriginal(x, y)
474c8240 8081@end smallexample
c906108c 8082
41afff9a 8083@vindex this@r{, inside C@t{++} member functions}
b37052ae 8084@cindex namespace in C@t{++}
c906108c
SS
8085@item
8086While a member function is active (in the selected stack frame), your
8087expressions have the same namespace available as the member function;
8088that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8089pointer @code{this} following the same rules as C@t{++}.
c906108c 8090
c906108c 8091@cindex call overloaded functions
d4f3574e 8092@cindex overloaded functions, calling
b37052ae 8093@cindex type conversions in C@t{++}
c906108c
SS
8094@item
8095You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8096call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8097perform overload resolution involving user-defined type conversions,
8098calls to constructors, or instantiations of templates that do not exist
8099in the program. It also cannot handle ellipsis argument lists or
8100default arguments.
8101
8102It does perform integral conversions and promotions, floating-point
8103promotions, arithmetic conversions, pointer conversions, conversions of
8104class objects to base classes, and standard conversions such as those of
8105functions or arrays to pointers; it requires an exact match on the
8106number of function arguments.
8107
8108Overload resolution is always performed, unless you have specified
8109@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8110,@value{GDBN} features for C@t{++}}.
c906108c 8111
d4f3574e 8112You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8113explicit function signature to call an overloaded function, as in
8114@smallexample
8115p 'foo(char,int)'('x', 13)
8116@end smallexample
d4f3574e 8117
c906108c 8118The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8119see @ref{Completion, ,Command completion}.
c906108c 8120
c906108c
SS
8121@cindex reference declarations
8122@item
b37052ae
EZ
8123@value{GDBN} understands variables declared as C@t{++} references; you can use
8124them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8125dereferenced.
8126
8127In the parameter list shown when @value{GDBN} displays a frame, the values of
8128reference variables are not displayed (unlike other variables); this
8129avoids clutter, since references are often used for large structures.
8130The @emph{address} of a reference variable is always shown, unless
8131you have specified @samp{set print address off}.
8132
8133@item
b37052ae 8134@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8135expressions can use it just as expressions in your program do. Since
8136one scope may be defined in another, you can use @code{::} repeatedly if
8137necessary, for example in an expression like
8138@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8139resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8140debugging (@pxref{Variables, ,Program variables}).
8141@end enumerate
8142
b37052ae 8143In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8144calling virtual functions correctly, printing out virtual bases of
8145objects, calling functions in a base subobject, casting objects, and
8146invoking user-defined operators.
c906108c 8147
6d2ebf8b 8148@node C Defaults
b37052ae 8149@subsubsection C and C@t{++} defaults
7a292a7a 8150
b37052ae 8151@cindex C and C@t{++} defaults
c906108c 8152
c906108c
SS
8153If you allow @value{GDBN} to set type and range checking automatically, they
8154both default to @code{off} whenever the working language changes to
b37052ae 8155C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8156selects the working language.
c906108c
SS
8157
8158If you allow @value{GDBN} to set the language automatically, it
8159recognizes source files whose names end with @file{.c}, @file{.C}, or
8160@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8161these files, it sets the working language to C or C@t{++}.
c906108c
SS
8162@xref{Automatically, ,Having @value{GDBN} infer the source language},
8163for further details.
8164
c906108c
SS
8165@c Type checking is (a) primarily motivated by Modula-2, and (b)
8166@c unimplemented. If (b) changes, it might make sense to let this node
8167@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8168
6d2ebf8b 8169@node C Checks
b37052ae 8170@subsubsection C and C@t{++} type and range checks
7a292a7a 8171
b37052ae 8172@cindex C and C@t{++} checks
c906108c 8173
b37052ae 8174By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8175is not used. However, if you turn type checking on, @value{GDBN}
8176considers two variables type equivalent if:
8177
8178@itemize @bullet
8179@item
8180The two variables are structured and have the same structure, union, or
8181enumerated tag.
8182
8183@item
8184The two variables have the same type name, or types that have been
8185declared equivalent through @code{typedef}.
8186
8187@ignore
8188@c leaving this out because neither J Gilmore nor R Pesch understand it.
8189@c FIXME--beers?
8190@item
8191The two @code{struct}, @code{union}, or @code{enum} variables are
8192declared in the same declaration. (Note: this may not be true for all C
8193compilers.)
8194@end ignore
8195@end itemize
8196
8197Range checking, if turned on, is done on mathematical operations. Array
8198indices are not checked, since they are often used to index a pointer
8199that is not itself an array.
c906108c 8200
6d2ebf8b 8201@node Debugging C
c906108c 8202@subsubsection @value{GDBN} and C
c906108c
SS
8203
8204The @code{set print union} and @code{show print union} commands apply to
8205the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8206inside a @code{struct} or @code{class} is also printed. Otherwise, it
8207appears as @samp{@{...@}}.
c906108c
SS
8208
8209The @code{@@} operator aids in the debugging of dynamic arrays, formed
8210with pointers and a memory allocation function. @xref{Expressions,
8211,Expressions}.
8212
c906108c 8213@menu
5d161b24 8214* Debugging C plus plus::
c906108c
SS
8215@end menu
8216
6d2ebf8b 8217@node Debugging C plus plus
b37052ae 8218@subsubsection @value{GDBN} features for C@t{++}
c906108c 8219
b37052ae 8220@cindex commands for C@t{++}
7a292a7a 8221
b37052ae
EZ
8222Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8223designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8224
8225@table @code
8226@cindex break in overloaded functions
8227@item @r{breakpoint menus}
8228When you want a breakpoint in a function whose name is overloaded,
8229@value{GDBN} breakpoint menus help you specify which function definition
8230you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8231
b37052ae 8232@cindex overloading in C@t{++}
c906108c
SS
8233@item rbreak @var{regex}
8234Setting breakpoints using regular expressions is helpful for setting
8235breakpoints on overloaded functions that are not members of any special
8236classes.
8237@xref{Set Breaks, ,Setting breakpoints}.
8238
b37052ae 8239@cindex C@t{++} exception handling
c906108c
SS
8240@item catch throw
8241@itemx catch catch
b37052ae 8242Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8243Catchpoints, , Setting catchpoints}.
8244
8245@cindex inheritance
8246@item ptype @var{typename}
8247Print inheritance relationships as well as other information for type
8248@var{typename}.
8249@xref{Symbols, ,Examining the Symbol Table}.
8250
b37052ae 8251@cindex C@t{++} symbol display
c906108c
SS
8252@item set print demangle
8253@itemx show print demangle
8254@itemx set print asm-demangle
8255@itemx show print asm-demangle
b37052ae
EZ
8256Control whether C@t{++} symbols display in their source form, both when
8257displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8258@xref{Print Settings, ,Print settings}.
8259
8260@item set print object
8261@itemx show print object
8262Choose whether to print derived (actual) or declared types of objects.
8263@xref{Print Settings, ,Print settings}.
8264
8265@item set print vtbl
8266@itemx show print vtbl
8267Control the format for printing virtual function tables.
8268@xref{Print Settings, ,Print settings}.
c906108c 8269(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8270ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8271
8272@kindex set overload-resolution
d4f3574e 8273@cindex overloaded functions, overload resolution
c906108c 8274@item set overload-resolution on
b37052ae 8275Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8276is on. For overloaded functions, @value{GDBN} evaluates the arguments
8277and searches for a function whose signature matches the argument types,
b37052ae 8278using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8279expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8280message.
8281
8282@item set overload-resolution off
b37052ae 8283Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8284overloaded functions that are not class member functions, @value{GDBN}
8285chooses the first function of the specified name that it finds in the
8286symbol table, whether or not its arguments are of the correct type. For
8287overloaded functions that are class member functions, @value{GDBN}
8288searches for a function whose signature @emph{exactly} matches the
8289argument types.
c906108c
SS
8290
8291@item @r{Overloaded symbol names}
8292You can specify a particular definition of an overloaded symbol, using
b37052ae 8293the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8294@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8295also use the @value{GDBN} command-line word completion facilities to list the
8296available choices, or to finish the type list for you.
8297@xref{Completion,, Command completion}, for details on how to do this.
8298@end table
c906108c 8299
6d2ebf8b 8300@node Modula-2
c906108c 8301@subsection Modula-2
7a292a7a 8302
d4f3574e 8303@cindex Modula-2, @value{GDBN} support
c906108c
SS
8304
8305The extensions made to @value{GDBN} to support Modula-2 only support
8306output from the @sc{gnu} Modula-2 compiler (which is currently being
8307developed). Other Modula-2 compilers are not currently supported, and
8308attempting to debug executables produced by them is most likely
8309to give an error as @value{GDBN} reads in the executable's symbol
8310table.
8311
8312@cindex expressions in Modula-2
8313@menu
8314* M2 Operators:: Built-in operators
8315* Built-In Func/Proc:: Built-in functions and procedures
8316* M2 Constants:: Modula-2 constants
8317* M2 Defaults:: Default settings for Modula-2
8318* Deviations:: Deviations from standard Modula-2
8319* M2 Checks:: Modula-2 type and range checks
8320* M2 Scope:: The scope operators @code{::} and @code{.}
8321* GDB/M2:: @value{GDBN} and Modula-2
8322@end menu
8323
6d2ebf8b 8324@node M2 Operators
c906108c
SS
8325@subsubsection Operators
8326@cindex Modula-2 operators
8327
8328Operators must be defined on values of specific types. For instance,
8329@code{+} is defined on numbers, but not on structures. Operators are
8330often defined on groups of types. For the purposes of Modula-2, the
8331following definitions hold:
8332
8333@itemize @bullet
8334
8335@item
8336@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8337their subranges.
8338
8339@item
8340@emph{Character types} consist of @code{CHAR} and its subranges.
8341
8342@item
8343@emph{Floating-point types} consist of @code{REAL}.
8344
8345@item
8346@emph{Pointer types} consist of anything declared as @code{POINTER TO
8347@var{type}}.
8348
8349@item
8350@emph{Scalar types} consist of all of the above.
8351
8352@item
8353@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8354
8355@item
8356@emph{Boolean types} consist of @code{BOOLEAN}.
8357@end itemize
8358
8359@noindent
8360The following operators are supported, and appear in order of
8361increasing precedence:
8362
8363@table @code
8364@item ,
8365Function argument or array index separator.
8366
8367@item :=
8368Assignment. The value of @var{var} @code{:=} @var{value} is
8369@var{value}.
8370
8371@item <@r{, }>
8372Less than, greater than on integral, floating-point, or enumerated
8373types.
8374
8375@item <=@r{, }>=
96a2c332 8376Less than or equal to, greater than or equal to
c906108c
SS
8377on integral, floating-point and enumerated types, or set inclusion on
8378set types. Same precedence as @code{<}.
8379
8380@item =@r{, }<>@r{, }#
8381Equality and two ways of expressing inequality, valid on scalar types.
8382Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8383available for inequality, since @code{#} conflicts with the script
8384comment character.
8385
8386@item IN
8387Set membership. Defined on set types and the types of their members.
8388Same precedence as @code{<}.
8389
8390@item OR
8391Boolean disjunction. Defined on boolean types.
8392
8393@item AND@r{, }&
d4f3574e 8394Boolean conjunction. Defined on boolean types.
c906108c
SS
8395
8396@item @@
8397The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8398
8399@item +@r{, }-
8400Addition and subtraction on integral and floating-point types, or union
8401and difference on set types.
8402
8403@item *
8404Multiplication on integral and floating-point types, or set intersection
8405on set types.
8406
8407@item /
8408Division on floating-point types, or symmetric set difference on set
8409types. Same precedence as @code{*}.
8410
8411@item DIV@r{, }MOD
8412Integer division and remainder. Defined on integral types. Same
8413precedence as @code{*}.
8414
8415@item -
8416Negative. Defined on @code{INTEGER} and @code{REAL} data.
8417
8418@item ^
8419Pointer dereferencing. Defined on pointer types.
8420
8421@item NOT
8422Boolean negation. Defined on boolean types. Same precedence as
8423@code{^}.
8424
8425@item .
8426@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8427precedence as @code{^}.
8428
8429@item []
8430Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8431
8432@item ()
8433Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8434as @code{^}.
8435
8436@item ::@r{, }.
8437@value{GDBN} and Modula-2 scope operators.
8438@end table
8439
8440@quotation
8441@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8442treats the use of the operator @code{IN}, or the use of operators
8443@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8444@code{<=}, and @code{>=} on sets as an error.
8445@end quotation
8446
cb51c4e0 8447
6d2ebf8b 8448@node Built-In Func/Proc
c906108c 8449@subsubsection Built-in functions and procedures
cb51c4e0 8450@cindex Modula-2 built-ins
c906108c
SS
8451
8452Modula-2 also makes available several built-in procedures and functions.
8453In describing these, the following metavariables are used:
8454
8455@table @var
8456
8457@item a
8458represents an @code{ARRAY} variable.
8459
8460@item c
8461represents a @code{CHAR} constant or variable.
8462
8463@item i
8464represents a variable or constant of integral type.
8465
8466@item m
8467represents an identifier that belongs to a set. Generally used in the
8468same function with the metavariable @var{s}. The type of @var{s} should
8469be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8470
8471@item n
8472represents a variable or constant of integral or floating-point type.
8473
8474@item r
8475represents a variable or constant of floating-point type.
8476
8477@item t
8478represents a type.
8479
8480@item v
8481represents a variable.
8482
8483@item x
8484represents a variable or constant of one of many types. See the
8485explanation of the function for details.
8486@end table
8487
8488All Modula-2 built-in procedures also return a result, described below.
8489
8490@table @code
8491@item ABS(@var{n})
8492Returns the absolute value of @var{n}.
8493
8494@item CAP(@var{c})
8495If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8496equivalent, otherwise it returns its argument.
c906108c
SS
8497
8498@item CHR(@var{i})
8499Returns the character whose ordinal value is @var{i}.
8500
8501@item DEC(@var{v})
c3f6f71d 8502Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8503
8504@item DEC(@var{v},@var{i})
8505Decrements the value in the variable @var{v} by @var{i}. Returns the
8506new value.
8507
8508@item EXCL(@var{m},@var{s})
8509Removes the element @var{m} from the set @var{s}. Returns the new
8510set.
8511
8512@item FLOAT(@var{i})
8513Returns the floating point equivalent of the integer @var{i}.
8514
8515@item HIGH(@var{a})
8516Returns the index of the last member of @var{a}.
8517
8518@item INC(@var{v})
c3f6f71d 8519Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8520
8521@item INC(@var{v},@var{i})
8522Increments the value in the variable @var{v} by @var{i}. Returns the
8523new value.
8524
8525@item INCL(@var{m},@var{s})
8526Adds the element @var{m} to the set @var{s} if it is not already
8527there. Returns the new set.
8528
8529@item MAX(@var{t})
8530Returns the maximum value of the type @var{t}.
8531
8532@item MIN(@var{t})
8533Returns the minimum value of the type @var{t}.
8534
8535@item ODD(@var{i})
8536Returns boolean TRUE if @var{i} is an odd number.
8537
8538@item ORD(@var{x})
8539Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8540value of a character is its @sc{ascii} value (on machines supporting the
8541@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8542integral, character and enumerated types.
8543
8544@item SIZE(@var{x})
8545Returns the size of its argument. @var{x} can be a variable or a type.
8546
8547@item TRUNC(@var{r})
8548Returns the integral part of @var{r}.
8549
8550@item VAL(@var{t},@var{i})
8551Returns the member of the type @var{t} whose ordinal value is @var{i}.
8552@end table
8553
8554@quotation
8555@emph{Warning:} Sets and their operations are not yet supported, so
8556@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8557an error.
8558@end quotation
8559
8560@cindex Modula-2 constants
6d2ebf8b 8561@node M2 Constants
c906108c
SS
8562@subsubsection Constants
8563
8564@value{GDBN} allows you to express the constants of Modula-2 in the following
8565ways:
8566
8567@itemize @bullet
8568
8569@item
8570Integer constants are simply a sequence of digits. When used in an
8571expression, a constant is interpreted to be type-compatible with the
8572rest of the expression. Hexadecimal integers are specified by a
8573trailing @samp{H}, and octal integers by a trailing @samp{B}.
8574
8575@item
8576Floating point constants appear as a sequence of digits, followed by a
8577decimal point and another sequence of digits. An optional exponent can
8578then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8579@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8580digits of the floating point constant must be valid decimal (base 10)
8581digits.
8582
8583@item
8584Character constants consist of a single character enclosed by a pair of
8585like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8586also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8587followed by a @samp{C}.
8588
8589@item
8590String constants consist of a sequence of characters enclosed by a
8591pair of like quotes, either single (@code{'}) or double (@code{"}).
8592Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8593Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8594sequences.
8595
8596@item
8597Enumerated constants consist of an enumerated identifier.
8598
8599@item
8600Boolean constants consist of the identifiers @code{TRUE} and
8601@code{FALSE}.
8602
8603@item
8604Pointer constants consist of integral values only.
8605
8606@item
8607Set constants are not yet supported.
8608@end itemize
8609
6d2ebf8b 8610@node M2 Defaults
c906108c
SS
8611@subsubsection Modula-2 defaults
8612@cindex Modula-2 defaults
8613
8614If type and range checking are set automatically by @value{GDBN}, they
8615both default to @code{on} whenever the working language changes to
d4f3574e 8616Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8617selected the working language.
8618
8619If you allow @value{GDBN} to set the language automatically, then entering
8620code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8621working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8622the language automatically}, for further details.
8623
6d2ebf8b 8624@node Deviations
c906108c
SS
8625@subsubsection Deviations from standard Modula-2
8626@cindex Modula-2, deviations from
8627
8628A few changes have been made to make Modula-2 programs easier to debug.
8629This is done primarily via loosening its type strictness:
8630
8631@itemize @bullet
8632@item
8633Unlike in standard Modula-2, pointer constants can be formed by
8634integers. This allows you to modify pointer variables during
8635debugging. (In standard Modula-2, the actual address contained in a
8636pointer variable is hidden from you; it can only be modified
8637through direct assignment to another pointer variable or expression that
8638returned a pointer.)
8639
8640@item
8641C escape sequences can be used in strings and characters to represent
8642non-printable characters. @value{GDBN} prints out strings with these
8643escape sequences embedded. Single non-printable characters are
8644printed using the @samp{CHR(@var{nnn})} format.
8645
8646@item
8647The assignment operator (@code{:=}) returns the value of its right-hand
8648argument.
8649
8650@item
8651All built-in procedures both modify @emph{and} return their argument.
8652@end itemize
8653
6d2ebf8b 8654@node M2 Checks
c906108c
SS
8655@subsubsection Modula-2 type and range checks
8656@cindex Modula-2 checks
8657
8658@quotation
8659@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8660range checking.
8661@end quotation
8662@c FIXME remove warning when type/range checks added
8663
8664@value{GDBN} considers two Modula-2 variables type equivalent if:
8665
8666@itemize @bullet
8667@item
8668They are of types that have been declared equivalent via a @code{TYPE
8669@var{t1} = @var{t2}} statement
8670
8671@item
8672They have been declared on the same line. (Note: This is true of the
8673@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8674@end itemize
8675
8676As long as type checking is enabled, any attempt to combine variables
8677whose types are not equivalent is an error.
8678
8679Range checking is done on all mathematical operations, assignment, array
8680index bounds, and all built-in functions and procedures.
8681
6d2ebf8b 8682@node M2 Scope
c906108c
SS
8683@subsubsection The scope operators @code{::} and @code{.}
8684@cindex scope
41afff9a 8685@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8686@cindex colon, doubled as scope operator
8687@ifinfo
41afff9a 8688@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8689@c Info cannot handle :: but TeX can.
8690@end ifinfo
8691@iftex
41afff9a 8692@vindex ::@r{, in Modula-2}
c906108c
SS
8693@end iftex
8694
8695There are a few subtle differences between the Modula-2 scope operator
8696(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8697similar syntax:
8698
474c8240 8699@smallexample
c906108c
SS
8700
8701@var{module} . @var{id}
8702@var{scope} :: @var{id}
474c8240 8703@end smallexample
c906108c
SS
8704
8705@noindent
8706where @var{scope} is the name of a module or a procedure,
8707@var{module} the name of a module, and @var{id} is any declared
8708identifier within your program, except another module.
8709
8710Using the @code{::} operator makes @value{GDBN} search the scope
8711specified by @var{scope} for the identifier @var{id}. If it is not
8712found in the specified scope, then @value{GDBN} searches all scopes
8713enclosing the one specified by @var{scope}.
8714
8715Using the @code{.} operator makes @value{GDBN} search the current scope for
8716the identifier specified by @var{id} that was imported from the
8717definition module specified by @var{module}. With this operator, it is
8718an error if the identifier @var{id} was not imported from definition
8719module @var{module}, or if @var{id} is not an identifier in
8720@var{module}.
8721
6d2ebf8b 8722@node GDB/M2
c906108c
SS
8723@subsubsection @value{GDBN} and Modula-2
8724
8725Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8726Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8727specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8728@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8729apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8730analogue in Modula-2.
8731
8732The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8733with any language, is not useful with Modula-2. Its
c906108c 8734intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8735created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8736address can be specified by an integral constant, the construct
d4f3574e 8737@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8738
8739@cindex @code{#} in Modula-2
8740In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8741interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8742
6d2ebf8b 8743@node Symbols
c906108c
SS
8744@chapter Examining the Symbol Table
8745
d4f3574e 8746The commands described in this chapter allow you to inquire about the
c906108c
SS
8747symbols (names of variables, functions and types) defined in your
8748program. This information is inherent in the text of your program and
8749does not change as your program executes. @value{GDBN} finds it in your
8750program's symbol table, in the file indicated when you started @value{GDBN}
8751(@pxref{File Options, ,Choosing files}), or by one of the
8752file-management commands (@pxref{Files, ,Commands to specify files}).
8753
8754@cindex symbol names
8755@cindex names of symbols
8756@cindex quoting names
8757Occasionally, you may need to refer to symbols that contain unusual
8758characters, which @value{GDBN} ordinarily treats as word delimiters. The
8759most frequent case is in referring to static variables in other
8760source files (@pxref{Variables,,Program variables}). File names
8761are recorded in object files as debugging symbols, but @value{GDBN} would
8762ordinarily parse a typical file name, like @file{foo.c}, as the three words
8763@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8764@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8765
474c8240 8766@smallexample
c906108c 8767p 'foo.c'::x
474c8240 8768@end smallexample
c906108c
SS
8769
8770@noindent
8771looks up the value of @code{x} in the scope of the file @file{foo.c}.
8772
8773@table @code
8774@kindex info address
b37052ae 8775@cindex address of a symbol
c906108c
SS
8776@item info address @var{symbol}
8777Describe where the data for @var{symbol} is stored. For a register
8778variable, this says which register it is kept in. For a non-register
8779local variable, this prints the stack-frame offset at which the variable
8780is always stored.
8781
8782Note the contrast with @samp{print &@var{symbol}}, which does not work
8783at all for a register variable, and for a stack local variable prints
8784the exact address of the current instantiation of the variable.
8785
3d67e040 8786@kindex info symbol
b37052ae 8787@cindex symbol from address
3d67e040
EZ
8788@item info symbol @var{addr}
8789Print the name of a symbol which is stored at the address @var{addr}.
8790If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8791nearest symbol and an offset from it:
8792
474c8240 8793@smallexample
3d67e040
EZ
8794(@value{GDBP}) info symbol 0x54320
8795_initialize_vx + 396 in section .text
474c8240 8796@end smallexample
3d67e040
EZ
8797
8798@noindent
8799This is the opposite of the @code{info address} command. You can use
8800it to find out the name of a variable or a function given its address.
8801
c906108c 8802@kindex whatis
d4f3574e
SS
8803@item whatis @var{expr}
8804Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
8805actually evaluated, and any side-effecting operations (such as
8806assignments or function calls) inside it do not take place.
8807@xref{Expressions, ,Expressions}.
8808
8809@item whatis
8810Print the data type of @code{$}, the last value in the value history.
8811
8812@kindex ptype
8813@item ptype @var{typename}
8814Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
8815the name of a type, or for C code it may have the form @samp{class
8816@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8817@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 8818
d4f3574e 8819@item ptype @var{expr}
c906108c 8820@itemx ptype
d4f3574e 8821Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
8822differs from @code{whatis} by printing a detailed description, instead
8823of just the name of the type.
8824
8825For example, for this variable declaration:
8826
474c8240 8827@smallexample
c906108c 8828struct complex @{double real; double imag;@} v;
474c8240 8829@end smallexample
c906108c
SS
8830
8831@noindent
8832the two commands give this output:
8833
474c8240 8834@smallexample
c906108c
SS
8835@group
8836(@value{GDBP}) whatis v
8837type = struct complex
8838(@value{GDBP}) ptype v
8839type = struct complex @{
8840 double real;
8841 double imag;
8842@}
8843@end group
474c8240 8844@end smallexample
c906108c
SS
8845
8846@noindent
8847As with @code{whatis}, using @code{ptype} without an argument refers to
8848the type of @code{$}, the last value in the value history.
8849
8850@kindex info types
8851@item info types @var{regexp}
8852@itemx info types
d4f3574e 8853Print a brief description of all types whose names match @var{regexp}
c906108c
SS
8854(or all types in your program, if you supply no argument). Each
8855complete typename is matched as though it were a complete line; thus,
8856@samp{i type value} gives information on all types in your program whose
d4f3574e 8857names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
8858information only on types whose complete name is @code{value}.
8859
8860This command differs from @code{ptype} in two ways: first, like
8861@code{whatis}, it does not print a detailed description; second, it
8862lists all source files where a type is defined.
8863
b37052ae
EZ
8864@kindex info scope
8865@cindex local variables
8866@item info scope @var{addr}
8867List all the variables local to a particular scope. This command
8868accepts a location---a function name, a source line, or an address
8869preceded by a @samp{*}, and prints all the variables local to the
8870scope defined by that location. For example:
8871
8872@smallexample
8873(@value{GDBP}) @b{info scope command_line_handler}
8874Scope for command_line_handler:
8875Symbol rl is an argument at stack/frame offset 8, length 4.
8876Symbol linebuffer is in static storage at address 0x150a18, length 4.
8877Symbol linelength is in static storage at address 0x150a1c, length 4.
8878Symbol p is a local variable in register $esi, length 4.
8879Symbol p1 is a local variable in register $ebx, length 4.
8880Symbol nline is a local variable in register $edx, length 4.
8881Symbol repeat is a local variable at frame offset -8, length 4.
8882@end smallexample
8883
f5c37c66
EZ
8884@noindent
8885This command is especially useful for determining what data to collect
8886during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
8887collect}.
8888
c906108c
SS
8889@kindex info source
8890@item info source
919d772c
JB
8891Show information about the current source file---that is, the source file for
8892the function containing the current point of execution:
8893@itemize @bullet
8894@item
8895the name of the source file, and the directory containing it,
8896@item
8897the directory it was compiled in,
8898@item
8899its length, in lines,
8900@item
8901which programming language it is written in,
8902@item
8903whether the executable includes debugging information for that file, and
8904if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
8905@item
8906whether the debugging information includes information about
8907preprocessor macros.
8908@end itemize
8909
c906108c
SS
8910
8911@kindex info sources
8912@item info sources
8913Print the names of all source files in your program for which there is
8914debugging information, organized into two lists: files whose symbols
8915have already been read, and files whose symbols will be read when needed.
8916
8917@kindex info functions
8918@item info functions
8919Print the names and data types of all defined functions.
8920
8921@item info functions @var{regexp}
8922Print the names and data types of all defined functions
8923whose names contain a match for regular expression @var{regexp}.
8924Thus, @samp{info fun step} finds all functions whose names
8925include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
8926start with @code{step}. If a function name contains characters
8927that conflict with the regular expression language (eg.
8928@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
8929
8930@kindex info variables
8931@item info variables
8932Print the names and data types of all variables that are declared
6ca652b0 8933outside of functions (i.e.@: excluding local variables).
c906108c
SS
8934
8935@item info variables @var{regexp}
8936Print the names and data types of all variables (except for local
8937variables) whose names contain a match for regular expression
8938@var{regexp}.
8939
8940@ignore
8941This was never implemented.
8942@kindex info methods
8943@item info methods
8944@itemx info methods @var{regexp}
8945The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
8946methods within C@t{++} program, or (with the @var{regexp} argument) a
8947specific set of methods found in the various C@t{++} classes. Many
8948C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
8949from the @code{ptype} command can be overwhelming and hard to use. The
8950@code{info-methods} command filters the methods, printing only those
8951which match the regular-expression @var{regexp}.
8952@end ignore
8953
c906108c
SS
8954@cindex reloading symbols
8955Some systems allow individual object files that make up your program to
7a292a7a
SS
8956be replaced without stopping and restarting your program. For example,
8957in VxWorks you can simply recompile a defective object file and keep on
8958running. If you are running on one of these systems, you can allow
8959@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
8960
8961@table @code
8962@kindex set symbol-reloading
8963@item set symbol-reloading on
8964Replace symbol definitions for the corresponding source file when an
8965object file with a particular name is seen again.
8966
8967@item set symbol-reloading off
6d2ebf8b
SS
8968Do not replace symbol definitions when encountering object files of the
8969same name more than once. This is the default state; if you are not
8970running on a system that permits automatic relinking of modules, you
8971should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
8972may discard symbols when linking large programs, that may contain
8973several modules (from different directories or libraries) with the same
8974name.
c906108c
SS
8975
8976@kindex show symbol-reloading
8977@item show symbol-reloading
8978Show the current @code{on} or @code{off} setting.
8979@end table
c906108c 8980
c906108c
SS
8981@kindex set opaque-type-resolution
8982@item set opaque-type-resolution on
8983Tell @value{GDBN} to resolve opaque types. An opaque type is a type
8984declared as a pointer to a @code{struct}, @code{class}, or
8985@code{union}---for example, @code{struct MyType *}---that is used in one
8986source file although the full declaration of @code{struct MyType} is in
8987another source file. The default is on.
8988
8989A change in the setting of this subcommand will not take effect until
8990the next time symbols for a file are loaded.
8991
8992@item set opaque-type-resolution off
8993Tell @value{GDBN} not to resolve opaque types. In this case, the type
8994is printed as follows:
8995@smallexample
8996@{<no data fields>@}
8997@end smallexample
8998
8999@kindex show opaque-type-resolution
9000@item show opaque-type-resolution
9001Show whether opaque types are resolved or not.
c906108c
SS
9002
9003@kindex maint print symbols
9004@cindex symbol dump
9005@kindex maint print psymbols
9006@cindex partial symbol dump
9007@item maint print symbols @var{filename}
9008@itemx maint print psymbols @var{filename}
9009@itemx maint print msymbols @var{filename}
9010Write a dump of debugging symbol data into the file @var{filename}.
9011These commands are used to debug the @value{GDBN} symbol-reading code. Only
9012symbols with debugging data are included. If you use @samp{maint print
9013symbols}, @value{GDBN} includes all the symbols for which it has already
9014collected full details: that is, @var{filename} reflects symbols for
9015only those files whose symbols @value{GDBN} has read. You can use the
9016command @code{info sources} to find out which files these are. If you
9017use @samp{maint print psymbols} instead, the dump shows information about
9018symbols that @value{GDBN} only knows partially---that is, symbols defined in
9019files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9020@samp{maint print msymbols} dumps just the minimal symbol information
9021required for each object file from which @value{GDBN} has read some symbols.
9022@xref{Files, ,Commands to specify files}, for a discussion of how
9023@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9024
5e7b2f39
JB
9025@kindex maint info symtabs
9026@kindex maint info psymtabs
44ea7b70
JB
9027@cindex listing @value{GDBN}'s internal symbol tables
9028@cindex symbol tables, listing @value{GDBN}'s internal
9029@cindex full symbol tables, listing @value{GDBN}'s internal
9030@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9031@item maint info symtabs @r{[} @var{regexp} @r{]}
9032@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9033
9034List the @code{struct symtab} or @code{struct partial_symtab}
9035structures whose names match @var{regexp}. If @var{regexp} is not
9036given, list them all. The output includes expressions which you can
9037copy into a @value{GDBN} debugging this one to examine a particular
9038structure in more detail. For example:
9039
9040@smallexample
5e7b2f39 9041(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9042@{ objfile /home/gnu/build/gdb/gdb
9043 ((struct objfile *) 0x82e69d0)
9044 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9045 ((struct partial_symtab *) 0x8474b10)
9046 readin no
9047 fullname (null)
9048 text addresses 0x814d3c8 -- 0x8158074
9049 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9050 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9051 dependencies (none)
9052 @}
9053@}
5e7b2f39 9054(@value{GDBP}) maint info symtabs
44ea7b70
JB
9055(@value{GDBP})
9056@end smallexample
9057@noindent
9058We see that there is one partial symbol table whose filename contains
9059the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9060and we see that @value{GDBN} has not read in any symtabs yet at all.
9061If we set a breakpoint on a function, that will cause @value{GDBN} to
9062read the symtab for the compilation unit containing that function:
9063
9064@smallexample
9065(@value{GDBP}) break dwarf2_psymtab_to_symtab
9066Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9067line 1574.
5e7b2f39 9068(@value{GDBP}) maint info symtabs
44ea7b70
JB
9069@{ objfile /home/gnu/build/gdb/gdb
9070 ((struct objfile *) 0x82e69d0)
9071 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9072 ((struct symtab *) 0x86c1f38)
9073 dirname (null)
9074 fullname (null)
9075 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9076 debugformat DWARF 2
9077 @}
9078@}
9079(@value{GDBP})
9080@end smallexample
c906108c
SS
9081@end table
9082
44ea7b70 9083
6d2ebf8b 9084@node Altering
c906108c
SS
9085@chapter Altering Execution
9086
9087Once you think you have found an error in your program, you might want to
9088find out for certain whether correcting the apparent error would lead to
9089correct results in the rest of the run. You can find the answer by
9090experiment, using the @value{GDBN} features for altering execution of the
9091program.
9092
9093For example, you can store new values into variables or memory
7a292a7a
SS
9094locations, give your program a signal, restart it at a different
9095address, or even return prematurely from a function.
c906108c
SS
9096
9097@menu
9098* Assignment:: Assignment to variables
9099* Jumping:: Continuing at a different address
c906108c 9100* Signaling:: Giving your program a signal
c906108c
SS
9101* Returning:: Returning from a function
9102* Calling:: Calling your program's functions
9103* Patching:: Patching your program
9104@end menu
9105
6d2ebf8b 9106@node Assignment
c906108c
SS
9107@section Assignment to variables
9108
9109@cindex assignment
9110@cindex setting variables
9111To alter the value of a variable, evaluate an assignment expression.
9112@xref{Expressions, ,Expressions}. For example,
9113
474c8240 9114@smallexample
c906108c 9115print x=4
474c8240 9116@end smallexample
c906108c
SS
9117
9118@noindent
9119stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9120value of the assignment expression (which is 4).
c906108c
SS
9121@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9122information on operators in supported languages.
c906108c
SS
9123
9124@kindex set variable
9125@cindex variables, setting
9126If you are not interested in seeing the value of the assignment, use the
9127@code{set} command instead of the @code{print} command. @code{set} is
9128really the same as @code{print} except that the expression's value is
9129not printed and is not put in the value history (@pxref{Value History,
9130,Value history}). The expression is evaluated only for its effects.
9131
c906108c
SS
9132If the beginning of the argument string of the @code{set} command
9133appears identical to a @code{set} subcommand, use the @code{set
9134variable} command instead of just @code{set}. This command is identical
9135to @code{set} except for its lack of subcommands. For example, if your
9136program has a variable @code{width}, you get an error if you try to set
9137a new value with just @samp{set width=13}, because @value{GDBN} has the
9138command @code{set width}:
9139
474c8240 9140@smallexample
c906108c
SS
9141(@value{GDBP}) whatis width
9142type = double
9143(@value{GDBP}) p width
9144$4 = 13
9145(@value{GDBP}) set width=47
9146Invalid syntax in expression.
474c8240 9147@end smallexample
c906108c
SS
9148
9149@noindent
9150The invalid expression, of course, is @samp{=47}. In
9151order to actually set the program's variable @code{width}, use
9152
474c8240 9153@smallexample
c906108c 9154(@value{GDBP}) set var width=47
474c8240 9155@end smallexample
53a5351d 9156
c906108c
SS
9157Because the @code{set} command has many subcommands that can conflict
9158with the names of program variables, it is a good idea to use the
9159@code{set variable} command instead of just @code{set}. For example, if
9160your program has a variable @code{g}, you run into problems if you try
9161to set a new value with just @samp{set g=4}, because @value{GDBN} has
9162the command @code{set gnutarget}, abbreviated @code{set g}:
9163
474c8240 9164@smallexample
c906108c
SS
9165@group
9166(@value{GDBP}) whatis g
9167type = double
9168(@value{GDBP}) p g
9169$1 = 1
9170(@value{GDBP}) set g=4
2df3850c 9171(@value{GDBP}) p g
c906108c
SS
9172$2 = 1
9173(@value{GDBP}) r
9174The program being debugged has been started already.
9175Start it from the beginning? (y or n) y
9176Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9177"/home/smith/cc_progs/a.out": can't open to read symbols:
9178 Invalid bfd target.
c906108c
SS
9179(@value{GDBP}) show g
9180The current BFD target is "=4".
9181@end group
474c8240 9182@end smallexample
c906108c
SS
9183
9184@noindent
9185The program variable @code{g} did not change, and you silently set the
9186@code{gnutarget} to an invalid value. In order to set the variable
9187@code{g}, use
9188
474c8240 9189@smallexample
c906108c 9190(@value{GDBP}) set var g=4
474c8240 9191@end smallexample
c906108c
SS
9192
9193@value{GDBN} allows more implicit conversions in assignments than C; you can
9194freely store an integer value into a pointer variable or vice versa,
9195and you can convert any structure to any other structure that is the
9196same length or shorter.
9197@comment FIXME: how do structs align/pad in these conversions?
9198@comment /doc@cygnus.com 18dec1990
9199
9200To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9201construct to generate a value of specified type at a specified address
9202(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9203to memory location @code{0x83040} as an integer (which implies a certain size
9204and representation in memory), and
9205
474c8240 9206@smallexample
c906108c 9207set @{int@}0x83040 = 4
474c8240 9208@end smallexample
c906108c
SS
9209
9210@noindent
9211stores the value 4 into that memory location.
9212
6d2ebf8b 9213@node Jumping
c906108c
SS
9214@section Continuing at a different address
9215
9216Ordinarily, when you continue your program, you do so at the place where
9217it stopped, with the @code{continue} command. You can instead continue at
9218an address of your own choosing, with the following commands:
9219
9220@table @code
9221@kindex jump
9222@item jump @var{linespec}
9223Resume execution at line @var{linespec}. Execution stops again
9224immediately if there is a breakpoint there. @xref{List, ,Printing
9225source lines}, for a description of the different forms of
9226@var{linespec}. It is common practice to use the @code{tbreak} command
9227in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9228breakpoints}.
9229
9230The @code{jump} command does not change the current stack frame, or
9231the stack pointer, or the contents of any memory location or any
9232register other than the program counter. If line @var{linespec} is in
9233a different function from the one currently executing, the results may
9234be bizarre if the two functions expect different patterns of arguments or
9235of local variables. For this reason, the @code{jump} command requests
9236confirmation if the specified line is not in the function currently
9237executing. However, even bizarre results are predictable if you are
9238well acquainted with the machine-language code of your program.
9239
9240@item jump *@var{address}
9241Resume execution at the instruction at address @var{address}.
9242@end table
9243
c906108c 9244@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9245On many systems, you can get much the same effect as the @code{jump}
9246command by storing a new value into the register @code{$pc}. The
9247difference is that this does not start your program running; it only
9248changes the address of where it @emph{will} run when you continue. For
9249example,
c906108c 9250
474c8240 9251@smallexample
c906108c 9252set $pc = 0x485
474c8240 9253@end smallexample
c906108c
SS
9254
9255@noindent
9256makes the next @code{continue} command or stepping command execute at
9257address @code{0x485}, rather than at the address where your program stopped.
9258@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9259
9260The most common occasion to use the @code{jump} command is to back
9261up---perhaps with more breakpoints set---over a portion of a program
9262that has already executed, in order to examine its execution in more
9263detail.
9264
c906108c 9265@c @group
6d2ebf8b 9266@node Signaling
c906108c
SS
9267@section Giving your program a signal
9268
9269@table @code
9270@kindex signal
9271@item signal @var{signal}
9272Resume execution where your program stopped, but immediately give it the
9273signal @var{signal}. @var{signal} can be the name or the number of a
9274signal. For example, on many systems @code{signal 2} and @code{signal
9275SIGINT} are both ways of sending an interrupt signal.
9276
9277Alternatively, if @var{signal} is zero, continue execution without
9278giving a signal. This is useful when your program stopped on account of
9279a signal and would ordinary see the signal when resumed with the
9280@code{continue} command; @samp{signal 0} causes it to resume without a
9281signal.
9282
9283@code{signal} does not repeat when you press @key{RET} a second time
9284after executing the command.
9285@end table
9286@c @end group
9287
9288Invoking the @code{signal} command is not the same as invoking the
9289@code{kill} utility from the shell. Sending a signal with @code{kill}
9290causes @value{GDBN} to decide what to do with the signal depending on
9291the signal handling tables (@pxref{Signals}). The @code{signal} command
9292passes the signal directly to your program.
9293
c906108c 9294
6d2ebf8b 9295@node Returning
c906108c
SS
9296@section Returning from a function
9297
9298@table @code
9299@cindex returning from a function
9300@kindex return
9301@item return
9302@itemx return @var{expression}
9303You can cancel execution of a function call with the @code{return}
9304command. If you give an
9305@var{expression} argument, its value is used as the function's return
9306value.
9307@end table
9308
9309When you use @code{return}, @value{GDBN} discards the selected stack frame
9310(and all frames within it). You can think of this as making the
9311discarded frame return prematurely. If you wish to specify a value to
9312be returned, give that value as the argument to @code{return}.
9313
9314This pops the selected stack frame (@pxref{Selection, ,Selecting a
9315frame}), and any other frames inside of it, leaving its caller as the
9316innermost remaining frame. That frame becomes selected. The
9317specified value is stored in the registers used for returning values
9318of functions.
9319
9320The @code{return} command does not resume execution; it leaves the
9321program stopped in the state that would exist if the function had just
9322returned. In contrast, the @code{finish} command (@pxref{Continuing
9323and Stepping, ,Continuing and stepping}) resumes execution until the
9324selected stack frame returns naturally.
9325
6d2ebf8b 9326@node Calling
c906108c
SS
9327@section Calling program functions
9328
9329@cindex calling functions
9330@kindex call
9331@table @code
9332@item call @var{expr}
9333Evaluate the expression @var{expr} without displaying @code{void}
9334returned values.
9335@end table
9336
9337You can use this variant of the @code{print} command if you want to
9338execute a function from your program, but without cluttering the output
5d161b24
DB
9339with @code{void} returned values. If the result is not void, it
9340is printed and saved in the value history.
c906108c 9341
6d2ebf8b 9342@node Patching
c906108c 9343@section Patching programs
7a292a7a 9344
c906108c
SS
9345@cindex patching binaries
9346@cindex writing into executables
c906108c 9347@cindex writing into corefiles
c906108c 9348
7a292a7a
SS
9349By default, @value{GDBN} opens the file containing your program's
9350executable code (or the corefile) read-only. This prevents accidental
9351alterations to machine code; but it also prevents you from intentionally
9352patching your program's binary.
c906108c
SS
9353
9354If you'd like to be able to patch the binary, you can specify that
9355explicitly with the @code{set write} command. For example, you might
9356want to turn on internal debugging flags, or even to make emergency
9357repairs.
9358
9359@table @code
9360@kindex set write
9361@item set write on
9362@itemx set write off
7a292a7a
SS
9363If you specify @samp{set write on}, @value{GDBN} opens executable and
9364core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9365off} (the default), @value{GDBN} opens them read-only.
9366
9367If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9368@code{exec-file} or @code{core-file} command) after changing @code{set
9369write}, for your new setting to take effect.
c906108c
SS
9370
9371@item show write
9372@kindex show write
7a292a7a
SS
9373Display whether executable files and core files are opened for writing
9374as well as reading.
c906108c
SS
9375@end table
9376
6d2ebf8b 9377@node GDB Files
c906108c
SS
9378@chapter @value{GDBN} Files
9379
7a292a7a
SS
9380@value{GDBN} needs to know the file name of the program to be debugged,
9381both in order to read its symbol table and in order to start your
9382program. To debug a core dump of a previous run, you must also tell
9383@value{GDBN} the name of the core dump file.
c906108c
SS
9384
9385@menu
9386* Files:: Commands to specify files
5b5d99cf 9387* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9388* Symbol Errors:: Errors reading symbol files
9389@end menu
9390
6d2ebf8b 9391@node Files
c906108c 9392@section Commands to specify files
c906108c 9393
7a292a7a 9394@cindex symbol table
c906108c 9395@cindex core dump file
7a292a7a
SS
9396
9397You may want to specify executable and core dump file names. The usual
9398way to do this is at start-up time, using the arguments to
9399@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9400Out of @value{GDBN}}).
c906108c
SS
9401
9402Occasionally it is necessary to change to a different file during a
9403@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9404a file you want to use. In these situations the @value{GDBN} commands
9405to specify new files are useful.
9406
9407@table @code
9408@cindex executable file
9409@kindex file
9410@item file @var{filename}
9411Use @var{filename} as the program to be debugged. It is read for its
9412symbols and for the contents of pure memory. It is also the program
9413executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9414directory and the file is not found in the @value{GDBN} working directory,
9415@value{GDBN} uses the environment variable @code{PATH} as a list of
9416directories to search, just as the shell does when looking for a program
9417to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9418and your program, using the @code{path} command.
9419
6d2ebf8b 9420On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9421@file{@var{filename}.syms} may hold symbol table information for
9422@var{filename}. If so, @value{GDBN} maps in the symbol table from
9423@file{@var{filename}.syms}, starting up more quickly. See the
9424descriptions of the file options @samp{-mapped} and @samp{-readnow}
9425(available on the command line, and with the commands @code{file},
5d161b24 9426@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9427for more information.
c906108c
SS
9428
9429@item file
9430@code{file} with no argument makes @value{GDBN} discard any information it
9431has on both executable file and the symbol table.
9432
9433@kindex exec-file
9434@item exec-file @r{[} @var{filename} @r{]}
9435Specify that the program to be run (but not the symbol table) is found
9436in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9437if necessary to locate your program. Omitting @var{filename} means to
9438discard information on the executable file.
9439
9440@kindex symbol-file
9441@item symbol-file @r{[} @var{filename} @r{]}
9442Read symbol table information from file @var{filename}. @code{PATH} is
9443searched when necessary. Use the @code{file} command to get both symbol
9444table and program to run from the same file.
9445
9446@code{symbol-file} with no argument clears out @value{GDBN} information on your
9447program's symbol table.
9448
5d161b24 9449The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9450of its convenience variables, the value history, and all breakpoints and
9451auto-display expressions. This is because they may contain pointers to
9452the internal data recording symbols and data types, which are part of
9453the old symbol table data being discarded inside @value{GDBN}.
9454
9455@code{symbol-file} does not repeat if you press @key{RET} again after
9456executing it once.
9457
9458When @value{GDBN} is configured for a particular environment, it
9459understands debugging information in whatever format is the standard
9460generated for that environment; you may use either a @sc{gnu} compiler, or
9461other compilers that adhere to the local conventions.
c906108c
SS
9462Best results are usually obtained from @sc{gnu} compilers; for example,
9463using @code{@value{GCC}} you can generate debugging information for
9464optimized code.
c906108c
SS
9465
9466For most kinds of object files, with the exception of old SVR3 systems
9467using COFF, the @code{symbol-file} command does not normally read the
9468symbol table in full right away. Instead, it scans the symbol table
9469quickly to find which source files and which symbols are present. The
9470details are read later, one source file at a time, as they are needed.
9471
9472The purpose of this two-stage reading strategy is to make @value{GDBN}
9473start up faster. For the most part, it is invisible except for
9474occasional pauses while the symbol table details for a particular source
9475file are being read. (The @code{set verbose} command can turn these
9476pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9477warnings and messages}.)
9478
c906108c
SS
9479We have not implemented the two-stage strategy for COFF yet. When the
9480symbol table is stored in COFF format, @code{symbol-file} reads the
9481symbol table data in full right away. Note that ``stabs-in-COFF''
9482still does the two-stage strategy, since the debug info is actually
9483in stabs format.
9484
9485@kindex readnow
9486@cindex reading symbols immediately
9487@cindex symbols, reading immediately
9488@kindex mapped
9489@cindex memory-mapped symbol file
9490@cindex saving symbol table
9491@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9492@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9493You can override the @value{GDBN} two-stage strategy for reading symbol
9494tables by using the @samp{-readnow} option with any of the commands that
9495load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9496entire symbol table available.
c906108c 9497
c906108c
SS
9498If memory-mapped files are available on your system through the
9499@code{mmap} system call, you can use another option, @samp{-mapped}, to
9500cause @value{GDBN} to write the symbols for your program into a reusable
9501file. Future @value{GDBN} debugging sessions map in symbol information
9502from this auxiliary symbol file (if the program has not changed), rather
9503than spending time reading the symbol table from the executable
9504program. Using the @samp{-mapped} option has the same effect as
9505starting @value{GDBN} with the @samp{-mapped} command-line option.
9506
9507You can use both options together, to make sure the auxiliary symbol
9508file has all the symbol information for your program.
9509
9510The auxiliary symbol file for a program called @var{myprog} is called
9511@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9512than the corresponding executable), @value{GDBN} always attempts to use
9513it when you debug @var{myprog}; no special options or commands are
9514needed.
9515
9516The @file{.syms} file is specific to the host machine where you run
9517@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9518symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9519
9520@c FIXME: for now no mention of directories, since this seems to be in
9521@c flux. 13mar1992 status is that in theory GDB would look either in
9522@c current dir or in same dir as myprog; but issues like competing
9523@c GDB's, or clutter in system dirs, mean that in practice right now
9524@c only current dir is used. FFish says maybe a special GDB hierarchy
9525@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9526@c files.
9527
9528@kindex core
9529@kindex core-file
9530@item core-file @r{[} @var{filename} @r{]}
9531Specify the whereabouts of a core dump file to be used as the ``contents
9532of memory''. Traditionally, core files contain only some parts of the
9533address space of the process that generated them; @value{GDBN} can access the
9534executable file itself for other parts.
9535
9536@code{core-file} with no argument specifies that no core file is
9537to be used.
9538
9539Note that the core file is ignored when your program is actually running
7a292a7a
SS
9540under @value{GDBN}. So, if you have been running your program and you
9541wish to debug a core file instead, you must kill the subprocess in which
9542the program is running. To do this, use the @code{kill} command
c906108c 9543(@pxref{Kill Process, ,Killing the child process}).
c906108c 9544
c906108c
SS
9545@kindex add-symbol-file
9546@cindex dynamic linking
9547@item add-symbol-file @var{filename} @var{address}
9548@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9549@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9550The @code{add-symbol-file} command reads additional symbol table
9551information from the file @var{filename}. You would use this command
9552when @var{filename} has been dynamically loaded (by some other means)
9553into the program that is running. @var{address} should be the memory
9554address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9555this out for itself. You can additionally specify an arbitrary number
9556of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9557section name and base address for that section. You can specify any
9558@var{address} as an expression.
c906108c
SS
9559
9560The symbol table of the file @var{filename} is added to the symbol table
9561originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9562@code{add-symbol-file} command any number of times; the new symbol data
9563thus read keeps adding to the old. To discard all old symbol data
9564instead, use the @code{symbol-file} command without any arguments.
c906108c 9565
17d9d558
JB
9566@cindex relocatable object files, reading symbols from
9567@cindex object files, relocatable, reading symbols from
9568@cindex reading symbols from relocatable object files
9569@cindex symbols, reading from relocatable object files
9570@cindex @file{.o} files, reading symbols from
9571Although @var{filename} is typically a shared library file, an
9572executable file, or some other object file which has been fully
9573relocated for loading into a process, you can also load symbolic
9574information from relocatable @file{.o} files, as long as:
9575
9576@itemize @bullet
9577@item
9578the file's symbolic information refers only to linker symbols defined in
9579that file, not to symbols defined by other object files,
9580@item
9581every section the file's symbolic information refers to has actually
9582been loaded into the inferior, as it appears in the file, and
9583@item
9584you can determine the address at which every section was loaded, and
9585provide these to the @code{add-symbol-file} command.
9586@end itemize
9587
9588@noindent
9589Some embedded operating systems, like Sun Chorus and VxWorks, can load
9590relocatable files into an already running program; such systems
9591typically make the requirements above easy to meet. However, it's
9592important to recognize that many native systems use complex link
9593procedures (@code{.linkonce} section factoring and C++ constructor table
9594assembly, for example) that make the requirements difficult to meet. In
9595general, one cannot assume that using @code{add-symbol-file} to read a
9596relocatable object file's symbolic information will have the same effect
9597as linking the relocatable object file into the program in the normal
9598way.
9599
c906108c
SS
9600@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9601
9602You can use the @samp{-mapped} and @samp{-readnow} options just as with
9603the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9604table information for @var{filename}.
9605
9606@kindex add-shared-symbol-file
9607@item add-shared-symbol-file
9608The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9609operating system for the Motorola 88k. @value{GDBN} automatically looks for
9610shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9611@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9612
c906108c
SS
9613@kindex section
9614@item section
5d161b24
DB
9615The @code{section} command changes the base address of section SECTION of
9616the exec file to ADDR. This can be used if the exec file does not contain
9617section addresses, (such as in the a.out format), or when the addresses
9618specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9619separately. The @code{info files} command, described below, lists all
9620the sections and their addresses.
c906108c
SS
9621
9622@kindex info files
9623@kindex info target
9624@item info files
9625@itemx info target
7a292a7a
SS
9626@code{info files} and @code{info target} are synonymous; both print the
9627current target (@pxref{Targets, ,Specifying a Debugging Target}),
9628including the names of the executable and core dump files currently in
9629use by @value{GDBN}, and the files from which symbols were loaded. The
9630command @code{help target} lists all possible targets rather than
9631current ones.
9632
fe95c787
MS
9633@kindex maint info sections
9634@item maint info sections
9635Another command that can give you extra information about program sections
9636is @code{maint info sections}. In addition to the section information
9637displayed by @code{info files}, this command displays the flags and file
9638offset of each section in the executable and core dump files. In addition,
9639@code{maint info sections} provides the following command options (which
9640may be arbitrarily combined):
9641
9642@table @code
9643@item ALLOBJ
9644Display sections for all loaded object files, including shared libraries.
9645@item @var{sections}
6600abed 9646Display info only for named @var{sections}.
fe95c787
MS
9647@item @var{section-flags}
9648Display info only for sections for which @var{section-flags} are true.
9649The section flags that @value{GDBN} currently knows about are:
9650@table @code
9651@item ALLOC
9652Section will have space allocated in the process when loaded.
9653Set for all sections except those containing debug information.
9654@item LOAD
9655Section will be loaded from the file into the child process memory.
9656Set for pre-initialized code and data, clear for @code{.bss} sections.
9657@item RELOC
9658Section needs to be relocated before loading.
9659@item READONLY
9660Section cannot be modified by the child process.
9661@item CODE
9662Section contains executable code only.
6600abed 9663@item DATA
fe95c787
MS
9664Section contains data only (no executable code).
9665@item ROM
9666Section will reside in ROM.
9667@item CONSTRUCTOR
9668Section contains data for constructor/destructor lists.
9669@item HAS_CONTENTS
9670Section is not empty.
9671@item NEVER_LOAD
9672An instruction to the linker to not output the section.
9673@item COFF_SHARED_LIBRARY
9674A notification to the linker that the section contains
9675COFF shared library information.
9676@item IS_COMMON
9677Section contains common symbols.
9678@end table
9679@end table
6763aef9
MS
9680@kindex set trust-readonly-sections
9681@item set trust-readonly-sections on
9682Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9683really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9684In that case, @value{GDBN} can fetch values from these sections
9685out of the object file, rather than from the target program.
9686For some targets (notably embedded ones), this can be a significant
9687enhancement to debugging performance.
9688
9689The default is off.
9690
9691@item set trust-readonly-sections off
15110bc3 9692Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9693the contents of the section might change while the program is running,
9694and must therefore be fetched from the target when needed.
c906108c
SS
9695@end table
9696
9697All file-specifying commands allow both absolute and relative file names
9698as arguments. @value{GDBN} always converts the file name to an absolute file
9699name and remembers it that way.
9700
c906108c 9701@cindex shared libraries
c906108c
SS
9702@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9703libraries.
53a5351d 9704
c906108c
SS
9705@value{GDBN} automatically loads symbol definitions from shared libraries
9706when you use the @code{run} command, or when you examine a core file.
9707(Before you issue the @code{run} command, @value{GDBN} does not understand
9708references to a function in a shared library, however---unless you are
9709debugging a core file).
53a5351d
JM
9710
9711On HP-UX, if the program loads a library explicitly, @value{GDBN}
9712automatically loads the symbols at the time of the @code{shl_load} call.
9713
c906108c
SS
9714@c FIXME: some @value{GDBN} release may permit some refs to undef
9715@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9716@c FIXME...lib; check this from time to time when updating manual
9717
b7209cb4
FF
9718There are times, however, when you may wish to not automatically load
9719symbol definitions from shared libraries, such as when they are
9720particularly large or there are many of them.
9721
9722To control the automatic loading of shared library symbols, use the
9723commands:
9724
9725@table @code
9726@kindex set auto-solib-add
9727@item set auto-solib-add @var{mode}
9728If @var{mode} is @code{on}, symbols from all shared object libraries
9729will be loaded automatically when the inferior begins execution, you
9730attach to an independently started inferior, or when the dynamic linker
9731informs @value{GDBN} that a new library has been loaded. If @var{mode}
9732is @code{off}, symbols must be loaded manually, using the
9733@code{sharedlibrary} command. The default value is @code{on}.
9734
9735@kindex show auto-solib-add
9736@item show auto-solib-add
9737Display the current autoloading mode.
9738@end table
9739
9740To explicitly load shared library symbols, use the @code{sharedlibrary}
9741command:
9742
c906108c
SS
9743@table @code
9744@kindex info sharedlibrary
9745@kindex info share
9746@item info share
9747@itemx info sharedlibrary
9748Print the names of the shared libraries which are currently loaded.
9749
9750@kindex sharedlibrary
9751@kindex share
9752@item sharedlibrary @var{regex}
9753@itemx share @var{regex}
c906108c
SS
9754Load shared object library symbols for files matching a
9755Unix regular expression.
9756As with files loaded automatically, it only loads shared libraries
9757required by your program for a core file or after typing @code{run}. If
9758@var{regex} is omitted all shared libraries required by your program are
9759loaded.
9760@end table
9761
b7209cb4
FF
9762On some systems, such as HP-UX systems, @value{GDBN} supports
9763autoloading shared library symbols until a limiting threshold size is
9764reached. This provides the benefit of allowing autoloading to remain on
9765by default, but avoids autoloading excessively large shared libraries,
9766up to a threshold that is initially set, but which you can modify if you
9767wish.
c906108c
SS
9768
9769Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
9770loaded. To load these symbols, use the command @code{sharedlibrary
9771@var{filename}}. The base address of the shared library is determined
c906108c
SS
9772automatically by @value{GDBN} and need not be specified.
9773
9774To display or set the threshold, use the commands:
9775
9776@table @code
b7209cb4
FF
9777@kindex set auto-solib-limit
9778@item set auto-solib-limit @var{threshold}
9779Set the autoloading size threshold, in an integral number of megabytes.
9780If @var{threshold} is nonzero and shared library autoloading is enabled,
9781symbols from all shared object libraries will be loaded until the total
9782size of the loaded shared library symbols exceeds this threshold.
c906108c 9783Otherwise, symbols must be loaded manually, using the
6ca652b0 9784@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 9785Mb).
c906108c 9786
b7209cb4
FF
9787@kindex show auto-solib-limit
9788@item show auto-solib-limit
c906108c
SS
9789Display the current autoloading size threshold, in megabytes.
9790@end table
c906108c 9791
f5ebfba0
DJ
9792Shared libraries are also supported in many cross or remote debugging
9793configurations. A copy of the target's libraries need to be present on the
9794host system; they need to be the same as the target libraries, although the
9795copies on the target can be stripped as long as the copies on the host are
9796not.
9797
9798You need to tell @value{GDBN} where the target libraries are, so that it can
9799load the correct copies---otherwise, it may try to load the host's libraries.
9800@value{GDBN} has two variables to specify the search directories for target
9801libraries.
9802
9803@table @code
9804@kindex set solib-absolute-prefix
9805@item set solib-absolute-prefix @var{path}
9806If this variable is set, @var{path} will be used as a prefix for any
9807absolute shared library paths; many runtime loaders store the absolute
9808paths to the shared library in the target program's memory. If you use
9809@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
9810out in the same way that they are on the target, with e.g.@: a
9811@file{/usr/lib} hierarchy under @var{path}.
9812
9813You can set the default value of @samp{solib-absolute-prefix} by using the
9814configure-time @samp{--with-sysroot} option.
9815
9816@kindex show solib-absolute-prefix
9817@item show solib-absolute-prefix
9818Display the current shared library prefix.
9819
9820@kindex set solib-search-path
9821@item set solib-search-path @var{path}
9822If this variable is set, @var{path} is a colon-separated list of directories
9823to search for shared libraries. @samp{solib-search-path} is used after
9824@samp{solib-absolute-prefix} fails to locate the library, or if the path to
9825the library is relative instead of absolute. If you want to use
9826@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
9827set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
9828@value{GDBN} from finding your host's libraries.
9829
9830@kindex show solib-search-path
9831@item show solib-search-path
9832Display the current shared library search path.
9833@end table
9834
5b5d99cf
JB
9835
9836@node Separate Debug Files
9837@section Debugging Information in Separate Files
9838@cindex separate debugging information files
9839@cindex debugging information in separate files
9840@cindex @file{.debug} subdirectories
9841@cindex debugging information directory, global
9842@cindex global debugging information directory
9843
9844@value{GDBN} allows you to put a program's debugging information in a
9845file separate from the executable itself, in a way that allows
9846@value{GDBN} to find and load the debugging information automatically.
9847Since debugging information can be very large --- sometimes larger
9848than the executable code itself --- some systems distribute debugging
9849information for their executables in separate files, which users can
9850install only when they need to debug a problem.
9851
9852If an executable's debugging information has been extracted to a
9853separate file, the executable should contain a @dfn{debug link} giving
9854the name of the debugging information file (with no directory
9855components), and a checksum of its contents. (The exact form of a
9856debug link is described below.) If the full name of the directory
9857containing the executable is @var{execdir}, and the executable has a
9858debug link that specifies the name @var{debugfile}, then @value{GDBN}
9859will automatically search for the debugging information file in three
9860places:
9861
9862@itemize @bullet
9863@item
9864the directory containing the executable file (that is, it will look
9865for a file named @file{@var{execdir}/@var{debugfile}},
9866@item
9867a subdirectory of that directory named @file{.debug} (that is, the
9868file @file{@var{execdir}/.debug/@var{debugfile}}, and
9869@item
9870a subdirectory of the global debug file directory that includes the
9871executable's full path, and the name from the link (that is, the file
9872@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
9873@var{globaldebugdir} is the global debug file directory, and
9874@var{execdir} has been turned into a relative path).
9875@end itemize
9876@noindent
9877@value{GDBN} checks under each of these names for a debugging
9878information file whose checksum matches that given in the link, and
9879reads the debugging information from the first one it finds.
9880
9881So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
9882which has a link containing the name @file{ls.debug}, and the global
9883debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
9884for debug information in @file{/usr/bin/ls.debug},
9885@file{/usr/bin/.debug/ls.debug}, and
9886@file{/usr/lib/debug/usr/bin/ls.debug}.
9887
9888You can set the global debugging info directory's name, and view the
9889name @value{GDBN} is currently using.
9890
9891@table @code
9892
9893@kindex set debug-file-directory
9894@item set debug-file-directory @var{directory}
9895Set the directory which @value{GDBN} searches for separate debugging
9896information files to @var{directory}.
9897
9898@kindex show debug-file-directory
9899@item show debug-file-directory
9900Show the directory @value{GDBN} searches for separate debugging
9901information files.
9902
9903@end table
9904
9905@cindex @code{.gnu_debuglink} sections
9906@cindex debug links
9907A debug link is a special section of the executable file named
9908@code{.gnu_debuglink}. The section must contain:
9909
9910@itemize
9911@item
9912A filename, with any leading directory components removed, followed by
9913a zero byte,
9914@item
9915zero to three bytes of padding, as needed to reach the next four-byte
9916boundary within the section, and
9917@item
9918a four-byte CRC checksum, stored in the same endianness used for the
9919executable file itself. The checksum is computed on the debugging
9920information file's full contents by the function given below, passing
9921zero as the @var{crc} argument.
9922@end itemize
9923
9924Any executable file format can carry a debug link, as long as it can
9925contain a section named @code{.gnu_debuglink} with the contents
9926described above.
9927
9928The debugging information file itself should be an ordinary
9929executable, containing a full set of linker symbols, sections, and
9930debugging information. The sections of the debugging information file
9931should have the same names, addresses and sizes as the original file,
9932but they need not contain any data --- much like a @code{.bss} section
9933in an ordinary executable.
9934
9935As of December 2002, there is no standard GNU utility to produce
9936separated executable / debugging information file pairs. Ulrich
9937Drepper's @file{elfutils} package, starting with version 0.53,
9938contains a version of the @code{strip} command such that the command
9939@kbd{strip foo -f foo.debug} removes the debugging information from
9940the executable file @file{foo}, places it in the file
9941@file{foo.debug}, and leaves behind a debug link in @file{foo}.
9942
9943Since there are many different ways to compute CRC's (different
9944polynomials, reversals, byte ordering, etc.), the simplest way to
9945describe the CRC used in @code{.gnu_debuglink} sections is to give the
9946complete code for a function that computes it:
9947
9948@kindex @code{gnu_debuglink_crc32}
9949@smallexample
9950unsigned long
9951gnu_debuglink_crc32 (unsigned long crc,
9952 unsigned char *buf, size_t len)
9953@{
9954 static const unsigned long crc32_table[256] =
9955 @{
9956 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
9957 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
9958 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
9959 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
9960 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
9961 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
9962 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
9963 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
9964 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
9965 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
9966 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
9967 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
9968 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
9969 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
9970 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
9971 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
9972 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
9973 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
9974 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
9975 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
9976 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
9977 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
9978 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
9979 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
9980 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
9981 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
9982 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
9983 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
9984 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
9985 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
9986 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
9987 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
9988 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
9989 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
9990 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
9991 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
9992 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
9993 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
9994 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
9995 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
9996 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
9997 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
9998 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
9999 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10000 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10001 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10002 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10003 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10004 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10005 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10006 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10007 0x2d02ef8d
10008 @};
10009 unsigned char *end;
10010
10011 crc = ~crc & 0xffffffff;
10012 for (end = buf + len; buf < end; ++buf)
10013 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
10014 return ~crc & 0xffffffff;;
10015@}
10016@end smallexample
10017
10018
6d2ebf8b 10019@node Symbol Errors
c906108c
SS
10020@section Errors reading symbol files
10021
10022While reading a symbol file, @value{GDBN} occasionally encounters problems,
10023such as symbol types it does not recognize, or known bugs in compiler
10024output. By default, @value{GDBN} does not notify you of such problems, since
10025they are relatively common and primarily of interest to people
10026debugging compilers. If you are interested in seeing information
10027about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10028only one message about each such type of problem, no matter how many
10029times the problem occurs; or you can ask @value{GDBN} to print more messages,
10030to see how many times the problems occur, with the @code{set
10031complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10032messages}).
10033
10034The messages currently printed, and their meanings, include:
10035
10036@table @code
10037@item inner block not inside outer block in @var{symbol}
10038
10039The symbol information shows where symbol scopes begin and end
10040(such as at the start of a function or a block of statements). This
10041error indicates that an inner scope block is not fully contained
10042in its outer scope blocks.
10043
10044@value{GDBN} circumvents the problem by treating the inner block as if it had
10045the same scope as the outer block. In the error message, @var{symbol}
10046may be shown as ``@code{(don't know)}'' if the outer block is not a
10047function.
10048
10049@item block at @var{address} out of order
10050
10051The symbol information for symbol scope blocks should occur in
10052order of increasing addresses. This error indicates that it does not
10053do so.
10054
10055@value{GDBN} does not circumvent this problem, and has trouble
10056locating symbols in the source file whose symbols it is reading. (You
10057can often determine what source file is affected by specifying
10058@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10059messages}.)
10060
10061@item bad block start address patched
10062
10063The symbol information for a symbol scope block has a start address
10064smaller than the address of the preceding source line. This is known
10065to occur in the SunOS 4.1.1 (and earlier) C compiler.
10066
10067@value{GDBN} circumvents the problem by treating the symbol scope block as
10068starting on the previous source line.
10069
10070@item bad string table offset in symbol @var{n}
10071
10072@cindex foo
10073Symbol number @var{n} contains a pointer into the string table which is
10074larger than the size of the string table.
10075
10076@value{GDBN} circumvents the problem by considering the symbol to have the
10077name @code{foo}, which may cause other problems if many symbols end up
10078with this name.
10079
10080@item unknown symbol type @code{0x@var{nn}}
10081
7a292a7a
SS
10082The symbol information contains new data types that @value{GDBN} does
10083not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10084uncomprehended information, in hexadecimal.
c906108c 10085
7a292a7a
SS
10086@value{GDBN} circumvents the error by ignoring this symbol information.
10087This usually allows you to debug your program, though certain symbols
c906108c 10088are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10089debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10090on @code{complain}, then go up to the function @code{read_dbx_symtab}
10091and examine @code{*bufp} to see the symbol.
c906108c
SS
10092
10093@item stub type has NULL name
c906108c 10094
7a292a7a 10095@value{GDBN} could not find the full definition for a struct or class.
c906108c 10096
7a292a7a 10097@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10098The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10099information that recent versions of the compiler should have output for
10100it.
c906108c
SS
10101
10102@item info mismatch between compiler and debugger
10103
10104@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10105
c906108c
SS
10106@end table
10107
6d2ebf8b 10108@node Targets
c906108c 10109@chapter Specifying a Debugging Target
7a292a7a 10110
c906108c
SS
10111@cindex debugging target
10112@kindex target
10113
10114A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10115
10116Often, @value{GDBN} runs in the same host environment as your program;
10117in that case, the debugging target is specified as a side effect when
10118you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10119flexibility---for example, running @value{GDBN} on a physically separate
10120host, or controlling a standalone system over a serial port or a
53a5351d
JM
10121realtime system over a TCP/IP connection---you can use the @code{target}
10122command to specify one of the target types configured for @value{GDBN}
10123(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10124
10125@menu
10126* Active Targets:: Active targets
10127* Target Commands:: Commands for managing targets
c906108c
SS
10128* Byte Order:: Choosing target byte order
10129* Remote:: Remote debugging
96baa820 10130* KOD:: Kernel Object Display
c906108c
SS
10131
10132@end menu
10133
6d2ebf8b 10134@node Active Targets
c906108c 10135@section Active targets
7a292a7a 10136
c906108c
SS
10137@cindex stacking targets
10138@cindex active targets
10139@cindex multiple targets
10140
c906108c 10141There are three classes of targets: processes, core files, and
7a292a7a
SS
10142executable files. @value{GDBN} can work concurrently on up to three
10143active targets, one in each class. This allows you to (for example)
10144start a process and inspect its activity without abandoning your work on
10145a core file.
c906108c
SS
10146
10147For example, if you execute @samp{gdb a.out}, then the executable file
10148@code{a.out} is the only active target. If you designate a core file as
10149well---presumably from a prior run that crashed and coredumped---then
10150@value{GDBN} has two active targets and uses them in tandem, looking
10151first in the corefile target, then in the executable file, to satisfy
10152requests for memory addresses. (Typically, these two classes of target
10153are complementary, since core files contain only a program's
10154read-write memory---variables and so on---plus machine status, while
10155executable files contain only the program text and initialized data.)
c906108c
SS
10156
10157When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10158target as well. When a process target is active, all @value{GDBN}
10159commands requesting memory addresses refer to that target; addresses in
10160an active core file or executable file target are obscured while the
10161process target is active.
c906108c 10162
7a292a7a
SS
10163Use the @code{core-file} and @code{exec-file} commands to select a new
10164core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10165files}). To specify as a target a process that is already running, use
7a292a7a
SS
10166the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10167process}).
c906108c 10168
6d2ebf8b 10169@node Target Commands
c906108c
SS
10170@section Commands for managing targets
10171
10172@table @code
10173@item target @var{type} @var{parameters}
7a292a7a
SS
10174Connects the @value{GDBN} host environment to a target machine or
10175process. A target is typically a protocol for talking to debugging
10176facilities. You use the argument @var{type} to specify the type or
10177protocol of the target machine.
c906108c
SS
10178
10179Further @var{parameters} are interpreted by the target protocol, but
10180typically include things like device names or host names to connect
10181with, process numbers, and baud rates.
c906108c
SS
10182
10183The @code{target} command does not repeat if you press @key{RET} again
10184after executing the command.
10185
10186@kindex help target
10187@item help target
10188Displays the names of all targets available. To display targets
10189currently selected, use either @code{info target} or @code{info files}
10190(@pxref{Files, ,Commands to specify files}).
10191
10192@item help target @var{name}
10193Describe a particular target, including any parameters necessary to
10194select it.
10195
10196@kindex set gnutarget
10197@item set gnutarget @var{args}
5d161b24 10198@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10199knows whether it is reading an @dfn{executable},
5d161b24
DB
10200a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10201with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10202with @code{gnutarget} the @code{target} refers to a program, not a machine.
10203
d4f3574e 10204@quotation
c906108c
SS
10205@emph{Warning:} To specify a file format with @code{set gnutarget},
10206you must know the actual BFD name.
d4f3574e 10207@end quotation
c906108c 10208
d4f3574e
SS
10209@noindent
10210@xref{Files, , Commands to specify files}.
c906108c 10211
5d161b24 10212@kindex show gnutarget
c906108c
SS
10213@item show gnutarget
10214Use the @code{show gnutarget} command to display what file format
10215@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10216@value{GDBN} will determine the file format for each file automatically,
10217and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10218@end table
10219
c906108c
SS
10220Here are some common targets (available, or not, depending on the GDB
10221configuration):
c906108c
SS
10222
10223@table @code
10224@kindex target exec
10225@item target exec @var{program}
10226An executable file. @samp{target exec @var{program}} is the same as
10227@samp{exec-file @var{program}}.
10228
c906108c
SS
10229@kindex target core
10230@item target core @var{filename}
10231A core dump file. @samp{target core @var{filename}} is the same as
10232@samp{core-file @var{filename}}.
c906108c
SS
10233
10234@kindex target remote
10235@item target remote @var{dev}
10236Remote serial target in GDB-specific protocol. The argument @var{dev}
10237specifies what serial device to use for the connection (e.g.
10238@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10239supports the @code{load} command. This is only useful if you have
c906108c
SS
10240some other way of getting the stub to the target system, and you can put
10241it somewhere in memory where it won't get clobbered by the download.
10242
c906108c
SS
10243@kindex target sim
10244@item target sim
2df3850c 10245Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10246In general,
474c8240 10247@smallexample
104c1213
JM
10248 target sim
10249 load
10250 run
474c8240 10251@end smallexample
d4f3574e 10252@noindent
104c1213 10253works; however, you cannot assume that a specific memory map, device
d4f3574e 10254drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10255provide these. For info about any processor-specific simulator details,
10256see the appropriate section in @ref{Embedded Processors, ,Embedded
10257Processors}.
10258
c906108c
SS
10259@end table
10260
104c1213 10261Some configurations may include these targets as well:
c906108c
SS
10262
10263@table @code
10264
c906108c
SS
10265@kindex target nrom
10266@item target nrom @var{dev}
10267NetROM ROM emulator. This target only supports downloading.
10268
c906108c
SS
10269@end table
10270
5d161b24 10271Different targets are available on different configurations of @value{GDBN};
c906108c 10272your configuration may have more or fewer targets.
c906108c
SS
10273
10274Many remote targets require you to download the executable's code
10275once you've successfully established a connection.
10276
10277@table @code
10278
10279@kindex load @var{filename}
10280@item load @var{filename}
c906108c
SS
10281Depending on what remote debugging facilities are configured into
10282@value{GDBN}, the @code{load} command may be available. Where it exists, it
10283is meant to make @var{filename} (an executable) available for debugging
10284on the remote system---by downloading, or dynamic linking, for example.
10285@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10286the @code{add-symbol-file} command.
10287
10288If your @value{GDBN} does not have a @code{load} command, attempting to
10289execute it gets the error message ``@code{You can't do that when your
10290target is @dots{}}''
c906108c
SS
10291
10292The file is loaded at whatever address is specified in the executable.
10293For some object file formats, you can specify the load address when you
10294link the program; for other formats, like a.out, the object file format
10295specifies a fixed address.
10296@c FIXME! This would be a good place for an xref to the GNU linker doc.
10297
c906108c
SS
10298@code{load} does not repeat if you press @key{RET} again after using it.
10299@end table
10300
6d2ebf8b 10301@node Byte Order
c906108c 10302@section Choosing target byte order
7a292a7a 10303
c906108c
SS
10304@cindex choosing target byte order
10305@cindex target byte order
c906108c
SS
10306
10307Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10308offer the ability to run either big-endian or little-endian byte
10309orders. Usually the executable or symbol will include a bit to
10310designate the endian-ness, and you will not need to worry about
10311which to use. However, you may still find it useful to adjust
d4f3574e 10312@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10313
10314@table @code
10315@kindex set endian big
10316@item set endian big
10317Instruct @value{GDBN} to assume the target is big-endian.
10318
10319@kindex set endian little
10320@item set endian little
10321Instruct @value{GDBN} to assume the target is little-endian.
10322
10323@kindex set endian auto
10324@item set endian auto
10325Instruct @value{GDBN} to use the byte order associated with the
10326executable.
10327
10328@item show endian
10329Display @value{GDBN}'s current idea of the target byte order.
10330
10331@end table
10332
10333Note that these commands merely adjust interpretation of symbolic
10334data on the host, and that they have absolutely no effect on the
10335target system.
10336
6d2ebf8b 10337@node Remote
c906108c
SS
10338@section Remote debugging
10339@cindex remote debugging
10340
10341If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10342@value{GDBN} in the usual way, it is often useful to use remote debugging.
10343For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10344or on a small system which does not have a general purpose operating system
10345powerful enough to run a full-featured debugger.
10346
10347Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10348to make this work with particular debugging targets. In addition,
5d161b24 10349@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10350but not specific to any particular target system) which you can use if you
10351write the remote stubs---the code that runs on the remote system to
10352communicate with @value{GDBN}.
10353
10354Other remote targets may be available in your
10355configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10356
6f05cf9f
AC
10357@node KOD
10358@section Kernel Object Display
10359
10360@cindex kernel object display
10361@cindex kernel object
10362@cindex KOD
10363
10364Some targets support kernel object display. Using this facility,
10365@value{GDBN} communicates specially with the underlying operating system
10366and can display information about operating system-level objects such as
10367mutexes and other synchronization objects. Exactly which objects can be
10368displayed is determined on a per-OS basis.
10369
10370Use the @code{set os} command to set the operating system. This tells
10371@value{GDBN} which kernel object display module to initialize:
10372
474c8240 10373@smallexample
6f05cf9f 10374(@value{GDBP}) set os cisco
474c8240 10375@end smallexample
6f05cf9f
AC
10376
10377If @code{set os} succeeds, @value{GDBN} will display some information
10378about the operating system, and will create a new @code{info} command
10379which can be used to query the target. The @code{info} command is named
10380after the operating system:
c906108c 10381
474c8240 10382@smallexample
6f05cf9f
AC
10383(@value{GDBP}) info cisco
10384List of Cisco Kernel Objects
10385Object Description
10386any Any and all objects
474c8240 10387@end smallexample
6f05cf9f
AC
10388
10389Further subcommands can be used to query about particular objects known
10390by the kernel.
10391
10392There is currently no way to determine whether a given operating system
10393is supported other than to try it.
10394
10395
10396@node Remote Debugging
10397@chapter Debugging remote programs
10398
6b2f586d
AC
10399@menu
10400* Server:: Using the gdbserver program
10401* NetWare:: Using the gdbserve.nlm program
501eef12 10402* Remote configuration:: Remote configuration
6b2f586d 10403* remote stub:: Implementing a remote stub
6b2f586d
AC
10404@end menu
10405
6f05cf9f
AC
10406@node Server
10407@section Using the @code{gdbserver} program
10408
10409@kindex gdbserver
10410@cindex remote connection without stubs
10411@code{gdbserver} is a control program for Unix-like systems, which
10412allows you to connect your program with a remote @value{GDBN} via
10413@code{target remote}---but without linking in the usual debugging stub.
10414
10415@code{gdbserver} is not a complete replacement for the debugging stubs,
10416because it requires essentially the same operating-system facilities
10417that @value{GDBN} itself does. In fact, a system that can run
10418@code{gdbserver} to connect to a remote @value{GDBN} could also run
10419@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10420because it is a much smaller program than @value{GDBN} itself. It is
10421also easier to port than all of @value{GDBN}, so you may be able to get
10422started more quickly on a new system by using @code{gdbserver}.
10423Finally, if you develop code for real-time systems, you may find that
10424the tradeoffs involved in real-time operation make it more convenient to
10425do as much development work as possible on another system, for example
10426by cross-compiling. You can use @code{gdbserver} to make a similar
10427choice for debugging.
10428
10429@value{GDBN} and @code{gdbserver} communicate via either a serial line
10430or a TCP connection, using the standard @value{GDBN} remote serial
10431protocol.
10432
10433@table @emph
10434@item On the target machine,
10435you need to have a copy of the program you want to debug.
10436@code{gdbserver} does not need your program's symbol table, so you can
10437strip the program if necessary to save space. @value{GDBN} on the host
10438system does all the symbol handling.
10439
10440To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10441the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10442syntax is:
10443
10444@smallexample
10445target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10446@end smallexample
10447
10448@var{comm} is either a device name (to use a serial line) or a TCP
10449hostname and portnumber. For example, to debug Emacs with the argument
10450@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10451@file{/dev/com1}:
10452
10453@smallexample
10454target> gdbserver /dev/com1 emacs foo.txt
10455@end smallexample
10456
10457@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10458with it.
10459
10460To use a TCP connection instead of a serial line:
10461
10462@smallexample
10463target> gdbserver host:2345 emacs foo.txt
10464@end smallexample
10465
10466The only difference from the previous example is the first argument,
10467specifying that you are communicating with the host @value{GDBN} via
10468TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10469expect a TCP connection from machine @samp{host} to local TCP port 2345.
10470(Currently, the @samp{host} part is ignored.) You can choose any number
10471you want for the port number as long as it does not conflict with any
10472TCP ports already in use on the target system (for example, @code{23} is
10473reserved for @code{telnet}).@footnote{If you choose a port number that
10474conflicts with another service, @code{gdbserver} prints an error message
10475and exits.} You must use the same port number with the host @value{GDBN}
10476@code{target remote} command.
10477
56460a61
DJ
10478On some targets, @code{gdbserver} can also attach to running programs.
10479This is accomplished via the @code{--attach} argument. The syntax is:
10480
10481@smallexample
10482target> gdbserver @var{comm} --attach @var{pid}
10483@end smallexample
10484
10485@var{pid} is the process ID of a currently running process. It isn't necessary
10486to point @code{gdbserver} at a binary for the running process.
10487
6f05cf9f
AC
10488@item On the @value{GDBN} host machine,
10489you need an unstripped copy of your program, since @value{GDBN} needs
10490symbols and debugging information. Start up @value{GDBN} as usual,
10491using the name of the local copy of your program as the first argument.
10492(You may also need the @w{@samp{--baud}} option if the serial line is
10493running at anything other than 9600@dmn{bps}.) After that, use @code{target
10494remote} to establish communications with @code{gdbserver}. Its argument
10495is either a device name (usually a serial device, like
10496@file{/dev/ttyb}), or a TCP port descriptor in the form
10497@code{@var{host}:@var{PORT}}. For example:
10498
10499@smallexample
10500(@value{GDBP}) target remote /dev/ttyb
10501@end smallexample
10502
10503@noindent
10504communicates with the server via serial line @file{/dev/ttyb}, and
10505
10506@smallexample
10507(@value{GDBP}) target remote the-target:2345
10508@end smallexample
10509
10510@noindent
10511communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
10512For TCP connections, you must start up @code{gdbserver} prior to using
10513the @code{target remote} command. Otherwise you may get an error whose
10514text depends on the host system, but which usually looks something like
10515@samp{Connection refused}.
10516@end table
10517
10518@node NetWare
10519@section Using the @code{gdbserve.nlm} program
10520
10521@kindex gdbserve.nlm
10522@code{gdbserve.nlm} is a control program for NetWare systems, which
10523allows you to connect your program with a remote @value{GDBN} via
10524@code{target remote}.
10525
10526@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10527using the standard @value{GDBN} remote serial protocol.
10528
10529@table @emph
10530@item On the target machine,
10531you need to have a copy of the program you want to debug.
10532@code{gdbserve.nlm} does not need your program's symbol table, so you
10533can strip the program if necessary to save space. @value{GDBN} on the
10534host system does all the symbol handling.
10535
10536To use the server, you must tell it how to communicate with
10537@value{GDBN}; the name of your program; and the arguments for your
10538program. The syntax is:
10539
10540@smallexample
10541load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10542 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10543@end smallexample
10544
10545@var{board} and @var{port} specify the serial line; @var{baud} specifies
10546the baud rate used by the connection. @var{port} and @var{node} default
10547to 0, @var{baud} defaults to 9600@dmn{bps}.
10548
10549For example, to debug Emacs with the argument @samp{foo.txt}and
10550communicate with @value{GDBN} over serial port number 2 or board 1
10551using a 19200@dmn{bps} connection:
10552
10553@smallexample
10554load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10555@end smallexample
10556
10557@item On the @value{GDBN} host machine,
10558you need an unstripped copy of your program, since @value{GDBN} needs
10559symbols and debugging information. Start up @value{GDBN} as usual,
10560using the name of the local copy of your program as the first argument.
10561(You may also need the @w{@samp{--baud}} option if the serial line is
10562running at anything other than 9600@dmn{bps}. After that, use @code{target
10563remote} to establish communications with @code{gdbserve.nlm}. Its
10564argument is a device name (usually a serial device, like
10565@file{/dev/ttyb}). For example:
10566
10567@smallexample
10568(@value{GDBP}) target remote /dev/ttyb
10569@end smallexample
10570
10571@noindent
10572communications with the server via serial line @file{/dev/ttyb}.
10573@end table
10574
501eef12
AC
10575@node Remote configuration
10576@section Remote configuration
10577
10578The following configuration options are available when debugging remote
10579programs:
10580
10581@table @code
10582@kindex set remote hardware-watchpoint-limit
10583@kindex set remote hardware-breakpoint-limit
10584@anchor{set remote hardware-watchpoint-limit}
10585@anchor{set remote hardware-breakpoint-limit}
10586@item set remote hardware-watchpoint-limit @var{limit}
10587@itemx set remote hardware-breakpoint-limit @var{limit}
10588Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10589watchpoints. A limit of -1, the default, is treated as unlimited.
10590@end table
10591
6f05cf9f
AC
10592@node remote stub
10593@section Implementing a remote stub
7a292a7a 10594
8e04817f
AC
10595@cindex debugging stub, example
10596@cindex remote stub, example
10597@cindex stub example, remote debugging
10598The stub files provided with @value{GDBN} implement the target side of the
10599communication protocol, and the @value{GDBN} side is implemented in the
10600@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10601these subroutines to communicate, and ignore the details. (If you're
10602implementing your own stub file, you can still ignore the details: start
10603with one of the existing stub files. @file{sparc-stub.c} is the best
10604organized, and therefore the easiest to read.)
10605
104c1213
JM
10606@cindex remote serial debugging, overview
10607To debug a program running on another machine (the debugging
10608@dfn{target} machine), you must first arrange for all the usual
10609prerequisites for the program to run by itself. For example, for a C
10610program, you need:
c906108c 10611
104c1213
JM
10612@enumerate
10613@item
10614A startup routine to set up the C runtime environment; these usually
10615have a name like @file{crt0}. The startup routine may be supplied by
10616your hardware supplier, or you may have to write your own.
96baa820 10617
5d161b24 10618@item
d4f3574e 10619A C subroutine library to support your program's
104c1213 10620subroutine calls, notably managing input and output.
96baa820 10621
104c1213
JM
10622@item
10623A way of getting your program to the other machine---for example, a
10624download program. These are often supplied by the hardware
10625manufacturer, but you may have to write your own from hardware
10626documentation.
10627@end enumerate
96baa820 10628
104c1213
JM
10629The next step is to arrange for your program to use a serial port to
10630communicate with the machine where @value{GDBN} is running (the @dfn{host}
10631machine). In general terms, the scheme looks like this:
96baa820 10632
104c1213
JM
10633@table @emph
10634@item On the host,
10635@value{GDBN} already understands how to use this protocol; when everything
10636else is set up, you can simply use the @samp{target remote} command
10637(@pxref{Targets,,Specifying a Debugging Target}).
10638
10639@item On the target,
10640you must link with your program a few special-purpose subroutines that
10641implement the @value{GDBN} remote serial protocol. The file containing these
10642subroutines is called a @dfn{debugging stub}.
10643
10644On certain remote targets, you can use an auxiliary program
10645@code{gdbserver} instead of linking a stub into your program.
10646@xref{Server,,Using the @code{gdbserver} program}, for details.
10647@end table
96baa820 10648
104c1213
JM
10649The debugging stub is specific to the architecture of the remote
10650machine; for example, use @file{sparc-stub.c} to debug programs on
10651@sc{sparc} boards.
96baa820 10652
104c1213
JM
10653@cindex remote serial stub list
10654These working remote stubs are distributed with @value{GDBN}:
96baa820 10655
104c1213
JM
10656@table @code
10657
10658@item i386-stub.c
41afff9a 10659@cindex @file{i386-stub.c}
104c1213
JM
10660@cindex Intel
10661@cindex i386
10662For Intel 386 and compatible architectures.
10663
10664@item m68k-stub.c
41afff9a 10665@cindex @file{m68k-stub.c}
104c1213
JM
10666@cindex Motorola 680x0
10667@cindex m680x0
10668For Motorola 680x0 architectures.
10669
10670@item sh-stub.c
41afff9a 10671@cindex @file{sh-stub.c}
104c1213
JM
10672@cindex Hitachi
10673@cindex SH
10674For Hitachi SH architectures.
10675
10676@item sparc-stub.c
41afff9a 10677@cindex @file{sparc-stub.c}
104c1213
JM
10678@cindex Sparc
10679For @sc{sparc} architectures.
10680
10681@item sparcl-stub.c
41afff9a 10682@cindex @file{sparcl-stub.c}
104c1213
JM
10683@cindex Fujitsu
10684@cindex SparcLite
10685For Fujitsu @sc{sparclite} architectures.
10686
10687@end table
10688
10689The @file{README} file in the @value{GDBN} distribution may list other
10690recently added stubs.
10691
10692@menu
10693* Stub Contents:: What the stub can do for you
10694* Bootstrapping:: What you must do for the stub
10695* Debug Session:: Putting it all together
104c1213
JM
10696@end menu
10697
6d2ebf8b 10698@node Stub Contents
6f05cf9f 10699@subsection What the stub can do for you
104c1213
JM
10700
10701@cindex remote serial stub
10702The debugging stub for your architecture supplies these three
10703subroutines:
10704
10705@table @code
10706@item set_debug_traps
10707@kindex set_debug_traps
10708@cindex remote serial stub, initialization
10709This routine arranges for @code{handle_exception} to run when your
10710program stops. You must call this subroutine explicitly near the
10711beginning of your program.
10712
10713@item handle_exception
10714@kindex handle_exception
10715@cindex remote serial stub, main routine
10716This is the central workhorse, but your program never calls it
10717explicitly---the setup code arranges for @code{handle_exception} to
10718run when a trap is triggered.
10719
10720@code{handle_exception} takes control when your program stops during
10721execution (for example, on a breakpoint), and mediates communications
10722with @value{GDBN} on the host machine. This is where the communications
10723protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 10724representative on the target machine. It begins by sending summary
104c1213
JM
10725information on the state of your program, then continues to execute,
10726retrieving and transmitting any information @value{GDBN} needs, until you
10727execute a @value{GDBN} command that makes your program resume; at that point,
10728@code{handle_exception} returns control to your own code on the target
5d161b24 10729machine.
104c1213
JM
10730
10731@item breakpoint
10732@cindex @code{breakpoint} subroutine, remote
10733Use this auxiliary subroutine to make your program contain a
10734breakpoint. Depending on the particular situation, this may be the only
10735way for @value{GDBN} to get control. For instance, if your target
10736machine has some sort of interrupt button, you won't need to call this;
10737pressing the interrupt button transfers control to
10738@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10739simply receiving characters on the serial port may also trigger a trap;
10740again, in that situation, you don't need to call @code{breakpoint} from
10741your own program---simply running @samp{target remote} from the host
5d161b24 10742@value{GDBN} session gets control.
104c1213
JM
10743
10744Call @code{breakpoint} if none of these is true, or if you simply want
10745to make certain your program stops at a predetermined point for the
10746start of your debugging session.
10747@end table
10748
6d2ebf8b 10749@node Bootstrapping
6f05cf9f 10750@subsection What you must do for the stub
104c1213
JM
10751
10752@cindex remote stub, support routines
10753The debugging stubs that come with @value{GDBN} are set up for a particular
10754chip architecture, but they have no information about the rest of your
10755debugging target machine.
10756
10757First of all you need to tell the stub how to communicate with the
10758serial port.
10759
10760@table @code
10761@item int getDebugChar()
10762@kindex getDebugChar
10763Write this subroutine to read a single character from the serial port.
10764It may be identical to @code{getchar} for your target system; a
10765different name is used to allow you to distinguish the two if you wish.
10766
10767@item void putDebugChar(int)
10768@kindex putDebugChar
10769Write this subroutine to write a single character to the serial port.
5d161b24 10770It may be identical to @code{putchar} for your target system; a
104c1213
JM
10771different name is used to allow you to distinguish the two if you wish.
10772@end table
10773
10774@cindex control C, and remote debugging
10775@cindex interrupting remote targets
10776If you want @value{GDBN} to be able to stop your program while it is
10777running, you need to use an interrupt-driven serial driver, and arrange
10778for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
10779character). That is the character which @value{GDBN} uses to tell the
10780remote system to stop.
10781
10782Getting the debugging target to return the proper status to @value{GDBN}
10783probably requires changes to the standard stub; one quick and dirty way
10784is to just execute a breakpoint instruction (the ``dirty'' part is that
10785@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
10786
10787Other routines you need to supply are:
10788
10789@table @code
10790@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
10791@kindex exceptionHandler
10792Write this function to install @var{exception_address} in the exception
10793handling tables. You need to do this because the stub does not have any
10794way of knowing what the exception handling tables on your target system
10795are like (for example, the processor's table might be in @sc{rom},
10796containing entries which point to a table in @sc{ram}).
10797@var{exception_number} is the exception number which should be changed;
10798its meaning is architecture-dependent (for example, different numbers
10799might represent divide by zero, misaligned access, etc). When this
10800exception occurs, control should be transferred directly to
10801@var{exception_address}, and the processor state (stack, registers,
10802and so on) should be just as it is when a processor exception occurs. So if
10803you want to use a jump instruction to reach @var{exception_address}, it
10804should be a simple jump, not a jump to subroutine.
10805
10806For the 386, @var{exception_address} should be installed as an interrupt
10807gate so that interrupts are masked while the handler runs. The gate
10808should be at privilege level 0 (the most privileged level). The
10809@sc{sparc} and 68k stubs are able to mask interrupts themselves without
10810help from @code{exceptionHandler}.
10811
10812@item void flush_i_cache()
10813@kindex flush_i_cache
d4f3574e 10814On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
10815instruction cache, if any, on your target machine. If there is no
10816instruction cache, this subroutine may be a no-op.
10817
10818On target machines that have instruction caches, @value{GDBN} requires this
10819function to make certain that the state of your program is stable.
10820@end table
10821
10822@noindent
10823You must also make sure this library routine is available:
10824
10825@table @code
10826@item void *memset(void *, int, int)
10827@kindex memset
10828This is the standard library function @code{memset} that sets an area of
10829memory to a known value. If you have one of the free versions of
10830@code{libc.a}, @code{memset} can be found there; otherwise, you must
10831either obtain it from your hardware manufacturer, or write your own.
10832@end table
10833
10834If you do not use the GNU C compiler, you may need other standard
10835library subroutines as well; this varies from one stub to another,
10836but in general the stubs are likely to use any of the common library
d4f3574e 10837subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
10838
10839
6d2ebf8b 10840@node Debug Session
6f05cf9f 10841@subsection Putting it all together
104c1213
JM
10842
10843@cindex remote serial debugging summary
10844In summary, when your program is ready to debug, you must follow these
10845steps.
10846
10847@enumerate
10848@item
6d2ebf8b 10849Make sure you have defined the supporting low-level routines
104c1213
JM
10850(@pxref{Bootstrapping,,What you must do for the stub}):
10851@display
10852@code{getDebugChar}, @code{putDebugChar},
10853@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
10854@end display
10855
10856@item
10857Insert these lines near the top of your program:
10858
474c8240 10859@smallexample
104c1213
JM
10860set_debug_traps();
10861breakpoint();
474c8240 10862@end smallexample
104c1213
JM
10863
10864@item
10865For the 680x0 stub only, you need to provide a variable called
10866@code{exceptionHook}. Normally you just use:
10867
474c8240 10868@smallexample
104c1213 10869void (*exceptionHook)() = 0;
474c8240 10870@end smallexample
104c1213 10871
d4f3574e 10872@noindent
104c1213 10873but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 10874function in your program, that function is called when
104c1213
JM
10875@code{@value{GDBN}} continues after stopping on a trap (for example, bus
10876error). The function indicated by @code{exceptionHook} is called with
10877one parameter: an @code{int} which is the exception number.
10878
10879@item
10880Compile and link together: your program, the @value{GDBN} debugging stub for
10881your target architecture, and the supporting subroutines.
10882
10883@item
10884Make sure you have a serial connection between your target machine and
10885the @value{GDBN} host, and identify the serial port on the host.
10886
10887@item
10888@c The "remote" target now provides a `load' command, so we should
10889@c document that. FIXME.
10890Download your program to your target machine (or get it there by
10891whatever means the manufacturer provides), and start it.
10892
10893@item
10894To start remote debugging, run @value{GDBN} on the host machine, and specify
10895as an executable file the program that is running in the remote machine.
10896This tells @value{GDBN} how to find your program's symbols and the contents
10897of its pure text.
10898
d4f3574e 10899@item
104c1213 10900@cindex serial line, @code{target remote}
d4f3574e 10901Establish communication using the @code{target remote} command.
104c1213
JM
10902Its argument specifies how to communicate with the target
10903machine---either via a devicename attached to a direct serial line, or a
9db8d71f 10904TCP or UDP port (usually to a terminal server which in turn has a serial line
104c1213
JM
10905to the target). For example, to use a serial line connected to the
10906device named @file{/dev/ttyb}:
10907
474c8240 10908@smallexample
104c1213 10909target remote /dev/ttyb
474c8240 10910@end smallexample
104c1213
JM
10911
10912@cindex TCP port, @code{target remote}
10913To use a TCP connection, use an argument of the form
9db8d71f
DJ
10914@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10915For example, to connect to port 2828 on a
104c1213
JM
10916terminal server named @code{manyfarms}:
10917
474c8240 10918@smallexample
104c1213 10919target remote manyfarms:2828
474c8240 10920@end smallexample
a2bea4c3
CV
10921
10922If your remote target is actually running on the same machine as
10923your debugger session (e.g.@: a simulator of your target running on
10924the same host), you can omit the hostname. For example, to connect
10925to port 1234 on your local machine:
10926
474c8240 10927@smallexample
a2bea4c3 10928target remote :1234
474c8240 10929@end smallexample
a2bea4c3
CV
10930@noindent
10931
10932Note that the colon is still required here.
9db8d71f
DJ
10933
10934@cindex UDP port, @code{target remote}
10935To use a UDP connection, use an argument of the form
10936@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10937on a terminal server named @code{manyfarms}:
10938
10939@smallexample
10940target remote udp:manyfarms:2828
10941@end smallexample
10942
10943When using a UDP connection for remote debugging, you should keep in mind
10944that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10945busy or unreliable networks, which will cause havoc with your debugging
10946session.
10947
104c1213
JM
10948@end enumerate
10949
10950Now you can use all the usual commands to examine and change data and to
10951step and continue the remote program.
10952
10953To resume the remote program and stop debugging it, use the @code{detach}
10954command.
10955
10956@cindex interrupting remote programs
10957@cindex remote programs, interrupting
10958Whenever @value{GDBN} is waiting for the remote program, if you type the
10959interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10960program. This may or may not succeed, depending in part on the hardware
10961and the serial drivers the remote system uses. If you type the
10962interrupt character once again, @value{GDBN} displays this prompt:
10963
474c8240 10964@smallexample
104c1213
JM
10965Interrupted while waiting for the program.
10966Give up (and stop debugging it)? (y or n)
474c8240 10967@end smallexample
104c1213
JM
10968
10969If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10970(If you decide you want to try again later, you can use @samp{target
10971remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10972goes back to waiting.
10973
104c1213 10974
8e04817f
AC
10975@node Configurations
10976@chapter Configuration-Specific Information
104c1213 10977
8e04817f
AC
10978While nearly all @value{GDBN} commands are available for all native and
10979cross versions of the debugger, there are some exceptions. This chapter
10980describes things that are only available in certain configurations.
104c1213 10981
8e04817f
AC
10982There are three major categories of configurations: native
10983configurations, where the host and target are the same, embedded
10984operating system configurations, which are usually the same for several
10985different processor architectures, and bare embedded processors, which
10986are quite different from each other.
104c1213 10987
8e04817f
AC
10988@menu
10989* Native::
10990* Embedded OS::
10991* Embedded Processors::
10992* Architectures::
10993@end menu
104c1213 10994
8e04817f
AC
10995@node Native
10996@section Native
104c1213 10997
8e04817f
AC
10998This section describes details specific to particular native
10999configurations.
6cf7e474 11000
8e04817f
AC
11001@menu
11002* HP-UX:: HP-UX
11003* SVR4 Process Information:: SVR4 process information
11004* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11005* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11006@end menu
6cf7e474 11007
8e04817f
AC
11008@node HP-UX
11009@subsection HP-UX
104c1213 11010
8e04817f
AC
11011On HP-UX systems, if you refer to a function or variable name that
11012begins with a dollar sign, @value{GDBN} searches for a user or system
11013name first, before it searches for a convenience variable.
104c1213 11014
8e04817f
AC
11015@node SVR4 Process Information
11016@subsection SVR4 process information
104c1213 11017
8e04817f
AC
11018@kindex /proc
11019@cindex process image
104c1213 11020
8e04817f
AC
11021Many versions of SVR4 provide a facility called @samp{/proc} that can be
11022used to examine the image of a running process using file-system
11023subroutines. If @value{GDBN} is configured for an operating system with
11024this facility, the command @code{info proc} is available to report on
11025several kinds of information about the process running your program.
11026@code{info proc} works only on SVR4 systems that include the
11027@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11028and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11029
8e04817f
AC
11030@table @code
11031@kindex info proc
11032@item info proc
11033Summarize available information about the process.
6cf7e474 11034
8e04817f
AC
11035@kindex info proc mappings
11036@item info proc mappings
11037Report on the address ranges accessible in the program, with information
11038on whether your program may read, write, or execute each range.
11039@ignore
11040@comment These sub-options of 'info proc' were not included when
11041@comment procfs.c was re-written. Keep their descriptions around
11042@comment against the day when someone finds the time to put them back in.
11043@kindex info proc times
11044@item info proc times
11045Starting time, user CPU time, and system CPU time for your program and
11046its children.
6cf7e474 11047
8e04817f
AC
11048@kindex info proc id
11049@item info proc id
11050Report on the process IDs related to your program: its own process ID,
11051the ID of its parent, the process group ID, and the session ID.
104c1213 11052
8e04817f
AC
11053@kindex info proc status
11054@item info proc status
11055General information on the state of the process. If the process is
11056stopped, this report includes the reason for stopping, and any signal
11057received.
d4f3574e 11058
8e04817f
AC
11059@item info proc all
11060Show all the above information about the process.
11061@end ignore
11062@end table
104c1213 11063
8e04817f
AC
11064@node DJGPP Native
11065@subsection Features for Debugging @sc{djgpp} Programs
11066@cindex @sc{djgpp} debugging
11067@cindex native @sc{djgpp} debugging
11068@cindex MS-DOS-specific commands
104c1213 11069
8e04817f
AC
11070@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11071MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11072that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11073top of real-mode DOS systems and their emulations.
104c1213 11074
8e04817f
AC
11075@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11076defines a few commands specific to the @sc{djgpp} port. This
11077subsection describes those commands.
104c1213 11078
8e04817f
AC
11079@table @code
11080@kindex info dos
11081@item info dos
11082This is a prefix of @sc{djgpp}-specific commands which print
11083information about the target system and important OS structures.
f1251bdd 11084
8e04817f
AC
11085@kindex sysinfo
11086@cindex MS-DOS system info
11087@cindex free memory information (MS-DOS)
11088@item info dos sysinfo
11089This command displays assorted information about the underlying
11090platform: the CPU type and features, the OS version and flavor, the
11091DPMI version, and the available conventional and DPMI memory.
104c1213 11092
8e04817f
AC
11093@cindex GDT
11094@cindex LDT
11095@cindex IDT
11096@cindex segment descriptor tables
11097@cindex descriptor tables display
11098@item info dos gdt
11099@itemx info dos ldt
11100@itemx info dos idt
11101These 3 commands display entries from, respectively, Global, Local,
11102and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11103tables are data structures which store a descriptor for each segment
11104that is currently in use. The segment's selector is an index into a
11105descriptor table; the table entry for that index holds the
11106descriptor's base address and limit, and its attributes and access
11107rights.
104c1213 11108
8e04817f
AC
11109A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11110segment (used for both data and the stack), and a DOS segment (which
11111allows access to DOS/BIOS data structures and absolute addresses in
11112conventional memory). However, the DPMI host will usually define
11113additional segments in order to support the DPMI environment.
d4f3574e 11114
8e04817f
AC
11115@cindex garbled pointers
11116These commands allow to display entries from the descriptor tables.
11117Without an argument, all entries from the specified table are
11118displayed. An argument, which should be an integer expression, means
11119display a single entry whose index is given by the argument. For
11120example, here's a convenient way to display information about the
11121debugged program's data segment:
104c1213 11122
8e04817f
AC
11123@smallexample
11124@exdent @code{(@value{GDBP}) info dos ldt $ds}
11125@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11126@end smallexample
104c1213 11127
8e04817f
AC
11128@noindent
11129This comes in handy when you want to see whether a pointer is outside
11130the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11131
8e04817f
AC
11132@cindex page tables display (MS-DOS)
11133@item info dos pde
11134@itemx info dos pte
11135These two commands display entries from, respectively, the Page
11136Directory and the Page Tables. Page Directories and Page Tables are
11137data structures which control how virtual memory addresses are mapped
11138into physical addresses. A Page Table includes an entry for every
11139page of memory that is mapped into the program's address space; there
11140may be several Page Tables, each one holding up to 4096 entries. A
11141Page Directory has up to 4096 entries, one each for every Page Table
11142that is currently in use.
104c1213 11143
8e04817f
AC
11144Without an argument, @kbd{info dos pde} displays the entire Page
11145Directory, and @kbd{info dos pte} displays all the entries in all of
11146the Page Tables. An argument, an integer expression, given to the
11147@kbd{info dos pde} command means display only that entry from the Page
11148Directory table. An argument given to the @kbd{info dos pte} command
11149means display entries from a single Page Table, the one pointed to by
11150the specified entry in the Page Directory.
104c1213 11151
8e04817f
AC
11152@cindex direct memory access (DMA) on MS-DOS
11153These commands are useful when your program uses @dfn{DMA} (Direct
11154Memory Access), which needs physical addresses to program the DMA
11155controller.
104c1213 11156
8e04817f 11157These commands are supported only with some DPMI servers.
104c1213 11158
8e04817f
AC
11159@cindex physical address from linear address
11160@item info dos address-pte @var{addr}
11161This command displays the Page Table entry for a specified linear
11162address. The argument linear address @var{addr} should already have the
11163appropriate segment's base address added to it, because this command
11164accepts addresses which may belong to @emph{any} segment. For
11165example, here's how to display the Page Table entry for the page where
11166the variable @code{i} is stored:
104c1213 11167
8e04817f
AC
11168@smallexample
11169@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11170@exdent @code{Page Table entry for address 0x11a00d30:}
11171@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11172@end smallexample
104c1213 11173
8e04817f
AC
11174@noindent
11175This says that @code{i} is stored at offset @code{0xd30} from the page
11176whose physical base address is @code{0x02698000}, and prints all the
11177attributes of that page.
104c1213 11178
8e04817f
AC
11179Note that you must cast the addresses of variables to a @code{char *},
11180since otherwise the value of @code{__djgpp_base_address}, the base
11181address of all variables and functions in a @sc{djgpp} program, will
11182be added using the rules of C pointer arithmetics: if @code{i} is
11183declared an @code{int}, @value{GDBN} will add 4 times the value of
11184@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11185
8e04817f
AC
11186Here's another example, it displays the Page Table entry for the
11187transfer buffer:
104c1213 11188
8e04817f
AC
11189@smallexample
11190@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11191@exdent @code{Page Table entry for address 0x29110:}
11192@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11193@end smallexample
104c1213 11194
8e04817f
AC
11195@noindent
11196(The @code{+ 3} offset is because the transfer buffer's address is the
111973rd member of the @code{_go32_info_block} structure.) The output of
11198this command clearly shows that addresses in conventional memory are
11199mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11200
8e04817f
AC
11201This command is supported only with some DPMI servers.
11202@end table
104c1213 11203
78c47bea
PM
11204@node Cygwin Native
11205@subsection Features for Debugging MS Windows PE executables
11206@cindex MS Windows debugging
11207@cindex native Cygwin debugging
11208@cindex Cygwin-specific commands
11209
be448670
CF
11210@value{GDBN} supports native debugging of MS Windows programs, including
11211DLLs with and without symbolic debugging information. There are various
11212additional Cygwin-specific commands, described in this subsection. The
11213subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11214that have no debugging symbols.
11215
78c47bea
PM
11216
11217@table @code
11218@kindex info w32
11219@item info w32
11220This is a prefix of MS Windows specific commands which print
11221information about the target system and important OS structures.
11222
11223@item info w32 selector
11224This command displays information returned by
11225the Win32 API @code{GetThreadSelectorEntry} function.
11226It takes an optional argument that is evaluated to
11227a long value to give the information about this given selector.
11228Without argument, this command displays information
11229about the the six segment registers.
11230
11231@kindex info dll
11232@item info dll
11233This is a Cygwin specific alias of info shared.
11234
11235@kindex dll-symbols
11236@item dll-symbols
11237This command loads symbols from a dll similarly to
11238add-sym command but without the need to specify a base address.
11239
11240@kindex set new-console
11241@item set new-console @var{mode}
11242If @var{mode} is @code{on} the debuggee will
11243be started in a new console on next start.
11244If @var{mode} is @code{off}i, the debuggee will
11245be started in the same console as the debugger.
11246
11247@kindex show new-console
11248@item show new-console
11249Displays whether a new console is used
11250when the debuggee is started.
11251
11252@kindex set new-group
11253@item set new-group @var{mode}
11254This boolean value controls whether the debuggee should
11255start a new group or stay in the same group as the debugger.
11256This affects the way the Windows OS handles
11257Ctrl-C.
11258
11259@kindex show new-group
11260@item show new-group
11261Displays current value of new-group boolean.
11262
11263@kindex set debugevents
11264@item set debugevents
11265This boolean value adds debug output concerning events seen by the debugger.
11266
11267@kindex set debugexec
11268@item set debugexec
11269This boolean value adds debug output concerning execute events
11270seen by the debugger.
11271
11272@kindex set debugexceptions
11273@item set debugexceptions
11274This boolean value adds debug ouptut concerning exception events
11275seen by the debugger.
11276
11277@kindex set debugmemory
11278@item set debugmemory
11279This boolean value adds debug ouptut concerning memory events
11280seen by the debugger.
11281
11282@kindex set shell
11283@item set shell
11284This boolean values specifies whether the debuggee is called
11285via a shell or directly (default value is on).
11286
11287@kindex show shell
11288@item show shell
11289Displays if the debuggee will be started with a shell.
11290
11291@end table
11292
be448670
CF
11293@menu
11294* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11295@end menu
11296
11297@node Non-debug DLL symbols
11298@subsubsection Support for DLLs without debugging symbols
11299@cindex DLLs with no debugging symbols
11300@cindex Minimal symbols and DLLs
11301
11302Very often on windows, some of the DLLs that your program relies on do
11303not include symbolic debugging information (for example,
11304@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11305symbols in a DLL, it relies on the minimal amount of symbolic
11306information contained in the DLL's export table. This subsubsection
11307describes working with such symbols, known internally to @value{GDBN} as
11308``minimal symbols''.
11309
11310Note that before the debugged program has started execution, no DLLs
11311will have been loaded. The easiest way around this problem is simply to
11312start the program --- either by setting a breakpoint or letting the
11313program run once to completion. It is also possible to force
11314@value{GDBN} to load a particular DLL before starting the executable ---
11315see the shared library information in @pxref{Files} or the
11316@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11317explicitly loading symbols from a DLL with no debugging information will
11318cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11319which may adversely affect symbol lookup performance.
11320
11321@subsubsection DLL name prefixes
11322
11323In keeping with the naming conventions used by the Microsoft debugging
11324tools, DLL export symbols are made available with a prefix based on the
11325DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11326also entered into the symbol table, so @code{CreateFileA} is often
11327sufficient. In some cases there will be name clashes within a program
11328(particularly if the executable itself includes full debugging symbols)
11329necessitating the use of the fully qualified name when referring to the
11330contents of the DLL. Use single-quotes around the name to avoid the
11331exclamation mark (``!'') being interpreted as a language operator.
11332
11333Note that the internal name of the DLL may be all upper-case, even
11334though the file name of the DLL is lower-case, or vice-versa. Since
11335symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11336some confusion. If in doubt, try the @code{info functions} and
11337@code{info variables} commands or even @code{maint print msymbols} (see
11338@pxref{Symbols}). Here's an example:
11339
11340@smallexample
11341(gdb) info function CreateFileA
11342All functions matching regular expression "CreateFileA":
11343
11344Non-debugging symbols:
113450x77e885f4 CreateFileA
113460x77e885f4 KERNEL32!CreateFileA
11347@end smallexample
11348
11349@smallexample
11350(gdb) info function !
11351All functions matching regular expression "!":
11352
11353Non-debugging symbols:
113540x6100114c cygwin1!__assert
113550x61004034 cygwin1!_dll_crt0@@0
113560x61004240 cygwin1!dll_crt0(per_process *)
11357[etc...]
11358@end smallexample
11359
11360@subsubsection Working with minimal symbols
11361
11362Symbols extracted from a DLL's export table do not contain very much
11363type information. All that @value{GDBN} can do is guess whether a symbol
11364refers to a function or variable depending on the linker section that
11365contains the symbol. Also note that the actual contents of the memory
11366contained in a DLL are not available unless the program is running. This
11367means that you cannot examine the contents of a variable or disassemble
11368a function within a DLL without a running program.
11369
11370Variables are generally treated as pointers and dereferenced
11371automatically. For this reason, it is often necessary to prefix a
11372variable name with the address-of operator (``&'') and provide explicit
11373type information in the command. Here's an example of the type of
11374problem:
11375
11376@smallexample
11377(gdb) print 'cygwin1!__argv'
11378$1 = 268572168
11379@end smallexample
11380
11381@smallexample
11382(gdb) x 'cygwin1!__argv'
113830x10021610: "\230y\""
11384@end smallexample
11385
11386And two possible solutions:
11387
11388@smallexample
11389(gdb) print ((char **)'cygwin1!__argv')[0]
11390$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11391@end smallexample
11392
11393@smallexample
11394(gdb) x/2x &'cygwin1!__argv'
113950x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11396(gdb) x/x 0x10021608
113970x10021608: 0x0022fd98
11398(gdb) x/s 0x0022fd98
113990x22fd98: "/cygdrive/c/mydirectory/myprogram"
11400@end smallexample
11401
11402Setting a break point within a DLL is possible even before the program
11403starts execution. However, under these circumstances, @value{GDBN} can't
11404examine the initial instructions of the function in order to skip the
11405function's frame set-up code. You can work around this by using ``*&''
11406to set the breakpoint at a raw memory address:
11407
11408@smallexample
11409(gdb) break *&'python22!PyOS_Readline'
11410Breakpoint 1 at 0x1e04eff0
11411@end smallexample
11412
11413The author of these extensions is not entirely convinced that setting a
11414break point within a shared DLL like @file{kernel32.dll} is completely
11415safe.
11416
8e04817f
AC
11417@node Embedded OS
11418@section Embedded Operating Systems
104c1213 11419
8e04817f
AC
11420This section describes configurations involving the debugging of
11421embedded operating systems that are available for several different
11422architectures.
d4f3574e 11423
8e04817f
AC
11424@menu
11425* VxWorks:: Using @value{GDBN} with VxWorks
11426@end menu
104c1213 11427
8e04817f
AC
11428@value{GDBN} includes the ability to debug programs running on
11429various real-time operating systems.
104c1213 11430
8e04817f
AC
11431@node VxWorks
11432@subsection Using @value{GDBN} with VxWorks
104c1213 11433
8e04817f 11434@cindex VxWorks
104c1213 11435
8e04817f 11436@table @code
104c1213 11437
8e04817f
AC
11438@kindex target vxworks
11439@item target vxworks @var{machinename}
11440A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11441is the target system's machine name or IP address.
104c1213 11442
8e04817f 11443@end table
104c1213 11444
8e04817f
AC
11445On VxWorks, @code{load} links @var{filename} dynamically on the
11446current target system as well as adding its symbols in @value{GDBN}.
104c1213 11447
8e04817f
AC
11448@value{GDBN} enables developers to spawn and debug tasks running on networked
11449VxWorks targets from a Unix host. Already-running tasks spawned from
11450the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11451both the Unix host and on the VxWorks target. The program
11452@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11453installed with the name @code{vxgdb}, to distinguish it from a
11454@value{GDBN} for debugging programs on the host itself.)
104c1213 11455
8e04817f
AC
11456@table @code
11457@item VxWorks-timeout @var{args}
11458@kindex vxworks-timeout
11459All VxWorks-based targets now support the option @code{vxworks-timeout}.
11460This option is set by the user, and @var{args} represents the number of
11461seconds @value{GDBN} waits for responses to rpc's. You might use this if
11462your VxWorks target is a slow software simulator or is on the far side
11463of a thin network line.
11464@end table
104c1213 11465
8e04817f
AC
11466The following information on connecting to VxWorks was current when
11467this manual was produced; newer releases of VxWorks may use revised
11468procedures.
104c1213 11469
8e04817f
AC
11470@kindex INCLUDE_RDB
11471To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11472to include the remote debugging interface routines in the VxWorks
11473library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11474VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11475kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11476source debugging task @code{tRdbTask} when VxWorks is booted. For more
11477information on configuring and remaking VxWorks, see the manufacturer's
11478manual.
11479@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11480
8e04817f
AC
11481Once you have included @file{rdb.a} in your VxWorks system image and set
11482your Unix execution search path to find @value{GDBN}, you are ready to
11483run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11484@code{vxgdb}, depending on your installation).
104c1213 11485
8e04817f 11486@value{GDBN} comes up showing the prompt:
104c1213 11487
474c8240 11488@smallexample
8e04817f 11489(vxgdb)
474c8240 11490@end smallexample
104c1213 11491
8e04817f
AC
11492@menu
11493* VxWorks Connection:: Connecting to VxWorks
11494* VxWorks Download:: VxWorks download
11495* VxWorks Attach:: Running tasks
11496@end menu
104c1213 11497
8e04817f
AC
11498@node VxWorks Connection
11499@subsubsection Connecting to VxWorks
104c1213 11500
8e04817f
AC
11501The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11502network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11503
474c8240 11504@smallexample
8e04817f 11505(vxgdb) target vxworks tt
474c8240 11506@end smallexample
104c1213 11507
8e04817f
AC
11508@need 750
11509@value{GDBN} displays messages like these:
104c1213 11510
8e04817f
AC
11511@smallexample
11512Attaching remote machine across net...
11513Connected to tt.
11514@end smallexample
104c1213 11515
8e04817f
AC
11516@need 1000
11517@value{GDBN} then attempts to read the symbol tables of any object modules
11518loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11519these files by searching the directories listed in the command search
11520path (@pxref{Environment, ,Your program's environment}); if it fails
11521to find an object file, it displays a message such as:
5d161b24 11522
474c8240 11523@smallexample
8e04817f 11524prog.o: No such file or directory.
474c8240 11525@end smallexample
104c1213 11526
8e04817f
AC
11527When this happens, add the appropriate directory to the search path with
11528the @value{GDBN} command @code{path}, and execute the @code{target}
11529command again.
104c1213 11530
8e04817f
AC
11531@node VxWorks Download
11532@subsubsection VxWorks download
104c1213 11533
8e04817f
AC
11534@cindex download to VxWorks
11535If you have connected to the VxWorks target and you want to debug an
11536object that has not yet been loaded, you can use the @value{GDBN}
11537@code{load} command to download a file from Unix to VxWorks
11538incrementally. The object file given as an argument to the @code{load}
11539command is actually opened twice: first by the VxWorks target in order
11540to download the code, then by @value{GDBN} in order to read the symbol
11541table. This can lead to problems if the current working directories on
11542the two systems differ. If both systems have NFS mounted the same
11543filesystems, you can avoid these problems by using absolute paths.
11544Otherwise, it is simplest to set the working directory on both systems
11545to the directory in which the object file resides, and then to reference
11546the file by its name, without any path. For instance, a program
11547@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11548and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11549program, type this on VxWorks:
104c1213 11550
474c8240 11551@smallexample
8e04817f 11552-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11553@end smallexample
104c1213 11554
8e04817f
AC
11555@noindent
11556Then, in @value{GDBN}, type:
104c1213 11557
474c8240 11558@smallexample
8e04817f
AC
11559(vxgdb) cd @var{hostpath}/vw/demo/rdb
11560(vxgdb) load prog.o
474c8240 11561@end smallexample
104c1213 11562
8e04817f 11563@value{GDBN} displays a response similar to this:
104c1213 11564
8e04817f
AC
11565@smallexample
11566Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11567@end smallexample
104c1213 11568
8e04817f
AC
11569You can also use the @code{load} command to reload an object module
11570after editing and recompiling the corresponding source file. Note that
11571this makes @value{GDBN} delete all currently-defined breakpoints,
11572auto-displays, and convenience variables, and to clear the value
11573history. (This is necessary in order to preserve the integrity of
11574debugger's data structures that reference the target system's symbol
11575table.)
104c1213 11576
8e04817f
AC
11577@node VxWorks Attach
11578@subsubsection Running tasks
104c1213
JM
11579
11580@cindex running VxWorks tasks
11581You can also attach to an existing task using the @code{attach} command as
11582follows:
11583
474c8240 11584@smallexample
104c1213 11585(vxgdb) attach @var{task}
474c8240 11586@end smallexample
104c1213
JM
11587
11588@noindent
11589where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11590or suspended when you attach to it. Running tasks are suspended at
11591the time of attachment.
11592
6d2ebf8b 11593@node Embedded Processors
104c1213
JM
11594@section Embedded Processors
11595
11596This section goes into details specific to particular embedded
11597configurations.
11598
7d86b5d5 11599
104c1213 11600@menu
104c1213
JM
11601* ARM:: ARM
11602* H8/300:: Hitachi H8/300
11603* H8/500:: Hitachi H8/500
104c1213
JM
11604* M32R/D:: Mitsubishi M32R/D
11605* M68K:: Motorola M68K
104c1213 11606* MIPS Embedded:: MIPS Embedded
a37295f9 11607* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11608* PA:: HP PA Embedded
11609* PowerPC: PowerPC
11610* SH:: Hitachi SH
11611* Sparclet:: Tsqware Sparclet
11612* Sparclite:: Fujitsu Sparclite
11613* ST2000:: Tandem ST2000
11614* Z8000:: Zilog Z8000
11615@end menu
11616
6d2ebf8b 11617@node ARM
104c1213
JM
11618@subsection ARM
11619
11620@table @code
11621
8e04817f
AC
11622@kindex target rdi
11623@item target rdi @var{dev}
11624ARM Angel monitor, via RDI library interface to ADP protocol. You may
11625use this target to communicate with both boards running the Angel
11626monitor, or with the EmbeddedICE JTAG debug device.
11627
11628@kindex target rdp
11629@item target rdp @var{dev}
11630ARM Demon monitor.
11631
11632@end table
11633
11634@node H8/300
11635@subsection Hitachi H8/300
11636
11637@table @code
11638
11639@kindex target hms@r{, with H8/300}
11640@item target hms @var{dev}
11641A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11642Use special commands @code{device} and @code{speed} to control the serial
11643line and the communications speed used.
11644
11645@kindex target e7000@r{, with H8/300}
11646@item target e7000 @var{dev}
11647E7000 emulator for Hitachi H8 and SH.
11648
11649@kindex target sh3@r{, with H8/300}
11650@kindex target sh3e@r{, with H8/300}
11651@item target sh3 @var{dev}
11652@itemx target sh3e @var{dev}
11653Hitachi SH-3 and SH-3E target systems.
11654
11655@end table
11656
11657@cindex download to H8/300 or H8/500
11658@cindex H8/300 or H8/500 download
11659@cindex download to Hitachi SH
11660@cindex Hitachi SH download
11661When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11662board, the @code{load} command downloads your program to the Hitachi
11663board and also opens it as the current executable target for
11664@value{GDBN} on your host (like the @code{file} command).
11665
11666@value{GDBN} needs to know these things to talk to your
11667Hitachi SH, H8/300, or H8/500:
11668
11669@enumerate
11670@item
11671that you want to use @samp{target hms}, the remote debugging interface
11672for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11673emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11674the default when @value{GDBN} is configured specifically for the Hitachi SH,
11675H8/300, or H8/500.)
11676
11677@item
11678what serial device connects your host to your Hitachi board (the first
11679serial device available on your host is the default).
11680
11681@item
11682what speed to use over the serial device.
11683@end enumerate
11684
11685@menu
11686* Hitachi Boards:: Connecting to Hitachi boards.
11687* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11688* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11689@end menu
11690
11691@node Hitachi Boards
11692@subsubsection Connecting to Hitachi boards
11693
11694@c only for Unix hosts
11695@kindex device
11696@cindex serial device, Hitachi micros
11697Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11698need to explicitly set the serial device. The default @var{port} is the
11699first available port on your host. This is only necessary on Unix
11700hosts, where it is typically something like @file{/dev/ttya}.
11701
11702@kindex speed
11703@cindex serial line speed, Hitachi micros
11704@code{@value{GDBN}} has another special command to set the communications
11705speed: @samp{speed @var{bps}}. This command also is only used from Unix
11706hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11707the DOS @code{mode} command (for instance,
11708@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11709
11710The @samp{device} and @samp{speed} commands are available only when you
11711use a Unix host to debug your Hitachi microprocessor programs. If you
11712use a DOS host,
11713@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11714called @code{asynctsr} to communicate with the development board
11715through a PC serial port. You must also use the DOS @code{mode} command
11716to set up the serial port on the DOS side.
11717
11718The following sample session illustrates the steps needed to start a
11719program under @value{GDBN} control on an H8/300. The example uses a
11720sample H8/300 program called @file{t.x}. The procedure is the same for
11721the Hitachi SH and the H8/500.
11722
11723First hook up your development board. In this example, we use a
11724board attached to serial port @code{COM2}; if you use a different serial
11725port, substitute its name in the argument of the @code{mode} command.
11726When you call @code{asynctsr}, the auxiliary comms program used by the
11727debugger, you give it just the numeric part of the serial port's name;
11728for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11729@code{COM2}.
11730
474c8240 11731@smallexample
8e04817f
AC
11732C:\H8300\TEST> asynctsr 2
11733C:\H8300\TEST> mode com2:9600,n,8,1,p
11734
11735Resident portion of MODE loaded
11736
11737COM2: 9600, n, 8, 1, p
11738
474c8240 11739@end smallexample
8e04817f
AC
11740
11741@quotation
11742@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11743@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11744disable it, or even boot without it, to use @code{asynctsr} to control
11745your development board.
11746@end quotation
11747
11748@kindex target hms@r{, and serial protocol}
11749Now that serial communications are set up, and the development board is
11750connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11751the name of your program as the argument. @code{@value{GDBN}} prompts
11752you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11753commands to begin your debugging session: @samp{target hms} to specify
11754cross-debugging to the Hitachi board, and the @code{load} command to
11755download your program to the board. @code{load} displays the names of
11756the program's sections, and a @samp{*} for each 2K of data downloaded.
11757(If you want to refresh @value{GDBN} data on symbols or on the
11758executable file without downloading, use the @value{GDBN} commands
11759@code{file} or @code{symbol-file}. These commands, and @code{load}
11760itself, are described in @ref{Files,,Commands to specify files}.)
11761
11762@smallexample
11763(eg-C:\H8300\TEST) @value{GDBP} t.x
11764@value{GDBN} is free software and you are welcome to distribute copies
11765 of it under certain conditions; type "show copying" to see
11766 the conditions.
11767There is absolutely no warranty for @value{GDBN}; type "show warranty"
11768for details.
11769@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11770(@value{GDBP}) target hms
11771Connected to remote H8/300 HMS system.
11772(@value{GDBP}) load t.x
11773.text : 0x8000 .. 0xabde ***********
11774.data : 0xabde .. 0xad30 *
11775.stack : 0xf000 .. 0xf014 *
11776@end smallexample
11777
11778At this point, you're ready to run or debug your program. From here on,
11779you can use all the usual @value{GDBN} commands. The @code{break} command
11780sets breakpoints; the @code{run} command starts your program;
11781@code{print} or @code{x} display data; the @code{continue} command
11782resumes execution after stopping at a breakpoint. You can use the
11783@code{help} command at any time to find out more about @value{GDBN} commands.
11784
11785Remember, however, that @emph{operating system} facilities aren't
11786available on your development board; for example, if your program hangs,
11787you can't send an interrupt---but you can press the @sc{reset} switch!
11788
11789Use the @sc{reset} button on the development board
11790@itemize @bullet
11791@item
11792to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11793no way to pass an interrupt signal to the development board); and
11794
11795@item
11796to return to the @value{GDBN} command prompt after your program finishes
11797normally. The communications protocol provides no other way for @value{GDBN}
11798to detect program completion.
11799@end itemize
11800
11801In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11802development board as a ``normal exit'' of your program.
11803
11804@node Hitachi ICE
11805@subsubsection Using the E7000 in-circuit emulator
11806
11807@kindex target e7000@r{, with Hitachi ICE}
11808You can use the E7000 in-circuit emulator to develop code for either the
11809Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11810e7000} command to connect @value{GDBN} to your E7000:
11811
11812@table @code
11813@item target e7000 @var{port} @var{speed}
11814Use this form if your E7000 is connected to a serial port. The
11815@var{port} argument identifies what serial port to use (for example,
11816@samp{com2}). The third argument is the line speed in bits per second
11817(for example, @samp{9600}).
11818
11819@item target e7000 @var{hostname}
11820If your E7000 is installed as a host on a TCP/IP network, you can just
11821specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11822@end table
11823
11824@node Hitachi Special
11825@subsubsection Special @value{GDBN} commands for Hitachi micros
11826
11827Some @value{GDBN} commands are available only for the H8/300:
11828
11829@table @code
11830
11831@kindex set machine
11832@kindex show machine
11833@item set machine h8300
11834@itemx set machine h8300h
11835Condition @value{GDBN} for one of the two variants of the H8/300
11836architecture with @samp{set machine}. You can use @samp{show machine}
11837to check which variant is currently in effect.
104c1213
JM
11838
11839@end table
11840
8e04817f
AC
11841@node H8/500
11842@subsection H8/500
104c1213
JM
11843
11844@table @code
11845
8e04817f
AC
11846@kindex set memory @var{mod}
11847@cindex memory models, H8/500
11848@item set memory @var{mod}
11849@itemx show memory
11850Specify which H8/500 memory model (@var{mod}) you are using with
11851@samp{set memory}; check which memory model is in effect with @samp{show
11852memory}. The accepted values for @var{mod} are @code{small},
11853@code{big}, @code{medium}, and @code{compact}.
104c1213 11854
8e04817f 11855@end table
104c1213 11856
8e04817f
AC
11857@node M32R/D
11858@subsection Mitsubishi M32R/D
11859
11860@table @code
11861
11862@kindex target m32r
11863@item target m32r @var{dev}
11864Mitsubishi M32R/D ROM monitor.
11865
11866@end table
11867
11868@node M68K
11869@subsection M68k
11870
11871The Motorola m68k configuration includes ColdFire support, and
11872target command for the following ROM monitors.
11873
11874@table @code
11875
11876@kindex target abug
11877@item target abug @var{dev}
11878ABug ROM monitor for M68K.
11879
11880@kindex target cpu32bug
11881@item target cpu32bug @var{dev}
11882CPU32BUG monitor, running on a CPU32 (M68K) board.
11883
11884@kindex target dbug
11885@item target dbug @var{dev}
11886dBUG ROM monitor for Motorola ColdFire.
11887
11888@kindex target est
11889@item target est @var{dev}
11890EST-300 ICE monitor, running on a CPU32 (M68K) board.
11891
11892@kindex target rom68k
11893@item target rom68k @var{dev}
11894ROM 68K monitor, running on an M68K IDP board.
11895
11896@end table
11897
8e04817f
AC
11898@table @code
11899
11900@kindex target rombug
11901@item target rombug @var{dev}
11902ROMBUG ROM monitor for OS/9000.
11903
11904@end table
11905
8e04817f
AC
11906@node MIPS Embedded
11907@subsection MIPS Embedded
11908
11909@cindex MIPS boards
11910@value{GDBN} can use the MIPS remote debugging protocol to talk to a
11911MIPS board attached to a serial line. This is available when
11912you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 11913
8e04817f
AC
11914@need 1000
11915Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 11916
8e04817f
AC
11917@table @code
11918@item target mips @var{port}
11919@kindex target mips @var{port}
11920To run a program on the board, start up @code{@value{GDBP}} with the
11921name of your program as the argument. To connect to the board, use the
11922command @samp{target mips @var{port}}, where @var{port} is the name of
11923the serial port connected to the board. If the program has not already
11924been downloaded to the board, you may use the @code{load} command to
11925download it. You can then use all the usual @value{GDBN} commands.
104c1213 11926
8e04817f
AC
11927For example, this sequence connects to the target board through a serial
11928port, and loads and runs a program called @var{prog} through the
11929debugger:
104c1213 11930
474c8240 11931@smallexample
8e04817f
AC
11932host$ @value{GDBP} @var{prog}
11933@value{GDBN} is free software and @dots{}
11934(@value{GDBP}) target mips /dev/ttyb
11935(@value{GDBP}) load @var{prog}
11936(@value{GDBP}) run
474c8240 11937@end smallexample
104c1213 11938
8e04817f
AC
11939@item target mips @var{hostname}:@var{portnumber}
11940On some @value{GDBN} host configurations, you can specify a TCP
11941connection (for instance, to a serial line managed by a terminal
11942concentrator) instead of a serial port, using the syntax
11943@samp{@var{hostname}:@var{portnumber}}.
104c1213 11944
8e04817f
AC
11945@item target pmon @var{port}
11946@kindex target pmon @var{port}
11947PMON ROM monitor.
104c1213 11948
8e04817f
AC
11949@item target ddb @var{port}
11950@kindex target ddb @var{port}
11951NEC's DDB variant of PMON for Vr4300.
104c1213 11952
8e04817f
AC
11953@item target lsi @var{port}
11954@kindex target lsi @var{port}
11955LSI variant of PMON.
104c1213 11956
8e04817f
AC
11957@kindex target r3900
11958@item target r3900 @var{dev}
11959Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 11960
8e04817f
AC
11961@kindex target array
11962@item target array @var{dev}
11963Array Tech LSI33K RAID controller board.
104c1213 11964
8e04817f 11965@end table
104c1213 11966
104c1213 11967
8e04817f
AC
11968@noindent
11969@value{GDBN} also supports these special commands for MIPS targets:
104c1213 11970
8e04817f
AC
11971@table @code
11972@item set processor @var{args}
11973@itemx show processor
11974@kindex set processor @var{args}
11975@kindex show processor
11976Use the @code{set processor} command to set the type of MIPS
11977processor when you want to access processor-type-specific registers.
11978For example, @code{set processor @var{r3041}} tells @value{GDBN}
11979to use the CPU registers appropriate for the 3041 chip.
11980Use the @code{show processor} command to see what MIPS processor @value{GDBN}
11981is using. Use the @code{info reg} command to see what registers
11982@value{GDBN} is using.
104c1213 11983
8e04817f
AC
11984@item set mipsfpu double
11985@itemx set mipsfpu single
11986@itemx set mipsfpu none
11987@itemx show mipsfpu
11988@kindex set mipsfpu
11989@kindex show mipsfpu
11990@cindex MIPS remote floating point
11991@cindex floating point, MIPS remote
11992If your target board does not support the MIPS floating point
11993coprocessor, you should use the command @samp{set mipsfpu none} (if you
11994need this, you may wish to put the command in your @value{GDBN} init
11995file). This tells @value{GDBN} how to find the return value of
11996functions which return floating point values. It also allows
11997@value{GDBN} to avoid saving the floating point registers when calling
11998functions on the board. If you are using a floating point coprocessor
11999with only single precision floating point support, as on the @sc{r4650}
12000processor, use the command @samp{set mipsfpu single}. The default
12001double precision floating point coprocessor may be selected using
12002@samp{set mipsfpu double}.
104c1213 12003
8e04817f
AC
12004In previous versions the only choices were double precision or no
12005floating point, so @samp{set mipsfpu on} will select double precision
12006and @samp{set mipsfpu off} will select no floating point.
104c1213 12007
8e04817f
AC
12008As usual, you can inquire about the @code{mipsfpu} variable with
12009@samp{show mipsfpu}.
104c1213 12010
8e04817f
AC
12011@item set remotedebug @var{n}
12012@itemx show remotedebug
12013@kindex set remotedebug@r{, MIPS protocol}
12014@kindex show remotedebug@r{, MIPS protocol}
12015@cindex @code{remotedebug}, MIPS protocol
12016@cindex MIPS @code{remotedebug} protocol
12017@c FIXME! For this to be useful, you must know something about the MIPS
12018@c FIXME...protocol. Where is it described?
12019You can see some debugging information about communications with the board
12020by setting the @code{remotedebug} variable. If you set it to @code{1} using
12021@samp{set remotedebug 1}, every packet is displayed. If you set it
12022to @code{2}, every character is displayed. You can check the current value
12023at any time with the command @samp{show remotedebug}.
104c1213 12024
8e04817f
AC
12025@item set timeout @var{seconds}
12026@itemx set retransmit-timeout @var{seconds}
12027@itemx show timeout
12028@itemx show retransmit-timeout
12029@cindex @code{timeout}, MIPS protocol
12030@cindex @code{retransmit-timeout}, MIPS protocol
12031@kindex set timeout
12032@kindex show timeout
12033@kindex set retransmit-timeout
12034@kindex show retransmit-timeout
12035You can control the timeout used while waiting for a packet, in the MIPS
12036remote protocol, with the @code{set timeout @var{seconds}} command. The
12037default is 5 seconds. Similarly, you can control the timeout used while
12038waiting for an acknowledgement of a packet with the @code{set
12039retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12040You can inspect both values with @code{show timeout} and @code{show
12041retransmit-timeout}. (These commands are @emph{only} available when
12042@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12043
8e04817f
AC
12044The timeout set by @code{set timeout} does not apply when @value{GDBN}
12045is waiting for your program to stop. In that case, @value{GDBN} waits
12046forever because it has no way of knowing how long the program is going
12047to run before stopping.
12048@end table
104c1213 12049
a37295f9
MM
12050@node OpenRISC 1000
12051@subsection OpenRISC 1000
12052@cindex OpenRISC 1000
12053
12054@cindex or1k boards
12055See OR1k Architecture document (@uref{www.opencores.org}) for more information
12056about platform and commands.
12057
12058@table @code
12059
12060@kindex target jtag
12061@item target jtag jtag://@var{host}:@var{port}
12062
12063Connects to remote JTAG server.
12064JTAG remote server can be either an or1ksim or JTAG server,
12065connected via parallel port to the board.
12066
12067Example: @code{target jtag jtag://localhost:9999}
12068
12069@kindex or1ksim
12070@item or1ksim @var{command}
12071If connected to @code{or1ksim} OpenRISC 1000 Architectural
12072Simulator, proprietary commands can be executed.
12073
12074@kindex info or1k spr
12075@item info or1k spr
12076Displays spr groups.
12077
12078@item info or1k spr @var{group}
12079@itemx info or1k spr @var{groupno}
12080Displays register names in selected group.
12081
12082@item info or1k spr @var{group} @var{register}
12083@itemx info or1k spr @var{register}
12084@itemx info or1k spr @var{groupno} @var{registerno}
12085@itemx info or1k spr @var{registerno}
12086Shows information about specified spr register.
12087
12088@kindex spr
12089@item spr @var{group} @var{register} @var{value}
12090@itemx spr @var{register @var{value}}
12091@itemx spr @var{groupno} @var{registerno @var{value}}
12092@itemx spr @var{registerno @var{value}}
12093Writes @var{value} to specified spr register.
12094@end table
12095
12096Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12097It is very similar to @value{GDBN} trace, except it does not interfere with normal
12098program execution and is thus much faster. Hardware breakpoints/watchpoint
12099triggers can be set using:
12100@table @code
12101@item $LEA/$LDATA
12102Load effective address/data
12103@item $SEA/$SDATA
12104Store effective address/data
12105@item $AEA/$ADATA
12106Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12107@item $FETCH
12108Fetch data
12109@end table
12110
12111When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12112@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12113
12114@code{htrace} commands:
12115@cindex OpenRISC 1000 htrace
12116@table @code
12117@kindex hwatch
12118@item hwatch @var{conditional}
12119Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12120or Data. For example:
12121
12122@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12123
12124@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12125
12126@kindex htrace info
12127@item htrace info
12128Display information about current HW trace configuration.
12129
12130@kindex htrace trigger
12131@item htrace trigger @var{conditional}
12132Set starting criteria for HW trace.
12133
12134@kindex htrace qualifier
12135@item htrace qualifier @var{conditional}
12136Set acquisition qualifier for HW trace.
12137
12138@kindex htrace stop
12139@item htrace stop @var{conditional}
12140Set HW trace stopping criteria.
12141
12142@kindex htrace record
f153cc92 12143@item htrace record [@var{data}]*
a37295f9
MM
12144Selects the data to be recorded, when qualifier is met and HW trace was
12145triggered.
12146
12147@kindex htrace enable
12148@item htrace enable
12149@kindex htrace disable
12150@itemx htrace disable
12151Enables/disables the HW trace.
12152
12153@kindex htrace rewind
f153cc92 12154@item htrace rewind [@var{filename}]
a37295f9
MM
12155Clears currently recorded trace data.
12156
12157If filename is specified, new trace file is made and any newly collected data
12158will be written there.
12159
12160@kindex htrace print
f153cc92 12161@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12162Prints trace buffer, using current record configuration.
12163
12164@kindex htrace mode continuous
12165@item htrace mode continuous
12166Set continuous trace mode.
12167
12168@kindex htrace mode suspend
12169@item htrace mode suspend
12170Set suspend trace mode.
12171
12172@end table
12173
8e04817f
AC
12174@node PowerPC
12175@subsection PowerPC
104c1213
JM
12176
12177@table @code
104c1213 12178
8e04817f
AC
12179@kindex target dink32
12180@item target dink32 @var{dev}
12181DINK32 ROM monitor.
104c1213 12182
8e04817f
AC
12183@kindex target ppcbug
12184@item target ppcbug @var{dev}
12185@kindex target ppcbug1
12186@item target ppcbug1 @var{dev}
12187PPCBUG ROM monitor for PowerPC.
104c1213 12188
8e04817f
AC
12189@kindex target sds
12190@item target sds @var{dev}
12191SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12192
12193@end table
12194
12195@node PA
12196@subsection HP PA Embedded
104c1213
JM
12197
12198@table @code
12199
8e04817f
AC
12200@kindex target op50n
12201@item target op50n @var{dev}
12202OP50N monitor, running on an OKI HPPA board.
12203
12204@kindex target w89k
12205@item target w89k @var{dev}
12206W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12207
12208@end table
12209
8e04817f
AC
12210@node SH
12211@subsection Hitachi SH
104c1213
JM
12212
12213@table @code
12214
8e04817f
AC
12215@kindex target hms@r{, with Hitachi SH}
12216@item target hms @var{dev}
12217A Hitachi SH board attached via serial line to your host. Use special
12218commands @code{device} and @code{speed} to control the serial line and
12219the communications speed used.
104c1213 12220
8e04817f
AC
12221@kindex target e7000@r{, with Hitachi SH}
12222@item target e7000 @var{dev}
12223E7000 emulator for Hitachi SH.
104c1213 12224
8e04817f
AC
12225@kindex target sh3@r{, with SH}
12226@kindex target sh3e@r{, with SH}
12227@item target sh3 @var{dev}
12228@item target sh3e @var{dev}
12229Hitachi SH-3 and SH-3E target systems.
104c1213 12230
8e04817f 12231@end table
104c1213 12232
8e04817f
AC
12233@node Sparclet
12234@subsection Tsqware Sparclet
104c1213 12235
8e04817f
AC
12236@cindex Sparclet
12237
12238@value{GDBN} enables developers to debug tasks running on
12239Sparclet targets from a Unix host.
12240@value{GDBN} uses code that runs on
12241both the Unix host and on the Sparclet target. The program
12242@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12243
8e04817f
AC
12244@table @code
12245@item remotetimeout @var{args}
12246@kindex remotetimeout
12247@value{GDBN} supports the option @code{remotetimeout}.
12248This option is set by the user, and @var{args} represents the number of
12249seconds @value{GDBN} waits for responses.
104c1213
JM
12250@end table
12251
8e04817f
AC
12252@cindex compiling, on Sparclet
12253When compiling for debugging, include the options @samp{-g} to get debug
12254information and @samp{-Ttext} to relocate the program to where you wish to
12255load it on the target. You may also want to add the options @samp{-n} or
12256@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12257
474c8240 12258@smallexample
8e04817f 12259sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12260@end smallexample
104c1213 12261
8e04817f 12262You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12263
474c8240 12264@smallexample
8e04817f 12265sparclet-aout-objdump --headers --syms prog
474c8240 12266@end smallexample
104c1213 12267
8e04817f
AC
12268@cindex running, on Sparclet
12269Once you have set
12270your Unix execution search path to find @value{GDBN}, you are ready to
12271run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12272(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12273
8e04817f
AC
12274@value{GDBN} comes up showing the prompt:
12275
474c8240 12276@smallexample
8e04817f 12277(gdbslet)
474c8240 12278@end smallexample
104c1213
JM
12279
12280@menu
8e04817f
AC
12281* Sparclet File:: Setting the file to debug
12282* Sparclet Connection:: Connecting to Sparclet
12283* Sparclet Download:: Sparclet download
12284* Sparclet Execution:: Running and debugging
104c1213
JM
12285@end menu
12286
8e04817f
AC
12287@node Sparclet File
12288@subsubsection Setting file to debug
104c1213 12289
8e04817f 12290The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12291
474c8240 12292@smallexample
8e04817f 12293(gdbslet) file prog
474c8240 12294@end smallexample
104c1213 12295
8e04817f
AC
12296@need 1000
12297@value{GDBN} then attempts to read the symbol table of @file{prog}.
12298@value{GDBN} locates
12299the file by searching the directories listed in the command search
12300path.
12301If the file was compiled with debug information (option "-g"), source
12302files will be searched as well.
12303@value{GDBN} locates
12304the source files by searching the directories listed in the directory search
12305path (@pxref{Environment, ,Your program's environment}).
12306If it fails
12307to find a file, it displays a message such as:
104c1213 12308
474c8240 12309@smallexample
8e04817f 12310prog: No such file or directory.
474c8240 12311@end smallexample
104c1213 12312
8e04817f
AC
12313When this happens, add the appropriate directories to the search paths with
12314the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12315@code{target} command again.
104c1213 12316
8e04817f
AC
12317@node Sparclet Connection
12318@subsubsection Connecting to Sparclet
104c1213 12319
8e04817f
AC
12320The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12321To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12322
474c8240 12323@smallexample
8e04817f
AC
12324(gdbslet) target sparclet /dev/ttya
12325Remote target sparclet connected to /dev/ttya
12326main () at ../prog.c:3
474c8240 12327@end smallexample
104c1213 12328
8e04817f
AC
12329@need 750
12330@value{GDBN} displays messages like these:
104c1213 12331
474c8240 12332@smallexample
8e04817f 12333Connected to ttya.
474c8240 12334@end smallexample
104c1213 12335
8e04817f
AC
12336@node Sparclet Download
12337@subsubsection Sparclet download
104c1213 12338
8e04817f
AC
12339@cindex download to Sparclet
12340Once connected to the Sparclet target,
12341you can use the @value{GDBN}
12342@code{load} command to download the file from the host to the target.
12343The file name and load offset should be given as arguments to the @code{load}
12344command.
12345Since the file format is aout, the program must be loaded to the starting
12346address. You can use @code{objdump} to find out what this value is. The load
12347offset is an offset which is added to the VMA (virtual memory address)
12348of each of the file's sections.
12349For instance, if the program
12350@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12351and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12352
474c8240 12353@smallexample
8e04817f
AC
12354(gdbslet) load prog 0x12010000
12355Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12356@end smallexample
104c1213 12357
8e04817f
AC
12358If the code is loaded at a different address then what the program was linked
12359to, you may need to use the @code{section} and @code{add-symbol-file} commands
12360to tell @value{GDBN} where to map the symbol table.
12361
12362@node Sparclet Execution
12363@subsubsection Running and debugging
12364
12365@cindex running and debugging Sparclet programs
12366You can now begin debugging the task using @value{GDBN}'s execution control
12367commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12368manual for the list of commands.
12369
474c8240 12370@smallexample
8e04817f
AC
12371(gdbslet) b main
12372Breakpoint 1 at 0x12010000: file prog.c, line 3.
12373(gdbslet) run
12374Starting program: prog
12375Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
123763 char *symarg = 0;
12377(gdbslet) step
123784 char *execarg = "hello!";
12379(gdbslet)
474c8240 12380@end smallexample
8e04817f
AC
12381
12382@node Sparclite
12383@subsection Fujitsu Sparclite
104c1213
JM
12384
12385@table @code
12386
8e04817f
AC
12387@kindex target sparclite
12388@item target sparclite @var{dev}
12389Fujitsu sparclite boards, used only for the purpose of loading.
12390You must use an additional command to debug the program.
12391For example: target remote @var{dev} using @value{GDBN} standard
12392remote protocol.
104c1213
JM
12393
12394@end table
12395
8e04817f
AC
12396@node ST2000
12397@subsection Tandem ST2000
104c1213 12398
8e04817f
AC
12399@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12400STDBUG protocol.
104c1213 12401
8e04817f
AC
12402To connect your ST2000 to the host system, see the manufacturer's
12403manual. Once the ST2000 is physically attached, you can run:
104c1213 12404
474c8240 12405@smallexample
8e04817f 12406target st2000 @var{dev} @var{speed}
474c8240 12407@end smallexample
104c1213 12408
8e04817f
AC
12409@noindent
12410to establish it as your debugging environment. @var{dev} is normally
12411the name of a serial device, such as @file{/dev/ttya}, connected to the
12412ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12413connection (for example, to a serial line attached via a terminal
12414concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12415
8e04817f
AC
12416The @code{load} and @code{attach} commands are @emph{not} defined for
12417this target; you must load your program into the ST2000 as you normally
12418would for standalone operation. @value{GDBN} reads debugging information
12419(such as symbols) from a separate, debugging version of the program
12420available on your host computer.
12421@c FIXME!! This is terribly vague; what little content is here is
12422@c basically hearsay.
104c1213 12423
8e04817f
AC
12424@cindex ST2000 auxiliary commands
12425These auxiliary @value{GDBN} commands are available to help you with the ST2000
12426environment:
104c1213 12427
8e04817f
AC
12428@table @code
12429@item st2000 @var{command}
12430@kindex st2000 @var{cmd}
12431@cindex STDBUG commands (ST2000)
12432@cindex commands to STDBUG (ST2000)
12433Send a @var{command} to the STDBUG monitor. See the manufacturer's
12434manual for available commands.
104c1213 12435
8e04817f
AC
12436@item connect
12437@cindex connect (to STDBUG)
12438Connect the controlling terminal to the STDBUG command monitor. When
12439you are done interacting with STDBUG, typing either of two character
12440sequences gets you back to the @value{GDBN} command prompt:
12441@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12442@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12443@end table
12444
8e04817f
AC
12445@node Z8000
12446@subsection Zilog Z8000
104c1213 12447
8e04817f
AC
12448@cindex Z8000
12449@cindex simulator, Z8000
12450@cindex Zilog Z8000 simulator
104c1213 12451
8e04817f
AC
12452When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12453a Z8000 simulator.
12454
12455For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12456unsegmented variant of the Z8000 architecture) or the Z8001 (the
12457segmented variant). The simulator recognizes which architecture is
12458appropriate by inspecting the object code.
104c1213 12459
8e04817f
AC
12460@table @code
12461@item target sim @var{args}
12462@kindex sim
12463@kindex target sim@r{, with Z8000}
12464Debug programs on a simulated CPU. If the simulator supports setup
12465options, specify them via @var{args}.
104c1213
JM
12466@end table
12467
8e04817f
AC
12468@noindent
12469After specifying this target, you can debug programs for the simulated
12470CPU in the same style as programs for your host computer; use the
12471@code{file} command to load a new program image, the @code{run} command
12472to run your program, and so on.
12473
12474As well as making available all the usual machine registers
12475(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12476additional items of information as specially named registers:
104c1213
JM
12477
12478@table @code
12479
8e04817f
AC
12480@item cycles
12481Counts clock-ticks in the simulator.
104c1213 12482
8e04817f
AC
12483@item insts
12484Counts instructions run in the simulator.
104c1213 12485
8e04817f
AC
12486@item time
12487Execution time in 60ths of a second.
104c1213 12488
8e04817f 12489@end table
104c1213 12490
8e04817f
AC
12491You can refer to these values in @value{GDBN} expressions with the usual
12492conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12493conditional breakpoint that suspends only after at least 5000
12494simulated clock ticks.
104c1213 12495
8e04817f
AC
12496@node Architectures
12497@section Architectures
104c1213 12498
8e04817f
AC
12499This section describes characteristics of architectures that affect
12500all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12501
8e04817f
AC
12502@menu
12503* A29K::
12504* Alpha::
12505* MIPS::
12506@end menu
104c1213 12507
8e04817f
AC
12508@node A29K
12509@subsection A29K
104c1213
JM
12510
12511@table @code
104c1213 12512
8e04817f
AC
12513@kindex set rstack_high_address
12514@cindex AMD 29K register stack
12515@cindex register stack, AMD29K
12516@item set rstack_high_address @var{address}
12517On AMD 29000 family processors, registers are saved in a separate
12518@dfn{register stack}. There is no way for @value{GDBN} to determine the
12519extent of this stack. Normally, @value{GDBN} just assumes that the
12520stack is ``large enough''. This may result in @value{GDBN} referencing
12521memory locations that do not exist. If necessary, you can get around
12522this problem by specifying the ending address of the register stack with
12523the @code{set rstack_high_address} command. The argument should be an
12524address, which you probably want to precede with @samp{0x} to specify in
12525hexadecimal.
104c1213 12526
8e04817f
AC
12527@kindex show rstack_high_address
12528@item show rstack_high_address
12529Display the current limit of the register stack, on AMD 29000 family
12530processors.
104c1213 12531
8e04817f 12532@end table
104c1213 12533
8e04817f
AC
12534@node Alpha
12535@subsection Alpha
104c1213 12536
8e04817f 12537See the following section.
104c1213 12538
8e04817f
AC
12539@node MIPS
12540@subsection MIPS
104c1213 12541
8e04817f
AC
12542@cindex stack on Alpha
12543@cindex stack on MIPS
12544@cindex Alpha stack
12545@cindex MIPS stack
12546Alpha- and MIPS-based computers use an unusual stack frame, which
12547sometimes requires @value{GDBN} to search backward in the object code to
12548find the beginning of a function.
104c1213 12549
8e04817f
AC
12550@cindex response time, MIPS debugging
12551To improve response time (especially for embedded applications, where
12552@value{GDBN} may be restricted to a slow serial line for this search)
12553you may want to limit the size of this search, using one of these
12554commands:
104c1213 12555
8e04817f
AC
12556@table @code
12557@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12558@item set heuristic-fence-post @var{limit}
12559Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12560search for the beginning of a function. A value of @var{0} (the
12561default) means there is no limit. However, except for @var{0}, the
12562larger the limit the more bytes @code{heuristic-fence-post} must search
12563and therefore the longer it takes to run.
104c1213 12564
8e04817f
AC
12565@item show heuristic-fence-post
12566Display the current limit.
12567@end table
104c1213
JM
12568
12569@noindent
8e04817f
AC
12570These commands are available @emph{only} when @value{GDBN} is configured
12571for debugging programs on Alpha or MIPS processors.
104c1213 12572
104c1213 12573
8e04817f
AC
12574@node Controlling GDB
12575@chapter Controlling @value{GDBN}
12576
12577You can alter the way @value{GDBN} interacts with you by using the
12578@code{set} command. For commands controlling how @value{GDBN} displays
12579data, see @ref{Print Settings, ,Print settings}. Other settings are
12580described here.
12581
12582@menu
12583* Prompt:: Prompt
12584* Editing:: Command editing
12585* History:: Command history
12586* Screen Size:: Screen size
12587* Numbers:: Numbers
1e698235 12588* ABI:: Configuring the current ABI
8e04817f
AC
12589* Messages/Warnings:: Optional warnings and messages
12590* Debugging Output:: Optional messages about internal happenings
12591@end menu
12592
12593@node Prompt
12594@section Prompt
104c1213 12595
8e04817f 12596@cindex prompt
104c1213 12597
8e04817f
AC
12598@value{GDBN} indicates its readiness to read a command by printing a string
12599called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12600can change the prompt string with the @code{set prompt} command. For
12601instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12602the prompt in one of the @value{GDBN} sessions so that you can always tell
12603which one you are talking to.
104c1213 12604
8e04817f
AC
12605@emph{Note:} @code{set prompt} does not add a space for you after the
12606prompt you set. This allows you to set a prompt which ends in a space
12607or a prompt that does not.
104c1213 12608
8e04817f
AC
12609@table @code
12610@kindex set prompt
12611@item set prompt @var{newprompt}
12612Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12613
8e04817f
AC
12614@kindex show prompt
12615@item show prompt
12616Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12617@end table
12618
8e04817f
AC
12619@node Editing
12620@section Command editing
12621@cindex readline
12622@cindex command line editing
104c1213 12623
8e04817f
AC
12624@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12625@sc{gnu} library provides consistent behavior for programs which provide a
12626command line interface to the user. Advantages are @sc{gnu} Emacs-style
12627or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12628substitution, and a storage and recall of command history across
12629debugging sessions.
104c1213 12630
8e04817f
AC
12631You may control the behavior of command line editing in @value{GDBN} with the
12632command @code{set}.
104c1213 12633
8e04817f
AC
12634@table @code
12635@kindex set editing
12636@cindex editing
12637@item set editing
12638@itemx set editing on
12639Enable command line editing (enabled by default).
104c1213 12640
8e04817f
AC
12641@item set editing off
12642Disable command line editing.
104c1213 12643
8e04817f
AC
12644@kindex show editing
12645@item show editing
12646Show whether command line editing is enabled.
104c1213
JM
12647@end table
12648
8e04817f
AC
12649@node History
12650@section Command history
12651
12652@value{GDBN} can keep track of the commands you type during your
12653debugging sessions, so that you can be certain of precisely what
12654happened. Use these commands to manage the @value{GDBN} command
12655history facility.
104c1213
JM
12656
12657@table @code
8e04817f
AC
12658@cindex history substitution
12659@cindex history file
12660@kindex set history filename
12661@kindex GDBHISTFILE
12662@item set history filename @var{fname}
12663Set the name of the @value{GDBN} command history file to @var{fname}.
12664This is the file where @value{GDBN} reads an initial command history
12665list, and where it writes the command history from this session when it
12666exits. You can access this list through history expansion or through
12667the history command editing characters listed below. This file defaults
12668to the value of the environment variable @code{GDBHISTFILE}, or to
12669@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12670is not set.
104c1213 12671
8e04817f
AC
12672@cindex history save
12673@kindex set history save
12674@item set history save
12675@itemx set history save on
12676Record command history in a file, whose name may be specified with the
12677@code{set history filename} command. By default, this option is disabled.
104c1213 12678
8e04817f
AC
12679@item set history save off
12680Stop recording command history in a file.
104c1213 12681
8e04817f
AC
12682@cindex history size
12683@kindex set history size
12684@item set history size @var{size}
12685Set the number of commands which @value{GDBN} keeps in its history list.
12686This defaults to the value of the environment variable
12687@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12688@end table
12689
8e04817f
AC
12690@cindex history expansion
12691History expansion assigns special meaning to the character @kbd{!}.
12692@ifset have-readline-appendices
12693@xref{Event Designators}.
12694@end ifset
12695
12696Since @kbd{!} is also the logical not operator in C, history expansion
12697is off by default. If you decide to enable history expansion with the
12698@code{set history expansion on} command, you may sometimes need to
12699follow @kbd{!} (when it is used as logical not, in an expression) with
12700a space or a tab to prevent it from being expanded. The readline
12701history facilities do not attempt substitution on the strings
12702@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12703
12704The commands to control history expansion are:
104c1213
JM
12705
12706@table @code
8e04817f
AC
12707@kindex set history expansion
12708@item set history expansion on
12709@itemx set history expansion
12710Enable history expansion. History expansion is off by default.
104c1213 12711
8e04817f
AC
12712@item set history expansion off
12713Disable history expansion.
104c1213 12714
8e04817f
AC
12715The readline code comes with more complete documentation of
12716editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12717or @code{vi} may wish to read it.
12718@ifset have-readline-appendices
12719@xref{Command Line Editing}.
12720@end ifset
104c1213 12721
8e04817f
AC
12722@c @group
12723@kindex show history
12724@item show history
12725@itemx show history filename
12726@itemx show history save
12727@itemx show history size
12728@itemx show history expansion
12729These commands display the state of the @value{GDBN} history parameters.
12730@code{show history} by itself displays all four states.
12731@c @end group
12732@end table
12733
12734@table @code
12735@kindex shows
12736@item show commands
12737Display the last ten commands in the command history.
104c1213 12738
8e04817f
AC
12739@item show commands @var{n}
12740Print ten commands centered on command number @var{n}.
12741
12742@item show commands +
12743Print ten commands just after the commands last printed.
104c1213
JM
12744@end table
12745
8e04817f
AC
12746@node Screen Size
12747@section Screen size
12748@cindex size of screen
12749@cindex pauses in output
104c1213 12750
8e04817f
AC
12751Certain commands to @value{GDBN} may produce large amounts of
12752information output to the screen. To help you read all of it,
12753@value{GDBN} pauses and asks you for input at the end of each page of
12754output. Type @key{RET} when you want to continue the output, or @kbd{q}
12755to discard the remaining output. Also, the screen width setting
12756determines when to wrap lines of output. Depending on what is being
12757printed, @value{GDBN} tries to break the line at a readable place,
12758rather than simply letting it overflow onto the following line.
12759
12760Normally @value{GDBN} knows the size of the screen from the terminal
12761driver software. For example, on Unix @value{GDBN} uses the termcap data base
12762together with the value of the @code{TERM} environment variable and the
12763@code{stty rows} and @code{stty cols} settings. If this is not correct,
12764you can override it with the @code{set height} and @code{set
12765width} commands:
12766
12767@table @code
12768@kindex set height
12769@kindex set width
12770@kindex show width
12771@kindex show height
12772@item set height @var{lpp}
12773@itemx show height
12774@itemx set width @var{cpl}
12775@itemx show width
12776These @code{set} commands specify a screen height of @var{lpp} lines and
12777a screen width of @var{cpl} characters. The associated @code{show}
12778commands display the current settings.
104c1213 12779
8e04817f
AC
12780If you specify a height of zero lines, @value{GDBN} does not pause during
12781output no matter how long the output is. This is useful if output is to a
12782file or to an editor buffer.
104c1213 12783
8e04817f
AC
12784Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12785from wrapping its output.
104c1213
JM
12786@end table
12787
8e04817f
AC
12788@node Numbers
12789@section Numbers
12790@cindex number representation
12791@cindex entering numbers
104c1213 12792
8e04817f
AC
12793You can always enter numbers in octal, decimal, or hexadecimal in
12794@value{GDBN} by the usual conventions: octal numbers begin with
12795@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12796begin with @samp{0x}. Numbers that begin with none of these are, by
12797default, entered in base 10; likewise, the default display for
12798numbers---when no particular format is specified---is base 10. You can
12799change the default base for both input and output with the @code{set
12800radix} command.
104c1213 12801
8e04817f
AC
12802@table @code
12803@kindex set input-radix
12804@item set input-radix @var{base}
12805Set the default base for numeric input. Supported choices
12806for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12807specified either unambiguously or using the current default radix; for
12808example, any of
104c1213 12809
8e04817f
AC
12810@smallexample
12811set radix 012
12812set radix 10.
12813set radix 0xa
12814@end smallexample
104c1213 12815
8e04817f
AC
12816@noindent
12817sets the base to decimal. On the other hand, @samp{set radix 10}
12818leaves the radix unchanged no matter what it was.
104c1213 12819
8e04817f
AC
12820@kindex set output-radix
12821@item set output-radix @var{base}
12822Set the default base for numeric display. Supported choices
12823for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12824specified either unambiguously or using the current default radix.
104c1213 12825
8e04817f
AC
12826@kindex show input-radix
12827@item show input-radix
12828Display the current default base for numeric input.
104c1213 12829
8e04817f
AC
12830@kindex show output-radix
12831@item show output-radix
12832Display the current default base for numeric display.
12833@end table
104c1213 12834
1e698235
DJ
12835@node ABI
12836@section Configuring the current ABI
12837
12838@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
12839application automatically. However, sometimes you need to override its
12840conclusions. Use these commands to manage @value{GDBN}'s view of the
12841current ABI.
12842
98b45e30
DJ
12843@cindex OS ABI
12844@kindex set osabi
b4e9345d 12845@kindex show osabi
98b45e30
DJ
12846
12847One @value{GDBN} configuration can debug binaries for multiple operating
12848system targets, either via remote debugging or native emulation.
12849@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
12850but you can override its conclusion using the @code{set osabi} command.
12851One example where this is useful is in debugging of binaries which use
12852an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
12853not have the same identifying marks that the standard C library for your
12854platform provides.
12855
12856@table @code
12857@item show osabi
12858Show the OS ABI currently in use.
12859
12860@item set osabi
12861With no argument, show the list of registered available OS ABI's.
12862
12863@item set osabi @var{abi}
12864Set the current OS ABI to @var{abi}.
12865@end table
12866
1e698235
DJ
12867@cindex float promotion
12868@kindex set coerce-float-to-double
12869
12870Generally, the way that an argument of type @code{float} is passed to a
12871function depends on whether the function is prototyped. For a prototyped
12872(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
12873according to the architecture's convention for @code{float}. For unprototyped
12874(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
12875@code{double} and then passed.
12876
12877Unfortunately, some forms of debug information do not reliably indicate whether
12878a function is prototyped. If @value{GDBN} calls a function that is not marked
12879as prototyped, it consults @kbd{set coerce-float-to-double}.
12880
12881@table @code
12882@item set coerce-float-to-double
12883@itemx set coerce-float-to-double on
12884Arguments of type @code{float} will be promoted to @code{double} when passed
12885to an unprototyped function. This is the default setting.
12886
12887@item set coerce-float-to-double off
12888Arguments of type @code{float} will be passed directly to unprototyped
12889functions.
12890@end table
12891
f1212245
DJ
12892@kindex set cp-abi
12893@kindex show cp-abi
12894@value{GDBN} needs to know the ABI used for your program's C@t{++}
12895objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
12896used to build your application. @value{GDBN} only fully supports
12897programs with a single C@t{++} ABI; if your program contains code using
12898multiple C@t{++} ABI's or if @value{GDBN} can not identify your
12899program's ABI correctly, you can tell @value{GDBN} which ABI to use.
12900Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
12901before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
12902``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
12903use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
12904``auto''.
12905
12906@table @code
12907@item show cp-abi
12908Show the C@t{++} ABI currently in use.
12909
12910@item set cp-abi
12911With no argument, show the list of supported C@t{++} ABI's.
12912
12913@item set cp-abi @var{abi}
12914@itemx set cp-abi auto
12915Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
12916@end table
12917
8e04817f
AC
12918@node Messages/Warnings
12919@section Optional warnings and messages
104c1213 12920
8e04817f
AC
12921By default, @value{GDBN} is silent about its inner workings. If you are
12922running on a slow machine, you may want to use the @code{set verbose}
12923command. This makes @value{GDBN} tell you when it does a lengthy
12924internal operation, so you will not think it has crashed.
104c1213 12925
8e04817f
AC
12926Currently, the messages controlled by @code{set verbose} are those
12927which announce that the symbol table for a source file is being read;
12928see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 12929
8e04817f
AC
12930@table @code
12931@kindex set verbose
12932@item set verbose on
12933Enables @value{GDBN} output of certain informational messages.
104c1213 12934
8e04817f
AC
12935@item set verbose off
12936Disables @value{GDBN} output of certain informational messages.
104c1213 12937
8e04817f
AC
12938@kindex show verbose
12939@item show verbose
12940Displays whether @code{set verbose} is on or off.
12941@end table
104c1213 12942
8e04817f
AC
12943By default, if @value{GDBN} encounters bugs in the symbol table of an
12944object file, it is silent; but if you are debugging a compiler, you may
12945find this information useful (@pxref{Symbol Errors, ,Errors reading
12946symbol files}).
104c1213 12947
8e04817f 12948@table @code
104c1213 12949
8e04817f
AC
12950@kindex set complaints
12951@item set complaints @var{limit}
12952Permits @value{GDBN} to output @var{limit} complaints about each type of
12953unusual symbols before becoming silent about the problem. Set
12954@var{limit} to zero to suppress all complaints; set it to a large number
12955to prevent complaints from being suppressed.
104c1213 12956
8e04817f
AC
12957@kindex show complaints
12958@item show complaints
12959Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 12960
8e04817f 12961@end table
104c1213 12962
8e04817f
AC
12963By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
12964lot of stupid questions to confirm certain commands. For example, if
12965you try to run a program which is already running:
104c1213 12966
474c8240 12967@smallexample
8e04817f
AC
12968(@value{GDBP}) run
12969The program being debugged has been started already.
12970Start it from the beginning? (y or n)
474c8240 12971@end smallexample
104c1213 12972
8e04817f
AC
12973If you are willing to unflinchingly face the consequences of your own
12974commands, you can disable this ``feature'':
104c1213 12975
8e04817f 12976@table @code
104c1213 12977
8e04817f
AC
12978@kindex set confirm
12979@cindex flinching
12980@cindex confirmation
12981@cindex stupid questions
12982@item set confirm off
12983Disables confirmation requests.
104c1213 12984
8e04817f
AC
12985@item set confirm on
12986Enables confirmation requests (the default).
104c1213 12987
8e04817f
AC
12988@kindex show confirm
12989@item show confirm
12990Displays state of confirmation requests.
12991
12992@end table
104c1213 12993
8e04817f
AC
12994@node Debugging Output
12995@section Optional messages about internal happenings
104c1213 12996@table @code
8e04817f
AC
12997@kindex set debug arch
12998@item set debug arch
12999Turns on or off display of gdbarch debugging info. The default is off
13000@kindex show debug arch
13001@item show debug arch
13002Displays the current state of displaying gdbarch debugging info.
13003@kindex set debug event
13004@item set debug event
13005Turns on or off display of @value{GDBN} event debugging info. The
13006default is off.
13007@kindex show debug event
13008@item show debug event
13009Displays the current state of displaying @value{GDBN} event debugging
13010info.
13011@kindex set debug expression
13012@item set debug expression
13013Turns on or off display of @value{GDBN} expression debugging info. The
13014default is off.
13015@kindex show debug expression
13016@item show debug expression
13017Displays the current state of displaying @value{GDBN} expression
13018debugging info.
7453dc06
AC
13019@kindex set debug frame
13020@item set debug frame
13021Turns on or off display of @value{GDBN} frame debugging info. The
13022default is off.
13023@kindex show debug frame
13024@item show debug frame
13025Displays the current state of displaying @value{GDBN} frame debugging
13026info.
8e04817f
AC
13027@kindex set debug overload
13028@item set debug overload
13029Turns on or off display of @value{GDBN} C@t{++} overload debugging
13030info. This includes info such as ranking of functions, etc. The default
13031is off.
13032@kindex show debug overload
13033@item show debug overload
13034Displays the current state of displaying @value{GDBN} C@t{++} overload
13035debugging info.
13036@kindex set debug remote
13037@cindex packets, reporting on stdout
13038@cindex serial connections, debugging
13039@item set debug remote
13040Turns on or off display of reports on all packets sent back and forth across
13041the serial line to the remote machine. The info is printed on the
13042@value{GDBN} standard output stream. The default is off.
13043@kindex show debug remote
13044@item show debug remote
13045Displays the state of display of remote packets.
13046@kindex set debug serial
13047@item set debug serial
13048Turns on or off display of @value{GDBN} serial debugging info. The
13049default is off.
13050@kindex show debug serial
13051@item show debug serial
13052Displays the current state of displaying @value{GDBN} serial debugging
13053info.
13054@kindex set debug target
13055@item set debug target
13056Turns on or off display of @value{GDBN} target debugging info. This info
13057includes what is going on at the target level of GDB, as it happens. The
13058default is off.
13059@kindex show debug target
13060@item show debug target
13061Displays the current state of displaying @value{GDBN} target debugging
13062info.
13063@kindex set debug varobj
13064@item set debug varobj
13065Turns on or off display of @value{GDBN} variable object debugging
13066info. The default is off.
13067@kindex show debug varobj
13068@item show debug varobj
13069Displays the current state of displaying @value{GDBN} variable object
13070debugging info.
13071@end table
104c1213 13072
8e04817f
AC
13073@node Sequences
13074@chapter Canned Sequences of Commands
104c1213 13075
8e04817f
AC
13076Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13077command lists}), @value{GDBN} provides two ways to store sequences of
13078commands for execution as a unit: user-defined commands and command
13079files.
104c1213 13080
8e04817f
AC
13081@menu
13082* Define:: User-defined commands
13083* Hooks:: User-defined command hooks
13084* Command Files:: Command files
13085* Output:: Commands for controlled output
13086@end menu
104c1213 13087
8e04817f
AC
13088@node Define
13089@section User-defined commands
104c1213 13090
8e04817f
AC
13091@cindex user-defined command
13092A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13093which you assign a new name as a command. This is done with the
13094@code{define} command. User commands may accept up to 10 arguments
13095separated by whitespace. Arguments are accessed within the user command
13096via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13097
8e04817f
AC
13098@smallexample
13099define adder
13100 print $arg0 + $arg1 + $arg2
13101@end smallexample
104c1213
JM
13102
13103@noindent
8e04817f 13104To execute the command use:
104c1213 13105
8e04817f
AC
13106@smallexample
13107adder 1 2 3
13108@end smallexample
104c1213 13109
8e04817f
AC
13110@noindent
13111This defines the command @code{adder}, which prints the sum of
13112its three arguments. Note the arguments are text substitutions, so they may
13113reference variables, use complex expressions, or even perform inferior
13114functions calls.
104c1213
JM
13115
13116@table @code
104c1213 13117
8e04817f
AC
13118@kindex define
13119@item define @var{commandname}
13120Define a command named @var{commandname}. If there is already a command
13121by that name, you are asked to confirm that you want to redefine it.
104c1213 13122
8e04817f
AC
13123The definition of the command is made up of other @value{GDBN} command lines,
13124which are given following the @code{define} command. The end of these
13125commands is marked by a line containing @code{end}.
104c1213 13126
8e04817f
AC
13127@kindex if
13128@kindex else
13129@item if
13130Takes a single argument, which is an expression to evaluate.
13131It is followed by a series of commands that are executed
13132only if the expression is true (nonzero).
13133There can then optionally be a line @code{else}, followed
13134by a series of commands that are only executed if the expression
13135was false. The end of the list is marked by a line containing @code{end}.
104c1213 13136
8e04817f
AC
13137@kindex while
13138@item while
13139The syntax is similar to @code{if}: the command takes a single argument,
13140which is an expression to evaluate, and must be followed by the commands to
13141execute, one per line, terminated by an @code{end}.
13142The commands are executed repeatedly as long as the expression
13143evaluates to true.
104c1213 13144
8e04817f
AC
13145@kindex document
13146@item document @var{commandname}
13147Document the user-defined command @var{commandname}, so that it can be
13148accessed by @code{help}. The command @var{commandname} must already be
13149defined. This command reads lines of documentation just as @code{define}
13150reads the lines of the command definition, ending with @code{end}.
13151After the @code{document} command is finished, @code{help} on command
13152@var{commandname} displays the documentation you have written.
104c1213 13153
8e04817f
AC
13154You may use the @code{document} command again to change the
13155documentation of a command. Redefining the command with @code{define}
13156does not change the documentation.
104c1213 13157
8e04817f
AC
13158@kindex help user-defined
13159@item help user-defined
13160List all user-defined commands, with the first line of the documentation
13161(if any) for each.
104c1213 13162
8e04817f
AC
13163@kindex show user
13164@item show user
13165@itemx show user @var{commandname}
13166Display the @value{GDBN} commands used to define @var{commandname} (but
13167not its documentation). If no @var{commandname} is given, display the
13168definitions for all user-defined commands.
104c1213 13169
20f01a46
DH
13170@kindex show max-user-call-depth
13171@kindex set max-user-call-depth
13172@item show max-user-call-depth
5ca0cb28
DH
13173@itemx set max-user-call-depth
13174The value of @code{max-user-call-depth} controls how many recursion
13175levels are allowed in user-defined commands before GDB suspects an
13176infinite recursion and aborts the command.
20f01a46 13177
104c1213
JM
13178@end table
13179
8e04817f
AC
13180When user-defined commands are executed, the
13181commands of the definition are not printed. An error in any command
13182stops execution of the user-defined command.
104c1213 13183
8e04817f
AC
13184If used interactively, commands that would ask for confirmation proceed
13185without asking when used inside a user-defined command. Many @value{GDBN}
13186commands that normally print messages to say what they are doing omit the
13187messages when used in a user-defined command.
104c1213 13188
8e04817f
AC
13189@node Hooks
13190@section User-defined command hooks
13191@cindex command hooks
13192@cindex hooks, for commands
13193@cindex hooks, pre-command
104c1213 13194
8e04817f
AC
13195@kindex hook
13196@kindex hook-
13197You may define @dfn{hooks}, which are a special kind of user-defined
13198command. Whenever you run the command @samp{foo}, if the user-defined
13199command @samp{hook-foo} exists, it is executed (with no arguments)
13200before that command.
104c1213 13201
8e04817f
AC
13202@cindex hooks, post-command
13203@kindex hookpost
13204@kindex hookpost-
13205A hook may also be defined which is run after the command you executed.
13206Whenever you run the command @samp{foo}, if the user-defined command
13207@samp{hookpost-foo} exists, it is executed (with no arguments) after
13208that command. Post-execution hooks may exist simultaneously with
13209pre-execution hooks, for the same command.
104c1213 13210
8e04817f
AC
13211It is valid for a hook to call the command which it hooks. If this
13212occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13213
8e04817f
AC
13214@c It would be nice if hookpost could be passed a parameter indicating
13215@c if the command it hooks executed properly or not. FIXME!
104c1213 13216
8e04817f
AC
13217@kindex stop@r{, a pseudo-command}
13218In addition, a pseudo-command, @samp{stop} exists. Defining
13219(@samp{hook-stop}) makes the associated commands execute every time
13220execution stops in your program: before breakpoint commands are run,
13221displays are printed, or the stack frame is printed.
104c1213 13222
8e04817f
AC
13223For example, to ignore @code{SIGALRM} signals while
13224single-stepping, but treat them normally during normal execution,
13225you could define:
104c1213 13226
474c8240 13227@smallexample
8e04817f
AC
13228define hook-stop
13229handle SIGALRM nopass
13230end
104c1213 13231
8e04817f
AC
13232define hook-run
13233handle SIGALRM pass
13234end
104c1213 13235
8e04817f
AC
13236define hook-continue
13237handle SIGLARM pass
13238end
474c8240 13239@end smallexample
104c1213 13240
8e04817f
AC
13241As a further example, to hook at the begining and end of the @code{echo}
13242command, and to add extra text to the beginning and end of the message,
13243you could define:
104c1213 13244
474c8240 13245@smallexample
8e04817f
AC
13246define hook-echo
13247echo <<<---
13248end
104c1213 13249
8e04817f
AC
13250define hookpost-echo
13251echo --->>>\n
13252end
104c1213 13253
8e04817f
AC
13254(@value{GDBP}) echo Hello World
13255<<<---Hello World--->>>
13256(@value{GDBP})
104c1213 13257
474c8240 13258@end smallexample
104c1213 13259
8e04817f
AC
13260You can define a hook for any single-word command in @value{GDBN}, but
13261not for command aliases; you should define a hook for the basic command
13262name, e.g. @code{backtrace} rather than @code{bt}.
13263@c FIXME! So how does Joe User discover whether a command is an alias
13264@c or not?
13265If an error occurs during the execution of your hook, execution of
13266@value{GDBN} commands stops and @value{GDBN} issues a prompt
13267(before the command that you actually typed had a chance to run).
104c1213 13268
8e04817f
AC
13269If you try to define a hook which does not match any known command, you
13270get a warning from the @code{define} command.
c906108c 13271
8e04817f
AC
13272@node Command Files
13273@section Command files
c906108c 13274
8e04817f
AC
13275@cindex command files
13276A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13277commands. Comments (lines starting with @kbd{#}) may also be included.
13278An empty line in a command file does nothing; it does not mean to repeat
13279the last command, as it would from the terminal.
c906108c 13280
8e04817f
AC
13281@cindex init file
13282@cindex @file{.gdbinit}
13283@cindex @file{gdb.ini}
13284When you start @value{GDBN}, it automatically executes commands from its
13285@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13286port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13287limitations of file names imposed by DOS filesystems.}.
13288During startup, @value{GDBN} does the following:
c906108c 13289
8e04817f
AC
13290@enumerate
13291@item
13292Reads the init file (if any) in your home directory@footnote{On
13293DOS/Windows systems, the home directory is the one pointed to by the
13294@code{HOME} environment variable.}.
c906108c 13295
8e04817f
AC
13296@item
13297Processes command line options and operands.
c906108c 13298
8e04817f
AC
13299@item
13300Reads the init file (if any) in the current working directory.
c906108c 13301
8e04817f
AC
13302@item
13303Reads command files specified by the @samp{-x} option.
13304@end enumerate
c906108c 13305
8e04817f
AC
13306The init file in your home directory can set options (such as @samp{set
13307complaints}) that affect subsequent processing of command line options
13308and operands. Init files are not executed if you use the @samp{-nx}
13309option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13310
8e04817f
AC
13311@cindex init file name
13312On some configurations of @value{GDBN}, the init file is known by a
13313different name (these are typically environments where a specialized
13314form of @value{GDBN} may need to coexist with other forms, hence a
13315different name for the specialized version's init file). These are the
13316environments with special init file names:
c906108c 13317
8e04817f
AC
13318@cindex @file{.vxgdbinit}
13319@itemize @bullet
13320@item
13321VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13322
8e04817f
AC
13323@cindex @file{.os68gdbinit}
13324@item
13325OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13326
8e04817f
AC
13327@cindex @file{.esgdbinit}
13328@item
13329ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13330@end itemize
c906108c 13331
8e04817f
AC
13332You can also request the execution of a command file with the
13333@code{source} command:
c906108c 13334
8e04817f
AC
13335@table @code
13336@kindex source
13337@item source @var{filename}
13338Execute the command file @var{filename}.
c906108c
SS
13339@end table
13340
8e04817f 13341The lines in a command file are executed sequentially. They are not
a71ec265
DH
13342printed as they are executed. An error in any command terminates
13343execution of the command file and control is returned to the console.
c906108c 13344
8e04817f
AC
13345Commands that would ask for confirmation if used interactively proceed
13346without asking when used in a command file. Many @value{GDBN} commands that
13347normally print messages to say what they are doing omit the messages
13348when called from command files.
c906108c 13349
8e04817f
AC
13350@value{GDBN} also accepts command input from standard input. In this
13351mode, normal output goes to standard output and error output goes to
13352standard error. Errors in a command file supplied on standard input do
13353not terminate execution of the command file --- execution continues with
13354the next command.
c906108c 13355
474c8240 13356@smallexample
8e04817f 13357gdb < cmds > log 2>&1
474c8240 13358@end smallexample
c906108c 13359
8e04817f
AC
13360(The syntax above will vary depending on the shell used.) This example
13361will execute commands from the file @file{cmds}. All output and errors
13362would be directed to @file{log}.
c906108c 13363
8e04817f
AC
13364@node Output
13365@section Commands for controlled output
c906108c 13366
8e04817f
AC
13367During the execution of a command file or a user-defined command, normal
13368@value{GDBN} output is suppressed; the only output that appears is what is
13369explicitly printed by the commands in the definition. This section
13370describes three commands useful for generating exactly the output you
13371want.
c906108c
SS
13372
13373@table @code
8e04817f
AC
13374@kindex echo
13375@item echo @var{text}
13376@c I do not consider backslash-space a standard C escape sequence
13377@c because it is not in ANSI.
13378Print @var{text}. Nonprinting characters can be included in
13379@var{text} using C escape sequences, such as @samp{\n} to print a
13380newline. @strong{No newline is printed unless you specify one.}
13381In addition to the standard C escape sequences, a backslash followed
13382by a space stands for a space. This is useful for displaying a
13383string with spaces at the beginning or the end, since leading and
13384trailing spaces are otherwise trimmed from all arguments.
13385To print @samp{@w{ }and foo =@w{ }}, use the command
13386@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13387
8e04817f
AC
13388A backslash at the end of @var{text} can be used, as in C, to continue
13389the command onto subsequent lines. For example,
c906108c 13390
474c8240 13391@smallexample
8e04817f
AC
13392echo This is some text\n\
13393which is continued\n\
13394onto several lines.\n
474c8240 13395@end smallexample
c906108c 13396
8e04817f 13397produces the same output as
c906108c 13398
474c8240 13399@smallexample
8e04817f
AC
13400echo This is some text\n
13401echo which is continued\n
13402echo onto several lines.\n
474c8240 13403@end smallexample
c906108c 13404
8e04817f
AC
13405@kindex output
13406@item output @var{expression}
13407Print the value of @var{expression} and nothing but that value: no
13408newlines, no @samp{$@var{nn} = }. The value is not entered in the
13409value history either. @xref{Expressions, ,Expressions}, for more information
13410on expressions.
c906108c 13411
8e04817f
AC
13412@item output/@var{fmt} @var{expression}
13413Print the value of @var{expression} in format @var{fmt}. You can use
13414the same formats as for @code{print}. @xref{Output Formats,,Output
13415formats}, for more information.
c906108c 13416
8e04817f
AC
13417@kindex printf
13418@item printf @var{string}, @var{expressions}@dots{}
13419Print the values of the @var{expressions} under the control of
13420@var{string}. The @var{expressions} are separated by commas and may be
13421either numbers or pointers. Their values are printed as specified by
13422@var{string}, exactly as if your program were to execute the C
13423subroutine
13424@c FIXME: the above implies that at least all ANSI C formats are
13425@c supported, but it isn't true: %E and %G don't work (or so it seems).
13426@c Either this is a bug, or the manual should document what formats are
13427@c supported.
c906108c 13428
474c8240 13429@smallexample
8e04817f 13430printf (@var{string}, @var{expressions}@dots{});
474c8240 13431@end smallexample
c906108c 13432
8e04817f 13433For example, you can print two values in hex like this:
c906108c 13434
8e04817f
AC
13435@smallexample
13436printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13437@end smallexample
c906108c 13438
8e04817f
AC
13439The only backslash-escape sequences that you can use in the format
13440string are the simple ones that consist of backslash followed by a
13441letter.
c906108c
SS
13442@end table
13443
21c294e6
AC
13444@node Interpreters
13445@chapter Command Interpreters
13446@cindex command interpreters
13447
13448@value{GDBN} supports multiple command interpreters, and some command
13449infrastructure to allow users or user interface writers to switch
13450between interpreters or run commands in other interpreters.
13451
13452@value{GDBN} currently supports two command interpreters, the console
13453interpreter (sometimes called the command-line interpreter or @sc{cli})
13454and the machine interface interpreter (or @sc{gdb/mi}). This manual
13455describes both of these interfaces in great detail.
13456
13457By default, @value{GDBN} will start with the console interpreter.
13458However, the user may choose to start @value{GDBN} with another
13459interpreter by specifying the @option{-i} or @option{--interpreter}
13460startup options. Defined interpreters include:
13461
13462@table @code
13463@item console
13464@cindex console interpreter
13465The traditional console or command-line interpreter. This is the most often
13466used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13467@value{GDBN} will use this interpreter.
13468
13469@item mi
13470@cindex mi interpreter
13471The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13472by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13473or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13474Interface}.
13475
13476@item mi2
13477@cindex mi2 interpreter
13478The current @sc{gdb/mi} interface.
13479
13480@item mi1
13481@cindex mi1 interpreter
13482The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13483
13484@end table
13485
13486@cindex invoke another interpreter
13487The interpreter being used by @value{GDBN} may not be dynamically
13488switched at runtime. Although possible, this could lead to a very
13489precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13490enters the command "interpreter-set console" in a console view,
13491@value{GDBN} would switch to using the console interpreter, rendering
13492the IDE inoperable!
13493
13494@kindex interpreter-exec
13495Although you may only choose a single interpreter at startup, you may execute
13496commands in any interpreter from the current interpreter using the appropriate
13497command. If you are running the console interpreter, simply use the
13498@code{interpreter-exec} command:
13499
13500@smallexample
13501interpreter-exec mi "-data-list-register-names"
13502@end smallexample
13503
13504@sc{gdb/mi} has a similar command, although it is only available in versions of
13505@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13506
8e04817f
AC
13507@node TUI
13508@chapter @value{GDBN} Text User Interface
13509@cindex TUI
c906108c 13510
8e04817f
AC
13511@menu
13512* TUI Overview:: TUI overview
13513* TUI Keys:: TUI key bindings
7cf36c78 13514* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13515* TUI Commands:: TUI specific commands
13516* TUI Configuration:: TUI configuration variables
13517@end menu
c906108c 13518
8e04817f
AC
13519The @value{GDBN} Text User Interface, TUI in short,
13520is a terminal interface which uses the @code{curses} library
13521to show the source file, the assembly output, the program registers
13522and @value{GDBN} commands in separate text windows.
13523The TUI is available only when @value{GDBN} is configured
13524with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13525
8e04817f
AC
13526@node TUI Overview
13527@section TUI overview
c906108c 13528
8e04817f
AC
13529The TUI has two display modes that can be switched while
13530@value{GDBN} runs:
c906108c 13531
8e04817f
AC
13532@itemize @bullet
13533@item
13534A curses (or TUI) mode in which it displays several text
13535windows on the terminal.
c906108c 13536
8e04817f
AC
13537@item
13538A standard mode which corresponds to the @value{GDBN} configured without
13539the TUI.
13540@end itemize
c906108c 13541
8e04817f
AC
13542In the TUI mode, @value{GDBN} can display several text window
13543on the terminal:
c906108c 13544
8e04817f
AC
13545@table @emph
13546@item command
13547This window is the @value{GDBN} command window with the @value{GDBN}
13548prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13549managed using readline but through the TUI. The @emph{command}
13550window is always visible.
c906108c 13551
8e04817f
AC
13552@item source
13553The source window shows the source file of the program. The current
13554line as well as active breakpoints are displayed in this window.
c906108c 13555
8e04817f
AC
13556@item assembly
13557The assembly window shows the disassembly output of the program.
c906108c 13558
8e04817f
AC
13559@item register
13560This window shows the processor registers. It detects when
13561a register is changed and when this is the case, registers that have
13562changed are highlighted.
c906108c 13563
c906108c
SS
13564@end table
13565
269c21fe
SC
13566The source and assembly windows show the current program position
13567by highlighting the current line and marking them with the @samp{>} marker.
13568Breakpoints are also indicated with two markers. A first one
13569indicates the breakpoint type:
13570
13571@table @code
13572@item B
13573Breakpoint which was hit at least once.
13574
13575@item b
13576Breakpoint which was never hit.
13577
13578@item H
13579Hardware breakpoint which was hit at least once.
13580
13581@item h
13582Hardware breakpoint which was never hit.
13583
13584@end table
13585
13586The second marker indicates whether the breakpoint is enabled or not:
13587
13588@table @code
13589@item +
13590Breakpoint is enabled.
13591
13592@item -
13593Breakpoint is disabled.
13594
13595@end table
13596
8e04817f
AC
13597The source, assembly and register windows are attached to the thread
13598and the frame position. They are updated when the current thread
13599changes, when the frame changes or when the program counter changes.
13600These three windows are arranged by the TUI according to several
13601layouts. The layout defines which of these three windows are visible.
13602The following layouts are available:
c906108c 13603
8e04817f
AC
13604@itemize @bullet
13605@item
13606source
2df3850c 13607
8e04817f
AC
13608@item
13609assembly
13610
13611@item
13612source and assembly
13613
13614@item
13615source and registers
c906108c 13616
8e04817f
AC
13617@item
13618assembly and registers
2df3850c 13619
8e04817f 13620@end itemize
c906108c 13621
b7bb15bc
SC
13622On top of the command window a status line gives various information
13623concerning the current process begin debugged. The status line is
13624updated when the information it shows changes. The following fields
13625are displayed:
13626
13627@table @emph
13628@item target
13629Indicates the current gdb target
13630(@pxref{Targets, ,Specifying a Debugging Target}).
13631
13632@item process
13633Gives information about the current process or thread number.
13634When no process is being debugged, this field is set to @code{No process}.
13635
13636@item function
13637Gives the current function name for the selected frame.
13638The name is demangled if demangling is turned on (@pxref{Print Settings}).
13639When there is no symbol corresponding to the current program counter
13640the string @code{??} is displayed.
13641
13642@item line
13643Indicates the current line number for the selected frame.
13644When the current line number is not known the string @code{??} is displayed.
13645
13646@item pc
13647Indicates the current program counter address.
13648
13649@end table
13650
8e04817f
AC
13651@node TUI Keys
13652@section TUI Key Bindings
13653@cindex TUI key bindings
c906108c 13654
8e04817f
AC
13655The TUI installs several key bindings in the readline keymaps
13656(@pxref{Command Line Editing}).
13657They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13658directly on the TUI layout and windows. The TUI also provides
13659a @emph{SingleKey} keymap which binds several keys directly to
13660@value{GDBN} commands. The following key bindings
8e04817f 13661are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13662
8e04817f
AC
13663@table @kbd
13664@kindex C-x C-a
13665@item C-x C-a
13666@kindex C-x a
13667@itemx C-x a
13668@kindex C-x A
13669@itemx C-x A
13670Enter or leave the TUI mode. When the TUI mode is left,
13671the curses window management is left and @value{GDBN} operates using
13672its standard mode writing on the terminal directly. When the TUI
13673mode is entered, the control is given back to the curses windows.
13674The screen is then refreshed.
c906108c 13675
8e04817f
AC
13676@kindex C-x 1
13677@item C-x 1
13678Use a TUI layout with only one window. The layout will
13679either be @samp{source} or @samp{assembly}. When the TUI mode
13680is not active, it will switch to the TUI mode.
2df3850c 13681
8e04817f 13682Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13683
8e04817f
AC
13684@kindex C-x 2
13685@item C-x 2
13686Use a TUI layout with at least two windows. When the current
13687layout shows already two windows, a next layout with two windows is used.
13688When a new layout is chosen, one window will always be common to the
13689previous layout and the new one.
c906108c 13690
8e04817f 13691Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13692
7cf36c78
SC
13693@kindex C-x s
13694@item C-x s
13695Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13696(@pxref{TUI Single Key Mode}).
13697
c906108c
SS
13698@end table
13699
8e04817f 13700The following key bindings are handled only by the TUI mode:
5d161b24 13701
8e04817f
AC
13702@table @key
13703@kindex PgUp
13704@item PgUp
13705Scroll the active window one page up.
c906108c 13706
8e04817f
AC
13707@kindex PgDn
13708@item PgDn
13709Scroll the active window one page down.
c906108c 13710
8e04817f
AC
13711@kindex Up
13712@item Up
13713Scroll the active window one line up.
c906108c 13714
8e04817f
AC
13715@kindex Down
13716@item Down
13717Scroll the active window one line down.
c906108c 13718
8e04817f
AC
13719@kindex Left
13720@item Left
13721Scroll the active window one column left.
c906108c 13722
8e04817f
AC
13723@kindex Right
13724@item Right
13725Scroll the active window one column right.
c906108c 13726
8e04817f
AC
13727@kindex C-L
13728@item C-L
13729Refresh the screen.
c906108c 13730
8e04817f 13731@end table
c906108c 13732
8e04817f
AC
13733In the TUI mode, the arrow keys are used by the active window
13734for scrolling. This means they are not available for readline. It is
13735necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13736@key{C-b} and @key{C-f}.
13737
7cf36c78
SC
13738@node TUI Single Key Mode
13739@section TUI Single Key Mode
13740@cindex TUI single key mode
13741
13742The TUI provides a @emph{SingleKey} mode in which it installs a particular
13743key binding in the readline keymaps to connect single keys to
13744some gdb commands.
13745
13746@table @kbd
13747@kindex c @r{(SingleKey TUI key)}
13748@item c
13749continue
13750
13751@kindex d @r{(SingleKey TUI key)}
13752@item d
13753down
13754
13755@kindex f @r{(SingleKey TUI key)}
13756@item f
13757finish
13758
13759@kindex n @r{(SingleKey TUI key)}
13760@item n
13761next
13762
13763@kindex q @r{(SingleKey TUI key)}
13764@item q
13765exit the @emph{SingleKey} mode.
13766
13767@kindex r @r{(SingleKey TUI key)}
13768@item r
13769run
13770
13771@kindex s @r{(SingleKey TUI key)}
13772@item s
13773step
13774
13775@kindex u @r{(SingleKey TUI key)}
13776@item u
13777up
13778
13779@kindex v @r{(SingleKey TUI key)}
13780@item v
13781info locals
13782
13783@kindex w @r{(SingleKey TUI key)}
13784@item w
13785where
13786
13787@end table
13788
13789Other keys temporarily switch to the @value{GDBN} command prompt.
13790The key that was pressed is inserted in the editing buffer so that
13791it is possible to type most @value{GDBN} commands without interaction
13792with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13793@emph{SingleKey} mode is restored. The only way to permanently leave
13794this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13795
13796
8e04817f
AC
13797@node TUI Commands
13798@section TUI specific commands
13799@cindex TUI commands
13800
13801The TUI has specific commands to control the text windows.
13802These commands are always available, that is they do not depend on
13803the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13804is in the standard mode, using these commands will automatically switch
13805in the TUI mode.
c906108c
SS
13806
13807@table @code
3d757584
SC
13808@item info win
13809@kindex info win
13810List and give the size of all displayed windows.
13811
8e04817f
AC
13812@item layout next
13813@kindex layout next
13814Display the next layout.
2df3850c 13815
8e04817f
AC
13816@item layout prev
13817@kindex layout prev
13818Display the previous layout.
c906108c 13819
8e04817f
AC
13820@item layout src
13821@kindex layout src
13822Display the source window only.
c906108c 13823
8e04817f
AC
13824@item layout asm
13825@kindex layout asm
13826Display the assembly window only.
c906108c 13827
8e04817f
AC
13828@item layout split
13829@kindex layout split
13830Display the source and assembly window.
c906108c 13831
8e04817f
AC
13832@item layout regs
13833@kindex layout regs
13834Display the register window together with the source or assembly window.
13835
13836@item focus next | prev | src | asm | regs | split
13837@kindex focus
13838Set the focus to the named window.
13839This command allows to change the active window so that scrolling keys
13840can be affected to another window.
c906108c 13841
8e04817f
AC
13842@item refresh
13843@kindex refresh
13844Refresh the screen. This is similar to using @key{C-L} key.
c906108c 13845
8e04817f
AC
13846@item update
13847@kindex update
13848Update the source window and the current execution point.
c906108c 13849
8e04817f
AC
13850@item winheight @var{name} +@var{count}
13851@itemx winheight @var{name} -@var{count}
13852@kindex winheight
13853Change the height of the window @var{name} by @var{count}
13854lines. Positive counts increase the height, while negative counts
13855decrease it.
2df3850c 13856
c906108c
SS
13857@end table
13858
8e04817f
AC
13859@node TUI Configuration
13860@section TUI configuration variables
13861@cindex TUI configuration variables
c906108c 13862
8e04817f
AC
13863The TUI has several configuration variables that control the
13864appearance of windows on the terminal.
c906108c 13865
8e04817f
AC
13866@table @code
13867@item set tui border-kind @var{kind}
13868@kindex set tui border-kind
13869Select the border appearance for the source, assembly and register windows.
13870The possible values are the following:
13871@table @code
13872@item space
13873Use a space character to draw the border.
c906108c 13874
8e04817f
AC
13875@item ascii
13876Use ascii characters + - and | to draw the border.
c906108c 13877
8e04817f
AC
13878@item acs
13879Use the Alternate Character Set to draw the border. The border is
13880drawn using character line graphics if the terminal supports them.
c78b4128 13881
8e04817f 13882@end table
c78b4128 13883
8e04817f
AC
13884@item set tui active-border-mode @var{mode}
13885@kindex set tui active-border-mode
13886Select the attributes to display the border of the active window.
13887The possible values are @code{normal}, @code{standout}, @code{reverse},
13888@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 13889
8e04817f
AC
13890@item set tui border-mode @var{mode}
13891@kindex set tui border-mode
13892Select the attributes to display the border of other windows.
13893The @var{mode} can be one of the following:
13894@table @code
13895@item normal
13896Use normal attributes to display the border.
c906108c 13897
8e04817f
AC
13898@item standout
13899Use standout mode.
c906108c 13900
8e04817f
AC
13901@item reverse
13902Use reverse video mode.
c906108c 13903
8e04817f
AC
13904@item half
13905Use half bright mode.
c906108c 13906
8e04817f
AC
13907@item half-standout
13908Use half bright and standout mode.
c906108c 13909
8e04817f
AC
13910@item bold
13911Use extra bright or bold mode.
c78b4128 13912
8e04817f
AC
13913@item bold-standout
13914Use extra bright or bold and standout mode.
c78b4128 13915
8e04817f 13916@end table
c78b4128 13917
8e04817f 13918@end table
c78b4128 13919
8e04817f
AC
13920@node Emacs
13921@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 13922
8e04817f
AC
13923@cindex Emacs
13924@cindex @sc{gnu} Emacs
13925A special interface allows you to use @sc{gnu} Emacs to view (and
13926edit) the source files for the program you are debugging with
13927@value{GDBN}.
c906108c 13928
8e04817f
AC
13929To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
13930executable file you want to debug as an argument. This command starts
13931@value{GDBN} as a subprocess of Emacs, with input and output through a newly
13932created Emacs buffer.
13933@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 13934
8e04817f
AC
13935Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
13936things:
c906108c 13937
8e04817f
AC
13938@itemize @bullet
13939@item
13940All ``terminal'' input and output goes through the Emacs buffer.
13941@end itemize
c906108c 13942
8e04817f
AC
13943This applies both to @value{GDBN} commands and their output, and to the input
13944and output done by the program you are debugging.
bf0184be 13945
8e04817f
AC
13946This is useful because it means that you can copy the text of previous
13947commands and input them again; you can even use parts of the output
13948in this way.
bf0184be 13949
8e04817f
AC
13950All the facilities of Emacs' Shell mode are available for interacting
13951with your program. In particular, you can send signals the usual
13952way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
13953stop.
bf0184be 13954
8e04817f 13955@itemize @bullet
bf0184be 13956@item
8e04817f
AC
13957@value{GDBN} displays source code through Emacs.
13958@end itemize
bf0184be 13959
8e04817f
AC
13960Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
13961source file for that frame and puts an arrow (@samp{=>}) at the
13962left margin of the current line. Emacs uses a separate buffer for
13963source display, and splits the screen to show both your @value{GDBN} session
13964and the source.
bf0184be 13965
8e04817f
AC
13966Explicit @value{GDBN} @code{list} or search commands still produce output as
13967usual, but you probably have no reason to use them from Emacs.
c906108c 13968
8e04817f
AC
13969@quotation
13970@emph{Warning:} If the directory where your program resides is not your
13971current directory, it can be easy to confuse Emacs about the location of
13972the source files, in which case the auxiliary display buffer does not
13973appear to show your source. @value{GDBN} can find programs by searching your
13974environment's @code{PATH} variable, so the @value{GDBN} input and output
13975session proceeds normally; but Emacs does not get enough information
13976back from @value{GDBN} to locate the source files in this situation. To
13977avoid this problem, either start @value{GDBN} mode from the directory where
13978your program resides, or specify an absolute file name when prompted for the
13979@kbd{M-x gdb} argument.
c906108c 13980
8e04817f
AC
13981A similar confusion can result if you use the @value{GDBN} @code{file} command to
13982switch to debugging a program in some other location, from an existing
13983@value{GDBN} buffer in Emacs.
13984@end quotation
13985
13986By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
13987you need to call @value{GDBN} by a different name (for example, if you keep
13988several configurations around, with different names) you can set the
13989Emacs variable @code{gdb-command-name}; for example,
13990
474c8240 13991@smallexample
8e04817f 13992(setq gdb-command-name "mygdb")
474c8240 13993@end smallexample
8e04817f
AC
13994
13995@noindent
13996(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
13997in your @file{.emacs} file) makes Emacs call the program named
13998``@code{mygdb}'' instead.
13999
14000In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14001addition to the standard Shell mode commands:
c906108c 14002
8e04817f
AC
14003@table @kbd
14004@item C-h m
14005Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14006
8e04817f
AC
14007@item M-s
14008Execute to another source line, like the @value{GDBN} @code{step} command; also
14009update the display window to show the current file and location.
c906108c 14010
8e04817f
AC
14011@item M-n
14012Execute to next source line in this function, skipping all function
14013calls, like the @value{GDBN} @code{next} command. Then update the display window
14014to show the current file and location.
c906108c 14015
8e04817f
AC
14016@item M-i
14017Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14018display window accordingly.
c906108c 14019
8e04817f
AC
14020@item M-x gdb-nexti
14021Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
14022display window accordingly.
c906108c 14023
8e04817f
AC
14024@item C-c C-f
14025Execute until exit from the selected stack frame, like the @value{GDBN}
14026@code{finish} command.
c906108c 14027
8e04817f
AC
14028@item M-c
14029Continue execution of your program, like the @value{GDBN} @code{continue}
14030command.
b433d00b 14031
8e04817f 14032@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
b433d00b 14033
8e04817f
AC
14034@item M-u
14035Go up the number of frames indicated by the numeric argument
14036(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14037like the @value{GDBN} @code{up} command.
b433d00b 14038
8e04817f 14039@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
c906108c 14040
8e04817f
AC
14041@item M-d
14042Go down the number of frames indicated by the numeric argument, like the
14043@value{GDBN} @code{down} command.
c906108c 14044
8e04817f 14045@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
c906108c 14046
8e04817f
AC
14047@item C-x &
14048Read the number where the cursor is positioned, and insert it at the end
14049of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
14050around an address that was displayed earlier, type @kbd{disassemble};
14051then move the cursor to the address display, and pick up the
14052argument for @code{disassemble} by typing @kbd{C-x &}.
c906108c 14053
8e04817f
AC
14054You can customize this further by defining elements of the list
14055@code{gdb-print-command}; once it is defined, you can format or
14056otherwise process numbers picked up by @kbd{C-x &} before they are
14057inserted. A numeric argument to @kbd{C-x &} indicates that you
14058wish special formatting, and also acts as an index to pick an element of the
14059list. If the list element is a string, the number to be inserted is
14060formatted using the Emacs function @code{format}; otherwise the number
14061is passed as an argument to the corresponding list element.
14062@end table
c906108c 14063
8e04817f
AC
14064In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
14065tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14066
8e04817f
AC
14067If you accidentally delete the source-display buffer, an easy way to get
14068it back is to type the command @code{f} in the @value{GDBN} buffer, to
14069request a frame display; when you run under Emacs, this recreates
14070the source buffer if necessary to show you the context of the current
14071frame.
c906108c 14072
8e04817f
AC
14073The source files displayed in Emacs are in ordinary Emacs buffers
14074which are visiting the source files in the usual way. You can edit
14075the files with these buffers if you wish; but keep in mind that @value{GDBN}
14076communicates with Emacs in terms of line numbers. If you add or
14077delete lines from the text, the line numbers that @value{GDBN} knows cease
14078to correspond properly with the code.
c906108c 14079
8e04817f
AC
14080@c The following dropped because Epoch is nonstandard. Reactivate
14081@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14082@ignore
14083@kindex Emacs Epoch environment
14084@kindex Epoch
14085@kindex inspect
c906108c 14086
8e04817f
AC
14087Version 18 of @sc{gnu} Emacs has a built-in window system
14088called the @code{epoch}
14089environment. Users of this environment can use a new command,
14090@code{inspect} which performs identically to @code{print} except that
14091each value is printed in its own window.
14092@end ignore
c906108c 14093
922fbb7b
AC
14094
14095@node GDB/MI
14096@chapter The @sc{gdb/mi} Interface
14097
14098@unnumberedsec Function and Purpose
14099
14100@cindex @sc{gdb/mi}, its purpose
14101@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14102specifically intended to support the development of systems which use
14103the debugger as just one small component of a larger system.
14104
14105This chapter is a specification of the @sc{gdb/mi} interface. It is written
14106in the form of a reference manual.
14107
14108Note that @sc{gdb/mi} is still under construction, so some of the
14109features described below are incomplete and subject to change.
14110
14111@unnumberedsec Notation and Terminology
14112
14113@cindex notational conventions, for @sc{gdb/mi}
14114This chapter uses the following notation:
14115
14116@itemize @bullet
14117@item
14118@code{|} separates two alternatives.
14119
14120@item
14121@code{[ @var{something} ]} indicates that @var{something} is optional:
14122it may or may not be given.
14123
14124@item
14125@code{( @var{group} )*} means that @var{group} inside the parentheses
14126may repeat zero or more times.
14127
14128@item
14129@code{( @var{group} )+} means that @var{group} inside the parentheses
14130may repeat one or more times.
14131
14132@item
14133@code{"@var{string}"} means a literal @var{string}.
14134@end itemize
14135
14136@ignore
14137@heading Dependencies
14138@end ignore
14139
14140@heading Acknowledgments
14141
14142In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14143Elena Zannoni.
14144
14145@menu
14146* GDB/MI Command Syntax::
14147* GDB/MI Compatibility with CLI::
14148* GDB/MI Output Records::
14149* GDB/MI Command Description Format::
14150* GDB/MI Breakpoint Table Commands::
14151* GDB/MI Data Manipulation::
14152* GDB/MI Program Control::
14153* GDB/MI Miscellaneous Commands::
14154@ignore
14155* GDB/MI Kod Commands::
14156* GDB/MI Memory Overlay Commands::
14157* GDB/MI Signal Handling Commands::
14158@end ignore
14159* GDB/MI Stack Manipulation::
14160* GDB/MI Symbol Query::
14161* GDB/MI Target Manipulation::
14162* GDB/MI Thread Commands::
14163* GDB/MI Tracepoint Commands::
14164* GDB/MI Variable Objects::
14165@end menu
14166
14167@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14168@node GDB/MI Command Syntax
14169@section @sc{gdb/mi} Command Syntax
14170
14171@menu
14172* GDB/MI Input Syntax::
14173* GDB/MI Output Syntax::
14174* GDB/MI Simple Examples::
14175@end menu
14176
14177@node GDB/MI Input Syntax
14178@subsection @sc{gdb/mi} Input Syntax
14179
14180@cindex input syntax for @sc{gdb/mi}
14181@cindex @sc{gdb/mi}, input syntax
14182@table @code
14183@item @var{command} @expansion{}
14184@code{@var{cli-command} | @var{mi-command}}
14185
14186@item @var{cli-command} @expansion{}
14187@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14188@var{cli-command} is any existing @value{GDBN} CLI command.
14189
14190@item @var{mi-command} @expansion{}
14191@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14192@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14193
14194@item @var{token} @expansion{}
14195"any sequence of digits"
14196
14197@item @var{option} @expansion{}
14198@code{"-" @var{parameter} [ " " @var{parameter} ]}
14199
14200@item @var{parameter} @expansion{}
14201@code{@var{non-blank-sequence} | @var{c-string}}
14202
14203@item @var{operation} @expansion{}
14204@emph{any of the operations described in this chapter}
14205
14206@item @var{non-blank-sequence} @expansion{}
14207@emph{anything, provided it doesn't contain special characters such as
14208"-", @var{nl}, """ and of course " "}
14209
14210@item @var{c-string} @expansion{}
14211@code{""" @var{seven-bit-iso-c-string-content} """}
14212
14213@item @var{nl} @expansion{}
14214@code{CR | CR-LF}
14215@end table
14216
14217@noindent
14218Notes:
14219
14220@itemize @bullet
14221@item
14222The CLI commands are still handled by the @sc{mi} interpreter; their
14223output is described below.
14224
14225@item
14226The @code{@var{token}}, when present, is passed back when the command
14227finishes.
14228
14229@item
14230Some @sc{mi} commands accept optional arguments as part of the parameter
14231list. Each option is identified by a leading @samp{-} (dash) and may be
14232followed by an optional argument parameter. Options occur first in the
14233parameter list and can be delimited from normal parameters using
14234@samp{--} (this is useful when some parameters begin with a dash).
14235@end itemize
14236
14237Pragmatics:
14238
14239@itemize @bullet
14240@item
14241We want easy access to the existing CLI syntax (for debugging).
14242
14243@item
14244We want it to be easy to spot a @sc{mi} operation.
14245@end itemize
14246
14247@node GDB/MI Output Syntax
14248@subsection @sc{gdb/mi} Output Syntax
14249
14250@cindex output syntax of @sc{gdb/mi}
14251@cindex @sc{gdb/mi}, output syntax
14252The output from @sc{gdb/mi} consists of zero or more out-of-band records
14253followed, optionally, by a single result record. This result record
14254is for the most recent command. The sequence of output records is
14255terminated by @samp{(@value{GDBP})}.
14256
14257If an input command was prefixed with a @code{@var{token}} then the
14258corresponding output for that command will also be prefixed by that same
14259@var{token}.
14260
14261@table @code
14262@item @var{output} @expansion{}
14263@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14264
14265@item @var{result-record} @expansion{}
14266@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14267
14268@item @var{out-of-band-record} @expansion{}
14269@code{@var{async-record} | @var{stream-record}}
14270
14271@item @var{async-record} @expansion{}
14272@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14273
14274@item @var{exec-async-output} @expansion{}
14275@code{[ @var{token} ] "*" @var{async-output}}
14276
14277@item @var{status-async-output} @expansion{}
14278@code{[ @var{token} ] "+" @var{async-output}}
14279
14280@item @var{notify-async-output} @expansion{}
14281@code{[ @var{token} ] "=" @var{async-output}}
14282
14283@item @var{async-output} @expansion{}
14284@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14285
14286@item @var{result-class} @expansion{}
14287@code{"done" | "running" | "connected" | "error" | "exit"}
14288
14289@item @var{async-class} @expansion{}
14290@code{"stopped" | @var{others}} (where @var{others} will be added
14291depending on the needs---this is still in development).
14292
14293@item @var{result} @expansion{}
14294@code{ @var{variable} "=" @var{value}}
14295
14296@item @var{variable} @expansion{}
14297@code{ @var{string} }
14298
14299@item @var{value} @expansion{}
14300@code{ @var{const} | @var{tuple} | @var{list} }
14301
14302@item @var{const} @expansion{}
14303@code{@var{c-string}}
14304
14305@item @var{tuple} @expansion{}
14306@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14307
14308@item @var{list} @expansion{}
14309@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14310@var{result} ( "," @var{result} )* "]" }
14311
14312@item @var{stream-record} @expansion{}
14313@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14314
14315@item @var{console-stream-output} @expansion{}
14316@code{"~" @var{c-string}}
14317
14318@item @var{target-stream-output} @expansion{}
14319@code{"@@" @var{c-string}}
14320
14321@item @var{log-stream-output} @expansion{}
14322@code{"&" @var{c-string}}
14323
14324@item @var{nl} @expansion{}
14325@code{CR | CR-LF}
14326
14327@item @var{token} @expansion{}
14328@emph{any sequence of digits}.
14329@end table
14330
14331@noindent
14332Notes:
14333
14334@itemize @bullet
14335@item
14336All output sequences end in a single line containing a period.
14337
14338@item
14339The @code{@var{token}} is from the corresponding request. If an execution
14340command is interrupted by the @samp{-exec-interrupt} command, the
14341@var{token} associated with the @samp{*stopped} message is the one of the
14342original execution command, not the one of the interrupt command.
14343
14344@item
14345@cindex status output in @sc{gdb/mi}
14346@var{status-async-output} contains on-going status information about the
14347progress of a slow operation. It can be discarded. All status output is
14348prefixed by @samp{+}.
14349
14350@item
14351@cindex async output in @sc{gdb/mi}
14352@var{exec-async-output} contains asynchronous state change on the target
14353(stopped, started, disappeared). All async output is prefixed by
14354@samp{*}.
14355
14356@item
14357@cindex notify output in @sc{gdb/mi}
14358@var{notify-async-output} contains supplementary information that the
14359client should handle (e.g., a new breakpoint information). All notify
14360output is prefixed by @samp{=}.
14361
14362@item
14363@cindex console output in @sc{gdb/mi}
14364@var{console-stream-output} is output that should be displayed as is in the
14365console. It is the textual response to a CLI command. All the console
14366output is prefixed by @samp{~}.
14367
14368@item
14369@cindex target output in @sc{gdb/mi}
14370@var{target-stream-output} is the output produced by the target program.
14371All the target output is prefixed by @samp{@@}.
14372
14373@item
14374@cindex log output in @sc{gdb/mi}
14375@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14376instance messages that should be displayed as part of an error log. All
14377the log output is prefixed by @samp{&}.
14378
14379@item
14380@cindex list output in @sc{gdb/mi}
14381New @sc{gdb/mi} commands should only output @var{lists} containing
14382@var{values}.
14383
14384
14385@end itemize
14386
14387@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14388details about the various output records.
14389
14390@node GDB/MI Simple Examples
14391@subsection Simple Examples of @sc{gdb/mi} Interaction
14392@cindex @sc{gdb/mi}, simple examples
14393
14394This subsection presents several simple examples of interaction using
14395the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14396following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14397the output received from @sc{gdb/mi}.
14398
14399@subsubheading Target Stop
14400@c Ummm... There is no "-stop" command. This assumes async, no?
14401Here's an example of stopping the inferior process:
14402
14403@smallexample
14404-> -stop
14405<- (@value{GDBP})
14406@end smallexample
14407
14408@noindent
14409and later:
14410
14411@smallexample
14412<- *stop,reason="stop",address="0x123",source="a.c:123"
14413<- (@value{GDBP})
14414@end smallexample
14415
14416@subsubheading Simple CLI Command
14417
14418Here's an example of a simple CLI command being passed through
14419@sc{gdb/mi} and on to the CLI.
14420
14421@smallexample
14422-> print 1+2
14423<- &"print 1+2\n"
14424<- ~"$1 = 3\n"
14425<- ^done
14426<- (@value{GDBP})
14427@end smallexample
14428
14429@subsubheading Command With Side Effects
14430
14431@smallexample
14432-> -symbol-file xyz.exe
14433<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14434<- (@value{GDBP})
14435@end smallexample
14436
14437@subsubheading A Bad Command
14438
14439Here's what happens if you pass a non-existent command:
14440
14441@smallexample
14442-> -rubbish
14443<- ^error,msg="Undefined MI command: rubbish"
14444<- (@value{GDBP})
14445@end smallexample
14446
14447@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14448@node GDB/MI Compatibility with CLI
14449@section @sc{gdb/mi} Compatibility with CLI
14450
14451@cindex compatibility, @sc{gdb/mi} and CLI
14452@cindex @sc{gdb/mi}, compatibility with CLI
14453To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14454accepts existing CLI commands. As specified by the syntax, such
14455commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14456respond.
14457
14458This mechanism is provided as an aid to developers of @sc{gdb/mi}
14459clients and not as a reliable interface into the CLI. Since the command
14460is being interpreteted in an environment that assumes @sc{gdb/mi}
14461behaviour, the exact output of such commands is likely to end up being
14462an un-supported hybrid of @sc{gdb/mi} and CLI output.
14463
14464@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14465@node GDB/MI Output Records
14466@section @sc{gdb/mi} Output Records
14467
14468@menu
14469* GDB/MI Result Records::
14470* GDB/MI Stream Records::
14471* GDB/MI Out-of-band Records::
14472@end menu
14473
14474@node GDB/MI Result Records
14475@subsection @sc{gdb/mi} Result Records
14476
14477@cindex result records in @sc{gdb/mi}
14478@cindex @sc{gdb/mi}, result records
14479In addition to a number of out-of-band notifications, the response to a
14480@sc{gdb/mi} command includes one of the following result indications:
14481
14482@table @code
14483@findex ^done
14484@item "^done" [ "," @var{results} ]
14485The synchronous operation was successful, @code{@var{results}} are the return
14486values.
14487
14488@item "^running"
14489@findex ^running
14490@c Is this one correct? Should it be an out-of-band notification?
14491The asynchronous operation was successfully started. The target is
14492running.
14493
14494@item "^error" "," @var{c-string}
14495@findex ^error
14496The operation failed. The @code{@var{c-string}} contains the corresponding
14497error message.
14498@end table
14499
14500@node GDB/MI Stream Records
14501@subsection @sc{gdb/mi} Stream Records
14502
14503@cindex @sc{gdb/mi}, stream records
14504@cindex stream records in @sc{gdb/mi}
14505@value{GDBN} internally maintains a number of output streams: the console, the
14506target, and the log. The output intended for each of these streams is
14507funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14508
14509Each stream record begins with a unique @dfn{prefix character} which
14510identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14511Syntax}). In addition to the prefix, each stream record contains a
14512@code{@var{string-output}}. This is either raw text (with an implicit new
14513line) or a quoted C string (which does not contain an implicit newline).
14514
14515@table @code
14516@item "~" @var{string-output}
14517The console output stream contains text that should be displayed in the
14518CLI console window. It contains the textual responses to CLI commands.
14519
14520@item "@@" @var{string-output}
14521The target output stream contains any textual output from the running
14522target.
14523
14524@item "&" @var{string-output}
14525The log stream contains debugging messages being produced by @value{GDBN}'s
14526internals.
14527@end table
14528
14529@node GDB/MI Out-of-band Records
14530@subsection @sc{gdb/mi} Out-of-band Records
14531
14532@cindex out-of-band records in @sc{gdb/mi}
14533@cindex @sc{gdb/mi}, out-of-band records
14534@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14535additional changes that have occurred. Those changes can either be a
14536consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14537target activity (e.g., target stopped).
14538
14539The following is a preliminary list of possible out-of-band records.
14540
14541@table @code
14542@item "*" "stop"
14543@end table
14544
14545
14546@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14547@node GDB/MI Command Description Format
14548@section @sc{gdb/mi} Command Description Format
14549
14550The remaining sections describe blocks of commands. Each block of
14551commands is laid out in a fashion similar to this section.
14552
14553Note the the line breaks shown in the examples are here only for
14554readability. They don't appear in the real output.
14555Also note that the commands with a non-available example (N.A.@:) are
14556not yet implemented.
14557
14558@subheading Motivation
14559
14560The motivation for this collection of commands.
14561
14562@subheading Introduction
14563
14564A brief introduction to this collection of commands as a whole.
14565
14566@subheading Commands
14567
14568For each command in the block, the following is described:
14569
14570@subsubheading Synopsis
14571
14572@smallexample
14573 -command @var{args}@dots{}
14574@end smallexample
14575
14576@subsubheading @value{GDBN} Command
14577
14578The corresponding @value{GDBN} CLI command.
14579
14580@subsubheading Result
14581
14582@subsubheading Out-of-band
14583
14584@subsubheading Notes
14585
14586@subsubheading Example
14587
14588
14589@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14590@node GDB/MI Breakpoint Table Commands
14591@section @sc{gdb/mi} Breakpoint table commands
14592
14593@cindex breakpoint commands for @sc{gdb/mi}
14594@cindex @sc{gdb/mi}, breakpoint commands
14595This section documents @sc{gdb/mi} commands for manipulating
14596breakpoints.
14597
14598@subheading The @code{-break-after} Command
14599@findex -break-after
14600
14601@subsubheading Synopsis
14602
14603@smallexample
14604 -break-after @var{number} @var{count}
14605@end smallexample
14606
14607The breakpoint number @var{number} is not in effect until it has been
14608hit @var{count} times. To see how this is reflected in the output of
14609the @samp{-break-list} command, see the description of the
14610@samp{-break-list} command below.
14611
14612@subsubheading @value{GDBN} Command
14613
14614The corresponding @value{GDBN} command is @samp{ignore}.
14615
14616@subsubheading Example
14617
14618@smallexample
14619(@value{GDBP})
14620-break-insert main
14621^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14622(@value{GDBP})
14623-break-after 1 3
14624~
14625^done
14626(@value{GDBP})
14627-break-list
14628^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14629hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14630@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14631@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14632@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14633@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14634@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14635body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14636addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14637ignore="3"@}]@}
14638(@value{GDBP})
14639@end smallexample
14640
14641@ignore
14642@subheading The @code{-break-catch} Command
14643@findex -break-catch
14644
14645@subheading The @code{-break-commands} Command
14646@findex -break-commands
14647@end ignore
14648
14649
14650@subheading The @code{-break-condition} Command
14651@findex -break-condition
14652
14653@subsubheading Synopsis
14654
14655@smallexample
14656 -break-condition @var{number} @var{expr}
14657@end smallexample
14658
14659Breakpoint @var{number} will stop the program only if the condition in
14660@var{expr} is true. The condition becomes part of the
14661@samp{-break-list} output (see the description of the @samp{-break-list}
14662command below).
14663
14664@subsubheading @value{GDBN} Command
14665
14666The corresponding @value{GDBN} command is @samp{condition}.
14667
14668@subsubheading Example
14669
14670@smallexample
14671(@value{GDBP})
14672-break-condition 1 1
14673^done
14674(@value{GDBP})
14675-break-list
14676^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14677hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14678@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14679@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14680@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14681@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14682@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14683body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14684addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14685times="0",ignore="3"@}]@}
14686(@value{GDBP})
14687@end smallexample
14688
14689@subheading The @code{-break-delete} Command
14690@findex -break-delete
14691
14692@subsubheading Synopsis
14693
14694@smallexample
14695 -break-delete ( @var{breakpoint} )+
14696@end smallexample
14697
14698Delete the breakpoint(s) whose number(s) are specified in the argument
14699list. This is obviously reflected in the breakpoint list.
14700
14701@subsubheading @value{GDBN} command
14702
14703The corresponding @value{GDBN} command is @samp{delete}.
14704
14705@subsubheading Example
14706
14707@smallexample
14708(@value{GDBP})
14709-break-delete 1
14710^done
14711(@value{GDBP})
14712-break-list
14713^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14714hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14715@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14716@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14717@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14718@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14719@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14720body=[]@}
14721(@value{GDBP})
14722@end smallexample
14723
14724@subheading The @code{-break-disable} Command
14725@findex -break-disable
14726
14727@subsubheading Synopsis
14728
14729@smallexample
14730 -break-disable ( @var{breakpoint} )+
14731@end smallexample
14732
14733Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
14734break list is now set to @samp{n} for the named @var{breakpoint}(s).
14735
14736@subsubheading @value{GDBN} Command
14737
14738The corresponding @value{GDBN} command is @samp{disable}.
14739
14740@subsubheading Example
14741
14742@smallexample
14743(@value{GDBP})
14744-break-disable 2
14745^done
14746(@value{GDBP})
14747-break-list
14748^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14749hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14750@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14751@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14752@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14753@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14754@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14755body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
14756addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14757(@value{GDBP})
14758@end smallexample
14759
14760@subheading The @code{-break-enable} Command
14761@findex -break-enable
14762
14763@subsubheading Synopsis
14764
14765@smallexample
14766 -break-enable ( @var{breakpoint} )+
14767@end smallexample
14768
14769Enable (previously disabled) @var{breakpoint}(s).
14770
14771@subsubheading @value{GDBN} Command
14772
14773The corresponding @value{GDBN} command is @samp{enable}.
14774
14775@subsubheading Example
14776
14777@smallexample
14778(@value{GDBP})
14779-break-enable 2
14780^done
14781(@value{GDBP})
14782-break-list
14783^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14784hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14785@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14786@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14787@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14788@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14789@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14790body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14791addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14792(@value{GDBP})
14793@end smallexample
14794
14795@subheading The @code{-break-info} Command
14796@findex -break-info
14797
14798@subsubheading Synopsis
14799
14800@smallexample
14801 -break-info @var{breakpoint}
14802@end smallexample
14803
14804@c REDUNDANT???
14805Get information about a single breakpoint.
14806
14807@subsubheading @value{GDBN} command
14808
14809The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
14810
14811@subsubheading Example
14812N.A.
14813
14814@subheading The @code{-break-insert} Command
14815@findex -break-insert
14816
14817@subsubheading Synopsis
14818
14819@smallexample
14820 -break-insert [ -t ] [ -h ] [ -r ]
14821 [ -c @var{condition} ] [ -i @var{ignore-count} ]
14822 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
14823@end smallexample
14824
14825@noindent
14826If specified, @var{line}, can be one of:
14827
14828@itemize @bullet
14829@item function
14830@c @item +offset
14831@c @item -offset
14832@c @item linenum
14833@item filename:linenum
14834@item filename:function
14835@item *address
14836@end itemize
14837
14838The possible optional parameters of this command are:
14839
14840@table @samp
14841@item -t
14842Insert a tempoary breakpoint.
14843@item -h
14844Insert a hardware breakpoint.
14845@item -c @var{condition}
14846Make the breakpoint conditional on @var{condition}.
14847@item -i @var{ignore-count}
14848Initialize the @var{ignore-count}.
14849@item -r
14850Insert a regular breakpoint in all the functions whose names match the
14851given regular expression. Other flags are not applicable to regular
14852expresson.
14853@end table
14854
14855@subsubheading Result
14856
14857The result is in the form:
14858
14859@smallexample
14860 ^done,bkptno="@var{number}",func="@var{funcname}",
14861 file="@var{filename}",line="@var{lineno}"
14862@end smallexample
14863
14864@noindent
14865where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
14866is the name of the function where the breakpoint was inserted,
14867@var{filename} is the name of the source file which contains this
14868function, and @var{lineno} is the source line number within that file.
14869
14870Note: this format is open to change.
14871@c An out-of-band breakpoint instead of part of the result?
14872
14873@subsubheading @value{GDBN} Command
14874
14875The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
14876@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
14877
14878@subsubheading Example
14879
14880@smallexample
14881(@value{GDBP})
14882-break-insert main
14883^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
14884(@value{GDBP})
14885-break-insert -t foo
14886^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
14887(@value{GDBP})
14888-break-list
14889^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
14890hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14891@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14892@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14893@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14894@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14895@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14896body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14897addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
14898bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
14899addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
14900(@value{GDBP})
14901-break-insert -r foo.*
14902~int foo(int, int);
14903^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
14904(@value{GDBP})
14905@end smallexample
14906
14907@subheading The @code{-break-list} Command
14908@findex -break-list
14909
14910@subsubheading Synopsis
14911
14912@smallexample
14913 -break-list
14914@end smallexample
14915
14916Displays the list of inserted breakpoints, showing the following fields:
14917
14918@table @samp
14919@item Number
14920number of the breakpoint
14921@item Type
14922type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
14923@item Disposition
14924should the breakpoint be deleted or disabled when it is hit: @samp{keep}
14925or @samp{nokeep}
14926@item Enabled
14927is the breakpoint enabled or no: @samp{y} or @samp{n}
14928@item Address
14929memory location at which the breakpoint is set
14930@item What
14931logical location of the breakpoint, expressed by function name, file
14932name, line number
14933@item Times
14934number of times the breakpoint has been hit
14935@end table
14936
14937If there are no breakpoints or watchpoints, the @code{BreakpointTable}
14938@code{body} field is an empty list.
14939
14940@subsubheading @value{GDBN} Command
14941
14942The corresponding @value{GDBN} command is @samp{info break}.
14943
14944@subsubheading Example
14945
14946@smallexample
14947(@value{GDBP})
14948-break-list
14949^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
14950hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14951@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14952@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14953@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14954@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14955@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14956body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14957addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
14958bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14959addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
14960(@value{GDBP})
14961@end smallexample
14962
14963Here's an example of the result when there are no breakpoints:
14964
14965@smallexample
14966(@value{GDBP})
14967-break-list
14968^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14969hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14970@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14971@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14972@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14973@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14974@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14975body=[]@}
14976(@value{GDBP})
14977@end smallexample
14978
14979@subheading The @code{-break-watch} Command
14980@findex -break-watch
14981
14982@subsubheading Synopsis
14983
14984@smallexample
14985 -break-watch [ -a | -r ]
14986@end smallexample
14987
14988Create a watchpoint. With the @samp{-a} option it will create an
14989@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
14990read from or on a write to the memory location. With the @samp{-r}
14991option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
14992trigger only when the memory location is accessed for reading. Without
14993either of the options, the watchpoint created is a regular watchpoint,
14994i.e. it will trigger when the memory location is accessed for writing.
14995@xref{Set Watchpoints, , Setting watchpoints}.
14996
14997Note that @samp{-break-list} will report a single list of watchpoints and
14998breakpoints inserted.
14999
15000@subsubheading @value{GDBN} Command
15001
15002The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15003@samp{rwatch}.
15004
15005@subsubheading Example
15006
15007Setting a watchpoint on a variable in the @code{main} function:
15008
15009@smallexample
15010(@value{GDBP})
15011-break-watch x
15012^done,wpt=@{number="2",exp="x"@}
15013(@value{GDBP})
15014-exec-continue
15015^running
15016^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15017value=@{old="-268439212",new="55"@},
15018frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15019(@value{GDBP})
15020@end smallexample
15021
15022Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15023the program execution twice: first for the variable changing value, then
15024for the watchpoint going out of scope.
15025
15026@smallexample
15027(@value{GDBP})
15028-break-watch C
15029^done,wpt=@{number="5",exp="C"@}
15030(@value{GDBP})
15031-exec-continue
15032^running
15033^done,reason="watchpoint-trigger",
15034wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15035frame=@{func="callee4",args=[],
15036file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15037(@value{GDBP})
15038-exec-continue
15039^running
15040^done,reason="watchpoint-scope",wpnum="5",
15041frame=@{func="callee3",args=[@{name="strarg",
15042value="0x11940 \"A string argument.\""@}],
15043file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15044(@value{GDBP})
15045@end smallexample
15046
15047Listing breakpoints and watchpoints, at different points in the program
15048execution. Note that once the watchpoint goes out of scope, it is
15049deleted.
15050
15051@smallexample
15052(@value{GDBP})
15053-break-watch C
15054^done,wpt=@{number="2",exp="C"@}
15055(@value{GDBP})
15056-break-list
15057^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15058hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15059@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15060@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15061@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15062@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15063@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15064body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15065addr="0x00010734",func="callee4",
15066file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15067bkpt=@{number="2",type="watchpoint",disp="keep",
15068enabled="y",addr="",what="C",times="0"@}]@}
15069(@value{GDBP})
15070-exec-continue
15071^running
15072^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15073value=@{old="-276895068",new="3"@},
15074frame=@{func="callee4",args=[],
15075file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15076(@value{GDBP})
15077-break-list
15078^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15079hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15080@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15081@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15082@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15083@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15084@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15085body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15086addr="0x00010734",func="callee4",
15087file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15088bkpt=@{number="2",type="watchpoint",disp="keep",
15089enabled="y",addr="",what="C",times="-5"@}]@}
15090(@value{GDBP})
15091-exec-continue
15092^running
15093^done,reason="watchpoint-scope",wpnum="2",
15094frame=@{func="callee3",args=[@{name="strarg",
15095value="0x11940 \"A string argument.\""@}],
15096file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15097(@value{GDBP})
15098-break-list
15099^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15100hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15101@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15102@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15103@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15104@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15105@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15106body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15107addr="0x00010734",func="callee4",
15108file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15109(@value{GDBP})
15110@end smallexample
15111
15112@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15113@node GDB/MI Data Manipulation
15114@section @sc{gdb/mi} Data Manipulation
15115
15116@cindex data manipulation, in @sc{gdb/mi}
15117@cindex @sc{gdb/mi}, data manipulation
15118This section describes the @sc{gdb/mi} commands that manipulate data:
15119examine memory and registers, evaluate expressions, etc.
15120
15121@c REMOVED FROM THE INTERFACE.
15122@c @subheading -data-assign
15123@c Change the value of a program variable. Plenty of side effects.
15124@c @subsubheading GDB command
15125@c set variable
15126@c @subsubheading Example
15127@c N.A.
15128
15129@subheading The @code{-data-disassemble} Command
15130@findex -data-disassemble
15131
15132@subsubheading Synopsis
15133
15134@smallexample
15135 -data-disassemble
15136 [ -s @var{start-addr} -e @var{end-addr} ]
15137 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15138 -- @var{mode}
15139@end smallexample
15140
15141@noindent
15142Where:
15143
15144@table @samp
15145@item @var{start-addr}
15146is the beginning address (or @code{$pc})
15147@item @var{end-addr}
15148is the end address
15149@item @var{filename}
15150is the name of the file to disassemble
15151@item @var{linenum}
15152is the line number to disassemble around
15153@item @var{lines}
15154is the the number of disassembly lines to be produced. If it is -1,
15155the whole function will be disassembled, in case no @var{end-addr} is
15156specified. If @var{end-addr} is specified as a non-zero value, and
15157@var{lines} is lower than the number of disassembly lines between
15158@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15159displayed; if @var{lines} is higher than the number of lines between
15160@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15161are displayed.
15162@item @var{mode}
15163is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15164disassembly).
15165@end table
15166
15167@subsubheading Result
15168
15169The output for each instruction is composed of four fields:
15170
15171@itemize @bullet
15172@item Address
15173@item Func-name
15174@item Offset
15175@item Instruction
15176@end itemize
15177
15178Note that whatever included in the instruction field, is not manipulated
15179directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15180
15181@subsubheading @value{GDBN} Command
15182
15183There's no direct mapping from this command to the CLI.
15184
15185@subsubheading Example
15186
15187Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15188
15189@smallexample
15190(@value{GDBP})
15191-data-disassemble -s $pc -e "$pc + 20" -- 0
15192^done,
15193asm_insns=[
15194@{address="0x000107c0",func-name="main",offset="4",
15195inst="mov 2, %o0"@},
15196@{address="0x000107c4",func-name="main",offset="8",
15197inst="sethi %hi(0x11800), %o2"@},
15198@{address="0x000107c8",func-name="main",offset="12",
15199inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15200@{address="0x000107cc",func-name="main",offset="16",
15201inst="sethi %hi(0x11800), %o2"@},
15202@{address="0x000107d0",func-name="main",offset="20",
15203inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15204(@value{GDBP})
15205@end smallexample
15206
15207Disassemble the whole @code{main} function. Line 32 is part of
15208@code{main}.
15209
15210@smallexample
15211-data-disassemble -f basics.c -l 32 -- 0
15212^done,asm_insns=[
15213@{address="0x000107bc",func-name="main",offset="0",
15214inst="save %sp, -112, %sp"@},
15215@{address="0x000107c0",func-name="main",offset="4",
15216inst="mov 2, %o0"@},
15217@{address="0x000107c4",func-name="main",offset="8",
15218inst="sethi %hi(0x11800), %o2"@},
15219[@dots{}]
15220@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15221@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15222(@value{GDBP})
15223@end smallexample
15224
15225Disassemble 3 instructions from the start of @code{main}:
15226
15227@smallexample
15228(@value{GDBP})
15229-data-disassemble -f basics.c -l 32 -n 3 -- 0
15230^done,asm_insns=[
15231@{address="0x000107bc",func-name="main",offset="0",
15232inst="save %sp, -112, %sp"@},
15233@{address="0x000107c0",func-name="main",offset="4",
15234inst="mov 2, %o0"@},
15235@{address="0x000107c4",func-name="main",offset="8",
15236inst="sethi %hi(0x11800), %o2"@}]
15237(@value{GDBP})
15238@end smallexample
15239
15240Disassemble 3 instructions from the start of @code{main} in mixed mode:
15241
15242@smallexample
15243(@value{GDBP})
15244-data-disassemble -f basics.c -l 32 -n 3 -- 1
15245^done,asm_insns=[
15246src_and_asm_line=@{line="31",
15247file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15248 testsuite/gdb.mi/basics.c",line_asm_insn=[
15249@{address="0x000107bc",func-name="main",offset="0",
15250inst="save %sp, -112, %sp"@}]@},
15251src_and_asm_line=@{line="32",
15252file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15253 testsuite/gdb.mi/basics.c",line_asm_insn=[
15254@{address="0x000107c0",func-name="main",offset="4",
15255inst="mov 2, %o0"@},
15256@{address="0x000107c4",func-name="main",offset="8",
15257inst="sethi %hi(0x11800), %o2"@}]@}]
15258(@value{GDBP})
15259@end smallexample
15260
15261
15262@subheading The @code{-data-evaluate-expression} Command
15263@findex -data-evaluate-expression
15264
15265@subsubheading Synopsis
15266
15267@smallexample
15268 -data-evaluate-expression @var{expr}
15269@end smallexample
15270
15271Evaluate @var{expr} as an expression. The expression could contain an
15272inferior function call. The function call will execute synchronously.
15273If the expression contains spaces, it must be enclosed in double quotes.
15274
15275@subsubheading @value{GDBN} Command
15276
15277The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15278@samp{call}. In @code{gdbtk} only, there's a corresponding
15279@samp{gdb_eval} command.
15280
15281@subsubheading Example
15282
15283In the following example, the numbers that precede the commands are the
15284@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15285Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15286output.
15287
15288@smallexample
15289211-data-evaluate-expression A
15290211^done,value="1"
15291(@value{GDBP})
15292311-data-evaluate-expression &A
15293311^done,value="0xefffeb7c"
15294(@value{GDBP})
15295411-data-evaluate-expression A+3
15296411^done,value="4"
15297(@value{GDBP})
15298511-data-evaluate-expression "A + 3"
15299511^done,value="4"
15300(@value{GDBP})
15301@end smallexample
15302
15303
15304@subheading The @code{-data-list-changed-registers} Command
15305@findex -data-list-changed-registers
15306
15307@subsubheading Synopsis
15308
15309@smallexample
15310 -data-list-changed-registers
15311@end smallexample
15312
15313Display a list of the registers that have changed.
15314
15315@subsubheading @value{GDBN} Command
15316
15317@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15318has the corresponding command @samp{gdb_changed_register_list}.
15319
15320@subsubheading Example
15321
15322On a PPC MBX board:
15323
15324@smallexample
15325(@value{GDBP})
15326-exec-continue
15327^running
15328
15329(@value{GDBP})
15330*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15331args=[],file="try.c",line="5"@}
15332(@value{GDBP})
15333-data-list-changed-registers
15334^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15335"10","11","13","14","15","16","17","18","19","20","21","22","23",
15336"24","25","26","27","28","30","31","64","65","66","67","69"]
15337(@value{GDBP})
15338@end smallexample
15339
15340
15341@subheading The @code{-data-list-register-names} Command
15342@findex -data-list-register-names
15343
15344@subsubheading Synopsis
15345
15346@smallexample
15347 -data-list-register-names [ ( @var{regno} )+ ]
15348@end smallexample
15349
15350Show a list of register names for the current target. If no arguments
15351are given, it shows a list of the names of all the registers. If
15352integer numbers are given as arguments, it will print a list of the
15353names of the registers corresponding to the arguments. To ensure
15354consistency between a register name and its number, the output list may
15355include empty register names.
15356
15357@subsubheading @value{GDBN} Command
15358
15359@value{GDBN} does not have a command which corresponds to
15360@samp{-data-list-register-names}. In @code{gdbtk} there is a
15361corresponding command @samp{gdb_regnames}.
15362
15363@subsubheading Example
15364
15365For the PPC MBX board:
15366@smallexample
15367(@value{GDBP})
15368-data-list-register-names
15369^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15370"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15371"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15372"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15373"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15374"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15375"", "pc","ps","cr","lr","ctr","xer"]
15376(@value{GDBP})
15377-data-list-register-names 1 2 3
15378^done,register-names=["r1","r2","r3"]
15379(@value{GDBP})
15380@end smallexample
15381
15382@subheading The @code{-data-list-register-values} Command
15383@findex -data-list-register-values
15384
15385@subsubheading Synopsis
15386
15387@smallexample
15388 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15389@end smallexample
15390
15391Display the registers' contents. @var{fmt} is the format according to
15392which the registers' contents are to be returned, followed by an optional
15393list of numbers specifying the registers to display. A missing list of
15394numbers indicates that the contents of all the registers must be returned.
15395
15396Allowed formats for @var{fmt} are:
15397
15398@table @code
15399@item x
15400Hexadecimal
15401@item o
15402Octal
15403@item t
15404Binary
15405@item d
15406Decimal
15407@item r
15408Raw
15409@item N
15410Natural
15411@end table
15412
15413@subsubheading @value{GDBN} Command
15414
15415The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15416all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15417
15418@subsubheading Example
15419
15420For a PPC MBX board (note: line breaks are for readability only, they
15421don't appear in the actual output):
15422
15423@smallexample
15424(@value{GDBP})
15425-data-list-register-values r 64 65
15426^done,register-values=[@{number="64",value="0xfe00a300"@},
15427@{number="65",value="0x00029002"@}]
15428(@value{GDBP})
15429-data-list-register-values x
15430^done,register-values=[@{number="0",value="0xfe0043c8"@},
15431@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15432@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15433@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15434@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15435@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15436@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15437@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15438@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15439@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15440@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15441@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15442@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15443@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15444@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15445@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15446@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15447@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15448@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15449@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15450@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15451@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15452@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15453@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15454@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15455@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15456@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15457@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15458@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15459@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15460@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15461@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15462@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15463@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15464@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15465@{number="69",value="0x20002b03"@}]
15466(@value{GDBP})
15467@end smallexample
15468
15469
15470@subheading The @code{-data-read-memory} Command
15471@findex -data-read-memory
15472
15473@subsubheading Synopsis
15474
15475@smallexample
15476 -data-read-memory [ -o @var{byte-offset} ]
15477 @var{address} @var{word-format} @var{word-size}
15478 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15479@end smallexample
15480
15481@noindent
15482where:
15483
15484@table @samp
15485@item @var{address}
15486An expression specifying the address of the first memory word to be
15487read. Complex expressions containing embedded white space should be
15488quoted using the C convention.
15489
15490@item @var{word-format}
15491The format to be used to print the memory words. The notation is the
15492same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15493,Output formats}).
15494
15495@item @var{word-size}
15496The size of each memory word in bytes.
15497
15498@item @var{nr-rows}
15499The number of rows in the output table.
15500
15501@item @var{nr-cols}
15502The number of columns in the output table.
15503
15504@item @var{aschar}
15505If present, indicates that each row should include an @sc{ascii} dump. The
15506value of @var{aschar} is used as a padding character when a byte is not a
15507member of the printable @sc{ascii} character set (printable @sc{ascii}
15508characters are those whose code is between 32 and 126, inclusively).
15509
15510@item @var{byte-offset}
15511An offset to add to the @var{address} before fetching memory.
15512@end table
15513
15514This command displays memory contents as a table of @var{nr-rows} by
15515@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15516@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15517(returned as @samp{total-bytes}). Should less than the requested number
15518of bytes be returned by the target, the missing words are identified
15519using @samp{N/A}. The number of bytes read from the target is returned
15520in @samp{nr-bytes} and the starting address used to read memory in
15521@samp{addr}.
15522
15523The address of the next/previous row or page is available in
15524@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15525@samp{prev-page}.
15526
15527@subsubheading @value{GDBN} Command
15528
15529The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15530@samp{gdb_get_mem} memory read command.
15531
15532@subsubheading Example
15533
15534Read six bytes of memory starting at @code{bytes+6} but then offset by
15535@code{-6} bytes. Format as three rows of two columns. One byte per
15536word. Display each word in hex.
15537
15538@smallexample
15539(@value{GDBP})
155409-data-read-memory -o -6 -- bytes+6 x 1 3 2
155419^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15542next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15543prev-page="0x0000138a",memory=[
15544@{addr="0x00001390",data=["0x00","0x01"]@},
15545@{addr="0x00001392",data=["0x02","0x03"]@},
15546@{addr="0x00001394",data=["0x04","0x05"]@}]
15547(@value{GDBP})
15548@end smallexample
15549
15550Read two bytes of memory starting at address @code{shorts + 64} and
15551display as a single word formatted in decimal.
15552
15553@smallexample
15554(@value{GDBP})
155555-data-read-memory shorts+64 d 2 1 1
155565^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15557next-row="0x00001512",prev-row="0x0000150e",
15558next-page="0x00001512",prev-page="0x0000150e",memory=[
15559@{addr="0x00001510",data=["128"]@}]
15560(@value{GDBP})
15561@end smallexample
15562
15563Read thirty two bytes of memory starting at @code{bytes+16} and format
15564as eight rows of four columns. Include a string encoding with @samp{x}
15565used as the non-printable character.
15566
15567@smallexample
15568(@value{GDBP})
155694-data-read-memory bytes+16 x 1 8 4 x
155704^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15571next-row="0x000013c0",prev-row="0x0000139c",
15572next-page="0x000013c0",prev-page="0x00001380",memory=[
15573@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15574@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15575@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15576@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15577@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15578@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15579@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15580@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15581(@value{GDBP})
15582@end smallexample
15583
15584@subheading The @code{-display-delete} Command
15585@findex -display-delete
15586
15587@subsubheading Synopsis
15588
15589@smallexample
15590 -display-delete @var{number}
15591@end smallexample
15592
15593Delete the display @var{number}.
15594
15595@subsubheading @value{GDBN} Command
15596
15597The corresponding @value{GDBN} command is @samp{delete display}.
15598
15599@subsubheading Example
15600N.A.
15601
15602
15603@subheading The @code{-display-disable} Command
15604@findex -display-disable
15605
15606@subsubheading Synopsis
15607
15608@smallexample
15609 -display-disable @var{number}
15610@end smallexample
15611
15612Disable display @var{number}.
15613
15614@subsubheading @value{GDBN} Command
15615
15616The corresponding @value{GDBN} command is @samp{disable display}.
15617
15618@subsubheading Example
15619N.A.
15620
15621
15622@subheading The @code{-display-enable} Command
15623@findex -display-enable
15624
15625@subsubheading Synopsis
15626
15627@smallexample
15628 -display-enable @var{number}
15629@end smallexample
15630
15631Enable display @var{number}.
15632
15633@subsubheading @value{GDBN} Command
15634
15635The corresponding @value{GDBN} command is @samp{enable display}.
15636
15637@subsubheading Example
15638N.A.
15639
15640
15641@subheading The @code{-display-insert} Command
15642@findex -display-insert
15643
15644@subsubheading Synopsis
15645
15646@smallexample
15647 -display-insert @var{expression}
15648@end smallexample
15649
15650Display @var{expression} every time the program stops.
15651
15652@subsubheading @value{GDBN} Command
15653
15654The corresponding @value{GDBN} command is @samp{display}.
15655
15656@subsubheading Example
15657N.A.
15658
15659
15660@subheading The @code{-display-list} Command
15661@findex -display-list
15662
15663@subsubheading Synopsis
15664
15665@smallexample
15666 -display-list
15667@end smallexample
15668
15669List the displays. Do not show the current values.
15670
15671@subsubheading @value{GDBN} Command
15672
15673The corresponding @value{GDBN} command is @samp{info display}.
15674
15675@subsubheading Example
15676N.A.
15677
15678
15679@subheading The @code{-environment-cd} Command
15680@findex -environment-cd
15681
15682@subsubheading Synopsis
15683
15684@smallexample
15685 -environment-cd @var{pathdir}
15686@end smallexample
15687
15688Set @value{GDBN}'s working directory.
15689
15690@subsubheading @value{GDBN} Command
15691
15692The corresponding @value{GDBN} command is @samp{cd}.
15693
15694@subsubheading Example
15695
15696@smallexample
15697(@value{GDBP})
15698-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15699^done
15700(@value{GDBP})
15701@end smallexample
15702
15703
15704@subheading The @code{-environment-directory} Command
15705@findex -environment-directory
15706
15707@subsubheading Synopsis
15708
15709@smallexample
15710 -environment-directory [ -r ] [ @var{pathdir} ]+
15711@end smallexample
15712
15713Add directories @var{pathdir} to beginning of search path for source files.
15714If the @samp{-r} option is used, the search path is reset to the default
15715search path. If directories @var{pathdir} are supplied in addition to the
15716@samp{-r} option, the search path is first reset and then addition
15717occurs as normal.
15718Multiple directories may be specified, separated by blanks. Specifying
15719multiple directories in a single command
15720results in the directories added to the beginning of the
15721search path in the same order they were presented in the command.
15722If blanks are needed as
15723part of a directory name, double-quotes should be used around
15724the name. In the command output, the path will show up separated
15725by the system directory-separator character. The directory-seperator
15726character must not be used
15727in any directory name.
15728If no directories are specified, the current search path is displayed.
15729
15730@subsubheading @value{GDBN} Command
15731
15732The corresponding @value{GDBN} command is @samp{dir}.
15733
15734@subsubheading Example
15735
15736@smallexample
15737(@value{GDBP})
15738-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15739^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15740(@value{GDBP})
15741-environment-directory ""
15742^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15743(@value{GDBP})
15744-environment-directory -r /home/jjohnstn/src/gdb /usr/src
15745^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
15746(@value{GDBP})
15747-environment-directory -r
15748^done,source-path="$cdir:$cwd"
15749(@value{GDBP})
15750@end smallexample
15751
15752
15753@subheading The @code{-environment-path} Command
15754@findex -environment-path
15755
15756@subsubheading Synopsis
15757
15758@smallexample
15759 -environment-path [ -r ] [ @var{pathdir} ]+
15760@end smallexample
15761
15762Add directories @var{pathdir} to beginning of search path for object files.
15763If the @samp{-r} option is used, the search path is reset to the original
15764search path that existed at gdb start-up. If directories @var{pathdir} are
15765supplied in addition to the
15766@samp{-r} option, the search path is first reset and then addition
15767occurs as normal.
15768Multiple directories may be specified, separated by blanks. Specifying
15769multiple directories in a single command
15770results in the directories added to the beginning of the
15771search path in the same order they were presented in the command.
15772If blanks are needed as
15773part of a directory name, double-quotes should be used around
15774the name. In the command output, the path will show up separated
15775by the system directory-separator character. The directory-seperator
15776character must not be used
15777in any directory name.
15778If no directories are specified, the current path is displayed.
15779
15780
15781@subsubheading @value{GDBN} Command
15782
15783The corresponding @value{GDBN} command is @samp{path}.
15784
15785@subsubheading Example
15786
15787@smallexample
15788(@value{GDBP})
15789-environment-path
15790^done,path="/usr/bin"
15791(@value{GDBP})
15792-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
15793^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
15794(@value{GDBP})
15795-environment-path -r /usr/local/bin
15796^done,path="/usr/local/bin:/usr/bin"
15797(@value{GDBP})
15798@end smallexample
15799
15800
15801@subheading The @code{-environment-pwd} Command
15802@findex -environment-pwd
15803
15804@subsubheading Synopsis
15805
15806@smallexample
15807 -environment-pwd
15808@end smallexample
15809
15810Show the current working directory.
15811
15812@subsubheading @value{GDBN} command
15813
15814The corresponding @value{GDBN} command is @samp{pwd}.
15815
15816@subsubheading Example
15817
15818@smallexample
15819(@value{GDBP})
15820-environment-pwd
15821^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
15822(@value{GDBP})
15823@end smallexample
15824
15825@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15826@node GDB/MI Program Control
15827@section @sc{gdb/mi} Program control
15828
15829@subsubheading Program termination
15830
15831As a result of execution, the inferior program can run to completion, if
15832it doesn't encounter any breakpoints. In this case the output will
15833include an exit code, if the program has exited exceptionally.
15834
15835@subsubheading Examples
15836
15837@noindent
15838Program exited normally:
15839
15840@smallexample
15841(@value{GDBP})
15842-exec-run
15843^running
15844(@value{GDBP})
15845x = 55
15846*stopped,reason="exited-normally"
15847(@value{GDBP})
15848@end smallexample
15849
15850@noindent
15851Program exited exceptionally:
15852
15853@smallexample
15854(@value{GDBP})
15855-exec-run
15856^running
15857(@value{GDBP})
15858x = 55
15859*stopped,reason="exited",exit-code="01"
15860(@value{GDBP})
15861@end smallexample
15862
15863Another way the program can terminate is if it receives a signal such as
15864@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
15865
15866@smallexample
15867(@value{GDBP})
15868*stopped,reason="exited-signalled",signal-name="SIGINT",
15869signal-meaning="Interrupt"
15870@end smallexample
15871
15872
15873@subheading The @code{-exec-abort} Command
15874@findex -exec-abort
15875
15876@subsubheading Synopsis
15877
15878@smallexample
15879 -exec-abort
15880@end smallexample
15881
15882Kill the inferior running program.
15883
15884@subsubheading @value{GDBN} Command
15885
15886The corresponding @value{GDBN} command is @samp{kill}.
15887
15888@subsubheading Example
15889N.A.
15890
15891
15892@subheading The @code{-exec-arguments} Command
15893@findex -exec-arguments
15894
15895@subsubheading Synopsis
15896
15897@smallexample
15898 -exec-arguments @var{args}
15899@end smallexample
15900
15901Set the inferior program arguments, to be used in the next
15902@samp{-exec-run}.
15903
15904@subsubheading @value{GDBN} Command
15905
15906The corresponding @value{GDBN} command is @samp{set args}.
15907
15908@subsubheading Example
15909
15910@c FIXME!
15911Don't have one around.
15912
15913
15914@subheading The @code{-exec-continue} Command
15915@findex -exec-continue
15916
15917@subsubheading Synopsis
15918
15919@smallexample
15920 -exec-continue
15921@end smallexample
15922
15923Asynchronous command. Resumes the execution of the inferior program
15924until a breakpoint is encountered, or until the inferior exits.
15925
15926@subsubheading @value{GDBN} Command
15927
15928The corresponding @value{GDBN} corresponding is @samp{continue}.
15929
15930@subsubheading Example
15931
15932@smallexample
15933-exec-continue
15934^running
15935(@value{GDBP})
15936@@Hello world
15937*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
15938file="hello.c",line="13"@}
15939(@value{GDBP})
15940@end smallexample
15941
15942
15943@subheading The @code{-exec-finish} Command
15944@findex -exec-finish
15945
15946@subsubheading Synopsis
15947
15948@smallexample
15949 -exec-finish
15950@end smallexample
15951
15952Asynchronous command. Resumes the execution of the inferior program
15953until the current function is exited. Displays the results returned by
15954the function.
15955
15956@subsubheading @value{GDBN} Command
15957
15958The corresponding @value{GDBN} command is @samp{finish}.
15959
15960@subsubheading Example
15961
15962Function returning @code{void}.
15963
15964@smallexample
15965-exec-finish
15966^running
15967(@value{GDBP})
15968@@hello from foo
15969*stopped,reason="function-finished",frame=@{func="main",args=[],
15970file="hello.c",line="7"@}
15971(@value{GDBP})
15972@end smallexample
15973
15974Function returning other than @code{void}. The name of the internal
15975@value{GDBN} variable storing the result is printed, together with the
15976value itself.
15977
15978@smallexample
15979-exec-finish
15980^running
15981(@value{GDBP})
15982*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
15983args=[@{name="a",value="1"],@{name="b",value="9"@}@},
15984file="recursive2.c",line="14"@},
15985gdb-result-var="$1",return-value="0"
15986(@value{GDBP})
15987@end smallexample
15988
15989
15990@subheading The @code{-exec-interrupt} Command
15991@findex -exec-interrupt
15992
15993@subsubheading Synopsis
15994
15995@smallexample
15996 -exec-interrupt
15997@end smallexample
15998
15999Asynchronous command. Interrupts the background execution of the target.
16000Note how the token associated with the stop message is the one for the
16001execution command that has been interrupted. The token for the interrupt
16002itself only appears in the @samp{^done} output. If the user is trying to
16003interrupt a non-running program, an error message will be printed.
16004
16005@subsubheading @value{GDBN} Command
16006
16007The corresponding @value{GDBN} command is @samp{interrupt}.
16008
16009@subsubheading Example
16010
16011@smallexample
16012(@value{GDBP})
16013111-exec-continue
16014111^running
16015
16016(@value{GDBP})
16017222-exec-interrupt
16018222^done
16019(@value{GDBP})
16020111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16021frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16022(@value{GDBP})
16023
16024(@value{GDBP})
16025-exec-interrupt
16026^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16027(@value{GDBP})
16028@end smallexample
16029
16030
16031@subheading The @code{-exec-next} Command
16032@findex -exec-next
16033
16034@subsubheading Synopsis
16035
16036@smallexample
16037 -exec-next
16038@end smallexample
16039
16040Asynchronous command. Resumes execution of the inferior program, stopping
16041when the beginning of the next source line is reached.
16042
16043@subsubheading @value{GDBN} Command
16044
16045The corresponding @value{GDBN} command is @samp{next}.
16046
16047@subsubheading Example
16048
16049@smallexample
16050-exec-next
16051^running
16052(@value{GDBP})
16053*stopped,reason="end-stepping-range",line="8",file="hello.c"
16054(@value{GDBP})
16055@end smallexample
16056
16057
16058@subheading The @code{-exec-next-instruction} Command
16059@findex -exec-next-instruction
16060
16061@subsubheading Synopsis
16062
16063@smallexample
16064 -exec-next-instruction
16065@end smallexample
16066
16067Asynchronous command. Executes one machine instruction. If the
16068instruction is a function call continues until the function returns. If
16069the program stops at an instruction in the middle of a source line, the
16070address will be printed as well.
16071
16072@subsubheading @value{GDBN} Command
16073
16074The corresponding @value{GDBN} command is @samp{nexti}.
16075
16076@subsubheading Example
16077
16078@smallexample
16079(@value{GDBP})
16080-exec-next-instruction
16081^running
16082
16083(@value{GDBP})
16084*stopped,reason="end-stepping-range",
16085addr="0x000100d4",line="5",file="hello.c"
16086(@value{GDBP})
16087@end smallexample
16088
16089
16090@subheading The @code{-exec-return} Command
16091@findex -exec-return
16092
16093@subsubheading Synopsis
16094
16095@smallexample
16096 -exec-return
16097@end smallexample
16098
16099Makes current function return immediately. Doesn't execute the inferior.
16100Displays the new current frame.
16101
16102@subsubheading @value{GDBN} Command
16103
16104The corresponding @value{GDBN} command is @samp{return}.
16105
16106@subsubheading Example
16107
16108@smallexample
16109(@value{GDBP})
16110200-break-insert callee4
16111200^done,bkpt=@{number="1",addr="0x00010734",
16112file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16113(@value{GDBP})
16114000-exec-run
16115000^running
16116(@value{GDBP})
16117000*stopped,reason="breakpoint-hit",bkptno="1",
16118frame=@{func="callee4",args=[],
16119file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16120(@value{GDBP})
16121205-break-delete
16122205^done
16123(@value{GDBP})
16124111-exec-return
16125111^done,frame=@{level="0",func="callee3",
16126args=[@{name="strarg",
16127value="0x11940 \"A string argument.\""@}],
16128file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16129(@value{GDBP})
16130@end smallexample
16131
16132
16133@subheading The @code{-exec-run} Command
16134@findex -exec-run
16135
16136@subsubheading Synopsis
16137
16138@smallexample
16139 -exec-run
16140@end smallexample
16141
16142Asynchronous command. Starts execution of the inferior from the
16143beginning. The inferior executes until either a breakpoint is
16144encountered or the program exits.
16145
16146@subsubheading @value{GDBN} Command
16147
16148The corresponding @value{GDBN} command is @samp{run}.
16149
16150@subsubheading Example
16151
16152@smallexample
16153(@value{GDBP})
16154-break-insert main
16155^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16156(@value{GDBP})
16157-exec-run
16158^running
16159(@value{GDBP})
16160*stopped,reason="breakpoint-hit",bkptno="1",
16161frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16162(@value{GDBP})
16163@end smallexample
16164
16165
16166@subheading The @code{-exec-show-arguments} Command
16167@findex -exec-show-arguments
16168
16169@subsubheading Synopsis
16170
16171@smallexample
16172 -exec-show-arguments
16173@end smallexample
16174
16175Print the arguments of the program.
16176
16177@subsubheading @value{GDBN} Command
16178
16179The corresponding @value{GDBN} command is @samp{show args}.
16180
16181@subsubheading Example
16182N.A.
16183
16184@c @subheading -exec-signal
16185
16186@subheading The @code{-exec-step} Command
16187@findex -exec-step
16188
16189@subsubheading Synopsis
16190
16191@smallexample
16192 -exec-step
16193@end smallexample
16194
16195Asynchronous command. Resumes execution of the inferior program, stopping
16196when the beginning of the next source line is reached, if the next
16197source line is not a function call. If it is, stop at the first
16198instruction of the called function.
16199
16200@subsubheading @value{GDBN} Command
16201
16202The corresponding @value{GDBN} command is @samp{step}.
16203
16204@subsubheading Example
16205
16206Stepping into a function:
16207
16208@smallexample
16209-exec-step
16210^running
16211(@value{GDBP})
16212*stopped,reason="end-stepping-range",
16213frame=@{func="foo",args=[@{name="a",value="10"@},
16214@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16215(@value{GDBP})
16216@end smallexample
16217
16218Regular stepping:
16219
16220@smallexample
16221-exec-step
16222^running
16223(@value{GDBP})
16224*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16225(@value{GDBP})
16226@end smallexample
16227
16228
16229@subheading The @code{-exec-step-instruction} Command
16230@findex -exec-step-instruction
16231
16232@subsubheading Synopsis
16233
16234@smallexample
16235 -exec-step-instruction
16236@end smallexample
16237
16238Asynchronous command. Resumes the inferior which executes one machine
16239instruction. The output, once @value{GDBN} has stopped, will vary depending on
16240whether we have stopped in the middle of a source line or not. In the
16241former case, the address at which the program stopped will be printed as
16242well.
16243
16244@subsubheading @value{GDBN} Command
16245
16246The corresponding @value{GDBN} command is @samp{stepi}.
16247
16248@subsubheading Example
16249
16250@smallexample
16251(@value{GDBP})
16252-exec-step-instruction
16253^running
16254
16255(@value{GDBP})
16256*stopped,reason="end-stepping-range",
16257frame=@{func="foo",args=[],file="try.c",line="10"@}
16258(@value{GDBP})
16259-exec-step-instruction
16260^running
16261
16262(@value{GDBP})
16263*stopped,reason="end-stepping-range",
16264frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16265(@value{GDBP})
16266@end smallexample
16267
16268
16269@subheading The @code{-exec-until} Command
16270@findex -exec-until
16271
16272@subsubheading Synopsis
16273
16274@smallexample
16275 -exec-until [ @var{location} ]
16276@end smallexample
16277
16278Asynchronous command. Executes the inferior until the @var{location}
16279specified in the argument is reached. If there is no argument, the inferior
16280executes until a source line greater than the current one is reached.
16281The reason for stopping in this case will be @samp{location-reached}.
16282
16283@subsubheading @value{GDBN} Command
16284
16285The corresponding @value{GDBN} command is @samp{until}.
16286
16287@subsubheading Example
16288
16289@smallexample
16290(@value{GDBP})
16291-exec-until recursive2.c:6
16292^running
16293(@value{GDBP})
16294x = 55
16295*stopped,reason="location-reached",frame=@{func="main",args=[],
16296file="recursive2.c",line="6"@}
16297(@value{GDBP})
16298@end smallexample
16299
16300@ignore
16301@subheading -file-clear
16302Is this going away????
16303@end ignore
16304
16305
16306@subheading The @code{-file-exec-and-symbols} Command
16307@findex -file-exec-and-symbols
16308
16309@subsubheading Synopsis
16310
16311@smallexample
16312 -file-exec-and-symbols @var{file}
16313@end smallexample
16314
16315Specify the executable file to be debugged. This file is the one from
16316which the symbol table is also read. If no file is specified, the
16317command clears the executable and symbol information. If breakpoints
16318are set when using this command with no arguments, @value{GDBN} will produce
16319error messages. Otherwise, no output is produced, except a completion
16320notification.
16321
16322@subsubheading @value{GDBN} Command
16323
16324The corresponding @value{GDBN} command is @samp{file}.
16325
16326@subsubheading Example
16327
16328@smallexample
16329(@value{GDBP})
16330-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16331^done
16332(@value{GDBP})
16333@end smallexample
16334
16335
16336@subheading The @code{-file-exec-file} Command
16337@findex -file-exec-file
16338
16339@subsubheading Synopsis
16340
16341@smallexample
16342 -file-exec-file @var{file}
16343@end smallexample
16344
16345Specify the executable file to be debugged. Unlike
16346@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16347from this file. If used without argument, @value{GDBN} clears the information
16348about the executable file. No output is produced, except a completion
16349notification.
16350
16351@subsubheading @value{GDBN} Command
16352
16353The corresponding @value{GDBN} command is @samp{exec-file}.
16354
16355@subsubheading Example
16356
16357@smallexample
16358(@value{GDBP})
16359-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16360^done
16361(@value{GDBP})
16362@end smallexample
16363
16364
16365@subheading The @code{-file-list-exec-sections} Command
16366@findex -file-list-exec-sections
16367
16368@subsubheading Synopsis
16369
16370@smallexample
16371 -file-list-exec-sections
16372@end smallexample
16373
16374List the sections of the current executable file.
16375
16376@subsubheading @value{GDBN} Command
16377
16378The @value{GDBN} command @samp{info file} shows, among the rest, the same
16379information as this command. @code{gdbtk} has a corresponding command
16380@samp{gdb_load_info}.
16381
16382@subsubheading Example
16383N.A.
16384
16385
1abaf70c
BR
16386@subheading The @code{-file-list-exec-source-file} Command
16387@findex -file-list-exec-source-file
16388
16389@subsubheading Synopsis
16390
16391@smallexample
16392 -file-list-exec-source-file
16393@end smallexample
16394
16395List the line number, the current source file, and the absolute path
16396to the current source file for the current executable.
16397
16398@subsubheading @value{GDBN} Command
16399
16400There's no @value{GDBN} command which directly corresponds to this one.
16401
16402@subsubheading Example
16403
16404@smallexample
16405(@value{GDBP})
16406123-file-list-exec-source-file
16407123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16408(@value{GDBP})
16409@end smallexample
16410
16411
922fbb7b
AC
16412@subheading The @code{-file-list-exec-source-files} Command
16413@findex -file-list-exec-source-files
16414
16415@subsubheading Synopsis
16416
16417@smallexample
16418 -file-list-exec-source-files
16419@end smallexample
16420
16421List the source files for the current executable.
16422
16423@subsubheading @value{GDBN} Command
16424
16425There's no @value{GDBN} command which directly corresponds to this one.
16426@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16427
16428@subsubheading Example
16429N.A.
16430
16431
16432@subheading The @code{-file-list-shared-libraries} Command
16433@findex -file-list-shared-libraries
16434
16435@subsubheading Synopsis
16436
16437@smallexample
16438 -file-list-shared-libraries
16439@end smallexample
16440
16441List the shared libraries in the program.
16442
16443@subsubheading @value{GDBN} Command
16444
16445The corresponding @value{GDBN} command is @samp{info shared}.
16446
16447@subsubheading Example
16448N.A.
16449
16450
16451@subheading The @code{-file-list-symbol-files} Command
16452@findex -file-list-symbol-files
16453
16454@subsubheading Synopsis
16455
16456@smallexample
16457 -file-list-symbol-files
16458@end smallexample
16459
16460List symbol files.
16461
16462@subsubheading @value{GDBN} Command
16463
16464The corresponding @value{GDBN} command is @samp{info file} (part of it).
16465
16466@subsubheading Example
16467N.A.
16468
16469
16470@subheading The @code{-file-symbol-file} Command
16471@findex -file-symbol-file
16472
16473@subsubheading Synopsis
16474
16475@smallexample
16476 -file-symbol-file @var{file}
16477@end smallexample
16478
16479Read symbol table info from the specified @var{file} argument. When
16480used without arguments, clears @value{GDBN}'s symbol table info. No output is
16481produced, except for a completion notification.
16482
16483@subsubheading @value{GDBN} Command
16484
16485The corresponding @value{GDBN} command is @samp{symbol-file}.
16486
16487@subsubheading Example
16488
16489@smallexample
16490(@value{GDBP})
16491-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16492^done
16493(@value{GDBP})
16494@end smallexample
16495
16496@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16497@node GDB/MI Miscellaneous Commands
16498@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16499
16500@c @subheading -gdb-complete
16501
16502@subheading The @code{-gdb-exit} Command
16503@findex -gdb-exit
16504
16505@subsubheading Synopsis
16506
16507@smallexample
16508 -gdb-exit
16509@end smallexample
16510
16511Exit @value{GDBN} immediately.
16512
16513@subsubheading @value{GDBN} Command
16514
16515Approximately corresponds to @samp{quit}.
16516
16517@subsubheading Example
16518
16519@smallexample
16520(@value{GDBP})
16521-gdb-exit
16522@end smallexample
16523
16524@subheading The @code{-gdb-set} Command
16525@findex -gdb-set
16526
16527@subsubheading Synopsis
16528
16529@smallexample
16530 -gdb-set
16531@end smallexample
16532
16533Set an internal @value{GDBN} variable.
16534@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16535
16536@subsubheading @value{GDBN} Command
16537
16538The corresponding @value{GDBN} command is @samp{set}.
16539
16540@subsubheading Example
16541
16542@smallexample
16543(@value{GDBP})
16544-gdb-set $foo=3
16545^done
16546(@value{GDBP})
16547@end smallexample
16548
16549
16550@subheading The @code{-gdb-show} Command
16551@findex -gdb-show
16552
16553@subsubheading Synopsis
16554
16555@smallexample
16556 -gdb-show
16557@end smallexample
16558
16559Show the current value of a @value{GDBN} variable.
16560
16561@subsubheading @value{GDBN} command
16562
16563The corresponding @value{GDBN} command is @samp{show}.
16564
16565@subsubheading Example
16566
16567@smallexample
16568(@value{GDBP})
16569-gdb-show annotate
16570^done,value="0"
16571(@value{GDBP})
16572@end smallexample
16573
16574@c @subheading -gdb-source
16575
16576
16577@subheading The @code{-gdb-version} Command
16578@findex -gdb-version
16579
16580@subsubheading Synopsis
16581
16582@smallexample
16583 -gdb-version
16584@end smallexample
16585
16586Show version information for @value{GDBN}. Used mostly in testing.
16587
16588@subsubheading @value{GDBN} Command
16589
16590There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16591information when you start an interactive session.
16592
16593@subsubheading Example
16594
16595@c This example modifies the actual output from GDB to avoid overfull
16596@c box in TeX.
16597@smallexample
16598(@value{GDBP})
16599-gdb-version
16600~GNU gdb 5.2.1
16601~Copyright 2000 Free Software Foundation, Inc.
16602~GDB is free software, covered by the GNU General Public License, and
16603~you are welcome to change it and/or distribute copies of it under
16604~ certain conditions.
16605~Type "show copying" to see the conditions.
16606~There is absolutely no warranty for GDB. Type "show warranty" for
16607~ details.
16608~This GDB was configured as
16609 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16610^done
16611(@value{GDBP})
16612@end smallexample
16613
16614@subheading The @code{-interpreter-exec} Command
16615@findex -interpreter-exec
16616
16617@subheading Synopsis
16618
16619@smallexample
16620-interpreter-exec @var{interpreter} @var{command}
16621@end smallexample
16622
16623Execute the specified @var{command} in the given @var{interpreter}.
16624
16625@subheading @value{GDBN} Command
16626
16627The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16628
16629@subheading Example
16630
16631@smallexample
16632(@value{GDBP})
16633-interpreter-exec console "break main"
16634&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16635&"During symbol reading, bad structure-type format.\n"
16636~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16637^done
16638(@value{GDBP})
16639@end smallexample
16640
16641@ignore
16642@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16643@node GDB/MI Kod Commands
16644@section @sc{gdb/mi} Kod Commands
16645
16646The Kod commands are not implemented.
16647
16648@c @subheading -kod-info
16649
16650@c @subheading -kod-list
16651
16652@c @subheading -kod-list-object-types
16653
16654@c @subheading -kod-show
16655
16656@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16657@node GDB/MI Memory Overlay Commands
16658@section @sc{gdb/mi} Memory Overlay Commands
16659
16660The memory overlay commands are not implemented.
16661
16662@c @subheading -overlay-auto
16663
16664@c @subheading -overlay-list-mapping-state
16665
16666@c @subheading -overlay-list-overlays
16667
16668@c @subheading -overlay-map
16669
16670@c @subheading -overlay-off
16671
16672@c @subheading -overlay-on
16673
16674@c @subheading -overlay-unmap
16675
16676@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16677@node GDB/MI Signal Handling Commands
16678@section @sc{gdb/mi} Signal Handling Commands
16679
16680Signal handling commands are not implemented.
16681
16682@c @subheading -signal-handle
16683
16684@c @subheading -signal-list-handle-actions
16685
16686@c @subheading -signal-list-signal-types
16687@end ignore
16688
16689
16690@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16691@node GDB/MI Stack Manipulation
16692@section @sc{gdb/mi} Stack Manipulation Commands
16693
16694
16695@subheading The @code{-stack-info-frame} Command
16696@findex -stack-info-frame
16697
16698@subsubheading Synopsis
16699
16700@smallexample
16701 -stack-info-frame
16702@end smallexample
16703
16704Get info on the current frame.
16705
16706@subsubheading @value{GDBN} Command
16707
16708The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16709(without arguments).
16710
16711@subsubheading Example
16712N.A.
16713
16714@subheading The @code{-stack-info-depth} Command
16715@findex -stack-info-depth
16716
16717@subsubheading Synopsis
16718
16719@smallexample
16720 -stack-info-depth [ @var{max-depth} ]
16721@end smallexample
16722
16723Return the depth of the stack. If the integer argument @var{max-depth}
16724is specified, do not count beyond @var{max-depth} frames.
16725
16726@subsubheading @value{GDBN} Command
16727
16728There's no equivalent @value{GDBN} command.
16729
16730@subsubheading Example
16731
16732For a stack with frame levels 0 through 11:
16733
16734@smallexample
16735(@value{GDBP})
16736-stack-info-depth
16737^done,depth="12"
16738(@value{GDBP})
16739-stack-info-depth 4
16740^done,depth="4"
16741(@value{GDBP})
16742-stack-info-depth 12
16743^done,depth="12"
16744(@value{GDBP})
16745-stack-info-depth 11
16746^done,depth="11"
16747(@value{GDBP})
16748-stack-info-depth 13
16749^done,depth="12"
16750(@value{GDBP})
16751@end smallexample
16752
16753@subheading The @code{-stack-list-arguments} Command
16754@findex -stack-list-arguments
16755
16756@subsubheading Synopsis
16757
16758@smallexample
16759 -stack-list-arguments @var{show-values}
16760 [ @var{low-frame} @var{high-frame} ]
16761@end smallexample
16762
16763Display a list of the arguments for the frames between @var{low-frame}
16764and @var{high-frame} (inclusive). If @var{low-frame} and
16765@var{high-frame} are not provided, list the arguments for the whole call
16766stack.
16767
16768The @var{show-values} argument must have a value of 0 or 1. A value of
167690 means that only the names of the arguments are listed, a value of 1
16770means that both names and values of the arguments are printed.
16771
16772@subsubheading @value{GDBN} Command
16773
16774@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
16775@samp{gdb_get_args} command which partially overlaps with the
16776functionality of @samp{-stack-list-arguments}.
16777
16778@subsubheading Example
16779
16780@smallexample
16781(@value{GDBP})
16782-stack-list-frames
16783^done,
16784stack=[
16785frame=@{level="0",addr="0x00010734",func="callee4",
16786file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
16787frame=@{level="1",addr="0x0001076c",func="callee3",
16788file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
16789frame=@{level="2",addr="0x0001078c",func="callee2",
16790file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
16791frame=@{level="3",addr="0x000107b4",func="callee1",
16792file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
16793frame=@{level="4",addr="0x000107e0",func="main",
16794file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
16795(@value{GDBP})
16796-stack-list-arguments 0
16797^done,
16798stack-args=[
16799frame=@{level="0",args=[]@},
16800frame=@{level="1",args=[name="strarg"]@},
16801frame=@{level="2",args=[name="intarg",name="strarg"]@},
16802frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
16803frame=@{level="4",args=[]@}]
16804(@value{GDBP})
16805-stack-list-arguments 1
16806^done,
16807stack-args=[
16808frame=@{level="0",args=[]@},
16809frame=@{level="1",
16810 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16811frame=@{level="2",args=[
16812@{name="intarg",value="2"@},
16813@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16814@{frame=@{level="3",args=[
16815@{name="intarg",value="2"@},
16816@{name="strarg",value="0x11940 \"A string argument.\""@},
16817@{name="fltarg",value="3.5"@}]@},
16818frame=@{level="4",args=[]@}]
16819(@value{GDBP})
16820-stack-list-arguments 0 2 2
16821^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
16822(@value{GDBP})
16823-stack-list-arguments 1 2 2
16824^done,stack-args=[frame=@{level="2",
16825args=[@{name="intarg",value="2"@},
16826@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
16827(@value{GDBP})
16828@end smallexample
16829
16830@c @subheading -stack-list-exception-handlers
16831
16832
16833@subheading The @code{-stack-list-frames} Command
16834@findex -stack-list-frames
16835
16836@subsubheading Synopsis
16837
16838@smallexample
16839 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
16840@end smallexample
16841
16842List the frames currently on the stack. For each frame it displays the
16843following info:
16844
16845@table @samp
16846@item @var{level}
16847The frame number, 0 being the topmost frame, i.e. the innermost function.
16848@item @var{addr}
16849The @code{$pc} value for that frame.
16850@item @var{func}
16851Function name.
16852@item @var{file}
16853File name of the source file where the function lives.
16854@item @var{line}
16855Line number corresponding to the @code{$pc}.
16856@end table
16857
16858If invoked without arguments, this command prints a backtrace for the
16859whole stack. If given two integer arguments, it shows the frames whose
16860levels are between the two arguments (inclusive). If the two arguments
16861are equal, it shows the single frame at the corresponding level.
16862
16863@subsubheading @value{GDBN} Command
16864
16865The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
16866
16867@subsubheading Example
16868
16869Full stack backtrace:
16870
16871@smallexample
16872(@value{GDBP})
16873-stack-list-frames
16874^done,stack=
16875[frame=@{level="0",addr="0x0001076c",func="foo",
16876 file="recursive2.c",line="11"@},
16877frame=@{level="1",addr="0x000107a4",func="foo",
16878 file="recursive2.c",line="14"@},
16879frame=@{level="2",addr="0x000107a4",func="foo",
16880 file="recursive2.c",line="14"@},
16881frame=@{level="3",addr="0x000107a4",func="foo",
16882 file="recursive2.c",line="14"@},
16883frame=@{level="4",addr="0x000107a4",func="foo",
16884 file="recursive2.c",line="14"@},
16885frame=@{level="5",addr="0x000107a4",func="foo",
16886 file="recursive2.c",line="14"@},
16887frame=@{level="6",addr="0x000107a4",func="foo",
16888 file="recursive2.c",line="14"@},
16889frame=@{level="7",addr="0x000107a4",func="foo",
16890 file="recursive2.c",line="14"@},
16891frame=@{level="8",addr="0x000107a4",func="foo",
16892 file="recursive2.c",line="14"@},
16893frame=@{level="9",addr="0x000107a4",func="foo",
16894 file="recursive2.c",line="14"@},
16895frame=@{level="10",addr="0x000107a4",func="foo",
16896 file="recursive2.c",line="14"@},
16897frame=@{level="11",addr="0x00010738",func="main",
16898 file="recursive2.c",line="4"@}]
16899(@value{GDBP})
16900@end smallexample
16901
16902Show frames between @var{low_frame} and @var{high_frame}:
16903
16904@smallexample
16905(@value{GDBP})
16906-stack-list-frames 3 5
16907^done,stack=
16908[frame=@{level="3",addr="0x000107a4",func="foo",
16909 file="recursive2.c",line="14"@},
16910frame=@{level="4",addr="0x000107a4",func="foo",
16911 file="recursive2.c",line="14"@},
16912frame=@{level="5",addr="0x000107a4",func="foo",
16913 file="recursive2.c",line="14"@}]
16914(@value{GDBP})
16915@end smallexample
16916
16917Show a single frame:
16918
16919@smallexample
16920(@value{GDBP})
16921-stack-list-frames 3 3
16922^done,stack=
16923[frame=@{level="3",addr="0x000107a4",func="foo",
16924 file="recursive2.c",line="14"@}]
16925(@value{GDBP})
16926@end smallexample
16927
16928
16929@subheading The @code{-stack-list-locals} Command
16930@findex -stack-list-locals
16931
16932@subsubheading Synopsis
16933
16934@smallexample
16935 -stack-list-locals @var{print-values}
16936@end smallexample
16937
16938Display the local variable names for the current frame. With an
16939argument of 0 prints only the names of the variables, with argument of 1
16940prints also their values.
16941
16942@subsubheading @value{GDBN} Command
16943
16944@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
16945
16946@subsubheading Example
16947
16948@smallexample
16949(@value{GDBP})
16950-stack-list-locals 0
16951^done,locals=[name="A",name="B",name="C"]
16952(@value{GDBP})
16953-stack-list-locals 1
16954^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
16955 @{name="C",value="3"@}]
16956(@value{GDBP})
16957@end smallexample
16958
16959
16960@subheading The @code{-stack-select-frame} Command
16961@findex -stack-select-frame
16962
16963@subsubheading Synopsis
16964
16965@smallexample
16966 -stack-select-frame @var{framenum}
16967@end smallexample
16968
16969Change the current frame. Select a different frame @var{framenum} on
16970the stack.
16971
16972@subsubheading @value{GDBN} Command
16973
16974The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
16975@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
16976
16977@subsubheading Example
16978
16979@smallexample
16980(@value{GDBP})
16981-stack-select-frame 2
16982^done
16983(@value{GDBP})
16984@end smallexample
16985
16986@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16987@node GDB/MI Symbol Query
16988@section @sc{gdb/mi} Symbol Query Commands
16989
16990
16991@subheading The @code{-symbol-info-address} Command
16992@findex -symbol-info-address
16993
16994@subsubheading Synopsis
16995
16996@smallexample
16997 -symbol-info-address @var{symbol}
16998@end smallexample
16999
17000Describe where @var{symbol} is stored.
17001
17002@subsubheading @value{GDBN} Command
17003
17004The corresponding @value{GDBN} command is @samp{info address}.
17005
17006@subsubheading Example
17007N.A.
17008
17009
17010@subheading The @code{-symbol-info-file} Command
17011@findex -symbol-info-file
17012
17013@subsubheading Synopsis
17014
17015@smallexample
17016 -symbol-info-file
17017@end smallexample
17018
17019Show the file for the symbol.
17020
17021@subsubheading @value{GDBN} Command
17022
17023There's no equivalent @value{GDBN} command. @code{gdbtk} has
17024@samp{gdb_find_file}.
17025
17026@subsubheading Example
17027N.A.
17028
17029
17030@subheading The @code{-symbol-info-function} Command
17031@findex -symbol-info-function
17032
17033@subsubheading Synopsis
17034
17035@smallexample
17036 -symbol-info-function
17037@end smallexample
17038
17039Show which function the symbol lives in.
17040
17041@subsubheading @value{GDBN} Command
17042
17043@samp{gdb_get_function} in @code{gdbtk}.
17044
17045@subsubheading Example
17046N.A.
17047
17048
17049@subheading The @code{-symbol-info-line} Command
17050@findex -symbol-info-line
17051
17052@subsubheading Synopsis
17053
17054@smallexample
17055 -symbol-info-line
17056@end smallexample
17057
17058Show the core addresses of the code for a source line.
17059
17060@subsubheading @value{GDBN} Command
17061
17062The corresponding @value{GDBN} comamnd is @samp{info line}.
17063@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17064
17065@subsubheading Example
17066N.A.
17067
17068
17069@subheading The @code{-symbol-info-symbol} Command
17070@findex -symbol-info-symbol
17071
17072@subsubheading Synopsis
17073
17074@smallexample
17075 -symbol-info-symbol @var{addr}
17076@end smallexample
17077
17078Describe what symbol is at location @var{addr}.
17079
17080@subsubheading @value{GDBN} Command
17081
17082The corresponding @value{GDBN} command is @samp{info symbol}.
17083
17084@subsubheading Example
17085N.A.
17086
17087
17088@subheading The @code{-symbol-list-functions} Command
17089@findex -symbol-list-functions
17090
17091@subsubheading Synopsis
17092
17093@smallexample
17094 -symbol-list-functions
17095@end smallexample
17096
17097List the functions in the executable.
17098
17099@subsubheading @value{GDBN} Command
17100
17101@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17102@samp{gdb_search} in @code{gdbtk}.
17103
17104@subsubheading Example
17105N.A.
17106
17107
32e7087d
JB
17108@subheading The @code{-symbol-list-lines} Command
17109@findex -symbol-list-lines
17110
17111@subsubheading Synopsis
17112
17113@smallexample
17114 -symbol-list-lines @var{filename}
17115@end smallexample
17116
17117Print the list of lines that contain code and their associated program
17118addresses for the given source filename. The entries are sorted in
17119ascending PC order.
17120
17121@subsubheading @value{GDBN} Command
17122
17123There is no corresponding @value{GDBN} command.
17124
17125@subsubheading Example
17126@smallexample
17127(@value{GDBP})
17128-symbol-list-lines basics.c
54ff5908 17129^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17130(@value{GDBP})
17131@end smallexample
17132
17133
922fbb7b
AC
17134@subheading The @code{-symbol-list-types} Command
17135@findex -symbol-list-types
17136
17137@subsubheading Synopsis
17138
17139@smallexample
17140 -symbol-list-types
17141@end smallexample
17142
17143List all the type names.
17144
17145@subsubheading @value{GDBN} Command
17146
17147The corresponding commands are @samp{info types} in @value{GDBN},
17148@samp{gdb_search} in @code{gdbtk}.
17149
17150@subsubheading Example
17151N.A.
17152
17153
17154@subheading The @code{-symbol-list-variables} Command
17155@findex -symbol-list-variables
17156
17157@subsubheading Synopsis
17158
17159@smallexample
17160 -symbol-list-variables
17161@end smallexample
17162
17163List all the global and static variable names.
17164
17165@subsubheading @value{GDBN} Command
17166
17167@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17168
17169@subsubheading Example
17170N.A.
17171
17172
17173@subheading The @code{-symbol-locate} Command
17174@findex -symbol-locate
17175
17176@subsubheading Synopsis
17177
17178@smallexample
17179 -symbol-locate
17180@end smallexample
17181
17182@subsubheading @value{GDBN} Command
17183
17184@samp{gdb_loc} in @code{gdbtk}.
17185
17186@subsubheading Example
17187N.A.
17188
17189
17190@subheading The @code{-symbol-type} Command
17191@findex -symbol-type
17192
17193@subsubheading Synopsis
17194
17195@smallexample
17196 -symbol-type @var{variable}
17197@end smallexample
17198
17199Show type of @var{variable}.
17200
17201@subsubheading @value{GDBN} Command
17202
17203The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17204@samp{gdb_obj_variable}.
17205
17206@subsubheading Example
17207N.A.
17208
17209
17210@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17211@node GDB/MI Target Manipulation
17212@section @sc{gdb/mi} Target Manipulation Commands
17213
17214
17215@subheading The @code{-target-attach} Command
17216@findex -target-attach
17217
17218@subsubheading Synopsis
17219
17220@smallexample
17221 -target-attach @var{pid} | @var{file}
17222@end smallexample
17223
17224Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17225
17226@subsubheading @value{GDBN} command
17227
17228The corresponding @value{GDBN} command is @samp{attach}.
17229
17230@subsubheading Example
17231N.A.
17232
17233
17234@subheading The @code{-target-compare-sections} Command
17235@findex -target-compare-sections
17236
17237@subsubheading Synopsis
17238
17239@smallexample
17240 -target-compare-sections [ @var{section} ]
17241@end smallexample
17242
17243Compare data of section @var{section} on target to the exec file.
17244Without the argument, all sections are compared.
17245
17246@subsubheading @value{GDBN} Command
17247
17248The @value{GDBN} equivalent is @samp{compare-sections}.
17249
17250@subsubheading Example
17251N.A.
17252
17253
17254@subheading The @code{-target-detach} Command
17255@findex -target-detach
17256
17257@subsubheading Synopsis
17258
17259@smallexample
17260 -target-detach
17261@end smallexample
17262
17263Disconnect from the remote target. There's no output.
17264
17265@subsubheading @value{GDBN} command
17266
17267The corresponding @value{GDBN} command is @samp{detach}.
17268
17269@subsubheading Example
17270
17271@smallexample
17272(@value{GDBP})
17273-target-detach
17274^done
17275(@value{GDBP})
17276@end smallexample
17277
17278
17279@subheading The @code{-target-download} Command
17280@findex -target-download
17281
17282@subsubheading Synopsis
17283
17284@smallexample
17285 -target-download
17286@end smallexample
17287
17288Loads the executable onto the remote target.
17289It prints out an update message every half second, which includes the fields:
17290
17291@table @samp
17292@item section
17293The name of the section.
17294@item section-sent
17295The size of what has been sent so far for that section.
17296@item section-size
17297The size of the section.
17298@item total-sent
17299The total size of what was sent so far (the current and the previous sections).
17300@item total-size
17301The size of the overall executable to download.
17302@end table
17303
17304@noindent
17305Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17306@sc{gdb/mi} Output Syntax}).
17307
17308In addition, it prints the name and size of the sections, as they are
17309downloaded. These messages include the following fields:
17310
17311@table @samp
17312@item section
17313The name of the section.
17314@item section-size
17315The size of the section.
17316@item total-size
17317The size of the overall executable to download.
17318@end table
17319
17320@noindent
17321At the end, a summary is printed.
17322
17323@subsubheading @value{GDBN} Command
17324
17325The corresponding @value{GDBN} command is @samp{load}.
17326
17327@subsubheading Example
17328
17329Note: each status message appears on a single line. Here the messages
17330have been broken down so that they can fit onto a page.
17331
17332@smallexample
17333(@value{GDBP})
17334-target-download
17335+download,@{section=".text",section-size="6668",total-size="9880"@}
17336+download,@{section=".text",section-sent="512",section-size="6668",
17337total-sent="512",total-size="9880"@}
17338+download,@{section=".text",section-sent="1024",section-size="6668",
17339total-sent="1024",total-size="9880"@}
17340+download,@{section=".text",section-sent="1536",section-size="6668",
17341total-sent="1536",total-size="9880"@}
17342+download,@{section=".text",section-sent="2048",section-size="6668",
17343total-sent="2048",total-size="9880"@}
17344+download,@{section=".text",section-sent="2560",section-size="6668",
17345total-sent="2560",total-size="9880"@}
17346+download,@{section=".text",section-sent="3072",section-size="6668",
17347total-sent="3072",total-size="9880"@}
17348+download,@{section=".text",section-sent="3584",section-size="6668",
17349total-sent="3584",total-size="9880"@}
17350+download,@{section=".text",section-sent="4096",section-size="6668",
17351total-sent="4096",total-size="9880"@}
17352+download,@{section=".text",section-sent="4608",section-size="6668",
17353total-sent="4608",total-size="9880"@}
17354+download,@{section=".text",section-sent="5120",section-size="6668",
17355total-sent="5120",total-size="9880"@}
17356+download,@{section=".text",section-sent="5632",section-size="6668",
17357total-sent="5632",total-size="9880"@}
17358+download,@{section=".text",section-sent="6144",section-size="6668",
17359total-sent="6144",total-size="9880"@}
17360+download,@{section=".text",section-sent="6656",section-size="6668",
17361total-sent="6656",total-size="9880"@}
17362+download,@{section=".init",section-size="28",total-size="9880"@}
17363+download,@{section=".fini",section-size="28",total-size="9880"@}
17364+download,@{section=".data",section-size="3156",total-size="9880"@}
17365+download,@{section=".data",section-sent="512",section-size="3156",
17366total-sent="7236",total-size="9880"@}
17367+download,@{section=".data",section-sent="1024",section-size="3156",
17368total-sent="7748",total-size="9880"@}
17369+download,@{section=".data",section-sent="1536",section-size="3156",
17370total-sent="8260",total-size="9880"@}
17371+download,@{section=".data",section-sent="2048",section-size="3156",
17372total-sent="8772",total-size="9880"@}
17373+download,@{section=".data",section-sent="2560",section-size="3156",
17374total-sent="9284",total-size="9880"@}
17375+download,@{section=".data",section-sent="3072",section-size="3156",
17376total-sent="9796",total-size="9880"@}
17377^done,address="0x10004",load-size="9880",transfer-rate="6586",
17378write-rate="429"
17379(@value{GDBP})
17380@end smallexample
17381
17382
17383@subheading The @code{-target-exec-status} Command
17384@findex -target-exec-status
17385
17386@subsubheading Synopsis
17387
17388@smallexample
17389 -target-exec-status
17390@end smallexample
17391
17392Provide information on the state of the target (whether it is running or
17393not, for instance).
17394
17395@subsubheading @value{GDBN} Command
17396
17397There's no equivalent @value{GDBN} command.
17398
17399@subsubheading Example
17400N.A.
17401
17402
17403@subheading The @code{-target-list-available-targets} Command
17404@findex -target-list-available-targets
17405
17406@subsubheading Synopsis
17407
17408@smallexample
17409 -target-list-available-targets
17410@end smallexample
17411
17412List the possible targets to connect to.
17413
17414@subsubheading @value{GDBN} Command
17415
17416The corresponding @value{GDBN} command is @samp{help target}.
17417
17418@subsubheading Example
17419N.A.
17420
17421
17422@subheading The @code{-target-list-current-targets} Command
17423@findex -target-list-current-targets
17424
17425@subsubheading Synopsis
17426
17427@smallexample
17428 -target-list-current-targets
17429@end smallexample
17430
17431Describe the current target.
17432
17433@subsubheading @value{GDBN} Command
17434
17435The corresponding information is printed by @samp{info file} (among
17436other things).
17437
17438@subsubheading Example
17439N.A.
17440
17441
17442@subheading The @code{-target-list-parameters} Command
17443@findex -target-list-parameters
17444
17445@subsubheading Synopsis
17446
17447@smallexample
17448 -target-list-parameters
17449@end smallexample
17450
17451@c ????
17452
17453@subsubheading @value{GDBN} Command
17454
17455No equivalent.
17456
17457@subsubheading Example
17458N.A.
17459
17460
17461@subheading The @code{-target-select} Command
17462@findex -target-select
17463
17464@subsubheading Synopsis
17465
17466@smallexample
17467 -target-select @var{type} @var{parameters @dots{}}
17468@end smallexample
17469
17470Connect @value{GDBN} to the remote target. This command takes two args:
17471
17472@table @samp
17473@item @var{type}
17474The type of target, for instance @samp{async}, @samp{remote}, etc.
17475@item @var{parameters}
17476Device names, host names and the like. @xref{Target Commands, ,
17477Commands for managing targets}, for more details.
17478@end table
17479
17480The output is a connection notification, followed by the address at
17481which the target program is, in the following form:
17482
17483@smallexample
17484^connected,addr="@var{address}",func="@var{function name}",
17485 args=[@var{arg list}]
17486@end smallexample
17487
17488@subsubheading @value{GDBN} Command
17489
17490The corresponding @value{GDBN} command is @samp{target}.
17491
17492@subsubheading Example
17493
17494@smallexample
17495(@value{GDBP})
17496-target-select async /dev/ttya
17497^connected,addr="0xfe00a300",func="??",args=[]
17498(@value{GDBP})
17499@end smallexample
17500
17501@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17502@node GDB/MI Thread Commands
17503@section @sc{gdb/mi} Thread Commands
17504
17505
17506@subheading The @code{-thread-info} Command
17507@findex -thread-info
17508
17509@subsubheading Synopsis
17510
17511@smallexample
17512 -thread-info
17513@end smallexample
17514
17515@subsubheading @value{GDBN} command
17516
17517No equivalent.
17518
17519@subsubheading Example
17520N.A.
17521
17522
17523@subheading The @code{-thread-list-all-threads} Command
17524@findex -thread-list-all-threads
17525
17526@subsubheading Synopsis
17527
17528@smallexample
17529 -thread-list-all-threads
17530@end smallexample
17531
17532@subsubheading @value{GDBN} Command
17533
17534The equivalent @value{GDBN} command is @samp{info threads}.
17535
17536@subsubheading Example
17537N.A.
17538
17539
17540@subheading The @code{-thread-list-ids} Command
17541@findex -thread-list-ids
17542
17543@subsubheading Synopsis
17544
17545@smallexample
17546 -thread-list-ids
17547@end smallexample
17548
17549Produces a list of the currently known @value{GDBN} thread ids. At the
17550end of the list it also prints the total number of such threads.
17551
17552@subsubheading @value{GDBN} Command
17553
17554Part of @samp{info threads} supplies the same information.
17555
17556@subsubheading Example
17557
17558No threads present, besides the main process:
17559
17560@smallexample
17561(@value{GDBP})
17562-thread-list-ids
17563^done,thread-ids=@{@},number-of-threads="0"
17564(@value{GDBP})
17565@end smallexample
17566
17567
17568Several threads:
17569
17570@smallexample
17571(@value{GDBP})
17572-thread-list-ids
17573^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17574number-of-threads="3"
17575(@value{GDBP})
17576@end smallexample
17577
17578
17579@subheading The @code{-thread-select} Command
17580@findex -thread-select
17581
17582@subsubheading Synopsis
17583
17584@smallexample
17585 -thread-select @var{threadnum}
17586@end smallexample
17587
17588Make @var{threadnum} the current thread. It prints the number of the new
17589current thread, and the topmost frame for that thread.
17590
17591@subsubheading @value{GDBN} Command
17592
17593The corresponding @value{GDBN} command is @samp{thread}.
17594
17595@subsubheading Example
17596
17597@smallexample
17598(@value{GDBP})
17599-exec-next
17600^running
17601(@value{GDBP})
17602*stopped,reason="end-stepping-range",thread-id="2",line="187",
17603file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17604(@value{GDBP})
17605-thread-list-ids
17606^done,
17607thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17608number-of-threads="3"
17609(@value{GDBP})
17610-thread-select 3
17611^done,new-thread-id="3",
17612frame=@{level="0",func="vprintf",
17613args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17614@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17615(@value{GDBP})
17616@end smallexample
17617
17618@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17619@node GDB/MI Tracepoint Commands
17620@section @sc{gdb/mi} Tracepoint Commands
17621
17622The tracepoint commands are not yet implemented.
17623
17624@c @subheading -trace-actions
17625
17626@c @subheading -trace-delete
17627
17628@c @subheading -trace-disable
17629
17630@c @subheading -trace-dump
17631
17632@c @subheading -trace-enable
17633
17634@c @subheading -trace-exists
17635
17636@c @subheading -trace-find
17637
17638@c @subheading -trace-frame-number
17639
17640@c @subheading -trace-info
17641
17642@c @subheading -trace-insert
17643
17644@c @subheading -trace-list
17645
17646@c @subheading -trace-pass-count
17647
17648@c @subheading -trace-save
17649
17650@c @subheading -trace-start
17651
17652@c @subheading -trace-stop
17653
17654
17655@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17656@node GDB/MI Variable Objects
17657@section @sc{gdb/mi} Variable Objects
17658
17659
17660@subheading Motivation for Variable Objects in @sc{gdb/mi}
17661
17662For the implementation of a variable debugger window (locals, watched
17663expressions, etc.), we are proposing the adaptation of the existing code
17664used by @code{Insight}.
17665
17666The two main reasons for that are:
17667
17668@enumerate 1
17669@item
17670It has been proven in practice (it is already on its second generation).
17671
17672@item
17673It will shorten development time (needless to say how important it is
17674now).
17675@end enumerate
17676
17677The original interface was designed to be used by Tcl code, so it was
17678slightly changed so it could be used through @sc{gdb/mi}. This section
17679describes the @sc{gdb/mi} operations that will be available and gives some
17680hints about their use.
17681
17682@emph{Note}: In addition to the set of operations described here, we
17683expect the @sc{gui} implementation of a variable window to require, at
17684least, the following operations:
17685
17686@itemize @bullet
17687@item @code{-gdb-show} @code{output-radix}
17688@item @code{-stack-list-arguments}
17689@item @code{-stack-list-locals}
17690@item @code{-stack-select-frame}
17691@end itemize
17692
17693@subheading Introduction to Variable Objects in @sc{gdb/mi}
17694
17695@cindex variable objects in @sc{gdb/mi}
17696The basic idea behind variable objects is the creation of a named object
17697to represent a variable, an expression, a memory location or even a CPU
17698register. For each object created, a set of operations is available for
17699examining or changing its properties.
17700
17701Furthermore, complex data types, such as C structures, are represented
17702in a tree format. For instance, the @code{struct} type variable is the
17703root and the children will represent the struct members. If a child
17704is itself of a complex type, it will also have children of its own.
17705Appropriate language differences are handled for C, C@t{++} and Java.
17706
17707When returning the actual values of the objects, this facility allows
17708for the individual selection of the display format used in the result
17709creation. It can be chosen among: binary, decimal, hexadecimal, octal
17710and natural. Natural refers to a default format automatically
17711chosen based on the variable type (like decimal for an @code{int}, hex
17712for pointers, etc.).
17713
17714The following is the complete set of @sc{gdb/mi} operations defined to
17715access this functionality:
17716
17717@multitable @columnfractions .4 .6
17718@item @strong{Operation}
17719@tab @strong{Description}
17720
17721@item @code{-var-create}
17722@tab create a variable object
17723@item @code{-var-delete}
17724@tab delete the variable object and its children
17725@item @code{-var-set-format}
17726@tab set the display format of this variable
17727@item @code{-var-show-format}
17728@tab show the display format of this variable
17729@item @code{-var-info-num-children}
17730@tab tells how many children this object has
17731@item @code{-var-list-children}
17732@tab return a list of the object's children
17733@item @code{-var-info-type}
17734@tab show the type of this variable object
17735@item @code{-var-info-expression}
17736@tab print what this variable object represents
17737@item @code{-var-show-attributes}
17738@tab is this variable editable? does it exist here?
17739@item @code{-var-evaluate-expression}
17740@tab get the value of this variable
17741@item @code{-var-assign}
17742@tab set the value of this variable
17743@item @code{-var-update}
17744@tab update the variable and its children
17745@end multitable
17746
17747In the next subsection we describe each operation in detail and suggest
17748how it can be used.
17749
17750@subheading Description And Use of Operations on Variable Objects
17751
17752@subheading The @code{-var-create} Command
17753@findex -var-create
17754
17755@subsubheading Synopsis
17756
17757@smallexample
17758 -var-create @{@var{name} | "-"@}
17759 @{@var{frame-addr} | "*"@} @var{expression}
17760@end smallexample
17761
17762This operation creates a variable object, which allows the monitoring of
17763a variable, the result of an expression, a memory cell or a CPU
17764register.
17765
17766The @var{name} parameter is the string by which the object can be
17767referenced. It must be unique. If @samp{-} is specified, the varobj
17768system will generate a string ``varNNNNNN'' automatically. It will be
17769unique provided that one does not specify @var{name} on that format.
17770The command fails if a duplicate name is found.
17771
17772The frame under which the expression should be evaluated can be
17773specified by @var{frame-addr}. A @samp{*} indicates that the current
17774frame should be used.
17775
17776@var{expression} is any expression valid on the current language set (must not
17777begin with a @samp{*}), or one of the following:
17778
17779@itemize @bullet
17780@item
17781@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
17782
17783@item
17784@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
17785
17786@item
17787@samp{$@var{regname}} --- a CPU register name
17788@end itemize
17789
17790@subsubheading Result
17791
17792This operation returns the name, number of children and the type of the
17793object created. Type is returned as a string as the ones generated by
17794the @value{GDBN} CLI:
17795
17796@smallexample
17797 name="@var{name}",numchild="N",type="@var{type}"
17798@end smallexample
17799
17800
17801@subheading The @code{-var-delete} Command
17802@findex -var-delete
17803
17804@subsubheading Synopsis
17805
17806@smallexample
17807 -var-delete @var{name}
17808@end smallexample
17809
17810Deletes a previously created variable object and all of its children.
17811
17812Returns an error if the object @var{name} is not found.
17813
17814
17815@subheading The @code{-var-set-format} Command
17816@findex -var-set-format
17817
17818@subsubheading Synopsis
17819
17820@smallexample
17821 -var-set-format @var{name} @var{format-spec}
17822@end smallexample
17823
17824Sets the output format for the value of the object @var{name} to be
17825@var{format-spec}.
17826
17827The syntax for the @var{format-spec} is as follows:
17828
17829@smallexample
17830 @var{format-spec} @expansion{}
17831 @{binary | decimal | hexadecimal | octal | natural@}
17832@end smallexample
17833
17834
17835@subheading The @code{-var-show-format} Command
17836@findex -var-show-format
17837
17838@subsubheading Synopsis
17839
17840@smallexample
17841 -var-show-format @var{name}
17842@end smallexample
17843
17844Returns the format used to display the value of the object @var{name}.
17845
17846@smallexample
17847 @var{format} @expansion{}
17848 @var{format-spec}
17849@end smallexample
17850
17851
17852@subheading The @code{-var-info-num-children} Command
17853@findex -var-info-num-children
17854
17855@subsubheading Synopsis
17856
17857@smallexample
17858 -var-info-num-children @var{name}
17859@end smallexample
17860
17861Returns the number of children of a variable object @var{name}:
17862
17863@smallexample
17864 numchild=@var{n}
17865@end smallexample
17866
17867
17868@subheading The @code{-var-list-children} Command
17869@findex -var-list-children
17870
17871@subsubheading Synopsis
17872
17873@smallexample
17874 -var-list-children @var{name}
17875@end smallexample
17876
17877Returns a list of the children of the specified variable object:
17878
17879@smallexample
17880 numchild=@var{n},children=[@{name=@var{name},
17881 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
17882@end smallexample
17883
17884
17885@subheading The @code{-var-info-type} Command
17886@findex -var-info-type
17887
17888@subsubheading Synopsis
17889
17890@smallexample
17891 -var-info-type @var{name}
17892@end smallexample
17893
17894Returns the type of the specified variable @var{name}. The type is
17895returned as a string in the same format as it is output by the
17896@value{GDBN} CLI:
17897
17898@smallexample
17899 type=@var{typename}
17900@end smallexample
17901
17902
17903@subheading The @code{-var-info-expression} Command
17904@findex -var-info-expression
17905
17906@subsubheading Synopsis
17907
17908@smallexample
17909 -var-info-expression @var{name}
17910@end smallexample
17911
17912Returns what is represented by the variable object @var{name}:
17913
17914@smallexample
17915 lang=@var{lang-spec},exp=@var{expression}
17916@end smallexample
17917
17918@noindent
17919where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
17920
17921@subheading The @code{-var-show-attributes} Command
17922@findex -var-show-attributes
17923
17924@subsubheading Synopsis
17925
17926@smallexample
17927 -var-show-attributes @var{name}
17928@end smallexample
17929
17930List attributes of the specified variable object @var{name}:
17931
17932@smallexample
17933 status=@var{attr} [ ( ,@var{attr} )* ]
17934@end smallexample
17935
17936@noindent
17937where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
17938
17939@subheading The @code{-var-evaluate-expression} Command
17940@findex -var-evaluate-expression
17941
17942@subsubheading Synopsis
17943
17944@smallexample
17945 -var-evaluate-expression @var{name}
17946@end smallexample
17947
17948Evaluates the expression that is represented by the specified variable
17949object and returns its value as a string in the current format specified
17950for the object:
17951
17952@smallexample
17953 value=@var{value}
17954@end smallexample
17955
17956Note that one must invoke @code{-var-list-children} for a variable
17957before the value of a child variable can be evaluated.
17958
17959@subheading The @code{-var-assign} Command
17960@findex -var-assign
17961
17962@subsubheading Synopsis
17963
17964@smallexample
17965 -var-assign @var{name} @var{expression}
17966@end smallexample
17967
17968Assigns the value of @var{expression} to the variable object specified
17969by @var{name}. The object must be @samp{editable}. If the variable's
17970value is altered by the assign, the variable will show up in any
17971subsequent @code{-var-update} list.
17972
17973@subsubheading Example
17974
17975@smallexample
17976(@value{GDBP})
17977-var-assign var1 3
17978^done,value="3"
17979(@value{GDBP})
17980-var-update *
17981^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
17982(@value{GDBP})
17983@end smallexample
17984
17985@subheading The @code{-var-update} Command
17986@findex -var-update
17987
17988@subsubheading Synopsis
17989
17990@smallexample
17991 -var-update @{@var{name} | "*"@}
17992@end smallexample
17993
17994Update the value of the variable object @var{name} by evaluating its
17995expression after fetching all the new values from memory or registers.
17996A @samp{*} causes all existing variable objects to be updated.
17997
17998
17999@node Annotations
18000@chapter @value{GDBN} Annotations
18001
18002This chapter describes annotations in @value{GDBN}. Annotations are
18003designed to interface @value{GDBN} to graphical user interfaces or
18004other similar programs which want to interact with @value{GDBN} at a
18005relatively high level.
18006
18007@ignore
18008This is Edition @value{EDITION}, @value{DATE}.
18009@end ignore
18010
18011@menu
18012* Annotations Overview:: What annotations are; the general syntax.
18013* Server Prefix:: Issuing a command without affecting user state.
18014* Value Annotations:: Values are marked as such.
18015* Frame Annotations:: Stack frames are annotated.
18016* Displays:: @value{GDBN} can be told to display something periodically.
18017* Prompting:: Annotations marking @value{GDBN}'s need for input.
18018* Errors:: Annotations for error messages.
18019* Breakpoint Info:: Information on breakpoints.
18020* Invalidation:: Some annotations describe things now invalid.
18021* Annotations for Running::
18022 Whether the program is running, how it stopped, etc.
18023* Source Annotations:: Annotations describing source code.
18024* TODO:: Annotations which might be added in the future.
18025@end menu
18026
18027@node Annotations Overview
18028@section What is an Annotation?
18029@cindex annotations
18030
18031To produce annotations, start @value{GDBN} with the @code{--annotate=2} option.
18032
18033Annotations start with a newline character, two @samp{control-z}
18034characters, and the name of the annotation. If there is no additional
18035information associated with this annotation, the name of the annotation
18036is followed immediately by a newline. If there is additional
18037information, the name of the annotation is followed by a space, the
18038additional information, and a newline. The additional information
18039cannot contain newline characters.
18040
18041Any output not beginning with a newline and two @samp{control-z}
18042characters denotes literal output from @value{GDBN}. Currently there is
18043no need for @value{GDBN} to output a newline followed by two
18044@samp{control-z} characters, but if there was such a need, the
18045annotations could be extended with an @samp{escape} annotation which
18046means those three characters as output.
18047
18048A simple example of starting up @value{GDBN} with annotations is:
18049
18050@smallexample
18051$ gdb --annotate=2
18052GNU GDB 5.0
18053Copyright 2000 Free Software Foundation, Inc.
18054GDB is free software, covered by the GNU General Public License,
18055and you are welcome to change it and/or distribute copies of it
18056under certain conditions.
18057Type "show copying" to see the conditions.
18058There is absolutely no warranty for GDB. Type "show warranty"
18059for details.
18060This GDB was configured as "sparc-sun-sunos4.1.3"
18061
18062^Z^Zpre-prompt
18063(gdb)
18064^Z^Zprompt
18065quit
18066
18067^Z^Zpost-prompt
18068$
18069@end smallexample
18070
18071Here @samp{quit} is input to @value{GDBN}; the rest is output from
18072@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18073denotes a @samp{control-z} character) are annotations; the rest is
18074output from @value{GDBN}.
18075
18076@node Server Prefix
18077@section The Server Prefix
18078@cindex server prefix for annotations
18079
18080To issue a command to @value{GDBN} without affecting certain aspects of
18081the state which is seen by users, prefix it with @samp{server }. This
18082means that this command will not affect the command history, nor will it
18083affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18084pressed on a line by itself.
18085
18086The server prefix does not affect the recording of values into the value
18087history; to print a value without recording it into the value history,
18088use the @code{output} command instead of the @code{print} command.
18089
18090@node Value Annotations
18091@section Values
18092
18093@cindex annotations for values
18094When a value is printed in various contexts, @value{GDBN} uses
18095annotations to delimit the value from the surrounding text.
18096
18097@findex value-history-begin
18098@findex value-history-value
18099@findex value-history-end
18100If a value is printed using @code{print} and added to the value history,
18101the annotation looks like
18102
18103@smallexample
18104^Z^Zvalue-history-begin @var{history-number} @var{value-flags}
18105@var{history-string}
18106^Z^Zvalue-history-value
18107@var{the-value}
18108^Z^Zvalue-history-end
18109@end smallexample
18110
18111@noindent
18112where @var{history-number} is the number it is getting in the value
18113history, @var{history-string} is a string, such as @samp{$5 = }, which
18114introduces the value to the user, @var{the-value} is the output
18115corresponding to the value itself, and @var{value-flags} is @samp{*} for
18116a value which can be dereferenced and @samp{-} for a value which cannot.
18117
18118@findex value-begin
18119@findex value-end
18120If the value is not added to the value history (it is an invalid float
18121or it is printed with the @code{output} command), the annotation is similar:
18122
18123@smallexample
18124^Z^Zvalue-begin @var{value-flags}
18125@var{the-value}
18126^Z^Zvalue-end
18127@end smallexample
18128
18129@findex arg-begin
18130@findex arg-name-end
18131@findex arg-value
18132@findex arg-end
18133When @value{GDBN} prints an argument to a function (for example, in the output
18134from the @code{backtrace} command), it annotates it as follows:
18135
18136@smallexample
18137^Z^Zarg-begin
18138@var{argument-name}
18139^Z^Zarg-name-end
18140@var{separator-string}
18141^Z^Zarg-value @var{value-flags}
18142@var{the-value}
18143^Z^Zarg-end
18144@end smallexample
18145
18146@noindent
18147where @var{argument-name} is the name of the argument,
18148@var{separator-string} is text which separates the name from the value
18149for the user's benefit (such as @samp{=}), and @var{value-flags} and
18150@var{the-value} have the same meanings as in a
18151@code{value-history-begin} annotation.
18152
18153@findex field-begin
18154@findex field-name-end
18155@findex field-value
18156@findex field-end
18157When printing a structure, @value{GDBN} annotates it as follows:
18158
18159@smallexample
18160^Z^Zfield-begin @var{value-flags}
18161@var{field-name}
18162^Z^Zfield-name-end
18163@var{separator-string}
18164^Z^Zfield-value
18165@var{the-value}
18166^Z^Zfield-end
18167@end smallexample
18168
18169@noindent
18170where @var{field-name} is the name of the field, @var{separator-string}
18171is text which separates the name from the value for the user's benefit
18172(such as @samp{=}), and @var{value-flags} and @var{the-value} have the
18173same meanings as in a @code{value-history-begin} annotation.
18174
18175When printing an array, @value{GDBN} annotates it as follows:
18176
18177@smallexample
18178^Z^Zarray-section-begin @var{array-index} @var{value-flags}
18179@end smallexample
18180
18181@noindent
18182where @var{array-index} is the index of the first element being
18183annotated and @var{value-flags} has the same meaning as in a
18184@code{value-history-begin} annotation. This is followed by any number
18185of elements, where is element can be either a single element:
18186
18187@findex elt
18188@smallexample
18189@samp{,} @var{whitespace} ; @r{omitted for the first element}
18190@var{the-value}
18191^Z^Zelt
18192@end smallexample
18193
18194or a repeated element
18195
18196@findex elt-rep
18197@findex elt-rep-end
18198@smallexample
18199@samp{,} @var{whitespace} ; @r{omitted for the first element}
18200@var{the-value}
18201^Z^Zelt-rep @var{number-of-repetitions}
18202@var{repetition-string}
18203^Z^Zelt-rep-end
18204@end smallexample
18205
18206In both cases, @var{the-value} is the output for the value of the
18207element and @var{whitespace} can contain spaces, tabs, and newlines. In
18208the repeated case, @var{number-of-repetitions} is the number of
18209consecutive array elements which contain that value, and
18210@var{repetition-string} is a string which is designed to convey to the
18211user that repetition is being depicted.
18212
18213@findex array-section-end
18214Once all the array elements have been output, the array annotation is
18215ended with
18216
18217@smallexample
18218^Z^Zarray-section-end
18219@end smallexample
18220
18221@node Frame Annotations
18222@section Frames
18223
18224@cindex annotations for frames
18225Whenever @value{GDBN} prints a frame, it annotates it. For example, this applies
18226to frames printed when @value{GDBN} stops, output from commands such as
18227@code{backtrace} or @code{up}, etc.
18228
18229@findex frame-begin
18230The frame annotation begins with
18231
18232@smallexample
18233^Z^Zframe-begin @var{level} @var{address}
18234@var{level-string}
18235@end smallexample
18236
18237@noindent
18238where @var{level} is the number of the frame (0 is the innermost frame,
18239and other frames have positive numbers), @var{address} is the address of
18240the code executing in that frame, and @var{level-string} is a string
18241designed to convey the level to the user. @var{address} is in the form
18242@samp{0x} followed by one or more lowercase hex digits (note that this
18243does not depend on the language). The frame ends with
18244
18245@findex frame-end
18246@smallexample
18247^Z^Zframe-end
18248@end smallexample
18249
18250Between these annotations is the main body of the frame, which can
18251consist of
18252
18253@itemize @bullet
18254@item
18255@findex function-call
18256@smallexample
18257^Z^Zfunction-call
18258@var{function-call-string}
18259@end smallexample
18260
18261where @var{function-call-string} is text designed to convey to the user
18262that this frame is associated with a function call made by @value{GDBN} to a
18263function in the program being debugged.
18264
18265@item
18266@findex signal-handler-caller
18267@smallexample
18268^Z^Zsignal-handler-caller
18269@var{signal-handler-caller-string}
18270@end smallexample
18271
18272where @var{signal-handler-caller-string} is text designed to convey to
18273the user that this frame is associated with whatever mechanism is used
18274by this operating system to call a signal handler (it is the frame which
18275calls the signal handler, not the frame for the signal handler itself).
18276
18277@item
18278A normal frame.
18279
18280@findex frame-address
18281@findex frame-address-end
18282This can optionally (depending on whether this is thought of as
18283interesting information for the user to see) begin with
18284
18285@smallexample
18286^Z^Zframe-address
18287@var{address}
18288^Z^Zframe-address-end
18289@var{separator-string}
18290@end smallexample
18291
18292where @var{address} is the address executing in the frame (the same
18293address as in the @code{frame-begin} annotation, but printed in a form
18294which is intended for user consumption---in particular, the syntax varies
18295depending on the language), and @var{separator-string} is a string
18296intended to separate this address from what follows for the user's
18297benefit.
18298
18299@findex frame-function-name
18300@findex frame-args
18301Then comes
18302
18303@smallexample
18304^Z^Zframe-function-name
18305@var{function-name}
18306^Z^Zframe-args
18307@var{arguments}
18308@end smallexample
18309
18310where @var{function-name} is the name of the function executing in the
18311frame, or @samp{??} if not known, and @var{arguments} are the arguments
18312to the frame, with parentheses around them (each argument is annotated
18313individually as well, @pxref{Value Annotations}).
18314
18315@findex frame-source-begin
18316@findex frame-source-file
18317@findex frame-source-file-end
18318@findex frame-source-line
18319@findex frame-source-end
18320If source information is available, a reference to it is then printed:
18321
18322@smallexample
18323^Z^Zframe-source-begin
18324@var{source-intro-string}
18325^Z^Zframe-source-file
18326@var{filename}
18327^Z^Zframe-source-file-end
18328:
18329^Z^Zframe-source-line
18330@var{line-number}
18331^Z^Zframe-source-end
18332@end smallexample
18333
18334where @var{source-intro-string} separates for the user's benefit the
18335reference from the text which precedes it, @var{filename} is the name of
18336the source file, and @var{line-number} is the line number within that
18337file (the first line is line 1).
18338
18339@findex frame-where
18340If @value{GDBN} prints some information about where the frame is from (which
18341library, which load segment, etc.; currently only done on the RS/6000),
18342it is annotated with
18343
18344@smallexample
18345^Z^Zframe-where
18346@var{information}
18347@end smallexample
18348
18349Then, if source is to actually be displayed for this frame (for example,
18350this is not true for output from the @code{backtrace} command), then a
18351@code{source} annotation (@pxref{Source Annotations}) is displayed. Unlike
18352most annotations, this is output instead of the normal text which would be
18353output, not in addition.
18354@end itemize
18355
18356@node Displays
18357@section Displays
18358
18359@findex display-begin
18360@findex display-number-end
18361@findex display-format
18362@findex display-expression
18363@findex display-expression-end
18364@findex display-value
18365@findex display-end
18366@cindex annotations for display
18367When @value{GDBN} is told to display something using the @code{display} command,
18368the results of the display are annotated:
18369
18370@smallexample
18371^Z^Zdisplay-begin
18372@var{number}
18373^Z^Zdisplay-number-end
18374@var{number-separator}
18375^Z^Zdisplay-format
18376@var{format}
18377^Z^Zdisplay-expression
18378@var{expression}
18379^Z^Zdisplay-expression-end
18380@var{expression-separator}
18381^Z^Zdisplay-value
18382@var{value}
18383^Z^Zdisplay-end
18384@end smallexample
18385
18386@noindent
18387where @var{number} is the number of the display, @var{number-separator}
18388is intended to separate the number from what follows for the user,
18389@var{format} includes information such as the size, format, or other
18390information about how the value is being displayed, @var{expression} is
18391the expression being displayed, @var{expression-separator} is intended
18392to separate the expression from the text that follows for the user,
18393and @var{value} is the actual value being displayed.
18394
18395@node Prompting
18396@section Annotation for @value{GDBN} Input
18397
18398@cindex annotations for prompts
18399When @value{GDBN} prompts for input, it annotates this fact so it is possible
18400to know when to send output, when the output from a given command is
18401over, etc.
18402
18403Different kinds of input each have a different @dfn{input type}. Each
18404input type has three annotations: a @code{pre-} annotation, which
18405denotes the beginning of any prompt which is being output, a plain
18406annotation, which denotes the end of the prompt, and then a @code{post-}
18407annotation which denotes the end of any echo which may (or may not) be
18408associated with the input. For example, the @code{prompt} input type
18409features the following annotations:
18410
18411@smallexample
18412^Z^Zpre-prompt
18413^Z^Zprompt
18414^Z^Zpost-prompt
18415@end smallexample
18416
18417The input types are
18418
18419@table @code
18420@findex pre-prompt
18421@findex prompt
18422@findex post-prompt
18423@item prompt
18424When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18425
18426@findex pre-commands
18427@findex commands
18428@findex post-commands
18429@item commands
18430When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18431command. The annotations are repeated for each command which is input.
18432
18433@findex pre-overload-choice
18434@findex overload-choice
18435@findex post-overload-choice
18436@item overload-choice
18437When @value{GDBN} wants the user to select between various overloaded functions.
18438
18439@findex pre-query
18440@findex query
18441@findex post-query
18442@item query
18443When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18444
18445@findex pre-prompt-for-continue
18446@findex prompt-for-continue
18447@findex post-prompt-for-continue
18448@item prompt-for-continue
18449When @value{GDBN} is asking the user to press return to continue. Note: Don't
18450expect this to work well; instead use @code{set height 0} to disable
18451prompting. This is because the counting of lines is buggy in the
18452presence of annotations.
18453@end table
18454
18455@node Errors
18456@section Errors
18457@cindex annotations for errors, warnings and interrupts
18458
18459@findex quit
18460@smallexample
18461^Z^Zquit
18462@end smallexample
18463
18464This annotation occurs right before @value{GDBN} responds to an interrupt.
18465
18466@findex error
18467@smallexample
18468^Z^Zerror
18469@end smallexample
18470
18471This annotation occurs right before @value{GDBN} responds to an error.
18472
18473Quit and error annotations indicate that any annotations which @value{GDBN} was
18474in the middle of may end abruptly. For example, if a
18475@code{value-history-begin} annotation is followed by a @code{error}, one
18476cannot expect to receive the matching @code{value-history-end}. One
18477cannot expect not to receive it either, however; an error annotation
18478does not necessarily mean that @value{GDBN} is immediately returning all the way
18479to the top level.
18480
18481@findex error-begin
18482A quit or error annotation may be preceded by
18483
18484@smallexample
18485^Z^Zerror-begin
18486@end smallexample
18487
18488Any output between that and the quit or error annotation is the error
18489message.
18490
18491Warning messages are not yet annotated.
18492@c If we want to change that, need to fix warning(), type_error(),
18493@c range_error(), and possibly other places.
18494
18495@node Breakpoint Info
18496@section Information on Breakpoints
18497
18498@cindex annotations for breakpoints
18499The output from the @code{info breakpoints} command is annotated as follows:
18500
18501@findex breakpoints-headers
18502@findex breakpoints-table
18503@smallexample
18504^Z^Zbreakpoints-headers
18505@var{header-entry}
18506^Z^Zbreakpoints-table
18507@end smallexample
18508
18509@noindent
18510where @var{header-entry} has the same syntax as an entry (see below) but
18511instead of containing data, it contains strings which are intended to
18512convey the meaning of each field to the user. This is followed by any
18513number of entries. If a field does not apply for this entry, it is
18514omitted. Fields may contain trailing whitespace. Each entry consists
18515of:
18516
18517@findex record
18518@findex field
18519@smallexample
18520^Z^Zrecord
18521^Z^Zfield 0
18522@var{number}
18523^Z^Zfield 1
18524@var{type}
18525^Z^Zfield 2
18526@var{disposition}
18527^Z^Zfield 3
18528@var{enable}
18529^Z^Zfield 4
18530@var{address}
18531^Z^Zfield 5
18532@var{what}
18533^Z^Zfield 6
18534@var{frame}
18535^Z^Zfield 7
18536@var{condition}
18537^Z^Zfield 8
18538@var{ignore-count}
18539^Z^Zfield 9
18540@var{commands}
18541@end smallexample
18542
18543Note that @var{address} is intended for user consumption---the syntax
18544varies depending on the language.
18545
18546The output ends with
18547
18548@findex breakpoints-table-end
18549@smallexample
18550^Z^Zbreakpoints-table-end
18551@end smallexample
18552
18553@node Invalidation
18554@section Invalidation Notices
18555
18556@cindex annotations for invalidation messages
18557The following annotations say that certain pieces of state may have
18558changed.
18559
18560@table @code
18561@findex frames-invalid
18562@item ^Z^Zframes-invalid
18563
18564The frames (for example, output from the @code{backtrace} command) may
18565have changed.
18566
18567@findex breakpoints-invalid
18568@item ^Z^Zbreakpoints-invalid
18569
18570The breakpoints may have changed. For example, the user just added or
18571deleted a breakpoint.
18572@end table
18573
18574@node Annotations for Running
18575@section Running the Program
18576@cindex annotations for running programs
18577
18578@findex starting
18579@findex stopping
18580When the program starts executing due to a @value{GDBN} command such as
18581@code{step} or @code{continue},
18582
18583@smallexample
18584^Z^Zstarting
18585@end smallexample
18586
18587is output. When the program stops,
18588
18589@smallexample
18590^Z^Zstopped
18591@end smallexample
18592
18593is output. Before the @code{stopped} annotation, a variety of
18594annotations describe how the program stopped.
18595
18596@table @code
18597@findex exited
18598@item ^Z^Zexited @var{exit-status}
18599The program exited, and @var{exit-status} is the exit status (zero for
18600successful exit, otherwise nonzero).
18601
18602@findex signalled
18603@findex signal-name
18604@findex signal-name-end
18605@findex signal-string
18606@findex signal-string-end
18607@item ^Z^Zsignalled
18608The program exited with a signal. After the @code{^Z^Zsignalled}, the
18609annotation continues:
18610
18611@smallexample
18612@var{intro-text}
18613^Z^Zsignal-name
18614@var{name}
18615^Z^Zsignal-name-end
18616@var{middle-text}
18617^Z^Zsignal-string
18618@var{string}
18619^Z^Zsignal-string-end
18620@var{end-text}
18621@end smallexample
18622
18623@noindent
18624where @var{name} is the name of the signal, such as @code{SIGILL} or
18625@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18626as @code{Illegal Instruction} or @code{Segmentation fault}.
18627@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18628user's benefit and have no particular format.
18629
18630@findex signal
18631@item ^Z^Zsignal
18632The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18633just saying that the program received the signal, not that it was
18634terminated with it.
18635
18636@findex breakpoint
18637@item ^Z^Zbreakpoint @var{number}
18638The program hit breakpoint number @var{number}.
18639
18640@findex watchpoint
18641@item ^Z^Zwatchpoint @var{number}
18642The program hit watchpoint number @var{number}.
18643@end table
18644
18645@node Source Annotations
18646@section Displaying Source
18647@cindex annotations for source display
18648
18649@findex source
18650The following annotation is used instead of displaying source code:
18651
18652@smallexample
18653^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18654@end smallexample
18655
18656where @var{filename} is an absolute file name indicating which source
18657file, @var{line} is the line number within that file (where 1 is the
18658first line in the file), @var{character} is the character position
18659within the file (where 0 is the first character in the file) (for most
18660debug formats this will necessarily point to the beginning of a line),
18661@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18662line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18663@var{addr} is the address in the target program associated with the
18664source which is being displayed. @var{addr} is in the form @samp{0x}
18665followed by one or more lowercase hex digits (note that this does not
18666depend on the language).
18667
18668@node TODO
18669@section Annotations We Might Want in the Future
18670
18671@format
18672 - target-invalid
18673 the target might have changed (registers, heap contents, or
18674 execution status). For performance, we might eventually want
18675 to hit `registers-invalid' and `all-registers-invalid' with
18676 greater precision
18677
18678 - systematic annotation for set/show parameters (including
18679 invalidation notices).
18680
18681 - similarly, `info' returns a list of candidates for invalidation
18682 notices.
18683@end format
c906108c 18684
8e04817f
AC
18685@node GDB Bugs
18686@chapter Reporting Bugs in @value{GDBN}
18687@cindex bugs in @value{GDBN}
18688@cindex reporting bugs in @value{GDBN}
c906108c 18689
8e04817f 18690Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18691
8e04817f
AC
18692Reporting a bug may help you by bringing a solution to your problem, or it
18693may not. But in any case the principal function of a bug report is to help
18694the entire community by making the next version of @value{GDBN} work better. Bug
18695reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18696
8e04817f
AC
18697In order for a bug report to serve its purpose, you must include the
18698information that enables us to fix the bug.
c4555f82
SC
18699
18700@menu
8e04817f
AC
18701* Bug Criteria:: Have you found a bug?
18702* Bug Reporting:: How to report bugs
c4555f82
SC
18703@end menu
18704
8e04817f
AC
18705@node Bug Criteria
18706@section Have you found a bug?
18707@cindex bug criteria
c4555f82 18708
8e04817f 18709If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18710
18711@itemize @bullet
8e04817f
AC
18712@cindex fatal signal
18713@cindex debugger crash
18714@cindex crash of debugger
c4555f82 18715@item
8e04817f
AC
18716If the debugger gets a fatal signal, for any input whatever, that is a
18717@value{GDBN} bug. Reliable debuggers never crash.
18718
18719@cindex error on valid input
18720@item
18721If @value{GDBN} produces an error message for valid input, that is a
18722bug. (Note that if you're cross debugging, the problem may also be
18723somewhere in the connection to the target.)
c4555f82 18724
8e04817f 18725@cindex invalid input
c4555f82 18726@item
8e04817f
AC
18727If @value{GDBN} does not produce an error message for invalid input,
18728that is a bug. However, you should note that your idea of
18729``invalid input'' might be our idea of ``an extension'' or ``support
18730for traditional practice''.
18731
18732@item
18733If you are an experienced user of debugging tools, your suggestions
18734for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18735@end itemize
18736
8e04817f
AC
18737@node Bug Reporting
18738@section How to report bugs
18739@cindex bug reports
18740@cindex @value{GDBN} bugs, reporting
18741
18742A number of companies and individuals offer support for @sc{gnu} products.
18743If you obtained @value{GDBN} from a support organization, we recommend you
18744contact that organization first.
18745
18746You can find contact information for many support companies and
18747individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18748distribution.
18749@c should add a web page ref...
18750
129188f6
AC
18751In any event, we also recommend that you submit bug reports for
18752@value{GDBN}. The prefered method is to submit them directly using
18753@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18754page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18755be used.
8e04817f
AC
18756
18757@strong{Do not send bug reports to @samp{info-gdb}, or to
18758@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18759not want to receive bug reports. Those that do have arranged to receive
18760@samp{bug-gdb}.
18761
18762The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18763serves as a repeater. The mailing list and the newsgroup carry exactly
18764the same messages. Often people think of posting bug reports to the
18765newsgroup instead of mailing them. This appears to work, but it has one
18766problem which can be crucial: a newsgroup posting often lacks a mail
18767path back to the sender. Thus, if we need to ask for more information,
18768we may be unable to reach you. For this reason, it is better to send
18769bug reports to the mailing list.
c4555f82 18770
8e04817f
AC
18771The fundamental principle of reporting bugs usefully is this:
18772@strong{report all the facts}. If you are not sure whether to state a
18773fact or leave it out, state it!
c4555f82 18774
8e04817f
AC
18775Often people omit facts because they think they know what causes the
18776problem and assume that some details do not matter. Thus, you might
18777assume that the name of the variable you use in an example does not matter.
18778Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18779stray memory reference which happens to fetch from the location where that
18780name is stored in memory; perhaps, if the name were different, the contents
18781of that location would fool the debugger into doing the right thing despite
18782the bug. Play it safe and give a specific, complete example. That is the
18783easiest thing for you to do, and the most helpful.
c4555f82 18784
8e04817f
AC
18785Keep in mind that the purpose of a bug report is to enable us to fix the
18786bug. It may be that the bug has been reported previously, but neither
18787you nor we can know that unless your bug report is complete and
18788self-contained.
c4555f82 18789
8e04817f
AC
18790Sometimes people give a few sketchy facts and ask, ``Does this ring a
18791bell?'' Those bug reports are useless, and we urge everyone to
18792@emph{refuse to respond to them} except to chide the sender to report
18793bugs properly.
18794
18795To enable us to fix the bug, you should include all these things:
c4555f82
SC
18796
18797@itemize @bullet
18798@item
8e04817f
AC
18799The version of @value{GDBN}. @value{GDBN} announces it if you start
18800with no arguments; you can also print it at any time using @code{show
18801version}.
c4555f82 18802
8e04817f
AC
18803Without this, we will not know whether there is any point in looking for
18804the bug in the current version of @value{GDBN}.
c4555f82
SC
18805
18806@item
8e04817f
AC
18807The type of machine you are using, and the operating system name and
18808version number.
c4555f82
SC
18809
18810@item
8e04817f
AC
18811What compiler (and its version) was used to compile @value{GDBN}---e.g.
18812``@value{GCC}--2.8.1''.
c4555f82
SC
18813
18814@item
8e04817f
AC
18815What compiler (and its version) was used to compile the program you are
18816debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18817C Compiler''. For GCC, you can say @code{gcc --version} to get this
18818information; for other compilers, see the documentation for those
18819compilers.
c4555f82 18820
8e04817f
AC
18821@item
18822The command arguments you gave the compiler to compile your example and
18823observe the bug. For example, did you use @samp{-O}? To guarantee
18824you will not omit something important, list them all. A copy of the
18825Makefile (or the output from make) is sufficient.
c4555f82 18826
8e04817f
AC
18827If we were to try to guess the arguments, we would probably guess wrong
18828and then we might not encounter the bug.
c4555f82 18829
8e04817f
AC
18830@item
18831A complete input script, and all necessary source files, that will
18832reproduce the bug.
c4555f82 18833
8e04817f
AC
18834@item
18835A description of what behavior you observe that you believe is
18836incorrect. For example, ``It gets a fatal signal.''
c4555f82 18837
8e04817f
AC
18838Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18839will certainly notice it. But if the bug is incorrect output, we might
18840not notice unless it is glaringly wrong. You might as well not give us
18841a chance to make a mistake.
c4555f82 18842
8e04817f
AC
18843Even if the problem you experience is a fatal signal, you should still
18844say so explicitly. Suppose something strange is going on, such as, your
18845copy of @value{GDBN} is out of synch, or you have encountered a bug in
18846the C library on your system. (This has happened!) Your copy might
18847crash and ours would not. If you told us to expect a crash, then when
18848ours fails to crash, we would know that the bug was not happening for
18849us. If you had not told us to expect a crash, then we would not be able
18850to draw any conclusion from our observations.
c4555f82 18851
8e04817f
AC
18852@item
18853If you wish to suggest changes to the @value{GDBN} source, send us context
18854diffs. If you even discuss something in the @value{GDBN} source, refer to
18855it by context, not by line number.
c4555f82 18856
8e04817f
AC
18857The line numbers in our development sources will not match those in your
18858sources. Your line numbers would convey no useful information to us.
c4555f82 18859
8e04817f 18860@end itemize
c4555f82 18861
8e04817f 18862Here are some things that are not necessary:
c4555f82 18863
8e04817f
AC
18864@itemize @bullet
18865@item
18866A description of the envelope of the bug.
c4555f82 18867
8e04817f
AC
18868Often people who encounter a bug spend a lot of time investigating
18869which changes to the input file will make the bug go away and which
18870changes will not affect it.
c4555f82 18871
8e04817f
AC
18872This is often time consuming and not very useful, because the way we
18873will find the bug is by running a single example under the debugger
18874with breakpoints, not by pure deduction from a series of examples.
18875We recommend that you save your time for something else.
c4555f82 18876
8e04817f
AC
18877Of course, if you can find a simpler example to report @emph{instead}
18878of the original one, that is a convenience for us. Errors in the
18879output will be easier to spot, running under the debugger will take
18880less time, and so on.
c4555f82 18881
8e04817f
AC
18882However, simplification is not vital; if you do not want to do this,
18883report the bug anyway and send us the entire test case you used.
c4555f82 18884
8e04817f
AC
18885@item
18886A patch for the bug.
c4555f82 18887
8e04817f
AC
18888A patch for the bug does help us if it is a good one. But do not omit
18889the necessary information, such as the test case, on the assumption that
18890a patch is all we need. We might see problems with your patch and decide
18891to fix the problem another way, or we might not understand it at all.
c4555f82 18892
8e04817f
AC
18893Sometimes with a program as complicated as @value{GDBN} it is very hard to
18894construct an example that will make the program follow a certain path
18895through the code. If you do not send us the example, we will not be able
18896to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18897
8e04817f
AC
18898And if we cannot understand what bug you are trying to fix, or why your
18899patch should be an improvement, we will not install it. A test case will
18900help us to understand.
c4555f82 18901
8e04817f
AC
18902@item
18903A guess about what the bug is or what it depends on.
c4555f82 18904
8e04817f
AC
18905Such guesses are usually wrong. Even we cannot guess right about such
18906things without first using the debugger to find the facts.
18907@end itemize
c4555f82 18908
8e04817f
AC
18909@c The readline documentation is distributed with the readline code
18910@c and consists of the two following files:
18911@c rluser.texinfo
18912@c inc-hist.texinfo
18913@c Use -I with makeinfo to point to the appropriate directory,
18914@c environment var TEXINPUTS with TeX.
18915@include rluser.texinfo
18916@include inc-hist.texinfo
c4555f82 18917
c4555f82 18918
8e04817f
AC
18919@node Formatting Documentation
18920@appendix Formatting Documentation
c4555f82 18921
8e04817f
AC
18922@cindex @value{GDBN} reference card
18923@cindex reference card
18924The @value{GDBN} 4 release includes an already-formatted reference card, ready
18925for printing with PostScript or Ghostscript, in the @file{gdb}
18926subdirectory of the main source directory@footnote{In
18927@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18928release.}. If you can use PostScript or Ghostscript with your printer,
18929you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18930
8e04817f
AC
18931The release also includes the source for the reference card. You
18932can format it, using @TeX{}, by typing:
c4555f82 18933
474c8240 18934@smallexample
8e04817f 18935make refcard.dvi
474c8240 18936@end smallexample
c4555f82 18937
8e04817f
AC
18938The @value{GDBN} reference card is designed to print in @dfn{landscape}
18939mode on US ``letter'' size paper;
18940that is, on a sheet 11 inches wide by 8.5 inches
18941high. You will need to specify this form of printing as an option to
18942your @sc{dvi} output program.
c4555f82 18943
8e04817f 18944@cindex documentation
c4555f82 18945
8e04817f
AC
18946All the documentation for @value{GDBN} comes as part of the machine-readable
18947distribution. The documentation is written in Texinfo format, which is
18948a documentation system that uses a single source file to produce both
18949on-line information and a printed manual. You can use one of the Info
18950formatting commands to create the on-line version of the documentation
18951and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18952
8e04817f
AC
18953@value{GDBN} includes an already formatted copy of the on-line Info
18954version of this manual in the @file{gdb} subdirectory. The main Info
18955file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18956subordinate files matching @samp{gdb.info*} in the same directory. If
18957necessary, you can print out these files, or read them with any editor;
18958but they are easier to read using the @code{info} subsystem in @sc{gnu}
18959Emacs or the standalone @code{info} program, available as part of the
18960@sc{gnu} Texinfo distribution.
c4555f82 18961
8e04817f
AC
18962If you want to format these Info files yourself, you need one of the
18963Info formatting programs, such as @code{texinfo-format-buffer} or
18964@code{makeinfo}.
c4555f82 18965
8e04817f
AC
18966If you have @code{makeinfo} installed, and are in the top level
18967@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
18968version @value{GDBVN}), you can make the Info file by typing:
c4555f82 18969
474c8240 18970@smallexample
8e04817f
AC
18971cd gdb
18972make gdb.info
474c8240 18973@end smallexample
c4555f82 18974
8e04817f
AC
18975If you want to typeset and print copies of this manual, you need @TeX{},
18976a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
18977Texinfo definitions file.
c4555f82 18978
8e04817f
AC
18979@TeX{} is a typesetting program; it does not print files directly, but
18980produces output files called @sc{dvi} files. To print a typeset
18981document, you need a program to print @sc{dvi} files. If your system
18982has @TeX{} installed, chances are it has such a program. The precise
18983command to use depends on your system; @kbd{lpr -d} is common; another
18984(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
18985require a file name without any extension or a @samp{.dvi} extension.
c4555f82 18986
8e04817f
AC
18987@TeX{} also requires a macro definitions file called
18988@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
18989written in Texinfo format. On its own, @TeX{} cannot either read or
18990typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
18991and is located in the @file{gdb-@var{version-number}/texinfo}
18992directory.
c4555f82 18993
8e04817f
AC
18994If you have @TeX{} and a @sc{dvi} printer program installed, you can
18995typeset and print this manual. First switch to the the @file{gdb}
18996subdirectory of the main source directory (for example, to
18997@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 18998
474c8240 18999@smallexample
8e04817f 19000make gdb.dvi
474c8240 19001@end smallexample
c4555f82 19002
8e04817f 19003Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19004
8e04817f
AC
19005@node Installing GDB
19006@appendix Installing @value{GDBN}
19007@cindex configuring @value{GDBN}
19008@cindex installation
94e91d6d 19009@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19010
8e04817f
AC
19011@value{GDBN} comes with a @code{configure} script that automates the process
19012of preparing @value{GDBN} for installation; you can then use @code{make} to
19013build the @code{gdb} program.
19014@iftex
19015@c irrelevant in info file; it's as current as the code it lives with.
19016@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19017look at the @file{README} file in the sources; we may have improved the
19018installation procedures since publishing this manual.}
19019@end iftex
c4555f82 19020
8e04817f
AC
19021The @value{GDBN} distribution includes all the source code you need for
19022@value{GDBN} in a single directory, whose name is usually composed by
19023appending the version number to @samp{gdb}.
c4555f82 19024
8e04817f
AC
19025For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19026@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19027
8e04817f
AC
19028@table @code
19029@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19030script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19031
8e04817f
AC
19032@item gdb-@value{GDBVN}/gdb
19033the source specific to @value{GDBN} itself
c4555f82 19034
8e04817f
AC
19035@item gdb-@value{GDBVN}/bfd
19036source for the Binary File Descriptor library
c906108c 19037
8e04817f
AC
19038@item gdb-@value{GDBVN}/include
19039@sc{gnu} include files
c906108c 19040
8e04817f
AC
19041@item gdb-@value{GDBVN}/libiberty
19042source for the @samp{-liberty} free software library
c906108c 19043
8e04817f
AC
19044@item gdb-@value{GDBVN}/opcodes
19045source for the library of opcode tables and disassemblers
c906108c 19046
8e04817f
AC
19047@item gdb-@value{GDBVN}/readline
19048source for the @sc{gnu} command-line interface
c906108c 19049
8e04817f
AC
19050@item gdb-@value{GDBVN}/glob
19051source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19052
8e04817f
AC
19053@item gdb-@value{GDBVN}/mmalloc
19054source for the @sc{gnu} memory-mapped malloc package
19055@end table
c906108c 19056
8e04817f
AC
19057The simplest way to configure and build @value{GDBN} is to run @code{configure}
19058from the @file{gdb-@var{version-number}} source directory, which in
19059this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19060
8e04817f
AC
19061First switch to the @file{gdb-@var{version-number}} source directory
19062if you are not already in it; then run @code{configure}. Pass the
19063identifier for the platform on which @value{GDBN} will run as an
19064argument.
c906108c 19065
8e04817f 19066For example:
c906108c 19067
474c8240 19068@smallexample
8e04817f
AC
19069cd gdb-@value{GDBVN}
19070./configure @var{host}
19071make
474c8240 19072@end smallexample
c906108c 19073
8e04817f
AC
19074@noindent
19075where @var{host} is an identifier such as @samp{sun4} or
19076@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19077(You can often leave off @var{host}; @code{configure} tries to guess the
19078correct value by examining your system.)
c906108c 19079
8e04817f
AC
19080Running @samp{configure @var{host}} and then running @code{make} builds the
19081@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19082libraries, then @code{gdb} itself. The configured source files, and the
19083binaries, are left in the corresponding source directories.
c906108c 19084
8e04817f
AC
19085@need 750
19086@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19087system does not recognize this automatically when you run a different
19088shell, you may need to run @code{sh} on it explicitly:
c906108c 19089
474c8240 19090@smallexample
8e04817f 19091sh configure @var{host}
474c8240 19092@end smallexample
c906108c 19093
8e04817f
AC
19094If you run @code{configure} from a directory that contains source
19095directories for multiple libraries or programs, such as the
19096@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19097creates configuration files for every directory level underneath (unless
19098you tell it not to, with the @samp{--norecursion} option).
19099
94e91d6d
MC
19100You should run the @code{configure} script from the top directory in the
19101source tree, the @file{gdb-@var{version-number}} directory. If you run
19102@code{configure} from one of the subdirectories, you will configure only
19103that subdirectory. That is usually not what you want. In particular,
19104if you run the first @code{configure} from the @file{gdb} subdirectory
19105of the @file{gdb-@var{version-number}} directory, you will omit the
19106configuration of @file{bfd}, @file{readline}, and other sibling
19107directories of the @file{gdb} subdirectory. This leads to build errors
19108about missing include files such as @file{bfd/bfd.h}.
c906108c 19109
8e04817f
AC
19110You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19111However, you should make sure that the shell on your path (named by
19112the @samp{SHELL} environment variable) is publicly readable. Remember
19113that @value{GDBN} uses the shell to start your program---some systems refuse to
19114let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19115
8e04817f
AC
19116@menu
19117* Separate Objdir:: Compiling @value{GDBN} in another directory
19118* Config Names:: Specifying names for hosts and targets
19119* Configure Options:: Summary of options for configure
19120@end menu
c906108c 19121
8e04817f
AC
19122@node Separate Objdir
19123@section Compiling @value{GDBN} in another directory
c906108c 19124
8e04817f
AC
19125If you want to run @value{GDBN} versions for several host or target machines,
19126you need a different @code{gdb} compiled for each combination of
19127host and target. @code{configure} is designed to make this easy by
19128allowing you to generate each configuration in a separate subdirectory,
19129rather than in the source directory. If your @code{make} program
19130handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19131@code{make} in each of these directories builds the @code{gdb}
19132program specified there.
c906108c 19133
8e04817f
AC
19134To build @code{gdb} in a separate directory, run @code{configure}
19135with the @samp{--srcdir} option to specify where to find the source.
19136(You also need to specify a path to find @code{configure}
19137itself from your working directory. If the path to @code{configure}
19138would be the same as the argument to @samp{--srcdir}, you can leave out
19139the @samp{--srcdir} option; it is assumed.)
c906108c 19140
8e04817f
AC
19141For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19142separate directory for a Sun 4 like this:
c906108c 19143
474c8240 19144@smallexample
8e04817f
AC
19145@group
19146cd gdb-@value{GDBVN}
19147mkdir ../gdb-sun4
19148cd ../gdb-sun4
19149../gdb-@value{GDBVN}/configure sun4
19150make
19151@end group
474c8240 19152@end smallexample
c906108c 19153
8e04817f
AC
19154When @code{configure} builds a configuration using a remote source
19155directory, it creates a tree for the binaries with the same structure
19156(and using the same names) as the tree under the source directory. In
19157the example, you'd find the Sun 4 library @file{libiberty.a} in the
19158directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19159@file{gdb-sun4/gdb}.
c906108c 19160
94e91d6d
MC
19161Make sure that your path to the @file{configure} script has just one
19162instance of @file{gdb} in it. If your path to @file{configure} looks
19163like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19164one subdirectory of @value{GDBN}, not the whole package. This leads to
19165build errors about missing include files such as @file{bfd/bfd.h}.
19166
8e04817f
AC
19167One popular reason to build several @value{GDBN} configurations in separate
19168directories is to configure @value{GDBN} for cross-compiling (where
19169@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19170programs that run on another machine---the @dfn{target}).
19171You specify a cross-debugging target by
19172giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19173
8e04817f
AC
19174When you run @code{make} to build a program or library, you must run
19175it in a configured directory---whatever directory you were in when you
19176called @code{configure} (or one of its subdirectories).
c906108c 19177
8e04817f
AC
19178The @code{Makefile} that @code{configure} generates in each source
19179directory also runs recursively. If you type @code{make} in a source
19180directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19181directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19182will build all the required libraries, and then build GDB.
c906108c 19183
8e04817f
AC
19184When you have multiple hosts or targets configured in separate
19185directories, you can run @code{make} on them in parallel (for example,
19186if they are NFS-mounted on each of the hosts); they will not interfere
19187with each other.
c906108c 19188
8e04817f
AC
19189@node Config Names
19190@section Specifying names for hosts and targets
c906108c 19191
8e04817f
AC
19192The specifications used for hosts and targets in the @code{configure}
19193script are based on a three-part naming scheme, but some short predefined
19194aliases are also supported. The full naming scheme encodes three pieces
19195of information in the following pattern:
c906108c 19196
474c8240 19197@smallexample
8e04817f 19198@var{architecture}-@var{vendor}-@var{os}
474c8240 19199@end smallexample
c906108c 19200
8e04817f
AC
19201For example, you can use the alias @code{sun4} as a @var{host} argument,
19202or as the value for @var{target} in a @code{--target=@var{target}}
19203option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19204
8e04817f
AC
19205The @code{configure} script accompanying @value{GDBN} does not provide
19206any query facility to list all supported host and target names or
19207aliases. @code{configure} calls the Bourne shell script
19208@code{config.sub} to map abbreviations to full names; you can read the
19209script, if you wish, or you can use it to test your guesses on
19210abbreviations---for example:
c906108c 19211
8e04817f
AC
19212@smallexample
19213% sh config.sub i386-linux
19214i386-pc-linux-gnu
19215% sh config.sub alpha-linux
19216alpha-unknown-linux-gnu
19217% sh config.sub hp9k700
19218hppa1.1-hp-hpux
19219% sh config.sub sun4
19220sparc-sun-sunos4.1.1
19221% sh config.sub sun3
19222m68k-sun-sunos4.1.1
19223% sh config.sub i986v
19224Invalid configuration `i986v': machine `i986v' not recognized
19225@end smallexample
c906108c 19226
8e04817f
AC
19227@noindent
19228@code{config.sub} is also distributed in the @value{GDBN} source
19229directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19230
8e04817f
AC
19231@node Configure Options
19232@section @code{configure} options
c906108c 19233
8e04817f
AC
19234Here is a summary of the @code{configure} options and arguments that
19235are most often useful for building @value{GDBN}. @code{configure} also has
19236several other options not listed here. @inforef{What Configure
19237Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19238
474c8240 19239@smallexample
8e04817f
AC
19240configure @r{[}--help@r{]}
19241 @r{[}--prefix=@var{dir}@r{]}
19242 @r{[}--exec-prefix=@var{dir}@r{]}
19243 @r{[}--srcdir=@var{dirname}@r{]}
19244 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19245 @r{[}--target=@var{target}@r{]}
19246 @var{host}
474c8240 19247@end smallexample
c906108c 19248
8e04817f
AC
19249@noindent
19250You may introduce options with a single @samp{-} rather than
19251@samp{--} if you prefer; but you may abbreviate option names if you use
19252@samp{--}.
c906108c 19253
8e04817f
AC
19254@table @code
19255@item --help
19256Display a quick summary of how to invoke @code{configure}.
c906108c 19257
8e04817f
AC
19258@item --prefix=@var{dir}
19259Configure the source to install programs and files under directory
19260@file{@var{dir}}.
c906108c 19261
8e04817f
AC
19262@item --exec-prefix=@var{dir}
19263Configure the source to install programs under directory
19264@file{@var{dir}}.
c906108c 19265
8e04817f
AC
19266@c avoid splitting the warning from the explanation:
19267@need 2000
19268@item --srcdir=@var{dirname}
19269@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19270@code{make} that implements the @code{VPATH} feature.}@*
19271Use this option to make configurations in directories separate from the
19272@value{GDBN} source directories. Among other things, you can use this to
19273build (or maintain) several configurations simultaneously, in separate
19274directories. @code{configure} writes configuration specific files in
19275the current directory, but arranges for them to use the source in the
19276directory @var{dirname}. @code{configure} creates directories under
19277the working directory in parallel to the source directories below
19278@var{dirname}.
c906108c 19279
8e04817f
AC
19280@item --norecursion
19281Configure only the directory level where @code{configure} is executed; do not
19282propagate configuration to subdirectories.
c906108c 19283
8e04817f
AC
19284@item --target=@var{target}
19285Configure @value{GDBN} for cross-debugging programs running on the specified
19286@var{target}. Without this option, @value{GDBN} is configured to debug
19287programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19288
8e04817f 19289There is no convenient way to generate a list of all available targets.
c906108c 19290
8e04817f
AC
19291@item @var{host} @dots{}
19292Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19293
8e04817f
AC
19294There is no convenient way to generate a list of all available hosts.
19295@end table
c906108c 19296
8e04817f
AC
19297There are many other options available as well, but they are generally
19298needed for special purposes only.
c906108c 19299
8e04817f
AC
19300@node Maintenance Commands
19301@appendix Maintenance Commands
19302@cindex maintenance commands
19303@cindex internal commands
c906108c 19304
8e04817f
AC
19305In addition to commands intended for @value{GDBN} users, @value{GDBN}
19306includes a number of commands intended for @value{GDBN} developers.
19307These commands are provided here for reference.
c906108c 19308
8e04817f
AC
19309@table @code
19310@kindex maint info breakpoints
19311@item @anchor{maint info breakpoints}maint info breakpoints
19312Using the same format as @samp{info breakpoints}, display both the
19313breakpoints you've set explicitly, and those @value{GDBN} is using for
19314internal purposes. Internal breakpoints are shown with negative
19315breakpoint numbers. The type column identifies what kind of breakpoint
19316is shown:
c906108c 19317
8e04817f
AC
19318@table @code
19319@item breakpoint
19320Normal, explicitly set breakpoint.
c906108c 19321
8e04817f
AC
19322@item watchpoint
19323Normal, explicitly set watchpoint.
c906108c 19324
8e04817f
AC
19325@item longjmp
19326Internal breakpoint, used to handle correctly stepping through
19327@code{longjmp} calls.
c906108c 19328
8e04817f
AC
19329@item longjmp resume
19330Internal breakpoint at the target of a @code{longjmp}.
c906108c 19331
8e04817f
AC
19332@item until
19333Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19334
8e04817f
AC
19335@item finish
19336Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19337
8e04817f
AC
19338@item shlib events
19339Shared library events.
c906108c 19340
8e04817f 19341@end table
c906108c 19342
8d30a00d
AC
19343@kindex maint internal-error
19344@kindex maint internal-warning
19345@item maint internal-error
19346@itemx maint internal-warning
19347Cause @value{GDBN} to call the internal function @code{internal_error}
19348or @code{internal_warning} and hence behave as though an internal error
19349or internal warning has been detected. In addition to reporting the
19350internal problem, these functions give the user the opportunity to
19351either quit @value{GDBN} or create a core file of the current
19352@value{GDBN} session.
19353
19354@smallexample
19355(gdb) @kbd{maint internal-error testing, 1, 2}
19356@dots{}/maint.c:121: internal-error: testing, 1, 2
19357A problem internal to GDB has been detected. Further
19358debugging may prove unreliable.
19359Quit this debugging session? (y or n) @kbd{n}
19360Create a core file? (y or n) @kbd{n}
19361(gdb)
19362@end smallexample
19363
19364Takes an optional parameter that is used as the text of the error or
19365warning message.
19366
00905d52
AC
19367@kindex maint print dummy-frames
19368@item maint print dummy-frames
19369
19370Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19371
19372@smallexample
19373(gdb) @kbd{b add}
19374@dots{}
19375(gdb) @kbd{print add(2,3)}
19376Breakpoint 2, add (a=2, b=3) at @dots{}
1937758 return (a + b);
19378The program being debugged stopped while in a function called from GDB.
19379@dots{}
19380(gdb) @kbd{maint print dummy-frames}
193810x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19382 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19383 call_lo=0x01014000 call_hi=0x01014001
19384(gdb)
19385@end smallexample
19386
19387Takes an optional file parameter.
19388
0680b120
AC
19389@kindex maint print registers
19390@kindex maint print raw-registers
19391@kindex maint print cooked-registers
617073a9 19392@kindex maint print register-groups
0680b120
AC
19393@item maint print registers
19394@itemx maint print raw-registers
19395@itemx maint print cooked-registers
617073a9 19396@itemx maint print register-groups
0680b120
AC
19397Print @value{GDBN}'s internal register data structures.
19398
617073a9
AC
19399The command @code{maint print raw-registers} includes the contents of
19400the raw register cache; the command @code{maint print cooked-registers}
19401includes the (cooked) value of all registers; and the command
19402@code{maint print register-groups} includes the groups that each
19403register is a member of. @xref{Registers,, Registers, gdbint,
19404@value{GDBN} Internals}.
0680b120
AC
19405
19406Takes an optional file parameter.
19407
617073a9
AC
19408@kindex maint print reggroups
19409@item maint print reggroups
19410Print @value{GDBN}'s internal register group data structures.
19411
19412Takes an optional file parameter.
19413
19414@smallexample
19415(gdb) @kbd{maint print reggroups}
19416 Group Type
19417 general user
19418 float user
19419 all user
19420 vector user
19421 system user
19422 save internal
19423 restore internal
19424@end smallexample
19425
e7ba9c65
DJ
19426@kindex maint set profile
19427@kindex maint show profile
19428@cindex profiling GDB
19429@item maint set profile
19430@itemx maint show profile
19431Control profiling of @value{GDBN}.
19432
19433Profiling will be disabled until you use the @samp{maint set profile}
19434command to enable it. When you enable profiling, the system will begin
19435collecting timing and execution count data; when you disable profiling or
19436exit @value{GDBN}, the results will be written to a log file. Remember that
19437if you use profiling, @value{GDBN} will overwrite the profiling log file
19438(often called @file{gmon.out}). If you have a record of important profiling
19439data in a @file{gmon.out} file, be sure to move it to a safe location.
19440
19441Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19442compiled with the @samp{-pg} compiler option.
19443
8e04817f 19444@end table
c906108c 19445
c906108c 19446
e0ce93ac 19447@node Remote Protocol
8e04817f 19448@appendix @value{GDBN} Remote Serial Protocol
c906108c 19449
ee2d5c50
AC
19450@menu
19451* Overview::
19452* Packets::
19453* Stop Reply Packets::
19454* General Query Packets::
19455* Register Packet Format::
19456* Examples::
0ce1b118 19457* File-I/O remote protocol extension::
ee2d5c50
AC
19458@end menu
19459
19460@node Overview
19461@section Overview
19462
8e04817f
AC
19463There may be occasions when you need to know something about the
19464protocol---for example, if there is only one serial port to your target
19465machine, you might want your program to do something special if it
19466recognizes a packet meant for @value{GDBN}.
c906108c 19467
d2c6833e 19468In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19469transmitted and received data respectfully.
c906108c 19470
8e04817f
AC
19471@cindex protocol, @value{GDBN} remote serial
19472@cindex serial protocol, @value{GDBN} remote
19473@cindex remote serial protocol
19474All @value{GDBN} commands and responses (other than acknowledgments) are
19475sent as a @var{packet}. A @var{packet} is introduced with the character
19476@samp{$}, the actual @var{packet-data}, and the terminating character
19477@samp{#} followed by a two-digit @var{checksum}:
c906108c 19478
474c8240 19479@smallexample
8e04817f 19480@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19481@end smallexample
8e04817f 19482@noindent
c906108c 19483
8e04817f
AC
19484@cindex checksum, for @value{GDBN} remote
19485@noindent
19486The two-digit @var{checksum} is computed as the modulo 256 sum of all
19487characters between the leading @samp{$} and the trailing @samp{#} (an
19488eight bit unsigned checksum).
c906108c 19489
8e04817f
AC
19490Implementors should note that prior to @value{GDBN} 5.0 the protocol
19491specification also included an optional two-digit @var{sequence-id}:
c906108c 19492
474c8240 19493@smallexample
8e04817f 19494@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19495@end smallexample
c906108c 19496
8e04817f
AC
19497@cindex sequence-id, for @value{GDBN} remote
19498@noindent
19499That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19500has never output @var{sequence-id}s. Stubs that handle packets added
19501since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19502
8e04817f
AC
19503@cindex acknowledgment, for @value{GDBN} remote
19504When either the host or the target machine receives a packet, the first
19505response expected is an acknowledgment: either @samp{+} (to indicate
19506the package was received correctly) or @samp{-} (to request
19507retransmission):
c906108c 19508
474c8240 19509@smallexample
d2c6833e
AC
19510-> @code{$}@var{packet-data}@code{#}@var{checksum}
19511<- @code{+}
474c8240 19512@end smallexample
8e04817f 19513@noindent
53a5351d 19514
8e04817f
AC
19515The host (@value{GDBN}) sends @var{command}s, and the target (the
19516debugging stub incorporated in your program) sends a @var{response}. In
19517the case of step and continue @var{command}s, the response is only sent
19518when the operation has completed (the target has again stopped).
c906108c 19519
8e04817f
AC
19520@var{packet-data} consists of a sequence of characters with the
19521exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19522exceptions).
c906108c 19523
8e04817f 19524Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19525@cindex remote protocol, field separator
8e04817f 19526@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19527@sc{hex} with leading zeros suppressed.
c906108c 19528
8e04817f
AC
19529Implementors should note that prior to @value{GDBN} 5.0, the character
19530@samp{:} could not appear as the third character in a packet (as it
19531would potentially conflict with the @var{sequence-id}).
c906108c 19532
8e04817f
AC
19533Response @var{data} can be run-length encoded to save space. A @samp{*}
19534means that the next character is an @sc{ascii} encoding giving a repeat count
19535which stands for that many repetitions of the character preceding the
19536@samp{*}. The encoding is @code{n+29}, yielding a printable character
19537where @code{n >=3} (which is where rle starts to win). The printable
19538characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19539value greater than 126 should not be used.
c906108c 19540
8e04817f
AC
19541Some remote systems have used a different run-length encoding mechanism
19542loosely refered to as the cisco encoding. Following the @samp{*}
19543character are two hex digits that indicate the size of the packet.
c906108c 19544
8e04817f 19545So:
474c8240 19546@smallexample
8e04817f 19547"@code{0* }"
474c8240 19548@end smallexample
8e04817f
AC
19549@noindent
19550means the same as "0000".
c906108c 19551
8e04817f
AC
19552The error response returned for some packets includes a two character
19553error number. That number is not well defined.
c906108c 19554
8e04817f
AC
19555For any @var{command} not supported by the stub, an empty response
19556(@samp{$#00}) should be returned. That way it is possible to extend the
19557protocol. A newer @value{GDBN} can tell if a packet is supported based
19558on that response.
c906108c 19559
8e04817f
AC
19560A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19561@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19562optional.
c906108c 19563
ee2d5c50
AC
19564@node Packets
19565@section Packets
19566
19567The following table provides a complete list of all currently defined
19568@var{command}s and their corresponding response @var{data}.
19569
19570@table @r
19571
19572@item @code{!} --- extended mode
19573@cindex @code{!} packet
19574
8e04817f
AC
19575Enable extended mode. In extended mode, the remote server is made
19576persistent. The @samp{R} packet is used to restart the program being
19577debugged.
ee2d5c50
AC
19578
19579Reply:
19580@table @samp
19581@item OK
8e04817f 19582The remote target both supports and has enabled extended mode.
ee2d5c50 19583@end table
c906108c 19584
ee2d5c50
AC
19585@item @code{?} --- last signal
19586@cindex @code{?} packet
c906108c 19587
ee2d5c50
AC
19588Indicate the reason the target halted. The reply is the same as for
19589step and continue.
c906108c 19590
ee2d5c50
AC
19591Reply:
19592@xref{Stop Reply Packets}, for the reply specifications.
19593
19594@item @code{a} --- reserved
19595
19596Reserved for future use.
19597
19598@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19599@cindex @code{A} packet
c906108c 19600
8e04817f
AC
19601Initialized @samp{argv[]} array passed into program. @var{arglen}
19602specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19603See @code{gdbserver} for more details.
19604
19605Reply:
19606@table @samp
19607@item OK
19608@item E@var{NN}
19609@end table
19610
19611@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19612@cindex @code{b} packet
19613
19614Change the serial line speed to @var{baud}.
19615
19616JTC: @emph{When does the transport layer state change? When it's
19617received, or after the ACK is transmitted. In either case, there are
19618problems if the command or the acknowledgment packet is dropped.}
19619
19620Stan: @emph{If people really wanted to add something like this, and get
19621it working for the first time, they ought to modify ser-unix.c to send
19622some kind of out-of-band message to a specially-setup stub and have the
19623switch happen "in between" packets, so that from remote protocol's point
19624of view, nothing actually happened.}
19625
19626@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19627@cindex @code{B} packet
19628
8e04817f 19629Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19630breakpoint at @var{addr}.
19631
19632This packet has been replaced by the @samp{Z} and @samp{z} packets
19633(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19634
ee2d5c50
AC
19635@item @code{c}@var{addr} --- continue
19636@cindex @code{c} packet
19637
19638@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19639current address.
c906108c 19640
ee2d5c50
AC
19641Reply:
19642@xref{Stop Reply Packets}, for the reply specifications.
19643
19644@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19645@cindex @code{C} packet
19646
8e04817f
AC
19647Continue with signal @var{sig} (hex signal number). If
19648@code{;}@var{addr} is omitted, resume at same address.
c906108c 19649
ee2d5c50
AC
19650Reply:
19651@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19652
ee2d5c50
AC
19653@item @code{d} --- toggle debug @strong{(deprecated)}
19654@cindex @code{d} packet
19655
19656Toggle debug flag.
19657
19658@item @code{D} --- detach
19659@cindex @code{D} packet
19660
19661Detach @value{GDBN} from the remote system. Sent to the remote target
19662before @value{GDBN} disconnects.
19663
19664Reply:
19665@table @samp
19666@item @emph{no response}
8e04817f 19667@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19668@end table
c906108c 19669
ee2d5c50 19670@item @code{e} --- reserved
c906108c 19671
ee2d5c50 19672Reserved for future use.
c906108c 19673
ee2d5c50 19674@item @code{E} --- reserved
c906108c 19675
ee2d5c50 19676Reserved for future use.
c906108c 19677
ee2d5c50
AC
19678@item @code{f} --- reserved
19679
19680Reserved for future use.
19681
0ce1b118
CV
19682@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19683@cindex @code{F} packet
ee2d5c50 19684
0ce1b118
CV
19685This packet is send by @value{GDBN} as reply to a @code{F} request packet
19686sent by the target. This is part of the File-I/O protocol extension.
19687@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19688
19689@item @code{g} --- read registers
19690@anchor{read registers packet}
19691@cindex @code{g} packet
19692
19693Read general registers.
19694
19695Reply:
19696@table @samp
19697@item @var{XX@dots{}}
8e04817f
AC
19698Each byte of register data is described by two hex digits. The bytes
19699with the register are transmitted in target byte order. The size of
19700each register and their position within the @samp{g} @var{packet} are
ee2d5c50
AC
19701determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE}
19702and @var{REGISTER_NAME} macros. The specification of several standard
8e04817f 19703@code{g} packets is specified below.
ee2d5c50
AC
19704@item E@var{NN}
19705for an error.
19706@end table
c906108c 19707
ee2d5c50
AC
19708@item @code{G}@var{XX@dots{}} --- write regs
19709@cindex @code{G} packet
c906108c 19710
ee2d5c50
AC
19711@xref{read registers packet}, for a description of the @var{XX@dots{}}
19712data.
19713
19714Reply:
19715@table @samp
19716@item OK
19717for success
19718@item E@var{NN}
19719for an error
19720@end table
19721
19722@item @code{h} --- reserved
19723
19724Reserved for future use.
19725
19726@item @code{H}@var{c}@var{t@dots{}} --- set thread
19727@cindex @code{H} packet
c906108c 19728
8e04817f 19729Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19730@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19731should be @samp{c} for step and continue operations, @samp{g} for other
19732operations. The thread designator @var{t@dots{}} may be -1, meaning all
19733the threads, a thread number, or zero which means pick any thread.
19734
19735Reply:
19736@table @samp
19737@item OK
19738for success
19739@item E@var{NN}
19740for an error
19741@end table
c906108c 19742
8e04817f
AC
19743@c FIXME: JTC:
19744@c 'H': How restrictive (or permissive) is the thread model. If a
19745@c thread is selected and stopped, are other threads allowed
19746@c to continue to execute? As I mentioned above, I think the
19747@c semantics of each command when a thread is selected must be
19748@c described. For example:
19749@c
19750@c 'g': If the stub supports threads and a specific thread is
19751@c selected, returns the register block from that thread;
19752@c otherwise returns current registers.
19753@c
19754@c 'G' If the stub supports threads and a specific thread is
19755@c selected, sets the registers of the register block of
19756@c that thread; otherwise sets current registers.
c906108c 19757
ee2d5c50
AC
19758@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19759@anchor{cycle step packet}
19760@cindex @code{i} packet
19761
8e04817f
AC
19762Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19763present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19764step starting at that address.
c906108c 19765
ee2d5c50
AC
19766@item @code{I} --- signal then cycle step @strong{(reserved)}
19767@cindex @code{I} packet
19768
19769@xref{step with signal packet}. @xref{cycle step packet}.
19770
19771@item @code{j} --- reserved
19772
19773Reserved for future use.
19774
19775@item @code{J} --- reserved
c906108c 19776
ee2d5c50 19777Reserved for future use.
c906108c 19778
ee2d5c50
AC
19779@item @code{k} --- kill request
19780@cindex @code{k} packet
c906108c 19781
ac282366 19782FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19783thread context has been selected (i.e.@: does 'k' kill only that
19784thread?)}.
c906108c 19785
ee2d5c50 19786@item @code{K} --- reserved
c906108c 19787
ee2d5c50
AC
19788Reserved for future use.
19789
19790@item @code{l} --- reserved
19791
19792Reserved for future use.
19793
19794@item @code{L} --- reserved
19795
19796Reserved for future use.
19797
19798@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19799@cindex @code{m} packet
c906108c 19800
8e04817f 19801Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19802Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19803assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19804transfer mechanism is needed.}
c906108c 19805
ee2d5c50
AC
19806Reply:
19807@table @samp
19808@item @var{XX@dots{}}
19809@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19810to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19811that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19812accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19813needed.}
19814@item E@var{NN}
19815@var{NN} is errno
19816@end table
19817
19818@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19819@cindex @code{M} packet
19820
8e04817f 19821Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19822@var{XX@dots{}} is the data.
19823
19824Reply:
19825@table @samp
19826@item OK
19827for success
19828@item E@var{NN}
8e04817f
AC
19829for an error (this includes the case where only part of the data was
19830written).
ee2d5c50 19831@end table
c906108c 19832
ee2d5c50 19833@item @code{n} --- reserved
c906108c 19834
ee2d5c50 19835Reserved for future use.
c906108c 19836
ee2d5c50 19837@item @code{N} --- reserved
c906108c 19838
ee2d5c50 19839Reserved for future use.
c906108c 19840
ee2d5c50
AC
19841@item @code{o} --- reserved
19842
19843Reserved for future use.
19844
19845@item @code{O} --- reserved
19846
19847Reserved for future use.
c906108c 19848
ee2d5c50
AC
19849@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19850@cindex @code{p} packet
19851
19852@xref{write register packet}.
19853
19854Reply:
19855@table @samp
19856@item @var{r@dots{}.}
19857The hex encoded value of the register in target byte order.
19858@end table
19859
19860@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19861@anchor{write register packet}
19862@cindex @code{P} packet
19863
19864Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19865digits for each byte in the register (target byte order).
c906108c 19866
ee2d5c50
AC
19867Reply:
19868@table @samp
19869@item OK
19870for success
19871@item E@var{NN}
19872for an error
19873@end table
19874
19875@item @code{q}@var{query} --- general query
19876@anchor{general query packet}
19877@cindex @code{q} packet
19878
19879Request info about @var{query}. In general @value{GDBN} queries have a
19880leading upper case letter. Custom vendor queries should use a company
19881prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19882be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19883that they match the full @var{query} name.
19884
19885Reply:
19886@table @samp
19887@item @var{XX@dots{}}
19888Hex encoded data from query. The reply can not be empty.
19889@item E@var{NN}
19890error reply
8e04817f 19891@item
ee2d5c50
AC
19892Indicating an unrecognized @var{query}.
19893@end table
19894
19895@item @code{Q}@var{var}@code{=}@var{val} --- general set
19896@cindex @code{Q} packet
19897
19898Set value of @var{var} to @var{val}.
19899
19900@xref{general query packet}, for a discussion of naming conventions.
c906108c 19901
ee2d5c50
AC
19902@item @code{r} --- reset @strong{(deprecated)}
19903@cindex @code{r} packet
c906108c 19904
8e04817f 19905Reset the entire system.
c906108c 19906
ee2d5c50
AC
19907@item @code{R}@var{XX} --- remote restart
19908@cindex @code{R} packet
19909
8e04817f
AC
19910Restart the program being debugged. @var{XX}, while needed, is ignored.
19911This packet is only available in extended mode.
ee2d5c50
AC
19912
19913Reply:
19914@table @samp
19915@item @emph{no reply}
8e04817f 19916The @samp{R} packet has no reply.
ee2d5c50
AC
19917@end table
19918
19919@item @code{s}@var{addr} --- step
19920@cindex @code{s} packet
c906108c 19921
8e04817f
AC
19922@var{addr} is address to resume. If @var{addr} is omitted, resume at
19923same address.
c906108c 19924
ee2d5c50
AC
19925Reply:
19926@xref{Stop Reply Packets}, for the reply specifications.
19927
19928@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19929@anchor{step with signal packet}
19930@cindex @code{S} packet
19931
8e04817f 19932Like @samp{C} but step not continue.
c906108c 19933
ee2d5c50
AC
19934Reply:
19935@xref{Stop Reply Packets}, for the reply specifications.
19936
19937@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19938@cindex @code{t} packet
19939
8e04817f 19940Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19941@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19942@var{addr} must be at least 3 digits.
c906108c 19943
ee2d5c50
AC
19944@item @code{T}@var{XX} --- thread alive
19945@cindex @code{T} packet
c906108c 19946
ee2d5c50 19947Find out if the thread XX is alive.
c906108c 19948
ee2d5c50
AC
19949Reply:
19950@table @samp
19951@item OK
19952thread is still alive
19953@item E@var{NN}
19954thread is dead
19955@end table
19956
19957@item @code{u} --- reserved
19958
19959Reserved for future use.
19960
19961@item @code{U} --- reserved
19962
19963Reserved for future use.
19964
19965@item @code{v} --- reserved
19966
19967Reserved for future use.
19968
19969@item @code{V} --- reserved
c906108c 19970
ee2d5c50 19971Reserved for future use.
c906108c 19972
ee2d5c50 19973@item @code{w} --- reserved
c906108c 19974
ee2d5c50 19975Reserved for future use.
c906108c 19976
ee2d5c50 19977@item @code{W} --- reserved
c906108c 19978
ee2d5c50 19979Reserved for future use.
c906108c 19980
ee2d5c50
AC
19981@item @code{x} --- reserved
19982
19983Reserved for future use.
19984
19985@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
19986@cindex @code{X} packet
19987
19988@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
19989is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 19990escaped using @code{0x7d}.
c906108c 19991
ee2d5c50
AC
19992Reply:
19993@table @samp
19994@item OK
19995for success
19996@item E@var{NN}
19997for an error
19998@end table
19999
20000@item @code{y} --- reserved
c906108c 20001
ee2d5c50 20002Reserved for future use.
c906108c 20003
ee2d5c50
AC
20004@item @code{Y} reserved
20005
20006Reserved for future use.
20007
2f870471
AC
20008@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20009@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20010@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20011@cindex @code{z} packet
2f870471 20012@cindex @code{Z} packets
ee2d5c50 20013
2f870471
AC
20014Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20015watchpoint starting at address @var{address} and covering the next
20016@var{length} bytes.
ee2d5c50 20017
2f870471
AC
20018Each breakpoint and watchpoint packet @var{type} is documented
20019separately.
20020
512217c7
AC
20021@emph{Implementation notes: A remote target shall return an empty string
20022for an unrecognized breakpoint or watchpoint packet @var{type}. A
20023remote target shall support either both or neither of a given
2f870471
AC
20024@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20025avoid potential problems with duplicate packets, the operations should
20026be implemented in an idempotent way.}
20027
20028@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20029@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20030@cindex @code{z0} packet
20031@cindex @code{Z0} packet
20032
20033Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20034@code{addr} of size @code{length}.
20035
20036A memory breakpoint is implemented by replacing the instruction at
20037@var{addr} with a software breakpoint or trap instruction. The
20038@code{length} is used by targets that indicates the size of the
20039breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20040@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20041
2f870471
AC
20042@emph{Implementation note: It is possible for a target to copy or move
20043code that contains memory breakpoints (e.g., when implementing
20044overlays). The behavior of this packet, in the presence of such a
20045target, is not defined.}
c906108c 20046
ee2d5c50
AC
20047Reply:
20048@table @samp
2f870471
AC
20049@item OK
20050success
20051@item
20052not supported
ee2d5c50
AC
20053@item E@var{NN}
20054for an error
2f870471
AC
20055@end table
20056
20057@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20058@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20059@cindex @code{z1} packet
20060@cindex @code{Z1} packet
20061
20062Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20063address @code{addr} of size @code{length}.
20064
20065A hardware breakpoint is implemented using a mechanism that is not
20066dependant on being able to modify the target's memory.
20067
20068@emph{Implementation note: A hardware breakpoint is not affected by code
20069movement.}
20070
20071Reply:
20072@table @samp
ee2d5c50 20073@item OK
2f870471
AC
20074success
20075@item
20076not supported
20077@item E@var{NN}
20078for an error
20079@end table
20080
20081@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20082@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20083@cindex @code{z2} packet
20084@cindex @code{Z2} packet
20085
20086Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20087
20088Reply:
20089@table @samp
20090@item OK
20091success
20092@item
20093not supported
20094@item E@var{NN}
20095for an error
20096@end table
20097
20098@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20099@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20100@cindex @code{z3} packet
20101@cindex @code{Z3} packet
20102
2e834e49 20103Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20104
20105Reply:
20106@table @samp
20107@item OK
20108success
20109@item
20110not supported
20111@item E@var{NN}
20112for an error
20113@end table
20114
2e834e49
HPN
20115@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20116@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20117@cindex @code{z4} packet
20118@cindex @code{Z4} packet
20119
20120Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20121
20122Reply:
20123@table @samp
20124@item OK
20125success
20126@item
20127not supported
20128@item E@var{NN}
20129for an error
ee2d5c50
AC
20130@end table
20131
20132@end table
c906108c 20133
ee2d5c50
AC
20134@node Stop Reply Packets
20135@section Stop Reply Packets
20136@cindex stop reply packets
c906108c 20137
8e04817f
AC
20138The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20139receive any of the below as a reply. In the case of the @samp{C},
20140@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20141when the target halts. In the below the exact meaning of @samp{signal
20142number} is poorly defined. In general one of the UNIX signal numbering
20143conventions is used.
c906108c 20144
ee2d5c50 20145@table @samp
c906108c 20146
ee2d5c50
AC
20147@item S@var{AA}
20148@var{AA} is the signal number
c906108c 20149
8e04817f 20150@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
20151@cindex @code{T} packet reply
20152
8e04817f
AC
20153@var{AA} = two hex digit signal number; @var{n...} = register number
20154(hex), @var{r...} = target byte ordered register contents, size defined
20155by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
3c3bea1c
GS
20156thread process ID, this is a hex integer; @var{n...} = (@samp{watch} |
20157@samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
20158integer; @var{n...} = other string not starting with valid hex digit.
20159@value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
20160to the next. This way we can extend the protocol.
c906108c 20161
ee2d5c50
AC
20162@item W@var{AA}
20163
8e04817f 20164The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20165applicable to certain targets.
20166
20167@item X@var{AA}
c906108c 20168
8e04817f 20169The process terminated with signal @var{AA}.
c906108c 20170
ee2d5c50
AC
20171@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
20172
20173@var{AA} = signal number; @var{t@dots{}} = address of symbol
20174@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
20175base of bss section. @emph{Note: only used by Cisco Systems targets.
20176The difference between this reply and the @samp{qOffsets} query is that
20177the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
20178is a query initiated by the host debugger.}
c906108c 20179
ee2d5c50 20180@item O@var{XX@dots{}}
c906108c 20181
ee2d5c50
AC
20182@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20183any time while the program is running and the debugger should continue
20184to wait for @samp{W}, @samp{T}, etc.
20185
0ce1b118
CV
20186@item F@var{call-id}@code{,}@var{parameter@dots{}}
20187
20188@var{call-id} is the identifier which says which host system call should
20189be called. This is just the name of the function. Translation into the
20190correct system call is only applicable as it's defined in @value{GDBN}.
20191@xref{File-I/O remote protocol extension}, for a list of implemented
20192system calls.
20193
20194@var{parameter@dots{}} is a list of parameters as defined for this very
20195system call.
20196
20197The target replies with this packet when it expects @value{GDBN} to call
20198a host system call on behalf of the target. @value{GDBN} replies with
20199an appropriate @code{F} packet and keeps up waiting for the next reply
20200packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20201@samp{s} action is expected to be continued.
20202@xref{File-I/O remote protocol extension}, for more details.
20203
ee2d5c50
AC
20204@end table
20205
20206@node General Query Packets
20207@section General Query Packets
c906108c 20208
8e04817f 20209The following set and query packets have already been defined.
c906108c 20210
ee2d5c50 20211@table @r
c906108c 20212
ee2d5c50
AC
20213@item @code{q}@code{C} --- current thread
20214
20215Return the current thread id.
20216
20217Reply:
20218@table @samp
20219@item @code{QC}@var{pid}
8e04817f 20220Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20221@item *
20222Any other reply implies the old pid.
20223@end table
20224
20225@item @code{q}@code{fThreadInfo} -- all thread ids
20226
20227@code{q}@code{sThreadInfo}
c906108c 20228
8e04817f
AC
20229Obtain a list of active thread ids from the target (OS). Since there
20230may be too many active threads to fit into one reply packet, this query
20231works iteratively: it may require more than one query/reply sequence to
20232obtain the entire list of threads. The first query of the sequence will
20233be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20234sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20235
20236NOTE: replaces the @code{qL} query (see below).
20237
20238Reply:
20239@table @samp
20240@item @code{m}@var{id}
20241A single thread id
20242@item @code{m}@var{id},@var{id}@dots{}
20243a comma-separated list of thread ids
20244@item @code{l}
20245(lower case 'el') denotes end of list.
20246@end table
20247
20248In response to each query, the target will reply with a list of one or
20249more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20250will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20251@code{qs} form of the query), until the target responds with @code{l}
20252(lower-case el, for @code{'last'}).
c906108c 20253
ee2d5c50
AC
20254@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20255
20256Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20257string description of a thread's attributes from the target OS. This
20258string may contain anything that the target OS thinks is interesting for
20259@value{GDBN} to tell the user about the thread. The string is displayed
20260in @value{GDBN}'s @samp{info threads} display. Some examples of
20261possible thread extra info strings are ``Runnable'', or ``Blocked on
20262Mutex''.
20263
20264Reply:
20265@table @samp
20266@item @var{XX@dots{}}
20267Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20268the printable string containing the extra information about the thread's
8e04817f 20269attributes.
ee2d5c50
AC
20270@end table
20271
20272@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20273
8e04817f
AC
20274Obtain thread information from RTOS. Where: @var{startflag} (one hex
20275digit) is one to indicate the first query and zero to indicate a
20276subsequent query; @var{threadcount} (two hex digits) is the maximum
20277number of threads the response packet can contain; and @var{nextthread}
20278(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20279returned in the response as @var{argthread}.
ee2d5c50
AC
20280
20281NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20282(see above).
20283
20284Reply:
20285@table @samp
20286@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20287Where: @var{count} (two hex digits) is the number of threads being
20288returned; @var{done} (one hex digit) is zero to indicate more threads
20289and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20290digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20291is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20292digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20293@end table
c906108c 20294
ee2d5c50
AC
20295@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20296
20297Reply:
20298@table @samp
20299@item @code{E}@var{NN}
20300An error (such as memory fault)
20301@item @code{C}@var{CRC32}
20302A 32 bit cyclic redundancy check of the specified memory region.
20303@end table
20304
20305@item @code{q}@code{Offsets} --- query sect offs
c906108c 20306
8e04817f
AC
20307Get section offsets that the target used when re-locating the downloaded
20308image. @emph{Note: while a @code{Bss} offset is included in the
20309response, @value{GDBN} ignores this and instead applies the @code{Data}
20310offset to the @code{Bss} section.}
c906108c 20311
ee2d5c50
AC
20312Reply:
20313@table @samp
20314@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20315@end table
20316
20317@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20318
8e04817f
AC
20319Returns information on @var{threadid}. Where: @var{mode} is a hex
20320encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20321
20322Reply:
20323@table @samp
20324@item *
20325@end table
20326
8e04817f 20327See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20328
ee2d5c50
AC
20329@item @code{q}@code{Rcmd,}@var{command} --- remote command
20330
20331@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20332execution. Invalid commands should be reported using the output string.
20333Before the final result packet, the target may also respond with a
ee2d5c50
AC
20334number of intermediate @code{O}@var{output} console output packets.
20335@emph{Implementors should note that providing access to a stubs's
20336interpreter may have security implications}.
20337
20338Reply:
20339@table @samp
20340@item OK
8e04817f 20341A command response with no output.
ee2d5c50 20342@item @var{OUTPUT}
8e04817f 20343A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20344@item @code{E}@var{NN}
8e04817f 20345Indicate a badly formed request.
ee2d5c50 20346@item @samp{}
8e04817f 20347When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20348@end table
20349
20350@item @code{qSymbol::} --- symbol lookup
c906108c 20351
8e04817f
AC
20352Notify the target that @value{GDBN} is prepared to serve symbol lookup
20353requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20354
20355Reply:
20356@table @samp
20357@item @code{OK}
8e04817f 20358The target does not need to look up any (more) symbols.
ee2d5c50
AC
20359@item @code{qSymbol:}@var{sym_name}
20360The target requests the value of symbol @var{sym_name} (hex encoded).
20361@value{GDBN} may provide the value by using the
20362@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20363@end table
20364
20365@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20366
20367Set the value of @var{sym_name} to @var{sym_value}.
20368
20369@var{sym_name} (hex encoded) is the name of a symbol whose value the
20370target has previously requested.
20371
20372@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20373@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20374will be empty.
20375
20376Reply:
20377@table @samp
20378@item @code{OK}
8e04817f 20379The target does not need to look up any (more) symbols.
ee2d5c50
AC
20380@item @code{qSymbol:}@var{sym_name}
20381The target requests the value of a new symbol @var{sym_name} (hex
20382encoded). @value{GDBN} will continue to supply the values of symbols
20383(if available), until the target ceases to request them.
20384@end table
eb12ee30 20385
ee2d5c50
AC
20386@end table
20387
20388@node Register Packet Format
20389@section Register Packet Format
eb12ee30 20390
8e04817f 20391The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20392In the below, some thirty-two bit registers are transferred as
20393sixty-four bits. Those registers should be zero/sign extended (which?)
20394to fill the space allocated. Register bytes are transfered in target
20395byte order. The two nibbles within a register byte are transfered
20396most-significant - least-significant.
eb12ee30 20397
ee2d5c50 20398@table @r
eb12ee30 20399
8e04817f 20400@item MIPS32
ee2d5c50 20401
8e04817f
AC
20402All registers are transfered as thirty-two bit quantities in the order:
2040332 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20404registers; fsr; fir; fp.
eb12ee30 20405
8e04817f 20406@item MIPS64
ee2d5c50 20407
8e04817f
AC
20408All registers are transfered as sixty-four bit quantities (including
20409thirty-two bit registers such as @code{sr}). The ordering is the same
20410as @code{MIPS32}.
eb12ee30 20411
ee2d5c50
AC
20412@end table
20413
20414@node Examples
20415@section Examples
eb12ee30 20416
8e04817f
AC
20417Example sequence of a target being re-started. Notice how the restart
20418does not get any direct output:
eb12ee30 20419
474c8240 20420@smallexample
d2c6833e
AC
20421-> @code{R00}
20422<- @code{+}
8e04817f 20423@emph{target restarts}
d2c6833e 20424-> @code{?}
8e04817f 20425<- @code{+}
d2c6833e
AC
20426<- @code{T001:1234123412341234}
20427-> @code{+}
474c8240 20428@end smallexample
eb12ee30 20429
8e04817f 20430Example sequence of a target being stepped by a single instruction:
eb12ee30 20431
474c8240 20432@smallexample
d2c6833e 20433-> @code{G1445@dots{}}
8e04817f 20434<- @code{+}
d2c6833e
AC
20435-> @code{s}
20436<- @code{+}
20437@emph{time passes}
20438<- @code{T001:1234123412341234}
8e04817f 20439-> @code{+}
d2c6833e 20440-> @code{g}
8e04817f 20441<- @code{+}
d2c6833e
AC
20442<- @code{1455@dots{}}
20443-> @code{+}
474c8240 20444@end smallexample
eb12ee30 20445
0ce1b118
CV
20446@node File-I/O remote protocol extension
20447@section File-I/O remote protocol extension
20448@cindex File-I/O remote protocol extension
20449
20450@menu
20451* File-I/O Overview::
20452* Protocol basics::
20453* The `F' request packet::
20454* The `F' reply packet::
20455* Memory transfer::
20456* The Ctrl-C message::
20457* Console I/O::
20458* The isatty call::
20459* The system call::
20460* List of supported calls::
20461* Protocol specific representation of datatypes::
20462* Constants::
20463* File-I/O Examples::
20464@end menu
20465
20466@node File-I/O Overview
20467@subsection File-I/O Overview
20468@cindex file-i/o overview
20469
20470The File I/O remote protocol extension (short: File-I/O) allows the
20471target to use the hosts file system and console I/O when calling various
20472system calls. System calls on the target system are translated into a
20473remote protocol packet to the host system which then performs the needed
20474actions and returns with an adequate response packet to the target system.
20475This simulates file system operations even on targets that lack file systems.
20476
20477The protocol is defined host- and target-system independent. It uses
20478it's own independent representation of datatypes and values. Both,
20479@value{GDBN} and the target's @value{GDBN} stub are responsible for
20480translating the system dependent values into the unified protocol values
20481when data is transmitted.
20482
20483The communication is synchronous. A system call is possible only
20484when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20485packets. While @value{GDBN} handles the request for a system call,
20486the target is stopped to allow deterministic access to the target's
20487memory. Therefore File-I/O is not interuptible by target signals. It
20488is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20489
20490The target's request to perform a host system call does not finish
20491the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20492after finishing the system call, the target returns to continuing the
20493previous activity (continue, step). No additional continue or step
20494request from @value{GDBN} is required.
20495
20496@smallexample
20497(gdb) continue
20498 <- target requests 'system call X'
20499 target is stopped, @value{GDBN} executes system call
20500 -> GDB returns result
20501 ... target continues, GDB returns to wait for the target
20502 <- target hits breakpoint and sends a Txx packet
20503@end smallexample
20504
20505The protocol is only used for files on the host file system and
20506for I/O on the console. Character or block special devices, pipes,
20507named pipes or sockets or any other communication method on the host
20508system are not supported by this protocol.
20509
20510@node Protocol basics
20511@subsection Protocol basics
20512@cindex protocol basics, file-i/o
20513
20514The File-I/O protocol uses the @code{F} packet, as request as well
20515as as reply packet. Since a File-I/O system call can only occur when
20516@value{GDBN} is waiting for the continuing or stepping target, the
20517File-I/O request is a reply that @value{GDBN} has to expect as a result
20518of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20519This @code{F} packet contains all information needed to allow @value{GDBN}
20520to call the appropriate host system call:
20521
20522@itemize @bullet
20523@item
20524A unique identifier for the requested system call.
20525
20526@item
20527All parameters to the system call. Pointers are given as addresses
20528in the target memory address space. Pointers to strings are given as
20529pointer/length pair. Numerical values are given as they are.
20530Numerical control values are given in a protocol specific representation.
20531
20532@end itemize
20533
20534At that point @value{GDBN} has to perform the following actions.
20535
20536@itemize @bullet
20537@item
20538If parameter pointer values are given, which point to data needed as input
20539to a system call, @value{GDBN} requests this data from the target with a
20540standard @code{m} packet request. This additional communication has to be
20541expected by the target implementation and is handled as any other @code{m}
20542packet.
20543
20544@item
20545@value{GDBN} translates all value from protocol representation to host
20546representation as needed. Datatypes are coerced into the host types.
20547
20548@item
20549@value{GDBN} calls the system call
20550
20551@item
20552It then coerces datatypes back to protocol representation.
20553
20554@item
20555If pointer parameters in the request packet point to buffer space in which
20556a system call is expected to copy data to, the data is transmitted to the
20557target using a @code{M} or @code{X} packet. This packet has to be expected
20558by the target implementation and is handled as any other @code{M} or @code{X}
20559packet.
20560
20561@end itemize
20562
20563Eventually @value{GDBN} replies with another @code{F} packet which contains all
20564necessary information for the target to continue. This at least contains
20565
20566@itemize @bullet
20567@item
20568Return value.
20569
20570@item
20571@code{errno}, if has been changed by the system call.
20572
20573@item
20574``Ctrl-C'' flag.
20575
20576@end itemize
20577
20578After having done the needed type and value coercion, the target continues
20579the latest continue or step action.
20580
20581@node The `F' request packet
20582@subsection The @code{F} request packet
20583@cindex file-i/o request packet
20584@cindex @code{F} request packet
20585
20586The @code{F} request packet has the following format:
20587
20588@table @samp
20589
20590@smallexample
20591@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20592@end smallexample
20593
20594@var{call-id} is the identifier to indicate the host system call to be called.
20595This is just the name of the function.
20596
20597@var{parameter@dots{}} are the parameters to the system call.
20598
20599@end table
20600
20601Parameters are hexadecimal integer values, either the real values in case
20602of scalar datatypes, as pointers to target buffer space in case of compound
20603datatypes and unspecified memory areas or as pointer/length pairs in case
20604of string parameters. These are appended to the call-id, each separated
20605from its predecessor by a comma. All values are transmitted in ASCII
20606string representation, pointer/length pairs separated by a slash.
20607
20608@node The `F' reply packet
20609@subsection The @code{F} reply packet
20610@cindex file-i/o reply packet
20611@cindex @code{F} reply packet
20612
20613The @code{F} reply packet has the following format:
20614
20615@table @samp
20616
20617@smallexample
20618@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20619@end smallexample
20620
20621@var{retcode} is the return code of the system call as hexadecimal value.
20622
20623@var{errno} is the errno set by the call, in protocol specific representation.
20624This parameter can be omitted if the call was successful.
20625
20626@var{Ctrl-C flag} is only send if the user requested a break. In this
20627case, @var{errno} must be send as well, even if the call was successful.
20628The @var{Ctrl-C flag} itself consists of the character 'C':
20629
20630@smallexample
20631F0,0,C
20632@end smallexample
20633
20634@noindent
20635or, if the call was interupted before the host call has been performed:
20636
20637@smallexample
20638F-1,4,C
20639@end smallexample
20640
20641@noindent
20642assuming 4 is the protocol specific representation of @code{EINTR}.
20643
20644@end table
20645
20646@node Memory transfer
20647@subsection Memory transfer
20648@cindex memory transfer, in file-i/o protocol
20649
20650Structured data which is transferred using a memory read or write as e.g.@:
20651a @code{struct stat} is expected to be in a protocol specific format with
20652all scalar multibyte datatypes being big endian. This should be done by
20653the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20654it transfers memory to the target. Transferred pointers to structured
20655data should point to the already coerced data at any time.
20656
20657@node The Ctrl-C message
20658@subsection The Ctrl-C message
20659@cindex ctrl-c message, in file-i/o protocol
20660
20661A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20662reply packet. In this case the target should behave, as if it had
20663gotten a break message. The meaning for the target is ``system call
20664interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20665(as with a break message) and return to @value{GDBN} with a @code{T02}
20666packet. In this case, it's important for the target to know, in which
20667state the system call was interrupted. Since this action is by design
20668not an atomic operation, we have to differ between two cases:
20669
20670@itemize @bullet
20671@item
20672The system call hasn't been performed on the host yet.
20673
20674@item
20675The system call on the host has been finished.
20676
20677@end itemize
20678
20679These two states can be distinguished by the target by the value of the
20680returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20681call hasn't been performed. This is equivalent to the @code{EINTR} handling
20682on POSIX systems. In any other case, the target may presume that the
20683system call has been finished --- successful or not --- and should behave
20684as if the break message arrived right after the system call.
20685
20686@value{GDBN} must behave reliable. If the system call has not been called
20687yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20688@code{errno} in the packet. If the system call on the host has been finished
20689before the user requests a break, the full action must be finshed by
20690@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20691The @code{F} packet may only be send when either nothing has happened
20692or the full action has been completed.
20693
20694@node Console I/O
20695@subsection Console I/O
20696@cindex console i/o as part of file-i/o
20697
20698By default and if not explicitely closed by the target system, the file
20699descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20700on the @value{GDBN} console is handled as any other file output operation
20701(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20702by @value{GDBN} so that after the target read request from file descriptor
207030 all following typing is buffered until either one of the following
20704conditions is met:
20705
20706@itemize @bullet
20707@item
20708The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20709@code{read}
20710system call is treated as finished.
20711
20712@item
20713The user presses @kbd{Enter}. This is treated as end of input with a trailing
20714line feed.
20715
20716@item
20717The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20718character, especially no Ctrl-D is appended to the input.
20719
20720@end itemize
20721
20722If the user has typed more characters as fit in the buffer given to
20723the read call, the trailing characters are buffered in @value{GDBN} until
20724either another @code{read(0, @dots{})} is requested by the target or debugging
20725is stopped on users request.
20726
20727@node The isatty call
20728@subsection The isatty(3) call
20729@cindex isatty call, file-i/o protocol
20730
20731A special case in this protocol is the library call @code{isatty} which
20732is implemented as it's own call inside of this protocol. It returns
207331 to the target if the file descriptor given as parameter is attached
20734to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20735would require implementing @code{ioctl} and would be more complex than
20736needed.
20737
20738@node The system call
20739@subsection The system(3) call
20740@cindex system call, file-i/o protocol
20741
20742The other special case in this protocol is the @code{system} call which
20743is implemented as it's own call, too. @value{GDBN} is taking over the full
20744task of calling the necessary host calls to perform the @code{system}
20745call. The return value of @code{system} is simplified before it's returned
20746to the target. Basically, the only signal transmitted back is @code{EINTR}
20747in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20748entirely of the exit status of the called command.
20749
20750Due to security concerns, the @code{system} call is refused to be called
20751by @value{GDBN} by default. The user has to allow this call explicitly by
20752entering
20753
20754@table @samp
20755@kindex set remote system-call-allowed 1
20756@item @code{set remote system-call-allowed 1}
20757@end table
20758
20759Disabling the @code{system} call is done by
20760
20761@table @samp
20762@kindex set remote system-call-allowed 0
20763@item @code{set remote system-call-allowed 0}
20764@end table
20765
20766The current setting is shown by typing
20767
20768@table @samp
20769@kindex show remote system-call-allowed
20770@item @code{show remote system-call-allowed}
20771@end table
20772
20773@node List of supported calls
20774@subsection List of supported calls
20775@cindex list of supported file-i/o calls
20776
20777@menu
20778* open::
20779* close::
20780* read::
20781* write::
20782* lseek::
20783* rename::
20784* unlink::
20785* stat/fstat::
20786* gettimeofday::
20787* isatty::
20788* system::
20789@end menu
20790
20791@node open
20792@unnumberedsubsubsec open
20793@cindex open, file-i/o system call
20794
20795@smallexample
20796@exdent Synopsis:
20797int open(const char *pathname, int flags);
20798int open(const char *pathname, int flags, mode_t mode);
20799
20800@exdent Request:
20801Fopen,pathptr/len,flags,mode
20802@end smallexample
20803
20804@noindent
20805@code{flags} is the bitwise or of the following values:
20806
20807@table @code
20808@item O_CREAT
20809If the file does not exist it will be created. The host
20810rules apply as far as file ownership and time stamps
20811are concerned.
20812
20813@item O_EXCL
20814When used with O_CREAT, if the file already exists it is
20815an error and open() fails.
20816
20817@item O_TRUNC
20818If the file already exists and the open mode allows
20819writing (O_RDWR or O_WRONLY is given) it will be
20820truncated to length 0.
20821
20822@item O_APPEND
20823The file is opened in append mode.
20824
20825@item O_RDONLY
20826The file is opened for reading only.
20827
20828@item O_WRONLY
20829The file is opened for writing only.
20830
20831@item O_RDWR
20832The file is opened for reading and writing.
20833
20834@noindent
20835Each other bit is silently ignored.
20836
20837@end table
20838
20839@noindent
20840@code{mode} is the bitwise or of the following values:
20841
20842@table @code
20843@item S_IRUSR
20844User has read permission.
20845
20846@item S_IWUSR
20847User has write permission.
20848
20849@item S_IRGRP
20850Group has read permission.
20851
20852@item S_IWGRP
20853Group has write permission.
20854
20855@item S_IROTH
20856Others have read permission.
20857
20858@item S_IWOTH
20859Others have write permission.
20860
20861@noindent
20862Each other bit is silently ignored.
20863
20864@end table
20865
20866@smallexample
20867@exdent Return value:
20868open returns the new file descriptor or -1 if an error
20869occured.
20870
20871@exdent Errors:
20872@end smallexample
20873
20874@table @code
20875@item EEXIST
20876pathname already exists and O_CREAT and O_EXCL were used.
20877
20878@item EISDIR
20879pathname refers to a directory.
20880
20881@item EACCES
20882The requested access is not allowed.
20883
20884@item ENAMETOOLONG
20885pathname was too long.
20886
20887@item ENOENT
20888A directory component in pathname does not exist.
20889
20890@item ENODEV
20891pathname refers to a device, pipe, named pipe or socket.
20892
20893@item EROFS
20894pathname refers to a file on a read-only filesystem and
20895write access was requested.
20896
20897@item EFAULT
20898pathname is an invalid pointer value.
20899
20900@item ENOSPC
20901No space on device to create the file.
20902
20903@item EMFILE
20904The process already has the maximum number of files open.
20905
20906@item ENFILE
20907The limit on the total number of files open on the system
20908has been reached.
20909
20910@item EINTR
20911The call was interrupted by the user.
20912@end table
20913
20914@node close
20915@unnumberedsubsubsec close
20916@cindex close, file-i/o system call
20917
20918@smallexample
20919@exdent Synopsis:
20920int close(int fd);
20921
20922@exdent Request:
20923Fclose,fd
20924
20925@exdent Return value:
20926close returns zero on success, or -1 if an error occurred.
20927
20928@exdent Errors:
20929@end smallexample
20930
20931@table @code
20932@item EBADF
20933fd isn't a valid open file descriptor.
20934
20935@item EINTR
20936The call was interrupted by the user.
20937@end table
20938
20939@node read
20940@unnumberedsubsubsec read
20941@cindex read, file-i/o system call
20942
20943@smallexample
20944@exdent Synopsis:
20945int read(int fd, void *buf, unsigned int count);
20946
20947@exdent Request:
20948Fread,fd,bufptr,count
20949
20950@exdent Return value:
20951On success, the number of bytes read is returned.
20952Zero indicates end of file. If count is zero, read
20953returns zero as well. On error, -1 is returned.
20954
20955@exdent Errors:
20956@end smallexample
20957
20958@table @code
20959@item EBADF
20960fd is not a valid file descriptor or is not open for
20961reading.
20962
20963@item EFAULT
20964buf is an invalid pointer value.
20965
20966@item EINTR
20967The call was interrupted by the user.
20968@end table
20969
20970@node write
20971@unnumberedsubsubsec write
20972@cindex write, file-i/o system call
20973
20974@smallexample
20975@exdent Synopsis:
20976int write(int fd, const void *buf, unsigned int count);
20977
20978@exdent Request:
20979Fwrite,fd,bufptr,count
20980
20981@exdent Return value:
20982On success, the number of bytes written are returned.
20983Zero indicates nothing was written. On error, -1
20984is returned.
20985
20986@exdent Errors:
20987@end smallexample
20988
20989@table @code
20990@item EBADF
20991fd is not a valid file descriptor or is not open for
20992writing.
20993
20994@item EFAULT
20995buf is an invalid pointer value.
20996
20997@item EFBIG
20998An attempt was made to write a file that exceeds the
20999host specific maximum file size allowed.
21000
21001@item ENOSPC
21002No space on device to write the data.
21003
21004@item EINTR
21005The call was interrupted by the user.
21006@end table
21007
21008@node lseek
21009@unnumberedsubsubsec lseek
21010@cindex lseek, file-i/o system call
21011
21012@smallexample
21013@exdent Synopsis:
21014long lseek (int fd, long offset, int flag);
21015
21016@exdent Request:
21017Flseek,fd,offset,flag
21018@end smallexample
21019
21020@code{flag} is one of:
21021
21022@table @code
21023@item SEEK_SET
21024The offset is set to offset bytes.
21025
21026@item SEEK_CUR
21027The offset is set to its current location plus offset
21028bytes.
21029
21030@item SEEK_END
21031The offset is set to the size of the file plus offset
21032bytes.
21033@end table
21034
21035@smallexample
21036@exdent Return value:
21037On success, the resulting unsigned offset in bytes from
21038the beginning of the file is returned. Otherwise, a
21039value of -1 is returned.
21040
21041@exdent Errors:
21042@end smallexample
21043
21044@table @code
21045@item EBADF
21046fd is not a valid open file descriptor.
21047
21048@item ESPIPE
21049fd is associated with the @value{GDBN} console.
21050
21051@item EINVAL
21052flag is not a proper value.
21053
21054@item EINTR
21055The call was interrupted by the user.
21056@end table
21057
21058@node rename
21059@unnumberedsubsubsec rename
21060@cindex rename, file-i/o system call
21061
21062@smallexample
21063@exdent Synopsis:
21064int rename(const char *oldpath, const char *newpath);
21065
21066@exdent Request:
21067Frename,oldpathptr/len,newpathptr/len
21068
21069@exdent Return value:
21070On success, zero is returned. On error, -1 is returned.
21071
21072@exdent Errors:
21073@end smallexample
21074
21075@table @code
21076@item EISDIR
21077newpath is an existing directory, but oldpath is not a
21078directory.
21079
21080@item EEXIST
21081newpath is a non-empty directory.
21082
21083@item EBUSY
21084oldpath or newpath is a directory that is in use by some
21085process.
21086
21087@item EINVAL
21088An attempt was made to make a directory a subdirectory
21089of itself.
21090
21091@item ENOTDIR
21092A component used as a directory in oldpath or new
21093path is not a directory. Or oldpath is a directory
21094and newpath exists but is not a directory.
21095
21096@item EFAULT
21097oldpathptr or newpathptr are invalid pointer values.
21098
21099@item EACCES
21100No access to the file or the path of the file.
21101
21102@item ENAMETOOLONG
21103
21104oldpath or newpath was too long.
21105
21106@item ENOENT
21107A directory component in oldpath or newpath does not exist.
21108
21109@item EROFS
21110The file is on a read-only filesystem.
21111
21112@item ENOSPC
21113The device containing the file has no room for the new
21114directory entry.
21115
21116@item EINTR
21117The call was interrupted by the user.
21118@end table
21119
21120@node unlink
21121@unnumberedsubsubsec unlink
21122@cindex unlink, file-i/o system call
21123
21124@smallexample
21125@exdent Synopsis:
21126int unlink(const char *pathname);
21127
21128@exdent Request:
21129Funlink,pathnameptr/len
21130
21131@exdent Return value:
21132On success, zero is returned. On error, -1 is returned.
21133
21134@exdent Errors:
21135@end smallexample
21136
21137@table @code
21138@item EACCES
21139No access to the file or the path of the file.
21140
21141@item EPERM
21142The system does not allow unlinking of directories.
21143
21144@item EBUSY
21145The file pathname cannot be unlinked because it's
21146being used by another process.
21147
21148@item EFAULT
21149pathnameptr is an invalid pointer value.
21150
21151@item ENAMETOOLONG
21152pathname was too long.
21153
21154@item ENOENT
21155A directory component in pathname does not exist.
21156
21157@item ENOTDIR
21158A component of the path is not a directory.
21159
21160@item EROFS
21161The file is on a read-only filesystem.
21162
21163@item EINTR
21164The call was interrupted by the user.
21165@end table
21166
21167@node stat/fstat
21168@unnumberedsubsubsec stat/fstat
21169@cindex fstat, file-i/o system call
21170@cindex stat, file-i/o system call
21171
21172@smallexample
21173@exdent Synopsis:
21174int stat(const char *pathname, struct stat *buf);
21175int fstat(int fd, struct stat *buf);
21176
21177@exdent Request:
21178Fstat,pathnameptr/len,bufptr
21179Ffstat,fd,bufptr
21180
21181@exdent Return value:
21182On success, zero is returned. On error, -1 is returned.
21183
21184@exdent Errors:
21185@end smallexample
21186
21187@table @code
21188@item EBADF
21189fd is not a valid open file.
21190
21191@item ENOENT
21192A directory component in pathname does not exist or the
21193path is an empty string.
21194
21195@item ENOTDIR
21196A component of the path is not a directory.
21197
21198@item EFAULT
21199pathnameptr is an invalid pointer value.
21200
21201@item EACCES
21202No access to the file or the path of the file.
21203
21204@item ENAMETOOLONG
21205pathname was too long.
21206
21207@item EINTR
21208The call was interrupted by the user.
21209@end table
21210
21211@node gettimeofday
21212@unnumberedsubsubsec gettimeofday
21213@cindex gettimeofday, file-i/o system call
21214
21215@smallexample
21216@exdent Synopsis:
21217int gettimeofday(struct timeval *tv, void *tz);
21218
21219@exdent Request:
21220Fgettimeofday,tvptr,tzptr
21221
21222@exdent Return value:
21223On success, 0 is returned, -1 otherwise.
21224
21225@exdent Errors:
21226@end smallexample
21227
21228@table @code
21229@item EINVAL
21230tz is a non-NULL pointer.
21231
21232@item EFAULT
21233tvptr and/or tzptr is an invalid pointer value.
21234@end table
21235
21236@node isatty
21237@unnumberedsubsubsec isatty
21238@cindex isatty, file-i/o system call
21239
21240@smallexample
21241@exdent Synopsis:
21242int isatty(int fd);
21243
21244@exdent Request:
21245Fisatty,fd
21246
21247@exdent Return value:
21248Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21249
21250@exdent Errors:
21251@end smallexample
21252
21253@table @code
21254@item EINTR
21255The call was interrupted by the user.
21256@end table
21257
21258@node system
21259@unnumberedsubsubsec system
21260@cindex system, file-i/o system call
21261
21262@smallexample
21263@exdent Synopsis:
21264int system(const char *command);
21265
21266@exdent Request:
21267Fsystem,commandptr/len
21268
21269@exdent Return value:
21270The value returned is -1 on error and the return status
21271of the command otherwise. Only the exit status of the
21272command is returned, which is extracted from the hosts
21273system return value by calling WEXITSTATUS(retval).
21274In case /bin/sh could not be executed, 127 is returned.
21275
21276@exdent Errors:
21277@end smallexample
21278
21279@table @code
21280@item EINTR
21281The call was interrupted by the user.
21282@end table
21283
21284@node Protocol specific representation of datatypes
21285@subsection Protocol specific representation of datatypes
21286@cindex protocol specific representation of datatypes, in file-i/o protocol
21287
21288@menu
21289* Integral datatypes::
21290* Pointer values::
21291* struct stat::
21292* struct timeval::
21293@end menu
21294
21295@node Integral datatypes
21296@unnumberedsubsubsec Integral datatypes
21297@cindex integral datatypes, in file-i/o protocol
21298
21299The integral datatypes used in the system calls are
21300
21301@smallexample
21302int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21303@end smallexample
21304
21305@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21306implemented as 32 bit values in this protocol.
21307
21308@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21309
21310@xref{Limits}, for corresponding MIN and MAX values (similar to those
21311in @file{limits.h}) to allow range checking on host and target.
21312
21313@code{time_t} datatypes are defined as seconds since the Epoch.
21314
21315All integral datatypes transferred as part of a memory read or write of a
21316structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21317byte order.
21318
21319@node Pointer values
21320@unnumberedsubsubsec Pointer values
21321@cindex pointer values, in file-i/o protocol
21322
21323Pointers to target data are transmitted as they are. An exception
21324is made for pointers to buffers for which the length isn't
21325transmitted as part of the function call, namely strings. Strings
21326are transmitted as a pointer/length pair, both as hex values, e.g.@:
21327
21328@smallexample
21329@code{1aaf/12}
21330@end smallexample
21331
21332@noindent
21333which is a pointer to data of length 18 bytes at position 0x1aaf.
21334The length is defined as the full string length in bytes, including
21335the trailing null byte. Example:
21336
21337@smallexample
21338``hello, world'' at address 0x123456
21339@end smallexample
21340
21341@noindent
21342is transmitted as
21343
21344@smallexample
21345@code{123456/d}
21346@end smallexample
21347
21348@node struct stat
21349@unnumberedsubsubsec struct stat
21350@cindex struct stat, in file-i/o protocol
21351
21352The buffer of type struct stat used by the target and @value{GDBN} is defined
21353as follows:
21354
21355@smallexample
21356struct stat @{
21357 unsigned int st_dev; /* device */
21358 unsigned int st_ino; /* inode */
21359 mode_t st_mode; /* protection */
21360 unsigned int st_nlink; /* number of hard links */
21361 unsigned int st_uid; /* user ID of owner */
21362 unsigned int st_gid; /* group ID of owner */
21363 unsigned int st_rdev; /* device type (if inode device) */
21364 unsigned long st_size; /* total size, in bytes */
21365 unsigned long st_blksize; /* blocksize for filesystem I/O */
21366 unsigned long st_blocks; /* number of blocks allocated */
21367 time_t st_atime; /* time of last access */
21368 time_t st_mtime; /* time of last modification */
21369 time_t st_ctime; /* time of last change */
21370@};
21371@end smallexample
21372
21373The integral datatypes are conforming to the definitions given in the
21374approriate section (see @ref{Integral datatypes}, for details) so this
21375structure is of size 64 bytes.
21376
21377The values of several fields have a restricted meaning and/or
21378range of values.
21379
21380@smallexample
21381st_dev: 0 file
21382 1 console
21383
21384st_ino: No valid meaning for the target. Transmitted unchanged.
21385
21386st_mode: Valid mode bits are described in Appendix C. Any other
21387 bits have currently no meaning for the target.
21388
21389st_uid: No valid meaning for the target. Transmitted unchanged.
21390
21391st_gid: No valid meaning for the target. Transmitted unchanged.
21392
21393st_rdev: No valid meaning for the target. Transmitted unchanged.
21394
21395st_atime, st_mtime, st_ctime:
21396 These values have a host and file system dependent
21397 accuracy. Especially on Windows hosts the file systems
21398 don't support exact timing values.
21399@end smallexample
21400
21401The target gets a struct stat of the above representation and is
21402responsible to coerce it to the target representation before
21403continuing.
21404
21405Note that due to size differences between the host and target
21406representation of stat members, these members could eventually
21407get truncated on the target.
21408
21409@node struct timeval
21410@unnumberedsubsubsec struct timeval
21411@cindex struct timeval, in file-i/o protocol
21412
21413The buffer of type struct timeval used by the target and @value{GDBN}
21414is defined as follows:
21415
21416@smallexample
21417struct timeval @{
21418 time_t tv_sec; /* second */
21419 long tv_usec; /* microsecond */
21420@};
21421@end smallexample
21422
21423The integral datatypes are conforming to the definitions given in the
21424approriate section (see @ref{Integral datatypes}, for details) so this
21425structure is of size 8 bytes.
21426
21427@node Constants
21428@subsection Constants
21429@cindex constants, in file-i/o protocol
21430
21431The following values are used for the constants inside of the
21432protocol. @value{GDBN} and target are resposible to translate these
21433values before and after the call as needed.
21434
21435@menu
21436* Open flags::
21437* mode_t values::
21438* Errno values::
21439* Lseek flags::
21440* Limits::
21441@end menu
21442
21443@node Open flags
21444@unnumberedsubsubsec Open flags
21445@cindex open flags, in file-i/o protocol
21446
21447All values are given in hexadecimal representation.
21448
21449@smallexample
21450 O_RDONLY 0x0
21451 O_WRONLY 0x1
21452 O_RDWR 0x2
21453 O_APPEND 0x8
21454 O_CREAT 0x200
21455 O_TRUNC 0x400
21456 O_EXCL 0x800
21457@end smallexample
21458
21459@node mode_t values
21460@unnumberedsubsubsec mode_t values
21461@cindex mode_t values, in file-i/o protocol
21462
21463All values are given in octal representation.
21464
21465@smallexample
21466 S_IFREG 0100000
21467 S_IFDIR 040000
21468 S_IRUSR 0400
21469 S_IWUSR 0200
21470 S_IXUSR 0100
21471 S_IRGRP 040
21472 S_IWGRP 020
21473 S_IXGRP 010
21474 S_IROTH 04
21475 S_IWOTH 02
21476 S_IXOTH 01
21477@end smallexample
21478
21479@node Errno values
21480@unnumberedsubsubsec Errno values
21481@cindex errno values, in file-i/o protocol
21482
21483All values are given in decimal representation.
21484
21485@smallexample
21486 EPERM 1
21487 ENOENT 2
21488 EINTR 4
21489 EBADF 9
21490 EACCES 13
21491 EFAULT 14
21492 EBUSY 16
21493 EEXIST 17
21494 ENODEV 19
21495 ENOTDIR 20
21496 EISDIR 21
21497 EINVAL 22
21498 ENFILE 23
21499 EMFILE 24
21500 EFBIG 27
21501 ENOSPC 28
21502 ESPIPE 29
21503 EROFS 30
21504 ENAMETOOLONG 91
21505 EUNKNOWN 9999
21506@end smallexample
21507
21508 EUNKNOWN is used as a fallback error value if a host system returns
21509 any error value not in the list of supported error numbers.
21510
21511@node Lseek flags
21512@unnumberedsubsubsec Lseek flags
21513@cindex lseek flags, in file-i/o protocol
21514
21515@smallexample
21516 SEEK_SET 0
21517 SEEK_CUR 1
21518 SEEK_END 2
21519@end smallexample
21520
21521@node Limits
21522@unnumberedsubsubsec Limits
21523@cindex limits, in file-i/o protocol
21524
21525All values are given in decimal representation.
21526
21527@smallexample
21528 INT_MIN -2147483648
21529 INT_MAX 2147483647
21530 UINT_MAX 4294967295
21531 LONG_MIN -9223372036854775808
21532 LONG_MAX 9223372036854775807
21533 ULONG_MAX 18446744073709551615
21534@end smallexample
21535
21536@node File-I/O Examples
21537@subsection File-I/O Examples
21538@cindex file-i/o examples
21539
21540Example sequence of a write call, file descriptor 3, buffer is at target
21541address 0x1234, 6 bytes should be written:
21542
21543@smallexample
21544<- @code{Fwrite,3,1234,6}
21545@emph{request memory read from target}
21546-> @code{m1234,6}
21547<- XXXXXX
21548@emph{return "6 bytes written"}
21549-> @code{F6}
21550@end smallexample
21551
21552Example sequence of a read call, file descriptor 3, buffer is at target
21553address 0x1234, 6 bytes should be read:
21554
21555@smallexample
21556<- @code{Fread,3,1234,6}
21557@emph{request memory write to target}
21558-> @code{X1234,6:XXXXXX}
21559@emph{return "6 bytes read"}
21560-> @code{F6}
21561@end smallexample
21562
21563Example sequence of a read call, call fails on the host due to invalid
21564file descriptor (EBADF):
21565
21566@smallexample
21567<- @code{Fread,3,1234,6}
21568-> @code{F-1,9}
21569@end smallexample
21570
21571Example sequence of a read call, user presses Ctrl-C before syscall on
21572host is called:
21573
21574@smallexample
21575<- @code{Fread,3,1234,6}
21576-> @code{F-1,4,C}
21577<- @code{T02}
21578@end smallexample
21579
21580Example sequence of a read call, user presses Ctrl-C after syscall on
21581host is called:
21582
21583@smallexample
21584<- @code{Fread,3,1234,6}
21585-> @code{X1234,6:XXXXXX}
21586<- @code{T02}
21587@end smallexample
21588
aab4e0ec 21589@include gpl.texi
eb12ee30 21590
6826cf00
EZ
21591@include fdl.texi
21592
6d2ebf8b 21593@node Index
c906108c
SS
21594@unnumbered Index
21595
21596@printindex cp
21597
21598@tex
21599% I think something like @colophon should be in texinfo. In the
21600% meantime:
21601\long\def\colophon{\hbox to0pt{}\vfill
21602\centerline{The body of this manual is set in}
21603\centerline{\fontname\tenrm,}
21604\centerline{with headings in {\bf\fontname\tenbf}}
21605\centerline{and examples in {\tt\fontname\tentt}.}
21606\centerline{{\it\fontname\tenit\/},}
21607\centerline{{\bf\fontname\tenbf}, and}
21608\centerline{{\sl\fontname\tensl\/}}
21609\centerline{are used for emphasis.}\vfill}
21610\page\colophon
21611% Blame: doc@cygnus.com, 1991.
21612@end tex
21613
c906108c 21614@bye
This page took 1.417211 seconds and 4 git commands to generate.