* gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
c02a867d 2@c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
a67ec3f4 3@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
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.
03727ca6 41@dircategory Software development
96a2c332 42@direntry
03727ca6 43* Gdb: (gdb). The GNU debugger.
96a2c332
SS
44@end direntry
45
a67ec3f4
JM
46@copying
47Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
481998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
49Free Software Foundation, Inc.
c906108c 50
e9c75b65
EZ
51Permission is granted to copy, distribute and/or modify this document
52under the terms of the GNU Free Documentation License, Version 1.1 or
53any later version published by the Free Software Foundation; with the
959acfd1
EZ
54Invariant Sections being ``Free Software'' and ``Free Software Needs
55Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
56and with the Back-Cover Texts as in (a) below.
c906108c 57
b8533aec
DJ
58(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
59this GNU Manual. Buying copies from GNU Press supports the FSF in
60developing GNU and promoting software freedom.''
a67ec3f4
JM
61@end copying
62
63@ifnottex
64This file documents the @sc{gnu} debugger @value{GDBN}.
65
66This is the @value{EDITION} Edition, of @cite{Debugging with
67@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
68@ifset VERSION_PACKAGE
69@value{VERSION_PACKAGE}
70@end ifset
71Version @value{GDBVN}.
72
73@insertcopying
74@end ifnottex
c906108c
SS
75
76@titlepage
77@title Debugging with @value{GDBN}
78@subtitle The @sc{gnu} Source-Level Debugger
c906108c 79@sp 1
c906108c 80@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
c16158bc
JM
81@ifset VERSION_PACKAGE
82@sp 1
83@subtitle @value{VERSION_PACKAGE}
84@end ifset
9e9c5ae7 85@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 86@page
c906108c
SS
87@tex
88{\parskip=0pt
c16158bc 89\hfill (Send bugs and comments on @value{GDBN} to @value{BUGURL}.)\par
c906108c
SS
90\hfill {\it Debugging with @value{GDBN}}\par
91\hfill \TeX{}info \texinfoversion\par
92}
93@end tex
53a5351d 94
c906108c 95@vskip 0pt plus 1filll
c906108c 96Published by the Free Software Foundation @*
c02a867d
EZ
9751 Franklin Street, Fifth Floor,
98Boston, MA 02110-1301, USA@*
6d2ebf8b 99ISBN 1-882114-77-9 @*
e9c75b65 100
a67ec3f4 101@insertcopying
3fb6a982
JB
102@page
103This edition of the GDB manual is dedicated to the memory of Fred
104Fish. Fred was a long-standing contributor to GDB and to Free
105software in general. We will miss him.
c906108c
SS
106@end titlepage
107@page
108
6c0e9fb3 109@ifnottex
6d2ebf8b
SS
110@node Top, Summary, (dir), (dir)
111
c906108c
SS
112@top Debugging with @value{GDBN}
113
114This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
115
c16158bc
JM
116This is the @value{EDITION} Edition, for @value{GDBN}
117@ifset VERSION_PACKAGE
118@value{VERSION_PACKAGE}
119@end ifset
120Version @value{GDBVN}.
c906108c 121
a67ec3f4 122Copyright (C) 1988-2009 Free Software Foundation, Inc.
6d2ebf8b 123
3fb6a982
JB
124This edition of the GDB manual is dedicated to the memory of Fred
125Fish. Fred was a long-standing contributor to GDB and to Free
126software in general. We will miss him.
127
6d2ebf8b
SS
128@menu
129* Summary:: Summary of @value{GDBN}
130* Sample Session:: A sample @value{GDBN} session
131
132* Invocation:: Getting in and out of @value{GDBN}
133* Commands:: @value{GDBN} commands
134* Running:: Running programs under @value{GDBN}
135* Stopping:: Stopping and continuing
bacec72f 136* Reverse Execution:: Running programs backward
6d2ebf8b
SS
137* Stack:: Examining the stack
138* Source:: Examining source files
139* Data:: Examining data
e2e0bcd1 140* Macros:: Preprocessor Macros
b37052ae 141* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 142* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
143
144* Languages:: Using @value{GDBN} with different languages
145
146* Symbols:: Examining the symbol table
147* Altering:: Altering execution
148* GDB Files:: @value{GDBN} files
149* Targets:: Specifying a debugging target
6b2f586d 150* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
151* Configurations:: Configuration-specific information
152* Controlling GDB:: Controlling @value{GDBN}
d57a3c85 153* Extending GDB:: Extending @value{GDBN}
21c294e6 154* Interpreters:: Command Interpreters
c8f4133a 155* TUI:: @value{GDBN} Text User Interface
6d2ebf8b 156* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
7162c0ca 157* GDB/MI:: @value{GDBN}'s Machine Interface.
c8f4133a 158* Annotations:: @value{GDBN}'s annotation interface.
6d2ebf8b
SS
159
160* GDB Bugs:: Reporting bugs in @value{GDBN}
6d2ebf8b
SS
161
162* Command Line Editing:: Command Line Editing
163* Using History Interactively:: Using History Interactively
0869d01b 164* Formatting Documentation:: How to format and print @value{GDBN} documentation
6d2ebf8b 165* Installing GDB:: Installing GDB
eb12ee30 166* Maintenance Commands:: Maintenance Commands
e0ce93ac 167* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 168* Agent Expressions:: The GDB Agent Expression Mechanism
23181151
DJ
169* Target Descriptions:: How targets can describe themselves to
170 @value{GDBN}
07e059b5
VP
171* Operating System Information:: Getting additional information from
172 the operating system
aab4e0ec
AC
173* Copying:: GNU General Public License says
174 how you can copy and share GDB
6826cf00 175* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
176* Index:: Index
177@end menu
178
6c0e9fb3 179@end ifnottex
c906108c 180
449f3b6c 181@contents
449f3b6c 182
6d2ebf8b 183@node Summary
c906108c
SS
184@unnumbered Summary of @value{GDBN}
185
186The purpose of a debugger such as @value{GDBN} is to allow you to see what is
187going on ``inside'' another program while it executes---or what another
188program was doing at the moment it crashed.
189
190@value{GDBN} can do four main kinds of things (plus other things in support of
191these) to help you catch bugs in the act:
192
193@itemize @bullet
194@item
195Start your program, specifying anything that might affect its behavior.
196
197@item
198Make your program stop on specified conditions.
199
200@item
201Examine what has happened, when your program has stopped.
202
203@item
204Change things in your program, so you can experiment with correcting the
205effects of one bug and go on to learn about another.
206@end itemize
207
49efadf5 208You can use @value{GDBN} to debug programs written in C and C@t{++}.
79a6e687 209For more information, see @ref{Supported Languages,,Supported Languages}.
c906108c
SS
210For more information, see @ref{C,,C and C++}.
211
cce74817 212@cindex Modula-2
e632838e
AC
213Support for Modula-2 is partial. For information on Modula-2, see
214@ref{Modula-2,,Modula-2}.
c906108c 215
cce74817
JM
216@cindex Pascal
217Debugging Pascal programs which use sets, subranges, file variables, or
218nested functions does not currently work. @value{GDBN} does not support
219entering expressions, printing values, or similar features using Pascal
220syntax.
c906108c 221
c906108c
SS
222@cindex Fortran
223@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 224it may be necessary to refer to some variables with a trailing
cce74817 225underscore.
c906108c 226
b37303ee
AF
227@value{GDBN} can be used to debug programs written in Objective-C,
228using either the Apple/NeXT or the GNU Objective-C runtime.
229
c906108c
SS
230@menu
231* Free Software:: Freely redistributable software
232* Contributors:: Contributors to GDB
233@end menu
234
6d2ebf8b 235@node Free Software
79a6e687 236@unnumberedsec Free Software
c906108c 237
5d161b24 238@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
239General Public License
240(GPL). The GPL gives you the freedom to copy or adapt a licensed
241program---but every person getting a copy also gets with it the
242freedom to modify that copy (which means that they must get access to
243the source code), and the freedom to distribute further copies.
244Typical software companies use copyrights to limit your freedoms; the
245Free Software Foundation uses the GPL to preserve these freedoms.
246
247Fundamentally, the General Public License is a license which says that
248you have these freedoms and that you cannot take these freedoms away
249from anyone else.
250
2666264b 251@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
252
253The biggest deficiency in the free software community today is not in
254the software---it is the lack of good free documentation that we can
255include with the free software. Many of our most important
256programs do not come with free reference manuals and free introductory
257texts. Documentation is an essential part of any software package;
258when an important free software package does not come with a free
259manual and a free tutorial, that is a major gap. We have many such
260gaps today.
261
262Consider Perl, for instance. The tutorial manuals that people
263normally use are non-free. How did this come about? Because the
264authors of those manuals published them with restrictive terms---no
265copying, no modification, source files not available---which exclude
266them from the free software world.
267
268That wasn't the first time this sort of thing happened, and it was far
269from the last. Many times we have heard a GNU user eagerly describe a
270manual that he is writing, his intended contribution to the community,
271only to learn that he had ruined everything by signing a publication
272contract to make it non-free.
273
274Free documentation, like free software, is a matter of freedom, not
275price. The problem with the non-free manual is not that publishers
276charge a price for printed copies---that in itself is fine. (The Free
277Software Foundation sells printed copies of manuals, too.) The
278problem is the restrictions on the use of the manual. Free manuals
279are available in source code form, and give you permission to copy and
280modify. Non-free manuals do not allow this.
281
282The criteria of freedom for a free manual are roughly the same as for
283free software. Redistribution (including the normal kinds of
284commercial redistribution) must be permitted, so that the manual can
285accompany every copy of the program, both on-line and on paper.
286
287Permission for modification of the technical content is crucial too.
288When people modify the software, adding or changing features, if they
289are conscientious they will change the manual too---so they can
290provide accurate and clear documentation for the modified program. A
291manual that leaves you no choice but to write a new manual to document
292a changed version of the program is not really available to our
293community.
294
295Some kinds of limits on the way modification is handled are
296acceptable. For example, requirements to preserve the original
297author's copyright notice, the distribution terms, or the list of
298authors, are ok. It is also no problem to require modified versions
299to include notice that they were modified. Even entire sections that
300may not be deleted or changed are acceptable, as long as they deal
301with nontechnical topics (like this one). These kinds of restrictions
302are acceptable because they don't obstruct the community's normal use
303of the manual.
304
305However, it must be possible to modify all the @emph{technical}
306content of the manual, and then distribute the result in all the usual
307media, through all the usual channels. Otherwise, the restrictions
308obstruct the use of the manual, it is not free, and we need another
309manual to replace it.
310
311Please spread the word about this issue. Our community continues to
312lose manuals to proprietary publishing. If we spread the word that
313free software needs free reference manuals and free tutorials, perhaps
314the next person who wants to contribute by writing documentation will
315realize, before it is too late, that only free manuals contribute to
316the free software community.
317
318If you are writing documentation, please insist on publishing it under
319the GNU Free Documentation License or another free documentation
320license. Remember that this decision requires your approval---you
321don't have to let the publisher decide. Some commercial publishers
322will use a free license if you insist, but they will not propose the
323option; it is up to you to raise the issue and say firmly that this is
324what you want. If the publisher you are dealing with refuses, please
325try other publishers. If you're not sure whether a proposed license
42584a72 326is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
327
328You can encourage commercial publishers to sell more free, copylefted
329manuals and tutorials by buying them, and particularly by buying
330copies from the publishers that paid for their writing or for major
331improvements. Meanwhile, try to avoid buying non-free documentation
332at all. Check the distribution terms of a manual before you buy it,
333and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
334Check the history of the book, and try to reward the publishers that
335have paid or pay the authors to work on it.
959acfd1
EZ
336
337The Free Software Foundation maintains a list of free documentation
338published by other publishers, at
339@url{http://www.fsf.org/doc/other-free-books.html}.
340
6d2ebf8b 341@node Contributors
96a2c332
SS
342@unnumberedsec Contributors to @value{GDBN}
343
344Richard Stallman was the original author of @value{GDBN}, and of many
345other @sc{gnu} programs. Many others have contributed to its
346development. This section attempts to credit major contributors. One
347of the virtues of free software is that everyone is free to contribute
348to it; with regret, we cannot actually acknowledge everyone here. The
349file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
350blow-by-blow account.
351
352Changes much prior to version 2.0 are lost in the mists of time.
353
354@quotation
355@emph{Plea:} Additions to this section are particularly welcome. If you
356or your friends (or enemies, to be evenhanded) have been unfairly
357omitted from this list, we would like to add your names!
358@end quotation
359
360So that they may not regard their many labors as thankless, we
361particularly thank those who shepherded @value{GDBN} through major
362releases:
7ba3cf9c 363Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
364Jim Blandy (release 4.18);
365Jason Molenda (release 4.17);
366Stan Shebs (release 4.14);
367Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
368Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
369John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
370Jim Kingdon (releases 3.5, 3.4, and 3.3);
371and Randy Smith (releases 3.2, 3.1, and 3.0).
372
373Richard Stallman, assisted at various times by Peter TerMaat, Chris
374Hanson, and Richard Mlynarik, handled releases through 2.8.
375
b37052ae
EZ
376Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
377in @value{GDBN}, with significant additional contributions from Per
378Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
379demangler. Early work on C@t{++} was by Peter TerMaat (who also did
380much general update work leading to release 3.0).
c906108c 381
b37052ae 382@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
383object-file formats; BFD was a joint project of David V.
384Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
385
386David Johnson wrote the original COFF support; Pace Willison did
387the original support for encapsulated COFF.
388
0179ffac 389Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
390
391Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
392Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
393support.
394Jean-Daniel Fekete contributed Sun 386i support.
395Chris Hanson improved the HP9000 support.
396Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
397David Johnson contributed Encore Umax support.
398Jyrki Kuoppala contributed Altos 3068 support.
399Jeff Law contributed HP PA and SOM support.
400Keith Packard contributed NS32K support.
401Doug Rabson contributed Acorn Risc Machine support.
402Bob Rusk contributed Harris Nighthawk CX-UX support.
403Chris Smith contributed Convex support (and Fortran debugging).
404Jonathan Stone contributed Pyramid support.
405Michael Tiemann contributed SPARC support.
406Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
407Pace Willison contributed Intel 386 support.
408Jay Vosburgh contributed Symmetry support.
a37295f9 409Marko Mlinar contributed OpenRISC 1000 support.
c906108c 410
1104b9e7 411Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
412
413Rich Schaefer and Peter Schauer helped with support of SunOS shared
414libraries.
415
416Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
417about several machine instruction sets.
418
419Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
420remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
421contributed remote debugging modules for the i960, VxWorks, A29K UDI,
422and RDI targets, respectively.
423
424Brian Fox is the author of the readline libraries providing
425command-line editing and command history.
426
7a292a7a
SS
427Andrew Beers of SUNY Buffalo wrote the language-switching code, the
428Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 429
5d161b24 430Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 431He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 432symbols.
c906108c 433
f24c5e49
KI
434Hitachi America (now Renesas America), Ltd. sponsored the support for
435H8/300, H8/500, and Super-H processors.
c906108c
SS
436
437NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
438
f24c5e49
KI
439Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
440processors.
c906108c
SS
441
442Toshiba sponsored the support for the TX39 Mips processor.
443
444Matsushita sponsored the support for the MN10200 and MN10300 processors.
445
96a2c332 446Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
447
448Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
449watchpoints.
450
451Michael Snyder added support for tracepoints.
452
453Stu Grossman wrote gdbserver.
454
455Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 456nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
457
458The following people at the Hewlett-Packard Company contributed
459support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 460(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
461compiler, and the Text User Interface (nee Terminal User Interface):
462Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
463Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
464provided HP-specific information in this manual.
c906108c 465
b37052ae
EZ
466DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
467Robert Hoehne made significant contributions to the DJGPP port.
468
96a2c332
SS
469Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
470development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
471fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
472Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
473Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
474Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
475Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
476addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
477JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
478Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
479Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
480Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
481Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
482Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
483Zuhn have made contributions both large and small.
c906108c 484
ffed4509
AC
485Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
486Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
487
e2e0bcd1
JB
488Jim Blandy added support for preprocessor macros, while working for Red
489Hat.
c906108c 490
a9967aef
AC
491Andrew Cagney designed @value{GDBN}'s architecture vector. Many
492people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
493Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
494Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
495Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
496with the migration of old architectures to this new framework.
497
c5e30d01
AC
498Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
499unwinder framework, this consisting of a fresh new design featuring
500frame IDs, independent frame sniffers, and the sentinel frame. Mark
501Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
502libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
db2e3e2e 503trad unwinders. The architecture-specific changes, each involving a
c5e30d01
AC
504complete rewrite of the architecture's frame code, were carried out by
505Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
506Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
507Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
508Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
509Weigand.
510
ca3bf3bd
DJ
511Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
512Tensilica, Inc.@: contributed support for Xtensa processors. Others
513who have worked on the Xtensa port of @value{GDBN} in the past include
514Steve Tjiang, John Newlin, and Scott Foehner.
515
6d2ebf8b 516@node Sample Session
c906108c
SS
517@chapter A Sample @value{GDBN} Session
518
519You can use this manual at your leisure to read all about @value{GDBN}.
520However, a handful of commands are enough to get started using the
521debugger. This chapter illustrates those commands.
522
523@iftex
524In this sample session, we emphasize user input like this: @b{input},
525to make it easier to pick out from the surrounding output.
526@end iftex
527
528@c FIXME: this example may not be appropriate for some configs, where
529@c FIXME...primary interest is in remote use.
530
531One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
532processor) exhibits the following bug: sometimes, when we change its
533quote strings from the default, the commands used to capture one macro
534definition within another stop working. In the following short @code{m4}
535session, we define a macro @code{foo} which expands to @code{0000}; we
536then use the @code{m4} built-in @code{defn} to define @code{bar} as the
537same thing. However, when we change the open quote string to
538@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
539procedure fails to define a new synonym @code{baz}:
540
541@smallexample
542$ @b{cd gnu/m4}
543$ @b{./m4}
544@b{define(foo,0000)}
545
546@b{foo}
5470000
548@b{define(bar,defn(`foo'))}
549
550@b{bar}
5510000
552@b{changequote(<QUOTE>,<UNQUOTE>)}
553
554@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
555@b{baz}
c8aa23ab 556@b{Ctrl-d}
c906108c
SS
557m4: End of input: 0: fatal error: EOF in string
558@end smallexample
559
560@noindent
561Let us use @value{GDBN} to try to see what is going on.
562
c906108c
SS
563@smallexample
564$ @b{@value{GDBP} m4}
565@c FIXME: this falsifies the exact text played out, to permit smallbook
566@c FIXME... format to come out better.
567@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 568 of it under certain conditions; type "show copying" to see
c906108c 569 the conditions.
5d161b24 570There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
571 for details.
572
573@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
574(@value{GDBP})
575@end smallexample
c906108c
SS
576
577@noindent
578@value{GDBN} reads only enough symbol data to know where to find the
579rest when needed; as a result, the first prompt comes up very quickly.
580We now tell @value{GDBN} to use a narrower display width than usual, so
581that examples fit in this manual.
582
583@smallexample
584(@value{GDBP}) @b{set width 70}
585@end smallexample
586
587@noindent
588We need to see how the @code{m4} built-in @code{changequote} works.
589Having looked at the source, we know the relevant subroutine is
590@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
591@code{break} command.
592
593@smallexample
594(@value{GDBP}) @b{break m4_changequote}
595Breakpoint 1 at 0x62f4: file builtin.c, line 879.
596@end smallexample
597
598@noindent
599Using the @code{run} command, we start @code{m4} running under @value{GDBN}
600control; as long as control does not reach the @code{m4_changequote}
601subroutine, the program runs as usual:
602
603@smallexample
604(@value{GDBP}) @b{run}
605Starting program: /work/Editorial/gdb/gnu/m4/m4
606@b{define(foo,0000)}
607
608@b{foo}
6090000
610@end smallexample
611
612@noindent
613To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
614suspends execution of @code{m4}, displaying information about the
615context where it stops.
616
617@smallexample
618@b{changequote(<QUOTE>,<UNQUOTE>)}
619
5d161b24 620Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
621 at builtin.c:879
622879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
623@end smallexample
624
625@noindent
626Now we use the command @code{n} (@code{next}) to advance execution to
627the next line of the current function.
628
629@smallexample
630(@value{GDBP}) @b{n}
631882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
632 : nil,
633@end smallexample
634
635@noindent
636@code{set_quotes} looks like a promising subroutine. We can go into it
637by using the command @code{s} (@code{step}) instead of @code{next}.
638@code{step} goes to the next line to be executed in @emph{any}
639subroutine, so it steps into @code{set_quotes}.
640
641@smallexample
642(@value{GDBP}) @b{s}
643set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
644 at input.c:530
645530 if (lquote != def_lquote)
646@end smallexample
647
648@noindent
649The display that shows the subroutine where @code{m4} is now
650suspended (and its arguments) is called a stack frame display. It
651shows a summary of the stack. We can use the @code{backtrace}
652command (which can also be spelled @code{bt}), to see where we are
653in the stack as a whole: the @code{backtrace} command displays a
654stack frame for each active subroutine.
655
656@smallexample
657(@value{GDBP}) @b{bt}
658#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
659 at input.c:530
5d161b24 660#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
661 at builtin.c:882
662#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
663#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
664 at macro.c:71
665#4 0x79dc in expand_input () at macro.c:40
666#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
667@end smallexample
668
669@noindent
670We step through a few more lines to see what happens. The first two
671times, we can use @samp{s}; the next two times we use @code{n} to avoid
672falling into the @code{xstrdup} subroutine.
673
674@smallexample
675(@value{GDBP}) @b{s}
6760x3b5c 532 if (rquote != def_rquote)
677(@value{GDBP}) @b{s}
6780x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
679def_lquote : xstrdup(lq);
680(@value{GDBP}) @b{n}
681536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
682 : xstrdup(rq);
683(@value{GDBP}) @b{n}
684538 len_lquote = strlen(rquote);
685@end smallexample
686
687@noindent
688The last line displayed looks a little odd; we can examine the variables
689@code{lquote} and @code{rquote} to see if they are in fact the new left
690and right quotes we specified. We use the command @code{p}
691(@code{print}) to see their values.
692
693@smallexample
694(@value{GDBP}) @b{p lquote}
695$1 = 0x35d40 "<QUOTE>"
696(@value{GDBP}) @b{p rquote}
697$2 = 0x35d50 "<UNQUOTE>"
698@end smallexample
699
700@noindent
701@code{lquote} and @code{rquote} are indeed the new left and right quotes.
702To look at some context, we can display ten lines of source
703surrounding the current line with the @code{l} (@code{list}) command.
704
705@smallexample
706(@value{GDBP}) @b{l}
707533 xfree(rquote);
708534
709535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
710 : xstrdup (lq);
711536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
712 : xstrdup (rq);
713537
714538 len_lquote = strlen(rquote);
715539 len_rquote = strlen(lquote);
716540 @}
717541
718542 void
719@end smallexample
720
721@noindent
722Let us step past the two lines that set @code{len_lquote} and
723@code{len_rquote}, and then examine the values of those variables.
724
725@smallexample
726(@value{GDBP}) @b{n}
727539 len_rquote = strlen(lquote);
728(@value{GDBP}) @b{n}
729540 @}
730(@value{GDBP}) @b{p len_lquote}
731$3 = 9
732(@value{GDBP}) @b{p len_rquote}
733$4 = 7
734@end smallexample
735
736@noindent
737That certainly looks wrong, assuming @code{len_lquote} and
738@code{len_rquote} are meant to be the lengths of @code{lquote} and
739@code{rquote} respectively. We can set them to better values using
740the @code{p} command, since it can print the value of
741any expression---and that expression can include subroutine calls and
742assignments.
743
744@smallexample
745(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
746$5 = 7
747(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
748$6 = 9
749@end smallexample
750
751@noindent
752Is that enough to fix the problem of using the new quotes with the
753@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
754executing with the @code{c} (@code{continue}) command, and then try the
755example that caused trouble initially:
756
757@smallexample
758(@value{GDBP}) @b{c}
759Continuing.
760
761@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
762
763baz
7640000
765@end smallexample
766
767@noindent
768Success! The new quotes now work just as well as the default ones. The
769problem seems to have been just the two typos defining the wrong
770lengths. We allow @code{m4} exit by giving it an EOF as input:
771
772@smallexample
c8aa23ab 773@b{Ctrl-d}
c906108c
SS
774Program exited normally.
775@end smallexample
776
777@noindent
778The message @samp{Program exited normally.} is from @value{GDBN}; it
779indicates @code{m4} has finished executing. We can end our @value{GDBN}
780session with the @value{GDBN} @code{quit} command.
781
782@smallexample
783(@value{GDBP}) @b{quit}
784@end smallexample
c906108c 785
6d2ebf8b 786@node Invocation
c906108c
SS
787@chapter Getting In and Out of @value{GDBN}
788
789This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 790The essentials are:
c906108c 791@itemize @bullet
5d161b24 792@item
53a5351d 793type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 794@item
c8aa23ab 795type @kbd{quit} or @kbd{Ctrl-d} to exit.
c906108c
SS
796@end itemize
797
798@menu
799* Invoking GDB:: How to start @value{GDBN}
800* Quitting GDB:: How to quit @value{GDBN}
801* Shell Commands:: How to use shell commands inside @value{GDBN}
79a6e687 802* Logging Output:: How to log @value{GDBN}'s output to a file
c906108c
SS
803@end menu
804
6d2ebf8b 805@node Invoking GDB
c906108c
SS
806@section Invoking @value{GDBN}
807
c906108c
SS
808Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
809@value{GDBN} reads commands from the terminal until you tell it to exit.
810
811You can also run @code{@value{GDBP}} with a variety of arguments and options,
812to specify more of your debugging environment at the outset.
813
c906108c
SS
814The command-line options described here are designed
815to cover a variety of situations; in some environments, some of these
5d161b24 816options may effectively be unavailable.
c906108c
SS
817
818The most usual way to start @value{GDBN} is with one argument,
819specifying an executable program:
820
474c8240 821@smallexample
c906108c 822@value{GDBP} @var{program}
474c8240 823@end smallexample
c906108c 824
c906108c
SS
825@noindent
826You can also start with both an executable program and a core file
827specified:
828
474c8240 829@smallexample
c906108c 830@value{GDBP} @var{program} @var{core}
474c8240 831@end smallexample
c906108c
SS
832
833You can, instead, specify a process ID as a second argument, if you want
834to debug a running process:
835
474c8240 836@smallexample
c906108c 837@value{GDBP} @var{program} 1234
474c8240 838@end smallexample
c906108c
SS
839
840@noindent
841would attach @value{GDBN} to process @code{1234} (unless you also have a file
842named @file{1234}; @value{GDBN} does check for a core file first).
843
c906108c 844Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
845complete operating system; when you use @value{GDBN} as a remote
846debugger attached to a bare board, there may not be any notion of
847``process'', and there is often no way to get a core dump. @value{GDBN}
848will warn you if it is unable to attach or to read core dumps.
c906108c 849
aa26fa3a
TT
850You can optionally have @code{@value{GDBP}} pass any arguments after the
851executable file to the inferior using @code{--args}. This option stops
852option processing.
474c8240 853@smallexample
3f94c067 854@value{GDBP} --args gcc -O2 -c foo.c
474c8240 855@end smallexample
aa26fa3a
TT
856This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
857@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
858
96a2c332 859You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
860@value{GDBN}'s non-warranty, by specifying @code{-silent}:
861
862@smallexample
863@value{GDBP} -silent
864@end smallexample
865
866@noindent
867You can further control how @value{GDBN} starts up by using command-line
868options. @value{GDBN} itself can remind you of the options available.
869
870@noindent
871Type
872
474c8240 873@smallexample
c906108c 874@value{GDBP} -help
474c8240 875@end smallexample
c906108c
SS
876
877@noindent
878to display all available options and briefly describe their use
879(@samp{@value{GDBP} -h} is a shorter equivalent).
880
881All options and command line arguments you give are processed
882in sequential order. The order makes a difference when the
883@samp{-x} option is used.
884
885
886@menu
c906108c
SS
887* File Options:: Choosing files
888* Mode Options:: Choosing modes
6fc08d32 889* Startup:: What @value{GDBN} does during startup
c906108c
SS
890@end menu
891
6d2ebf8b 892@node File Options
79a6e687 893@subsection Choosing Files
c906108c 894
2df3850c 895When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
896specifying an executable file and core file (or process ID). This is
897the same as if the arguments were specified by the @samp{-se} and
d52fb0e9 898@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
19837790
MS
899first argument that does not have an associated option flag as
900equivalent to the @samp{-se} option followed by that argument; and the
901second argument that does not have an associated option flag, if any, as
902equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
903If the second argument begins with a decimal digit, @value{GDBN} will
904first attempt to attach to it as a process, and if that fails, attempt
905to open it as a corefile. If you have a corefile whose name begins with
b383017d 906a digit, you can prevent @value{GDBN} from treating it as a pid by
c1468174 907prefixing it with @file{./}, e.g.@: @file{./12345}.
7a292a7a
SS
908
909If @value{GDBN} has not been configured to included core file support,
910such as for most embedded targets, then it will complain about a second
911argument and ignore it.
c906108c
SS
912
913Many options have both long and short forms; both are shown in the
914following list. @value{GDBN} also recognizes the long forms if you truncate
915them, so long as enough of the option is present to be unambiguous.
916(If you prefer, you can flag option arguments with @samp{--} rather
917than @samp{-}, though we illustrate the more usual convention.)
918
d700128c
EZ
919@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
920@c way, both those who look for -foo and --foo in the index, will find
921@c it.
922
c906108c
SS
923@table @code
924@item -symbols @var{file}
925@itemx -s @var{file}
d700128c
EZ
926@cindex @code{--symbols}
927@cindex @code{-s}
c906108c
SS
928Read symbol table from file @var{file}.
929
930@item -exec @var{file}
931@itemx -e @var{file}
d700128c
EZ
932@cindex @code{--exec}
933@cindex @code{-e}
7a292a7a
SS
934Use file @var{file} as the executable file to execute when appropriate,
935and for examining pure data in conjunction with a core dump.
c906108c
SS
936
937@item -se @var{file}
d700128c 938@cindex @code{--se}
c906108c
SS
939Read symbol table from file @var{file} and use it as the executable
940file.
941
c906108c
SS
942@item -core @var{file}
943@itemx -c @var{file}
d700128c
EZ
944@cindex @code{--core}
945@cindex @code{-c}
b383017d 946Use file @var{file} as a core dump to examine.
c906108c 947
19837790
MS
948@item -pid @var{number}
949@itemx -p @var{number}
950@cindex @code{--pid}
951@cindex @code{-p}
952Connect to process ID @var{number}, as with the @code{attach} command.
c906108c
SS
953
954@item -command @var{file}
955@itemx -x @var{file}
d700128c
EZ
956@cindex @code{--command}
957@cindex @code{-x}
c906108c
SS
958Execute @value{GDBN} commands from file @var{file}. @xref{Command
959Files,, Command files}.
960
8a5a3c82
AS
961@item -eval-command @var{command}
962@itemx -ex @var{command}
963@cindex @code{--eval-command}
964@cindex @code{-ex}
965Execute a single @value{GDBN} command.
966
967This option may be used multiple times to call multiple commands. It may
968also be interleaved with @samp{-command} as required.
969
970@smallexample
971@value{GDBP} -ex 'target sim' -ex 'load' \
972 -x setbreakpoints -ex 'run' a.out
973@end smallexample
974
c906108c
SS
975@item -directory @var{directory}
976@itemx -d @var{directory}
d700128c
EZ
977@cindex @code{--directory}
978@cindex @code{-d}
4b505b12 979Add @var{directory} to the path to search for source and script files.
c906108c 980
c906108c
SS
981@item -r
982@itemx -readnow
d700128c
EZ
983@cindex @code{--readnow}
984@cindex @code{-r}
c906108c
SS
985Read each symbol file's entire symbol table immediately, rather than
986the default, which is to read it incrementally as it is needed.
987This makes startup slower, but makes future operations faster.
53a5351d 988
c906108c
SS
989@end table
990
6d2ebf8b 991@node Mode Options
79a6e687 992@subsection Choosing Modes
c906108c
SS
993
994You can run @value{GDBN} in various alternative modes---for example, in
995batch mode or quiet mode.
996
997@table @code
998@item -nx
999@itemx -n
d700128c
EZ
1000@cindex @code{--nx}
1001@cindex @code{-n}
96565e91 1002Do not execute commands found in any initialization files. Normally,
2df3850c
JM
1003@value{GDBN} executes the commands in these files after all the command
1004options and arguments have been processed. @xref{Command Files,,Command
79a6e687 1005Files}.
c906108c
SS
1006
1007@item -quiet
d700128c 1008@itemx -silent
c906108c 1009@itemx -q
d700128c
EZ
1010@cindex @code{--quiet}
1011@cindex @code{--silent}
1012@cindex @code{-q}
c906108c
SS
1013``Quiet''. Do not print the introductory and copyright messages. These
1014messages are also suppressed in batch mode.
1015
1016@item -batch
d700128c 1017@cindex @code{--batch}
c906108c
SS
1018Run in batch mode. Exit with status @code{0} after processing all the
1019command files specified with @samp{-x} (and all commands from
1020initialization files, if not inhibited with @samp{-n}). Exit with
1021nonzero status if an error occurs in executing the @value{GDBN} commands
1022in the command files.
1023
2df3850c
JM
1024Batch mode may be useful for running @value{GDBN} as a filter, for
1025example to download and run a program on another computer; in order to
1026make this more useful, the message
c906108c 1027
474c8240 1028@smallexample
c906108c 1029Program exited normally.
474c8240 1030@end smallexample
c906108c
SS
1031
1032@noindent
2df3850c
JM
1033(which is ordinarily issued whenever a program running under
1034@value{GDBN} control terminates) is not issued when running in batch
1035mode.
1036
1a088d06
AS
1037@item -batch-silent
1038@cindex @code{--batch-silent}
1039Run in batch mode exactly like @samp{-batch}, but totally silently. All
1040@value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1041unaffected). This is much quieter than @samp{-silent} and would be useless
1042for an interactive session.
1043
1044This is particularly useful when using targets that give @samp{Loading section}
1045messages, for example.
1046
1047Note that targets that give their output via @value{GDBN}, as opposed to
1048writing directly to @code{stdout}, will also be made silent.
1049
4b0ad762
AS
1050@item -return-child-result
1051@cindex @code{--return-child-result}
1052The return code from @value{GDBN} will be the return code from the child
1053process (the process being debugged), with the following exceptions:
1054
1055@itemize @bullet
1056@item
1057@value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1058internal error. In this case the exit code is the same as it would have been
1059without @samp{-return-child-result}.
1060@item
1061The user quits with an explicit value. E.g., @samp{quit 1}.
1062@item
1063The child process never runs, or is not allowed to terminate, in which case
1064the exit code will be -1.
1065@end itemize
1066
1067This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1068when @value{GDBN} is being used as a remote program loader or simulator
1069interface.
1070
2df3850c
JM
1071@item -nowindows
1072@itemx -nw
d700128c
EZ
1073@cindex @code{--nowindows}
1074@cindex @code{-nw}
2df3850c 1075``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1076(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1077interface. If no GUI is available, this option has no effect.
1078
1079@item -windows
1080@itemx -w
d700128c
EZ
1081@cindex @code{--windows}
1082@cindex @code{-w}
2df3850c
JM
1083If @value{GDBN} includes a GUI, then this option requires it to be
1084used if possible.
c906108c
SS
1085
1086@item -cd @var{directory}
d700128c 1087@cindex @code{--cd}
c906108c
SS
1088Run @value{GDBN} using @var{directory} as its working directory,
1089instead of the current directory.
1090
c906108c
SS
1091@item -fullname
1092@itemx -f
d700128c
EZ
1093@cindex @code{--fullname}
1094@cindex @code{-f}
7a292a7a
SS
1095@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1096subprocess. It tells @value{GDBN} to output the full file name and line
1097number in a standard, recognizable fashion each time a stack frame is
1098displayed (which includes each time your program stops). This
1099recognizable format looks like two @samp{\032} characters, followed by
1100the file name, line number and character position separated by colons,
1101and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1102@samp{\032} characters as a signal to display the source code for the
1103frame.
c906108c 1104
d700128c
EZ
1105@item -epoch
1106@cindex @code{--epoch}
1107The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1108@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1109routines so as to allow Epoch to display values of expressions in a
1110separate window.
1111
1112@item -annotate @var{level}
1113@cindex @code{--annotate}
1114This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1115effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1116(@pxref{Annotations}). The annotation @var{level} controls how much
1117information @value{GDBN} prints together with its prompt, values of
1118expressions, source lines, and other types of output. Level 0 is the
1119normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1120@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1121that control @value{GDBN}, and level 2 has been deprecated.
1122
265eeb58 1123The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2 1124(@pxref{GDB/MI}).
d700128c 1125
aa26fa3a
TT
1126@item --args
1127@cindex @code{--args}
1128Change interpretation of command line so that arguments following the
1129executable file are passed as command line arguments to the inferior.
1130This option stops option processing.
1131
2df3850c
JM
1132@item -baud @var{bps}
1133@itemx -b @var{bps}
d700128c
EZ
1134@cindex @code{--baud}
1135@cindex @code{-b}
c906108c
SS
1136Set the line speed (baud rate or bits per second) of any serial
1137interface used by @value{GDBN} for remote debugging.
c906108c 1138
f47b1503
AS
1139@item -l @var{timeout}
1140@cindex @code{-l}
1141Set the timeout (in seconds) of any communication used by @value{GDBN}
1142for remote debugging.
1143
c906108c 1144@item -tty @var{device}
d700128c
EZ
1145@itemx -t @var{device}
1146@cindex @code{--tty}
1147@cindex @code{-t}
c906108c
SS
1148Run using @var{device} for your program's standard input and output.
1149@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1150
53a5351d 1151@c resolve the situation of these eventually
c4555f82
SC
1152@item -tui
1153@cindex @code{--tui}
d0d5df6f
AC
1154Activate the @dfn{Text User Interface} when starting. The Text User
1155Interface manages several text windows on the terminal, showing
1156source, assembly, registers and @value{GDBN} command outputs
1157(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1158Text User Interface can be enabled by invoking the program
46ba6afa 1159@samp{@value{GDBTUI}}. Do not use this option if you run @value{GDBN} from
d0d5df6f 1160Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1161
1162@c @item -xdb
d700128c 1163@c @cindex @code{--xdb}
53a5351d
JM
1164@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1165@c For information, see the file @file{xdb_trans.html}, which is usually
1166@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1167@c systems.
1168
d700128c
EZ
1169@item -interpreter @var{interp}
1170@cindex @code{--interpreter}
1171Use the interpreter @var{interp} for interface with the controlling
1172program or device. This option is meant to be set by programs which
94bbb2c0 1173communicate with @value{GDBN} using it as a back end.
21c294e6 1174@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1175
da0f9dcd 1176@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1177@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6b5e8c01 1178The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
6c74ac8b
AC
1179previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1180selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1181@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1182
1183@item -write
1184@cindex @code{--write}
1185Open the executable and core files for both reading and writing. This
1186is equivalent to the @samp{set write on} command inside @value{GDBN}
1187(@pxref{Patching}).
1188
1189@item -statistics
1190@cindex @code{--statistics}
1191This option causes @value{GDBN} to print statistics about time and
1192memory usage after it completes each command and returns to the prompt.
1193
1194@item -version
1195@cindex @code{--version}
1196This option causes @value{GDBN} to print its version number and
1197no-warranty blurb, and exit.
1198
c906108c
SS
1199@end table
1200
6fc08d32 1201@node Startup
79a6e687 1202@subsection What @value{GDBN} Does During Startup
6fc08d32
EZ
1203@cindex @value{GDBN} startup
1204
1205Here's the description of what @value{GDBN} does during session startup:
1206
1207@enumerate
1208@item
1209Sets up the command interpreter as specified by the command line
1210(@pxref{Mode Options, interpreter}).
1211
1212@item
1213@cindex init file
098b41a6
JG
1214Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1215used when building @value{GDBN}; @pxref{System-wide configuration,
1216 ,System-wide configuration and settings}) and executes all the commands in
1217that file.
1218
1219@item
1220Reads the init file (if any) in your home directory@footnote{On
6fc08d32
EZ
1221DOS/Windows systems, the home directory is the one pointed to by the
1222@code{HOME} environment variable.} and executes all the commands in
1223that file.
1224
1225@item
1226Processes command line options and operands.
1227
1228@item
1229Reads and executes the commands from init file (if any) in the current
119b882a
EZ
1230working directory. This is only done if the current directory is
1231different from your home directory. Thus, you can have more than one
1232init file, one generic in your home directory, and another, specific
1233to the program you are debugging, in the directory where you invoke
6fc08d32
EZ
1234@value{GDBN}.
1235
1236@item
1237Reads command files specified by the @samp{-x} option. @xref{Command
1238Files}, for more details about @value{GDBN} command files.
1239
1240@item
1241Reads the command history recorded in the @dfn{history file}.
d620b259 1242@xref{Command History}, for more details about the command history and the
6fc08d32
EZ
1243files where @value{GDBN} records it.
1244@end enumerate
1245
1246Init files use the same syntax as @dfn{command files} (@pxref{Command
1247Files}) and are processed by @value{GDBN} in the same way. The init
1248file in your home directory can set options (such as @samp{set
1249complaints}) that affect subsequent processing of command line options
1250and operands. Init files are not executed if you use the @samp{-nx}
79a6e687 1251option (@pxref{Mode Options, ,Choosing Modes}).
6fc08d32 1252
098b41a6
JG
1253To display the list of init files loaded by gdb at startup, you
1254can use @kbd{gdb --help}.
1255
6fc08d32
EZ
1256@cindex init file name
1257@cindex @file{.gdbinit}
119b882a 1258@cindex @file{gdb.ini}
8807d78b 1259The @value{GDBN} init files are normally called @file{.gdbinit}.
119b882a
EZ
1260The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1261the limitations of file names imposed by DOS filesystems. The Windows
1262ports of @value{GDBN} use the standard name, but if they find a
1263@file{gdb.ini} file, they warn you about that and suggest to rename
1264the file to the standard name.
1265
6fc08d32 1266
6d2ebf8b 1267@node Quitting GDB
c906108c
SS
1268@section Quitting @value{GDBN}
1269@cindex exiting @value{GDBN}
1270@cindex leaving @value{GDBN}
1271
1272@table @code
1273@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1274@kindex q @r{(@code{quit})}
96a2c332
SS
1275@item quit @r{[}@var{expression}@r{]}
1276@itemx q
1277To exit @value{GDBN}, use the @code{quit} command (abbreviated
c8aa23ab 1278@code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
96a2c332
SS
1279do not supply @var{expression}, @value{GDBN} will terminate normally;
1280otherwise it will terminate using the result of @var{expression} as the
1281error code.
c906108c
SS
1282@end table
1283
1284@cindex interrupt
c8aa23ab 1285An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
c906108c
SS
1286terminates the action of any @value{GDBN} command that is in progress and
1287returns to @value{GDBN} command level. It is safe to type the interrupt
1288character at any time because @value{GDBN} does not allow it to take effect
1289until a time when it is safe.
1290
c906108c
SS
1291If you have been using @value{GDBN} to control an attached process or
1292device, you can release it with the @code{detach} command
79a6e687 1293(@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 1294
6d2ebf8b 1295@node Shell Commands
79a6e687 1296@section Shell Commands
c906108c
SS
1297
1298If you need to execute occasional shell commands during your
1299debugging session, there is no need to leave or suspend @value{GDBN}; you can
1300just use the @code{shell} command.
1301
1302@table @code
1303@kindex shell
1304@cindex shell escape
1305@item shell @var{command string}
1306Invoke a standard shell to execute @var{command string}.
c906108c 1307If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1308shell to run. Otherwise @value{GDBN} uses the default shell
1309(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1310@end table
1311
1312The utility @code{make} is often needed in development environments.
1313You do not have to use the @code{shell} command for this purpose in
1314@value{GDBN}:
1315
1316@table @code
1317@kindex make
1318@cindex calling make
1319@item make @var{make-args}
1320Execute the @code{make} program with the specified
1321arguments. This is equivalent to @samp{shell make @var{make-args}}.
1322@end table
1323
79a6e687
BW
1324@node Logging Output
1325@section Logging Output
0fac0b41 1326@cindex logging @value{GDBN} output
9c16f35a 1327@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1328
1329You may want to save the output of @value{GDBN} commands to a file.
1330There are several commands to control @value{GDBN}'s logging.
1331
1332@table @code
1333@kindex set logging
1334@item set logging on
1335Enable logging.
1336@item set logging off
1337Disable logging.
9c16f35a 1338@cindex logging file name
0fac0b41
DJ
1339@item set logging file @var{file}
1340Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1341@item set logging overwrite [on|off]
1342By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1343you want @code{set logging on} to overwrite the logfile instead.
1344@item set logging redirect [on|off]
1345By default, @value{GDBN} output will go to both the terminal and the logfile.
1346Set @code{redirect} if you want output to go only to the log file.
1347@kindex show logging
1348@item show logging
1349Show the current values of the logging settings.
1350@end table
1351
6d2ebf8b 1352@node Commands
c906108c
SS
1353@chapter @value{GDBN} Commands
1354
1355You can abbreviate a @value{GDBN} command to the first few letters of the command
1356name, if that abbreviation is unambiguous; and you can repeat certain
1357@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1358key to get @value{GDBN} to fill out the rest of a word in a command (or to
1359show you the alternatives available, if there is more than one possibility).
1360
1361@menu
1362* Command Syntax:: How to give commands to @value{GDBN}
1363* Completion:: Command completion
1364* Help:: How to ask @value{GDBN} for help
1365@end menu
1366
6d2ebf8b 1367@node Command Syntax
79a6e687 1368@section Command Syntax
c906108c
SS
1369
1370A @value{GDBN} command is a single line of input. There is no limit on
1371how long it can be. It starts with a command name, which is followed by
1372arguments whose meaning depends on the command name. For example, the
1373command @code{step} accepts an argument which is the number of times to
1374step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1375with no arguments. Some commands do not allow any arguments.
c906108c
SS
1376
1377@cindex abbreviation
1378@value{GDBN} command names may always be truncated if that abbreviation is
1379unambiguous. Other possible command abbreviations are listed in the
1380documentation for individual commands. In some cases, even ambiguous
1381abbreviations are allowed; for example, @code{s} is specially defined as
1382equivalent to @code{step} even though there are other commands whose
1383names start with @code{s}. You can test abbreviations by using them as
1384arguments to the @code{help} command.
1385
1386@cindex repeating commands
41afff9a 1387@kindex RET @r{(repeat last command)}
c906108c 1388A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1389repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1390will not repeat this way; these are commands whose unintentional
1391repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1392repeat. User-defined commands can disable this feature; see
1393@ref{Define, dont-repeat}.
c906108c
SS
1394
1395The @code{list} and @code{x} commands, when you repeat them with
1396@key{RET}, construct new arguments rather than repeating
1397exactly as typed. This permits easy scanning of source or memory.
1398
1399@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1400output, in a way similar to the common utility @code{more}
79a6e687 1401(@pxref{Screen Size,,Screen Size}). Since it is easy to press one
c906108c
SS
1402@key{RET} too many in this situation, @value{GDBN} disables command
1403repetition after any command that generates this sort of display.
1404
41afff9a 1405@kindex # @r{(a comment)}
c906108c
SS
1406@cindex comment
1407Any text from a @kbd{#} to the end of the line is a comment; it does
1408nothing. This is useful mainly in command files (@pxref{Command
79a6e687 1409Files,,Command Files}).
c906108c 1410
88118b3a 1411@cindex repeating command sequences
c8aa23ab
EZ
1412@kindex Ctrl-o @r{(operate-and-get-next)}
1413The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
7f9087cb 1414commands. This command accepts the current line, like @key{RET}, and
88118b3a
TT
1415then fetches the next line relative to the current line from the history
1416for editing.
1417
6d2ebf8b 1418@node Completion
79a6e687 1419@section Command Completion
c906108c
SS
1420
1421@cindex completion
1422@cindex word completion
1423@value{GDBN} can fill in the rest of a word in a command for you, if there is
1424only one possibility; it can also show you what the valid possibilities
1425are for the next word in a command, at any time. This works for @value{GDBN}
1426commands, @value{GDBN} subcommands, and the names of symbols in your program.
1427
1428Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1429of a word. If there is only one possibility, @value{GDBN} fills in the
1430word, and waits for you to finish the command (or press @key{RET} to
1431enter it). For example, if you type
1432
1433@c FIXME "@key" does not distinguish its argument sufficiently to permit
1434@c complete accuracy in these examples; space introduced for clarity.
1435@c If texinfo enhancements make it unnecessary, it would be nice to
1436@c replace " @key" by "@key" in the following...
474c8240 1437@smallexample
c906108c 1438(@value{GDBP}) info bre @key{TAB}
474c8240 1439@end smallexample
c906108c
SS
1440
1441@noindent
1442@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1443the only @code{info} subcommand beginning with @samp{bre}:
1444
474c8240 1445@smallexample
c906108c 1446(@value{GDBP}) info breakpoints
474c8240 1447@end smallexample
c906108c
SS
1448
1449@noindent
1450You can either press @key{RET} at this point, to run the @code{info
1451breakpoints} command, or backspace and enter something else, if
1452@samp{breakpoints} does not look like the command you expected. (If you
1453were sure you wanted @code{info breakpoints} in the first place, you
1454might as well just type @key{RET} immediately after @samp{info bre},
1455to exploit command abbreviations rather than command completion).
1456
1457If there is more than one possibility for the next word when you press
1458@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1459characters and try again, or just press @key{TAB} a second time;
1460@value{GDBN} displays all the possible completions for that word. For
1461example, you might want to set a breakpoint on a subroutine whose name
1462begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1463just sounds the bell. Typing @key{TAB} again displays all the
1464function names in your program that begin with those characters, for
1465example:
1466
474c8240 1467@smallexample
c906108c
SS
1468(@value{GDBP}) b make_ @key{TAB}
1469@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1470make_a_section_from_file make_environ
1471make_abs_section make_function_type
1472make_blockvector make_pointer_type
1473make_cleanup make_reference_type
c906108c
SS
1474make_command make_symbol_completion_list
1475(@value{GDBP}) b make_
474c8240 1476@end smallexample
c906108c
SS
1477
1478@noindent
1479After displaying the available possibilities, @value{GDBN} copies your
1480partial input (@samp{b make_} in the example) so you can finish the
1481command.
1482
1483If you just want to see the list of alternatives in the first place, you
b37052ae 1484can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1485means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1486key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1487one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1488
1489@cindex quotes in commands
1490@cindex completion of quoted strings
1491Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1492parentheses or other characters that @value{GDBN} normally excludes from
1493its notion of a word. To permit word completion to work in this
1494situation, you may enclose words in @code{'} (single quote marks) in
1495@value{GDBN} commands.
c906108c 1496
c906108c 1497The most likely situation where you might need this is in typing the
b37052ae
EZ
1498name of a C@t{++} function. This is because C@t{++} allows function
1499overloading (multiple definitions of the same function, distinguished
1500by argument type). For example, when you want to set a breakpoint you
1501may need to distinguish whether you mean the version of @code{name}
1502that takes an @code{int} parameter, @code{name(int)}, or the version
1503that takes a @code{float} parameter, @code{name(float)}. To use the
1504word-completion facilities in this situation, type a single quote
1505@code{'} at the beginning of the function name. This alerts
1506@value{GDBN} that it may need to consider more information than usual
1507when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1508
474c8240 1509@smallexample
96a2c332 1510(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1511bubble(double,double) bubble(int,int)
1512(@value{GDBP}) b 'bubble(
474c8240 1513@end smallexample
c906108c
SS
1514
1515In some cases, @value{GDBN} can tell that completing a name requires using
1516quotes. When this happens, @value{GDBN} inserts the quote for you (while
1517completing as much as it can) if you do not type the quote in the first
1518place:
1519
474c8240 1520@smallexample
c906108c
SS
1521(@value{GDBP}) b bub @key{TAB}
1522@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1523(@value{GDBP}) b 'bubble(
474c8240 1524@end smallexample
c906108c
SS
1525
1526@noindent
1527In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1528you have not yet started typing the argument list when you ask for
1529completion on an overloaded symbol.
1530
79a6e687
BW
1531For more information about overloaded functions, see @ref{C Plus Plus
1532Expressions, ,C@t{++} Expressions}. You can use the command @code{set
c906108c 1533overload-resolution off} to disable overload resolution;
79a6e687 1534see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
c906108c 1535
65d12d83
TT
1536@cindex completion of structure field names
1537@cindex structure field name completion
1538@cindex completion of union field names
1539@cindex union field name completion
1540When completing in an expression which looks up a field in a
1541structure, @value{GDBN} also tries@footnote{The completer can be
1542confused by certain kinds of invalid expressions. Also, it only
1543examines the static type of the expression, not the dynamic type.} to
1544limit completions to the field names available in the type of the
1545left-hand-side:
1546
1547@smallexample
1548(@value{GDBP}) p gdb_stdout.@kbd{M-?}
1549magic to_delete to_fputs to_put to_rewind
1550to_data to_flush to_isatty to_read to_write
1551@end smallexample
1552
1553@noindent
1554This is because the @code{gdb_stdout} is a variable of the type
1555@code{struct ui_file} that is defined in @value{GDBN} sources as
1556follows:
1557
1558@smallexample
1559struct ui_file
1560@{
1561 int *magic;
1562 ui_file_flush_ftype *to_flush;
1563 ui_file_write_ftype *to_write;
1564 ui_file_fputs_ftype *to_fputs;
1565 ui_file_read_ftype *to_read;
1566 ui_file_delete_ftype *to_delete;
1567 ui_file_isatty_ftype *to_isatty;
1568 ui_file_rewind_ftype *to_rewind;
1569 ui_file_put_ftype *to_put;
1570 void *to_data;
1571@}
1572@end smallexample
1573
c906108c 1574
6d2ebf8b 1575@node Help
79a6e687 1576@section Getting Help
c906108c
SS
1577@cindex online documentation
1578@kindex help
1579
5d161b24 1580You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1581using the command @code{help}.
1582
1583@table @code
41afff9a 1584@kindex h @r{(@code{help})}
c906108c
SS
1585@item help
1586@itemx h
1587You can use @code{help} (abbreviated @code{h}) with no arguments to
1588display a short list of named classes of commands:
1589
1590@smallexample
1591(@value{GDBP}) help
1592List of classes of commands:
1593
2df3850c 1594aliases -- Aliases of other commands
c906108c 1595breakpoints -- Making program stop at certain points
2df3850c 1596data -- Examining data
c906108c 1597files -- Specifying and examining files
2df3850c
JM
1598internals -- Maintenance commands
1599obscure -- Obscure features
1600running -- Running the program
1601stack -- Examining the stack
c906108c
SS
1602status -- Status inquiries
1603support -- Support facilities
12c27660 1604tracepoints -- Tracing of program execution without
96a2c332 1605 stopping the program
c906108c 1606user-defined -- User-defined commands
c906108c 1607
5d161b24 1608Type "help" followed by a class name for a list of
c906108c 1609commands in that class.
5d161b24 1610Type "help" followed by command name for full
c906108c
SS
1611documentation.
1612Command name abbreviations are allowed if unambiguous.
1613(@value{GDBP})
1614@end smallexample
96a2c332 1615@c the above line break eliminates huge line overfull...
c906108c
SS
1616
1617@item help @var{class}
1618Using one of the general help classes as an argument, you can get a
1619list of the individual commands in that class. For example, here is the
1620help display for the class @code{status}:
1621
1622@smallexample
1623(@value{GDBP}) help status
1624Status inquiries.
1625
1626List of commands:
1627
1628@c Line break in "show" line falsifies real output, but needed
1629@c to fit in smallbook page size.
2df3850c 1630info -- Generic command for showing things
12c27660 1631 about the program being debugged
2df3850c 1632show -- Generic command for showing things
12c27660 1633 about the debugger
c906108c 1634
5d161b24 1635Type "help" followed by command name for full
c906108c
SS
1636documentation.
1637Command name abbreviations are allowed if unambiguous.
1638(@value{GDBP})
1639@end smallexample
1640
1641@item help @var{command}
1642With a command name as @code{help} argument, @value{GDBN} displays a
1643short paragraph on how to use that command.
1644
6837a0a2
DB
1645@kindex apropos
1646@item apropos @var{args}
09d4efe1 1647The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1648commands, and their documentation, for the regular expression specified in
1649@var{args}. It prints out all matches found. For example:
1650
1651@smallexample
1652apropos reload
1653@end smallexample
1654
b37052ae
EZ
1655@noindent
1656results in:
6837a0a2
DB
1657
1658@smallexample
6d2ebf8b
SS
1659@c @group
1660set symbol-reloading -- Set dynamic symbol table reloading
12c27660 1661 multiple times in one run
6d2ebf8b 1662show symbol-reloading -- Show dynamic symbol table reloading
12c27660 1663 multiple times in one run
6d2ebf8b 1664@c @end group
6837a0a2
DB
1665@end smallexample
1666
c906108c
SS
1667@kindex complete
1668@item complete @var{args}
1669The @code{complete @var{args}} command lists all the possible completions
1670for the beginning of a command. Use @var{args} to specify the beginning of the
1671command you want completed. For example:
1672
1673@smallexample
1674complete i
1675@end smallexample
1676
1677@noindent results in:
1678
1679@smallexample
1680@group
2df3850c
JM
1681if
1682ignore
c906108c
SS
1683info
1684inspect
c906108c
SS
1685@end group
1686@end smallexample
1687
1688@noindent This is intended for use by @sc{gnu} Emacs.
1689@end table
1690
1691In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1692and @code{show} to inquire about the state of your program, or the state
1693of @value{GDBN} itself. Each command supports many topics of inquiry; this
1694manual introduces each of them in the appropriate context. The listings
1695under @code{info} and under @code{show} in the Index point to
1696all the sub-commands. @xref{Index}.
1697
1698@c @group
1699@table @code
1700@kindex info
41afff9a 1701@kindex i @r{(@code{info})}
c906108c
SS
1702@item info
1703This command (abbreviated @code{i}) is for describing the state of your
cda4ce5a 1704program. For example, you can show the arguments passed to a function
c906108c
SS
1705with @code{info args}, list the registers currently in use with @code{info
1706registers}, or list the breakpoints you have set with @code{info breakpoints}.
1707You can get a complete list of the @code{info} sub-commands with
1708@w{@code{help info}}.
1709
1710@kindex set
1711@item set
5d161b24 1712You can assign the result of an expression to an environment variable with
c906108c
SS
1713@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1714@code{set prompt $}.
1715
1716@kindex show
1717@item show
5d161b24 1718In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1719@value{GDBN} itself.
1720You can change most of the things you can @code{show}, by using the
1721related command @code{set}; for example, you can control what number
1722system is used for displays with @code{set radix}, or simply inquire
1723which is currently in use with @code{show radix}.
1724
1725@kindex info set
1726To display all the settable parameters and their current
1727values, you can use @code{show} with no arguments; you may also use
1728@code{info set}. Both commands produce the same display.
1729@c FIXME: "info set" violates the rule that "info" is for state of
1730@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1731@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1732@end table
1733@c @end group
1734
1735Here are three miscellaneous @code{show} subcommands, all of which are
1736exceptional in lacking corresponding @code{set} commands:
1737
1738@table @code
1739@kindex show version
9c16f35a 1740@cindex @value{GDBN} version number
c906108c
SS
1741@item show version
1742Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1743information in @value{GDBN} bug-reports. If multiple versions of
1744@value{GDBN} are in use at your site, you may need to determine which
1745version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1746commands are introduced, and old ones may wither away. Also, many
1747system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1748variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1749The version number is the same as the one announced when you start
1750@value{GDBN}.
c906108c
SS
1751
1752@kindex show copying
09d4efe1 1753@kindex info copying
9c16f35a 1754@cindex display @value{GDBN} copyright
c906108c 1755@item show copying
09d4efe1 1756@itemx info copying
c906108c
SS
1757Display information about permission for copying @value{GDBN}.
1758
1759@kindex show warranty
09d4efe1 1760@kindex info warranty
c906108c 1761@item show warranty
09d4efe1 1762@itemx info warranty
2df3850c 1763Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1764if your version of @value{GDBN} comes with one.
2df3850c 1765
c906108c
SS
1766@end table
1767
6d2ebf8b 1768@node Running
c906108c
SS
1769@chapter Running Programs Under @value{GDBN}
1770
1771When you run a program under @value{GDBN}, you must first generate
1772debugging information when you compile it.
7a292a7a
SS
1773
1774You may start @value{GDBN} with its arguments, if any, in an environment
1775of your choice. If you are doing native debugging, you may redirect
1776your program's input and output, debug an already running process, or
1777kill a child process.
c906108c
SS
1778
1779@menu
1780* Compilation:: Compiling for debugging
1781* Starting:: Starting your program
c906108c
SS
1782* Arguments:: Your program's arguments
1783* Environment:: Your program's environment
c906108c
SS
1784
1785* Working Directory:: Your program's working directory
1786* Input/Output:: Your program's input and output
1787* Attach:: Debugging an already-running process
1788* Kill Process:: Killing the child process
c906108c 1789
b77209e0 1790* Inferiors:: Debugging multiple inferiors
c906108c
SS
1791* Threads:: Debugging programs with multiple threads
1792* Processes:: Debugging programs with multiple processes
5c95884b 1793* Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
c906108c
SS
1794@end menu
1795
6d2ebf8b 1796@node Compilation
79a6e687 1797@section Compiling for Debugging
c906108c
SS
1798
1799In order to debug a program effectively, you need to generate
1800debugging information when you compile it. This debugging information
1801is stored in the object file; it describes the data type of each
1802variable or function and the correspondence between source line numbers
1803and addresses in the executable code.
1804
1805To request debugging information, specify the @samp{-g} option when you run
1806the compiler.
1807
514c4d71
EZ
1808Programs that are to be shipped to your customers are compiled with
1809optimizations, using the @samp{-O} compiler option. However, many
1810compilers are unable to handle the @samp{-g} and @samp{-O} options
1811together. Using those compilers, you cannot generate optimized
c906108c
SS
1812executables containing debugging information.
1813
514c4d71 1814@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
1815without @samp{-O}, making it possible to debug optimized code. We
1816recommend that you @emph{always} use @samp{-g} whenever you compile a
1817program. You may think your program is correct, but there is no sense
1818in pushing your luck.
c906108c
SS
1819
1820@cindex optimized code, debugging
1821@cindex debugging optimized code
1822When you debug a program compiled with @samp{-g -O}, remember that the
1823optimizer is rearranging your code; the debugger shows you what is
1824really there. Do not be too surprised when the execution path does not
1825exactly match your source file! An extreme example: if you define a
1826variable, but never use it, @value{GDBN} never sees that
1827variable---because the compiler optimizes it out of existence.
1828
1829Some things do not work as well with @samp{-g -O} as with just
1830@samp{-g}, particularly on machines with instruction scheduling. If in
1831doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1832please report it to us as a bug (including a test case!).
15387254 1833@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1834
1835Older versions of the @sc{gnu} C compiler permitted a variant option
1836@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1837format; if your @sc{gnu} C compiler has this option, do not use it.
1838
514c4d71
EZ
1839@value{GDBN} knows about preprocessor macros and can show you their
1840expansion (@pxref{Macros}). Most compilers do not include information
1841about preprocessor macros in the debugging information if you specify
1842the @option{-g} flag alone, because this information is rather large.
1843Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1844provides macro information if you specify the options
1845@option{-gdwarf-2} and @option{-g3}; the former option requests
1846debugging information in the Dwarf 2 format, and the latter requests
1847``extra information''. In the future, we hope to find more compact
1848ways to represent macro information, so that it can be included with
1849@option{-g} alone.
1850
c906108c 1851@need 2000
6d2ebf8b 1852@node Starting
79a6e687 1853@section Starting your Program
c906108c
SS
1854@cindex starting
1855@cindex running
1856
1857@table @code
1858@kindex run
41afff9a 1859@kindex r @r{(@code{run})}
c906108c
SS
1860@item run
1861@itemx r
7a292a7a
SS
1862Use the @code{run} command to start your program under @value{GDBN}.
1863You must first specify the program name (except on VxWorks) with an
1864argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1865@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
79a6e687 1866(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
1867
1868@end table
1869
c906108c
SS
1870If you are running your program in an execution environment that
1871supports processes, @code{run} creates an inferior process and makes
8edfe269
DJ
1872that process run your program. In some environments without processes,
1873@code{run} jumps to the start of your program. Other targets,
1874like @samp{remote}, are always running. If you get an error
1875message like this one:
1876
1877@smallexample
1878The "remote" target does not support "run".
1879Try "help target" or "continue".
1880@end smallexample
1881
1882@noindent
1883then use @code{continue} to run your program. You may need @code{load}
1884first (@pxref{load}).
c906108c
SS
1885
1886The execution of a program is affected by certain information it
1887receives from its superior. @value{GDBN} provides ways to specify this
1888information, which you must do @emph{before} starting your program. (You
1889can change it after starting your program, but such changes only affect
1890your program the next time you start it.) This information may be
1891divided into four categories:
1892
1893@table @asis
1894@item The @emph{arguments.}
1895Specify the arguments to give your program as the arguments of the
1896@code{run} command. If a shell is available on your target, the shell
1897is used to pass the arguments, so that you may use normal conventions
1898(such as wildcard expansion or variable substitution) in describing
1899the arguments.
1900In Unix systems, you can control which shell is used with the
1901@code{SHELL} environment variable.
79a6e687 1902@xref{Arguments, ,Your Program's Arguments}.
c906108c
SS
1903
1904@item The @emph{environment.}
1905Your program normally inherits its environment from @value{GDBN}, but you can
1906use the @value{GDBN} commands @code{set environment} and @code{unset
1907environment} to change parts of the environment that affect
79a6e687 1908your program. @xref{Environment, ,Your Program's Environment}.
c906108c
SS
1909
1910@item The @emph{working directory.}
1911Your program inherits its working directory from @value{GDBN}. You can set
1912the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
79a6e687 1913@xref{Working Directory, ,Your Program's Working Directory}.
c906108c
SS
1914
1915@item The @emph{standard input and output.}
1916Your program normally uses the same device for standard input and
1917standard output as @value{GDBN} is using. You can redirect input and output
1918in the @code{run} command line, or you can use the @code{tty} command to
1919set a different device for your program.
79a6e687 1920@xref{Input/Output, ,Your Program's Input and Output}.
c906108c
SS
1921
1922@cindex pipes
1923@emph{Warning:} While input and output redirection work, you cannot use
1924pipes to pass the output of the program you are debugging to another
1925program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1926wrong program.
1927@end table
c906108c
SS
1928
1929When you issue the @code{run} command, your program begins to execute
79a6e687 1930immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
c906108c
SS
1931of how to arrange for your program to stop. Once your program has
1932stopped, you may call functions in your program, using the @code{print}
1933or @code{call} commands. @xref{Data, ,Examining Data}.
1934
1935If the modification time of your symbol file has changed since the last
1936time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1937table, and reads it again. When it does this, @value{GDBN} tries to retain
1938your current breakpoints.
1939
4e8b0763
JB
1940@table @code
1941@kindex start
1942@item start
1943@cindex run to main procedure
1944The name of the main procedure can vary from language to language.
1945With C or C@t{++}, the main procedure name is always @code{main}, but
1946other languages such as Ada do not require a specific name for their
1947main procedure. The debugger provides a convenient way to start the
1948execution of the program and to stop at the beginning of the main
1949procedure, depending on the language used.
1950
1951The @samp{start} command does the equivalent of setting a temporary
1952breakpoint at the beginning of the main procedure and then invoking
1953the @samp{run} command.
1954
f018e82f
EZ
1955@cindex elaboration phase
1956Some programs contain an @dfn{elaboration} phase where some startup code is
1957executed before the main procedure is called. This depends on the
1958languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1959constructors for static and global objects are executed before
1960@code{main} is called. It is therefore possible that the debugger stops
1961before reaching the main procedure. However, the temporary breakpoint
1962will remain to halt execution.
1963
1964Specify the arguments to give to your program as arguments to the
1965@samp{start} command. These arguments will be given verbatim to the
1966underlying @samp{run} command. Note that the same arguments will be
1967reused if no argument is provided during subsequent calls to
1968@samp{start} or @samp{run}.
1969
1970It is sometimes necessary to debug the program during elaboration. In
1971these cases, using the @code{start} command would stop the execution of
1972your program too late, as the program would have already completed the
1973elaboration phase. Under these circumstances, insert breakpoints in your
1974elaboration code before running your program.
ccd213ac
DJ
1975
1976@kindex set exec-wrapper
1977@item set exec-wrapper @var{wrapper}
1978@itemx show exec-wrapper
1979@itemx unset exec-wrapper
1980When @samp{exec-wrapper} is set, the specified wrapper is used to
1981launch programs for debugging. @value{GDBN} starts your program
1982with a shell command of the form @kbd{exec @var{wrapper}
1983@var{program}}. Quoting is added to @var{program} and its
1984arguments, but not to @var{wrapper}, so you should add quotes if
1985appropriate for your shell. The wrapper runs until it executes
1986your program, and then @value{GDBN} takes control.
1987
1988You can use any program that eventually calls @code{execve} with
1989its arguments as a wrapper. Several standard Unix utilities do
1990this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
1991with @code{exec "$@@"} will also work.
1992
1993For example, you can use @code{env} to pass an environment variable to
1994the debugged program, without setting the variable in your shell's
1995environment:
1996
1997@smallexample
1998(@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
1999(@value{GDBP}) run
2000@end smallexample
2001
2002This command is available when debugging locally on most targets, excluding
2003@sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2004
10568435
JK
2005@kindex set disable-randomization
2006@item set disable-randomization
2007@itemx set disable-randomization on
2008This option (enabled by default in @value{GDBN}) will turn off the native
2009randomization of the virtual address space of the started program. This option
2010is useful for multiple debugging sessions to make the execution better
2011reproducible and memory addresses reusable across debugging sessions.
2012
2013This feature is implemented only on @sc{gnu}/Linux. You can get the same
2014behavior using
2015
2016@smallexample
2017(@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2018@end smallexample
2019
2020@item set disable-randomization off
2021Leave the behavior of the started executable unchanged. Some bugs rear their
2022ugly heads only when the program is loaded at certain addresses. If your bug
2023disappears when you run the program under @value{GDBN}, that might be because
2024@value{GDBN} by default disables the address randomization on platforms, such
2025as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2026disable-randomization off} to try to reproduce such elusive bugs.
2027
2028The virtual address space randomization is implemented only on @sc{gnu}/Linux.
2029It protects the programs against some kinds of security attacks. In these
2030cases the attacker needs to know the exact location of a concrete executable
2031code. Randomizing its location makes it impossible to inject jumps misusing
2032a code at its expected addresses.
2033
2034Prelinking shared libraries provides a startup performance advantage but it
2035makes addresses in these libraries predictable for privileged processes by
2036having just unprivileged access at the target system. Reading the shared
2037library binary gives enough information for assembling the malicious code
2038misusing it. Still even a prelinked shared library can get loaded at a new
2039random address just requiring the regular relocation process during the
2040startup. Shared libraries not already prelinked are always loaded at
2041a randomly chosen address.
2042
2043Position independent executables (PIE) contain position independent code
2044similar to the shared libraries and therefore such executables get loaded at
2045a randomly chosen address upon startup. PIE executables always load even
2046already prelinked shared libraries at a random address. You can build such
2047executable using @command{gcc -fPIE -pie}.
2048
2049Heap (malloc storage), stack and custom mmap areas are always placed randomly
2050(as long as the randomization is enabled).
2051
2052@item show disable-randomization
2053Show the current setting of the explicit disable of the native randomization of
2054the virtual address space of the started program.
2055
4e8b0763
JB
2056@end table
2057
6d2ebf8b 2058@node Arguments
79a6e687 2059@section Your Program's Arguments
c906108c
SS
2060
2061@cindex arguments (to your program)
2062The arguments to your program can be specified by the arguments of the
5d161b24 2063@code{run} command.
c906108c
SS
2064They are passed to a shell, which expands wildcard characters and
2065performs redirection of I/O, and thence to your program. Your
2066@code{SHELL} environment variable (if it exists) specifies what shell
2067@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
2068the default shell (@file{/bin/sh} on Unix).
2069
2070On non-Unix systems, the program is usually invoked directly by
2071@value{GDBN}, which emulates I/O redirection via the appropriate system
2072calls, and the wildcard characters are expanded by the startup code of
2073the program, not by the shell.
c906108c
SS
2074
2075@code{run} with no arguments uses the same arguments used by the previous
2076@code{run}, or those set by the @code{set args} command.
2077
c906108c 2078@table @code
41afff9a 2079@kindex set args
c906108c
SS
2080@item set args
2081Specify the arguments to be used the next time your program is run. If
2082@code{set args} has no arguments, @code{run} executes your program
2083with no arguments. Once you have run your program with arguments,
2084using @code{set args} before the next @code{run} is the only way to run
2085it again without arguments.
2086
2087@kindex show args
2088@item show args
2089Show the arguments to give your program when it is started.
2090@end table
2091
6d2ebf8b 2092@node Environment
79a6e687 2093@section Your Program's Environment
c906108c
SS
2094
2095@cindex environment (of your program)
2096The @dfn{environment} consists of a set of environment variables and
2097their values. Environment variables conventionally record such things as
2098your user name, your home directory, your terminal type, and your search
2099path for programs to run. Usually you set up environment variables with
2100the shell and they are inherited by all the other programs you run. When
2101debugging, it can be useful to try running your program with a modified
2102environment without having to start @value{GDBN} over again.
2103
2104@table @code
2105@kindex path
2106@item path @var{directory}
2107Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
2108(the search path for executables) that will be passed to your program.
2109The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
2110You may specify several directory names, separated by whitespace or by a
2111system-dependent separator character (@samp{:} on Unix, @samp{;} on
2112MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2113is moved to the front, so it is searched sooner.
c906108c
SS
2114
2115You can use the string @samp{$cwd} to refer to whatever is the current
2116working directory at the time @value{GDBN} searches the path. If you
2117use @samp{.} instead, it refers to the directory where you executed the
2118@code{path} command. @value{GDBN} replaces @samp{.} in the
2119@var{directory} argument (with the current path) before adding
2120@var{directory} to the search path.
2121@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2122@c document that, since repeating it would be a no-op.
2123
2124@kindex show paths
2125@item show paths
2126Display the list of search paths for executables (the @code{PATH}
2127environment variable).
2128
2129@kindex show environment
2130@item show environment @r{[}@var{varname}@r{]}
2131Print the value of environment variable @var{varname} to be given to
2132your program when it starts. If you do not supply @var{varname},
2133print the names and values of all environment variables to be given to
2134your program. You can abbreviate @code{environment} as @code{env}.
2135
2136@kindex set environment
53a5351d 2137@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
2138Set environment variable @var{varname} to @var{value}. The value
2139changes for your program only, not for @value{GDBN} itself. @var{value} may
2140be any string; the values of environment variables are just strings, and
2141any interpretation is supplied by your program itself. The @var{value}
2142parameter is optional; if it is eliminated, the variable is set to a
2143null value.
2144@c "any string" here does not include leading, trailing
2145@c blanks. Gnu asks: does anyone care?
2146
2147For example, this command:
2148
474c8240 2149@smallexample
c906108c 2150set env USER = foo
474c8240 2151@end smallexample
c906108c
SS
2152
2153@noindent
d4f3574e 2154tells the debugged program, when subsequently run, that its user is named
c906108c
SS
2155@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2156are not actually required.)
2157
2158@kindex unset environment
2159@item unset environment @var{varname}
2160Remove variable @var{varname} from the environment to be passed to your
2161program. This is different from @samp{set env @var{varname} =};
2162@code{unset environment} removes the variable from the environment,
2163rather than assigning it an empty value.
2164@end table
2165
d4f3574e
SS
2166@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2167the shell indicated
c906108c
SS
2168by your @code{SHELL} environment variable if it exists (or
2169@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
2170that runs an initialization file---such as @file{.cshrc} for C-shell, or
2171@file{.bashrc} for BASH---any variables you set in that file affect
2172your program. You may wish to move setting of environment variables to
2173files that are only run when you sign on, such as @file{.login} or
2174@file{.profile}.
2175
6d2ebf8b 2176@node Working Directory
79a6e687 2177@section Your Program's Working Directory
c906108c
SS
2178
2179@cindex working directory (of your program)
2180Each time you start your program with @code{run}, it inherits its
2181working directory from the current working directory of @value{GDBN}.
2182The @value{GDBN} working directory is initially whatever it inherited
2183from its parent process (typically the shell), but you can specify a new
2184working directory in @value{GDBN} with the @code{cd} command.
2185
2186The @value{GDBN} working directory also serves as a default for the commands
2187that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
79a6e687 2188Specify Files}.
c906108c
SS
2189
2190@table @code
2191@kindex cd
721c2651 2192@cindex change working directory
c906108c
SS
2193@item cd @var{directory}
2194Set the @value{GDBN} working directory to @var{directory}.
2195
2196@kindex pwd
2197@item pwd
2198Print the @value{GDBN} working directory.
2199@end table
2200
60bf7e09
EZ
2201It is generally impossible to find the current working directory of
2202the process being debugged (since a program can change its directory
2203during its run). If you work on a system where @value{GDBN} is
2204configured with the @file{/proc} support, you can use the @code{info
2205proc} command (@pxref{SVR4 Process Information}) to find out the
2206current working directory of the debuggee.
2207
6d2ebf8b 2208@node Input/Output
79a6e687 2209@section Your Program's Input and Output
c906108c
SS
2210
2211@cindex redirection
2212@cindex i/o
2213@cindex terminal
2214By default, the program you run under @value{GDBN} does input and output to
5d161b24 2215the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2216to its own terminal modes to interact with you, but it records the terminal
2217modes your program was using and switches back to them when you continue
2218running your program.
2219
2220@table @code
2221@kindex info terminal
2222@item info terminal
2223Displays information recorded by @value{GDBN} about the terminal modes your
2224program is using.
2225@end table
2226
2227You can redirect your program's input and/or output using shell
2228redirection with the @code{run} command. For example,
2229
474c8240 2230@smallexample
c906108c 2231run > outfile
474c8240 2232@end smallexample
c906108c
SS
2233
2234@noindent
2235starts your program, diverting its output to the file @file{outfile}.
2236
2237@kindex tty
2238@cindex controlling terminal
2239Another way to specify where your program should do input and output is
2240with the @code{tty} command. This command accepts a file name as
2241argument, and causes this file to be the default for future @code{run}
2242commands. It also resets the controlling terminal for the child
2243process, for future @code{run} commands. For example,
2244
474c8240 2245@smallexample
c906108c 2246tty /dev/ttyb
474c8240 2247@end smallexample
c906108c
SS
2248
2249@noindent
2250directs that processes started with subsequent @code{run} commands
2251default to do input and output on the terminal @file{/dev/ttyb} and have
2252that as their controlling terminal.
2253
2254An explicit redirection in @code{run} overrides the @code{tty} command's
2255effect on the input/output device, but not its effect on the controlling
2256terminal.
2257
2258When you use the @code{tty} command or redirect input in the @code{run}
2259command, only the input @emph{for your program} is affected. The input
3cb3b8df
BR
2260for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2261for @code{set inferior-tty}.
2262
2263@cindex inferior tty
2264@cindex set inferior controlling terminal
2265You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2266display the name of the terminal that will be used for future runs of your
2267program.
2268
2269@table @code
2270@item set inferior-tty /dev/ttyb
2271@kindex set inferior-tty
2272Set the tty for the program being debugged to /dev/ttyb.
2273
2274@item show inferior-tty
2275@kindex show inferior-tty
2276Show the current tty for the program being debugged.
2277@end table
c906108c 2278
6d2ebf8b 2279@node Attach
79a6e687 2280@section Debugging an Already-running Process
c906108c
SS
2281@kindex attach
2282@cindex attach
2283
2284@table @code
2285@item attach @var{process-id}
2286This command attaches to a running process---one that was started
2287outside @value{GDBN}. (@code{info files} shows your active
2288targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2289find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2290or with the @samp{jobs -l} shell command.
2291
2292@code{attach} does not repeat if you press @key{RET} a second time after
2293executing the command.
2294@end table
2295
2296To use @code{attach}, your program must be running in an environment
2297which supports processes; for example, @code{attach} does not work for
2298programs on bare-board targets that lack an operating system. You must
2299also have permission to send the process a signal.
2300
2301When you use @code{attach}, the debugger finds the program running in
2302the process first by looking in the current working directory, then (if
2303the program is not found) by using the source file search path
79a6e687 2304(@pxref{Source Path, ,Specifying Source Directories}). You can also use
c906108c
SS
2305the @code{file} command to load the program. @xref{Files, ,Commands to
2306Specify Files}.
2307
2308The first thing @value{GDBN} does after arranging to debug the specified
2309process is to stop it. You can examine and modify an attached process
53a5351d
JM
2310with all the @value{GDBN} commands that are ordinarily available when
2311you start processes with @code{run}. You can insert breakpoints; you
2312can step and continue; you can modify storage. If you would rather the
2313process continue running, you may use the @code{continue} command after
c906108c
SS
2314attaching @value{GDBN} to the process.
2315
2316@table @code
2317@kindex detach
2318@item detach
2319When you have finished debugging the attached process, you can use the
2320@code{detach} command to release it from @value{GDBN} control. Detaching
2321the process continues its execution. After the @code{detach} command,
2322that process and @value{GDBN} become completely independent once more, and you
2323are ready to @code{attach} another process or start one with @code{run}.
2324@code{detach} does not repeat if you press @key{RET} again after
2325executing the command.
2326@end table
2327
159fcc13
JK
2328If you exit @value{GDBN} while you have an attached process, you detach
2329that process. If you use the @code{run} command, you kill that process.
2330By default, @value{GDBN} asks for confirmation if you try to do either of these
2331things; you can control whether or not you need to confirm by using the
2332@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
79a6e687 2333Messages}).
c906108c 2334
6d2ebf8b 2335@node Kill Process
79a6e687 2336@section Killing the Child Process
c906108c
SS
2337
2338@table @code
2339@kindex kill
2340@item kill
2341Kill the child process in which your program is running under @value{GDBN}.
2342@end table
2343
2344This command is useful if you wish to debug a core dump instead of a
2345running process. @value{GDBN} ignores any core dump file while your program
2346is running.
2347
2348On some operating systems, a program cannot be executed outside @value{GDBN}
2349while you have breakpoints set on it inside @value{GDBN}. You can use the
2350@code{kill} command in this situation to permit running your program
2351outside the debugger.
2352
2353The @code{kill} command is also useful if you wish to recompile and
2354relink your program, since on many systems it is impossible to modify an
2355executable file while it is running in a process. In this case, when you
2356next type @code{run}, @value{GDBN} notices that the file has changed, and
2357reads the symbol table again (while trying to preserve your current
2358breakpoint settings).
2359
b77209e0
PA
2360@node Inferiors
2361@section Debugging Multiple Inferiors
2362
2363Some @value{GDBN} targets are able to run multiple processes created
2364from a single executable. This can happen, for instance, with an
2365embedded system reporting back several processes via the remote
2366protocol.
2367
2368@cindex inferior
2369@value{GDBN} represents the state of each program execution with an
2370object called an @dfn{inferior}. An inferior typically corresponds to
2371a process, but is more general and applies also to targets that do not
2372have processes. Inferiors may be created before a process runs, and
2373may (in future) be retained after a process exits. Each run of an
2374executable creates a new inferior, as does each attachment to an
2375existing process. Inferiors have unique identifiers that are
2376different from process ids, and may optionally be named as well.
2377Usually each inferior will also have its own distinct address space,
2378although some embedded targets may have several inferiors running in
2379different parts of a single space.
2380
2381Each inferior may in turn have multiple threads running in it.
2382
2383To find out what inferiors exist at any moment, use @code{info inferiors}:
2384
2385@table @code
2386@kindex info inferiors
2387@item info inferiors
2388Print a list of all inferiors currently being managed by @value{GDBN}.
2389
2390@kindex set print inferior-events
2391@cindex print messages on inferior start and exit
2392@item set print inferior-events
2393@itemx set print inferior-events on
2394@itemx set print inferior-events off
2395The @code{set print inferior-events} command allows you to enable or
2396disable printing of messages when @value{GDBN} notices that new
2397inferiors have started or that inferiors have exited or have been
2398detached. By default, these messages will not be printed.
2399
2400@kindex show print inferior-events
2401@item show print inferior-events
2402Show whether messages will be printed when @value{GDBN} detects that
2403inferiors have started, exited or have been detached.
2404@end table
2405
6d2ebf8b 2406@node Threads
79a6e687 2407@section Debugging Programs with Multiple Threads
c906108c
SS
2408
2409@cindex threads of execution
2410@cindex multiple threads
2411@cindex switching threads
2412In some operating systems, such as HP-UX and Solaris, a single program
2413may have more than one @dfn{thread} of execution. The precise semantics
2414of threads differ from one operating system to another, but in general
2415the threads of a single program are akin to multiple processes---except
2416that they share one address space (that is, they can all examine and
2417modify the same variables). On the other hand, each thread has its own
2418registers and execution stack, and perhaps private memory.
2419
2420@value{GDBN} provides these facilities for debugging multi-thread
2421programs:
2422
2423@itemize @bullet
2424@item automatic notification of new threads
2425@item @samp{thread @var{threadno}}, a command to switch among threads
2426@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2427@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2428a command to apply a command to a list of threads
2429@item thread-specific breakpoints
93815fbf
VP
2430@item @samp{set print thread-events}, which controls printing of
2431messages on thread start and exit.
c906108c
SS
2432@end itemize
2433
c906108c
SS
2434@quotation
2435@emph{Warning:} These facilities are not yet available on every
2436@value{GDBN} configuration where the operating system supports threads.
2437If your @value{GDBN} does not support threads, these commands have no
2438effect. For example, a system without thread support shows no output
2439from @samp{info threads}, and always rejects the @code{thread} command,
2440like this:
2441
2442@smallexample
2443(@value{GDBP}) info threads
2444(@value{GDBP}) thread 1
2445Thread ID 1 not known. Use the "info threads" command to
2446see the IDs of currently known threads.
2447@end smallexample
2448@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2449@c doesn't support threads"?
2450@end quotation
c906108c
SS
2451
2452@cindex focus of debugging
2453@cindex current thread
2454The @value{GDBN} thread debugging facility allows you to observe all
2455threads while your program runs---but whenever @value{GDBN} takes
2456control, one thread in particular is always the focus of debugging.
2457This thread is called the @dfn{current thread}. Debugging commands show
2458program information from the perspective of the current thread.
2459
41afff9a 2460@cindex @code{New} @var{systag} message
c906108c
SS
2461@cindex thread identifier (system)
2462@c FIXME-implementors!! It would be more helpful if the [New...] message
2463@c included GDB's numeric thread handle, so you could just go to that
2464@c thread without first checking `info threads'.
2465Whenever @value{GDBN} detects a new thread in your program, it displays
2466the target system's identification for the thread with a message in the
2467form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2468whose form varies depending on the particular system. For example, on
8807d78b 2469@sc{gnu}/Linux, you might see
c906108c 2470
474c8240 2471@smallexample
8807d78b 2472[New Thread 46912507313328 (LWP 25582)]
474c8240 2473@end smallexample
c906108c
SS
2474
2475@noindent
2476when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2477the @var{systag} is simply something like @samp{process 368}, with no
2478further qualifier.
2479
2480@c FIXME!! (1) Does the [New...] message appear even for the very first
2481@c thread of a program, or does it only appear for the
6ca652b0 2482@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2483@c program?
2484@c (2) *Is* there necessarily a first thread always? Or do some
2485@c multithread systems permit starting a program with multiple
5d161b24 2486@c threads ab initio?
c906108c
SS
2487
2488@cindex thread number
2489@cindex thread identifier (GDB)
2490For debugging purposes, @value{GDBN} associates its own thread
2491number---always a single integer---with each thread in your program.
2492
2493@table @code
2494@kindex info threads
2495@item info threads
2496Display a summary of all threads currently in your
2497program. @value{GDBN} displays for each thread (in this order):
2498
2499@enumerate
09d4efe1
EZ
2500@item
2501the thread number assigned by @value{GDBN}
c906108c 2502
09d4efe1
EZ
2503@item
2504the target system's thread identifier (@var{systag})
c906108c 2505
09d4efe1
EZ
2506@item
2507the current stack frame summary for that thread
c906108c
SS
2508@end enumerate
2509
2510@noindent
2511An asterisk @samp{*} to the left of the @value{GDBN} thread number
2512indicates the current thread.
2513
5d161b24 2514For example,
c906108c
SS
2515@end table
2516@c end table here to get a little more width for example
2517
2518@smallexample
2519(@value{GDBP}) info threads
2520 3 process 35 thread 27 0x34e5 in sigpause ()
2521 2 process 35 thread 23 0x34e5 in sigpause ()
2522* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2523 at threadtest.c:68
2524@end smallexample
53a5351d
JM
2525
2526On HP-UX systems:
c906108c 2527
4644b6e3
EZ
2528@cindex debugging multithreaded programs (on HP-UX)
2529@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2530For debugging purposes, @value{GDBN} associates its own thread
2531number---a small integer assigned in thread-creation order---with each
2532thread in your program.
2533
41afff9a
EZ
2534@cindex @code{New} @var{systag} message, on HP-UX
2535@cindex thread identifier (system), on HP-UX
c906108c
SS
2536@c FIXME-implementors!! It would be more helpful if the [New...] message
2537@c included GDB's numeric thread handle, so you could just go to that
2538@c thread without first checking `info threads'.
2539Whenever @value{GDBN} detects a new thread in your program, it displays
2540both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2541form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2542whose form varies depending on the particular system. For example, on
2543HP-UX, you see
2544
474c8240 2545@smallexample
c906108c 2546[New thread 2 (system thread 26594)]
474c8240 2547@end smallexample
c906108c
SS
2548
2549@noindent
5d161b24 2550when @value{GDBN} notices a new thread.
c906108c
SS
2551
2552@table @code
4644b6e3 2553@kindex info threads (HP-UX)
c906108c
SS
2554@item info threads
2555Display a summary of all threads currently in your
2556program. @value{GDBN} displays for each thread (in this order):
2557
2558@enumerate
2559@item the thread number assigned by @value{GDBN}
2560
2561@item the target system's thread identifier (@var{systag})
2562
2563@item the current stack frame summary for that thread
2564@end enumerate
2565
2566@noindent
2567An asterisk @samp{*} to the left of the @value{GDBN} thread number
2568indicates the current thread.
2569
5d161b24 2570For example,
c906108c
SS
2571@end table
2572@c end table here to get a little more width for example
2573
474c8240 2574@smallexample
c906108c 2575(@value{GDBP}) info threads
6d2ebf8b
SS
2576 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2577 at quicksort.c:137
2578 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2579 from /usr/lib/libc.2
2580 1 system thread 27905 0x7b003498 in _brk () \@*
2581 from /usr/lib/libc.2
474c8240 2582@end smallexample
c906108c 2583
c45da7e6
EZ
2584On Solaris, you can display more information about user threads with a
2585Solaris-specific command:
2586
2587@table @code
2588@item maint info sol-threads
2589@kindex maint info sol-threads
2590@cindex thread info (Solaris)
2591Display info on Solaris user threads.
2592@end table
2593
c906108c
SS
2594@table @code
2595@kindex thread @var{threadno}
2596@item thread @var{threadno}
2597Make thread number @var{threadno} the current thread. The command
2598argument @var{threadno} is the internal @value{GDBN} thread number, as
2599shown in the first field of the @samp{info threads} display.
2600@value{GDBN} responds by displaying the system identifier of the thread
2601you selected, and its current stack frame summary:
2602
2603@smallexample
2604@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2605(@value{GDBP}) thread 2
c906108c 2606[Switching to process 35 thread 23]
c906108c
SS
26070x34e5 in sigpause ()
2608@end smallexample
2609
2610@noindent
2611As with the @samp{[New @dots{}]} message, the form of the text after
2612@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2613threads.
c906108c 2614
9c16f35a 2615@kindex thread apply
638ac427 2616@cindex apply command to several threads
839c27b7
EZ
2617@item thread apply [@var{threadno}] [@var{all}] @var{command}
2618The @code{thread apply} command allows you to apply the named
2619@var{command} to one or more threads. Specify the numbers of the
2620threads that you want affected with the command argument
2621@var{threadno}. It can be a single thread number, one of the numbers
2622shown in the first field of the @samp{info threads} display; or it
2623could be a range of thread numbers, as in @code{2-4}. To apply a
2624command to all threads, type @kbd{thread apply all @var{command}}.
93815fbf
VP
2625
2626@kindex set print thread-events
2627@cindex print messages on thread start and exit
2628@item set print thread-events
2629@itemx set print thread-events on
2630@itemx set print thread-events off
2631The @code{set print thread-events} command allows you to enable or
2632disable printing of messages when @value{GDBN} notices that new threads have
2633started or that threads have exited. By default, these messages will
2634be printed if detection of these events is supported by the target.
2635Note that these messages cannot be disabled on all targets.
2636
2637@kindex show print thread-events
2638@item show print thread-events
2639Show whether messages will be printed when @value{GDBN} detects that threads
2640have started and exited.
c906108c
SS
2641@end table
2642
79a6e687 2643@xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
c906108c
SS
2644more information about how @value{GDBN} behaves when you stop and start
2645programs with multiple threads.
2646
79a6e687 2647@xref{Set Watchpoints,,Setting Watchpoints}, for information about
c906108c 2648watchpoints in programs with multiple threads.
c906108c 2649
6d2ebf8b 2650@node Processes
79a6e687 2651@section Debugging Programs with Multiple Processes
c906108c
SS
2652
2653@cindex fork, debugging programs which call
2654@cindex multiple processes
2655@cindex processes, multiple
53a5351d
JM
2656On most systems, @value{GDBN} has no special support for debugging
2657programs which create additional processes using the @code{fork}
2658function. When a program forks, @value{GDBN} will continue to debug the
2659parent process and the child process will run unimpeded. If you have
2660set a breakpoint in any code which the child then executes, the child
2661will get a @code{SIGTRAP} signal which (unless it catches the signal)
2662will cause it to terminate.
c906108c
SS
2663
2664However, if you want to debug the child process there is a workaround
2665which isn't too painful. Put a call to @code{sleep} in the code which
2666the child process executes after the fork. It may be useful to sleep
2667only if a certain environment variable is set, or a certain file exists,
2668so that the delay need not occur when you don't want to run @value{GDBN}
2669on the child. While the child is sleeping, use the @code{ps} program to
2670get its process ID. Then tell @value{GDBN} (a new invocation of
2671@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2672the child process (@pxref{Attach}). From that point on you can debug
c906108c 2673the child process just like any other process which you attached to.
c906108c 2674
b51970ac
DJ
2675On some systems, @value{GDBN} provides support for debugging programs that
2676create additional processes using the @code{fork} or @code{vfork} functions.
2677Currently, the only platforms with this feature are HP-UX (11.x and later
a6b151f1 2678only?) and @sc{gnu}/Linux (kernel version 2.5.60 and later).
c906108c
SS
2679
2680By default, when a program forks, @value{GDBN} will continue to debug
2681the parent process and the child process will run unimpeded.
2682
2683If you want to follow the child process instead of the parent process,
2684use the command @w{@code{set follow-fork-mode}}.
2685
2686@table @code
2687@kindex set follow-fork-mode
2688@item set follow-fork-mode @var{mode}
2689Set the debugger response to a program call of @code{fork} or
2690@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2691process. The @var{mode} argument can be:
c906108c
SS
2692
2693@table @code
2694@item parent
2695The original process is debugged after a fork. The child process runs
2df3850c 2696unimpeded. This is the default.
c906108c
SS
2697
2698@item child
2699The new process is debugged after a fork. The parent process runs
2700unimpeded.
2701
c906108c
SS
2702@end table
2703
9c16f35a 2704@kindex show follow-fork-mode
c906108c 2705@item show follow-fork-mode
2df3850c 2706Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2707@end table
2708
5c95884b
MS
2709@cindex debugging multiple processes
2710On Linux, if you want to debug both the parent and child processes, use the
2711command @w{@code{set detach-on-fork}}.
2712
2713@table @code
2714@kindex set detach-on-fork
2715@item set detach-on-fork @var{mode}
2716Tells gdb whether to detach one of the processes after a fork, or
2717retain debugger control over them both.
2718
2719@table @code
2720@item on
2721The child process (or parent process, depending on the value of
2722@code{follow-fork-mode}) will be detached and allowed to run
2723independently. This is the default.
2724
2725@item off
2726Both processes will be held under the control of @value{GDBN}.
2727One process (child or parent, depending on the value of
2728@code{follow-fork-mode}) is debugged as usual, while the other
2729is held suspended.
2730
2731@end table
2732
11310833
NR
2733@kindex show detach-on-fork
2734@item show detach-on-fork
2735Show whether detach-on-fork mode is on/off.
5c95884b
MS
2736@end table
2737
11310833 2738If you choose to set @samp{detach-on-fork} mode off, then
5c95884b
MS
2739@value{GDBN} will retain control of all forked processes (including
2740nested forks). You can list the forked processes under the control of
2741@value{GDBN} by using the @w{@code{info forks}} command, and switch
2742from one fork to another by using the @w{@code{fork}} command.
2743
2744@table @code
2745@kindex info forks
2746@item info forks
2747Print a list of all forked processes under the control of @value{GDBN}.
2748The listing will include a fork id, a process id, and the current
2749position (program counter) of the process.
2750
5c95884b
MS
2751@kindex fork @var{fork-id}
2752@item fork @var{fork-id}
2753Make fork number @var{fork-id} the current process. The argument
2754@var{fork-id} is the internal fork number assigned by @value{GDBN},
2755as shown in the first field of the @samp{info forks} display.
2756
11310833
NR
2757@kindex process @var{process-id}
2758@item process @var{process-id}
2759Make process number @var{process-id} the current process. The
2760argument @var{process-id} must be one that is listed in the output of
2761@samp{info forks}.
2762
5c95884b
MS
2763@end table
2764
2765To quit debugging one of the forked processes, you can either detach
f73adfeb 2766from it by using the @w{@code{detach fork}} command (allowing it to
5c95884b 2767run independently), or delete (and kill) it using the
b8db102d 2768@w{@code{delete fork}} command.
5c95884b
MS
2769
2770@table @code
f73adfeb
AS
2771@kindex detach fork @var{fork-id}
2772@item detach fork @var{fork-id}
5c95884b
MS
2773Detach from the process identified by @value{GDBN} fork number
2774@var{fork-id}, and remove it from the fork list. The process will be
2775allowed to run independently.
2776
b8db102d
MS
2777@kindex delete fork @var{fork-id}
2778@item delete fork @var{fork-id}
5c95884b
MS
2779Kill the process identified by @value{GDBN} fork number @var{fork-id},
2780and remove it from the fork list.
2781
2782@end table
2783
c906108c
SS
2784If you ask to debug a child process and a @code{vfork} is followed by an
2785@code{exec}, @value{GDBN} executes the new target up to the first
2786breakpoint in the new target. If you have a breakpoint set on
2787@code{main} in your original program, the breakpoint will also be set on
2788the child process's @code{main}.
2789
2790When a child process is spawned by @code{vfork}, you cannot debug the
2791child or parent until an @code{exec} call completes.
2792
2793If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2794call executes, the new target restarts. To restart the parent process,
2795use the @code{file} command with the parent executable name as its
2796argument.
2797
2798You can use the @code{catch} command to make @value{GDBN} stop whenever
2799a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
79a6e687 2800Catchpoints, ,Setting Catchpoints}.
c906108c 2801
5c95884b 2802@node Checkpoint/Restart
79a6e687 2803@section Setting a @emph{Bookmark} to Return to Later
5c95884b
MS
2804
2805@cindex checkpoint
2806@cindex restart
2807@cindex bookmark
2808@cindex snapshot of a process
2809@cindex rewind program state
2810
2811On certain operating systems@footnote{Currently, only
2812@sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
2813program's state, called a @dfn{checkpoint}, and come back to it
2814later.
2815
2816Returning to a checkpoint effectively undoes everything that has
2817happened in the program since the @code{checkpoint} was saved. This
2818includes changes in memory, registers, and even (within some limits)
2819system state. Effectively, it is like going back in time to the
2820moment when the checkpoint was saved.
2821
2822Thus, if you're stepping thru a program and you think you're
2823getting close to the point where things go wrong, you can save
2824a checkpoint. Then, if you accidentally go too far and miss
2825the critical statement, instead of having to restart your program
2826from the beginning, you can just go back to the checkpoint and
2827start again from there.
2828
2829This can be especially useful if it takes a lot of time or
2830steps to reach the point where you think the bug occurs.
2831
2832To use the @code{checkpoint}/@code{restart} method of debugging:
2833
2834@table @code
2835@kindex checkpoint
2836@item checkpoint
2837Save a snapshot of the debugged program's current execution state.
2838The @code{checkpoint} command takes no arguments, but each checkpoint
2839is assigned a small integer id, similar to a breakpoint id.
2840
2841@kindex info checkpoints
2842@item info checkpoints
2843List the checkpoints that have been saved in the current debugging
2844session. For each checkpoint, the following information will be
2845listed:
2846
2847@table @code
2848@item Checkpoint ID
2849@item Process ID
2850@item Code Address
2851@item Source line, or label
2852@end table
2853
2854@kindex restart @var{checkpoint-id}
2855@item restart @var{checkpoint-id}
2856Restore the program state that was saved as checkpoint number
2857@var{checkpoint-id}. All program variables, registers, stack frames
2858etc.@: will be returned to the values that they had when the checkpoint
2859was saved. In essence, gdb will ``wind back the clock'' to the point
2860in time when the checkpoint was saved.
2861
2862Note that breakpoints, @value{GDBN} variables, command history etc.
2863are not affected by restoring a checkpoint. In general, a checkpoint
2864only restores things that reside in the program being debugged, not in
2865the debugger.
2866
b8db102d
MS
2867@kindex delete checkpoint @var{checkpoint-id}
2868@item delete checkpoint @var{checkpoint-id}
5c95884b
MS
2869Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
2870
2871@end table
2872
2873Returning to a previously saved checkpoint will restore the user state
2874of the program being debugged, plus a significant subset of the system
2875(OS) state, including file pointers. It won't ``un-write'' data from
2876a file, but it will rewind the file pointer to the previous location,
2877so that the previously written data can be overwritten. For files
2878opened in read mode, the pointer will also be restored so that the
2879previously read data can be read again.
2880
2881Of course, characters that have been sent to a printer (or other
2882external device) cannot be ``snatched back'', and characters received
2883from eg.@: a serial device can be removed from internal program buffers,
2884but they cannot be ``pushed back'' into the serial pipeline, ready to
2885be received again. Similarly, the actual contents of files that have
2886been changed cannot be restored (at this time).
2887
2888However, within those constraints, you actually can ``rewind'' your
2889program to a previously saved point in time, and begin debugging it
2890again --- and you can change the course of events so as to debug a
2891different execution path this time.
2892
2893@cindex checkpoints and process id
2894Finally, there is one bit of internal program state that will be
2895different when you return to a checkpoint --- the program's process
2896id. Each checkpoint will have a unique process id (or @var{pid}),
2897and each will be different from the program's original @var{pid}.
2898If your program has saved a local copy of its process id, this could
2899potentially pose a problem.
2900
79a6e687 2901@subsection A Non-obvious Benefit of Using Checkpoints
5c95884b
MS
2902
2903On some systems such as @sc{gnu}/Linux, address space randomization
2904is performed on new processes for security reasons. This makes it
2905difficult or impossible to set a breakpoint, or watchpoint, on an
2906absolute address if you have to restart the program, since the
2907absolute location of a symbol will change from one execution to the
2908next.
2909
2910A checkpoint, however, is an @emph{identical} copy of a process.
2911Therefore if you create a checkpoint at (eg.@:) the start of main,
2912and simply return to that checkpoint instead of restarting the
2913process, you can avoid the effects of address randomization and
2914your symbols will all stay in the same place.
2915
6d2ebf8b 2916@node Stopping
c906108c
SS
2917@chapter Stopping and Continuing
2918
2919The principal purposes of using a debugger are so that you can stop your
2920program before it terminates; or so that, if your program runs into
2921trouble, you can investigate and find out why.
2922
7a292a7a
SS
2923Inside @value{GDBN}, your program may stop for any of several reasons,
2924such as a signal, a breakpoint, or reaching a new line after a
2925@value{GDBN} command such as @code{step}. You may then examine and
2926change variables, set new breakpoints or remove old ones, and then
2927continue execution. Usually, the messages shown by @value{GDBN} provide
2928ample explanation of the status of your program---but you can also
2929explicitly request this information at any time.
c906108c
SS
2930
2931@table @code
2932@kindex info program
2933@item info program
2934Display information about the status of your program: whether it is
7a292a7a 2935running or not, what process it is, and why it stopped.
c906108c
SS
2936@end table
2937
2938@menu
2939* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2940* Continuing and Stepping:: Resuming execution
c906108c 2941* Signals:: Signals
c906108c 2942* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2943@end menu
2944
6d2ebf8b 2945@node Breakpoints
79a6e687 2946@section Breakpoints, Watchpoints, and Catchpoints
c906108c
SS
2947
2948@cindex breakpoints
2949A @dfn{breakpoint} makes your program stop whenever a certain point in
2950the program is reached. For each breakpoint, you can add conditions to
2951control in finer detail whether your program stops. You can set
2952breakpoints with the @code{break} command and its variants (@pxref{Set
79a6e687 2953Breaks, ,Setting Breakpoints}), to specify the place where your program
c906108c
SS
2954should stop by line number, function name or exact address in the
2955program.
2956
09d4efe1
EZ
2957On some systems, you can set breakpoints in shared libraries before
2958the executable is run. There is a minor limitation on HP-UX systems:
2959you must wait until the executable is run in order to set breakpoints
2960in shared library routines that are not called directly by the program
2961(for example, routines that are arguments in a @code{pthread_create}
2962call).
c906108c
SS
2963
2964@cindex watchpoints
fd60e0df 2965@cindex data breakpoints
c906108c
SS
2966@cindex memory tracing
2967@cindex breakpoint on memory address
2968@cindex breakpoint on variable modification
2969A @dfn{watchpoint} is a special breakpoint that stops your program
fd60e0df 2970when the value of an expression changes. The expression may be a value
0ced0c34 2971of a variable, or it could involve values of one or more variables
fd60e0df
EZ
2972combined by operators, such as @samp{a + b}. This is sometimes called
2973@dfn{data breakpoints}. You must use a different command to set
79a6e687 2974watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
fd60e0df
EZ
2975from that, you can manage a watchpoint like any other breakpoint: you
2976enable, disable, and delete both breakpoints and watchpoints using the
2977same commands.
c906108c
SS
2978
2979You can arrange to have values from your program displayed automatically
2980whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
79a6e687 2981Automatic Display}.
c906108c
SS
2982
2983@cindex catchpoints
2984@cindex breakpoint on events
2985A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2986when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2987exception or the loading of a library. As with watchpoints, you use a
2988different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
79a6e687 2989Catchpoints}), but aside from that, you can manage a catchpoint like any
c906108c 2990other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2991@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2992
2993@cindex breakpoint numbers
2994@cindex numbers for breakpoints
2995@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2996catchpoint when you create it; these numbers are successive integers
2997starting with one. In many of the commands for controlling various
2998features of breakpoints you use the breakpoint number to say which
2999breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
3000@dfn{disabled}; if disabled, it has no effect on your program until you
3001enable it again.
3002
c5394b80
JM
3003@cindex breakpoint ranges
3004@cindex ranges of breakpoints
3005Some @value{GDBN} commands accept a range of breakpoints on which to
3006operate. A breakpoint range is either a single breakpoint number, like
3007@samp{5}, or two such numbers, in increasing order, separated by a
3008hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
d52fb0e9 3009all breakpoints in that range are operated on.
c5394b80 3010
c906108c
SS
3011@menu
3012* Set Breaks:: Setting breakpoints
3013* Set Watchpoints:: Setting watchpoints
3014* Set Catchpoints:: Setting catchpoints
3015* Delete Breaks:: Deleting breakpoints
3016* Disabling:: Disabling breakpoints
3017* Conditions:: Break conditions
3018* Break Commands:: Breakpoint command lists
d4f3574e 3019* Error in Breakpoints:: ``Cannot insert breakpoints''
79a6e687 3020* Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
c906108c
SS
3021@end menu
3022
6d2ebf8b 3023@node Set Breaks
79a6e687 3024@subsection Setting Breakpoints
c906108c 3025
5d161b24 3026@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
3027@c consider in particular declaration with/without initialization.
3028@c
3029@c FIXME 2 is there stuff on this already? break at fun start, already init?
3030
3031@kindex break
41afff9a
EZ
3032@kindex b @r{(@code{break})}
3033@vindex $bpnum@r{, convenience variable}
c906108c
SS
3034@cindex latest breakpoint
3035Breakpoints are set with the @code{break} command (abbreviated
5d161b24 3036@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 3037number of the breakpoint you've set most recently; see @ref{Convenience
79a6e687 3038Vars,, Convenience Variables}, for a discussion of what you can do with
c906108c
SS
3039convenience variables.
3040
c906108c 3041@table @code
2a25a5ba
EZ
3042@item break @var{location}
3043Set a breakpoint at the given @var{location}, which can specify a
3044function name, a line number, or an address of an instruction.
3045(@xref{Specify Location}, for a list of all the possible ways to
3046specify a @var{location}.) The breakpoint will stop your program just
3047before it executes any of the code in the specified @var{location}.
3048
c906108c 3049When using source languages that permit overloading of symbols, such as
2a25a5ba 3050C@t{++}, a function name may refer to more than one possible place to break.
6ba66d6a
JB
3051@xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
3052that situation.
c906108c 3053
45ac276d 3054It is also possible to insert a breakpoint that will stop the program
2c88c651
JB
3055only if a specific thread (@pxref{Thread-Specific Breakpoints})
3056or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
45ac276d 3057
c906108c
SS
3058@item break
3059When called without any arguments, @code{break} sets a breakpoint at
3060the next instruction to be executed in the selected stack frame
3061(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
3062innermost, this makes your program stop as soon as control
3063returns to that frame. This is similar to the effect of a
3064@code{finish} command in the frame inside the selected frame---except
3065that @code{finish} does not leave an active breakpoint. If you use
3066@code{break} without an argument in the innermost frame, @value{GDBN} stops
3067the next time it reaches the current location; this may be useful
3068inside loops.
3069
3070@value{GDBN} normally ignores breakpoints when it resumes execution, until at
3071least one instruction has been executed. If it did not do this, you
3072would be unable to proceed past a breakpoint without first disabling the
3073breakpoint. This rule applies whether or not the breakpoint already
3074existed when your program stopped.
3075
3076@item break @dots{} if @var{cond}
3077Set a breakpoint with condition @var{cond}; evaluate the expression
3078@var{cond} each time the breakpoint is reached, and stop only if the
3079value is nonzero---that is, if @var{cond} evaluates as true.
3080@samp{@dots{}} stands for one of the possible arguments described
3081above (or no argument) specifying where to break. @xref{Conditions,
79a6e687 3082,Break Conditions}, for more information on breakpoint conditions.
c906108c
SS
3083
3084@kindex tbreak
3085@item tbreak @var{args}
3086Set a breakpoint enabled only for one stop. @var{args} are the
3087same as for the @code{break} command, and the breakpoint is set in the same
3088way, but the breakpoint is automatically deleted after the first time your
79a6e687 3089program stops there. @xref{Disabling, ,Disabling Breakpoints}.
c906108c 3090
c906108c 3091@kindex hbreak
ba04e063 3092@cindex hardware breakpoints
c906108c 3093@item hbreak @var{args}
d4f3574e
SS
3094Set a hardware-assisted breakpoint. @var{args} are the same as for the
3095@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
3096breakpoint requires hardware support and some target hardware may not
3097have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
3098debugging, so you can set a breakpoint at an instruction without
3099changing the instruction. This can be used with the new trap-generation
09d4efe1 3100provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
3101will generate traps when a program accesses some data or instruction
3102address that is assigned to the debug registers. However the hardware
3103breakpoint registers can take a limited number of breakpoints. For
3104example, on the DSU, only two data breakpoints can be set at a time, and
3105@value{GDBN} will reject this command if more than two are used. Delete
3106or disable unused hardware breakpoints before setting new ones
79a6e687
BW
3107(@pxref{Disabling, ,Disabling Breakpoints}).
3108@xref{Conditions, ,Break Conditions}.
9c16f35a
EZ
3109For remote targets, you can restrict the number of hardware
3110breakpoints @value{GDBN} will use, see @ref{set remote
3111hardware-breakpoint-limit}.
501eef12 3112
c906108c
SS
3113@kindex thbreak
3114@item thbreak @var{args}
3115Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
3116are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 3117the same way. However, like the @code{tbreak} command,
c906108c
SS
3118the breakpoint is automatically deleted after the
3119first time your program stops there. Also, like the @code{hbreak}
5d161b24 3120command, the breakpoint requires hardware support and some target hardware
79a6e687
BW
3121may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
3122See also @ref{Conditions, ,Break Conditions}.
c906108c
SS
3123
3124@kindex rbreak
3125@cindex regular expression
c45da7e6
EZ
3126@cindex breakpoints in functions matching a regexp
3127@cindex set breakpoints in many functions
c906108c 3128@item rbreak @var{regex}
c906108c 3129Set breakpoints on all functions matching the regular expression
11cf8741
JM
3130@var{regex}. This command sets an unconditional breakpoint on all
3131matches, printing a list of all breakpoints it set. Once these
3132breakpoints are set, they are treated just like the breakpoints set with
3133the @code{break} command. You can delete them, disable them, or make
3134them conditional the same way as any other breakpoint.
3135
3136The syntax of the regular expression is the standard one used with tools
3137like @file{grep}. Note that this is different from the syntax used by
3138shells, so for instance @code{foo*} matches all functions that include
3139an @code{fo} followed by zero or more @code{o}s. There is an implicit
3140@code{.*} leading and trailing the regular expression you supply, so to
3141match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 3142
f7dc1244 3143@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 3144When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
3145breakpoints on overloaded functions that are not members of any special
3146classes.
c906108c 3147
f7dc1244
EZ
3148@cindex set breakpoints on all functions
3149The @code{rbreak} command can be used to set breakpoints in
3150@strong{all} the functions in a program, like this:
3151
3152@smallexample
3153(@value{GDBP}) rbreak .
3154@end smallexample
3155
c906108c
SS
3156@kindex info breakpoints
3157@cindex @code{$_} and @code{info breakpoints}
3158@item info breakpoints @r{[}@var{n}@r{]}
3159@itemx info break @r{[}@var{n}@r{]}
3160@itemx info watchpoints @r{[}@var{n}@r{]}
3161Print a table of all breakpoints, watchpoints, and catchpoints set and
45ac1734
EZ
3162not deleted. Optional argument @var{n} means print information only
3163about the specified breakpoint (or watchpoint or catchpoint). For
3164each breakpoint, following columns are printed:
c906108c
SS
3165
3166@table @emph
3167@item Breakpoint Numbers
3168@item Type
3169Breakpoint, watchpoint, or catchpoint.
3170@item Disposition
3171Whether the breakpoint is marked to be disabled or deleted when hit.
3172@item Enabled or Disabled
3173Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
b3db7447 3174that are not enabled.
c906108c 3175@item Address
fe6fbf8b 3176Where the breakpoint is in your program, as a memory address. For a
b3db7447
NR
3177pending breakpoint whose address is not yet known, this field will
3178contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
3179library that has the symbol or line referred by breakpoint is loaded.
3180See below for details. A breakpoint with several locations will
3b784c4f 3181have @samp{<MULTIPLE>} in this field---see below for details.
c906108c
SS
3182@item What
3183Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
3184line number. For a pending breakpoint, the original string passed to
3185the breakpoint command will be listed as it cannot be resolved until
3186the appropriate shared library is loaded in the future.
c906108c
SS
3187@end table
3188
3189@noindent
3190If a breakpoint is conditional, @code{info break} shows the condition on
3191the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
3192are listed after that. A pending breakpoint is allowed to have a condition
3193specified for it. The condition is not parsed for validity until a shared
3194library is loaded that allows the pending breakpoint to resolve to a
3195valid location.
c906108c
SS
3196
3197@noindent
3198@code{info break} with a breakpoint
3199number @var{n} as argument lists only that breakpoint. The
3200convenience variable @code{$_} and the default examining-address for
3201the @code{x} command are set to the address of the last breakpoint
79a6e687 3202listed (@pxref{Memory, ,Examining Memory}).
c906108c
SS
3203
3204@noindent
3205@code{info break} displays a count of the number of times the breakpoint
3206has been hit. This is especially useful in conjunction with the
3207@code{ignore} command. You can ignore a large number of breakpoint
3208hits, look at the breakpoint info to see how many times the breakpoint
3209was hit, and then run again, ignoring one less than that number. This
3210will get you quickly to the last hit of that breakpoint.
3211@end table
3212
3213@value{GDBN} allows you to set any number of breakpoints at the same place in
3214your program. There is nothing silly or meaningless about this. When
3215the breakpoints are conditional, this is even useful
79a6e687 3216(@pxref{Conditions, ,Break Conditions}).
c906108c 3217
2e9132cc
EZ
3218@cindex multiple locations, breakpoints
3219@cindex breakpoints, multiple locations
fcda367b 3220It is possible that a breakpoint corresponds to several locations
fe6fbf8b
VP
3221in your program. Examples of this situation are:
3222
3223@itemize @bullet
fe6fbf8b
VP
3224@item
3225For a C@t{++} constructor, the @value{NGCC} compiler generates several
3226instances of the function body, used in different cases.
3227
3228@item
3229For a C@t{++} template function, a given line in the function can
3230correspond to any number of instantiations.
3231
3232@item
3233For an inlined function, a given source line can correspond to
3234several places where that function is inlined.
fe6fbf8b
VP
3235@end itemize
3236
3237In all those cases, @value{GDBN} will insert a breakpoint at all
2e9132cc
EZ
3238the relevant locations@footnote{
3239As of this writing, multiple-location breakpoints work only if there's
3240line number information for all the locations. This means that they
3241will generally not work in system libraries, unless you have debug
3242info with line numbers for them.}.
fe6fbf8b 3243
3b784c4f
EZ
3244A breakpoint with multiple locations is displayed in the breakpoint
3245table using several rows---one header row, followed by one row for
3246each breakpoint location. The header row has @samp{<MULTIPLE>} in the
3247address column. The rows for individual locations contain the actual
3248addresses for locations, and show the functions to which those
3249locations belong. The number column for a location is of the form
fe6fbf8b
VP
3250@var{breakpoint-number}.@var{location-number}.
3251
3252For example:
3b784c4f 3253
fe6fbf8b
VP
3254@smallexample
3255Num Type Disp Enb Address What
32561 breakpoint keep y <MULTIPLE>
3257 stop only if i==1
3258 breakpoint already hit 1 time
32591.1 y 0x080486a2 in void foo<int>() at t.cc:8
32601.2 y 0x080486ca in void foo<double>() at t.cc:8
3261@end smallexample
3262
3263Each location can be individually enabled or disabled by passing
3264@var{breakpoint-number}.@var{location-number} as argument to the
3b784c4f
EZ
3265@code{enable} and @code{disable} commands. Note that you cannot
3266delete the individual locations from the list, you can only delete the
16bfc218 3267entire list of locations that belong to their parent breakpoint (with
3b784c4f
EZ
3268the @kbd{delete @var{num}} command, where @var{num} is the number of
3269the parent breakpoint, 1 in the above example). Disabling or enabling
3270the parent breakpoint (@pxref{Disabling}) affects all of the locations
3271that belong to that breakpoint.
fe6fbf8b 3272
2650777c 3273@cindex pending breakpoints
fe6fbf8b 3274It's quite common to have a breakpoint inside a shared library.
3b784c4f 3275Shared libraries can be loaded and unloaded explicitly,
fe6fbf8b
VP
3276and possibly repeatedly, as the program is executed. To support
3277this use case, @value{GDBN} updates breakpoint locations whenever
3278any shared library is loaded or unloaded. Typically, you would
fcda367b 3279set a breakpoint in a shared library at the beginning of your
fe6fbf8b
VP
3280debugging session, when the library is not loaded, and when the
3281symbols from the library are not available. When you try to set
3282breakpoint, @value{GDBN} will ask you if you want to set
3b784c4f 3283a so called @dfn{pending breakpoint}---breakpoint whose address
fe6fbf8b
VP
3284is not yet resolved.
3285
3286After the program is run, whenever a new shared library is loaded,
3287@value{GDBN} reevaluates all the breakpoints. When a newly loaded
3288shared library contains the symbol or line referred to by some
3289pending breakpoint, that breakpoint is resolved and becomes an
3290ordinary breakpoint. When a library is unloaded, all breakpoints
3291that refer to its symbols or source lines become pending again.
3292
3293This logic works for breakpoints with multiple locations, too. For
3294example, if you have a breakpoint in a C@t{++} template function, and
3295a newly loaded shared library has an instantiation of that template,
3296a new location is added to the list of locations for the breakpoint.
3297
3298Except for having unresolved address, pending breakpoints do not
3299differ from regular breakpoints. You can set conditions or commands,
3300enable and disable them and perform other breakpoint operations.
3301
3302@value{GDBN} provides some additional commands for controlling what
3303happens when the @samp{break} command cannot resolve breakpoint
3304address specification to an address:
dd79a6cf
JJ
3305
3306@kindex set breakpoint pending
3307@kindex show breakpoint pending
3308@table @code
3309@item set breakpoint pending auto
3310This is the default behavior. When @value{GDBN} cannot find the breakpoint
3311location, it queries you whether a pending breakpoint should be created.
3312
3313@item set breakpoint pending on
3314This indicates that an unrecognized breakpoint location should automatically
3315result in a pending breakpoint being created.
3316
3317@item set breakpoint pending off
3318This indicates that pending breakpoints are not to be created. Any
3319unrecognized breakpoint location results in an error. This setting does
3320not affect any pending breakpoints previously created.
3321
3322@item show breakpoint pending
3323Show the current behavior setting for creating pending breakpoints.
3324@end table
2650777c 3325
fe6fbf8b
VP
3326The settings above only affect the @code{break} command and its
3327variants. Once breakpoint is set, it will be automatically updated
3328as shared libraries are loaded and unloaded.
2650777c 3329
765dc015
VP
3330@cindex automatic hardware breakpoints
3331For some targets, @value{GDBN} can automatically decide if hardware or
3332software breakpoints should be used, depending on whether the
3333breakpoint address is read-only or read-write. This applies to
3334breakpoints set with the @code{break} command as well as to internal
3335breakpoints set by commands like @code{next} and @code{finish}. For
fcda367b 3336breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
765dc015
VP
3337breakpoints.
3338
3339You can control this automatic behaviour with the following commands::
3340
3341@kindex set breakpoint auto-hw
3342@kindex show breakpoint auto-hw
3343@table @code
3344@item set breakpoint auto-hw on
3345This is the default behavior. When @value{GDBN} sets a breakpoint, it
3346will try to use the target memory map to decide if software or hardware
3347breakpoint must be used.
3348
3349@item set breakpoint auto-hw off
3350This indicates @value{GDBN} should not automatically select breakpoint
3351type. If the target provides a memory map, @value{GDBN} will warn when
3352trying to set software breakpoint at a read-only address.
3353@end table
3354
74960c60
VP
3355@value{GDBN} normally implements breakpoints by replacing the program code
3356at the breakpoint address with a special instruction, which, when
3357executed, given control to the debugger. By default, the program
3358code is so modified only when the program is resumed. As soon as
3359the program stops, @value{GDBN} restores the original instructions. This
3360behaviour guards against leaving breakpoints inserted in the
3361target should gdb abrubptly disconnect. However, with slow remote
3362targets, inserting and removing breakpoint can reduce the performance.
3363This behavior can be controlled with the following commands::
3364
3365@kindex set breakpoint always-inserted
3366@kindex show breakpoint always-inserted
3367@table @code
3368@item set breakpoint always-inserted off
33e5cbd6
PA
3369All breakpoints, including newly added by the user, are inserted in
3370the target only when the target is resumed. All breakpoints are
3371removed from the target when it stops.
74960c60
VP
3372
3373@item set breakpoint always-inserted on
3374Causes all breakpoints to be inserted in the target at all times. If
3375the user adds a new breakpoint, or changes an existing breakpoint, the
3376breakpoints in the target are updated immediately. A breakpoint is
3377removed from the target only when breakpoint itself is removed.
33e5cbd6
PA
3378
3379@cindex non-stop mode, and @code{breakpoint always-inserted}
3380@item set breakpoint always-inserted auto
3381This is the default mode. If @value{GDBN} is controlling the inferior
3382in non-stop mode (@pxref{Non-Stop Mode}), gdb behaves as if
3383@code{breakpoint always-inserted} mode is on. If @value{GDBN} is
3384controlling the inferior in all-stop mode, @value{GDBN} behaves as if
3385@code{breakpoint always-inserted} mode is off.
74960c60 3386@end table
765dc015 3387
c906108c
SS
3388@cindex negative breakpoint numbers
3389@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
3390@value{GDBN} itself sometimes sets breakpoints in your program for
3391special purposes, such as proper handling of @code{longjmp} (in C
3392programs). These internal breakpoints are assigned negative numbers,
3393starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 3394You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 3395@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
3396
3397
6d2ebf8b 3398@node Set Watchpoints
79a6e687 3399@subsection Setting Watchpoints
c906108c
SS
3400
3401@cindex setting watchpoints
c906108c
SS
3402You can use a watchpoint to stop execution whenever the value of an
3403expression changes, without having to predict a particular place where
fd60e0df
EZ
3404this may happen. (This is sometimes called a @dfn{data breakpoint}.)
3405The expression may be as simple as the value of a single variable, or
3406as complex as many variables combined by operators. Examples include:
3407
3408@itemize @bullet
3409@item
3410A reference to the value of a single variable.
3411
3412@item
3413An address cast to an appropriate data type. For example,
3414@samp{*(int *)0x12345678} will watch a 4-byte region at the specified
3415address (assuming an @code{int} occupies 4 bytes).
3416
3417@item
3418An arbitrarily complex expression, such as @samp{a*b + c/d}. The
3419expression can use any operators valid in the program's native
3420language (@pxref{Languages}).
3421@end itemize
c906108c 3422
fa4727a6
DJ
3423You can set a watchpoint on an expression even if the expression can
3424not be evaluated yet. For instance, you can set a watchpoint on
3425@samp{*global_ptr} before @samp{global_ptr} is initialized.
3426@value{GDBN} will stop when your program sets @samp{global_ptr} and
3427the expression produces a valid value. If the expression becomes
3428valid in some other way than changing a variable (e.g.@: if the memory
3429pointed to by @samp{*global_ptr} becomes readable as the result of a
3430@code{malloc} call), @value{GDBN} may not stop until the next time
3431the expression changes.
3432
82f2d802
EZ
3433@cindex software watchpoints
3434@cindex hardware watchpoints
c906108c 3435Depending on your system, watchpoints may be implemented in software or
2df3850c 3436hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
3437program and testing the variable's value each time, which is hundreds of
3438times slower than normal execution. (But this may still be worth it, to
3439catch errors where you have no clue what part of your program is the
3440culprit.)
3441
37e4754d 3442On some systems, such as HP-UX, PowerPC, @sc{gnu}/Linux and most other
82f2d802
EZ
3443x86-based targets, @value{GDBN} includes support for hardware
3444watchpoints, which do not slow down the running of your program.
c906108c
SS
3445
3446@table @code
3447@kindex watch
d8b2a693 3448@item watch @var{expr} @r{[}thread @var{threadnum}@r{]}
fd60e0df
EZ
3449Set a watchpoint for an expression. @value{GDBN} will break when the
3450expression @var{expr} is written into by the program and its value
3451changes. The simplest (and the most popular) use of this command is
3452to watch the value of a single variable:
3453
3454@smallexample
3455(@value{GDBP}) watch foo
3456@end smallexample
c906108c 3457
d8b2a693
JB
3458If the command includes a @code{@r{[}thread @var{threadnum}@r{]}}
3459clause, @value{GDBN} breaks only when the thread identified by
3460@var{threadnum} changes the value of @var{expr}. If any other threads
3461change the value of @var{expr}, @value{GDBN} will not break. Note
3462that watchpoints restricted to a single thread in this way only work
3463with Hardware Watchpoints.
3464
c906108c 3465@kindex rwatch
d8b2a693 3466@item rwatch @var{expr} @r{[}thread @var{threadnum}@r{]}
09d4efe1
EZ
3467Set a watchpoint that will break when the value of @var{expr} is read
3468by the program.
c906108c
SS
3469
3470@kindex awatch
d8b2a693 3471@item awatch @var{expr} @r{[}thread @var{threadnum}@r{]}
09d4efe1
EZ
3472Set a watchpoint that will break when @var{expr} is either read from
3473or written into by the program.
c906108c 3474
45ac1734 3475@kindex info watchpoints @r{[}@var{n}@r{]}
c906108c
SS
3476@item info watchpoints
3477This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 3478it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
3479@end table
3480
3481@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
3482watchpoints execute very quickly, and the debugger reports a change in
3483value at the exact instruction where the change occurs. If @value{GDBN}
3484cannot set a hardware watchpoint, it sets a software watchpoint, which
3485executes more slowly and reports the change in value at the next
82f2d802
EZ
3486@emph{statement}, not the instruction, after the change occurs.
3487
82f2d802
EZ
3488@cindex use only software watchpoints
3489You can force @value{GDBN} to use only software watchpoints with the
3490@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
3491zero, @value{GDBN} will never try to use hardware watchpoints, even if
3492the underlying system supports them. (Note that hardware-assisted
3493watchpoints that were set @emph{before} setting
3494@code{can-use-hw-watchpoints} to zero will still use the hardware
d3e8051b 3495mechanism of watching expression values.)
c906108c 3496
9c16f35a
EZ
3497@table @code
3498@item set can-use-hw-watchpoints
3499@kindex set can-use-hw-watchpoints
3500Set whether or not to use hardware watchpoints.
3501
3502@item show can-use-hw-watchpoints
3503@kindex show can-use-hw-watchpoints
3504Show the current mode of using hardware watchpoints.
3505@end table
3506
3507For remote targets, you can restrict the number of hardware
3508watchpoints @value{GDBN} will use, see @ref{set remote
3509hardware-breakpoint-limit}.
3510
c906108c
SS
3511When you issue the @code{watch} command, @value{GDBN} reports
3512
474c8240 3513@smallexample
c906108c 3514Hardware watchpoint @var{num}: @var{expr}
474c8240 3515@end smallexample
c906108c
SS
3516
3517@noindent
3518if it was able to set a hardware watchpoint.
3519
7be570e7
JM
3520Currently, the @code{awatch} and @code{rwatch} commands can only set
3521hardware watchpoints, because accesses to data that don't change the
3522value of the watched expression cannot be detected without examining
3523every instruction as it is being executed, and @value{GDBN} does not do
3524that currently. If @value{GDBN} finds that it is unable to set a
3525hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
3526will print a message like this:
3527
3528@smallexample
3529Expression cannot be implemented with read/access watchpoint.
3530@end smallexample
3531
3532Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
3533data type of the watched expression is wider than what a hardware
3534watchpoint on the target machine can handle. For example, some systems
3535can only watch regions that are up to 4 bytes wide; on such systems you
3536cannot set hardware watchpoints for an expression that yields a
3537double-precision floating-point number (which is typically 8 bytes
3538wide). As a work-around, it might be possible to break the large region
3539into a series of smaller ones and watch them with separate watchpoints.
3540
3541If you set too many hardware watchpoints, @value{GDBN} might be unable
3542to insert all of them when you resume the execution of your program.
3543Since the precise number of active watchpoints is unknown until such
3544time as the program is about to be resumed, @value{GDBN} might not be
3545able to warn you about this when you set the watchpoints, and the
3546warning will be printed only when the program is resumed:
3547
3548@smallexample
3549Hardware watchpoint @var{num}: Could not insert watchpoint
3550@end smallexample
3551
3552@noindent
3553If this happens, delete or disable some of the watchpoints.
3554
fd60e0df
EZ
3555Watching complex expressions that reference many variables can also
3556exhaust the resources available for hardware-assisted watchpoints.
3557That's because @value{GDBN} needs to watch every variable in the
3558expression with separately allocated resources.
3559
c906108c 3560If you call a function interactively using @code{print} or @code{call},
2df3850c 3561any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
3562kind of breakpoint or the call completes.
3563
7be570e7
JM
3564@value{GDBN} automatically deletes watchpoints that watch local
3565(automatic) variables, or expressions that involve such variables, when
3566they go out of scope, that is, when the execution leaves the block in
3567which these variables were defined. In particular, when the program
3568being debugged terminates, @emph{all} local variables go out of scope,
3569and so only watchpoints that watch global variables remain set. If you
3570rerun the program, you will need to set all such watchpoints again. One
3571way of doing that would be to set a code breakpoint at the entry to the
3572@code{main} function and when it breaks, set all the watchpoints.
3573
c906108c
SS
3574@cindex watchpoints and threads
3575@cindex threads and watchpoints
d983da9c
DJ
3576In multi-threaded programs, watchpoints will detect changes to the
3577watched expression from every thread.
3578
3579@quotation
3580@emph{Warning:} In multi-threaded programs, software watchpoints
53a5351d
JM
3581have only limited usefulness. If @value{GDBN} creates a software
3582watchpoint, it can only watch the value of an expression @emph{in a
3583single thread}. If you are confident that the expression can only
3584change due to the current thread's activity (and if you are also
3585confident that no other thread can become current), then you can use
3586software watchpoints as usual. However, @value{GDBN} may not notice
3587when a non-current thread's activity changes the expression. (Hardware
3588watchpoints, in contrast, watch an expression in all threads.)
c906108c 3589@end quotation
c906108c 3590
501eef12
AC
3591@xref{set remote hardware-watchpoint-limit}.
3592
6d2ebf8b 3593@node Set Catchpoints
79a6e687 3594@subsection Setting Catchpoints
d4f3574e 3595@cindex catchpoints, setting
c906108c
SS
3596@cindex exception handlers
3597@cindex event handling
3598
3599You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 3600kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
3601shared library. Use the @code{catch} command to set a catchpoint.
3602
3603@table @code
3604@kindex catch
3605@item catch @var{event}
3606Stop when @var{event} occurs. @var{event} can be any of the following:
3607@table @code
3608@item throw
4644b6e3 3609@cindex stop on C@t{++} exceptions
b37052ae 3610The throwing of a C@t{++} exception.
c906108c
SS
3611
3612@item catch
b37052ae 3613The catching of a C@t{++} exception.
c906108c 3614
8936fcda
JB
3615@item exception
3616@cindex Ada exception catching
3617@cindex catch Ada exceptions
3618An Ada exception being raised. If an exception name is specified
3619at the end of the command (eg @code{catch exception Program_Error}),
3620the debugger will stop only when this specific exception is raised.
3621Otherwise, the debugger stops execution when any Ada exception is raised.
3622
87f67dba
JB
3623When inserting an exception catchpoint on a user-defined exception whose
3624name is identical to one of the exceptions defined by the language, the
3625fully qualified name must be used as the exception name. Otherwise,
3626@value{GDBN} will assume that it should stop on the pre-defined exception
3627rather than the user-defined one. For instance, assuming an exception
3628called @code{Constraint_Error} is defined in package @code{Pck}, then
3629the command to use to catch such exceptions is @kbd{catch exception
3630Pck.Constraint_Error}.
3631
8936fcda
JB
3632@item exception unhandled
3633An exception that was raised but is not handled by the program.
3634
3635@item assert
3636A failed Ada assertion.
3637
c906108c 3638@item exec
4644b6e3 3639@cindex break on fork/exec
5ee187d7
DJ
3640A call to @code{exec}. This is currently only available for HP-UX
3641and @sc{gnu}/Linux.
c906108c
SS
3642
3643@item fork
5ee187d7
DJ
3644A call to @code{fork}. This is currently only available for HP-UX
3645and @sc{gnu}/Linux.
c906108c
SS
3646
3647@item vfork
5ee187d7
DJ
3648A call to @code{vfork}. This is currently only available for HP-UX
3649and @sc{gnu}/Linux.
c906108c 3650
c906108c
SS
3651@end table
3652
3653@item tcatch @var{event}
3654Set a catchpoint that is enabled only for one stop. The catchpoint is
3655automatically deleted after the first time the event is caught.
3656
3657@end table
3658
3659Use the @code{info break} command to list the current catchpoints.
3660
b37052ae 3661There are currently some limitations to C@t{++} exception handling
c906108c
SS
3662(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3663
3664@itemize @bullet
3665@item
3666If you call a function interactively, @value{GDBN} normally returns
3667control to you when the function has finished executing. If the call
3668raises an exception, however, the call may bypass the mechanism that
3669returns control to you and cause your program either to abort or to
3670simply continue running until it hits a breakpoint, catches a signal
3671that @value{GDBN} is listening for, or exits. This is the case even if
3672you set a catchpoint for the exception; catchpoints on exceptions are
3673disabled within interactive calls.
3674
3675@item
3676You cannot raise an exception interactively.
3677
3678@item
3679You cannot install an exception handler interactively.
3680@end itemize
3681
3682@cindex raise exceptions
3683Sometimes @code{catch} is not the best way to debug exception handling:
3684if you need to know exactly where an exception is raised, it is better to
3685stop @emph{before} the exception handler is called, since that way you
3686can see the stack before any unwinding takes place. If you set a
3687breakpoint in an exception handler instead, it may not be easy to find
3688out where the exception was raised.
3689
3690To stop just before an exception handler is called, you need some
b37052ae 3691knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3692raised by calling a library function named @code{__raise_exception}
3693which has the following ANSI C interface:
3694
474c8240 3695@smallexample
c906108c 3696 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3697 @var{id} is the exception identifier. */
3698 void __raise_exception (void **addr, void *id);
474c8240 3699@end smallexample
c906108c
SS
3700
3701@noindent
3702To make the debugger catch all exceptions before any stack
3703unwinding takes place, set a breakpoint on @code{__raise_exception}
79a6e687 3704(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Exceptions}).
c906108c 3705
79a6e687 3706With a conditional breakpoint (@pxref{Conditions, ,Break Conditions})
c906108c
SS
3707that depends on the value of @var{id}, you can stop your program when
3708a specific exception is raised. You can use multiple conditional
3709breakpoints to stop your program when any of a number of exceptions are
3710raised.
3711
3712
6d2ebf8b 3713@node Delete Breaks
79a6e687 3714@subsection Deleting Breakpoints
c906108c
SS
3715
3716@cindex clearing breakpoints, watchpoints, catchpoints
3717@cindex deleting breakpoints, watchpoints, catchpoints
3718It is often necessary to eliminate a breakpoint, watchpoint, or
3719catchpoint once it has done its job and you no longer want your program
3720to stop there. This is called @dfn{deleting} the breakpoint. A
3721breakpoint that has been deleted no longer exists; it is forgotten.
3722
3723With the @code{clear} command you can delete breakpoints according to
3724where they are in your program. With the @code{delete} command you can
3725delete individual breakpoints, watchpoints, or catchpoints by specifying
3726their breakpoint numbers.
3727
3728It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3729automatically ignores breakpoints on the first instruction to be executed
3730when you continue execution without changing the execution address.
3731
3732@table @code
3733@kindex clear
3734@item clear
3735Delete any breakpoints at the next instruction to be executed in the
79a6e687 3736selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
c906108c
SS
3737the innermost frame is selected, this is a good way to delete a
3738breakpoint where your program just stopped.
3739
2a25a5ba
EZ
3740@item clear @var{location}
3741Delete any breakpoints set at the specified @var{location}.
3742@xref{Specify Location}, for the various forms of @var{location}; the
3743most useful ones are listed below:
3744
3745@table @code
c906108c
SS
3746@item clear @var{function}
3747@itemx clear @var{filename}:@var{function}
09d4efe1 3748Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3749
3750@item clear @var{linenum}
3751@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3752Delete any breakpoints set at or within the code of the specified
3753@var{linenum} of the specified @var{filename}.
2a25a5ba 3754@end table
c906108c
SS
3755
3756@cindex delete breakpoints
3757@kindex delete
41afff9a 3758@kindex d @r{(@code{delete})}
c5394b80
JM
3759@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3760Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3761ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3762breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3763confirm off}). You can abbreviate this command as @code{d}.
3764@end table
3765
6d2ebf8b 3766@node Disabling
79a6e687 3767@subsection Disabling Breakpoints
c906108c 3768
4644b6e3 3769@cindex enable/disable a breakpoint
c906108c
SS
3770Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3771prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3772it had been deleted, but remembers the information on the breakpoint so
3773that you can @dfn{enable} it again later.
3774
3775You disable and enable breakpoints, watchpoints, and catchpoints with
3776the @code{enable} and @code{disable} commands, optionally specifying one
3777or more breakpoint numbers as arguments. Use @code{info break} or
3778@code{info watch} to print a list of breakpoints, watchpoints, and
3779catchpoints if you do not know which numbers to use.
3780
3b784c4f
EZ
3781Disabling and enabling a breakpoint that has multiple locations
3782affects all of its locations.
3783
c906108c
SS
3784A breakpoint, watchpoint, or catchpoint can have any of four different
3785states of enablement:
3786
3787@itemize @bullet
3788@item
3789Enabled. The breakpoint stops your program. A breakpoint set
3790with the @code{break} command starts out in this state.
3791@item
3792Disabled. The breakpoint has no effect on your program.
3793@item
3794Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3795disabled.
c906108c
SS
3796@item
3797Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3798immediately after it does so it is deleted permanently. A breakpoint
3799set with the @code{tbreak} command starts out in this state.
c906108c
SS
3800@end itemize
3801
3802You can use the following commands to enable or disable breakpoints,
3803watchpoints, and catchpoints:
3804
3805@table @code
c906108c 3806@kindex disable
41afff9a 3807@kindex dis @r{(@code{disable})}
c5394b80 3808@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3809Disable the specified breakpoints---or all breakpoints, if none are
3810listed. A disabled breakpoint has no effect but is not forgotten. All
3811options such as ignore-counts, conditions and commands are remembered in
3812case the breakpoint is enabled again later. You may abbreviate
3813@code{disable} as @code{dis}.
3814
c906108c 3815@kindex enable
c5394b80 3816@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3817Enable the specified breakpoints (or all defined breakpoints). They
3818become effective once again in stopping your program.
3819
c5394b80 3820@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3821Enable the specified breakpoints temporarily. @value{GDBN} disables any
3822of these breakpoints immediately after stopping your program.
3823
c5394b80 3824@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3825Enable the specified breakpoints to work once, then die. @value{GDBN}
3826deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3827Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3828@end table
3829
d4f3574e
SS
3830@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3831@c confusing: tbreak is also initially enabled.
c906108c 3832Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
79a6e687 3833,Setting Breakpoints}), breakpoints that you set are initially enabled;
c906108c
SS
3834subsequently, they become disabled or enabled only when you use one of
3835the commands above. (The command @code{until} can set and delete a
3836breakpoint of its own, but it does not change the state of your other
3837breakpoints; see @ref{Continuing and Stepping, ,Continuing and
79a6e687 3838Stepping}.)
c906108c 3839
6d2ebf8b 3840@node Conditions
79a6e687 3841@subsection Break Conditions
c906108c
SS
3842@cindex conditional breakpoints
3843@cindex breakpoint conditions
3844
3845@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3846@c in particular for a watchpoint?
c906108c
SS
3847The simplest sort of breakpoint breaks every time your program reaches a
3848specified place. You can also specify a @dfn{condition} for a
3849breakpoint. A condition is just a Boolean expression in your
3850programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3851a condition evaluates the expression each time your program reaches it,
3852and your program stops only if the condition is @emph{true}.
3853
3854This is the converse of using assertions for program validation; in that
3855situation, you want to stop when the assertion is violated---that is,
3856when the condition is false. In C, if you want to test an assertion expressed
3857by the condition @var{assert}, you should set the condition
3858@samp{! @var{assert}} on the appropriate breakpoint.
3859
3860Conditions are also accepted for watchpoints; you may not need them,
3861since a watchpoint is inspecting the value of an expression anyhow---but
3862it might be simpler, say, to just set a watchpoint on a variable name,
3863and specify a condition that tests whether the new value is an interesting
3864one.
3865
3866Break conditions can have side effects, and may even call functions in
3867your program. This can be useful, for example, to activate functions
3868that log program progress, or to use your own print functions to
3869format special data structures. The effects are completely predictable
3870unless there is another enabled breakpoint at the same address. (In
3871that case, @value{GDBN} might see the other breakpoint first and stop your
3872program without checking the condition of this one.) Note that
d4f3574e
SS
3873breakpoint commands are usually more convenient and flexible than break
3874conditions for the
c906108c 3875purpose of performing side effects when a breakpoint is reached
79a6e687 3876(@pxref{Break Commands, ,Breakpoint Command Lists}).
c906108c
SS
3877
3878Break conditions can be specified when a breakpoint is set, by using
3879@samp{if} in the arguments to the @code{break} command. @xref{Set
79a6e687 3880Breaks, ,Setting Breakpoints}. They can also be changed at any time
c906108c 3881with the @code{condition} command.
53a5351d 3882
c906108c
SS
3883You can also use the @code{if} keyword with the @code{watch} command.
3884The @code{catch} command does not recognize the @code{if} keyword;
3885@code{condition} is the only way to impose a further condition on a
3886catchpoint.
c906108c
SS
3887
3888@table @code
3889@kindex condition
3890@item condition @var{bnum} @var{expression}
3891Specify @var{expression} as the break condition for breakpoint,
3892watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3893breakpoint @var{bnum} stops your program only if the value of
3894@var{expression} is true (nonzero, in C). When you use
3895@code{condition}, @value{GDBN} checks @var{expression} immediately for
3896syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3897referents in the context of your breakpoint. If @var{expression} uses
3898symbols not referenced in the context of the breakpoint, @value{GDBN}
3899prints an error message:
3900
474c8240 3901@smallexample
d4f3574e 3902No symbol "foo" in current context.
474c8240 3903@end smallexample
d4f3574e
SS
3904
3905@noindent
c906108c
SS
3906@value{GDBN} does
3907not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3908command (or a command that sets a breakpoint with a condition, like
3909@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3910
3911@item condition @var{bnum}
3912Remove the condition from breakpoint number @var{bnum}. It becomes
3913an ordinary unconditional breakpoint.
3914@end table
3915
3916@cindex ignore count (of breakpoint)
3917A special case of a breakpoint condition is to stop only when the
3918breakpoint has been reached a certain number of times. This is so
3919useful that there is a special way to do it, using the @dfn{ignore
3920count} of the breakpoint. Every breakpoint has an ignore count, which
3921is an integer. Most of the time, the ignore count is zero, and
3922therefore has no effect. But if your program reaches a breakpoint whose
3923ignore count is positive, then instead of stopping, it just decrements
3924the ignore count by one and continues. As a result, if the ignore count
3925value is @var{n}, the breakpoint does not stop the next @var{n} times
3926your program reaches it.
3927
3928@table @code
3929@kindex ignore
3930@item ignore @var{bnum} @var{count}
3931Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3932The next @var{count} times the breakpoint is reached, your program's
3933execution does not stop; other than to decrement the ignore count, @value{GDBN}
3934takes no action.
3935
3936To make the breakpoint stop the next time it is reached, specify
3937a count of zero.
3938
3939When you use @code{continue} to resume execution of your program from a
3940breakpoint, you can specify an ignore count directly as an argument to
3941@code{continue}, rather than using @code{ignore}. @xref{Continuing and
79a6e687 3942Stepping,,Continuing and Stepping}.
c906108c
SS
3943
3944If a breakpoint has a positive ignore count and a condition, the
3945condition is not checked. Once the ignore count reaches zero,
3946@value{GDBN} resumes checking the condition.
3947
3948You could achieve the effect of the ignore count with a condition such
3949as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3950is decremented each time. @xref{Convenience Vars, ,Convenience
79a6e687 3951Variables}.
c906108c
SS
3952@end table
3953
3954Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3955
3956
6d2ebf8b 3957@node Break Commands
79a6e687 3958@subsection Breakpoint Command Lists
c906108c
SS
3959
3960@cindex breakpoint commands
3961You can give any breakpoint (or watchpoint or catchpoint) a series of
3962commands to execute when your program stops due to that breakpoint. For
3963example, you might want to print the values of certain expressions, or
3964enable other breakpoints.
3965
3966@table @code
3967@kindex commands
ca91424e 3968@kindex end@r{ (breakpoint commands)}
c906108c
SS
3969@item commands @r{[}@var{bnum}@r{]}
3970@itemx @dots{} @var{command-list} @dots{}
3971@itemx end
3972Specify a list of commands for breakpoint number @var{bnum}. The commands
3973themselves appear on the following lines. Type a line containing just
3974@code{end} to terminate the commands.
3975
3976To remove all commands from a breakpoint, type @code{commands} and
3977follow it immediately with @code{end}; that is, give no commands.
3978
3979With no @var{bnum} argument, @code{commands} refers to the last
3980breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3981recently encountered).
3982@end table
3983
3984Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3985disabled within a @var{command-list}.
3986
3987You can use breakpoint commands to start your program up again. Simply
3988use the @code{continue} command, or @code{step}, or any other command
3989that resumes execution.
3990
3991Any other commands in the command list, after a command that resumes
3992execution, are ignored. This is because any time you resume execution
3993(even with a simple @code{next} or @code{step}), you may encounter
3994another breakpoint---which could have its own command list, leading to
3995ambiguities about which list to execute.
3996
3997@kindex silent
3998If the first command you specify in a command list is @code{silent}, the
3999usual message about stopping at a breakpoint is not printed. This may
4000be desirable for breakpoints that are to print a specific message and
4001then continue. If none of the remaining commands print anything, you
4002see no sign that the breakpoint was reached. @code{silent} is
4003meaningful only at the beginning of a breakpoint command list.
4004
4005The commands @code{echo}, @code{output}, and @code{printf} allow you to
4006print precisely controlled output, and are often useful in silent
79a6e687 4007breakpoints. @xref{Output, ,Commands for Controlled Output}.
c906108c
SS
4008
4009For example, here is how you could use breakpoint commands to print the
4010value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
4011
474c8240 4012@smallexample
c906108c
SS
4013break foo if x>0
4014commands
4015silent
4016printf "x is %d\n",x
4017cont
4018end
474c8240 4019@end smallexample
c906108c
SS
4020
4021One application for breakpoint commands is to compensate for one bug so
4022you can test for another. Put a breakpoint just after the erroneous line
4023of code, give it a condition to detect the case in which something
4024erroneous has been done, and give it commands to assign correct values
4025to any variables that need them. End with the @code{continue} command
4026so that your program does not stop, and start with the @code{silent}
4027command so that no output is produced. Here is an example:
4028
474c8240 4029@smallexample
c906108c
SS
4030break 403
4031commands
4032silent
4033set x = y + 4
4034cont
4035end
474c8240 4036@end smallexample
c906108c 4037
c906108c 4038@c @ifclear BARETARGET
6d2ebf8b 4039@node Error in Breakpoints
d4f3574e 4040@subsection ``Cannot insert breakpoints''
c906108c 4041
fa3a767f
PA
4042If you request too many active hardware-assisted breakpoints and
4043watchpoints, you will see this error message:
d4f3574e
SS
4044
4045@c FIXME: the precise wording of this message may change; the relevant
4046@c source change is not committed yet (Sep 3, 1999).
4047@smallexample
4048Stopped; cannot insert breakpoints.
4049You may have requested too many hardware breakpoints and watchpoints.
4050@end smallexample
4051
4052@noindent
4053This message is printed when you attempt to resume the program, since
4054only then @value{GDBN} knows exactly how many hardware breakpoints and
4055watchpoints it needs to insert.
4056
4057When this message is printed, you need to disable or remove some of the
4058hardware-assisted breakpoints and watchpoints, and then continue.
4059
79a6e687 4060@node Breakpoint-related Warnings
1485d690
KB
4061@subsection ``Breakpoint address adjusted...''
4062@cindex breakpoint address adjusted
4063
4064Some processor architectures place constraints on the addresses at
4065which breakpoints may be placed. For architectures thus constrained,
4066@value{GDBN} will attempt to adjust the breakpoint's address to comply
4067with the constraints dictated by the architecture.
4068
4069One example of such an architecture is the Fujitsu FR-V. The FR-V is
4070a VLIW architecture in which a number of RISC-like instructions may be
4071bundled together for parallel execution. The FR-V architecture
4072constrains the location of a breakpoint instruction within such a
4073bundle to the instruction with the lowest address. @value{GDBN}
4074honors this constraint by adjusting a breakpoint's address to the
4075first in the bundle.
4076
4077It is not uncommon for optimized code to have bundles which contain
4078instructions from different source statements, thus it may happen that
4079a breakpoint's address will be adjusted from one source statement to
4080another. Since this adjustment may significantly alter @value{GDBN}'s
4081breakpoint related behavior from what the user expects, a warning is
4082printed when the breakpoint is first set and also when the breakpoint
4083is hit.
4084
4085A warning like the one below is printed when setting a breakpoint
4086that's been subject to address adjustment:
4087
4088@smallexample
4089warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
4090@end smallexample
4091
4092Such warnings are printed both for user settable and @value{GDBN}'s
4093internal breakpoints. If you see one of these warnings, you should
4094verify that a breakpoint set at the adjusted address will have the
4095desired affect. If not, the breakpoint in question may be removed and
b383017d 4096other breakpoints may be set which will have the desired behavior.
1485d690
KB
4097E.g., it may be sufficient to place the breakpoint at a later
4098instruction. A conditional breakpoint may also be useful in some
4099cases to prevent the breakpoint from triggering too often.
4100
4101@value{GDBN} will also issue a warning when stopping at one of these
4102adjusted breakpoints:
4103
4104@smallexample
4105warning: Breakpoint 1 address previously adjusted from 0x00010414
4106to 0x00010410.
4107@end smallexample
4108
4109When this warning is encountered, it may be too late to take remedial
4110action except in cases where the breakpoint is hit earlier or more
4111frequently than expected.
d4f3574e 4112
6d2ebf8b 4113@node Continuing and Stepping
79a6e687 4114@section Continuing and Stepping
c906108c
SS
4115
4116@cindex stepping
4117@cindex continuing
4118@cindex resuming execution
4119@dfn{Continuing} means resuming program execution until your program
4120completes normally. In contrast, @dfn{stepping} means executing just
4121one more ``step'' of your program, where ``step'' may mean either one
4122line of source code, or one machine instruction (depending on what
7a292a7a
SS
4123particular command you use). Either when continuing or when stepping,
4124your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
4125it stops due to a signal, you may want to use @code{handle}, or use
4126@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
4127
4128@table @code
4129@kindex continue
41afff9a
EZ
4130@kindex c @r{(@code{continue})}
4131@kindex fg @r{(resume foreground execution)}
c906108c
SS
4132@item continue @r{[}@var{ignore-count}@r{]}
4133@itemx c @r{[}@var{ignore-count}@r{]}
4134@itemx fg @r{[}@var{ignore-count}@r{]}
4135Resume program execution, at the address where your program last stopped;
4136any breakpoints set at that address are bypassed. The optional argument
4137@var{ignore-count} allows you to specify a further number of times to
4138ignore a breakpoint at this location; its effect is like that of
79a6e687 4139@code{ignore} (@pxref{Conditions, ,Break Conditions}).
c906108c
SS
4140
4141The argument @var{ignore-count} is meaningful only when your program
4142stopped due to a breakpoint. At other times, the argument to
4143@code{continue} is ignored.
4144
d4f3574e
SS
4145The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
4146debugged program is deemed to be the foreground program) are provided
4147purely for convenience, and have exactly the same behavior as
4148@code{continue}.
c906108c
SS
4149@end table
4150
4151To resume execution at a different place, you can use @code{return}
79a6e687 4152(@pxref{Returning, ,Returning from a Function}) to go back to the
c906108c 4153calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
79a6e687 4154Different Address}) to go to an arbitrary location in your program.
c906108c
SS
4155
4156A typical technique for using stepping is to set a breakpoint
79a6e687 4157(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
c906108c
SS
4158beginning of the function or the section of your program where a problem
4159is believed to lie, run your program until it stops at that breakpoint,
4160and then step through the suspect area, examining the variables that are
4161interesting, until you see the problem happen.
4162
4163@table @code
4164@kindex step
41afff9a 4165@kindex s @r{(@code{step})}
c906108c
SS
4166@item step
4167Continue running your program until control reaches a different source
4168line, then stop it and return control to @value{GDBN}. This command is
4169abbreviated @code{s}.
4170
4171@quotation
4172@c "without debugging information" is imprecise; actually "without line
4173@c numbers in the debugging information". (gcc -g1 has debugging info but
4174@c not line numbers). But it seems complex to try to make that
4175@c distinction here.
4176@emph{Warning:} If you use the @code{step} command while control is
4177within a function that was compiled without debugging information,
4178execution proceeds until control reaches a function that does have
4179debugging information. Likewise, it will not step into a function which
4180is compiled without debugging information. To step through functions
4181without debugging information, use the @code{stepi} command, described
4182below.
4183@end quotation
4184
4a92d011
EZ
4185The @code{step} command only stops at the first instruction of a source
4186line. This prevents the multiple stops that could otherwise occur in
4187@code{switch} statements, @code{for} loops, etc. @code{step} continues
4188to stop if a function that has debugging information is called within
4189the line. In other words, @code{step} @emph{steps inside} any functions
4190called within the line.
c906108c 4191
d4f3574e
SS
4192Also, the @code{step} command only enters a function if there is line
4193number information for the function. Otherwise it acts like the
5d161b24 4194@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 4195on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 4196was any debugging information about the routine.
c906108c
SS
4197
4198@item step @var{count}
4199Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
4200breakpoint is reached, or a signal not related to stepping occurs before
4201@var{count} steps, stepping stops right away.
c906108c
SS
4202
4203@kindex next
41afff9a 4204@kindex n @r{(@code{next})}
c906108c
SS
4205@item next @r{[}@var{count}@r{]}
4206Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
4207This is similar to @code{step}, but function calls that appear within
4208the line of code are executed without stopping. Execution stops when
4209control reaches a different line of code at the original stack level
4210that was executing when you gave the @code{next} command. This command
4211is abbreviated @code{n}.
c906108c
SS
4212
4213An argument @var{count} is a repeat count, as for @code{step}.
4214
4215
4216@c FIX ME!! Do we delete this, or is there a way it fits in with
4217@c the following paragraph? --- Vctoria
4218@c
4219@c @code{next} within a function that lacks debugging information acts like
4220@c @code{step}, but any function calls appearing within the code of the
4221@c function are executed without stopping.
4222
d4f3574e
SS
4223The @code{next} command only stops at the first instruction of a
4224source line. This prevents multiple stops that could otherwise occur in
4a92d011 4225@code{switch} statements, @code{for} loops, etc.
c906108c 4226
b90a5f51
CF
4227@kindex set step-mode
4228@item set step-mode
4229@cindex functions without line info, and stepping
4230@cindex stepping into functions with no line info
4231@itemx set step-mode on
4a92d011 4232The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
4233stop at the first instruction of a function which contains no debug line
4234information rather than stepping over it.
4235
4a92d011
EZ
4236This is useful in cases where you may be interested in inspecting the
4237machine instructions of a function which has no symbolic info and do not
4238want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
4239
4240@item set step-mode off
4a92d011 4241Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
4242debug information. This is the default.
4243
9c16f35a
EZ
4244@item show step-mode
4245Show whether @value{GDBN} will stop in or step over functions without
4246source line debug information.
4247
c906108c 4248@kindex finish
8dfa32fc 4249@kindex fin @r{(@code{finish})}
c906108c
SS
4250@item finish
4251Continue running until just after function in the selected stack frame
8dfa32fc
JB
4252returns. Print the returned value (if any). This command can be
4253abbreviated as @code{fin}.
c906108c
SS
4254
4255Contrast this with the @code{return} command (@pxref{Returning,
79a6e687 4256,Returning from a Function}).
c906108c
SS
4257
4258@kindex until
41afff9a 4259@kindex u @r{(@code{until})}
09d4efe1 4260@cindex run until specified location
c906108c
SS
4261@item until
4262@itemx u
4263Continue running until a source line past the current line, in the
4264current stack frame, is reached. This command is used to avoid single
4265stepping through a loop more than once. It is like the @code{next}
4266command, except that when @code{until} encounters a jump, it
4267automatically continues execution until the program counter is greater
4268than the address of the jump.
4269
4270This means that when you reach the end of a loop after single stepping
4271though it, @code{until} makes your program continue execution until it
4272exits the loop. In contrast, a @code{next} command at the end of a loop
4273simply steps back to the beginning of the loop, which forces you to step
4274through the next iteration.
4275
4276@code{until} always stops your program if it attempts to exit the current
4277stack frame.
4278
4279@code{until} may produce somewhat counterintuitive results if the order
4280of machine code does not match the order of the source lines. For
4281example, in the following excerpt from a debugging session, the @code{f}
4282(@code{frame}) command shows that execution is stopped at line
4283@code{206}; yet when we use @code{until}, we get to line @code{195}:
4284
474c8240 4285@smallexample
c906108c
SS
4286(@value{GDBP}) f
4287#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
4288206 expand_input();
4289(@value{GDBP}) until
4290195 for ( ; argc > 0; NEXTARG) @{
474c8240 4291@end smallexample
c906108c
SS
4292
4293This happened because, for execution efficiency, the compiler had
4294generated code for the loop closure test at the end, rather than the
4295start, of the loop---even though the test in a C @code{for}-loop is
4296written before the body of the loop. The @code{until} command appeared
4297to step back to the beginning of the loop when it advanced to this
4298expression; however, it has not really gone to an earlier
4299statement---not in terms of the actual machine code.
4300
4301@code{until} with no argument works by means of single
4302instruction stepping, and hence is slower than @code{until} with an
4303argument.
4304
4305@item until @var{location}
4306@itemx u @var{location}
4307Continue running your program until either the specified location is
4308reached, or the current stack frame returns. @var{location} is any of
2a25a5ba
EZ
4309the forms described in @ref{Specify Location}.
4310This form of the command uses temporary breakpoints, and
c60eb6f1
EZ
4311hence is quicker than @code{until} without an argument. The specified
4312location is actually reached only if it is in the current frame. This
4313implies that @code{until} can be used to skip over recursive function
4314invocations. For instance in the code below, if the current location is
4315line @code{96}, issuing @code{until 99} will execute the program up to
db2e3e2e 4316line @code{99} in the same invocation of factorial, i.e., after the inner
c60eb6f1
EZ
4317invocations have returned.
4318
4319@smallexample
432094 int factorial (int value)
432195 @{
432296 if (value > 1) @{
432397 value *= factorial (value - 1);
432498 @}
432599 return (value);
4326100 @}
4327@end smallexample
4328
4329
4330@kindex advance @var{location}
4331@itemx advance @var{location}
09d4efe1 4332Continue running the program up to the given @var{location}. An argument is
2a25a5ba
EZ
4333required, which should be of one of the forms described in
4334@ref{Specify Location}.
4335Execution will also stop upon exit from the current stack
c60eb6f1
EZ
4336frame. This command is similar to @code{until}, but @code{advance} will
4337not skip over recursive function calls, and the target location doesn't
4338have to be in the same frame as the current one.
4339
c906108c
SS
4340
4341@kindex stepi
41afff9a 4342@kindex si @r{(@code{stepi})}
c906108c 4343@item stepi
96a2c332 4344@itemx stepi @var{arg}
c906108c
SS
4345@itemx si
4346Execute one machine instruction, then stop and return to the debugger.
4347
4348It is often useful to do @samp{display/i $pc} when stepping by machine
4349instructions. This makes @value{GDBN} automatically display the next
4350instruction to be executed, each time your program stops. @xref{Auto
79a6e687 4351Display,, Automatic Display}.
c906108c
SS
4352
4353An argument is a repeat count, as in @code{step}.
4354
4355@need 750
4356@kindex nexti
41afff9a 4357@kindex ni @r{(@code{nexti})}
c906108c 4358@item nexti
96a2c332 4359@itemx nexti @var{arg}
c906108c
SS
4360@itemx ni
4361Execute one machine instruction, but if it is a function call,
4362proceed until the function returns.
4363
4364An argument is a repeat count, as in @code{next}.
4365@end table
4366
6d2ebf8b 4367@node Signals
c906108c
SS
4368@section Signals
4369@cindex signals
4370
4371A signal is an asynchronous event that can happen in a program. The
4372operating system defines the possible kinds of signals, and gives each
4373kind a name and a number. For example, in Unix @code{SIGINT} is the
c8aa23ab 4374signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
c906108c
SS
4375@code{SIGSEGV} is the signal a program gets from referencing a place in
4376memory far away from all the areas in use; @code{SIGALRM} occurs when
4377the alarm clock timer goes off (which happens only if your program has
4378requested an alarm).
4379
4380@cindex fatal signals
4381Some signals, including @code{SIGALRM}, are a normal part of the
4382functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 4383errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
4384program has not specified in advance some other way to handle the signal.
4385@code{SIGINT} does not indicate an error in your program, but it is normally
4386fatal so it can carry out the purpose of the interrupt: to kill the program.
4387
4388@value{GDBN} has the ability to detect any occurrence of a signal in your
4389program. You can tell @value{GDBN} in advance what to do for each kind of
4390signal.
4391
4392@cindex handling signals
24f93129
EZ
4393Normally, @value{GDBN} is set up to let the non-erroneous signals like
4394@code{SIGALRM} be silently passed to your program
4395(so as not to interfere with their role in the program's functioning)
c906108c
SS
4396but to stop your program immediately whenever an error signal happens.
4397You can change these settings with the @code{handle} command.
4398
4399@table @code
4400@kindex info signals
09d4efe1 4401@kindex info handle
c906108c 4402@item info signals
96a2c332 4403@itemx info handle
c906108c
SS
4404Print a table of all the kinds of signals and how @value{GDBN} has been told to
4405handle each one. You can use this to see the signal numbers of all
4406the defined types of signals.
4407
45ac1734
EZ
4408@item info signals @var{sig}
4409Similar, but print information only about the specified signal number.
4410
d4f3574e 4411@code{info handle} is an alias for @code{info signals}.
c906108c
SS
4412
4413@kindex handle
45ac1734 4414@item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
5ece1a18
EZ
4415Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
4416can be the number of a signal or its name (with or without the
24f93129 4417@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18 4418@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
45ac1734
EZ
4419known signals. Optional arguments @var{keywords}, described below,
4420say what change to make.
c906108c
SS
4421@end table
4422
4423@c @group
4424The keywords allowed by the @code{handle} command can be abbreviated.
4425Their full names are:
4426
4427@table @code
4428@item nostop
4429@value{GDBN} should not stop your program when this signal happens. It may
4430still print a message telling you that the signal has come in.
4431
4432@item stop
4433@value{GDBN} should stop your program when this signal happens. This implies
4434the @code{print} keyword as well.
4435
4436@item print
4437@value{GDBN} should print a message when this signal happens.
4438
4439@item noprint
4440@value{GDBN} should not mention the occurrence of the signal at all. This
4441implies the @code{nostop} keyword as well.
4442
4443@item pass
5ece1a18 4444@itemx noignore
c906108c
SS
4445@value{GDBN} should allow your program to see this signal; your program
4446can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 4447and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
4448
4449@item nopass
5ece1a18 4450@itemx ignore
c906108c 4451@value{GDBN} should not allow your program to see this signal.
5ece1a18 4452@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
4453@end table
4454@c @end group
4455
d4f3574e
SS
4456When a signal stops your program, the signal is not visible to the
4457program until you
c906108c
SS
4458continue. Your program sees the signal then, if @code{pass} is in
4459effect for the signal in question @emph{at that time}. In other words,
4460after @value{GDBN} reports a signal, you can use the @code{handle}
4461command with @code{pass} or @code{nopass} to control whether your
4462program sees that signal when you continue.
4463
24f93129
EZ
4464The default is set to @code{nostop}, @code{noprint}, @code{pass} for
4465non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
4466@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
4467erroneous signals.
4468
c906108c
SS
4469You can also use the @code{signal} command to prevent your program from
4470seeing a signal, or cause it to see a signal it normally would not see,
4471or to give it any signal at any time. For example, if your program stopped
4472due to some sort of memory reference error, you might store correct
4473values into the erroneous variables and continue, hoping to see more
4474execution; but your program would probably terminate immediately as
4475a result of the fatal signal once it saw the signal. To prevent this,
4476you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
79a6e687 4477Program a Signal}.
c906108c 4478
4aa995e1
PA
4479@cindex extra signal information
4480@anchor{extra signal information}
4481
4482On some targets, @value{GDBN} can inspect extra signal information
4483associated with the intercepted signal, before it is actually
4484delivered to the program being debugged. This information is exported
4485by the convenience variable @code{$_siginfo}, and consists of data
4486that is passed by the kernel to the signal handler at the time of the
4487receipt of a signal. The data type of the information itself is
4488target dependent. You can see the data type using the @code{ptype
4489$_siginfo} command. On Unix systems, it typically corresponds to the
4490standard @code{siginfo_t} type, as defined in the @file{signal.h}
4491system header.
4492
4493Here's an example, on a @sc{gnu}/Linux system, printing the stray
4494referenced address that raised a segmentation fault.
4495
4496@smallexample
4497@group
4498(@value{GDBP}) continue
4499Program received signal SIGSEGV, Segmentation fault.
45000x0000000000400766 in main ()
450169 *(int *)p = 0;
4502(@value{GDBP}) ptype $_siginfo
4503type = struct @{
4504 int si_signo;
4505 int si_errno;
4506 int si_code;
4507 union @{
4508 int _pad[28];
4509 struct @{...@} _kill;
4510 struct @{...@} _timer;
4511 struct @{...@} _rt;
4512 struct @{...@} _sigchld;
4513 struct @{...@} _sigfault;
4514 struct @{...@} _sigpoll;
4515 @} _sifields;
4516@}
4517(@value{GDBP}) ptype $_siginfo._sifields._sigfault
4518type = struct @{
4519 void *si_addr;
4520@}
4521(@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
4522$1 = (void *) 0x7ffff7ff7000
4523@end group
4524@end smallexample
4525
4526Depending on target support, @code{$_siginfo} may also be writable.
4527
6d2ebf8b 4528@node Thread Stops
79a6e687 4529@section Stopping and Starting Multi-thread Programs
c906108c 4530
0606b73b
SL
4531@cindex stopped threads
4532@cindex threads, stopped
4533
4534@cindex continuing threads
4535@cindex threads, continuing
4536
4537@value{GDBN} supports debugging programs with multiple threads
4538(@pxref{Threads,, Debugging Programs with Multiple Threads}). There
4539are two modes of controlling execution of your program within the
4540debugger. In the default mode, referred to as @dfn{all-stop mode},
4541when any thread in your program stops (for example, at a breakpoint
4542or while being stepped), all other threads in the program are also stopped by
4543@value{GDBN}. On some targets, @value{GDBN} also supports
4544@dfn{non-stop mode}, in which other threads can continue to run freely while
4545you examine the stopped thread in the debugger.
4546
4547@menu
4548* All-Stop Mode:: All threads stop when GDB takes control
4549* Non-Stop Mode:: Other threads continue to execute
4550* Background Execution:: Running your program asynchronously
4551* Thread-Specific Breakpoints:: Controlling breakpoints
4552* Interrupted System Calls:: GDB may interfere with system calls
4553@end menu
4554
4555@node All-Stop Mode
4556@subsection All-Stop Mode
4557
4558@cindex all-stop mode
4559
4560In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
4561@emph{all} threads of execution stop, not just the current thread. This
4562allows you to examine the overall state of the program, including
4563switching between threads, without worrying that things may change
4564underfoot.
4565
4566Conversely, whenever you restart the program, @emph{all} threads start
4567executing. @emph{This is true even when single-stepping} with commands
4568like @code{step} or @code{next}.
4569
4570In particular, @value{GDBN} cannot single-step all threads in lockstep.
4571Since thread scheduling is up to your debugging target's operating
4572system (not controlled by @value{GDBN}), other threads may
4573execute more than one statement while the current thread completes a
4574single step. Moreover, in general other threads stop in the middle of a
4575statement, rather than at a clean statement boundary, when the program
4576stops.
4577
4578You might even find your program stopped in another thread after
4579continuing or even single-stepping. This happens whenever some other
4580thread runs into a breakpoint, a signal, or an exception before the
4581first thread completes whatever you requested.
4582
4583@cindex automatic thread selection
4584@cindex switching threads automatically
4585@cindex threads, automatic switching
4586Whenever @value{GDBN} stops your program, due to a breakpoint or a
4587signal, it automatically selects the thread where that breakpoint or
4588signal happened. @value{GDBN} alerts you to the context switch with a
4589message such as @samp{[Switching to Thread @var{n}]} to identify the
4590thread.
4591
4592On some OSes, you can modify @value{GDBN}'s default behavior by
4593locking the OS scheduler to allow only a single thread to run.
4594
4595@table @code
4596@item set scheduler-locking @var{mode}
4597@cindex scheduler locking mode
4598@cindex lock scheduler
4599Set the scheduler locking mode. If it is @code{off}, then there is no
4600locking and any thread may run at any time. If @code{on}, then only the
4601current thread may run when the inferior is resumed. The @code{step}
4602mode optimizes for single-stepping; it prevents other threads
4603from preempting the current thread while you are stepping, so that
4604the focus of debugging does not change unexpectedly.
4605Other threads only rarely (or never) get a chance to run
4606when you step. They are more likely to run when you @samp{next} over a
4607function call, and they are completely free to run when you use commands
4608like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
4609thread hits a breakpoint during its timeslice, @value{GDBN} does not change
4610the current thread away from the thread that you are debugging.
4611
4612@item show scheduler-locking
4613Display the current scheduler locking mode.
4614@end table
4615
4616@node Non-Stop Mode
4617@subsection Non-Stop Mode
4618
4619@cindex non-stop mode
4620
4621@c This section is really only a place-holder, and needs to be expanded
4622@c with more details.
4623
4624For some multi-threaded targets, @value{GDBN} supports an optional
4625mode of operation in which you can examine stopped program threads in
4626the debugger while other threads continue to execute freely. This
4627minimizes intrusion when debugging live systems, such as programs
4628where some threads have real-time constraints or must continue to
4629respond to external events. This is referred to as @dfn{non-stop} mode.
4630
4631In non-stop mode, when a thread stops to report a debugging event,
4632@emph{only} that thread is stopped; @value{GDBN} does not stop other
4633threads as well, in contrast to the all-stop mode behavior. Additionally,
4634execution commands such as @code{continue} and @code{step} apply by default
4635only to the current thread in non-stop mode, rather than all threads as
4636in all-stop mode. This allows you to control threads explicitly in
4637ways that are not possible in all-stop mode --- for example, stepping
4638one thread while allowing others to run freely, stepping
4639one thread while holding all others stopped, or stepping several threads
4640independently and simultaneously.
4641
4642To enter non-stop mode, use this sequence of commands before you run
4643or attach to your program:
4644
0606b73b
SL
4645@smallexample
4646# Enable the async interface.
c6ebd6cf 4647set target-async 1
0606b73b 4648
0606b73b
SL
4649# If using the CLI, pagination breaks non-stop.
4650set pagination off
4651
4652# Finally, turn it on!
4653set non-stop on
4654@end smallexample
4655
4656You can use these commands to manipulate the non-stop mode setting:
4657
4658@table @code
4659@kindex set non-stop
4660@item set non-stop on
4661Enable selection of non-stop mode.
4662@item set non-stop off
4663Disable selection of non-stop mode.
4664@kindex show non-stop
4665@item show non-stop
4666Show the current non-stop enablement setting.
4667@end table
4668
4669Note these commands only reflect whether non-stop mode is enabled,
4670not whether the currently-executing program is being run in non-stop mode.
4671In particular, the @code{set non-stop} preference is only consulted when
4672@value{GDBN} starts or connects to the target program, and it is generally
4673not possible to switch modes once debugging has started. Furthermore,
4674since not all targets support non-stop mode, even when you have enabled
4675non-stop mode, @value{GDBN} may still fall back to all-stop operation by
4676default.
4677
4678In non-stop mode, all execution commands apply only to the current thread
4679by default. That is, @code{continue} only continues one thread.
4680To continue all threads, issue @code{continue -a} or @code{c -a}.
4681
4682You can use @value{GDBN}'s background execution commands
4683(@pxref{Background Execution}) to run some threads in the background
4684while you continue to examine or step others from @value{GDBN}.
4685The MI execution commands (@pxref{GDB/MI Program Execution}) are
4686always executed asynchronously in non-stop mode.
4687
4688Suspending execution is done with the @code{interrupt} command when
4689running in the background, or @kbd{Ctrl-c} during foreground execution.
4690In all-stop mode, this stops the whole process;
4691but in non-stop mode the interrupt applies only to the current thread.
4692To stop the whole program, use @code{interrupt -a}.
4693
4694Other execution commands do not currently support the @code{-a} option.
4695
4696In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
4697that thread current, as it does in all-stop mode. This is because the
4698thread stop notifications are asynchronous with respect to @value{GDBN}'s
4699command interpreter, and it would be confusing if @value{GDBN} unexpectedly
4700changed to a different thread just as you entered a command to operate on the
4701previously current thread.
4702
4703@node Background Execution
4704@subsection Background Execution
4705
4706@cindex foreground execution
4707@cindex background execution
4708@cindex asynchronous execution
4709@cindex execution, foreground, background and asynchronous
4710
4711@value{GDBN}'s execution commands have two variants: the normal
4712foreground (synchronous) behavior, and a background
4713(asynchronous) behavior. In foreground execution, @value{GDBN} waits for
4714the program to report that some thread has stopped before prompting for
4715another command. In background execution, @value{GDBN} immediately gives
4716a command prompt so that you can issue other commands while your program runs.
4717
32fc0df9
PA
4718You need to explicitly enable asynchronous mode before you can use
4719background execution commands. You can use these commands to
4720manipulate the asynchronous mode setting:
4721
4722@table @code
4723@kindex set target-async
4724@item set target-async on
4725Enable asynchronous mode.
4726@item set target-async off
4727Disable asynchronous mode.
4728@kindex show target-async
4729@item show target-async
4730Show the current target-async setting.
4731@end table
4732
4733If the target doesn't support async mode, @value{GDBN} issues an error
4734message if you attempt to use the background execution commands.
4735
0606b73b
SL
4736To specify background execution, add a @code{&} to the command. For example,
4737the background form of the @code{continue} command is @code{continue&}, or
4738just @code{c&}. The execution commands that accept background execution
4739are:
4740
4741@table @code
4742@kindex run&
4743@item run
4744@xref{Starting, , Starting your Program}.
4745
4746@item attach
4747@kindex attach&
4748@xref{Attach, , Debugging an Already-running Process}.
4749
4750@item step
4751@kindex step&
4752@xref{Continuing and Stepping, step}.
4753
4754@item stepi
4755@kindex stepi&
4756@xref{Continuing and Stepping, stepi}.
4757
4758@item next
4759@kindex next&
4760@xref{Continuing and Stepping, next}.
4761
7ce58dd2
DE
4762@item nexti
4763@kindex nexti&
4764@xref{Continuing and Stepping, nexti}.
4765
0606b73b
SL
4766@item continue
4767@kindex continue&
4768@xref{Continuing and Stepping, continue}.
4769
4770@item finish
4771@kindex finish&
4772@xref{Continuing and Stepping, finish}.
4773
4774@item until
4775@kindex until&
4776@xref{Continuing and Stepping, until}.
4777
4778@end table
4779
4780Background execution is especially useful in conjunction with non-stop
4781mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
4782However, you can also use these commands in the normal all-stop mode with
4783the restriction that you cannot issue another execution command until the
4784previous one finishes. Examples of commands that are valid in all-stop
4785mode while the program is running include @code{help} and @code{info break}.
4786
4787You can interrupt your program while it is running in the background by
4788using the @code{interrupt} command.
4789
4790@table @code
4791@kindex interrupt
4792@item interrupt
4793@itemx interrupt -a
4794
4795Suspend execution of the running program. In all-stop mode,
4796@code{interrupt} stops the whole process, but in non-stop mode, it stops
4797only the current thread. To stop the whole program in non-stop mode,
4798use @code{interrupt -a}.
4799@end table
4800
0606b73b
SL
4801@node Thread-Specific Breakpoints
4802@subsection Thread-Specific Breakpoints
4803
c906108c 4804When your program has multiple threads (@pxref{Threads,, Debugging
79a6e687 4805Programs with Multiple Threads}), you can choose whether to set
c906108c
SS
4806breakpoints on all threads, or on a particular thread.
4807
4808@table @code
4809@cindex breakpoints and threads
4810@cindex thread breakpoints
4811@kindex break @dots{} thread @var{threadno}
4812@item break @var{linespec} thread @var{threadno}
4813@itemx break @var{linespec} thread @var{threadno} if @dots{}
4814@var{linespec} specifies source lines; there are several ways of
2a25a5ba
EZ
4815writing them (@pxref{Specify Location}), but the effect is always to
4816specify some source line.
c906108c
SS
4817
4818Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
4819to specify that you only want @value{GDBN} to stop the program when a
4820particular thread reaches this breakpoint. @var{threadno} is one of the
4821numeric thread identifiers assigned by @value{GDBN}, shown in the first
4822column of the @samp{info threads} display.
4823
4824If you do not specify @samp{thread @var{threadno}} when you set a
4825breakpoint, the breakpoint applies to @emph{all} threads of your
4826program.
4827
4828You can use the @code{thread} qualifier on conditional breakpoints as
4829well; in this case, place @samp{thread @var{threadno}} before the
4830breakpoint condition, like this:
4831
4832@smallexample
2df3850c 4833(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
4834@end smallexample
4835
4836@end table
4837
0606b73b
SL
4838@node Interrupted System Calls
4839@subsection Interrupted System Calls
c906108c 4840
36d86913
MC
4841@cindex thread breakpoints and system calls
4842@cindex system calls and thread breakpoints
4843@cindex premature return from system calls
0606b73b
SL
4844There is an unfortunate side effect when using @value{GDBN} to debug
4845multi-threaded programs. If one thread stops for a
36d86913
MC
4846breakpoint, or for some other reason, and another thread is blocked in a
4847system call, then the system call may return prematurely. This is a
4848consequence of the interaction between multiple threads and the signals
4849that @value{GDBN} uses to implement breakpoints and other events that
4850stop execution.
4851
4852To handle this problem, your program should check the return value of
4853each system call and react appropriately. This is good programming
4854style anyways.
4855
4856For example, do not write code like this:
4857
4858@smallexample
4859 sleep (10);
4860@end smallexample
4861
4862The call to @code{sleep} will return early if a different thread stops
4863at a breakpoint or for some other reason.
4864
4865Instead, write this:
4866
4867@smallexample
4868 int unslept = 10;
4869 while (unslept > 0)
4870 unslept = sleep (unslept);
4871@end smallexample
4872
4873A system call is allowed to return early, so the system is still
4874conforming to its specification. But @value{GDBN} does cause your
4875multi-threaded program to behave differently than it would without
4876@value{GDBN}.
4877
4878Also, @value{GDBN} uses internal breakpoints in the thread library to
4879monitor certain events such as thread creation and thread destruction.
4880When such an event happens, a system call in another thread may return
4881prematurely, even though your program does not appear to stop.
4882
c906108c 4883
bacec72f
MS
4884@node Reverse Execution
4885@chapter Running programs backward
4886@cindex reverse execution
4887@cindex running programs backward
4888
4889When you are debugging a program, it is not unusual to realize that
4890you have gone too far, and some event of interest has already happened.
4891If the target environment supports it, @value{GDBN} can allow you to
4892``rewind'' the program by running it backward.
4893
4894A target environment that supports reverse execution should be able
4895to ``undo'' the changes in machine state that have taken place as the
4896program was executing normally. Variables, registers etc.@: should
4897revert to their previous values. Obviously this requires a great
4898deal of sophistication on the part of the target environment; not
4899all target environments can support reverse execution.
4900
4901When a program is executed in reverse, the instructions that
4902have most recently been executed are ``un-executed'', in reverse
4903order. The program counter runs backward, following the previous
4904thread of execution in reverse. As each instruction is ``un-executed'',
4905the values of memory and/or registers that were changed by that
4906instruction are reverted to their previous states. After executing
4907a piece of source code in reverse, all side effects of that code
4908should be ``undone'', and all variables should be returned to their
4909prior values@footnote{
4910Note that some side effects are easier to undo than others. For instance,
4911memory and registers are relatively easy, but device I/O is hard. Some
4912targets may be able undo things like device I/O, and some may not.
4913
4914The contract between @value{GDBN} and the reverse executing target
4915requires only that the target do something reasonable when
4916@value{GDBN} tells it to execute backwards, and then report the
4917results back to @value{GDBN}. Whatever the target reports back to
4918@value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
4919assumes that the memory and registers that the target reports are in a
4920consistant state, but @value{GDBN} accepts whatever it is given.
4921}.
4922
4923If you are debugging in a target environment that supports
4924reverse execution, @value{GDBN} provides the following commands.
4925
4926@table @code
4927@kindex reverse-continue
4928@kindex rc @r{(@code{reverse-continue})}
4929@item reverse-continue @r{[}@var{ignore-count}@r{]}
4930@itemx rc @r{[}@var{ignore-count}@r{]}
4931Beginning at the point where your program last stopped, start executing
4932in reverse. Reverse execution will stop for breakpoints and synchronous
4933exceptions (signals), just like normal execution. Behavior of
4934asynchronous signals depends on the target environment.
4935
4936@kindex reverse-step
4937@kindex rs @r{(@code{step})}
4938@item reverse-step @r{[}@var{count}@r{]}
4939Run the program backward until control reaches the start of a
4940different source line; then stop it, and return control to @value{GDBN}.
4941
4942Like the @code{step} command, @code{reverse-step} will only stop
4943at the beginning of a source line. It ``un-executes'' the previously
4944executed source line. If the previous source line included calls to
4945debuggable functions, @code{reverse-step} will step (backward) into
4946the called function, stopping at the beginning of the @emph{last}
4947statement in the called function (typically a return statement).
4948
4949Also, as with the @code{step} command, if non-debuggable functions are
4950called, @code{reverse-step} will run thru them backward without stopping.
4951
4952@kindex reverse-stepi
4953@kindex rsi @r{(@code{reverse-stepi})}
4954@item reverse-stepi @r{[}@var{count}@r{]}
4955Reverse-execute one machine instruction. Note that the instruction
4956to be reverse-executed is @emph{not} the one pointed to by the program
4957counter, but the instruction executed prior to that one. For instance,
4958if the last instruction was a jump, @code{reverse-stepi} will take you
4959back from the destination of the jump to the jump instruction itself.
4960
4961@kindex reverse-next
4962@kindex rn @r{(@code{reverse-next})}
4963@item reverse-next @r{[}@var{count}@r{]}
4964Run backward to the beginning of the previous line executed in
4965the current (innermost) stack frame. If the line contains function
4966calls, they will be ``un-executed'' without stopping. Starting from
4967the first line of a function, @code{reverse-next} will take you back
4968to the caller of that function, @emph{before} the function was called,
4969just as the normal @code{next} command would take you from the last
4970line of a function back to its return to its caller
4971@footnote{Unles the code is too heavily optimized.}.
4972
4973@kindex reverse-nexti
4974@kindex rni @r{(@code{reverse-nexti})}
4975@item reverse-nexti @r{[}@var{count}@r{]}
4976Like @code{nexti}, @code{reverse-nexti} executes a single instruction
4977in reverse, except that called functions are ``un-executed'' atomically.
4978That is, if the previously executed instruction was a return from
4979another instruction, @code{reverse-nexti} will continue to execute
4980in reverse until the call to that function (from the current stack
4981frame) is reached.
4982
4983@kindex reverse-finish
4984@item reverse-finish
4985Just as the @code{finish} command takes you to the point where the
4986current function returns, @code{reverse-finish} takes you to the point
4987where it was called. Instead of ending up at the end of the current
4988function invocation, you end up at the beginning.
4989
4990@kindex set exec-direction
4991@item set exec-direction
4992Set the direction of target execution.
4993@itemx set exec-direction reverse
4994@cindex execute forward or backward in time
4995@value{GDBN} will perform all execution commands in reverse, until the
4996exec-direction mode is changed to ``forward''. Affected commands include
4997@code{step, stepi, next, nexti, continue, and finish}. The @code{return}
4998command cannot be used in reverse mode.
4999@item set exec-direction forward
5000@value{GDBN} will perform all execution commands in the normal fashion.
5001This is the default.
5002@end table
5003
c906108c 5004
6d2ebf8b 5005@node Stack
c906108c
SS
5006@chapter Examining the Stack
5007
5008When your program has stopped, the first thing you need to know is where it
5009stopped and how it got there.
5010
5011@cindex call stack
5d161b24
DB
5012Each time your program performs a function call, information about the call
5013is generated.
5014That information includes the location of the call in your program,
5015the arguments of the call,
c906108c 5016and the local variables of the function being called.
5d161b24 5017The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
5018The stack frames are allocated in a region of memory called the @dfn{call
5019stack}.
5020
5021When your program stops, the @value{GDBN} commands for examining the
5022stack allow you to see all of this information.
5023
5024@cindex selected frame
5025One of the stack frames is @dfn{selected} by @value{GDBN} and many
5026@value{GDBN} commands refer implicitly to the selected frame. In
5027particular, whenever you ask @value{GDBN} for the value of a variable in
5028your program, the value is found in the selected frame. There are
5029special @value{GDBN} commands to select whichever frame you are
79a6e687 5030interested in. @xref{Selection, ,Selecting a Frame}.
c906108c
SS
5031
5032When your program stops, @value{GDBN} automatically selects the
5d161b24 5033currently executing frame and describes it briefly, similar to the
79a6e687 5034@code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
c906108c
SS
5035
5036@menu
5037* Frames:: Stack frames
5038* Backtrace:: Backtraces
5039* Selection:: Selecting a frame
5040* Frame Info:: Information on a frame
c906108c
SS
5041
5042@end menu
5043
6d2ebf8b 5044@node Frames
79a6e687 5045@section Stack Frames
c906108c 5046
d4f3574e 5047@cindex frame, definition
c906108c
SS
5048@cindex stack frame
5049The call stack is divided up into contiguous pieces called @dfn{stack
5050frames}, or @dfn{frames} for short; each frame is the data associated
5051with one call to one function. The frame contains the arguments given
5052to the function, the function's local variables, and the address at
5053which the function is executing.
5054
5055@cindex initial frame
5056@cindex outermost frame
5057@cindex innermost frame
5058When your program is started, the stack has only one frame, that of the
5059function @code{main}. This is called the @dfn{initial} frame or the
5060@dfn{outermost} frame. Each time a function is called, a new frame is
5061made. Each time a function returns, the frame for that function invocation
5062is eliminated. If a function is recursive, there can be many frames for
5063the same function. The frame for the function in which execution is
5064actually occurring is called the @dfn{innermost} frame. This is the most
5065recently created of all the stack frames that still exist.
5066
5067@cindex frame pointer
5068Inside your program, stack frames are identified by their addresses. A
5069stack frame consists of many bytes, each of which has its own address; each
5070kind of computer has a convention for choosing one byte whose
5071address serves as the address of the frame. Usually this address is kept
e09f16f9
EZ
5072in a register called the @dfn{frame pointer register}
5073(@pxref{Registers, $fp}) while execution is going on in that frame.
c906108c
SS
5074
5075@cindex frame number
5076@value{GDBN} assigns numbers to all existing stack frames, starting with
5077zero for the innermost frame, one for the frame that called it,
5078and so on upward. These numbers do not really exist in your program;
5079they are assigned by @value{GDBN} to give you a way of designating stack
5080frames in @value{GDBN} commands.
5081
6d2ebf8b
SS
5082@c The -fomit-frame-pointer below perennially causes hbox overflow
5083@c underflow problems.
c906108c
SS
5084@cindex frameless execution
5085Some compilers provide a way to compile functions so that they operate
e22ea452 5086without stack frames. (For example, the @value{NGCC} option
474c8240 5087@smallexample
6d2ebf8b 5088@samp{-fomit-frame-pointer}
474c8240 5089@end smallexample
6d2ebf8b 5090generates functions without a frame.)
c906108c
SS
5091This is occasionally done with heavily used library functions to save
5092the frame setup time. @value{GDBN} has limited facilities for dealing
5093with these function invocations. If the innermost function invocation
5094has no stack frame, @value{GDBN} nevertheless regards it as though
5095it had a separate frame, which is numbered zero as usual, allowing
5096correct tracing of the function call chain. However, @value{GDBN} has
5097no provision for frameless functions elsewhere in the stack.
5098
5099@table @code
d4f3574e 5100@kindex frame@r{, command}
41afff9a 5101@cindex current stack frame
c906108c 5102@item frame @var{args}
5d161b24 5103The @code{frame} command allows you to move from one stack frame to another,
c906108c 5104and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
5105address of the frame or the stack frame number. Without an argument,
5106@code{frame} prints the current stack frame.
c906108c
SS
5107
5108@kindex select-frame
41afff9a 5109@cindex selecting frame silently
c906108c
SS
5110@item select-frame
5111The @code{select-frame} command allows you to move from one stack frame
5112to another without printing the frame. This is the silent version of
5113@code{frame}.
5114@end table
5115
6d2ebf8b 5116@node Backtrace
c906108c
SS
5117@section Backtraces
5118
09d4efe1
EZ
5119@cindex traceback
5120@cindex call stack traces
c906108c
SS
5121A backtrace is a summary of how your program got where it is. It shows one
5122line per frame, for many frames, starting with the currently executing
5123frame (frame zero), followed by its caller (frame one), and on up the
5124stack.
5125
5126@table @code
5127@kindex backtrace
41afff9a 5128@kindex bt @r{(@code{backtrace})}
c906108c
SS
5129@item backtrace
5130@itemx bt
5131Print a backtrace of the entire stack: one line per frame for all
5132frames in the stack.
5133
5134You can stop the backtrace at any time by typing the system interrupt
c8aa23ab 5135character, normally @kbd{Ctrl-c}.
c906108c
SS
5136
5137@item backtrace @var{n}
5138@itemx bt @var{n}
5139Similar, but print only the innermost @var{n} frames.
5140
5141@item backtrace -@var{n}
5142@itemx bt -@var{n}
5143Similar, but print only the outermost @var{n} frames.
0f061b69
NR
5144
5145@item backtrace full
0f061b69 5146@itemx bt full
dd74f6ae
NR
5147@itemx bt full @var{n}
5148@itemx bt full -@var{n}
e7109c7e 5149Print the values of the local variables also. @var{n} specifies the
286ba84d 5150number of frames to print, as described above.
c906108c
SS
5151@end table
5152
5153@kindex where
5154@kindex info stack
c906108c
SS
5155The names @code{where} and @code{info stack} (abbreviated @code{info s})
5156are additional aliases for @code{backtrace}.
5157
839c27b7
EZ
5158@cindex multiple threads, backtrace
5159In a multi-threaded program, @value{GDBN} by default shows the
5160backtrace only for the current thread. To display the backtrace for
5161several or all of the threads, use the command @code{thread apply}
5162(@pxref{Threads, thread apply}). For example, if you type @kbd{thread
5163apply all backtrace}, @value{GDBN} will display the backtrace for all
5164the threads; this is handy when you debug a core dump of a
5165multi-threaded program.
5166
c906108c
SS
5167Each line in the backtrace shows the frame number and the function name.
5168The program counter value is also shown---unless you use @code{set
5169print address off}. The backtrace also shows the source file name and
5170line number, as well as the arguments to the function. The program
5171counter value is omitted if it is at the beginning of the code for that
5172line number.
5173
5174Here is an example of a backtrace. It was made with the command
5175@samp{bt 3}, so it shows the innermost three frames.
5176
5177@smallexample
5178@group
5d161b24 5179#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c 5180 at builtin.c:993
4f5376b2 5181#1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
c906108c
SS
5182#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
5183 at macro.c:71
5184(More stack frames follow...)
5185@end group
5186@end smallexample
5187
5188@noindent
5189The display for frame zero does not begin with a program counter
5190value, indicating that your program has stopped at the beginning of the
5191code for line @code{993} of @code{builtin.c}.
5192
4f5376b2
JB
5193@noindent
5194The value of parameter @code{data} in frame 1 has been replaced by
5195@code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
5196only if it is a scalar (integer, pointer, enumeration, etc). See command
5197@kbd{set print frame-arguments} in @ref{Print Settings} for more details
5198on how to configure the way function parameter values are printed.
5199
18999be5
EZ
5200@cindex value optimized out, in backtrace
5201@cindex function call arguments, optimized out
5202If your program was compiled with optimizations, some compilers will
5203optimize away arguments passed to functions if those arguments are
5204never used after the call. Such optimizations generate code that
5205passes arguments through registers, but doesn't store those arguments
5206in the stack frame. @value{GDBN} has no way of displaying such
5207arguments in stack frames other than the innermost one. Here's what
5208such a backtrace might look like:
5209
5210@smallexample
5211@group
5212#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
5213 at builtin.c:993
5214#1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
5215#2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
5216 at macro.c:71
5217(More stack frames follow...)
5218@end group
5219@end smallexample
5220
5221@noindent
5222The values of arguments that were not saved in their stack frames are
5223shown as @samp{<value optimized out>}.
5224
5225If you need to display the values of such optimized-out arguments,
5226either deduce that from other variables whose values depend on the one
5227you are interested in, or recompile without optimizations.
5228
a8f24a35
EZ
5229@cindex backtrace beyond @code{main} function
5230@cindex program entry point
5231@cindex startup code, and backtrace
25d29d70
AC
5232Most programs have a standard user entry point---a place where system
5233libraries and startup code transition into user code. For C this is
d416eeec
EZ
5234@code{main}@footnote{
5235Note that embedded programs (the so-called ``free-standing''
5236environment) are not required to have a @code{main} function as the
5237entry point. They could even have multiple entry points.}.
5238When @value{GDBN} finds the entry function in a backtrace
25d29d70
AC
5239it will terminate the backtrace, to avoid tracing into highly
5240system-specific (and generally uninteresting) code.
5241
5242If you need to examine the startup code, or limit the number of levels
5243in a backtrace, you can change this behavior:
95f90d25
DJ
5244
5245@table @code
25d29d70
AC
5246@item set backtrace past-main
5247@itemx set backtrace past-main on
4644b6e3 5248@kindex set backtrace
25d29d70
AC
5249Backtraces will continue past the user entry point.
5250
5251@item set backtrace past-main off
95f90d25
DJ
5252Backtraces will stop when they encounter the user entry point. This is the
5253default.
5254
25d29d70 5255@item show backtrace past-main
4644b6e3 5256@kindex show backtrace
25d29d70
AC
5257Display the current user entry point backtrace policy.
5258
2315ffec
RC
5259@item set backtrace past-entry
5260@itemx set backtrace past-entry on
a8f24a35 5261Backtraces will continue past the internal entry point of an application.
2315ffec
RC
5262This entry point is encoded by the linker when the application is built,
5263and is likely before the user entry point @code{main} (or equivalent) is called.
5264
5265@item set backtrace past-entry off
d3e8051b 5266Backtraces will stop when they encounter the internal entry point of an
2315ffec
RC
5267application. This is the default.
5268
5269@item show backtrace past-entry
5270Display the current internal entry point backtrace policy.
5271
25d29d70
AC
5272@item set backtrace limit @var{n}
5273@itemx set backtrace limit 0
5274@cindex backtrace limit
5275Limit the backtrace to @var{n} levels. A value of zero means
5276unlimited.
95f90d25 5277
25d29d70
AC
5278@item show backtrace limit
5279Display the current limit on backtrace levels.
95f90d25
DJ
5280@end table
5281
6d2ebf8b 5282@node Selection
79a6e687 5283@section Selecting a Frame
c906108c
SS
5284
5285Most commands for examining the stack and other data in your program work on
5286whichever stack frame is selected at the moment. Here are the commands for
5287selecting a stack frame; all of them finish by printing a brief description
5288of the stack frame just selected.
5289
5290@table @code
d4f3574e 5291@kindex frame@r{, selecting}
41afff9a 5292@kindex f @r{(@code{frame})}
c906108c
SS
5293@item frame @var{n}
5294@itemx f @var{n}
5295Select frame number @var{n}. Recall that frame zero is the innermost
5296(currently executing) frame, frame one is the frame that called the
5297innermost one, and so on. The highest-numbered frame is the one for
5298@code{main}.
5299
5300@item frame @var{addr}
5301@itemx f @var{addr}
5302Select the frame at address @var{addr}. This is useful mainly if the
5303chaining of stack frames has been damaged by a bug, making it
5304impossible for @value{GDBN} to assign numbers properly to all frames. In
5305addition, this can be useful when your program has multiple stacks and
5306switches between them.
5307
c906108c
SS
5308On the SPARC architecture, @code{frame} needs two addresses to
5309select an arbitrary frame: a frame pointer and a stack pointer.
5310
5311On the MIPS and Alpha architecture, it needs two addresses: a stack
5312pointer and a program counter.
5313
5314On the 29k architecture, it needs three addresses: a register stack
5315pointer, a program counter, and a memory stack pointer.
c906108c
SS
5316
5317@kindex up
5318@item up @var{n}
5319Move @var{n} frames up the stack. For positive numbers @var{n}, this
5320advances toward the outermost frame, to higher frame numbers, to frames
5321that have existed longer. @var{n} defaults to one.
5322
5323@kindex down
41afff9a 5324@kindex do @r{(@code{down})}
c906108c
SS
5325@item down @var{n}
5326Move @var{n} frames down the stack. For positive numbers @var{n}, this
5327advances toward the innermost frame, to lower frame numbers, to frames
5328that were created more recently. @var{n} defaults to one. You may
5329abbreviate @code{down} as @code{do}.
5330@end table
5331
5332All of these commands end by printing two lines of output describing the
5333frame. The first line shows the frame number, the function name, the
5334arguments, and the source file and line number of execution in that
5d161b24 5335frame. The second line shows the text of that source line.
c906108c
SS
5336
5337@need 1000
5338For example:
5339
5340@smallexample
5341@group
5342(@value{GDBP}) up
5343#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
5344 at env.c:10
534510 read_input_file (argv[i]);
5346@end group
5347@end smallexample
5348
5349After such a printout, the @code{list} command with no arguments
5350prints ten lines centered on the point of execution in the frame.
87885426
FN
5351You can also edit the program at the point of execution with your favorite
5352editing program by typing @code{edit}.
79a6e687 5353@xref{List, ,Printing Source Lines},
87885426 5354for details.
c906108c
SS
5355
5356@table @code
5357@kindex down-silently
5358@kindex up-silently
5359@item up-silently @var{n}
5360@itemx down-silently @var{n}
5361These two commands are variants of @code{up} and @code{down},
5362respectively; they differ in that they do their work silently, without
5363causing display of the new frame. They are intended primarily for use
5364in @value{GDBN} command scripts, where the output might be unnecessary and
5365distracting.
5366@end table
5367
6d2ebf8b 5368@node Frame Info
79a6e687 5369@section Information About a Frame
c906108c
SS
5370
5371There are several other commands to print information about the selected
5372stack frame.
5373
5374@table @code
5375@item frame
5376@itemx f
5377When used without any argument, this command does not change which
5378frame is selected, but prints a brief description of the currently
5379selected stack frame. It can be abbreviated @code{f}. With an
5380argument, this command is used to select a stack frame.
79a6e687 5381@xref{Selection, ,Selecting a Frame}.
c906108c
SS
5382
5383@kindex info frame
41afff9a 5384@kindex info f @r{(@code{info frame})}
c906108c
SS
5385@item info frame
5386@itemx info f
5387This command prints a verbose description of the selected stack frame,
5388including:
5389
5390@itemize @bullet
5d161b24
DB
5391@item
5392the address of the frame
c906108c
SS
5393@item
5394the address of the next frame down (called by this frame)
5395@item
5396the address of the next frame up (caller of this frame)
5397@item
5398the language in which the source code corresponding to this frame is written
5399@item
5400the address of the frame's arguments
5401@item
d4f3574e
SS
5402the address of the frame's local variables
5403@item
c906108c
SS
5404the program counter saved in it (the address of execution in the caller frame)
5405@item
5406which registers were saved in the frame
5407@end itemize
5408
5409@noindent The verbose description is useful when
5410something has gone wrong that has made the stack format fail to fit
5411the usual conventions.
5412
5413@item info frame @var{addr}
5414@itemx info f @var{addr}
5415Print a verbose description of the frame at address @var{addr}, without
5416selecting that frame. The selected frame remains unchanged by this
5417command. This requires the same kind of address (more than one for some
5418architectures) that you specify in the @code{frame} command.
79a6e687 5419@xref{Selection, ,Selecting a Frame}.
c906108c
SS
5420
5421@kindex info args
5422@item info args
5423Print the arguments of the selected frame, each on a separate line.
5424
5425@item info locals
5426@kindex info locals
5427Print the local variables of the selected frame, each on a separate
5428line. These are all variables (declared either static or automatic)
5429accessible at the point of execution of the selected frame.
5430
c906108c 5431@kindex info catch
d4f3574e
SS
5432@cindex catch exceptions, list active handlers
5433@cindex exception handlers, how to list
c906108c
SS
5434@item info catch
5435Print a list of all the exception handlers that are active in the
5436current stack frame at the current point of execution. To see other
5437exception handlers, visit the associated frame (using the @code{up},
5438@code{down}, or @code{frame} commands); then type @code{info catch}.
79a6e687 5439@xref{Set Catchpoints, , Setting Catchpoints}.
53a5351d 5440
c906108c
SS
5441@end table
5442
c906108c 5443
6d2ebf8b 5444@node Source
c906108c
SS
5445@chapter Examining Source Files
5446
5447@value{GDBN} can print parts of your program's source, since the debugging
5448information recorded in the program tells @value{GDBN} what source files were
5449used to build it. When your program stops, @value{GDBN} spontaneously prints
5450the line where it stopped. Likewise, when you select a stack frame
79a6e687 5451(@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
c906108c
SS
5452execution in that frame has stopped. You can print other portions of
5453source files by explicit command.
5454
7a292a7a 5455If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 5456prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 5457@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
5458
5459@menu
5460* List:: Printing source lines
2a25a5ba 5461* Specify Location:: How to specify code locations
87885426 5462* Edit:: Editing source files
c906108c 5463* Search:: Searching source files
c906108c
SS
5464* Source Path:: Specifying source directories
5465* Machine Code:: Source and machine code
5466@end menu
5467
6d2ebf8b 5468@node List
79a6e687 5469@section Printing Source Lines
c906108c
SS
5470
5471@kindex list
41afff9a 5472@kindex l @r{(@code{list})}
c906108c 5473To print lines from a source file, use the @code{list} command
5d161b24 5474(abbreviated @code{l}). By default, ten lines are printed.
2a25a5ba
EZ
5475There are several ways to specify what part of the file you want to
5476print; see @ref{Specify Location}, for the full list.
c906108c
SS
5477
5478Here are the forms of the @code{list} command most commonly used:
5479
5480@table @code
5481@item list @var{linenum}
5482Print lines centered around line number @var{linenum} in the
5483current source file.
5484
5485@item list @var{function}
5486Print lines centered around the beginning of function
5487@var{function}.
5488
5489@item list
5490Print more lines. If the last lines printed were printed with a
5491@code{list} command, this prints lines following the last lines
5492printed; however, if the last line printed was a solitary line printed
5493as part of displaying a stack frame (@pxref{Stack, ,Examining the
5494Stack}), this prints lines centered around that line.
5495
5496@item list -
5497Print lines just before the lines last printed.
5498@end table
5499
9c16f35a 5500@cindex @code{list}, how many lines to display
c906108c
SS
5501By default, @value{GDBN} prints ten source lines with any of these forms of
5502the @code{list} command. You can change this using @code{set listsize}:
5503
5504@table @code
5505@kindex set listsize
5506@item set listsize @var{count}
5507Make the @code{list} command display @var{count} source lines (unless
5508the @code{list} argument explicitly specifies some other number).
5509
5510@kindex show listsize
5511@item show listsize
5512Display the number of lines that @code{list} prints.
5513@end table
5514
5515Repeating a @code{list} command with @key{RET} discards the argument,
5516so it is equivalent to typing just @code{list}. This is more useful
5517than listing the same lines again. An exception is made for an
5518argument of @samp{-}; that argument is preserved in repetition so that
5519each repetition moves up in the source file.
5520
c906108c
SS
5521In general, the @code{list} command expects you to supply zero, one or two
5522@dfn{linespecs}. Linespecs specify source lines; there are several ways
2a25a5ba
EZ
5523of writing them (@pxref{Specify Location}), but the effect is always
5524to specify some source line.
5525
c906108c
SS
5526Here is a complete description of the possible arguments for @code{list}:
5527
5528@table @code
5529@item list @var{linespec}
5530Print lines centered around the line specified by @var{linespec}.
5531
5532@item list @var{first},@var{last}
5533Print lines from @var{first} to @var{last}. Both arguments are
2a25a5ba
EZ
5534linespecs. When a @code{list} command has two linespecs, and the
5535source file of the second linespec is omitted, this refers to
5536the same source file as the first linespec.
c906108c
SS
5537
5538@item list ,@var{last}
5539Print lines ending with @var{last}.
5540
5541@item list @var{first},
5542Print lines starting with @var{first}.
5543
5544@item list +
5545Print lines just after the lines last printed.
5546
5547@item list -
5548Print lines just before the lines last printed.
5549
5550@item list
5551As described in the preceding table.
5552@end table
5553
2a25a5ba
EZ
5554@node Specify Location
5555@section Specifying a Location
5556@cindex specifying location
5557@cindex linespec
c906108c 5558
2a25a5ba
EZ
5559Several @value{GDBN} commands accept arguments that specify a location
5560of your program's code. Since @value{GDBN} is a source-level
5561debugger, a location usually specifies some line in the source code;
5562for that reason, locations are also known as @dfn{linespecs}.
c906108c 5563
2a25a5ba
EZ
5564Here are all the different ways of specifying a code location that
5565@value{GDBN} understands:
c906108c 5566
2a25a5ba
EZ
5567@table @code
5568@item @var{linenum}
5569Specifies the line number @var{linenum} of the current source file.
c906108c 5570
2a25a5ba
EZ
5571@item -@var{offset}
5572@itemx +@var{offset}
5573Specifies the line @var{offset} lines before or after the @dfn{current
5574line}. For the @code{list} command, the current line is the last one
5575printed; for the breakpoint commands, this is the line at which
5576execution stopped in the currently selected @dfn{stack frame}
5577(@pxref{Frames, ,Frames}, for a description of stack frames.) When
5578used as the second of the two linespecs in a @code{list} command,
5579this specifies the line @var{offset} lines up or down from the first
5580linespec.
5581
5582@item @var{filename}:@var{linenum}
5583Specifies the line @var{linenum} in the source file @var{filename}.
c906108c
SS
5584
5585@item @var{function}
5586Specifies the line that begins the body of the function @var{function}.
2a25a5ba 5587For example, in C, this is the line with the open brace.
c906108c
SS
5588
5589@item @var{filename}:@var{function}
2a25a5ba
EZ
5590Specifies the line that begins the body of the function @var{function}
5591in the file @var{filename}. You only need the file name with a
5592function name to avoid ambiguity when there are identically named
5593functions in different source files.
c906108c
SS
5594
5595@item *@var{address}
2a25a5ba
EZ
5596Specifies the program address @var{address}. For line-oriented
5597commands, such as @code{list} and @code{edit}, this specifies a source
5598line that contains @var{address}. For @code{break} and other
5599breakpoint oriented commands, this can be used to set breakpoints in
5600parts of your program which do not have debugging information or
5601source files.
5602
5603Here @var{address} may be any expression valid in the current working
5604language (@pxref{Languages, working language}) that specifies a code
5fa54e5d
EZ
5605address. In addition, as a convenience, @value{GDBN} extends the
5606semantics of expressions used in locations to cover the situations
5607that frequently happen during debugging. Here are the various forms
5608of @var{address}:
2a25a5ba
EZ
5609
5610@table @code
5611@item @var{expression}
5612Any expression valid in the current working language.
5613
5614@item @var{funcaddr}
5615An address of a function or procedure derived from its name. In C,
5616C@t{++}, Java, Objective-C, Fortran, minimal, and assembly, this is
5617simply the function's name @var{function} (and actually a special case
5618of a valid expression). In Pascal and Modula-2, this is
5619@code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
5620(although the Pascal form also works).
5621
5622This form specifies the address of the function's first instruction,
5623before the stack frame and arguments have been set up.
5624
5625@item '@var{filename}'::@var{funcaddr}
5626Like @var{funcaddr} above, but also specifies the name of the source
5627file explicitly. This is useful if the name of the function does not
5628specify the function unambiguously, e.g., if there are several
5629functions with identical names in different source files.
c906108c
SS
5630@end table
5631
2a25a5ba
EZ
5632@end table
5633
5634
87885426 5635@node Edit
79a6e687 5636@section Editing Source Files
87885426
FN
5637@cindex editing source files
5638
5639@kindex edit
5640@kindex e @r{(@code{edit})}
5641To edit the lines in a source file, use the @code{edit} command.
5642The editing program of your choice
5643is invoked with the current line set to
5644the active line in the program.
5645Alternatively, there are several ways to specify what part of the file you
2a25a5ba 5646want to print if you want to see other parts of the program:
87885426
FN
5647
5648@table @code
2a25a5ba
EZ
5649@item edit @var{location}
5650Edit the source file specified by @code{location}. Editing starts at
5651that @var{location}, e.g., at the specified source line of the
5652specified file. @xref{Specify Location}, for all the possible forms
5653of the @var{location} argument; here are the forms of the @code{edit}
5654command most commonly used:
87885426 5655
2a25a5ba 5656@table @code
87885426
FN
5657@item edit @var{number}
5658Edit the current source file with @var{number} as the active line number.
5659
5660@item edit @var{function}
5661Edit the file containing @var{function} at the beginning of its definition.
2a25a5ba 5662@end table
87885426 5663
87885426
FN
5664@end table
5665
79a6e687 5666@subsection Choosing your Editor
87885426
FN
5667You can customize @value{GDBN} to use any editor you want
5668@footnote{
5669The only restriction is that your editor (say @code{ex}), recognizes the
5670following command-line syntax:
10998722 5671@smallexample
87885426 5672ex +@var{number} file
10998722 5673@end smallexample
15387254
EZ
5674The optional numeric value +@var{number} specifies the number of the line in
5675the file where to start editing.}.
5676By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
5677by setting the environment variable @code{EDITOR} before using
5678@value{GDBN}. For example, to configure @value{GDBN} to use the
5679@code{vi} editor, you could use these commands with the @code{sh} shell:
5680@smallexample
87885426
FN
5681EDITOR=/usr/bin/vi
5682export EDITOR
15387254 5683gdb @dots{}
10998722 5684@end smallexample
87885426 5685or in the @code{csh} shell,
10998722 5686@smallexample
87885426 5687setenv EDITOR /usr/bin/vi
15387254 5688gdb @dots{}
10998722 5689@end smallexample
87885426 5690
6d2ebf8b 5691@node Search
79a6e687 5692@section Searching Source Files
15387254 5693@cindex searching source files
c906108c
SS
5694
5695There are two commands for searching through the current source file for a
5696regular expression.
5697
5698@table @code
5699@kindex search
5700@kindex forward-search
5701@item forward-search @var{regexp}
5702@itemx search @var{regexp}
5703The command @samp{forward-search @var{regexp}} checks each line,
5704starting with the one following the last line listed, for a match for
5d161b24 5705@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
5706synonym @samp{search @var{regexp}} or abbreviate the command name as
5707@code{fo}.
5708
09d4efe1 5709@kindex reverse-search
c906108c
SS
5710@item reverse-search @var{regexp}
5711The command @samp{reverse-search @var{regexp}} checks each line, starting
5712with the one before the last line listed and going backward, for a match
5713for @var{regexp}. It lists the line that is found. You can abbreviate
5714this command as @code{rev}.
5715@end table
c906108c 5716
6d2ebf8b 5717@node Source Path
79a6e687 5718@section Specifying Source Directories
c906108c
SS
5719
5720@cindex source path
5721@cindex directories for source files
5722Executable programs sometimes do not record the directories of the source
5723files from which they were compiled, just the names. Even when they do,
5724the directories could be moved between the compilation and your debugging
5725session. @value{GDBN} has a list of directories to search for source files;
5726this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
5727it tries all the directories in the list, in the order they are present
0b66e38c
EZ
5728in the list, until it finds a file with the desired name.
5729
5730For example, suppose an executable references the file
5731@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
5732@file{/mnt/cross}. The file is first looked up literally; if this
5733fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
5734fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
5735message is printed. @value{GDBN} does not look up the parts of the
5736source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
5737Likewise, the subdirectories of the source path are not searched: if
5738the source path is @file{/mnt/cross}, and the binary refers to
5739@file{foo.c}, @value{GDBN} would not find it under
5740@file{/mnt/cross/usr/src/foo-1.0/lib}.
5741
5742Plain file names, relative file names with leading directories, file
5743names containing dots, etc.@: are all treated as described above; for
5744instance, if the source path is @file{/mnt/cross}, and the source file
5745is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
5746@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
5747that---@file{/mnt/cross/foo.c}.
5748
5749Note that the executable search path is @emph{not} used to locate the
cd852561 5750source files.
c906108c
SS
5751
5752Whenever you reset or rearrange the source path, @value{GDBN} clears out
5753any information it has cached about where source files are found and where
5754each line is in the file.
5755
5756@kindex directory
5757@kindex dir
d4f3574e
SS
5758When you start @value{GDBN}, its source path includes only @samp{cdir}
5759and @samp{cwd}, in that order.
c906108c
SS
5760To add other directories, use the @code{directory} command.
5761
4b505b12
AS
5762The search path is used to find both program source files and @value{GDBN}
5763script files (read using the @samp{-command} option and @samp{source} command).
5764
30daae6c
JB
5765In addition to the source path, @value{GDBN} provides a set of commands
5766that manage a list of source path substitution rules. A @dfn{substitution
5767rule} specifies how to rewrite source directories stored in the program's
5768debug information in case the sources were moved to a different
5769directory between compilation and debugging. A rule is made of
5770two strings, the first specifying what needs to be rewritten in
5771the path, and the second specifying how it should be rewritten.
5772In @ref{set substitute-path}, we name these two parts @var{from} and
5773@var{to} respectively. @value{GDBN} does a simple string replacement
5774of @var{from} with @var{to} at the start of the directory part of the
5775source file name, and uses that result instead of the original file
5776name to look up the sources.
5777
5778Using the previous example, suppose the @file{foo-1.0} tree has been
5779moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
3f94c067 5780@value{GDBN} to replace @file{/usr/src} in all source path names with
30daae6c
JB
5781@file{/mnt/cross}. The first lookup will then be
5782@file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
5783of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
5784substitution rule, use the @code{set substitute-path} command
5785(@pxref{set substitute-path}).
5786
5787To avoid unexpected substitution results, a rule is applied only if the
5788@var{from} part of the directory name ends at a directory separator.
5789For instance, a rule substituting @file{/usr/source} into
5790@file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
5791not to @file{/usr/sourceware/foo-2.0}. And because the substitution
d3e8051b 5792is applied only at the beginning of the directory name, this rule will
30daae6c
JB
5793not be applied to @file{/root/usr/source/baz.c} either.
5794
5795In many cases, you can achieve the same result using the @code{directory}
5796command. However, @code{set substitute-path} can be more efficient in
5797the case where the sources are organized in a complex tree with multiple
5798subdirectories. With the @code{directory} command, you need to add each
5799subdirectory of your project. If you moved the entire tree while
5800preserving its internal organization, then @code{set substitute-path}
5801allows you to direct the debugger to all the sources with one single
5802command.
5803
5804@code{set substitute-path} is also more than just a shortcut command.
5805The source path is only used if the file at the original location no
5806longer exists. On the other hand, @code{set substitute-path} modifies
5807the debugger behavior to look at the rewritten location instead. So, if
5808for any reason a source file that is not relevant to your executable is
5809located at the original location, a substitution rule is the only
3f94c067 5810method available to point @value{GDBN} at the new location.
30daae6c 5811
c906108c
SS
5812@table @code
5813@item directory @var{dirname} @dots{}
5814@item dir @var{dirname} @dots{}
5815Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
5816directory names may be given to this command, separated by @samp{:}
5817(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
5818part of absolute file names) or
c906108c
SS
5819whitespace. You may specify a directory that is already in the source
5820path; this moves it forward, so @value{GDBN} searches it sooner.
5821
5822@kindex cdir
5823@kindex cwd
41afff9a 5824@vindex $cdir@r{, convenience variable}
d3e8051b 5825@vindex $cwd@r{, convenience variable}
c906108c
SS
5826@cindex compilation directory
5827@cindex current directory
5828@cindex working directory
5829@cindex directory, current
5830@cindex directory, compilation
5831You can use the string @samp{$cdir} to refer to the compilation
5832directory (if one is recorded), and @samp{$cwd} to refer to the current
5833working directory. @samp{$cwd} is not the same as @samp{.}---the former
5834tracks the current working directory as it changes during your @value{GDBN}
5835session, while the latter is immediately expanded to the current
5836directory at the time you add an entry to the source path.
5837
5838@item directory
cd852561 5839Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
c906108c
SS
5840
5841@c RET-repeat for @code{directory} is explicitly disabled, but since
5842@c repeating it would be a no-op we do not say that. (thanks to RMS)
5843
5844@item show directories
5845@kindex show directories
5846Print the source path: show which directories it contains.
30daae6c
JB
5847
5848@anchor{set substitute-path}
5849@item set substitute-path @var{from} @var{to}
5850@kindex set substitute-path
5851Define a source path substitution rule, and add it at the end of the
5852current list of existing substitution rules. If a rule with the same
5853@var{from} was already defined, then the old rule is also deleted.
5854
5855For example, if the file @file{/foo/bar/baz.c} was moved to
5856@file{/mnt/cross/baz.c}, then the command
5857
5858@smallexample
5859(@value{GDBP}) set substitute-path /usr/src /mnt/cross
5860@end smallexample
5861
5862@noindent
5863will tell @value{GDBN} to replace @samp{/usr/src} with
5864@samp{/mnt/cross}, which will allow @value{GDBN} to find the file
5865@file{baz.c} even though it was moved.
5866
5867In the case when more than one substitution rule have been defined,
5868the rules are evaluated one by one in the order where they have been
5869defined. The first one matching, if any, is selected to perform
5870the substitution.
5871
5872For instance, if we had entered the following commands:
5873
5874@smallexample
5875(@value{GDBP}) set substitute-path /usr/src/include /mnt/include
5876(@value{GDBP}) set substitute-path /usr/src /mnt/src
5877@end smallexample
5878
5879@noindent
5880@value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
5881@file{/mnt/include/defs.h} by using the first rule. However, it would
5882use the second rule to rewrite @file{/usr/src/lib/foo.c} into
5883@file{/mnt/src/lib/foo.c}.
5884
5885
5886@item unset substitute-path [path]
5887@kindex unset substitute-path
5888If a path is specified, search the current list of substitution rules
5889for a rule that would rewrite that path. Delete that rule if found.
5890A warning is emitted by the debugger if no rule could be found.
5891
5892If no path is specified, then all substitution rules are deleted.
5893
5894@item show substitute-path [path]
5895@kindex show substitute-path
5896If a path is specified, then print the source path substitution rule
5897which would rewrite that path, if any.
5898
5899If no path is specified, then print all existing source path substitution
5900rules.
5901
c906108c
SS
5902@end table
5903
5904If your source path is cluttered with directories that are no longer of
5905interest, @value{GDBN} may sometimes cause confusion by finding the wrong
5906versions of source. You can correct the situation as follows:
5907
5908@enumerate
5909@item
cd852561 5910Use @code{directory} with no argument to reset the source path to its default value.
c906108c
SS
5911
5912@item
5913Use @code{directory} with suitable arguments to reinstall the
5914directories you want in the source path. You can add all the
5915directories in one command.
5916@end enumerate
5917
6d2ebf8b 5918@node Machine Code
79a6e687 5919@section Source and Machine Code
15387254 5920@cindex source line and its code address
c906108c
SS
5921
5922You can use the command @code{info line} to map source lines to program
5923addresses (and vice versa), and the command @code{disassemble} to display
91440f57
HZ
5924a range of addresses as machine instructions. You can use the command
5925@code{set disassemble-next-line} to set whether to disassemble next
5926source line when execution stops. When run under @sc{gnu} Emacs
d4f3574e 5927mode, the @code{info line} command causes the arrow to point to the
5d161b24 5928line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
5929well as hex.
5930
5931@table @code
5932@kindex info line
5933@item info line @var{linespec}
5934Print the starting and ending addresses of the compiled code for
5935source line @var{linespec}. You can specify source lines in any of
2a25a5ba 5936the ways documented in @ref{Specify Location}.
c906108c
SS
5937@end table
5938
5939For example, we can use @code{info line} to discover the location of
5940the object code for the first line of function
5941@code{m4_changequote}:
5942
d4f3574e
SS
5943@c FIXME: I think this example should also show the addresses in
5944@c symbolic form, as they usually would be displayed.
c906108c 5945@smallexample
96a2c332 5946(@value{GDBP}) info line m4_changequote
c906108c
SS
5947Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
5948@end smallexample
5949
5950@noindent
15387254 5951@cindex code address and its source line
c906108c
SS
5952We can also inquire (using @code{*@var{addr}} as the form for
5953@var{linespec}) what source line covers a particular address:
5954@smallexample
5955(@value{GDBP}) info line *0x63ff
5956Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
5957@end smallexample
5958
5959@cindex @code{$_} and @code{info line}
15387254 5960@cindex @code{x} command, default address
41afff9a 5961@kindex x@r{(examine), and} info line
c906108c
SS
5962After @code{info line}, the default address for the @code{x} command
5963is changed to the starting address of the line, so that @samp{x/i} is
5964sufficient to begin examining the machine code (@pxref{Memory,
79a6e687 5965,Examining Memory}). Also, this address is saved as the value of the
c906108c 5966convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
79a6e687 5967Variables}).
c906108c
SS
5968
5969@table @code
5970@kindex disassemble
5971@cindex assembly instructions
5972@cindex instructions, assembly
5973@cindex machine instructions
5974@cindex listing machine instructions
5975@item disassemble
d14508fe 5976@itemx disassemble /m
c906108c 5977This specialized command dumps a range of memory as machine
d14508fe
DE
5978instructions. It can also print mixed source+disassembly by specifying
5979the @code{/m} modifier.
5980The default memory range is the function surrounding the
c906108c
SS
5981program counter of the selected frame. A single argument to this
5982command is a program counter value; @value{GDBN} dumps the function
5983surrounding this value. Two arguments specify a range of addresses
5984(first inclusive, second exclusive) to dump.
5985@end table
5986
c906108c
SS
5987The following example shows the disassembly of a range of addresses of
5988HP PA-RISC 2.0 code:
5989
5990@smallexample
5991(@value{GDBP}) disas 0x32c4 0x32e4
5992Dump of assembler code from 0x32c4 to 0x32e4:
59930x32c4 <main+204>: addil 0,dp
59940x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
59950x32cc <main+212>: ldil 0x3000,r31
59960x32d0 <main+216>: ble 0x3f8(sr4,r31)
59970x32d4 <main+220>: ldo 0(r31),rp
59980x32d8 <main+224>: addil -0x800,dp
59990x32dc <main+228>: ldo 0x588(r1),r26
60000x32e0 <main+232>: ldil 0x3000,r31
6001End of assembler dump.
6002@end smallexample
c906108c 6003
d14508fe
DE
6004Here is an example showing mixed source+assembly for Intel x86:
6005
6006@smallexample
6007(@value{GDBP}) disas /m main
6008Dump of assembler code for function main:
60095 @{
60100x08048330 <main+0>: push %ebp
60110x08048331 <main+1>: mov %esp,%ebp
60120x08048333 <main+3>: sub $0x8,%esp
60130x08048336 <main+6>: and $0xfffffff0,%esp
60140x08048339 <main+9>: sub $0x10,%esp
6015
60166 printf ("Hello.\n");
60170x0804833c <main+12>: movl $0x8048440,(%esp)
60180x08048343 <main+19>: call 0x8048284 <puts@@plt>
6019
60207 return 0;
60218 @}
60220x08048348 <main+24>: mov $0x0,%eax
60230x0804834d <main+29>: leave
60240x0804834e <main+30>: ret
6025
6026End of assembler dump.
6027@end smallexample
6028
c906108c
SS
6029Some architectures have more than one commonly-used set of instruction
6030mnemonics or other syntax.
6031
76d17f34
EZ
6032For programs that were dynamically linked and use shared libraries,
6033instructions that call functions or branch to locations in the shared
6034libraries might show a seemingly bogus location---it's actually a
6035location of the relocation table. On some architectures, @value{GDBN}
6036might be able to resolve these to actual function names.
6037
c906108c 6038@table @code
d4f3574e 6039@kindex set disassembly-flavor
d4f3574e
SS
6040@cindex Intel disassembly flavor
6041@cindex AT&T disassembly flavor
6042@item set disassembly-flavor @var{instruction-set}
c906108c
SS
6043Select the instruction set to use when disassembling the
6044program via the @code{disassemble} or @code{x/i} commands.
6045
6046Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
6047can set @var{instruction-set} to either @code{intel} or @code{att}.
6048The default is @code{att}, the AT&T flavor used by default by Unix
6049assemblers for x86-based targets.
9c16f35a
EZ
6050
6051@kindex show disassembly-flavor
6052@item show disassembly-flavor
6053Show the current setting of the disassembly flavor.
c906108c
SS
6054@end table
6055
91440f57
HZ
6056@table @code
6057@kindex set disassemble-next-line
6058@kindex show disassemble-next-line
6059@item set disassemble-next-line
6060@itemx show disassemble-next-line
6061Control whether or not @value{GDBN} will disassemble next source line
6062when execution stops. If ON, GDB will display disassembly of the next
6063source line when execution of the program being debugged stops.
b646ddd4
HZ
6064If AUTO (which is the default), or there's no line info to determine
6065the source line of the next instruction, display disassembly of next
6066instruction instead.
91440f57
HZ
6067@end table
6068
c906108c 6069
6d2ebf8b 6070@node Data
c906108c
SS
6071@chapter Examining Data
6072
6073@cindex printing data
6074@cindex examining data
6075@kindex print
6076@kindex inspect
6077@c "inspect" is not quite a synonym if you are using Epoch, which we do not
6078@c document because it is nonstandard... Under Epoch it displays in a
6079@c different window or something like that.
6080The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
6081command (abbreviated @code{p}), or its synonym @code{inspect}. It
6082evaluates and prints the value of an expression of the language your
6083program is written in (@pxref{Languages, ,Using @value{GDBN} with
6084Different Languages}).
c906108c
SS
6085
6086@table @code
d4f3574e
SS
6087@item print @var{expr}
6088@itemx print /@var{f} @var{expr}
6089@var{expr} is an expression (in the source language). By default the
6090value of @var{expr} is printed in a format appropriate to its data type;
c906108c 6091you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 6092@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
79a6e687 6093Formats}.
c906108c
SS
6094
6095@item print
6096@itemx print /@var{f}
15387254 6097@cindex reprint the last value
d4f3574e 6098If you omit @var{expr}, @value{GDBN} displays the last value again (from the
79a6e687 6099@dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
c906108c
SS
6100conveniently inspect the same value in an alternative format.
6101@end table
6102
6103A more low-level way of examining data is with the @code{x} command.
6104It examines data in memory at a specified address and prints it in a
79a6e687 6105specified format. @xref{Memory, ,Examining Memory}.
c906108c 6106
7a292a7a 6107If you are interested in information about types, or about how the
d4f3574e
SS
6108fields of a struct or a class are declared, use the @code{ptype @var{exp}}
6109command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 6110Table}.
c906108c
SS
6111
6112@menu
6113* Expressions:: Expressions
6ba66d6a 6114* Ambiguous Expressions:: Ambiguous Expressions
c906108c
SS
6115* Variables:: Program variables
6116* Arrays:: Artificial arrays
6117* Output Formats:: Output formats
6118* Memory:: Examining memory
6119* Auto Display:: Automatic display
6120* Print Settings:: Print settings
6121* Value History:: Value history
6122* Convenience Vars:: Convenience variables
6123* Registers:: Registers
c906108c 6124* Floating Point Hardware:: Floating point hardware
53c69bd7 6125* Vector Unit:: Vector Unit
721c2651 6126* OS Information:: Auxiliary data provided by operating system
29e57380 6127* Memory Region Attributes:: Memory region attributes
16d9dec6 6128* Dump/Restore Files:: Copy between memory and a file
384ee23f 6129* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
6130* Character Sets:: Debugging programs that use a different
6131 character set than GDB does
09d4efe1 6132* Caching Remote Data:: Data caching for remote targets
08388c79 6133* Searching Memory:: Searching memory for a sequence of bytes
c906108c
SS
6134@end menu
6135
6d2ebf8b 6136@node Expressions
c906108c
SS
6137@section Expressions
6138
6139@cindex expressions
6140@code{print} and many other @value{GDBN} commands accept an expression and
6141compute its value. Any kind of constant, variable or operator defined
6142by the programming language you are using is valid in an expression in
e2e0bcd1
JB
6143@value{GDBN}. This includes conditional expressions, function calls,
6144casts, and string constants. It also includes preprocessor macros, if
6145you compiled your program to include this information; see
6146@ref{Compilation}.
c906108c 6147
15387254 6148@cindex arrays in expressions
d4f3574e
SS
6149@value{GDBN} supports array constants in expressions input by
6150the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
63092375
DJ
6151you can use the command @code{print @{1, 2, 3@}} to create an array
6152of three integers. If you pass an array to a function or assign it
6153to a program variable, @value{GDBN} copies the array to memory that
6154is @code{malloc}ed in the target program.
c906108c 6155
c906108c
SS
6156Because C is so widespread, most of the expressions shown in examples in
6157this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
6158Languages}, for information on how to use expressions in other
6159languages.
6160
6161In this section, we discuss operators that you can use in @value{GDBN}
6162expressions regardless of your programming language.
6163
15387254 6164@cindex casts, in expressions
c906108c
SS
6165Casts are supported in all languages, not just in C, because it is so
6166useful to cast a number into a pointer in order to examine a structure
6167at that address in memory.
6168@c FIXME: casts supported---Mod2 true?
c906108c
SS
6169
6170@value{GDBN} supports these operators, in addition to those common
6171to programming languages:
6172
6173@table @code
6174@item @@
6175@samp{@@} is a binary operator for treating parts of memory as arrays.
79a6e687 6176@xref{Arrays, ,Artificial Arrays}, for more information.
c906108c
SS
6177
6178@item ::
6179@samp{::} allows you to specify a variable in terms of the file or
79a6e687 6180function where it is defined. @xref{Variables, ,Program Variables}.
c906108c
SS
6181
6182@cindex @{@var{type}@}
6183@cindex type casting memory
6184@cindex memory, viewing as typed object
6185@cindex casts, to view memory
6186@item @{@var{type}@} @var{addr}
6187Refers to an object of type @var{type} stored at address @var{addr} in
6188memory. @var{addr} may be any expression whose value is an integer or
6189pointer (but parentheses are required around binary operators, just as in
6190a cast). This construct is allowed regardless of what kind of data is
6191normally supposed to reside at @var{addr}.
6192@end table
6193
6ba66d6a
JB
6194@node Ambiguous Expressions
6195@section Ambiguous Expressions
6196@cindex ambiguous expressions
6197
6198Expressions can sometimes contain some ambiguous elements. For instance,
6199some programming languages (notably Ada, C@t{++} and Objective-C) permit
6200a single function name to be defined several times, for application in
6201different contexts. This is called @dfn{overloading}. Another example
6202involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
6203templates and is typically instantiated several times, resulting in
6204the same function name being defined in different contexts.
6205
6206In some cases and depending on the language, it is possible to adjust
6207the expression to remove the ambiguity. For instance in C@t{++}, you
6208can specify the signature of the function you want to break on, as in
6209@kbd{break @var{function}(@var{types})}. In Ada, using the fully
6210qualified name of your function often makes the expression unambiguous
6211as well.
6212
6213When an ambiguity that needs to be resolved is detected, the debugger
6214has the capability to display a menu of numbered choices for each
6215possibility, and then waits for the selection with the prompt @samp{>}.
6216The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
6217aborts the current command. If the command in which the expression was
6218used allows more than one choice to be selected, the next option in the
6219menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
6220choices.
6221
6222For example, the following session excerpt shows an attempt to set a
6223breakpoint at the overloaded symbol @code{String::after}.
6224We choose three particular definitions of that function name:
6225
6226@c FIXME! This is likely to change to show arg type lists, at least
6227@smallexample
6228@group
6229(@value{GDBP}) b String::after
6230[0] cancel
6231[1] all
6232[2] file:String.cc; line number:867
6233[3] file:String.cc; line number:860
6234[4] file:String.cc; line number:875
6235[5] file:String.cc; line number:853
6236[6] file:String.cc; line number:846
6237[7] file:String.cc; line number:735
6238> 2 4 6
6239Breakpoint 1 at 0xb26c: file String.cc, line 867.
6240Breakpoint 2 at 0xb344: file String.cc, line 875.
6241Breakpoint 3 at 0xafcc: file String.cc, line 846.
6242Multiple breakpoints were set.
6243Use the "delete" command to delete unwanted
6244 breakpoints.
6245(@value{GDBP})
6246@end group
6247@end smallexample
6248
6249@table @code
6250@kindex set multiple-symbols
6251@item set multiple-symbols @var{mode}
6252@cindex multiple-symbols menu
6253
6254This option allows you to adjust the debugger behavior when an expression
6255is ambiguous.
6256
6257By default, @var{mode} is set to @code{all}. If the command with which
6258the expression is used allows more than one choice, then @value{GDBN}
6259automatically selects all possible choices. For instance, inserting
6260a breakpoint on a function using an ambiguous name results in a breakpoint
6261inserted on each possible match. However, if a unique choice must be made,
6262then @value{GDBN} uses the menu to help you disambiguate the expression.
6263For instance, printing the address of an overloaded function will result
6264in the use of the menu.
6265
6266When @var{mode} is set to @code{ask}, the debugger always uses the menu
6267when an ambiguity is detected.
6268
6269Finally, when @var{mode} is set to @code{cancel}, the debugger reports
6270an error due to the ambiguity and the command is aborted.
6271
6272@kindex show multiple-symbols
6273@item show multiple-symbols
6274Show the current value of the @code{multiple-symbols} setting.
6275@end table
6276
6d2ebf8b 6277@node Variables
79a6e687 6278@section Program Variables
c906108c
SS
6279
6280The most common kind of expression to use is the name of a variable
6281in your program.
6282
6283Variables in expressions are understood in the selected stack frame
79a6e687 6284(@pxref{Selection, ,Selecting a Frame}); they must be either:
c906108c
SS
6285
6286@itemize @bullet
6287@item
6288global (or file-static)
6289@end itemize
6290
5d161b24 6291@noindent or
c906108c
SS
6292
6293@itemize @bullet
6294@item
6295visible according to the scope rules of the
6296programming language from the point of execution in that frame
5d161b24 6297@end itemize
c906108c
SS
6298
6299@noindent This means that in the function
6300
474c8240 6301@smallexample
c906108c
SS
6302foo (a)
6303 int a;
6304@{
6305 bar (a);
6306 @{
6307 int b = test ();
6308 bar (b);
6309 @}
6310@}
474c8240 6311@end smallexample
c906108c
SS
6312
6313@noindent
6314you can examine and use the variable @code{a} whenever your program is
6315executing within the function @code{foo}, but you can only use or
6316examine the variable @code{b} while your program is executing inside
6317the block where @code{b} is declared.
6318
6319@cindex variable name conflict
6320There is an exception: you can refer to a variable or function whose
6321scope is a single source file even if the current execution point is not
6322in this file. But it is possible to have more than one such variable or
6323function with the same name (in different source files). If that
6324happens, referring to that name has unpredictable effects. If you wish,
6325you can specify a static variable in a particular function or file,
15387254 6326using the colon-colon (@code{::}) notation:
c906108c 6327
d4f3574e 6328@cindex colon-colon, context for variables/functions
12c27660 6329@ifnotinfo
c906108c 6330@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 6331@cindex @code{::}, context for variables/functions
12c27660 6332@end ifnotinfo
474c8240 6333@smallexample
c906108c
SS
6334@var{file}::@var{variable}
6335@var{function}::@var{variable}
474c8240 6336@end smallexample
c906108c
SS
6337
6338@noindent
6339Here @var{file} or @var{function} is the name of the context for the
6340static @var{variable}. In the case of file names, you can use quotes to
6341make sure @value{GDBN} parses the file name as a single word---for example,
6342to print a global value of @code{x} defined in @file{f2.c}:
6343
474c8240 6344@smallexample
c906108c 6345(@value{GDBP}) p 'f2.c'::x
474c8240 6346@end smallexample
c906108c 6347
b37052ae 6348@cindex C@t{++} scope resolution
c906108c 6349This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 6350use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
6351scope resolution operator in @value{GDBN} expressions.
6352@c FIXME: Um, so what happens in one of those rare cases where it's in
6353@c conflict?? --mew
c906108c
SS
6354
6355@cindex wrong values
6356@cindex variable values, wrong
15387254
EZ
6357@cindex function entry/exit, wrong values of variables
6358@cindex optimized code, wrong values of variables
c906108c
SS
6359@quotation
6360@emph{Warning:} Occasionally, a local variable may appear to have the
6361wrong value at certain points in a function---just after entry to a new
6362scope, and just before exit.
6363@end quotation
6364You may see this problem when you are stepping by machine instructions.
6365This is because, on most machines, it takes more than one instruction to
6366set up a stack frame (including local variable definitions); if you are
6367stepping by machine instructions, variables may appear to have the wrong
6368values until the stack frame is completely built. On exit, it usually
6369also takes more than one machine instruction to destroy a stack frame;
6370after you begin stepping through that group of instructions, local
6371variable definitions may be gone.
6372
6373This may also happen when the compiler does significant optimizations.
6374To be sure of always seeing accurate values, turn off all optimization
6375when compiling.
6376
d4f3574e
SS
6377@cindex ``No symbol "foo" in current context''
6378Another possible effect of compiler optimizations is to optimize
6379unused variables out of existence, or assign variables to registers (as
6380opposed to memory addresses). Depending on the support for such cases
6381offered by the debug info format used by the compiler, @value{GDBN}
6382might not be able to display values for such local variables. If that
6383happens, @value{GDBN} will print a message like this:
6384
474c8240 6385@smallexample
d4f3574e 6386No symbol "foo" in current context.
474c8240 6387@end smallexample
d4f3574e
SS
6388
6389To solve such problems, either recompile without optimizations, or use a
6390different debug info format, if the compiler supports several such
15387254 6391formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
6392usually supports the @option{-gstabs+} option. @option{-gstabs+}
6393produces debug info in a format that is superior to formats such as
6394COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
6395an effective form for debug info. @xref{Debugging Options,,Options
ce9341a1
BW
6396for Debugging Your Program or GCC, gcc.info, Using the @sc{gnu}
6397Compiler Collection (GCC)}.
79a6e687 6398@xref{C, ,C and C@t{++}}, for more information about debug info formats
15387254 6399that are best suited to C@t{++} programs.
d4f3574e 6400
ab1adacd
EZ
6401If you ask to print an object whose contents are unknown to
6402@value{GDBN}, e.g., because its data type is not completely specified
6403by the debug information, @value{GDBN} will say @samp{<incomplete
6404type>}. @xref{Symbols, incomplete type}, for more about this.
6405
3a60f64e
JK
6406Strings are identified as arrays of @code{char} values without specified
6407signedness. Arrays of either @code{signed char} or @code{unsigned char} get
6408printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
6409@code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
6410defines literal string type @code{"char"} as @code{char} without a sign.
6411For program code
6412
6413@smallexample
6414char var0[] = "A";
6415signed char var1[] = "A";
6416@end smallexample
6417
6418You get during debugging
6419@smallexample
6420(gdb) print var0
6421$1 = "A"
6422(gdb) print var1
6423$2 = @{65 'A', 0 '\0'@}
6424@end smallexample
6425
6d2ebf8b 6426@node Arrays
79a6e687 6427@section Artificial Arrays
c906108c
SS
6428
6429@cindex artificial array
15387254 6430@cindex arrays
41afff9a 6431@kindex @@@r{, referencing memory as an array}
c906108c
SS
6432It is often useful to print out several successive objects of the
6433same type in memory; a section of an array, or an array of
6434dynamically determined size for which only a pointer exists in the
6435program.
6436
6437You can do this by referring to a contiguous span of memory as an
6438@dfn{artificial array}, using the binary operator @samp{@@}. The left
6439operand of @samp{@@} should be the first element of the desired array
6440and be an individual object. The right operand should be the desired length
6441of the array. The result is an array value whose elements are all of
6442the type of the left argument. The first element is actually the left
6443argument; the second element comes from bytes of memory immediately
6444following those that hold the first element, and so on. Here is an
6445example. If a program says
6446
474c8240 6447@smallexample
c906108c 6448int *array = (int *) malloc (len * sizeof (int));
474c8240 6449@end smallexample
c906108c
SS
6450
6451@noindent
6452you can print the contents of @code{array} with
6453
474c8240 6454@smallexample
c906108c 6455p *array@@len
474c8240 6456@end smallexample
c906108c
SS
6457
6458The left operand of @samp{@@} must reside in memory. Array values made
6459with @samp{@@} in this way behave just like other arrays in terms of
6460subscripting, and are coerced to pointers when used in expressions.
6461Artificial arrays most often appear in expressions via the value history
79a6e687 6462(@pxref{Value History, ,Value History}), after printing one out.
c906108c
SS
6463
6464Another way to create an artificial array is to use a cast.
6465This re-interprets a value as if it were an array.
6466The value need not be in memory:
474c8240 6467@smallexample
c906108c
SS
6468(@value{GDBP}) p/x (short[2])0x12345678
6469$1 = @{0x1234, 0x5678@}
474c8240 6470@end smallexample
c906108c
SS
6471
6472As a convenience, if you leave the array length out (as in
c3f6f71d 6473@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 6474the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 6475@smallexample
c906108c
SS
6476(@value{GDBP}) p/x (short[])0x12345678
6477$2 = @{0x1234, 0x5678@}
474c8240 6478@end smallexample
c906108c
SS
6479
6480Sometimes the artificial array mechanism is not quite enough; in
6481moderately complex data structures, the elements of interest may not
6482actually be adjacent---for example, if you are interested in the values
6483of pointers in an array. One useful work-around in this situation is
6484to use a convenience variable (@pxref{Convenience Vars, ,Convenience
79a6e687 6485Variables}) as a counter in an expression that prints the first
c906108c
SS
6486interesting value, and then repeat that expression via @key{RET}. For
6487instance, suppose you have an array @code{dtab} of pointers to
6488structures, and you are interested in the values of a field @code{fv}
6489in each structure. Here is an example of what you might type:
6490
474c8240 6491@smallexample
c906108c
SS
6492set $i = 0
6493p dtab[$i++]->fv
6494@key{RET}
6495@key{RET}
6496@dots{}
474c8240 6497@end smallexample
c906108c 6498
6d2ebf8b 6499@node Output Formats
79a6e687 6500@section Output Formats
c906108c
SS
6501
6502@cindex formatted output
6503@cindex output formats
6504By default, @value{GDBN} prints a value according to its data type. Sometimes
6505this is not what you want. For example, you might want to print a number
6506in hex, or a pointer in decimal. Or you might want to view data in memory
6507at a certain address as a character string or as an instruction. To do
6508these things, specify an @dfn{output format} when you print a value.
6509
6510The simplest use of output formats is to say how to print a value
6511already computed. This is done by starting the arguments of the
6512@code{print} command with a slash and a format letter. The format
6513letters supported are:
6514
6515@table @code
6516@item x
6517Regard the bits of the value as an integer, and print the integer in
6518hexadecimal.
6519
6520@item d
6521Print as integer in signed decimal.
6522
6523@item u
6524Print as integer in unsigned decimal.
6525
6526@item o
6527Print as integer in octal.
6528
6529@item t
6530Print as integer in binary. The letter @samp{t} stands for ``two''.
6531@footnote{@samp{b} cannot be used because these format letters are also
6532used with the @code{x} command, where @samp{b} stands for ``byte'';
79a6e687 6533see @ref{Memory,,Examining Memory}.}
c906108c
SS
6534
6535@item a
6536@cindex unknown address, locating
3d67e040 6537@cindex locate address
c906108c
SS
6538Print as an address, both absolute in hexadecimal and as an offset from
6539the nearest preceding symbol. You can use this format used to discover
6540where (in what function) an unknown address is located:
6541
474c8240 6542@smallexample
c906108c
SS
6543(@value{GDBP}) p/a 0x54320
6544$3 = 0x54320 <_initialize_vx+396>
474c8240 6545@end smallexample
c906108c 6546
3d67e040
EZ
6547@noindent
6548The command @code{info symbol 0x54320} yields similar results.
6549@xref{Symbols, info symbol}.
6550
c906108c 6551@item c
51274035
EZ
6552Regard as an integer and print it as a character constant. This
6553prints both the numerical value and its character representation. The
6554character representation is replaced with the octal escape @samp{\nnn}
6555for characters outside the 7-bit @sc{ascii} range.
c906108c 6556
ea37ba09
DJ
6557Without this format, @value{GDBN} displays @code{char},
6558@w{@code{unsigned char}}, and @w{@code{signed char}} data as character
6559constants. Single-byte members of vectors are displayed as integer
6560data.
6561
c906108c
SS
6562@item f
6563Regard the bits of the value as a floating point number and print
6564using typical floating point syntax.
ea37ba09
DJ
6565
6566@item s
6567@cindex printing strings
6568@cindex printing byte arrays
6569Regard as a string, if possible. With this format, pointers to single-byte
6570data are displayed as null-terminated strings and arrays of single-byte data
6571are displayed as fixed-length strings. Other values are displayed in their
6572natural types.
6573
6574Without this format, @value{GDBN} displays pointers to and arrays of
6575@code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
6576strings. Single-byte members of a vector are displayed as an integer
6577array.
c906108c
SS
6578@end table
6579
6580For example, to print the program counter in hex (@pxref{Registers}), type
6581
474c8240 6582@smallexample
c906108c 6583p/x $pc
474c8240 6584@end smallexample
c906108c
SS
6585
6586@noindent
6587Note that no space is required before the slash; this is because command
6588names in @value{GDBN} cannot contain a slash.
6589
6590To reprint the last value in the value history with a different format,
6591you can use the @code{print} command with just a format and no
6592expression. For example, @samp{p/x} reprints the last value in hex.
6593
6d2ebf8b 6594@node Memory
79a6e687 6595@section Examining Memory
c906108c
SS
6596
6597You can use the command @code{x} (for ``examine'') to examine memory in
6598any of several formats, independently of your program's data types.
6599
6600@cindex examining memory
6601@table @code
41afff9a 6602@kindex x @r{(examine memory)}
c906108c
SS
6603@item x/@var{nfu} @var{addr}
6604@itemx x @var{addr}
6605@itemx x
6606Use the @code{x} command to examine memory.
6607@end table
6608
6609@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
6610much memory to display and how to format it; @var{addr} is an
6611expression giving the address where you want to start displaying memory.
6612If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
6613Several commands set convenient defaults for @var{addr}.
6614
6615@table @r
6616@item @var{n}, the repeat count
6617The repeat count is a decimal integer; the default is 1. It specifies
6618how much memory (counting by units @var{u}) to display.
6619@c This really is **decimal**; unaffected by 'set radix' as of GDB
6620@c 4.1.2.
6621
6622@item @var{f}, the display format
51274035
EZ
6623The display format is one of the formats used by @code{print}
6624(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
ea37ba09
DJ
6625@samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
6626The default is @samp{x} (hexadecimal) initially. The default changes
6627each time you use either @code{x} or @code{print}.
c906108c
SS
6628
6629@item @var{u}, the unit size
6630The unit size is any of
6631
6632@table @code
6633@item b
6634Bytes.
6635@item h
6636Halfwords (two bytes).
6637@item w
6638Words (four bytes). This is the initial default.
6639@item g
6640Giant words (eight bytes).
6641@end table
6642
6643Each time you specify a unit size with @code{x}, that size becomes the
6644default unit the next time you use @code{x}. (For the @samp{s} and
6645@samp{i} formats, the unit size is ignored and is normally not written.)
6646
6647@item @var{addr}, starting display address
6648@var{addr} is the address where you want @value{GDBN} to begin displaying
6649memory. The expression need not have a pointer value (though it may);
6650it is always interpreted as an integer address of a byte of memory.
6651@xref{Expressions, ,Expressions}, for more information on expressions. The default for
6652@var{addr} is usually just after the last address examined---but several
6653other commands also set the default address: @code{info breakpoints} (to
6654the address of the last breakpoint listed), @code{info line} (to the
6655starting address of a line), and @code{print} (if you use it to display
6656a value from memory).
6657@end table
6658
6659For example, @samp{x/3uh 0x54320} is a request to display three halfwords
6660(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
6661starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
6662words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 6663@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
6664
6665Since the letters indicating unit sizes are all distinct from the
6666letters specifying output formats, you do not have to remember whether
6667unit size or format comes first; either order works. The output
6668specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
6669(However, the count @var{n} must come first; @samp{wx4} does not work.)
6670
6671Even though the unit size @var{u} is ignored for the formats @samp{s}
6672and @samp{i}, you might still want to use a count @var{n}; for example,
6673@samp{3i} specifies that you want to see three machine instructions,
a4642986
MR
6674including any operands. For convenience, especially when used with
6675the @code{display} command, the @samp{i} format also prints branch delay
6676slot instructions, if any, beyond the count specified, which immediately
6677follow the last instruction that is within the count. The command
6678@code{disassemble} gives an alternative way of inspecting machine
6679instructions; see @ref{Machine Code,,Source and Machine Code}.
c906108c
SS
6680
6681All the defaults for the arguments to @code{x} are designed to make it
6682easy to continue scanning memory with minimal specifications each time
6683you use @code{x}. For example, after you have inspected three machine
6684instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
6685with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
6686the repeat count @var{n} is used again; the other arguments default as
6687for successive uses of @code{x}.
6688
6689@cindex @code{$_}, @code{$__}, and value history
6690The addresses and contents printed by the @code{x} command are not saved
6691in the value history because there is often too much of them and they
6692would get in the way. Instead, @value{GDBN} makes these values available for
6693subsequent use in expressions as values of the convenience variables
6694@code{$_} and @code{$__}. After an @code{x} command, the last address
6695examined is available for use in expressions in the convenience variable
6696@code{$_}. The contents of that address, as examined, are available in
6697the convenience variable @code{$__}.
6698
6699If the @code{x} command has a repeat count, the address and contents saved
6700are from the last memory unit printed; this is not the same as the last
6701address printed if several units were printed on the last line of output.
6702
09d4efe1
EZ
6703@cindex remote memory comparison
6704@cindex verify remote memory image
6705When you are debugging a program running on a remote target machine
ea35711c 6706(@pxref{Remote Debugging}), you may wish to verify the program's image in the
09d4efe1
EZ
6707remote machine's memory against the executable file you downloaded to
6708the target. The @code{compare-sections} command is provided for such
6709situations.
6710
6711@table @code
6712@kindex compare-sections
6713@item compare-sections @r{[}@var{section-name}@r{]}
6714Compare the data of a loadable section @var{section-name} in the
6715executable file of the program being debugged with the same section in
6716the remote machine's memory, and report any mismatches. With no
6717arguments, compares all loadable sections. This command's
6718availability depends on the target's support for the @code{"qCRC"}
6719remote request.
6720@end table
6721
6d2ebf8b 6722@node Auto Display
79a6e687 6723@section Automatic Display
c906108c
SS
6724@cindex automatic display
6725@cindex display of expressions
6726
6727If you find that you want to print the value of an expression frequently
6728(to see how it changes), you might want to add it to the @dfn{automatic
6729display list} so that @value{GDBN} prints its value each time your program stops.
6730Each expression added to the list is given a number to identify it;
6731to remove an expression from the list, you specify that number.
6732The automatic display looks like this:
6733
474c8240 6734@smallexample
c906108c
SS
67352: foo = 38
67363: bar[5] = (struct hack *) 0x3804
474c8240 6737@end smallexample
c906108c
SS
6738
6739@noindent
6740This display shows item numbers, expressions and their current values. As with
6741displays you request manually using @code{x} or @code{print}, you can
6742specify the output format you prefer; in fact, @code{display} decides
ea37ba09
DJ
6743whether to use @code{print} or @code{x} depending your format
6744specification---it uses @code{x} if you specify either the @samp{i}
6745or @samp{s} format, or a unit size; otherwise it uses @code{print}.
c906108c
SS
6746
6747@table @code
6748@kindex display
d4f3574e
SS
6749@item display @var{expr}
6750Add the expression @var{expr} to the list of expressions to display
c906108c
SS
6751each time your program stops. @xref{Expressions, ,Expressions}.
6752
6753@code{display} does not repeat if you press @key{RET} again after using it.
6754
d4f3574e 6755@item display/@var{fmt} @var{expr}
c906108c 6756For @var{fmt} specifying only a display format and not a size or
d4f3574e 6757count, add the expression @var{expr} to the auto-display list but
c906108c 6758arrange to display it each time in the specified format @var{fmt}.
79a6e687 6759@xref{Output Formats,,Output Formats}.
c906108c
SS
6760
6761@item display/@var{fmt} @var{addr}
6762For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
6763number of units, add the expression @var{addr} as a memory address to
6764be examined each time your program stops. Examining means in effect
79a6e687 6765doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
c906108c
SS
6766@end table
6767
6768For example, @samp{display/i $pc} can be helpful, to see the machine
6769instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 6770is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
6771
6772@table @code
6773@kindex delete display
6774@kindex undisplay
6775@item undisplay @var{dnums}@dots{}
6776@itemx delete display @var{dnums}@dots{}
6777Remove item numbers @var{dnums} from the list of expressions to display.
6778
6779@code{undisplay} does not repeat if you press @key{RET} after using it.
6780(Otherwise you would just get the error @samp{No display number @dots{}}.)
6781
6782@kindex disable display
6783@item disable display @var{dnums}@dots{}
6784Disable the display of item numbers @var{dnums}. A disabled display
6785item is not printed automatically, but is not forgotten. It may be
6786enabled again later.
6787
6788@kindex enable display
6789@item enable display @var{dnums}@dots{}
6790Enable display of item numbers @var{dnums}. It becomes effective once
6791again in auto display of its expression, until you specify otherwise.
6792
6793@item display
6794Display the current values of the expressions on the list, just as is
6795done when your program stops.
6796
6797@kindex info display
6798@item info display
6799Print the list of expressions previously set up to display
6800automatically, each one with its item number, but without showing the
6801values. This includes disabled expressions, which are marked as such.
6802It also includes expressions which would not be displayed right now
6803because they refer to automatic variables not currently available.
6804@end table
6805
15387254 6806@cindex display disabled out of scope
c906108c
SS
6807If a display expression refers to local variables, then it does not make
6808sense outside the lexical context for which it was set up. Such an
6809expression is disabled when execution enters a context where one of its
6810variables is not defined. For example, if you give the command
6811@code{display last_char} while inside a function with an argument
6812@code{last_char}, @value{GDBN} displays this argument while your program
6813continues to stop inside that function. When it stops elsewhere---where
6814there is no variable @code{last_char}---the display is disabled
6815automatically. The next time your program stops where @code{last_char}
6816is meaningful, you can enable the display expression once again.
6817
6d2ebf8b 6818@node Print Settings
79a6e687 6819@section Print Settings
c906108c
SS
6820
6821@cindex format options
6822@cindex print settings
6823@value{GDBN} provides the following ways to control how arrays, structures,
6824and symbols are printed.
6825
6826@noindent
6827These settings are useful for debugging programs in any language:
6828
6829@table @code
4644b6e3 6830@kindex set print
c906108c
SS
6831@item set print address
6832@itemx set print address on
4644b6e3 6833@cindex print/don't print memory addresses
c906108c
SS
6834@value{GDBN} prints memory addresses showing the location of stack
6835traces, structure values, pointer values, breakpoints, and so forth,
6836even when it also displays the contents of those addresses. The default
6837is @code{on}. For example, this is what a stack frame display looks like with
6838@code{set print address on}:
6839
6840@smallexample
6841@group
6842(@value{GDBP}) f
6843#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
6844 at input.c:530
6845530 if (lquote != def_lquote)
6846@end group
6847@end smallexample
6848
6849@item set print address off
6850Do not print addresses when displaying their contents. For example,
6851this is the same stack frame displayed with @code{set print address off}:
6852
6853@smallexample
6854@group
6855(@value{GDBP}) set print addr off
6856(@value{GDBP}) f
6857#0 set_quotes (lq="<<", rq=">>") at input.c:530
6858530 if (lquote != def_lquote)
6859@end group
6860@end smallexample
6861
6862You can use @samp{set print address off} to eliminate all machine
6863dependent displays from the @value{GDBN} interface. For example, with
6864@code{print address off}, you should get the same text for backtraces on
6865all machines---whether or not they involve pointer arguments.
6866
4644b6e3 6867@kindex show print
c906108c
SS
6868@item show print address
6869Show whether or not addresses are to be printed.
6870@end table
6871
6872When @value{GDBN} prints a symbolic address, it normally prints the
6873closest earlier symbol plus an offset. If that symbol does not uniquely
6874identify the address (for example, it is a name whose scope is a single
6875source file), you may need to clarify. One way to do this is with
6876@code{info line}, for example @samp{info line *0x4537}. Alternately,
6877you can set @value{GDBN} to print the source file and line number when
6878it prints a symbolic address:
6879
6880@table @code
c906108c 6881@item set print symbol-filename on
9c16f35a
EZ
6882@cindex source file and line of a symbol
6883@cindex symbol, source file and line
c906108c
SS
6884Tell @value{GDBN} to print the source file name and line number of a
6885symbol in the symbolic form of an address.
6886
6887@item set print symbol-filename off
6888Do not print source file name and line number of a symbol. This is the
6889default.
6890
c906108c
SS
6891@item show print symbol-filename
6892Show whether or not @value{GDBN} will print the source file name and
6893line number of a symbol in the symbolic form of an address.
6894@end table
6895
6896Another situation where it is helpful to show symbol filenames and line
6897numbers is when disassembling code; @value{GDBN} shows you the line
6898number and source file that corresponds to each instruction.
6899
6900Also, you may wish to see the symbolic form only if the address being
6901printed is reasonably close to the closest earlier symbol:
6902
6903@table @code
c906108c 6904@item set print max-symbolic-offset @var{max-offset}
4644b6e3 6905@cindex maximum value for offset of closest symbol
c906108c
SS
6906Tell @value{GDBN} to only display the symbolic form of an address if the
6907offset between the closest earlier symbol and the address is less than
5d161b24 6908@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
6909to always print the symbolic form of an address if any symbol precedes it.
6910
c906108c
SS
6911@item show print max-symbolic-offset
6912Ask how large the maximum offset is that @value{GDBN} prints in a
6913symbolic address.
6914@end table
6915
6916@cindex wild pointer, interpreting
6917@cindex pointer, finding referent
6918If you have a pointer and you are not sure where it points, try
6919@samp{set print symbol-filename on}. Then you can determine the name
6920and source file location of the variable where it points, using
6921@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
6922For example, here @value{GDBN} shows that a variable @code{ptt} points
6923at another variable @code{t}, defined in @file{hi2.c}:
6924
474c8240 6925@smallexample
c906108c
SS
6926(@value{GDBP}) set print symbol-filename on
6927(@value{GDBP}) p/a ptt
6928$4 = 0xe008 <t in hi2.c>
474c8240 6929@end smallexample
c906108c
SS
6930
6931@quotation
6932@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
6933does not show the symbol name and filename of the referent, even with
6934the appropriate @code{set print} options turned on.
6935@end quotation
6936
6937Other settings control how different kinds of objects are printed:
6938
6939@table @code
c906108c
SS
6940@item set print array
6941@itemx set print array on
4644b6e3 6942@cindex pretty print arrays
c906108c
SS
6943Pretty print arrays. This format is more convenient to read,
6944but uses more space. The default is off.
6945
6946@item set print array off
6947Return to compressed format for arrays.
6948
c906108c
SS
6949@item show print array
6950Show whether compressed or pretty format is selected for displaying
6951arrays.
6952
3c9c013a
JB
6953@cindex print array indexes
6954@item set print array-indexes
6955@itemx set print array-indexes on
6956Print the index of each element when displaying arrays. May be more
6957convenient to locate a given element in the array or quickly find the
6958index of a given element in that printed array. The default is off.
6959
6960@item set print array-indexes off
6961Stop printing element indexes when displaying arrays.
6962
6963@item show print array-indexes
6964Show whether the index of each element is printed when displaying
6965arrays.
6966
c906108c 6967@item set print elements @var{number-of-elements}
4644b6e3 6968@cindex number of array elements to print
9c16f35a 6969@cindex limit on number of printed array elements
c906108c
SS
6970Set a limit on how many elements of an array @value{GDBN} will print.
6971If @value{GDBN} is printing a large array, it stops printing after it has
6972printed the number of elements set by the @code{set print elements} command.
6973This limit also applies to the display of strings.
d4f3574e 6974When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
6975Setting @var{number-of-elements} to zero means that the printing is unlimited.
6976
c906108c
SS
6977@item show print elements
6978Display the number of elements of a large array that @value{GDBN} will print.
6979If the number is 0, then the printing is unlimited.
6980
b4740add 6981@item set print frame-arguments @var{value}
a0381d3a 6982@kindex set print frame-arguments
b4740add
JB
6983@cindex printing frame argument values
6984@cindex print all frame argument values
6985@cindex print frame argument values for scalars only
6986@cindex do not print frame argument values
6987This command allows to control how the values of arguments are printed
6988when the debugger prints a frame (@pxref{Frames}). The possible
6989values are:
6990
6991@table @code
6992@item all
4f5376b2 6993The values of all arguments are printed.
b4740add
JB
6994
6995@item scalars
6996Print the value of an argument only if it is a scalar. The value of more
6997complex arguments such as arrays, structures, unions, etc, is replaced
4f5376b2
JB
6998by @code{@dots{}}. This is the default. Here is an example where
6999only scalar arguments are shown:
b4740add
JB
7000
7001@smallexample
7002#1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
7003 at frame-args.c:23
7004@end smallexample
7005
7006@item none
7007None of the argument values are printed. Instead, the value of each argument
7008is replaced by @code{@dots{}}. In this case, the example above now becomes:
7009
7010@smallexample
7011#1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
7012 at frame-args.c:23
7013@end smallexample
7014@end table
7015
4f5376b2
JB
7016By default, only scalar arguments are printed. This command can be used
7017to configure the debugger to print the value of all arguments, regardless
7018of their type. However, it is often advantageous to not print the value
7019of more complex parameters. For instance, it reduces the amount of
7020information printed in each frame, making the backtrace more readable.
7021Also, it improves performance when displaying Ada frames, because
7022the computation of large arguments can sometimes be CPU-intensive,
7023especially in large applications. Setting @code{print frame-arguments}
7024to @code{scalars} (the default) or @code{none} avoids this computation,
7025thus speeding up the display of each Ada frame.
b4740add
JB
7026
7027@item show print frame-arguments
7028Show how the value of arguments should be displayed when printing a frame.
7029
9c16f35a
EZ
7030@item set print repeats
7031@cindex repeated array elements
7032Set the threshold for suppressing display of repeated array
d3e8051b 7033elements. When the number of consecutive identical elements of an
9c16f35a
EZ
7034array exceeds the threshold, @value{GDBN} prints the string
7035@code{"<repeats @var{n} times>"}, where @var{n} is the number of
7036identical repetitions, instead of displaying the identical elements
7037themselves. Setting the threshold to zero will cause all elements to
7038be individually printed. The default threshold is 10.
7039
7040@item show print repeats
7041Display the current threshold for printing repeated identical
7042elements.
7043
c906108c 7044@item set print null-stop
4644b6e3 7045@cindex @sc{null} elements in arrays
c906108c 7046Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 7047@sc{null} is encountered. This is useful when large arrays actually
c906108c 7048contain only short strings.
d4f3574e 7049The default is off.
c906108c 7050
9c16f35a
EZ
7051@item show print null-stop
7052Show whether @value{GDBN} stops printing an array on the first
7053@sc{null} character.
7054
c906108c 7055@item set print pretty on
9c16f35a
EZ
7056@cindex print structures in indented form
7057@cindex indentation in structure display
5d161b24 7058Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
7059per line, like this:
7060
7061@smallexample
7062@group
7063$1 = @{
7064 next = 0x0,
7065 flags = @{
7066 sweet = 1,
7067 sour = 1
7068 @},
7069 meat = 0x54 "Pork"
7070@}
7071@end group
7072@end smallexample
7073
7074@item set print pretty off
7075Cause @value{GDBN} to print structures in a compact format, like this:
7076
7077@smallexample
7078@group
7079$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
7080meat = 0x54 "Pork"@}
7081@end group
7082@end smallexample
7083
7084@noindent
7085This is the default format.
7086
c906108c
SS
7087@item show print pretty
7088Show which format @value{GDBN} is using to print structures.
7089
c906108c 7090@item set print sevenbit-strings on
4644b6e3
EZ
7091@cindex eight-bit characters in strings
7092@cindex octal escapes in strings
c906108c
SS
7093Print using only seven-bit characters; if this option is set,
7094@value{GDBN} displays any eight-bit characters (in strings or
7095character values) using the notation @code{\}@var{nnn}. This setting is
7096best if you are working in English (@sc{ascii}) and you use the
7097high-order bit of characters as a marker or ``meta'' bit.
7098
7099@item set print sevenbit-strings off
7100Print full eight-bit characters. This allows the use of more
7101international character sets, and is the default.
7102
c906108c
SS
7103@item show print sevenbit-strings
7104Show whether or not @value{GDBN} is printing only seven-bit characters.
7105
c906108c 7106@item set print union on
4644b6e3 7107@cindex unions in structures, printing
9c16f35a
EZ
7108Tell @value{GDBN} to print unions which are contained in structures
7109and other unions. This is the default setting.
c906108c
SS
7110
7111@item set print union off
9c16f35a
EZ
7112Tell @value{GDBN} not to print unions which are contained in
7113structures and other unions. @value{GDBN} will print @code{"@{...@}"}
7114instead.
c906108c 7115
c906108c
SS
7116@item show print union
7117Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 7118structures and other unions.
c906108c
SS
7119
7120For example, given the declarations
7121
7122@smallexample
7123typedef enum @{Tree, Bug@} Species;
7124typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 7125typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
7126 Bug_forms;
7127
7128struct thing @{
7129 Species it;
7130 union @{
7131 Tree_forms tree;
7132 Bug_forms bug;
7133 @} form;
7134@};
7135
7136struct thing foo = @{Tree, @{Acorn@}@};
7137@end smallexample
7138
7139@noindent
7140with @code{set print union on} in effect @samp{p foo} would print
7141
7142@smallexample
7143$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
7144@end smallexample
7145
7146@noindent
7147and with @code{set print union off} in effect it would print
7148
7149@smallexample
7150$1 = @{it = Tree, form = @{...@}@}
7151@end smallexample
9c16f35a
EZ
7152
7153@noindent
7154@code{set print union} affects programs written in C-like languages
7155and in Pascal.
c906108c
SS
7156@end table
7157
c906108c
SS
7158@need 1000
7159@noindent
b37052ae 7160These settings are of interest when debugging C@t{++} programs:
c906108c
SS
7161
7162@table @code
4644b6e3 7163@cindex demangling C@t{++} names
c906108c
SS
7164@item set print demangle
7165@itemx set print demangle on
b37052ae 7166Print C@t{++} names in their source form rather than in the encoded
c906108c 7167(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 7168linkage. The default is on.
c906108c 7169
c906108c 7170@item show print demangle
b37052ae 7171Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 7172
c906108c
SS
7173@item set print asm-demangle
7174@itemx set print asm-demangle on
b37052ae 7175Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
7176in assembler code printouts such as instruction disassemblies.
7177The default is off.
7178
c906108c 7179@item show print asm-demangle
b37052ae 7180Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
7181or demangled form.
7182
b37052ae
EZ
7183@cindex C@t{++} symbol decoding style
7184@cindex symbol decoding style, C@t{++}
a8f24a35 7185@kindex set demangle-style
c906108c
SS
7186@item set demangle-style @var{style}
7187Choose among several encoding schemes used by different compilers to
b37052ae 7188represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
7189
7190@table @code
7191@item auto
7192Allow @value{GDBN} to choose a decoding style by inspecting your program.
7193
7194@item gnu
b37052ae 7195Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 7196This is the default.
c906108c
SS
7197
7198@item hp
b37052ae 7199Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
7200
7201@item lucid
b37052ae 7202Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
7203
7204@item arm
b37052ae 7205Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
7206@strong{Warning:} this setting alone is not sufficient to allow
7207debugging @code{cfront}-generated executables. @value{GDBN} would
7208require further enhancement to permit that.
7209
7210@end table
7211If you omit @var{style}, you will see a list of possible formats.
7212
c906108c 7213@item show demangle-style
b37052ae 7214Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 7215
c906108c
SS
7216@item set print object
7217@itemx set print object on
4644b6e3 7218@cindex derived type of an object, printing
9c16f35a 7219@cindex display derived types
c906108c
SS
7220When displaying a pointer to an object, identify the @emph{actual}
7221(derived) type of the object rather than the @emph{declared} type, using
7222the virtual function table.
7223
7224@item set print object off
7225Display only the declared type of objects, without reference to the
7226virtual function table. This is the default setting.
7227
c906108c
SS
7228@item show print object
7229Show whether actual, or declared, object types are displayed.
7230
c906108c
SS
7231@item set print static-members
7232@itemx set print static-members on
4644b6e3 7233@cindex static members of C@t{++} objects
b37052ae 7234Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
7235
7236@item set print static-members off
b37052ae 7237Do not print static members when displaying a C@t{++} object.
c906108c 7238
c906108c 7239@item show print static-members
9c16f35a
EZ
7240Show whether C@t{++} static members are printed or not.
7241
7242@item set print pascal_static-members
7243@itemx set print pascal_static-members on
d3e8051b
EZ
7244@cindex static members of Pascal objects
7245@cindex Pascal objects, static members display
9c16f35a
EZ
7246Print static members when displaying a Pascal object. The default is on.
7247
7248@item set print pascal_static-members off
7249Do not print static members when displaying a Pascal object.
7250
7251@item show print pascal_static-members
7252Show whether Pascal static members are printed or not.
c906108c
SS
7253
7254@c These don't work with HP ANSI C++ yet.
c906108c
SS
7255@item set print vtbl
7256@itemx set print vtbl on
4644b6e3 7257@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
7258@cindex virtual functions (C@t{++}) display
7259@cindex VTBL display
b37052ae 7260Pretty print C@t{++} virtual function tables. The default is off.
c906108c 7261(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 7262ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
7263
7264@item set print vtbl off
b37052ae 7265Do not pretty print C@t{++} virtual function tables.
c906108c 7266
c906108c 7267@item show print vtbl
b37052ae 7268Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 7269@end table
c906108c 7270
6d2ebf8b 7271@node Value History
79a6e687 7272@section Value History
c906108c
SS
7273
7274@cindex value history
9c16f35a 7275@cindex history of values printed by @value{GDBN}
5d161b24
DB
7276Values printed by the @code{print} command are saved in the @value{GDBN}
7277@dfn{value history}. This allows you to refer to them in other expressions.
7278Values are kept until the symbol table is re-read or discarded
7279(for example with the @code{file} or @code{symbol-file} commands).
7280When the symbol table changes, the value history is discarded,
7281since the values may contain pointers back to the types defined in the
c906108c
SS
7282symbol table.
7283
7284@cindex @code{$}
7285@cindex @code{$$}
7286@cindex history number
7287The values printed are given @dfn{history numbers} by which you can
7288refer to them. These are successive integers starting with one.
7289@code{print} shows you the history number assigned to a value by
7290printing @samp{$@var{num} = } before the value; here @var{num} is the
7291history number.
7292
7293To refer to any previous value, use @samp{$} followed by the value's
7294history number. The way @code{print} labels its output is designed to
7295remind you of this. Just @code{$} refers to the most recent value in
7296the history, and @code{$$} refers to the value before that.
7297@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
7298is the value just prior to @code{$$}, @code{$$1} is equivalent to
7299@code{$$}, and @code{$$0} is equivalent to @code{$}.
7300
7301For example, suppose you have just printed a pointer to a structure and
7302want to see the contents of the structure. It suffices to type
7303
474c8240 7304@smallexample
c906108c 7305p *$
474c8240 7306@end smallexample
c906108c
SS
7307
7308If you have a chain of structures where the component @code{next} points
7309to the next one, you can print the contents of the next one with this:
7310
474c8240 7311@smallexample
c906108c 7312p *$.next
474c8240 7313@end smallexample
c906108c
SS
7314
7315@noindent
7316You can print successive links in the chain by repeating this
7317command---which you can do by just typing @key{RET}.
7318
7319Note that the history records values, not expressions. If the value of
7320@code{x} is 4 and you type these commands:
7321
474c8240 7322@smallexample
c906108c
SS
7323print x
7324set x=5
474c8240 7325@end smallexample
c906108c
SS
7326
7327@noindent
7328then the value recorded in the value history by the @code{print} command
7329remains 4 even though the value of @code{x} has changed.
7330
7331@table @code
7332@kindex show values
7333@item show values
7334Print the last ten values in the value history, with their item numbers.
7335This is like @samp{p@ $$9} repeated ten times, except that @code{show
7336values} does not change the history.
7337
7338@item show values @var{n}
7339Print ten history values centered on history item number @var{n}.
7340
7341@item show values +
7342Print ten history values just after the values last printed. If no more
7343values are available, @code{show values +} produces no display.
7344@end table
7345
7346Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
7347same effect as @samp{show values +}.
7348
6d2ebf8b 7349@node Convenience Vars
79a6e687 7350@section Convenience Variables
c906108c
SS
7351
7352@cindex convenience variables
9c16f35a 7353@cindex user-defined variables
c906108c
SS
7354@value{GDBN} provides @dfn{convenience variables} that you can use within
7355@value{GDBN} to hold on to a value and refer to it later. These variables
7356exist entirely within @value{GDBN}; they are not part of your program, and
7357setting a convenience variable has no direct effect on further execution
7358of your program. That is why you can use them freely.
7359
7360Convenience variables are prefixed with @samp{$}. Any name preceded by
7361@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 7362the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c 7363(Value history references, in contrast, are @emph{numbers} preceded
79a6e687 7364by @samp{$}. @xref{Value History, ,Value History}.)
c906108c
SS
7365
7366You can save a value in a convenience variable with an assignment
7367expression, just as you would set a variable in your program.
7368For example:
7369
474c8240 7370@smallexample
c906108c 7371set $foo = *object_ptr
474c8240 7372@end smallexample
c906108c
SS
7373
7374@noindent
7375would save in @code{$foo} the value contained in the object pointed to by
7376@code{object_ptr}.
7377
7378Using a convenience variable for the first time creates it, but its
7379value is @code{void} until you assign a new value. You can alter the
7380value with another assignment at any time.
7381
7382Convenience variables have no fixed types. You can assign a convenience
7383variable any type of value, including structures and arrays, even if
7384that variable already has a value of a different type. The convenience
7385variable, when used as an expression, has the type of its current value.
7386
7387@table @code
7388@kindex show convenience
9c16f35a 7389@cindex show all user variables
c906108c
SS
7390@item show convenience
7391Print a list of convenience variables used so far, and their values.
d4f3574e 7392Abbreviated @code{show conv}.
53e5f3cf
AS
7393
7394@kindex init-if-undefined
7395@cindex convenience variables, initializing
7396@item init-if-undefined $@var{variable} = @var{expression}
7397Set a convenience variable if it has not already been set. This is useful
7398for user-defined commands that keep some state. It is similar, in concept,
7399to using local static variables with initializers in C (except that
7400convenience variables are global). It can also be used to allow users to
7401override default values used in a command script.
7402
7403If the variable is already defined then the expression is not evaluated so
7404any side-effects do not occur.
c906108c
SS
7405@end table
7406
7407One of the ways to use a convenience variable is as a counter to be
7408incremented or a pointer to be advanced. For example, to print
7409a field from successive elements of an array of structures:
7410
474c8240 7411@smallexample
c906108c
SS
7412set $i = 0
7413print bar[$i++]->contents
474c8240 7414@end smallexample
c906108c 7415
d4f3574e
SS
7416@noindent
7417Repeat that command by typing @key{RET}.
c906108c
SS
7418
7419Some convenience variables are created automatically by @value{GDBN} and given
7420values likely to be useful.
7421
7422@table @code
41afff9a 7423@vindex $_@r{, convenience variable}
c906108c
SS
7424@item $_
7425The variable @code{$_} is automatically set by the @code{x} command to
79a6e687 7426the last address examined (@pxref{Memory, ,Examining Memory}). Other
c906108c
SS
7427commands which provide a default address for @code{x} to examine also
7428set @code{$_} to that address; these commands include @code{info line}
7429and @code{info breakpoint}. The type of @code{$_} is @code{void *}
7430except when set by the @code{x} command, in which case it is a pointer
7431to the type of @code{$__}.
7432
41afff9a 7433@vindex $__@r{, convenience variable}
c906108c
SS
7434@item $__
7435The variable @code{$__} is automatically set by the @code{x} command
7436to the value found in the last address examined. Its type is chosen
7437to match the format in which the data was printed.
7438
7439@item $_exitcode
41afff9a 7440@vindex $_exitcode@r{, convenience variable}
c906108c
SS
7441The variable @code{$_exitcode} is automatically set to the exit code when
7442the program being debugged terminates.
4aa995e1
PA
7443
7444@item $_siginfo
7445@vindex $_siginfo@r{, convenience variable}
7446The variable @code{$_siginfo} is bound to extra signal information
7447inspection (@pxref{extra signal information}).
c906108c
SS
7448@end table
7449
53a5351d
JM
7450On HP-UX systems, if you refer to a function or variable name that
7451begins with a dollar sign, @value{GDBN} searches for a user or system
7452name first, before it searches for a convenience variable.
c906108c 7453
bc3b79fd
TJB
7454@cindex convenience functions
7455@value{GDBN} also supplies some @dfn{convenience functions}. These
7456have a syntax similar to convenience variables. A convenience
7457function can be used in an expression just like an ordinary function;
7458however, a convenience function is implemented internally to
7459@value{GDBN}.
7460
7461@table @code
7462@item help function
7463@kindex help function
7464@cindex show all convenience functions
7465Print a list of all convenience functions.
7466@end table
7467
6d2ebf8b 7468@node Registers
c906108c
SS
7469@section Registers
7470
7471@cindex registers
7472You can refer to machine register contents, in expressions, as variables
7473with names starting with @samp{$}. The names of registers are different
7474for each machine; use @code{info registers} to see the names used on
7475your machine.
7476
7477@table @code
7478@kindex info registers
7479@item info registers
7480Print the names and values of all registers except floating-point
c85508ee 7481and vector registers (in the selected stack frame).
c906108c
SS
7482
7483@kindex info all-registers
7484@cindex floating point registers
7485@item info all-registers
7486Print the names and values of all registers, including floating-point
c85508ee 7487and vector registers (in the selected stack frame).
c906108c
SS
7488
7489@item info registers @var{regname} @dots{}
7490Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
7491As discussed in detail below, register values are normally relative to
7492the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
7493the machine you are using, with or without the initial @samp{$}.
7494@end table
7495
e09f16f9
EZ
7496@cindex stack pointer register
7497@cindex program counter register
7498@cindex process status register
7499@cindex frame pointer register
7500@cindex standard registers
c906108c
SS
7501@value{GDBN} has four ``standard'' register names that are available (in
7502expressions) on most machines---whenever they do not conflict with an
7503architecture's canonical mnemonics for registers. The register names
7504@code{$pc} and @code{$sp} are used for the program counter register and
7505the stack pointer. @code{$fp} is used for a register that contains a
7506pointer to the current stack frame, and @code{$ps} is used for a
7507register that contains the processor status. For example,
7508you could print the program counter in hex with
7509
474c8240 7510@smallexample
c906108c 7511p/x $pc
474c8240 7512@end smallexample
c906108c
SS
7513
7514@noindent
7515or print the instruction to be executed next with
7516
474c8240 7517@smallexample
c906108c 7518x/i $pc
474c8240 7519@end smallexample
c906108c
SS
7520
7521@noindent
7522or add four to the stack pointer@footnote{This is a way of removing
7523one word from the stack, on machines where stacks grow downward in
7524memory (most machines, nowadays). This assumes that the innermost
7525stack frame is selected; setting @code{$sp} is not allowed when other
7526stack frames are selected. To pop entire frames off the stack,
7527regardless of machine architecture, use @code{return};
79a6e687 7528see @ref{Returning, ,Returning from a Function}.} with
c906108c 7529
474c8240 7530@smallexample
c906108c 7531set $sp += 4
474c8240 7532@end smallexample
c906108c
SS
7533
7534Whenever possible, these four standard register names are available on
7535your machine even though the machine has different canonical mnemonics,
7536so long as there is no conflict. The @code{info registers} command
7537shows the canonical names. For example, on the SPARC, @code{info
7538registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
7539can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
7540is an alias for the @sc{eflags} register.
c906108c
SS
7541
7542@value{GDBN} always considers the contents of an ordinary register as an
7543integer when the register is examined in this way. Some machines have
7544special registers which can hold nothing but floating point; these
7545registers are considered to have floating point values. There is no way
7546to refer to the contents of an ordinary register as floating point value
7547(although you can @emph{print} it as a floating point value with
7548@samp{print/f $@var{regname}}).
7549
7550Some registers have distinct ``raw'' and ``virtual'' data formats. This
7551means that the data format in which the register contents are saved by
7552the operating system is not the same one that your program normally
7553sees. For example, the registers of the 68881 floating point
7554coprocessor are always saved in ``extended'' (raw) format, but all C
7555programs expect to work with ``double'' (virtual) format. In such
5d161b24 7556cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
7557that makes sense for your program), but the @code{info registers} command
7558prints the data in both formats.
7559
36b80e65
EZ
7560@cindex SSE registers (x86)
7561@cindex MMX registers (x86)
7562Some machines have special registers whose contents can be interpreted
7563in several different ways. For example, modern x86-based machines
7564have SSE and MMX registers that can hold several values packed
7565together in several different formats. @value{GDBN} refers to such
7566registers in @code{struct} notation:
7567
7568@smallexample
7569(@value{GDBP}) print $xmm1
7570$1 = @{
7571 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
7572 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
7573 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
7574 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
7575 v4_int32 = @{0, 20657912, 11, 13@},
7576 v2_int64 = @{88725056443645952, 55834574859@},
7577 uint128 = 0x0000000d0000000b013b36f800000000
7578@}
7579@end smallexample
7580
7581@noindent
7582To set values of such registers, you need to tell @value{GDBN} which
7583view of the register you wish to change, as if you were assigning
7584value to a @code{struct} member:
7585
7586@smallexample
7587 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
7588@end smallexample
7589
c906108c 7590Normally, register values are relative to the selected stack frame
79a6e687 7591(@pxref{Selection, ,Selecting a Frame}). This means that you get the
c906108c
SS
7592value that the register would contain if all stack frames farther in
7593were exited and their saved registers restored. In order to see the
7594true contents of hardware registers, you must select the innermost
7595frame (with @samp{frame 0}).
7596
7597However, @value{GDBN} must deduce where registers are saved, from the machine
7598code generated by your compiler. If some registers are not saved, or if
7599@value{GDBN} is unable to locate the saved registers, the selected stack
7600frame makes no difference.
7601
6d2ebf8b 7602@node Floating Point Hardware
79a6e687 7603@section Floating Point Hardware
c906108c
SS
7604@cindex floating point
7605
7606Depending on the configuration, @value{GDBN} may be able to give
7607you more information about the status of the floating point hardware.
7608
7609@table @code
7610@kindex info float
7611@item info float
7612Display hardware-dependent information about the floating
7613point unit. The exact contents and layout vary depending on the
7614floating point chip. Currently, @samp{info float} is supported on
7615the ARM and x86 machines.
7616@end table
c906108c 7617
e76f1f2e
AC
7618@node Vector Unit
7619@section Vector Unit
7620@cindex vector unit
7621
7622Depending on the configuration, @value{GDBN} may be able to give you
7623more information about the status of the vector unit.
7624
7625@table @code
7626@kindex info vector
7627@item info vector
7628Display information about the vector unit. The exact contents and
7629layout vary depending on the hardware.
7630@end table
7631
721c2651 7632@node OS Information
79a6e687 7633@section Operating System Auxiliary Information
721c2651
EZ
7634@cindex OS information
7635
7636@value{GDBN} provides interfaces to useful OS facilities that can help
7637you debug your program.
7638
7639@cindex @code{ptrace} system call
7640@cindex @code{struct user} contents
7641When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
7642machines), it interfaces with the inferior via the @code{ptrace}
7643system call. The operating system creates a special sata structure,
7644called @code{struct user}, for this interface. You can use the
7645command @code{info udot} to display the contents of this data
7646structure.
7647
7648@table @code
7649@item info udot
7650@kindex info udot
7651Display the contents of the @code{struct user} maintained by the OS
7652kernel for the program being debugged. @value{GDBN} displays the
7653contents of @code{struct user} as a list of hex numbers, similar to
7654the @code{examine} command.
7655@end table
7656
b383017d
RM
7657@cindex auxiliary vector
7658@cindex vector, auxiliary
b383017d
RM
7659Some operating systems supply an @dfn{auxiliary vector} to programs at
7660startup. This is akin to the arguments and environment that you
7661specify for a program, but contains a system-dependent variety of
7662binary values that tell system libraries important details about the
7663hardware, operating system, and process. Each value's purpose is
7664identified by an integer tag; the meanings are well-known but system-specific.
7665Depending on the configuration and operating system facilities,
9c16f35a
EZ
7666@value{GDBN} may be able to show you this information. For remote
7667targets, this functionality may further depend on the remote stub's
427c3a89
DJ
7668support of the @samp{qXfer:auxv:read} packet, see
7669@ref{qXfer auxiliary vector read}.
b383017d
RM
7670
7671@table @code
7672@kindex info auxv
7673@item info auxv
7674Display the auxiliary vector of the inferior, which can be either a
e4937fc1 7675live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
7676numerically, and also shows names and text descriptions for recognized
7677tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 7678pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
7679most appropriate form for a recognized tag, and in hexadecimal for
7680an unrecognized tag.
7681@end table
7682
07e059b5
VP
7683On some targets, @value{GDBN} can access operating-system-specific information
7684and display it to user, without interpretation. For remote targets,
7685this functionality depends on the remote stub's support of the
7686@samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
7687
7688@table @code
7689@kindex info os processes
7690@item info os processes
7691Display the list of processes on the target. For each process,
7692@value{GDBN} prints the process identifier, the name of the user, and
7693the command corresponding to the process.
7694@end table
721c2651 7695
29e57380 7696@node Memory Region Attributes
79a6e687 7697@section Memory Region Attributes
29e57380
C
7698@cindex memory region attributes
7699
b383017d 7700@dfn{Memory region attributes} allow you to describe special handling
fd79ecee
DJ
7701required by regions of your target's memory. @value{GDBN} uses
7702attributes to determine whether to allow certain types of memory
7703accesses; whether to use specific width accesses; and whether to cache
7704target memory. By default the description of memory regions is
7705fetched from the target (if the current target supports this), but the
7706user can override the fetched regions.
29e57380
C
7707
7708Defined memory regions can be individually enabled and disabled. When a
7709memory region is disabled, @value{GDBN} uses the default attributes when
7710accessing memory in that region. Similarly, if no memory regions have
7711been defined, @value{GDBN} uses the default attributes when accessing
7712all memory.
7713
b383017d 7714When a memory region is defined, it is given a number to identify it;
29e57380
C
7715to enable, disable, or remove a memory region, you specify that number.
7716
7717@table @code
7718@kindex mem
bfac230e 7719@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
7720Define a memory region bounded by @var{lower} and @var{upper} with
7721attributes @var{attributes}@dots{}, and add it to the list of regions
7722monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
d3e8051b 7723case: it is treated as the target's maximum memory address.
bfac230e 7724(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380 7725
fd79ecee
DJ
7726@item mem auto
7727Discard any user changes to the memory regions and use target-supplied
7728regions, if available, or no regions if the target does not support.
7729
29e57380
C
7730@kindex delete mem
7731@item delete mem @var{nums}@dots{}
09d4efe1
EZ
7732Remove memory regions @var{nums}@dots{} from the list of regions
7733monitored by @value{GDBN}.
29e57380
C
7734
7735@kindex disable mem
7736@item disable mem @var{nums}@dots{}
09d4efe1 7737Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 7738A disabled memory region is not forgotten.
29e57380
C
7739It may be enabled again later.
7740
7741@kindex enable mem
7742@item enable mem @var{nums}@dots{}
09d4efe1 7743Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
7744
7745@kindex info mem
7746@item info mem
7747Print a table of all defined memory regions, with the following columns
09d4efe1 7748for each region:
29e57380
C
7749
7750@table @emph
7751@item Memory Region Number
7752@item Enabled or Disabled.
b383017d 7753Enabled memory regions are marked with @samp{y}.
29e57380
C
7754Disabled memory regions are marked with @samp{n}.
7755
7756@item Lo Address
7757The address defining the inclusive lower bound of the memory region.
7758
7759@item Hi Address
7760The address defining the exclusive upper bound of the memory region.
7761
7762@item Attributes
7763The list of attributes set for this memory region.
7764@end table
7765@end table
7766
7767
7768@subsection Attributes
7769
b383017d 7770@subsubsection Memory Access Mode
29e57380
C
7771The access mode attributes set whether @value{GDBN} may make read or
7772write accesses to a memory region.
7773
7774While these attributes prevent @value{GDBN} from performing invalid
7775memory accesses, they do nothing to prevent the target system, I/O DMA,
359df76b 7776etc.@: from accessing memory.
29e57380
C
7777
7778@table @code
7779@item ro
7780Memory is read only.
7781@item wo
7782Memory is write only.
7783@item rw
6ca652b0 7784Memory is read/write. This is the default.
29e57380
C
7785@end table
7786
7787@subsubsection Memory Access Size
d3e8051b 7788The access size attribute tells @value{GDBN} to use specific sized
29e57380
C
7789accesses in the memory region. Often memory mapped device registers
7790require specific sized accesses. If no access size attribute is
7791specified, @value{GDBN} may use accesses of any size.
7792
7793@table @code
7794@item 8
7795Use 8 bit memory accesses.
7796@item 16
7797Use 16 bit memory accesses.
7798@item 32
7799Use 32 bit memory accesses.
7800@item 64
7801Use 64 bit memory accesses.
7802@end table
7803
7804@c @subsubsection Hardware/Software Breakpoints
7805@c The hardware/software breakpoint attributes set whether @value{GDBN}
7806@c will use hardware or software breakpoints for the internal breakpoints
7807@c used by the step, next, finish, until, etc. commands.
7808@c
7809@c @table @code
7810@c @item hwbreak
b383017d 7811@c Always use hardware breakpoints
29e57380
C
7812@c @item swbreak (default)
7813@c @end table
7814
7815@subsubsection Data Cache
7816The data cache attributes set whether @value{GDBN} will cache target
7817memory. While this generally improves performance by reducing debug
7818protocol overhead, it can lead to incorrect results because @value{GDBN}
7819does not know about volatile variables or memory mapped device
7820registers.
7821
7822@table @code
7823@item cache
b383017d 7824Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
7825@item nocache
7826Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
7827@end table
7828
4b5752d0
VP
7829@subsection Memory Access Checking
7830@value{GDBN} can be instructed to refuse accesses to memory that is
7831not explicitly described. This can be useful if accessing such
7832regions has undesired effects for a specific target, or to provide
7833better error checking. The following commands control this behaviour.
7834
7835@table @code
7836@kindex set mem inaccessible-by-default
7837@item set mem inaccessible-by-default [on|off]
7838If @code{on} is specified, make @value{GDBN} treat memory not
7839explicitly described by the memory ranges as non-existent and refuse accesses
7840to such memory. The checks are only performed if there's at least one
7841memory range defined. If @code{off} is specified, make @value{GDBN}
7842treat the memory not explicitly described by the memory ranges as RAM.
56cf5405 7843The default value is @code{on}.
4b5752d0
VP
7844@kindex show mem inaccessible-by-default
7845@item show mem inaccessible-by-default
7846Show the current handling of accesses to unknown memory.
7847@end table
7848
7849
29e57380 7850@c @subsubsection Memory Write Verification
b383017d 7851@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
7852@c will re-reads data after each write to verify the write was successful.
7853@c
7854@c @table @code
7855@c @item verify
7856@c @item noverify (default)
7857@c @end table
7858
16d9dec6 7859@node Dump/Restore Files
79a6e687 7860@section Copy Between Memory and a File
16d9dec6
MS
7861@cindex dump/restore files
7862@cindex append data to a file
7863@cindex dump data to a file
7864@cindex restore data from a file
16d9dec6 7865
df5215a6
JB
7866You can use the commands @code{dump}, @code{append}, and
7867@code{restore} to copy data between target memory and a file. The
7868@code{dump} and @code{append} commands write data to a file, and the
7869@code{restore} command reads data from a file back into the inferior's
7870memory. Files may be in binary, Motorola S-record, Intel hex, or
7871Tektronix Hex format; however, @value{GDBN} can only append to binary
7872files.
7873
7874@table @code
7875
7876@kindex dump
7877@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
7878@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
7879Dump the contents of memory from @var{start_addr} to @var{end_addr},
7880or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 7881
df5215a6 7882The @var{format} parameter may be any one of:
16d9dec6 7883@table @code
df5215a6
JB
7884@item binary
7885Raw binary form.
7886@item ihex
7887Intel hex format.
7888@item srec
7889Motorola S-record format.
7890@item tekhex
7891Tektronix Hex format.
7892@end table
7893
7894@value{GDBN} uses the same definitions of these formats as the
7895@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
7896@var{format} is omitted, @value{GDBN} dumps the data in raw binary
7897form.
7898
7899@kindex append
7900@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
7901@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
7902Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 7903or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
7904(@value{GDBN} can only append data to files in raw binary form.)
7905
7906@kindex restore
7907@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
7908Restore the contents of file @var{filename} into memory. The
7909@code{restore} command can automatically recognize any known @sc{bfd}
7910file format, except for raw binary. To restore a raw binary file you
7911must specify the optional keyword @code{binary} after the filename.
16d9dec6 7912
b383017d 7913If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
7914contained in the file. Binary files always start at address zero, so
7915they will be restored at address @var{bias}. Other bfd files have
7916a built-in location; they will be restored at offset @var{bias}
7917from that location.
7918
7919If @var{start} and/or @var{end} are non-zero, then only data between
7920file offset @var{start} and file offset @var{end} will be restored.
b383017d 7921These offsets are relative to the addresses in the file, before
16d9dec6
MS
7922the @var{bias} argument is applied.
7923
7924@end table
7925
384ee23f
EZ
7926@node Core File Generation
7927@section How to Produce a Core File from Your Program
7928@cindex dump core from inferior
7929
7930A @dfn{core file} or @dfn{core dump} is a file that records the memory
7931image of a running process and its process status (register values
7932etc.). Its primary use is post-mortem debugging of a program that
7933crashed while it ran outside a debugger. A program that crashes
7934automatically produces a core file, unless this feature is disabled by
7935the user. @xref{Files}, for information on invoking @value{GDBN} in
7936the post-mortem debugging mode.
7937
7938Occasionally, you may wish to produce a core file of the program you
7939are debugging in order to preserve a snapshot of its state.
7940@value{GDBN} has a special command for that.
7941
7942@table @code
7943@kindex gcore
7944@kindex generate-core-file
7945@item generate-core-file [@var{file}]
7946@itemx gcore [@var{file}]
7947Produce a core dump of the inferior process. The optional argument
7948@var{file} specifies the file name where to put the core dump. If not
7949specified, the file name defaults to @file{core.@var{pid}}, where
7950@var{pid} is the inferior process ID.
7951
7952Note that this command is implemented only for some systems (as of
7953this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
7954@end table
7955
a0eb71c5
KB
7956@node Character Sets
7957@section Character Sets
7958@cindex character sets
7959@cindex charset
7960@cindex translating between character sets
7961@cindex host character set
7962@cindex target character set
7963
7964If the program you are debugging uses a different character set to
7965represent characters and strings than the one @value{GDBN} uses itself,
7966@value{GDBN} can automatically translate between the character sets for
7967you. The character set @value{GDBN} uses we call the @dfn{host
7968character set}; the one the inferior program uses we call the
7969@dfn{target character set}.
7970
7971For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
7972uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
ea35711c 7973remote protocol (@pxref{Remote Debugging}) to debug a program
a0eb71c5
KB
7974running on an IBM mainframe, which uses the @sc{ebcdic} character set,
7975then the host character set is Latin-1, and the target character set is
7976@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 7977target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
7978@sc{ebcdic} and Latin 1 as you print character or string values, or use
7979character and string literals in expressions.
7980
7981@value{GDBN} has no way to automatically recognize which character set
7982the inferior program uses; you must tell it, using the @code{set
7983target-charset} command, described below.
7984
7985Here are the commands for controlling @value{GDBN}'s character set
7986support:
7987
7988@table @code
7989@item set target-charset @var{charset}
7990@kindex set target-charset
10af6951
EZ
7991Set the current target character set to @var{charset}. To display the
7992list of supported target character sets, type
7993@kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
a0eb71c5 7994
a0eb71c5
KB
7995@item set host-charset @var{charset}
7996@kindex set host-charset
7997Set the current host character set to @var{charset}.
7998
7999By default, @value{GDBN} uses a host character set appropriate to the
8000system it is running on; you can override that default using the
8001@code{set host-charset} command.
8002
8003@value{GDBN} can only use certain character sets as its host character
10af6951
EZ
8004set. If you type @kbd{@w{set target-charset @key{TAB}@key{TAB}}},
8005@value{GDBN} will list the host character sets it supports.
a0eb71c5
KB
8006
8007@item set charset @var{charset}
8008@kindex set charset
e33d66ec 8009Set the current host and target character sets to @var{charset}. As
10af6951
EZ
8010above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
8011@value{GDBN} will list the names of the character sets that can be used
e33d66ec
EZ
8012for both host and target.
8013
a0eb71c5 8014@item show charset
a0eb71c5 8015@kindex show charset
10af6951 8016Show the names of the current host and target character sets.
e33d66ec 8017
10af6951 8018@item show host-charset
a0eb71c5 8019@kindex show host-charset
10af6951 8020Show the name of the current host character set.
e33d66ec 8021
10af6951 8022@item show target-charset
a0eb71c5 8023@kindex show target-charset
10af6951 8024Show the name of the current target character set.
a0eb71c5 8025
10af6951
EZ
8026@item set target-wide-charset @var{charset}
8027@kindex set target-wide-charset
8028Set the current target's wide character set to @var{charset}. This is
8029the character set used by the target's @code{wchar_t} type. To
8030display the list of supported wide character sets, type
8031@kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
8032
8033@item show target-wide-charset
8034@kindex show target-wide-charset
8035Show the name of the current target's wide character set.
a0eb71c5
KB
8036@end table
8037
a0eb71c5
KB
8038Here is an example of @value{GDBN}'s character set support in action.
8039Assume that the following source code has been placed in the file
8040@file{charset-test.c}:
8041
8042@smallexample
8043#include <stdio.h>
8044
8045char ascii_hello[]
8046 = @{72, 101, 108, 108, 111, 44, 32, 119,
8047 111, 114, 108, 100, 33, 10, 0@};
8048char ibm1047_hello[]
8049 = @{200, 133, 147, 147, 150, 107, 64, 166,
8050 150, 153, 147, 132, 90, 37, 0@};
8051
8052main ()
8053@{
8054 printf ("Hello, world!\n");
8055@}
10998722 8056@end smallexample
a0eb71c5
KB
8057
8058In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
8059containing the string @samp{Hello, world!} followed by a newline,
8060encoded in the @sc{ascii} and @sc{ibm1047} character sets.
8061
8062We compile the program, and invoke the debugger on it:
8063
8064@smallexample
8065$ gcc -g charset-test.c -o charset-test
8066$ gdb -nw charset-test
8067GNU gdb 2001-12-19-cvs
8068Copyright 2001 Free Software Foundation, Inc.
8069@dots{}
f7dc1244 8070(@value{GDBP})
10998722 8071@end smallexample
a0eb71c5
KB
8072
8073We can use the @code{show charset} command to see what character sets
8074@value{GDBN} is currently using to interpret and display characters and
8075strings:
8076
8077@smallexample
f7dc1244 8078(@value{GDBP}) show charset
e33d66ec 8079The current host and target character set is `ISO-8859-1'.
f7dc1244 8080(@value{GDBP})
10998722 8081@end smallexample
a0eb71c5
KB
8082
8083For the sake of printing this manual, let's use @sc{ascii} as our
8084initial character set:
8085@smallexample
f7dc1244
EZ
8086(@value{GDBP}) set charset ASCII
8087(@value{GDBP}) show charset
e33d66ec 8088The current host and target character set is `ASCII'.
f7dc1244 8089(@value{GDBP})
10998722 8090@end smallexample
a0eb71c5
KB
8091
8092Let's assume that @sc{ascii} is indeed the correct character set for our
8093host system --- in other words, let's assume that if @value{GDBN} prints
8094characters using the @sc{ascii} character set, our terminal will display
8095them properly. Since our current target character set is also
8096@sc{ascii}, the contents of @code{ascii_hello} print legibly:
8097
8098@smallexample
f7dc1244 8099(@value{GDBP}) print ascii_hello
a0eb71c5 8100$1 = 0x401698 "Hello, world!\n"
f7dc1244 8101(@value{GDBP}) print ascii_hello[0]
a0eb71c5 8102$2 = 72 'H'
f7dc1244 8103(@value{GDBP})
10998722 8104@end smallexample
a0eb71c5
KB
8105
8106@value{GDBN} uses the target character set for character and string
8107literals you use in expressions:
8108
8109@smallexample
f7dc1244 8110(@value{GDBP}) print '+'
a0eb71c5 8111$3 = 43 '+'
f7dc1244 8112(@value{GDBP})
10998722 8113@end smallexample
a0eb71c5
KB
8114
8115The @sc{ascii} character set uses the number 43 to encode the @samp{+}
8116character.
8117
8118@value{GDBN} relies on the user to tell it which character set the
8119target program uses. If we print @code{ibm1047_hello} while our target
8120character set is still @sc{ascii}, we get jibberish:
8121
8122@smallexample
f7dc1244 8123(@value{GDBP}) print ibm1047_hello
a0eb71c5 8124$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 8125(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 8126$5 = 200 '\310'
f7dc1244 8127(@value{GDBP})
10998722 8128@end smallexample
a0eb71c5 8129
e33d66ec 8130If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
8131@value{GDBN} tells us the character sets it supports:
8132
8133@smallexample
f7dc1244 8134(@value{GDBP}) set target-charset
b383017d 8135ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 8136(@value{GDBP}) set target-charset
10998722 8137@end smallexample
a0eb71c5
KB
8138
8139We can select @sc{ibm1047} as our target character set, and examine the
8140program's strings again. Now the @sc{ascii} string is wrong, but
8141@value{GDBN} translates the contents of @code{ibm1047_hello} from the
8142target character set, @sc{ibm1047}, to the host character set,
8143@sc{ascii}, and they display correctly:
8144
8145@smallexample
f7dc1244
EZ
8146(@value{GDBP}) set target-charset IBM1047
8147(@value{GDBP}) show charset
e33d66ec
EZ
8148The current host character set is `ASCII'.
8149The current target character set is `IBM1047'.
f7dc1244 8150(@value{GDBP}) print ascii_hello
a0eb71c5 8151$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 8152(@value{GDBP}) print ascii_hello[0]
a0eb71c5 8153$7 = 72 '\110'
f7dc1244 8154(@value{GDBP}) print ibm1047_hello
a0eb71c5 8155$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 8156(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 8157$9 = 200 'H'
f7dc1244 8158(@value{GDBP})
10998722 8159@end smallexample
a0eb71c5
KB
8160
8161As above, @value{GDBN} uses the target character set for character and
8162string literals you use in expressions:
8163
8164@smallexample
f7dc1244 8165(@value{GDBP}) print '+'
a0eb71c5 8166$10 = 78 '+'
f7dc1244 8167(@value{GDBP})
10998722 8168@end smallexample
a0eb71c5 8169
e33d66ec 8170The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
8171character.
8172
09d4efe1
EZ
8173@node Caching Remote Data
8174@section Caching Data of Remote Targets
8175@cindex caching data of remote targets
8176
8177@value{GDBN} can cache data exchanged between the debugger and a
ea35711c 8178remote target (@pxref{Remote Debugging}). Such caching generally improves
09d4efe1
EZ
8179performance, because it reduces the overhead of the remote protocol by
8180bundling memory reads and writes into large chunks. Unfortunately,
8181@value{GDBN} does not currently know anything about volatile
8182registers, and thus data caching will produce incorrect results when
8183volatile registers are in use.
8184
8185@table @code
8186@kindex set remotecache
8187@item set remotecache on
8188@itemx set remotecache off
8189Set caching state for remote targets. When @code{ON}, use data
8190caching. By default, this option is @code{OFF}.
8191
8192@kindex show remotecache
8193@item show remotecache
8194Show the current state of data caching for remote targets.
8195
8196@kindex info dcache
8197@item info dcache
8198Print the information about the data cache performance. The
8199information displayed includes: the dcache width and depth; and for
8200each cache line, how many times it was referenced, and its data and
07128da0 8201state (invalid, dirty, valid). This command is useful for debugging
09d4efe1
EZ
8202the data cache operation.
8203@end table
8204
08388c79
DE
8205@node Searching Memory
8206@section Search Memory
8207@cindex searching memory
8208
8209Memory can be searched for a particular sequence of bytes with the
8210@code{find} command.
8211
8212@table @code
8213@kindex find
8214@item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
8215@itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
8216Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
8217etc. The search begins at address @var{start_addr} and continues for either
8218@var{len} bytes or through to @var{end_addr} inclusive.
8219@end table
8220
8221@var{s} and @var{n} are optional parameters.
8222They may be specified in either order, apart or together.
8223
8224@table @r
8225@item @var{s}, search query size
8226The size of each search query value.
8227
8228@table @code
8229@item b
8230bytes
8231@item h
8232halfwords (two bytes)
8233@item w
8234words (four bytes)
8235@item g
8236giant words (eight bytes)
8237@end table
8238
8239All values are interpreted in the current language.
8240This means, for example, that if the current source language is C/C@t{++}
8241then searching for the string ``hello'' includes the trailing '\0'.
8242
8243If the value size is not specified, it is taken from the
8244value's type in the current language.
8245This is useful when one wants to specify the search
8246pattern as a mixture of types.
8247Note that this means, for example, that in the case of C-like languages
8248a search for an untyped 0x42 will search for @samp{(int) 0x42}
8249which is typically four bytes.
8250
8251@item @var{n}, maximum number of finds
8252The maximum number of matches to print. The default is to print all finds.
8253@end table
8254
8255You can use strings as search values. Quote them with double-quotes
8256 (@code{"}).
8257The string value is copied into the search pattern byte by byte,
8258regardless of the endianness of the target and the size specification.
8259
8260The address of each match found is printed as well as a count of the
8261number of matches found.
8262
8263The address of the last value found is stored in convenience variable
8264@samp{$_}.
8265A count of the number of matches is stored in @samp{$numfound}.
8266
8267For example, if stopped at the @code{printf} in this function:
8268
8269@smallexample
8270void
8271hello ()
8272@{
8273 static char hello[] = "hello-hello";
8274 static struct @{ char c; short s; int i; @}
8275 __attribute__ ((packed)) mixed
8276 = @{ 'c', 0x1234, 0x87654321 @};
8277 printf ("%s\n", hello);
8278@}
8279@end smallexample
8280
8281@noindent
8282you get during debugging:
8283
8284@smallexample
8285(gdb) find &hello[0], +sizeof(hello), "hello"
82860x804956d <hello.1620+6>
82871 pattern found
8288(gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
82890x8049567 <hello.1620>
82900x804956d <hello.1620+6>
82912 patterns found
8292(gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
82930x8049567 <hello.1620>
82941 pattern found
8295(gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
82960x8049560 <mixed.1625>
82971 pattern found
8298(gdb) print $numfound
8299$1 = 1
8300(gdb) print $_
8301$2 = (void *) 0x8049560
8302@end smallexample
a0eb71c5 8303
e2e0bcd1
JB
8304@node Macros
8305@chapter C Preprocessor Macros
8306
49efadf5 8307Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
8308``preprocessor macros'' which expand into strings of tokens.
8309@value{GDBN} can evaluate expressions containing macro invocations, show
8310the result of macro expansion, and show a macro's definition, including
8311where it was defined.
8312
8313You may need to compile your program specially to provide @value{GDBN}
8314with information about preprocessor macros. Most compilers do not
8315include macros in their debugging information, even when you compile
8316with the @option{-g} flag. @xref{Compilation}.
8317
8318A program may define a macro at one point, remove that definition later,
8319and then provide a different definition after that. Thus, at different
8320points in the program, a macro may have different definitions, or have
8321no definition at all. If there is a current stack frame, @value{GDBN}
8322uses the macros in scope at that frame's source code line. Otherwise,
8323@value{GDBN} uses the macros in scope at the current listing location;
8324see @ref{List}.
8325
e2e0bcd1
JB
8326Whenever @value{GDBN} evaluates an expression, it always expands any
8327macro invocations present in the expression. @value{GDBN} also provides
8328the following commands for working with macros explicitly.
8329
8330@table @code
8331
8332@kindex macro expand
8333@cindex macro expansion, showing the results of preprocessor
8334@cindex preprocessor macro expansion, showing the results of
8335@cindex expanding preprocessor macros
8336@item macro expand @var{expression}
8337@itemx macro exp @var{expression}
8338Show the results of expanding all preprocessor macro invocations in
8339@var{expression}. Since @value{GDBN} simply expands macros, but does
8340not parse the result, @var{expression} need not be a valid expression;
8341it can be any string of tokens.
8342
09d4efe1 8343@kindex macro exp1
e2e0bcd1
JB
8344@item macro expand-once @var{expression}
8345@itemx macro exp1 @var{expression}
4644b6e3 8346@cindex expand macro once
e2e0bcd1
JB
8347@i{(This command is not yet implemented.)} Show the results of
8348expanding those preprocessor macro invocations that appear explicitly in
8349@var{expression}. Macro invocations appearing in that expansion are
8350left unchanged. This command allows you to see the effect of a
8351particular macro more clearly, without being confused by further
8352expansions. Since @value{GDBN} simply expands macros, but does not
8353parse the result, @var{expression} need not be a valid expression; it
8354can be any string of tokens.
8355
475b0867 8356@kindex info macro
e2e0bcd1
JB
8357@cindex macro definition, showing
8358@cindex definition, showing a macro's
475b0867 8359@item info macro @var{macro}
e2e0bcd1
JB
8360Show the definition of the macro named @var{macro}, and describe the
8361source location where that definition was established.
8362
8363@kindex macro define
8364@cindex user-defined macros
8365@cindex defining macros interactively
8366@cindex macros, user-defined
8367@item macro define @var{macro} @var{replacement-list}
8368@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
d7d9f01e
TT
8369Introduce a definition for a preprocessor macro named @var{macro},
8370invocations of which are replaced by the tokens given in
8371@var{replacement-list}. The first form of this command defines an
8372``object-like'' macro, which takes no arguments; the second form
8373defines a ``function-like'' macro, which takes the arguments given in
8374@var{arglist}.
8375
8376A definition introduced by this command is in scope in every
8377expression evaluated in @value{GDBN}, until it is removed with the
8378@code{macro undef} command, described below. The definition overrides
8379all definitions for @var{macro} present in the program being debugged,
8380as well as any previous user-supplied definition.
e2e0bcd1
JB
8381
8382@kindex macro undef
8383@item macro undef @var{macro}
d7d9f01e
TT
8384Remove any user-supplied definition for the macro named @var{macro}.
8385This command only affects definitions provided with the @code{macro
8386define} command, described above; it cannot remove definitions present
8387in the program being debugged.
e2e0bcd1 8388
09d4efe1
EZ
8389@kindex macro list
8390@item macro list
d7d9f01e 8391List all the macros defined using the @code{macro define} command.
e2e0bcd1
JB
8392@end table
8393
8394@cindex macros, example of debugging with
8395Here is a transcript showing the above commands in action. First, we
8396show our source files:
8397
8398@smallexample
8399$ cat sample.c
8400#include <stdio.h>
8401#include "sample.h"
8402
8403#define M 42
8404#define ADD(x) (M + x)
8405
8406main ()
8407@{
8408#define N 28
8409 printf ("Hello, world!\n");
8410#undef N
8411 printf ("We're so creative.\n");
8412#define N 1729
8413 printf ("Goodbye, world!\n");
8414@}
8415$ cat sample.h
8416#define Q <
8417$
8418@end smallexample
8419
8420Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
8421We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
8422compiler includes information about preprocessor macros in the debugging
8423information.
8424
8425@smallexample
8426$ gcc -gdwarf-2 -g3 sample.c -o sample
8427$
8428@end smallexample
8429
8430Now, we start @value{GDBN} on our sample program:
8431
8432@smallexample
8433$ gdb -nw sample
8434GNU gdb 2002-05-06-cvs
8435Copyright 2002 Free Software Foundation, Inc.
8436GDB is free software, @dots{}
f7dc1244 8437(@value{GDBP})
e2e0bcd1
JB
8438@end smallexample
8439
8440We can expand macros and examine their definitions, even when the
8441program is not running. @value{GDBN} uses the current listing position
8442to decide which macro definitions are in scope:
8443
8444@smallexample
f7dc1244 8445(@value{GDBP}) list main
e2e0bcd1
JB
84463
84474 #define M 42
84485 #define ADD(x) (M + x)
84496
84507 main ()
84518 @{
84529 #define N 28
845310 printf ("Hello, world!\n");
845411 #undef N
845512 printf ("We're so creative.\n");
f7dc1244 8456(@value{GDBP}) info macro ADD
e2e0bcd1
JB
8457Defined at /home/jimb/gdb/macros/play/sample.c:5
8458#define ADD(x) (M + x)
f7dc1244 8459(@value{GDBP}) info macro Q
e2e0bcd1
JB
8460Defined at /home/jimb/gdb/macros/play/sample.h:1
8461 included at /home/jimb/gdb/macros/play/sample.c:2
8462#define Q <
f7dc1244 8463(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 8464expands to: (42 + 1)
f7dc1244 8465(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 8466expands to: once (M + 1)
f7dc1244 8467(@value{GDBP})
e2e0bcd1
JB
8468@end smallexample
8469
d7d9f01e 8470In the example above, note that @code{macro expand-once} expands only
e2e0bcd1
JB
8471the macro invocation explicit in the original text --- the invocation of
8472@code{ADD} --- but does not expand the invocation of the macro @code{M},
8473which was introduced by @code{ADD}.
8474
3f94c067
BW
8475Once the program is running, @value{GDBN} uses the macro definitions in
8476force at the source line of the current stack frame:
e2e0bcd1
JB
8477
8478@smallexample
f7dc1244 8479(@value{GDBP}) break main
e2e0bcd1 8480Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 8481(@value{GDBP}) run
b383017d 8482Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
8483
8484Breakpoint 1, main () at sample.c:10
848510 printf ("Hello, world!\n");
f7dc1244 8486(@value{GDBP})
e2e0bcd1
JB
8487@end smallexample
8488
8489At line 10, the definition of the macro @code{N} at line 9 is in force:
8490
8491@smallexample
f7dc1244 8492(@value{GDBP}) info macro N
e2e0bcd1
JB
8493Defined at /home/jimb/gdb/macros/play/sample.c:9
8494#define N 28
f7dc1244 8495(@value{GDBP}) macro expand N Q M
e2e0bcd1 8496expands to: 28 < 42
f7dc1244 8497(@value{GDBP}) print N Q M
e2e0bcd1 8498$1 = 1
f7dc1244 8499(@value{GDBP})
e2e0bcd1
JB
8500@end smallexample
8501
8502As we step over directives that remove @code{N}'s definition, and then
8503give it a new definition, @value{GDBN} finds the definition (or lack
8504thereof) in force at each point:
8505
8506@smallexample
f7dc1244 8507(@value{GDBP}) next
e2e0bcd1
JB
8508Hello, world!
850912 printf ("We're so creative.\n");
f7dc1244 8510(@value{GDBP}) info macro N
e2e0bcd1
JB
8511The symbol `N' has no definition as a C/C++ preprocessor macro
8512at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 8513(@value{GDBP}) next
e2e0bcd1
JB
8514We're so creative.
851514 printf ("Goodbye, world!\n");
f7dc1244 8516(@value{GDBP}) info macro N
e2e0bcd1
JB
8517Defined at /home/jimb/gdb/macros/play/sample.c:13
8518#define N 1729
f7dc1244 8519(@value{GDBP}) macro expand N Q M
e2e0bcd1 8520expands to: 1729 < 42
f7dc1244 8521(@value{GDBP}) print N Q M
e2e0bcd1 8522$2 = 0
f7dc1244 8523(@value{GDBP})
e2e0bcd1
JB
8524@end smallexample
8525
8526
b37052ae
EZ
8527@node Tracepoints
8528@chapter Tracepoints
8529@c This chapter is based on the documentation written by Michael
8530@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
8531
8532@cindex tracepoints
8533In some applications, it is not feasible for the debugger to interrupt
8534the program's execution long enough for the developer to learn
8535anything helpful about its behavior. If the program's correctness
8536depends on its real-time behavior, delays introduced by a debugger
8537might cause the program to change its behavior drastically, or perhaps
8538fail, even when the code itself is correct. It is useful to be able
8539to observe the program's behavior without interrupting it.
8540
8541Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
8542specify locations in the program, called @dfn{tracepoints}, and
8543arbitrary expressions to evaluate when those tracepoints are reached.
8544Later, using the @code{tfind} command, you can examine the values
8545those expressions had when the program hit the tracepoints. The
8546expressions may also denote objects in memory---structures or arrays,
8547for example---whose values @value{GDBN} should record; while visiting
8548a particular tracepoint, you may inspect those objects as if they were
8549in memory at that moment. However, because @value{GDBN} records these
8550values without interacting with you, it can do so quickly and
8551unobtrusively, hopefully not disturbing the program's behavior.
8552
8553The tracepoint facility is currently available only for remote
9d29849a
JB
8554targets. @xref{Targets}. In addition, your remote target must know
8555how to collect trace data. This functionality is implemented in the
8556remote stub; however, none of the stubs distributed with @value{GDBN}
8557support tracepoints as of this writing. The format of the remote
8558packets used to implement tracepoints are described in @ref{Tracepoint
8559Packets}.
b37052ae
EZ
8560
8561This chapter describes the tracepoint commands and features.
8562
8563@menu
b383017d
RM
8564* Set Tracepoints::
8565* Analyze Collected Data::
8566* Tracepoint Variables::
b37052ae
EZ
8567@end menu
8568
8569@node Set Tracepoints
8570@section Commands to Set Tracepoints
8571
8572Before running such a @dfn{trace experiment}, an arbitrary number of
1042e4c0
SS
8573tracepoints can be set. A tracepoint is actually a special type of
8574breakpoint (@pxref{Set Breaks}), so you can manipulate it using
8575standard breakpoint commands. For instance, as with breakpoints,
8576tracepoint numbers are successive integers starting from one, and many
8577of the commands associated with tracepoints take the tracepoint number
8578as their argument, to identify which tracepoint to work on.
b37052ae
EZ
8579
8580For each tracepoint, you can specify, in advance, some arbitrary set
8581of data that you want the target to collect in the trace buffer when
8582it hits that tracepoint. The collected data can include registers,
8583local variables, or global data. Later, you can use @value{GDBN}
8584commands to examine the values these data had at the time the
8585tracepoint was hit.
8586
1042e4c0
SS
8587Tracepoints do not support every breakpoint feature. Conditional
8588expressions and ignore counts on tracepoints have no effect, and
8589tracepoints cannot run @value{GDBN} commands when they are
8590hit. Tracepoints may not be thread-specific either.
8591
b37052ae
EZ
8592This section describes commands to set tracepoints and associated
8593conditions and actions.
8594
8595@menu
b383017d
RM
8596* Create and Delete Tracepoints::
8597* Enable and Disable Tracepoints::
8598* Tracepoint Passcounts::
8599* Tracepoint Actions::
8600* Listing Tracepoints::
79a6e687 8601* Starting and Stopping Trace Experiments::
b37052ae
EZ
8602@end menu
8603
8604@node Create and Delete Tracepoints
8605@subsection Create and Delete Tracepoints
8606
8607@table @code
8608@cindex set tracepoint
8609@kindex trace
1042e4c0 8610@item trace @var{location}
b37052ae 8611The @code{trace} command is very similar to the @code{break} command.
1042e4c0
SS
8612Its argument @var{location} can be a source line, a function name, or
8613an address in the target program. @xref{Specify Location}. The
8614@code{trace} command defines a tracepoint, which is a point in the
8615target program where the debugger will briefly stop, collect some
8616data, and then allow the program to continue. Setting a tracepoint or
8617changing its actions doesn't take effect until the next @code{tstart}
8618command, and once a trace experiment is running, further changes will
8619not have any effect until the next trace experiment starts.
b37052ae
EZ
8620
8621Here are some examples of using the @code{trace} command:
8622
8623@smallexample
8624(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
8625
8626(@value{GDBP}) @b{trace +2} // 2 lines forward
8627
8628(@value{GDBP}) @b{trace my_function} // first source line of function
8629
8630(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
8631
8632(@value{GDBP}) @b{trace *0x2117c4} // an address
8633@end smallexample
8634
8635@noindent
8636You can abbreviate @code{trace} as @code{tr}.
8637
8638@vindex $tpnum
8639@cindex last tracepoint number
8640@cindex recent tracepoint number
8641@cindex tracepoint number
8642The convenience variable @code{$tpnum} records the tracepoint number
8643of the most recently set tracepoint.
8644
8645@kindex delete tracepoint
8646@cindex tracepoint deletion
8647@item delete tracepoint @r{[}@var{num}@r{]}
8648Permanently delete one or more tracepoints. With no argument, the
1042e4c0
SS
8649default is to delete all tracepoints. Note that the regular
8650@code{delete} command can remove tracepoints also.
b37052ae
EZ
8651
8652Examples:
8653
8654@smallexample
8655(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
8656
8657(@value{GDBP}) @b{delete trace} // remove all tracepoints
8658@end smallexample
8659
8660@noindent
8661You can abbreviate this command as @code{del tr}.
8662@end table
8663
8664@node Enable and Disable Tracepoints
8665@subsection Enable and Disable Tracepoints
8666
1042e4c0
SS
8667These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
8668
b37052ae
EZ
8669@table @code
8670@kindex disable tracepoint
8671@item disable tracepoint @r{[}@var{num}@r{]}
8672Disable tracepoint @var{num}, or all tracepoints if no argument
8673@var{num} is given. A disabled tracepoint will have no effect during
8674the next trace experiment, but it is not forgotten. You can re-enable
8675a disabled tracepoint using the @code{enable tracepoint} command.
8676
8677@kindex enable tracepoint
8678@item enable tracepoint @r{[}@var{num}@r{]}
8679Enable tracepoint @var{num}, or all tracepoints. The enabled
8680tracepoints will become effective the next time a trace experiment is
8681run.
8682@end table
8683
8684@node Tracepoint Passcounts
8685@subsection Tracepoint Passcounts
8686
8687@table @code
8688@kindex passcount
8689@cindex tracepoint pass count
8690@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
8691Set the @dfn{passcount} of a tracepoint. The passcount is a way to
8692automatically stop a trace experiment. If a tracepoint's passcount is
8693@var{n}, then the trace experiment will be automatically stopped on
8694the @var{n}'th time that tracepoint is hit. If the tracepoint number
8695@var{num} is not specified, the @code{passcount} command sets the
8696passcount of the most recently defined tracepoint. If no passcount is
8697given, the trace experiment will run until stopped explicitly by the
8698user.
8699
8700Examples:
8701
8702@smallexample
b383017d 8703(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 8704@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
8705
8706(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 8707@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
8708(@value{GDBP}) @b{trace foo}
8709(@value{GDBP}) @b{pass 3}
8710(@value{GDBP}) @b{trace bar}
8711(@value{GDBP}) @b{pass 2}
8712(@value{GDBP}) @b{trace baz}
8713(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
8714@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
8715@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
8716@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
8717@end smallexample
8718@end table
8719
8720@node Tracepoint Actions
8721@subsection Tracepoint Action Lists
8722
8723@table @code
8724@kindex actions
8725@cindex tracepoint actions
8726@item actions @r{[}@var{num}@r{]}
8727This command will prompt for a list of actions to be taken when the
8728tracepoint is hit. If the tracepoint number @var{num} is not
8729specified, this command sets the actions for the one that was most
8730recently defined (so that you can define a tracepoint and then say
8731@code{actions} without bothering about its number). You specify the
8732actions themselves on the following lines, one action at a time, and
8733terminate the actions list with a line containing just @code{end}. So
8734far, the only defined actions are @code{collect} and
8735@code{while-stepping}.
8736
8737@cindex remove actions from a tracepoint
8738To remove all actions from a tracepoint, type @samp{actions @var{num}}
8739and follow it immediately with @samp{end}.
8740
8741@smallexample
8742(@value{GDBP}) @b{collect @var{data}} // collect some data
8743
6826cf00 8744(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 8745
6826cf00 8746(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
8747@end smallexample
8748
8749In the following example, the action list begins with @code{collect}
8750commands indicating the things to be collected when the tracepoint is
8751hit. Then, in order to single-step and collect additional data
8752following the tracepoint, a @code{while-stepping} command is used,
8753followed by the list of things to be collected while stepping. The
8754@code{while-stepping} command is terminated by its own separate
8755@code{end} command. Lastly, the action list is terminated by an
8756@code{end} command.
8757
8758@smallexample
8759(@value{GDBP}) @b{trace foo}
8760(@value{GDBP}) @b{actions}
8761Enter actions for tracepoint 1, one per line:
8762> collect bar,baz
8763> collect $regs
8764> while-stepping 12
8765 > collect $fp, $sp
8766 > end
8767end
8768@end smallexample
8769
8770@kindex collect @r{(tracepoints)}
8771@item collect @var{expr1}, @var{expr2}, @dots{}
8772Collect values of the given expressions when the tracepoint is hit.
8773This command accepts a comma-separated list of any valid expressions.
8774In addition to global, static, or local variables, the following
8775special arguments are supported:
8776
8777@table @code
8778@item $regs
8779collect all registers
8780
8781@item $args
8782collect all function arguments
8783
8784@item $locals
8785collect all local variables.
8786@end table
8787
8788You can give several consecutive @code{collect} commands, each one
8789with a single argument, or one @code{collect} command with several
8790arguments separated by commas: the effect is the same.
8791
f5c37c66
EZ
8792The command @code{info scope} (@pxref{Symbols, info scope}) is
8793particularly useful for figuring out what data to collect.
8794
b37052ae
EZ
8795@kindex while-stepping @r{(tracepoints)}
8796@item while-stepping @var{n}
8797Perform @var{n} single-step traces after the tracepoint, collecting
8798new data at each step. The @code{while-stepping} command is
8799followed by the list of what to collect while stepping (followed by
8800its own @code{end} command):
8801
8802@smallexample
8803> while-stepping 12
8804 > collect $regs, myglobal
8805 > end
8806>
8807@end smallexample
8808
8809@noindent
8810You may abbreviate @code{while-stepping} as @code{ws} or
8811@code{stepping}.
8812@end table
8813
8814@node Listing Tracepoints
8815@subsection Listing Tracepoints
8816
8817@table @code
8818@kindex info tracepoints
09d4efe1 8819@kindex info tp
b37052ae
EZ
8820@cindex information about tracepoints
8821@item info tracepoints @r{[}@var{num}@r{]}
1042e4c0
SS
8822Display information about the tracepoint @var{num}. If you don't
8823specify a tracepoint number, displays information about all the
8824tracepoints defined so far. The format is similar to that used for
8825@code{info breakpoints}; in fact, @code{info tracepoints} is the same
8826command, simply restricting itself to tracepoints.
8827
8828A tracepoint's listing may include additional information specific to
8829tracing:
b37052ae
EZ
8830
8831@itemize @bullet
8832@item
b37052ae
EZ
8833its passcount as given by the @code{passcount @var{n}} command
8834@item
8835its step count as given by the @code{while-stepping @var{n}} command
8836@item
1042e4c0
SS
8837its action list as given by the @code{actions} command. The actions
8838are prefixed with an @samp{A} so as to distinguish them from commands.
b37052ae
EZ
8839@end itemize
8840
8841@smallexample
8842(@value{GDBP}) @b{info trace}
1042e4c0
SS
8843Num Type Disp Enb Address What
88441 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
8845 pass count 1200
8846 step count 20
8847 A while-stepping 20
8848 A collect globfoo, $regs
8849 A end
8850 A collect globfoo2
8851 A end
b37052ae
EZ
8852(@value{GDBP})
8853@end smallexample
8854
8855@noindent
8856This command can be abbreviated @code{info tp}.
8857@end table
8858
79a6e687
BW
8859@node Starting and Stopping Trace Experiments
8860@subsection Starting and Stopping Trace Experiments
b37052ae
EZ
8861
8862@table @code
8863@kindex tstart
8864@cindex start a new trace experiment
8865@cindex collected data discarded
8866@item tstart
8867This command takes no arguments. It starts the trace experiment, and
8868begins collecting data. This has the side effect of discarding all
8869the data collected in the trace buffer during the previous trace
8870experiment.
8871
8872@kindex tstop
8873@cindex stop a running trace experiment
8874@item tstop
8875This command takes no arguments. It ends the trace experiment, and
8876stops collecting data.
8877
68c71a2e 8878@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
8879automatically if any tracepoint's passcount is reached
8880(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
8881
8882@kindex tstatus
8883@cindex status of trace data collection
8884@cindex trace experiment, status of
8885@item tstatus
8886This command displays the status of the current trace data
8887collection.
8888@end table
8889
8890Here is an example of the commands we described so far:
8891
8892@smallexample
8893(@value{GDBP}) @b{trace gdb_c_test}
8894(@value{GDBP}) @b{actions}
8895Enter actions for tracepoint #1, one per line.
8896> collect $regs,$locals,$args
8897> while-stepping 11
8898 > collect $regs
8899 > end
8900> end
8901(@value{GDBP}) @b{tstart}
8902 [time passes @dots{}]
8903(@value{GDBP}) @b{tstop}
8904@end smallexample
8905
8906
8907@node Analyze Collected Data
79a6e687 8908@section Using the Collected Data
b37052ae
EZ
8909
8910After the tracepoint experiment ends, you use @value{GDBN} commands
8911for examining the trace data. The basic idea is that each tracepoint
8912collects a trace @dfn{snapshot} every time it is hit and another
8913snapshot every time it single-steps. All these snapshots are
8914consecutively numbered from zero and go into a buffer, and you can
8915examine them later. The way you examine them is to @dfn{focus} on a
8916specific trace snapshot. When the remote stub is focused on a trace
8917snapshot, it will respond to all @value{GDBN} requests for memory and
8918registers by reading from the buffer which belongs to that snapshot,
8919rather than from @emph{real} memory or registers of the program being
8920debugged. This means that @strong{all} @value{GDBN} commands
8921(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
8922behave as if we were currently debugging the program state as it was
8923when the tracepoint occurred. Any requests for data that are not in
8924the buffer will fail.
8925
8926@menu
8927* tfind:: How to select a trace snapshot
8928* tdump:: How to display all data for a snapshot
8929* save-tracepoints:: How to save tracepoints for a future run
8930@end menu
8931
8932@node tfind
8933@subsection @code{tfind @var{n}}
8934
8935@kindex tfind
8936@cindex select trace snapshot
8937@cindex find trace snapshot
8938The basic command for selecting a trace snapshot from the buffer is
8939@code{tfind @var{n}}, which finds trace snapshot number @var{n},
8940counting from zero. If no argument @var{n} is given, the next
8941snapshot is selected.
8942
8943Here are the various forms of using the @code{tfind} command.
8944
8945@table @code
8946@item tfind start
8947Find the first snapshot in the buffer. This is a synonym for
8948@code{tfind 0} (since 0 is the number of the first snapshot).
8949
8950@item tfind none
8951Stop debugging trace snapshots, resume @emph{live} debugging.
8952
8953@item tfind end
8954Same as @samp{tfind none}.
8955
8956@item tfind
8957No argument means find the next trace snapshot.
8958
8959@item tfind -
8960Find the previous trace snapshot before the current one. This permits
8961retracing earlier steps.
8962
8963@item tfind tracepoint @var{num}
8964Find the next snapshot associated with tracepoint @var{num}. Search
8965proceeds forward from the last examined trace snapshot. If no
8966argument @var{num} is given, it means find the next snapshot collected
8967for the same tracepoint as the current snapshot.
8968
8969@item tfind pc @var{addr}
8970Find the next snapshot associated with the value @var{addr} of the
8971program counter. Search proceeds forward from the last examined trace
8972snapshot. If no argument @var{addr} is given, it means find the next
8973snapshot with the same value of PC as the current snapshot.
8974
8975@item tfind outside @var{addr1}, @var{addr2}
8976Find the next snapshot whose PC is outside the given range of
8977addresses.
8978
8979@item tfind range @var{addr1}, @var{addr2}
8980Find the next snapshot whose PC is between @var{addr1} and
8981@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
8982
8983@item tfind line @r{[}@var{file}:@r{]}@var{n}
8984Find the next snapshot associated with the source line @var{n}. If
8985the optional argument @var{file} is given, refer to line @var{n} in
8986that source file. Search proceeds forward from the last examined
8987trace snapshot. If no argument @var{n} is given, it means find the
8988next line other than the one currently being examined; thus saying
8989@code{tfind line} repeatedly can appear to have the same effect as
8990stepping from line to line in a @emph{live} debugging session.
8991@end table
8992
8993The default arguments for the @code{tfind} commands are specifically
8994designed to make it easy to scan through the trace buffer. For
8995instance, @code{tfind} with no argument selects the next trace
8996snapshot, and @code{tfind -} with no argument selects the previous
8997trace snapshot. So, by giving one @code{tfind} command, and then
8998simply hitting @key{RET} repeatedly you can examine all the trace
8999snapshots in order. Or, by saying @code{tfind -} and then hitting
9000@key{RET} repeatedly you can examine the snapshots in reverse order.
9001The @code{tfind line} command with no argument selects the snapshot
9002for the next source line executed. The @code{tfind pc} command with
9003no argument selects the next snapshot with the same program counter
9004(PC) as the current frame. The @code{tfind tracepoint} command with
9005no argument selects the next trace snapshot collected by the same
9006tracepoint as the current one.
9007
9008In addition to letting you scan through the trace buffer manually,
9009these commands make it easy to construct @value{GDBN} scripts that
9010scan through the trace buffer and print out whatever collected data
9011you are interested in. Thus, if we want to examine the PC, FP, and SP
9012registers from each trace frame in the buffer, we can say this:
9013
9014@smallexample
9015(@value{GDBP}) @b{tfind start}
9016(@value{GDBP}) @b{while ($trace_frame != -1)}
9017> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
9018 $trace_frame, $pc, $sp, $fp
9019> tfind
9020> end
9021
9022Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
9023Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
9024Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
9025Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
9026Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
9027Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
9028Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
9029Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
9030Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
9031Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
9032Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
9033@end smallexample
9034
9035Or, if we want to examine the variable @code{X} at each source line in
9036the buffer:
9037
9038@smallexample
9039(@value{GDBP}) @b{tfind start}
9040(@value{GDBP}) @b{while ($trace_frame != -1)}
9041> printf "Frame %d, X == %d\n", $trace_frame, X
9042> tfind line
9043> end
9044
9045Frame 0, X = 1
9046Frame 7, X = 2
9047Frame 13, X = 255
9048@end smallexample
9049
9050@node tdump
9051@subsection @code{tdump}
9052@kindex tdump
9053@cindex dump all data collected at tracepoint
9054@cindex tracepoint data, display
9055
9056This command takes no arguments. It prints all the data collected at
9057the current trace snapshot.
9058
9059@smallexample
9060(@value{GDBP}) @b{trace 444}
9061(@value{GDBP}) @b{actions}
9062Enter actions for tracepoint #2, one per line:
9063> collect $regs, $locals, $args, gdb_long_test
9064> end
9065
9066(@value{GDBP}) @b{tstart}
9067
9068(@value{GDBP}) @b{tfind line 444}
9069#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
9070at gdb_test.c:444
9071444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
9072
9073(@value{GDBP}) @b{tdump}
9074Data collected at tracepoint 2, trace frame 1:
9075d0 0xc4aa0085 -995491707
9076d1 0x18 24
9077d2 0x80 128
9078d3 0x33 51
9079d4 0x71aea3d 119204413
9080d5 0x22 34
9081d6 0xe0 224
9082d7 0x380035 3670069
9083a0 0x19e24a 1696330
9084a1 0x3000668 50333288
9085a2 0x100 256
9086a3 0x322000 3284992
9087a4 0x3000698 50333336
9088a5 0x1ad3cc 1758156
9089fp 0x30bf3c 0x30bf3c
9090sp 0x30bf34 0x30bf34
9091ps 0x0 0
9092pc 0x20b2c8 0x20b2c8
9093fpcontrol 0x0 0
9094fpstatus 0x0 0
9095fpiaddr 0x0 0
9096p = 0x20e5b4 "gdb-test"
9097p1 = (void *) 0x11
9098p2 = (void *) 0x22
9099p3 = (void *) 0x33
9100p4 = (void *) 0x44
9101p5 = (void *) 0x55
9102p6 = (void *) 0x66
9103gdb_long_test = 17 '\021'
9104
9105(@value{GDBP})
9106@end smallexample
9107
9108@node save-tracepoints
9109@subsection @code{save-tracepoints @var{filename}}
9110@kindex save-tracepoints
9111@cindex save tracepoints for future sessions
9112
9113This command saves all current tracepoint definitions together with
9114their actions and passcounts, into a file @file{@var{filename}}
9115suitable for use in a later debugging session. To read the saved
9116tracepoint definitions, use the @code{source} command (@pxref{Command
9117Files}).
9118
9119@node Tracepoint Variables
9120@section Convenience Variables for Tracepoints
9121@cindex tracepoint variables
9122@cindex convenience variables for tracepoints
9123
9124@table @code
9125@vindex $trace_frame
9126@item (int) $trace_frame
9127The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
9128snapshot is selected.
9129
9130@vindex $tracepoint
9131@item (int) $tracepoint
9132The tracepoint for the current trace snapshot.
9133
9134@vindex $trace_line
9135@item (int) $trace_line
9136The line number for the current trace snapshot.
9137
9138@vindex $trace_file
9139@item (char []) $trace_file
9140The source file for the current trace snapshot.
9141
9142@vindex $trace_func
9143@item (char []) $trace_func
9144The name of the function containing @code{$tracepoint}.
9145@end table
9146
9147Note: @code{$trace_file} is not suitable for use in @code{printf},
9148use @code{output} instead.
9149
9150Here's a simple example of using these convenience variables for
9151stepping through all the trace snapshots and printing some of their
9152data.
9153
9154@smallexample
9155(@value{GDBP}) @b{tfind start}
9156
9157(@value{GDBP}) @b{while $trace_frame != -1}
9158> output $trace_file
9159> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
9160> tfind
9161> end
9162@end smallexample
9163
df0cd8c5
JB
9164@node Overlays
9165@chapter Debugging Programs That Use Overlays
9166@cindex overlays
9167
9168If your program is too large to fit completely in your target system's
9169memory, you can sometimes use @dfn{overlays} to work around this
9170problem. @value{GDBN} provides some support for debugging programs that
9171use overlays.
9172
9173@menu
9174* How Overlays Work:: A general explanation of overlays.
9175* Overlay Commands:: Managing overlays in @value{GDBN}.
9176* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
9177 mapped by asking the inferior.
9178* Overlay Sample Program:: A sample program using overlays.
9179@end menu
9180
9181@node How Overlays Work
9182@section How Overlays Work
9183@cindex mapped overlays
9184@cindex unmapped overlays
9185@cindex load address, overlay's
9186@cindex mapped address
9187@cindex overlay area
9188
9189Suppose you have a computer whose instruction address space is only 64
9190kilobytes long, but which has much more memory which can be accessed by
9191other means: special instructions, segment registers, or memory
9192management hardware, for example. Suppose further that you want to
9193adapt a program which is larger than 64 kilobytes to run on this system.
9194
9195One solution is to identify modules of your program which are relatively
9196independent, and need not call each other directly; call these modules
9197@dfn{overlays}. Separate the overlays from the main program, and place
9198their machine code in the larger memory. Place your main program in
9199instruction memory, but leave at least enough space there to hold the
9200largest overlay as well.
9201
9202Now, to call a function located in an overlay, you must first copy that
9203overlay's machine code from the large memory into the space set aside
9204for it in the instruction memory, and then jump to its entry point
9205there.
9206
c928edc0
AC
9207@c NB: In the below the mapped area's size is greater or equal to the
9208@c size of all overlays. This is intentional to remind the developer
9209@c that overlays don't necessarily need to be the same size.
9210
474c8240 9211@smallexample
df0cd8c5 9212@group
c928edc0
AC
9213 Data Instruction Larger
9214Address Space Address Space Address Space
9215+-----------+ +-----------+ +-----------+
9216| | | | | |
9217+-----------+ +-----------+ +-----------+<-- overlay 1
9218| program | | main | .----| overlay 1 | load address
9219| variables | | program | | +-----------+
9220| and heap | | | | | |
9221+-----------+ | | | +-----------+<-- overlay 2
9222| | +-----------+ | | | load address
9223+-----------+ | | | .-| overlay 2 |
9224 | | | | | |
9225 mapped --->+-----------+ | | +-----------+
9226 address | | | | | |
9227 | overlay | <-' | | |
9228 | area | <---' +-----------+<-- overlay 3
9229 | | <---. | | load address
9230 +-----------+ `--| overlay 3 |
9231 | | | |
9232 +-----------+ | |
9233 +-----------+
9234 | |
9235 +-----------+
9236
9237 @anchor{A code overlay}A code overlay
df0cd8c5 9238@end group
474c8240 9239@end smallexample
df0cd8c5 9240
c928edc0
AC
9241The diagram (@pxref{A code overlay}) shows a system with separate data
9242and instruction address spaces. To map an overlay, the program copies
9243its code from the larger address space to the instruction address space.
9244Since the overlays shown here all use the same mapped address, only one
9245may be mapped at a time. For a system with a single address space for
9246data and instructions, the diagram would be similar, except that the
9247program variables and heap would share an address space with the main
9248program and the overlay area.
df0cd8c5
JB
9249
9250An overlay loaded into instruction memory and ready for use is called a
9251@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
9252instruction memory. An overlay not present (or only partially present)
9253in instruction memory is called @dfn{unmapped}; its @dfn{load address}
9254is its address in the larger memory. The mapped address is also called
9255the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
9256called the @dfn{load memory address}, or @dfn{LMA}.
9257
9258Unfortunately, overlays are not a completely transparent way to adapt a
9259program to limited instruction memory. They introduce a new set of
9260global constraints you must keep in mind as you design your program:
9261
9262@itemize @bullet
9263
9264@item
9265Before calling or returning to a function in an overlay, your program
9266must make sure that overlay is actually mapped. Otherwise, the call or
9267return will transfer control to the right address, but in the wrong
9268overlay, and your program will probably crash.
9269
9270@item
9271If the process of mapping an overlay is expensive on your system, you
9272will need to choose your overlays carefully to minimize their effect on
9273your program's performance.
9274
9275@item
9276The executable file you load onto your system must contain each
9277overlay's instructions, appearing at the overlay's load address, not its
9278mapped address. However, each overlay's instructions must be relocated
9279and its symbols defined as if the overlay were at its mapped address.
9280You can use GNU linker scripts to specify different load and relocation
9281addresses for pieces of your program; see @ref{Overlay Description,,,
9282ld.info, Using ld: the GNU linker}.
9283
9284@item
9285The procedure for loading executable files onto your system must be able
9286to load their contents into the larger address space as well as the
9287instruction and data spaces.
9288
9289@end itemize
9290
9291The overlay system described above is rather simple, and could be
9292improved in many ways:
9293
9294@itemize @bullet
9295
9296@item
9297If your system has suitable bank switch registers or memory management
9298hardware, you could use those facilities to make an overlay's load area
9299contents simply appear at their mapped address in instruction space.
9300This would probably be faster than copying the overlay to its mapped
9301area in the usual way.
9302
9303@item
9304If your overlays are small enough, you could set aside more than one
9305overlay area, and have more than one overlay mapped at a time.
9306
9307@item
9308You can use overlays to manage data, as well as instructions. In
9309general, data overlays are even less transparent to your design than
9310code overlays: whereas code overlays only require care when you call or
9311return to functions, data overlays require care every time you access
9312the data. Also, if you change the contents of a data overlay, you
9313must copy its contents back out to its load address before you can copy a
9314different data overlay into the same mapped area.
9315
9316@end itemize
9317
9318
9319@node Overlay Commands
9320@section Overlay Commands
9321
9322To use @value{GDBN}'s overlay support, each overlay in your program must
9323correspond to a separate section of the executable file. The section's
9324virtual memory address and load memory address must be the overlay's
9325mapped and load addresses. Identifying overlays with sections allows
9326@value{GDBN} to determine the appropriate address of a function or
9327variable, depending on whether the overlay is mapped or not.
9328
9329@value{GDBN}'s overlay commands all start with the word @code{overlay};
9330you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
9331
9332@table @code
9333@item overlay off
4644b6e3 9334@kindex overlay
df0cd8c5
JB
9335Disable @value{GDBN}'s overlay support. When overlay support is
9336disabled, @value{GDBN} assumes that all functions and variables are
9337always present at their mapped addresses. By default, @value{GDBN}'s
9338overlay support is disabled.
9339
9340@item overlay manual
df0cd8c5
JB
9341@cindex manual overlay debugging
9342Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
9343relies on you to tell it which overlays are mapped, and which are not,
9344using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
9345commands described below.
9346
9347@item overlay map-overlay @var{overlay}
9348@itemx overlay map @var{overlay}
df0cd8c5
JB
9349@cindex map an overlay
9350Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
9351be the name of the object file section containing the overlay. When an
9352overlay is mapped, @value{GDBN} assumes it can find the overlay's
9353functions and variables at their mapped addresses. @value{GDBN} assumes
9354that any other overlays whose mapped ranges overlap that of
9355@var{overlay} are now unmapped.
9356
9357@item overlay unmap-overlay @var{overlay}
9358@itemx overlay unmap @var{overlay}
df0cd8c5
JB
9359@cindex unmap an overlay
9360Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
9361must be the name of the object file section containing the overlay.
9362When an overlay is unmapped, @value{GDBN} assumes it can find the
9363overlay's functions and variables at their load addresses.
9364
9365@item overlay auto
df0cd8c5
JB
9366Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
9367consults a data structure the overlay manager maintains in the inferior
9368to see which overlays are mapped. For details, see @ref{Automatic
9369Overlay Debugging}.
9370
9371@item overlay load-target
9372@itemx overlay load
df0cd8c5
JB
9373@cindex reloading the overlay table
9374Re-read the overlay table from the inferior. Normally, @value{GDBN}
9375re-reads the table @value{GDBN} automatically each time the inferior
9376stops, so this command should only be necessary if you have changed the
9377overlay mapping yourself using @value{GDBN}. This command is only
9378useful when using automatic overlay debugging.
9379
9380@item overlay list-overlays
9381@itemx overlay list
9382@cindex listing mapped overlays
9383Display a list of the overlays currently mapped, along with their mapped
9384addresses, load addresses, and sizes.
9385
9386@end table
9387
9388Normally, when @value{GDBN} prints a code address, it includes the name
9389of the function the address falls in:
9390
474c8240 9391@smallexample
f7dc1244 9392(@value{GDBP}) print main
df0cd8c5 9393$3 = @{int ()@} 0x11a0 <main>
474c8240 9394@end smallexample
df0cd8c5
JB
9395@noindent
9396When overlay debugging is enabled, @value{GDBN} recognizes code in
9397unmapped overlays, and prints the names of unmapped functions with
9398asterisks around them. For example, if @code{foo} is a function in an
9399unmapped overlay, @value{GDBN} prints it this way:
9400
474c8240 9401@smallexample
f7dc1244 9402(@value{GDBP}) overlay list
df0cd8c5 9403No sections are mapped.
f7dc1244 9404(@value{GDBP}) print foo
df0cd8c5 9405$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 9406@end smallexample
df0cd8c5
JB
9407@noindent
9408When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
9409name normally:
9410
474c8240 9411@smallexample
f7dc1244 9412(@value{GDBP}) overlay list
b383017d 9413Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 9414 mapped at 0x1016 - 0x104a
f7dc1244 9415(@value{GDBP}) print foo
df0cd8c5 9416$6 = @{int (int)@} 0x1016 <foo>
474c8240 9417@end smallexample
df0cd8c5
JB
9418
9419When overlay debugging is enabled, @value{GDBN} can find the correct
9420address for functions and variables in an overlay, whether or not the
9421overlay is mapped. This allows most @value{GDBN} commands, like
9422@code{break} and @code{disassemble}, to work normally, even on unmapped
9423code. However, @value{GDBN}'s breakpoint support has some limitations:
9424
9425@itemize @bullet
9426@item
9427@cindex breakpoints in overlays
9428@cindex overlays, setting breakpoints in
9429You can set breakpoints in functions in unmapped overlays, as long as
9430@value{GDBN} can write to the overlay at its load address.
9431@item
9432@value{GDBN} can not set hardware or simulator-based breakpoints in
9433unmapped overlays. However, if you set a breakpoint at the end of your
9434overlay manager (and tell @value{GDBN} which overlays are now mapped, if
9435you are using manual overlay management), @value{GDBN} will re-set its
9436breakpoints properly.
9437@end itemize
9438
9439
9440@node Automatic Overlay Debugging
9441@section Automatic Overlay Debugging
9442@cindex automatic overlay debugging
9443
9444@value{GDBN} can automatically track which overlays are mapped and which
9445are not, given some simple co-operation from the overlay manager in the
9446inferior. If you enable automatic overlay debugging with the
9447@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
9448looks in the inferior's memory for certain variables describing the
9449current state of the overlays.
9450
9451Here are the variables your overlay manager must define to support
9452@value{GDBN}'s automatic overlay debugging:
9453
9454@table @asis
9455
9456@item @code{_ovly_table}:
9457This variable must be an array of the following structures:
9458
474c8240 9459@smallexample
df0cd8c5
JB
9460struct
9461@{
9462 /* The overlay's mapped address. */
9463 unsigned long vma;
9464
9465 /* The size of the overlay, in bytes. */
9466 unsigned long size;
9467
9468 /* The overlay's load address. */
9469 unsigned long lma;
9470
9471 /* Non-zero if the overlay is currently mapped;
9472 zero otherwise. */
9473 unsigned long mapped;
9474@}
474c8240 9475@end smallexample
df0cd8c5
JB
9476
9477@item @code{_novlys}:
9478This variable must be a four-byte signed integer, holding the total
9479number of elements in @code{_ovly_table}.
9480
9481@end table
9482
9483To decide whether a particular overlay is mapped or not, @value{GDBN}
9484looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
9485@code{lma} members equal the VMA and LMA of the overlay's section in the
9486executable file. When @value{GDBN} finds a matching entry, it consults
9487the entry's @code{mapped} member to determine whether the overlay is
9488currently mapped.
9489
81d46470 9490In addition, your overlay manager may define a function called
def71bfa 9491@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
9492will silently set a breakpoint there. If the overlay manager then
9493calls this function whenever it has changed the overlay table, this
9494will enable @value{GDBN} to accurately keep track of which overlays
9495are in program memory, and update any breakpoints that may be set
b383017d 9496in overlays. This will allow breakpoints to work even if the
81d46470
MS
9497overlays are kept in ROM or other non-writable memory while they
9498are not being executed.
df0cd8c5
JB
9499
9500@node Overlay Sample Program
9501@section Overlay Sample Program
9502@cindex overlay example program
9503
9504When linking a program which uses overlays, you must place the overlays
9505at their load addresses, while relocating them to run at their mapped
9506addresses. To do this, you must write a linker script (@pxref{Overlay
9507Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
9508since linker scripts are specific to a particular host system, target
9509architecture, and target memory layout, this manual cannot provide
9510portable sample code demonstrating @value{GDBN}'s overlay support.
9511
9512However, the @value{GDBN} source distribution does contain an overlaid
9513program, with linker scripts for a few systems, as part of its test
9514suite. The program consists of the following files from
9515@file{gdb/testsuite/gdb.base}:
9516
9517@table @file
9518@item overlays.c
9519The main program file.
9520@item ovlymgr.c
9521A simple overlay manager, used by @file{overlays.c}.
9522@item foo.c
9523@itemx bar.c
9524@itemx baz.c
9525@itemx grbx.c
9526Overlay modules, loaded and used by @file{overlays.c}.
9527@item d10v.ld
9528@itemx m32r.ld
9529Linker scripts for linking the test program on the @code{d10v-elf}
9530and @code{m32r-elf} targets.
9531@end table
9532
9533You can build the test program using the @code{d10v-elf} GCC
9534cross-compiler like this:
9535
474c8240 9536@smallexample
df0cd8c5
JB
9537$ d10v-elf-gcc -g -c overlays.c
9538$ d10v-elf-gcc -g -c ovlymgr.c
9539$ d10v-elf-gcc -g -c foo.c
9540$ d10v-elf-gcc -g -c bar.c
9541$ d10v-elf-gcc -g -c baz.c
9542$ d10v-elf-gcc -g -c grbx.c
9543$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
9544 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 9545@end smallexample
df0cd8c5
JB
9546
9547The build process is identical for any other architecture, except that
9548you must substitute the appropriate compiler and linker script for the
9549target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
9550
9551
6d2ebf8b 9552@node Languages
c906108c
SS
9553@chapter Using @value{GDBN} with Different Languages
9554@cindex languages
9555
c906108c
SS
9556Although programming languages generally have common aspects, they are
9557rarely expressed in the same manner. For instance, in ANSI C,
9558dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
9559Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 9560represented (and displayed) differently. Hex numbers in C appear as
c906108c 9561@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
9562
9563@cindex working language
9564Language-specific information is built into @value{GDBN} for some languages,
9565allowing you to express operations like the above in your program's
9566native language, and allowing @value{GDBN} to output values in a manner
9567consistent with the syntax of your program's native language. The
9568language you use to build expressions is called the @dfn{working
9569language}.
9570
9571@menu
9572* Setting:: Switching between source languages
9573* Show:: Displaying the language
c906108c 9574* Checks:: Type and range checks
79a6e687
BW
9575* Supported Languages:: Supported languages
9576* Unsupported Languages:: Unsupported languages
c906108c
SS
9577@end menu
9578
6d2ebf8b 9579@node Setting
79a6e687 9580@section Switching Between Source Languages
c906108c
SS
9581
9582There are two ways to control the working language---either have @value{GDBN}
9583set it automatically, or select it manually yourself. You can use the
9584@code{set language} command for either purpose. On startup, @value{GDBN}
9585defaults to setting the language automatically. The working language is
9586used to determine how expressions you type are interpreted, how values
9587are printed, etc.
9588
9589In addition to the working language, every source file that
9590@value{GDBN} knows about has its own working language. For some object
9591file formats, the compiler might indicate which language a particular
9592source file is in. However, most of the time @value{GDBN} infers the
9593language from the name of the file. The language of a source file
b37052ae 9594controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 9595show each frame appropriately for its own language. There is no way to
d4f3574e
SS
9596set the language of a source file from within @value{GDBN}, but you can
9597set the language associated with a filename extension. @xref{Show, ,
79a6e687 9598Displaying the Language}.
c906108c
SS
9599
9600This is most commonly a problem when you use a program, such
5d161b24 9601as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
9602another language. In that case, make the
9603program use @code{#line} directives in its C output; that way
9604@value{GDBN} will know the correct language of the source code of the original
9605program, and will display that source code, not the generated C code.
9606
9607@menu
9608* Filenames:: Filename extensions and languages.
9609* Manually:: Setting the working language manually
9610* Automatically:: Having @value{GDBN} infer the source language
9611@end menu
9612
6d2ebf8b 9613@node Filenames
79a6e687 9614@subsection List of Filename Extensions and Languages
c906108c
SS
9615
9616If a source file name ends in one of the following extensions, then
9617@value{GDBN} infers that its language is the one indicated.
9618
9619@table @file
e07c999f
PH
9620@item .ada
9621@itemx .ads
9622@itemx .adb
9623@itemx .a
9624Ada source file.
c906108c
SS
9625
9626@item .c
9627C source file
9628
9629@item .C
9630@itemx .cc
9631@itemx .cp
9632@itemx .cpp
9633@itemx .cxx
9634@itemx .c++
b37052ae 9635C@t{++} source file
c906108c 9636
b37303ee
AF
9637@item .m
9638Objective-C source file
9639
c906108c
SS
9640@item .f
9641@itemx .F
9642Fortran source file
9643
c906108c
SS
9644@item .mod
9645Modula-2 source file
c906108c
SS
9646
9647@item .s
9648@itemx .S
9649Assembler source file. This actually behaves almost like C, but
9650@value{GDBN} does not skip over function prologues when stepping.
9651@end table
9652
9653In addition, you may set the language associated with a filename
79a6e687 9654extension. @xref{Show, , Displaying the Language}.
c906108c 9655
6d2ebf8b 9656@node Manually
79a6e687 9657@subsection Setting the Working Language
c906108c
SS
9658
9659If you allow @value{GDBN} to set the language automatically,
9660expressions are interpreted the same way in your debugging session and
9661your program.
9662
9663@kindex set language
9664If you wish, you may set the language manually. To do this, issue the
9665command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 9666a language, such as
c906108c 9667@code{c} or @code{modula-2}.
c906108c
SS
9668For a list of the supported languages, type @samp{set language}.
9669
c906108c
SS
9670Setting the language manually prevents @value{GDBN} from updating the working
9671language automatically. This can lead to confusion if you try
9672to debug a program when the working language is not the same as the
9673source language, when an expression is acceptable to both
9674languages---but means different things. For instance, if the current
9675source file were written in C, and @value{GDBN} was parsing Modula-2, a
9676command such as:
9677
474c8240 9678@smallexample
c906108c 9679print a = b + c
474c8240 9680@end smallexample
c906108c
SS
9681
9682@noindent
9683might not have the effect you intended. In C, this means to add
9684@code{b} and @code{c} and place the result in @code{a}. The result
9685printed would be the value of @code{a}. In Modula-2, this means to compare
9686@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 9687
6d2ebf8b 9688@node Automatically
79a6e687 9689@subsection Having @value{GDBN} Infer the Source Language
c906108c
SS
9690
9691To have @value{GDBN} set the working language automatically, use
9692@samp{set language local} or @samp{set language auto}. @value{GDBN}
9693then infers the working language. That is, when your program stops in a
9694frame (usually by encountering a breakpoint), @value{GDBN} sets the
9695working language to the language recorded for the function in that
9696frame. If the language for a frame is unknown (that is, if the function
9697or block corresponding to the frame was defined in a source file that
9698does not have a recognized extension), the current working language is
9699not changed, and @value{GDBN} issues a warning.
9700
9701This may not seem necessary for most programs, which are written
9702entirely in one source language. However, program modules and libraries
9703written in one source language can be used by a main program written in
9704a different source language. Using @samp{set language auto} in this
9705case frees you from having to set the working language manually.
9706
6d2ebf8b 9707@node Show
79a6e687 9708@section Displaying the Language
c906108c
SS
9709
9710The following commands help you find out which language is the
9711working language, and also what language source files were written in.
9712
c906108c
SS
9713@table @code
9714@item show language
9c16f35a 9715@kindex show language
c906108c
SS
9716Display the current working language. This is the
9717language you can use with commands such as @code{print} to
9718build and compute expressions that may involve variables in your program.
9719
9720@item info frame
4644b6e3 9721@kindex info frame@r{, show the source language}
5d161b24 9722Display the source language for this frame. This language becomes the
c906108c 9723working language if you use an identifier from this frame.
79a6e687 9724@xref{Frame Info, ,Information about a Frame}, to identify the other
c906108c
SS
9725information listed here.
9726
9727@item info source
4644b6e3 9728@kindex info source@r{, show the source language}
c906108c 9729Display the source language of this source file.
5d161b24 9730@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
9731information listed here.
9732@end table
9733
9734In unusual circumstances, you may have source files with extensions
9735not in the standard list. You can then set the extension associated
9736with a language explicitly:
9737
c906108c 9738@table @code
09d4efe1 9739@item set extension-language @var{ext} @var{language}
9c16f35a 9740@kindex set extension-language
09d4efe1
EZ
9741Tell @value{GDBN} that source files with extension @var{ext} are to be
9742assumed as written in the source language @var{language}.
c906108c
SS
9743
9744@item info extensions
9c16f35a 9745@kindex info extensions
c906108c
SS
9746List all the filename extensions and the associated languages.
9747@end table
9748
6d2ebf8b 9749@node Checks
79a6e687 9750@section Type and Range Checking
c906108c
SS
9751
9752@quotation
9753@emph{Warning:} In this release, the @value{GDBN} commands for type and range
9754checking are included, but they do not yet have any effect. This
9755section documents the intended facilities.
9756@end quotation
9757@c FIXME remove warning when type/range code added
9758
9759Some languages are designed to guard you against making seemingly common
9760errors through a series of compile- and run-time checks. These include
9761checking the type of arguments to functions and operators, and making
9762sure mathematical overflows are caught at run time. Checks such as
9763these help to ensure a program's correctness once it has been compiled
9764by eliminating type mismatches, and providing active checks for range
9765errors when your program is running.
9766
9767@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
9768Although @value{GDBN} does not check the statements in your program,
9769it can check expressions entered directly into @value{GDBN} for
9770evaluation via the @code{print} command, for example. As with the
9771working language, @value{GDBN} can also decide whether or not to check
9772automatically based on your program's source language.
79a6e687 9773@xref{Supported Languages, ,Supported Languages}, for the default
9c16f35a 9774settings of supported languages.
c906108c
SS
9775
9776@menu
9777* Type Checking:: An overview of type checking
9778* Range Checking:: An overview of range checking
9779@end menu
9780
9781@cindex type checking
9782@cindex checks, type
6d2ebf8b 9783@node Type Checking
79a6e687 9784@subsection An Overview of Type Checking
c906108c
SS
9785
9786Some languages, such as Modula-2, are strongly typed, meaning that the
9787arguments to operators and functions have to be of the correct type,
9788otherwise an error occurs. These checks prevent type mismatch
9789errors from ever causing any run-time problems. For example,
9790
9791@smallexample
97921 + 2 @result{} 3
9793@exdent but
9794@error{} 1 + 2.3
9795@end smallexample
9796
9797The second example fails because the @code{CARDINAL} 1 is not
9798type-compatible with the @code{REAL} 2.3.
9799
5d161b24
DB
9800For the expressions you use in @value{GDBN} commands, you can tell the
9801@value{GDBN} type checker to skip checking;
9802to treat any mismatches as errors and abandon the expression;
9803or to only issue warnings when type mismatches occur,
c906108c
SS
9804but evaluate the expression anyway. When you choose the last of
9805these, @value{GDBN} evaluates expressions like the second example above, but
9806also issues a warning.
9807
5d161b24
DB
9808Even if you turn type checking off, there may be other reasons
9809related to type that prevent @value{GDBN} from evaluating an expression.
9810For instance, @value{GDBN} does not know how to add an @code{int} and
9811a @code{struct foo}. These particular type errors have nothing to do
9812with the language in use, and usually arise from expressions, such as
c906108c
SS
9813the one described above, which make little sense to evaluate anyway.
9814
9815Each language defines to what degree it is strict about type. For
9816instance, both Modula-2 and C require the arguments to arithmetical
9817operators to be numbers. In C, enumerated types and pointers can be
9818represented as numbers, so that they are valid arguments to mathematical
79a6e687 9819operators. @xref{Supported Languages, ,Supported Languages}, for further
c906108c
SS
9820details on specific languages.
9821
9822@value{GDBN} provides some additional commands for controlling the type checker:
9823
c906108c
SS
9824@kindex set check type
9825@kindex show check type
9826@table @code
9827@item set check type auto
9828Set type checking on or off based on the current working language.
79a6e687 9829@xref{Supported Languages, ,Supported Languages}, for the default settings for
c906108c
SS
9830each language.
9831
9832@item set check type on
9833@itemx set check type off
9834Set type checking on or off, overriding the default setting for the
9835current working language. Issue a warning if the setting does not
9836match the language default. If any type mismatches occur in
d4f3574e 9837evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
9838message and aborts evaluation of the expression.
9839
9840@item set check type warn
9841Cause the type checker to issue warnings, but to always attempt to
9842evaluate the expression. Evaluating the expression may still
9843be impossible for other reasons. For example, @value{GDBN} cannot add
9844numbers and structures.
9845
9846@item show type
5d161b24 9847Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
9848is setting it automatically.
9849@end table
9850
9851@cindex range checking
9852@cindex checks, range
6d2ebf8b 9853@node Range Checking
79a6e687 9854@subsection An Overview of Range Checking
c906108c
SS
9855
9856In some languages (such as Modula-2), it is an error to exceed the
9857bounds of a type; this is enforced with run-time checks. Such range
9858checking is meant to ensure program correctness by making sure
9859computations do not overflow, or indices on an array element access do
9860not exceed the bounds of the array.
9861
9862For expressions you use in @value{GDBN} commands, you can tell
9863@value{GDBN} to treat range errors in one of three ways: ignore them,
9864always treat them as errors and abandon the expression, or issue
9865warnings but evaluate the expression anyway.
9866
9867A range error can result from numerical overflow, from exceeding an
9868array index bound, or when you type a constant that is not a member
9869of any type. Some languages, however, do not treat overflows as an
9870error. In many implementations of C, mathematical overflow causes the
9871result to ``wrap around'' to lower values---for example, if @var{m} is
9872the largest integer value, and @var{s} is the smallest, then
9873
474c8240 9874@smallexample
c906108c 9875@var{m} + 1 @result{} @var{s}
474c8240 9876@end smallexample
c906108c
SS
9877
9878This, too, is specific to individual languages, and in some cases
79a6e687
BW
9879specific to individual compilers or machines. @xref{Supported Languages, ,
9880Supported Languages}, for further details on specific languages.
c906108c
SS
9881
9882@value{GDBN} provides some additional commands for controlling the range checker:
9883
c906108c
SS
9884@kindex set check range
9885@kindex show check range
9886@table @code
9887@item set check range auto
9888Set range checking on or off based on the current working language.
79a6e687 9889@xref{Supported Languages, ,Supported Languages}, for the default settings for
c906108c
SS
9890each language.
9891
9892@item set check range on
9893@itemx set check range off
9894Set range checking on or off, overriding the default setting for the
9895current working language. A warning is issued if the setting does not
c3f6f71d
JM
9896match the language default. If a range error occurs and range checking is on,
9897then a message is printed and evaluation of the expression is aborted.
c906108c
SS
9898
9899@item set check range warn
9900Output messages when the @value{GDBN} range checker detects a range error,
9901but attempt to evaluate the expression anyway. Evaluating the
9902expression may still be impossible for other reasons, such as accessing
9903memory that the process does not own (a typical example from many Unix
9904systems).
9905
9906@item show range
9907Show the current setting of the range checker, and whether or not it is
9908being set automatically by @value{GDBN}.
9909@end table
c906108c 9910
79a6e687
BW
9911@node Supported Languages
9912@section Supported Languages
c906108c 9913
9c16f35a
EZ
9914@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
9915assembly, Modula-2, and Ada.
cce74817 9916@c This is false ...
c906108c
SS
9917Some @value{GDBN} features may be used in expressions regardless of the
9918language you use: the @value{GDBN} @code{@@} and @code{::} operators,
9919and the @samp{@{type@}addr} construct (@pxref{Expressions,
9920,Expressions}) can be used with the constructs of any supported
9921language.
9922
9923The following sections detail to what degree each source language is
9924supported by @value{GDBN}. These sections are not meant to be language
9925tutorials or references, but serve only as a reference guide to what the
9926@value{GDBN} expression parser accepts, and what input and output
9927formats should look like for different languages. There are many good
9928books written on each of these languages; please look to these for a
9929language reference or tutorial.
9930
c906108c 9931@menu
b37303ee 9932* C:: C and C@t{++}
b383017d 9933* Objective-C:: Objective-C
09d4efe1 9934* Fortran:: Fortran
9c16f35a 9935* Pascal:: Pascal
b37303ee 9936* Modula-2:: Modula-2
e07c999f 9937* Ada:: Ada
c906108c
SS
9938@end menu
9939
6d2ebf8b 9940@node C
b37052ae 9941@subsection C and C@t{++}
7a292a7a 9942
b37052ae
EZ
9943@cindex C and C@t{++}
9944@cindex expressions in C or C@t{++}
c906108c 9945
b37052ae 9946Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
9947to both languages. Whenever this is the case, we discuss those languages
9948together.
9949
41afff9a
EZ
9950@cindex C@t{++}
9951@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
9952@cindex @sc{gnu} C@t{++}
9953The C@t{++} debugging facilities are jointly implemented by the C@t{++}
9954compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
9955effectively, you must compile your C@t{++} programs with a supported
9956C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
9957compiler (@code{aCC}).
9958
0179ffac
DC
9959For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
9960format; if it doesn't work on your system, try the stabs+ debugging
9961format. You can select those formats explicitly with the @code{g++}
9962command-line options @option{-gdwarf-2} and @option{-gstabs+}.
ce9341a1
BW
9963@xref{Debugging Options,,Options for Debugging Your Program or GCC,
9964gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}.
c906108c 9965
c906108c 9966@menu
b37052ae
EZ
9967* C Operators:: C and C@t{++} operators
9968* C Constants:: C and C@t{++} constants
79a6e687 9969* C Plus Plus Expressions:: C@t{++} expressions
b37052ae
EZ
9970* C Defaults:: Default settings for C and C@t{++}
9971* C Checks:: C and C@t{++} type and range checks
c906108c 9972* Debugging C:: @value{GDBN} and C
79a6e687 9973* Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
febe4383 9974* Decimal Floating Point:: Numbers in Decimal Floating Point format
c906108c 9975@end menu
c906108c 9976
6d2ebf8b 9977@node C Operators
79a6e687 9978@subsubsection C and C@t{++} Operators
7a292a7a 9979
b37052ae 9980@cindex C and C@t{++} operators
c906108c
SS
9981
9982Operators must be defined on values of specific types. For instance,
9983@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 9984often defined on groups of types.
c906108c 9985
b37052ae 9986For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
9987
9988@itemize @bullet
53a5351d 9989
c906108c 9990@item
c906108c 9991@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 9992specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
9993
9994@item
d4f3574e
SS
9995@emph{Floating-point types} include @code{float}, @code{double}, and
9996@code{long double} (if supported by the target platform).
c906108c
SS
9997
9998@item
53a5351d 9999@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
10000
10001@item
10002@emph{Scalar types} include all of the above.
53a5351d 10003
c906108c
SS
10004@end itemize
10005
10006@noindent
10007The following operators are supported. They are listed here
10008in order of increasing precedence:
10009
10010@table @code
10011@item ,
10012The comma or sequencing operator. Expressions in a comma-separated list
10013are evaluated from left to right, with the result of the entire
10014expression being the last expression evaluated.
10015
10016@item =
10017Assignment. The value of an assignment expression is the value
10018assigned. Defined on scalar types.
10019
10020@item @var{op}=
10021Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
10022and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 10023@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
10024@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
10025@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
10026
10027@item ?:
10028The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
10029of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
10030integral type.
10031
10032@item ||
10033Logical @sc{or}. Defined on integral types.
10034
10035@item &&
10036Logical @sc{and}. Defined on integral types.
10037
10038@item |
10039Bitwise @sc{or}. Defined on integral types.
10040
10041@item ^
10042Bitwise exclusive-@sc{or}. Defined on integral types.
10043
10044@item &
10045Bitwise @sc{and}. Defined on integral types.
10046
10047@item ==@r{, }!=
10048Equality and inequality. Defined on scalar types. The value of these
10049expressions is 0 for false and non-zero for true.
10050
10051@item <@r{, }>@r{, }<=@r{, }>=
10052Less than, greater than, less than or equal, greater than or equal.
10053Defined on scalar types. The value of these expressions is 0 for false
10054and non-zero for true.
10055
10056@item <<@r{, }>>
10057left shift, and right shift. Defined on integral types.
10058
10059@item @@
10060The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
10061
10062@item +@r{, }-
10063Addition and subtraction. Defined on integral types, floating-point types and
10064pointer types.
10065
10066@item *@r{, }/@r{, }%
10067Multiplication, division, and modulus. Multiplication and division are
10068defined on integral and floating-point types. Modulus is defined on
10069integral types.
10070
10071@item ++@r{, }--
10072Increment and decrement. When appearing before a variable, the
10073operation is performed before the variable is used in an expression;
10074when appearing after it, the variable's value is used before the
10075operation takes place.
10076
10077@item *
10078Pointer dereferencing. Defined on pointer types. Same precedence as
10079@code{++}.
10080
10081@item &
10082Address operator. Defined on variables. Same precedence as @code{++}.
10083
b37052ae
EZ
10084For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
10085allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
b17828ca 10086to examine the address
b37052ae 10087where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 10088stored.
c906108c
SS
10089
10090@item -
10091Negative. Defined on integral and floating-point types. Same
10092precedence as @code{++}.
10093
10094@item !
10095Logical negation. Defined on integral types. Same precedence as
10096@code{++}.
10097
10098@item ~
10099Bitwise complement operator. Defined on integral types. Same precedence as
10100@code{++}.
10101
10102
10103@item .@r{, }->
10104Structure member, and pointer-to-structure member. For convenience,
10105@value{GDBN} regards the two as equivalent, choosing whether to dereference a
10106pointer based on the stored type information.
10107Defined on @code{struct} and @code{union} data.
10108
c906108c
SS
10109@item .*@r{, }->*
10110Dereferences of pointers to members.
c906108c
SS
10111
10112@item []
10113Array indexing. @code{@var{a}[@var{i}]} is defined as
10114@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
10115
10116@item ()
10117Function parameter list. Same precedence as @code{->}.
10118
c906108c 10119@item ::
b37052ae 10120C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 10121and @code{class} types.
c906108c
SS
10122
10123@item ::
7a292a7a
SS
10124Doubled colons also represent the @value{GDBN} scope operator
10125(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
10126above.
c906108c
SS
10127@end table
10128
c906108c
SS
10129If an operator is redefined in the user code, @value{GDBN} usually
10130attempts to invoke the redefined version instead of using the operator's
10131predefined meaning.
c906108c 10132
6d2ebf8b 10133@node C Constants
79a6e687 10134@subsubsection C and C@t{++} Constants
c906108c 10135
b37052ae 10136@cindex C and C@t{++} constants
c906108c 10137
b37052ae 10138@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 10139following ways:
c906108c
SS
10140
10141@itemize @bullet
10142@item
10143Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
10144specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
10145by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
10146@samp{l}, specifying that the constant should be treated as a
10147@code{long} value.
10148
10149@item
10150Floating point constants are a sequence of digits, followed by a decimal
10151point, followed by a sequence of digits, and optionally followed by an
10152exponent. An exponent is of the form:
10153@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
10154sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
10155A floating-point constant may also end with a letter @samp{f} or
10156@samp{F}, specifying that the constant should be treated as being of
10157the @code{float} (as opposed to the default @code{double}) type; or with
10158a letter @samp{l} or @samp{L}, which specifies a @code{long double}
10159constant.
c906108c
SS
10160
10161@item
10162Enumerated constants consist of enumerated identifiers, or their
10163integral equivalents.
10164
10165@item
10166Character constants are a single character surrounded by single quotes
10167(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 10168(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
10169be represented by a letter or by @dfn{escape sequences}, which are of
10170the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
10171of the character's ordinal value; or of the form @samp{\@var{x}}, where
10172@samp{@var{x}} is a predefined special character---for example,
10173@samp{\n} for newline.
10174
10175@item
96a2c332
SS
10176String constants are a sequence of character constants surrounded by
10177double quotes (@code{"}). Any valid character constant (as described
10178above) may appear. Double quotes within the string must be preceded by
10179a backslash, so for instance @samp{"a\"b'c"} is a string of five
10180characters.
c906108c
SS
10181
10182@item
10183Pointer constants are an integral value. You can also write pointers
10184to constants using the C operator @samp{&}.
10185
10186@item
10187Array constants are comma-separated lists surrounded by braces @samp{@{}
10188and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
10189integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
10190and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
10191@end itemize
10192
79a6e687
BW
10193@node C Plus Plus Expressions
10194@subsubsection C@t{++} Expressions
b37052ae
EZ
10195
10196@cindex expressions in C@t{++}
10197@value{GDBN} expression handling can interpret most C@t{++} expressions.
10198
0179ffac
DC
10199@cindex debugging C@t{++} programs
10200@cindex C@t{++} compilers
10201@cindex debug formats and C@t{++}
10202@cindex @value{NGCC} and C@t{++}
c906108c 10203@quotation
b37052ae 10204@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
10205proper compiler and the proper debug format. Currently, @value{GDBN}
10206works best when debugging C@t{++} code that is compiled with
10207@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
10208@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
10209stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
10210stabs+ as their default debug format, so you usually don't need to
10211specify a debug format explicitly. Other compilers and/or debug formats
10212are likely to work badly or not at all when using @value{GDBN} to debug
10213C@t{++} code.
c906108c 10214@end quotation
c906108c
SS
10215
10216@enumerate
10217
10218@cindex member functions
10219@item
10220Member function calls are allowed; you can use expressions like
10221
474c8240 10222@smallexample
c906108c 10223count = aml->GetOriginal(x, y)
474c8240 10224@end smallexample
c906108c 10225
41afff9a 10226@vindex this@r{, inside C@t{++} member functions}
b37052ae 10227@cindex namespace in C@t{++}
c906108c
SS
10228@item
10229While a member function is active (in the selected stack frame), your
10230expressions have the same namespace available as the member function;
10231that is, @value{GDBN} allows implicit references to the class instance
b37052ae 10232pointer @code{this} following the same rules as C@t{++}.
c906108c 10233
c906108c 10234@cindex call overloaded functions
d4f3574e 10235@cindex overloaded functions, calling
b37052ae 10236@cindex type conversions in C@t{++}
c906108c
SS
10237@item
10238You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 10239call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
10240perform overload resolution involving user-defined type conversions,
10241calls to constructors, or instantiations of templates that do not exist
10242in the program. It also cannot handle ellipsis argument lists or
10243default arguments.
10244
10245It does perform integral conversions and promotions, floating-point
10246promotions, arithmetic conversions, pointer conversions, conversions of
10247class objects to base classes, and standard conversions such as those of
10248functions or arrays to pointers; it requires an exact match on the
10249number of function arguments.
10250
10251Overload resolution is always performed, unless you have specified
79a6e687
BW
10252@code{set overload-resolution off}. @xref{Debugging C Plus Plus,
10253,@value{GDBN} Features for C@t{++}}.
c906108c 10254
d4f3574e 10255You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
10256explicit function signature to call an overloaded function, as in
10257@smallexample
10258p 'foo(char,int)'('x', 13)
10259@end smallexample
d4f3574e 10260
c906108c 10261The @value{GDBN} command-completion facility can simplify this;
79a6e687 10262see @ref{Completion, ,Command Completion}.
c906108c 10263
c906108c
SS
10264@cindex reference declarations
10265@item
b37052ae
EZ
10266@value{GDBN} understands variables declared as C@t{++} references; you can use
10267them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
10268dereferenced.
10269
10270In the parameter list shown when @value{GDBN} displays a frame, the values of
10271reference variables are not displayed (unlike other variables); this
10272avoids clutter, since references are often used for large structures.
10273The @emph{address} of a reference variable is always shown, unless
10274you have specified @samp{set print address off}.
10275
10276@item
b37052ae 10277@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
10278expressions can use it just as expressions in your program do. Since
10279one scope may be defined in another, you can use @code{::} repeatedly if
10280necessary, for example in an expression like
10281@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 10282resolving name scope by reference to source files, in both C and C@t{++}
79a6e687 10283debugging (@pxref{Variables, ,Program Variables}).
c906108c
SS
10284@end enumerate
10285
b37052ae 10286In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
10287calling virtual functions correctly, printing out virtual bases of
10288objects, calling functions in a base subobject, casting objects, and
10289invoking user-defined operators.
c906108c 10290
6d2ebf8b 10291@node C Defaults
79a6e687 10292@subsubsection C and C@t{++} Defaults
7a292a7a 10293
b37052ae 10294@cindex C and C@t{++} defaults
c906108c 10295
c906108c
SS
10296If you allow @value{GDBN} to set type and range checking automatically, they
10297both default to @code{off} whenever the working language changes to
b37052ae 10298C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 10299selects the working language.
c906108c
SS
10300
10301If you allow @value{GDBN} to set the language automatically, it
10302recognizes source files whose names end with @file{.c}, @file{.C}, or
10303@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 10304these files, it sets the working language to C or C@t{++}.
79a6e687 10305@xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
c906108c
SS
10306for further details.
10307
c906108c
SS
10308@c Type checking is (a) primarily motivated by Modula-2, and (b)
10309@c unimplemented. If (b) changes, it might make sense to let this node
10310@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 10311
6d2ebf8b 10312@node C Checks
79a6e687 10313@subsubsection C and C@t{++} Type and Range Checks
7a292a7a 10314
b37052ae 10315@cindex C and C@t{++} checks
c906108c 10316
b37052ae 10317By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
10318is not used. However, if you turn type checking on, @value{GDBN}
10319considers two variables type equivalent if:
10320
10321@itemize @bullet
10322@item
10323The two variables are structured and have the same structure, union, or
10324enumerated tag.
10325
10326@item
10327The two variables have the same type name, or types that have been
10328declared equivalent through @code{typedef}.
10329
10330@ignore
10331@c leaving this out because neither J Gilmore nor R Pesch understand it.
10332@c FIXME--beers?
10333@item
10334The two @code{struct}, @code{union}, or @code{enum} variables are
10335declared in the same declaration. (Note: this may not be true for all C
10336compilers.)
10337@end ignore
10338@end itemize
10339
10340Range checking, if turned on, is done on mathematical operations. Array
10341indices are not checked, since they are often used to index a pointer
10342that is not itself an array.
c906108c 10343
6d2ebf8b 10344@node Debugging C
c906108c 10345@subsubsection @value{GDBN} and C
c906108c
SS
10346
10347The @code{set print union} and @code{show print union} commands apply to
10348the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
10349inside a @code{struct} or @code{class} is also printed. Otherwise, it
10350appears as @samp{@{...@}}.
c906108c
SS
10351
10352The @code{@@} operator aids in the debugging of dynamic arrays, formed
10353with pointers and a memory allocation function. @xref{Expressions,
10354,Expressions}.
10355
79a6e687
BW
10356@node Debugging C Plus Plus
10357@subsubsection @value{GDBN} Features for C@t{++}
c906108c 10358
b37052ae 10359@cindex commands for C@t{++}
7a292a7a 10360
b37052ae
EZ
10361Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
10362designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
10363
10364@table @code
10365@cindex break in overloaded functions
10366@item @r{breakpoint menus}
10367When you want a breakpoint in a function whose name is overloaded,
6ba66d6a
JB
10368@value{GDBN} has the capability to display a menu of possible breakpoint
10369locations to help you specify which function definition you want.
10370@xref{Ambiguous Expressions,,Ambiguous Expressions}.
c906108c 10371
b37052ae 10372@cindex overloading in C@t{++}
c906108c
SS
10373@item rbreak @var{regex}
10374Setting breakpoints using regular expressions is helpful for setting
10375breakpoints on overloaded functions that are not members of any special
10376classes.
79a6e687 10377@xref{Set Breaks, ,Setting Breakpoints}.
c906108c 10378
b37052ae 10379@cindex C@t{++} exception handling
c906108c
SS
10380@item catch throw
10381@itemx catch catch
b37052ae 10382Debug C@t{++} exception handling using these commands. @xref{Set
79a6e687 10383Catchpoints, , Setting Catchpoints}.
c906108c
SS
10384
10385@cindex inheritance
10386@item ptype @var{typename}
10387Print inheritance relationships as well as other information for type
10388@var{typename}.
10389@xref{Symbols, ,Examining the Symbol Table}.
10390
b37052ae 10391@cindex C@t{++} symbol display
c906108c
SS
10392@item set print demangle
10393@itemx show print demangle
10394@itemx set print asm-demangle
10395@itemx show print asm-demangle
b37052ae
EZ
10396Control whether C@t{++} symbols display in their source form, both when
10397displaying code as C@t{++} source and when displaying disassemblies.
79a6e687 10398@xref{Print Settings, ,Print Settings}.
c906108c
SS
10399
10400@item set print object
10401@itemx show print object
10402Choose whether to print derived (actual) or declared types of objects.
79a6e687 10403@xref{Print Settings, ,Print Settings}.
c906108c
SS
10404
10405@item set print vtbl
10406@itemx show print vtbl
10407Control the format for printing virtual function tables.
79a6e687 10408@xref{Print Settings, ,Print Settings}.
c906108c 10409(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 10410ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
10411
10412@kindex set overload-resolution
d4f3574e 10413@cindex overloaded functions, overload resolution
c906108c 10414@item set overload-resolution on
b37052ae 10415Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
10416is on. For overloaded functions, @value{GDBN} evaluates the arguments
10417and searches for a function whose signature matches the argument types,
79a6e687
BW
10418using the standard C@t{++} conversion rules (see @ref{C Plus Plus
10419Expressions, ,C@t{++} Expressions}, for details).
10420If it cannot find a match, it emits a message.
c906108c
SS
10421
10422@item set overload-resolution off
b37052ae 10423Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
10424overloaded functions that are not class member functions, @value{GDBN}
10425chooses the first function of the specified name that it finds in the
10426symbol table, whether or not its arguments are of the correct type. For
10427overloaded functions that are class member functions, @value{GDBN}
10428searches for a function whose signature @emph{exactly} matches the
10429argument types.
c906108c 10430
9c16f35a
EZ
10431@kindex show overload-resolution
10432@item show overload-resolution
10433Show the current setting of overload resolution.
10434
c906108c
SS
10435@item @r{Overloaded symbol names}
10436You can specify a particular definition of an overloaded symbol, using
b37052ae 10437the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
10438@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
10439also use the @value{GDBN} command-line word completion facilities to list the
10440available choices, or to finish the type list for you.
79a6e687 10441@xref{Completion,, Command Completion}, for details on how to do this.
c906108c 10442@end table
c906108c 10443
febe4383
TJB
10444@node Decimal Floating Point
10445@subsubsection Decimal Floating Point format
10446@cindex decimal floating point format
10447
10448@value{GDBN} can examine, set and perform computations with numbers in
10449decimal floating point format, which in the C language correspond to the
10450@code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
10451specified by the extension to support decimal floating-point arithmetic.
10452
10453There are two encodings in use, depending on the architecture: BID (Binary
10454Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
10455PowerPC. @value{GDBN} will use the appropriate encoding for the configured
10456target.
10457
10458Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
10459to manipulate decimal floating point numbers, it is not possible to convert
10460(using a cast, for example) integers wider than 32-bit to decimal float.
10461
10462In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
10463point computations, error checking in decimal float operations ignores
10464underflow, overflow and divide by zero exceptions.
10465
4acd40f3
TJB
10466In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
10467to inspect @code{_Decimal128} values stored in floating point registers. See
10468@ref{PowerPC,,PowerPC} for more details.
10469
b37303ee
AF
10470@node Objective-C
10471@subsection Objective-C
10472
10473@cindex Objective-C
10474This section provides information about some commands and command
721c2651
EZ
10475options that are useful for debugging Objective-C code. See also
10476@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
10477few more commands specific to Objective-C support.
b37303ee
AF
10478
10479@menu
b383017d
RM
10480* Method Names in Commands::
10481* The Print Command with Objective-C::
b37303ee
AF
10482@end menu
10483
c8f4133a 10484@node Method Names in Commands
b37303ee
AF
10485@subsubsection Method Names in Commands
10486
10487The following commands have been extended to accept Objective-C method
10488names as line specifications:
10489
10490@kindex clear@r{, and Objective-C}
10491@kindex break@r{, and Objective-C}
10492@kindex info line@r{, and Objective-C}
10493@kindex jump@r{, and Objective-C}
10494@kindex list@r{, and Objective-C}
10495@itemize
10496@item @code{clear}
10497@item @code{break}
10498@item @code{info line}
10499@item @code{jump}
10500@item @code{list}
10501@end itemize
10502
10503A fully qualified Objective-C method name is specified as
10504
10505@smallexample
10506-[@var{Class} @var{methodName}]
10507@end smallexample
10508
c552b3bb
JM
10509where the minus sign is used to indicate an instance method and a
10510plus sign (not shown) is used to indicate a class method. The class
10511name @var{Class} and method name @var{methodName} are enclosed in
10512brackets, similar to the way messages are specified in Objective-C
10513source code. For example, to set a breakpoint at the @code{create}
10514instance method of class @code{Fruit} in the program currently being
10515debugged, enter:
b37303ee
AF
10516
10517@smallexample
10518break -[Fruit create]
10519@end smallexample
10520
10521To list ten program lines around the @code{initialize} class method,
10522enter:
10523
10524@smallexample
10525list +[NSText initialize]
10526@end smallexample
10527
c552b3bb
JM
10528In the current version of @value{GDBN}, the plus or minus sign is
10529required. In future versions of @value{GDBN}, the plus or minus
10530sign will be optional, but you can use it to narrow the search. It
10531is also possible to specify just a method name:
b37303ee
AF
10532
10533@smallexample
10534break create
10535@end smallexample
10536
10537You must specify the complete method name, including any colons. If
10538your program's source files contain more than one @code{create} method,
10539you'll be presented with a numbered list of classes that implement that
10540method. Indicate your choice by number, or type @samp{0} to exit if
10541none apply.
10542
10543As another example, to clear a breakpoint established at the
10544@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
10545
10546@smallexample
10547clear -[NSWindow makeKeyAndOrderFront:]
10548@end smallexample
10549
10550@node The Print Command with Objective-C
10551@subsubsection The Print Command With Objective-C
721c2651 10552@cindex Objective-C, print objects
c552b3bb
JM
10553@kindex print-object
10554@kindex po @r{(@code{print-object})}
b37303ee 10555
c552b3bb 10556The print command has also been extended to accept methods. For example:
b37303ee
AF
10557
10558@smallexample
c552b3bb 10559print -[@var{object} hash]
b37303ee
AF
10560@end smallexample
10561
10562@cindex print an Objective-C object description
c552b3bb
JM
10563@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
10564@noindent
10565will tell @value{GDBN} to send the @code{hash} message to @var{object}
10566and print the result. Also, an additional command has been added,
10567@code{print-object} or @code{po} for short, which is meant to print
10568the description of an object. However, this command may only work
10569with certain Objective-C libraries that have a particular hook
10570function, @code{_NSPrintForDebugger}, defined.
b37303ee 10571
09d4efe1
EZ
10572@node Fortran
10573@subsection Fortran
10574@cindex Fortran-specific support in @value{GDBN}
10575
814e32d7
WZ
10576@value{GDBN} can be used to debug programs written in Fortran, but it
10577currently supports only the features of Fortran 77 language.
10578
10579@cindex trailing underscore, in Fortran symbols
10580Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
10581among them) append an underscore to the names of variables and
10582functions. When you debug programs compiled by those compilers, you
10583will need to refer to variables and functions with a trailing
10584underscore.
10585
10586@menu
10587* Fortran Operators:: Fortran operators and expressions
10588* Fortran Defaults:: Default settings for Fortran
79a6e687 10589* Special Fortran Commands:: Special @value{GDBN} commands for Fortran
814e32d7
WZ
10590@end menu
10591
10592@node Fortran Operators
79a6e687 10593@subsubsection Fortran Operators and Expressions
814e32d7
WZ
10594
10595@cindex Fortran operators and expressions
10596
10597Operators must be defined on values of specific types. For instance,
10598@code{+} is defined on numbers, but not on characters or other non-
ff2587ec 10599arithmetic types. Operators are often defined on groups of types.
814e32d7
WZ
10600
10601@table @code
10602@item **
10603The exponentiation operator. It raises the first operand to the power
10604of the second one.
10605
10606@item :
10607The range operator. Normally used in the form of array(low:high) to
10608represent a section of array.
68837c9d
MD
10609
10610@item %
10611The access component operator. Normally used to access elements in derived
10612types. Also suitable for unions. As unions aren't part of regular Fortran,
10613this can only happen when accessing a register that uses a gdbarch-defined
10614union type.
814e32d7
WZ
10615@end table
10616
10617@node Fortran Defaults
10618@subsubsection Fortran Defaults
10619
10620@cindex Fortran Defaults
10621
10622Fortran symbols are usually case-insensitive, so @value{GDBN} by
10623default uses case-insensitive matches for Fortran symbols. You can
10624change that with the @samp{set case-insensitive} command, see
10625@ref{Symbols}, for the details.
10626
79a6e687
BW
10627@node Special Fortran Commands
10628@subsubsection Special Fortran Commands
814e32d7
WZ
10629
10630@cindex Special Fortran commands
10631
db2e3e2e
BW
10632@value{GDBN} has some commands to support Fortran-specific features,
10633such as displaying common blocks.
814e32d7 10634
09d4efe1
EZ
10635@table @code
10636@cindex @code{COMMON} blocks, Fortran
10637@kindex info common
10638@item info common @r{[}@var{common-name}@r{]}
10639This command prints the values contained in the Fortran @code{COMMON}
10640block whose name is @var{common-name}. With no argument, the names of
d52fb0e9 10641all @code{COMMON} blocks visible at the current program location are
09d4efe1
EZ
10642printed.
10643@end table
10644
9c16f35a
EZ
10645@node Pascal
10646@subsection Pascal
10647
10648@cindex Pascal support in @value{GDBN}, limitations
10649Debugging Pascal programs which use sets, subranges, file variables, or
10650nested functions does not currently work. @value{GDBN} does not support
10651entering expressions, printing values, or similar features using Pascal
10652syntax.
10653
10654The Pascal-specific command @code{set print pascal_static-members}
10655controls whether static members of Pascal objects are displayed.
10656@xref{Print Settings, pascal_static-members}.
10657
09d4efe1 10658@node Modula-2
c906108c 10659@subsection Modula-2
7a292a7a 10660
d4f3574e 10661@cindex Modula-2, @value{GDBN} support
c906108c
SS
10662
10663The extensions made to @value{GDBN} to support Modula-2 only support
10664output from the @sc{gnu} Modula-2 compiler (which is currently being
10665developed). Other Modula-2 compilers are not currently supported, and
10666attempting to debug executables produced by them is most likely
10667to give an error as @value{GDBN} reads in the executable's symbol
10668table.
10669
10670@cindex expressions in Modula-2
10671@menu
10672* M2 Operators:: Built-in operators
10673* Built-In Func/Proc:: Built-in functions and procedures
10674* M2 Constants:: Modula-2 constants
72019c9c 10675* M2 Types:: Modula-2 types
c906108c
SS
10676* M2 Defaults:: Default settings for Modula-2
10677* Deviations:: Deviations from standard Modula-2
10678* M2 Checks:: Modula-2 type and range checks
10679* M2 Scope:: The scope operators @code{::} and @code{.}
10680* GDB/M2:: @value{GDBN} and Modula-2
10681@end menu
10682
6d2ebf8b 10683@node M2 Operators
c906108c
SS
10684@subsubsection Operators
10685@cindex Modula-2 operators
10686
10687Operators must be defined on values of specific types. For instance,
10688@code{+} is defined on numbers, but not on structures. Operators are
10689often defined on groups of types. For the purposes of Modula-2, the
10690following definitions hold:
10691
10692@itemize @bullet
10693
10694@item
10695@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
10696their subranges.
10697
10698@item
10699@emph{Character types} consist of @code{CHAR} and its subranges.
10700
10701@item
10702@emph{Floating-point types} consist of @code{REAL}.
10703
10704@item
10705@emph{Pointer types} consist of anything declared as @code{POINTER TO
10706@var{type}}.
10707
10708@item
10709@emph{Scalar types} consist of all of the above.
10710
10711@item
10712@emph{Set types} consist of @code{SET} and @code{BITSET} types.
10713
10714@item
10715@emph{Boolean types} consist of @code{BOOLEAN}.
10716@end itemize
10717
10718@noindent
10719The following operators are supported, and appear in order of
10720increasing precedence:
10721
10722@table @code
10723@item ,
10724Function argument or array index separator.
10725
10726@item :=
10727Assignment. The value of @var{var} @code{:=} @var{value} is
10728@var{value}.
10729
10730@item <@r{, }>
10731Less than, greater than on integral, floating-point, or enumerated
10732types.
10733
10734@item <=@r{, }>=
96a2c332 10735Less than or equal to, greater than or equal to
c906108c
SS
10736on integral, floating-point and enumerated types, or set inclusion on
10737set types. Same precedence as @code{<}.
10738
10739@item =@r{, }<>@r{, }#
10740Equality and two ways of expressing inequality, valid on scalar types.
10741Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
10742available for inequality, since @code{#} conflicts with the script
10743comment character.
10744
10745@item IN
10746Set membership. Defined on set types and the types of their members.
10747Same precedence as @code{<}.
10748
10749@item OR
10750Boolean disjunction. Defined on boolean types.
10751
10752@item AND@r{, }&
d4f3574e 10753Boolean conjunction. Defined on boolean types.
c906108c
SS
10754
10755@item @@
10756The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
10757
10758@item +@r{, }-
10759Addition and subtraction on integral and floating-point types, or union
10760and difference on set types.
10761
10762@item *
10763Multiplication on integral and floating-point types, or set intersection
10764on set types.
10765
10766@item /
10767Division on floating-point types, or symmetric set difference on set
10768types. Same precedence as @code{*}.
10769
10770@item DIV@r{, }MOD
10771Integer division and remainder. Defined on integral types. Same
10772precedence as @code{*}.
10773
10774@item -
10775Negative. Defined on @code{INTEGER} and @code{REAL} data.
10776
10777@item ^
10778Pointer dereferencing. Defined on pointer types.
10779
10780@item NOT
10781Boolean negation. Defined on boolean types. Same precedence as
10782@code{^}.
10783
10784@item .
10785@code{RECORD} field selector. Defined on @code{RECORD} data. Same
10786precedence as @code{^}.
10787
10788@item []
10789Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
10790
10791@item ()
10792Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
10793as @code{^}.
10794
10795@item ::@r{, }.
10796@value{GDBN} and Modula-2 scope operators.
10797@end table
10798
10799@quotation
72019c9c 10800@emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
c906108c
SS
10801treats the use of the operator @code{IN}, or the use of operators
10802@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
10803@code{<=}, and @code{>=} on sets as an error.
10804@end quotation
10805
cb51c4e0 10806
6d2ebf8b 10807@node Built-In Func/Proc
79a6e687 10808@subsubsection Built-in Functions and Procedures
cb51c4e0 10809@cindex Modula-2 built-ins
c906108c
SS
10810
10811Modula-2 also makes available several built-in procedures and functions.
10812In describing these, the following metavariables are used:
10813
10814@table @var
10815
10816@item a
10817represents an @code{ARRAY} variable.
10818
10819@item c
10820represents a @code{CHAR} constant or variable.
10821
10822@item i
10823represents a variable or constant of integral type.
10824
10825@item m
10826represents an identifier that belongs to a set. Generally used in the
10827same function with the metavariable @var{s}. The type of @var{s} should
10828be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
10829
10830@item n
10831represents a variable or constant of integral or floating-point type.
10832
10833@item r
10834represents a variable or constant of floating-point type.
10835
10836@item t
10837represents a type.
10838
10839@item v
10840represents a variable.
10841
10842@item x
10843represents a variable or constant of one of many types. See the
10844explanation of the function for details.
10845@end table
10846
10847All Modula-2 built-in procedures also return a result, described below.
10848
10849@table @code
10850@item ABS(@var{n})
10851Returns the absolute value of @var{n}.
10852
10853@item CAP(@var{c})
10854If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 10855equivalent, otherwise it returns its argument.
c906108c
SS
10856
10857@item CHR(@var{i})
10858Returns the character whose ordinal value is @var{i}.
10859
10860@item DEC(@var{v})
c3f6f71d 10861Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
10862
10863@item DEC(@var{v},@var{i})
10864Decrements the value in the variable @var{v} by @var{i}. Returns the
10865new value.
10866
10867@item EXCL(@var{m},@var{s})
10868Removes the element @var{m} from the set @var{s}. Returns the new
10869set.
10870
10871@item FLOAT(@var{i})
10872Returns the floating point equivalent of the integer @var{i}.
10873
10874@item HIGH(@var{a})
10875Returns the index of the last member of @var{a}.
10876
10877@item INC(@var{v})
c3f6f71d 10878Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
10879
10880@item INC(@var{v},@var{i})
10881Increments the value in the variable @var{v} by @var{i}. Returns the
10882new value.
10883
10884@item INCL(@var{m},@var{s})
10885Adds the element @var{m} to the set @var{s} if it is not already
10886there. Returns the new set.
10887
10888@item MAX(@var{t})
10889Returns the maximum value of the type @var{t}.
10890
10891@item MIN(@var{t})
10892Returns the minimum value of the type @var{t}.
10893
10894@item ODD(@var{i})
10895Returns boolean TRUE if @var{i} is an odd number.
10896
10897@item ORD(@var{x})
10898Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
10899value of a character is its @sc{ascii} value (on machines supporting the
10900@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
10901integral, character and enumerated types.
10902
10903@item SIZE(@var{x})
10904Returns the size of its argument. @var{x} can be a variable or a type.
10905
10906@item TRUNC(@var{r})
10907Returns the integral part of @var{r}.
10908
844781a1
GM
10909@item TSIZE(@var{x})
10910Returns the size of its argument. @var{x} can be a variable or a type.
10911
c906108c
SS
10912@item VAL(@var{t},@var{i})
10913Returns the member of the type @var{t} whose ordinal value is @var{i}.
10914@end table
10915
10916@quotation
10917@emph{Warning:} Sets and their operations are not yet supported, so
10918@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
10919an error.
10920@end quotation
10921
10922@cindex Modula-2 constants
6d2ebf8b 10923@node M2 Constants
c906108c
SS
10924@subsubsection Constants
10925
10926@value{GDBN} allows you to express the constants of Modula-2 in the following
10927ways:
10928
10929@itemize @bullet
10930
10931@item
10932Integer constants are simply a sequence of digits. When used in an
10933expression, a constant is interpreted to be type-compatible with the
10934rest of the expression. Hexadecimal integers are specified by a
10935trailing @samp{H}, and octal integers by a trailing @samp{B}.
10936
10937@item
10938Floating point constants appear as a sequence of digits, followed by a
10939decimal point and another sequence of digits. An optional exponent can
10940then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
10941@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
10942digits of the floating point constant must be valid decimal (base 10)
10943digits.
10944
10945@item
10946Character constants consist of a single character enclosed by a pair of
10947like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 10948also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
10949followed by a @samp{C}.
10950
10951@item
10952String constants consist of a sequence of characters enclosed by a
10953pair of like quotes, either single (@code{'}) or double (@code{"}).
10954Escape sequences in the style of C are also allowed. @xref{C
79a6e687 10955Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
c906108c
SS
10956sequences.
10957
10958@item
10959Enumerated constants consist of an enumerated identifier.
10960
10961@item
10962Boolean constants consist of the identifiers @code{TRUE} and
10963@code{FALSE}.
10964
10965@item
10966Pointer constants consist of integral values only.
10967
10968@item
10969Set constants are not yet supported.
10970@end itemize
10971
72019c9c
GM
10972@node M2 Types
10973@subsubsection Modula-2 Types
10974@cindex Modula-2 types
10975
10976Currently @value{GDBN} can print the following data types in Modula-2
10977syntax: array types, record types, set types, pointer types, procedure
10978types, enumerated types, subrange types and base types. You can also
10979print the contents of variables declared using these type.
10980This section gives a number of simple source code examples together with
10981sample @value{GDBN} sessions.
10982
10983The first example contains the following section of code:
10984
10985@smallexample
10986VAR
10987 s: SET OF CHAR ;
10988 r: [20..40] ;
10989@end smallexample
10990
10991@noindent
10992and you can request @value{GDBN} to interrogate the type and value of
10993@code{r} and @code{s}.
10994
10995@smallexample
10996(@value{GDBP}) print s
10997@{'A'..'C', 'Z'@}
10998(@value{GDBP}) ptype s
10999SET OF CHAR
11000(@value{GDBP}) print r
1100121
11002(@value{GDBP}) ptype r
11003[20..40]
11004@end smallexample
11005
11006@noindent
11007Likewise if your source code declares @code{s} as:
11008
11009@smallexample
11010VAR
11011 s: SET ['A'..'Z'] ;
11012@end smallexample
11013
11014@noindent
11015then you may query the type of @code{s} by:
11016
11017@smallexample
11018(@value{GDBP}) ptype s
11019type = SET ['A'..'Z']
11020@end smallexample
11021
11022@noindent
11023Note that at present you cannot interactively manipulate set
11024expressions using the debugger.
11025
11026The following example shows how you might declare an array in Modula-2
11027and how you can interact with @value{GDBN} to print its type and contents:
11028
11029@smallexample
11030VAR
11031 s: ARRAY [-10..10] OF CHAR ;
11032@end smallexample
11033
11034@smallexample
11035(@value{GDBP}) ptype s
11036ARRAY [-10..10] OF CHAR
11037@end smallexample
11038
11039Note that the array handling is not yet complete and although the type
11040is printed correctly, expression handling still assumes that all
11041arrays have a lower bound of zero and not @code{-10} as in the example
844781a1 11042above.
72019c9c
GM
11043
11044Here are some more type related Modula-2 examples:
11045
11046@smallexample
11047TYPE
11048 colour = (blue, red, yellow, green) ;
11049 t = [blue..yellow] ;
11050VAR
11051 s: t ;
11052BEGIN
11053 s := blue ;
11054@end smallexample
11055
11056@noindent
11057The @value{GDBN} interaction shows how you can query the data type
11058and value of a variable.
11059
11060@smallexample
11061(@value{GDBP}) print s
11062$1 = blue
11063(@value{GDBP}) ptype t
11064type = [blue..yellow]
11065@end smallexample
11066
11067@noindent
11068In this example a Modula-2 array is declared and its contents
11069displayed. Observe that the contents are written in the same way as
11070their @code{C} counterparts.
11071
11072@smallexample
11073VAR
11074 s: ARRAY [1..5] OF CARDINAL ;
11075BEGIN
11076 s[1] := 1 ;
11077@end smallexample
11078
11079@smallexample
11080(@value{GDBP}) print s
11081$1 = @{1, 0, 0, 0, 0@}
11082(@value{GDBP}) ptype s
11083type = ARRAY [1..5] OF CARDINAL
11084@end smallexample
11085
11086The Modula-2 language interface to @value{GDBN} also understands
11087pointer types as shown in this example:
11088
11089@smallexample
11090VAR
11091 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
11092BEGIN
11093 NEW(s) ;
11094 s^[1] := 1 ;
11095@end smallexample
11096
11097@noindent
11098and you can request that @value{GDBN} describes the type of @code{s}.
11099
11100@smallexample
11101(@value{GDBP}) ptype s
11102type = POINTER TO ARRAY [1..5] OF CARDINAL
11103@end smallexample
11104
11105@value{GDBN} handles compound types as we can see in this example.
11106Here we combine array types, record types, pointer types and subrange
11107types:
11108
11109@smallexample
11110TYPE
11111 foo = RECORD
11112 f1: CARDINAL ;
11113 f2: CHAR ;
11114 f3: myarray ;
11115 END ;
11116
11117 myarray = ARRAY myrange OF CARDINAL ;
11118 myrange = [-2..2] ;
11119VAR
11120 s: POINTER TO ARRAY myrange OF foo ;
11121@end smallexample
11122
11123@noindent
11124and you can ask @value{GDBN} to describe the type of @code{s} as shown
11125below.
11126
11127@smallexample
11128(@value{GDBP}) ptype s
11129type = POINTER TO ARRAY [-2..2] OF foo = RECORD
11130 f1 : CARDINAL;
11131 f2 : CHAR;
11132 f3 : ARRAY [-2..2] OF CARDINAL;
11133END
11134@end smallexample
11135
6d2ebf8b 11136@node M2 Defaults
79a6e687 11137@subsubsection Modula-2 Defaults
c906108c
SS
11138@cindex Modula-2 defaults
11139
11140If type and range checking are set automatically by @value{GDBN}, they
11141both default to @code{on} whenever the working language changes to
d4f3574e 11142Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
11143selected the working language.
11144
11145If you allow @value{GDBN} to set the language automatically, then entering
11146code compiled from a file whose name ends with @file{.mod} sets the
79a6e687
BW
11147working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
11148Infer the Source Language}, for further details.
c906108c 11149
6d2ebf8b 11150@node Deviations
79a6e687 11151@subsubsection Deviations from Standard Modula-2
c906108c
SS
11152@cindex Modula-2, deviations from
11153
11154A few changes have been made to make Modula-2 programs easier to debug.
11155This is done primarily via loosening its type strictness:
11156
11157@itemize @bullet
11158@item
11159Unlike in standard Modula-2, pointer constants can be formed by
11160integers. This allows you to modify pointer variables during
11161debugging. (In standard Modula-2, the actual address contained in a
11162pointer variable is hidden from you; it can only be modified
11163through direct assignment to another pointer variable or expression that
11164returned a pointer.)
11165
11166@item
11167C escape sequences can be used in strings and characters to represent
11168non-printable characters. @value{GDBN} prints out strings with these
11169escape sequences embedded. Single non-printable characters are
11170printed using the @samp{CHR(@var{nnn})} format.
11171
11172@item
11173The assignment operator (@code{:=}) returns the value of its right-hand
11174argument.
11175
11176@item
11177All built-in procedures both modify @emph{and} return their argument.
11178@end itemize
11179
6d2ebf8b 11180@node M2 Checks
79a6e687 11181@subsubsection Modula-2 Type and Range Checks
c906108c
SS
11182@cindex Modula-2 checks
11183
11184@quotation
11185@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
11186range checking.
11187@end quotation
11188@c FIXME remove warning when type/range checks added
11189
11190@value{GDBN} considers two Modula-2 variables type equivalent if:
11191
11192@itemize @bullet
11193@item
11194They are of types that have been declared equivalent via a @code{TYPE
11195@var{t1} = @var{t2}} statement
11196
11197@item
11198They have been declared on the same line. (Note: This is true of the
11199@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
11200@end itemize
11201
11202As long as type checking is enabled, any attempt to combine variables
11203whose types are not equivalent is an error.
11204
11205Range checking is done on all mathematical operations, assignment, array
11206index bounds, and all built-in functions and procedures.
11207
6d2ebf8b 11208@node M2 Scope
79a6e687 11209@subsubsection The Scope Operators @code{::} and @code{.}
c906108c 11210@cindex scope
41afff9a 11211@cindex @code{.}, Modula-2 scope operator
c906108c
SS
11212@cindex colon, doubled as scope operator
11213@ifinfo
41afff9a 11214@vindex colon-colon@r{, in Modula-2}
c906108c
SS
11215@c Info cannot handle :: but TeX can.
11216@end ifinfo
a67ec3f4 11217@ifnotinfo
41afff9a 11218@vindex ::@r{, in Modula-2}
a67ec3f4 11219@end ifnotinfo
c906108c
SS
11220
11221There are a few subtle differences between the Modula-2 scope operator
11222(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
11223similar syntax:
11224
474c8240 11225@smallexample
c906108c
SS
11226
11227@var{module} . @var{id}
11228@var{scope} :: @var{id}
474c8240 11229@end smallexample
c906108c
SS
11230
11231@noindent
11232where @var{scope} is the name of a module or a procedure,
11233@var{module} the name of a module, and @var{id} is any declared
11234identifier within your program, except another module.
11235
11236Using the @code{::} operator makes @value{GDBN} search the scope
11237specified by @var{scope} for the identifier @var{id}. If it is not
11238found in the specified scope, then @value{GDBN} searches all scopes
11239enclosing the one specified by @var{scope}.
11240
11241Using the @code{.} operator makes @value{GDBN} search the current scope for
11242the identifier specified by @var{id} that was imported from the
11243definition module specified by @var{module}. With this operator, it is
11244an error if the identifier @var{id} was not imported from definition
11245module @var{module}, or if @var{id} is not an identifier in
11246@var{module}.
11247
6d2ebf8b 11248@node GDB/M2
c906108c
SS
11249@subsubsection @value{GDBN} and Modula-2
11250
11251Some @value{GDBN} commands have little use when debugging Modula-2 programs.
11252Five subcommands of @code{set print} and @code{show print} apply
b37052ae 11253specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 11254@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 11255apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
11256analogue in Modula-2.
11257
11258The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 11259with any language, is not useful with Modula-2. Its
c906108c 11260intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 11261created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 11262address can be specified by an integral constant, the construct
d4f3574e 11263@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
11264
11265@cindex @code{#} in Modula-2
11266In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
11267interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 11268
e07c999f
PH
11269@node Ada
11270@subsection Ada
11271@cindex Ada
11272
11273The extensions made to @value{GDBN} for Ada only support
11274output from the @sc{gnu} Ada (GNAT) compiler.
11275Other Ada compilers are not currently supported, and
11276attempting to debug executables produced by them is most likely
11277to be difficult.
11278
11279
11280@cindex expressions in Ada
11281@menu
11282* Ada Mode Intro:: General remarks on the Ada syntax
11283 and semantics supported by Ada mode
11284 in @value{GDBN}.
11285* Omissions from Ada:: Restrictions on the Ada expression syntax.
11286* Additions to Ada:: Extensions of the Ada expression syntax.
11287* Stopping Before Main Program:: Debugging the program during elaboration.
20924a55
JB
11288* Ada Tasks:: Listing and setting breakpoints in tasks.
11289* Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
e07c999f
PH
11290* Ada Glitches:: Known peculiarities of Ada mode.
11291@end menu
11292
11293@node Ada Mode Intro
11294@subsubsection Introduction
11295@cindex Ada mode, general
11296
11297The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
11298syntax, with some extensions.
11299The philosophy behind the design of this subset is
11300
11301@itemize @bullet
11302@item
11303That @value{GDBN} should provide basic literals and access to operations for
11304arithmetic, dereferencing, field selection, indexing, and subprogram calls,
11305leaving more sophisticated computations to subprograms written into the
11306program (which therefore may be called from @value{GDBN}).
11307
11308@item
11309That type safety and strict adherence to Ada language restrictions
11310are not particularly important to the @value{GDBN} user.
11311
11312@item
11313That brevity is important to the @value{GDBN} user.
11314@end itemize
11315
f3a2dd1a
JB
11316Thus, for brevity, the debugger acts as if all names declared in
11317user-written packages are directly visible, even if they are not visible
11318according to Ada rules, thus making it unnecessary to fully qualify most
11319names with their packages, regardless of context. Where this causes
11320ambiguity, @value{GDBN} asks the user's intent.
e07c999f
PH
11321
11322The debugger will start in Ada mode if it detects an Ada main program.
11323As for other languages, it will enter Ada mode when stopped in a program that
11324was translated from an Ada source file.
11325
11326While in Ada mode, you may use `@t{--}' for comments. This is useful
11327mostly for documenting command files. The standard @value{GDBN} comment
11328(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
11329middle (to allow based literals).
11330
11331The debugger supports limited overloading. Given a subprogram call in which
11332the function symbol has multiple definitions, it will use the number of
11333actual parameters and some information about their types to attempt to narrow
11334the set of definitions. It also makes very limited use of context, preferring
11335procedures to functions in the context of the @code{call} command, and
11336functions to procedures elsewhere.
11337
11338@node Omissions from Ada
11339@subsubsection Omissions from Ada
11340@cindex Ada, omissions from
11341
11342Here are the notable omissions from the subset:
11343
11344@itemize @bullet
11345@item
11346Only a subset of the attributes are supported:
11347
11348@itemize @minus
11349@item
11350@t{'First}, @t{'Last}, and @t{'Length}
11351 on array objects (not on types and subtypes).
11352
11353@item
11354@t{'Min} and @t{'Max}.
11355
11356@item
11357@t{'Pos} and @t{'Val}.
11358
11359@item
11360@t{'Tag}.
11361
11362@item
11363@t{'Range} on array objects (not subtypes), but only as the right
11364operand of the membership (@code{in}) operator.
11365
11366@item
11367@t{'Access}, @t{'Unchecked_Access}, and
11368@t{'Unrestricted_Access} (a GNAT extension).
11369
11370@item
11371@t{'Address}.
11372@end itemize
11373
11374@item
11375The names in
11376@code{Characters.Latin_1} are not available and
11377concatenation is not implemented. Thus, escape characters in strings are
11378not currently available.
11379
11380@item
11381Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
11382equality of representations. They will generally work correctly
11383for strings and arrays whose elements have integer or enumeration types.
11384They may not work correctly for arrays whose element
11385types have user-defined equality, for arrays of real values
11386(in particular, IEEE-conformant floating point, because of negative
11387zeroes and NaNs), and for arrays whose elements contain unused bits with
11388indeterminate values.
11389
11390@item
11391The other component-by-component array operations (@code{and}, @code{or},
11392@code{xor}, @code{not}, and relational tests other than equality)
11393are not implemented.
11394
11395@item
860701dc
PH
11396@cindex array aggregates (Ada)
11397@cindex record aggregates (Ada)
11398@cindex aggregates (Ada)
11399There is limited support for array and record aggregates. They are
11400permitted only on the right sides of assignments, as in these examples:
11401
11402@smallexample
077e0a52
JB
11403(@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
11404(@value{GDBP}) set An_Array := (1, others => 0)
11405(@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
11406(@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
11407(@value{GDBP}) set A_Record := (1, "Peter", True);
11408(@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
860701dc
PH
11409@end smallexample
11410
11411Changing a
11412discriminant's value by assigning an aggregate has an
11413undefined effect if that discriminant is used within the record.
11414However, you can first modify discriminants by directly assigning to
11415them (which normally would not be allowed in Ada), and then performing an
11416aggregate assignment. For example, given a variable @code{A_Rec}
11417declared to have a type such as:
11418
11419@smallexample
11420type Rec (Len : Small_Integer := 0) is record
11421 Id : Integer;
11422 Vals : IntArray (1 .. Len);
11423end record;
11424@end smallexample
11425
11426you can assign a value with a different size of @code{Vals} with two
11427assignments:
11428
11429@smallexample
077e0a52
JB
11430(@value{GDBP}) set A_Rec.Len := 4
11431(@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
860701dc
PH
11432@end smallexample
11433
11434As this example also illustrates, @value{GDBN} is very loose about the usual
11435rules concerning aggregates. You may leave out some of the
11436components of an array or record aggregate (such as the @code{Len}
11437component in the assignment to @code{A_Rec} above); they will retain their
11438original values upon assignment. You may freely use dynamic values as
11439indices in component associations. You may even use overlapping or
11440redundant component associations, although which component values are
11441assigned in such cases is not defined.
e07c999f
PH
11442
11443@item
11444Calls to dispatching subprograms are not implemented.
11445
11446@item
11447The overloading algorithm is much more limited (i.e., less selective)
ae21e955
BW
11448than that of real Ada. It makes only limited use of the context in
11449which a subexpression appears to resolve its meaning, and it is much
11450looser in its rules for allowing type matches. As a result, some
11451function calls will be ambiguous, and the user will be asked to choose
11452the proper resolution.
e07c999f
PH
11453
11454@item
11455The @code{new} operator is not implemented.
11456
11457@item
11458Entry calls are not implemented.
11459
11460@item
11461Aside from printing, arithmetic operations on the native VAX floating-point
11462formats are not supported.
11463
11464@item
11465It is not possible to slice a packed array.
158c7665
PH
11466
11467@item
11468The names @code{True} and @code{False}, when not part of a qualified name,
11469are interpreted as if implicitly prefixed by @code{Standard}, regardless of
11470context.
11471Should your program
11472redefine these names in a package or procedure (at best a dubious practice),
11473you will have to use fully qualified names to access their new definitions.
e07c999f
PH
11474@end itemize
11475
11476@node Additions to Ada
11477@subsubsection Additions to Ada
11478@cindex Ada, deviations from
11479
11480As it does for other languages, @value{GDBN} makes certain generic
11481extensions to Ada (@pxref{Expressions}):
11482
11483@itemize @bullet
11484@item
ae21e955
BW
11485If the expression @var{E} is a variable residing in memory (typically
11486a local variable or array element) and @var{N} is a positive integer,
11487then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
11488@var{N}-1 adjacent variables following it in memory as an array. In
11489Ada, this operator is generally not necessary, since its prime use is
11490in displaying parts of an array, and slicing will usually do this in
11491Ada. However, there are occasional uses when debugging programs in
11492which certain debugging information has been optimized away.
e07c999f
PH
11493
11494@item
ae21e955
BW
11495@code{@var{B}::@var{var}} means ``the variable named @var{var} that
11496appears in function or file @var{B}.'' When @var{B} is a file name,
11497you must typically surround it in single quotes.
e07c999f
PH
11498
11499@item
11500The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
11501@var{type} that appears at address @var{addr}.''
11502
11503@item
11504A name starting with @samp{$} is a convenience variable
11505(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
11506@end itemize
11507
ae21e955
BW
11508In addition, @value{GDBN} provides a few other shortcuts and outright
11509additions specific to Ada:
e07c999f
PH
11510
11511@itemize @bullet
11512@item
11513The assignment statement is allowed as an expression, returning
11514its right-hand operand as its value. Thus, you may enter
11515
11516@smallexample
077e0a52
JB
11517(@value{GDBP}) set x := y + 3
11518(@value{GDBP}) print A(tmp := y + 1)
e07c999f
PH
11519@end smallexample
11520
11521@item
11522The semicolon is allowed as an ``operator,'' returning as its value
11523the value of its right-hand operand.
11524This allows, for example,
11525complex conditional breaks:
11526
11527@smallexample
077e0a52
JB
11528(@value{GDBP}) break f
11529(@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
e07c999f
PH
11530@end smallexample
11531
11532@item
11533Rather than use catenation and symbolic character names to introduce special
11534characters into strings, one may instead use a special bracket notation,
11535which is also used to print strings. A sequence of characters of the form
11536@samp{["@var{XX}"]} within a string or character literal denotes the
11537(single) character whose numeric encoding is @var{XX} in hexadecimal. The
11538sequence of characters @samp{["""]} also denotes a single quotation mark
11539in strings. For example,
11540@smallexample
11541 "One line.["0a"]Next line.["0a"]"
11542@end smallexample
11543@noindent
ae21e955
BW
11544contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
11545after each period.
e07c999f
PH
11546
11547@item
11548The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
11549@t{'Max} is optional (and is ignored in any case). For example, it is valid
11550to write
11551
11552@smallexample
077e0a52 11553(@value{GDBP}) print 'max(x, y)
e07c999f
PH
11554@end smallexample
11555
11556@item
11557When printing arrays, @value{GDBN} uses positional notation when the
11558array has a lower bound of 1, and uses a modified named notation otherwise.
ae21e955
BW
11559For example, a one-dimensional array of three integers with a lower bound
11560of 3 might print as
e07c999f
PH
11561
11562@smallexample
11563(3 => 10, 17, 1)
11564@end smallexample
11565
11566@noindent
11567That is, in contrast to valid Ada, only the first component has a @code{=>}
11568clause.
11569
11570@item
11571You may abbreviate attributes in expressions with any unique,
11572multi-character subsequence of
11573their names (an exact match gets preference).
11574For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
11575in place of @t{a'length}.
11576
11577@item
11578@cindex quoting Ada internal identifiers
11579Since Ada is case-insensitive, the debugger normally maps identifiers you type
11580to lower case. The GNAT compiler uses upper-case characters for
11581some of its internal identifiers, which are normally of no interest to users.
11582For the rare occasions when you actually have to look at them,
11583enclose them in angle brackets to avoid the lower-case mapping.
11584For example,
11585@smallexample
077e0a52 11586(@value{GDBP}) print <JMPBUF_SAVE>[0]
e07c999f
PH
11587@end smallexample
11588
11589@item
11590Printing an object of class-wide type or dereferencing an
11591access-to-class-wide value will display all the components of the object's
11592specific type (as indicated by its run-time tag). Likewise, component
11593selection on such a value will operate on the specific type of the
11594object.
11595
11596@end itemize
11597
11598@node Stopping Before Main Program
11599@subsubsection Stopping at the Very Beginning
11600
11601@cindex breakpointing Ada elaboration code
11602It is sometimes necessary to debug the program during elaboration, and
11603before reaching the main procedure.
11604As defined in the Ada Reference
11605Manual, the elaboration code is invoked from a procedure called
11606@code{adainit}. To run your program up to the beginning of
11607elaboration, simply use the following two commands:
11608@code{tbreak adainit} and @code{run}.
11609
20924a55
JB
11610@node Ada Tasks
11611@subsubsection Extensions for Ada Tasks
11612@cindex Ada, tasking
11613
11614Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
11615@value{GDBN} provides the following task-related commands:
11616
11617@table @code
11618@kindex info tasks
11619@item info tasks
11620This command shows a list of current Ada tasks, as in the following example:
11621
11622
11623@smallexample
11624@iftex
11625@leftskip=0.5cm
11626@end iftex
11627(@value{GDBP}) info tasks
11628 ID TID P-ID Pri State Name
11629 1 8088000 0 15 Child Activation Wait main_task
11630 2 80a4000 1 15 Accept Statement b
11631 3 809a800 1 15 Child Activation Wait a
32cd1edc 11632* 4 80ae800 3 15 Runnable c
20924a55
JB
11633
11634@end smallexample
11635
11636@noindent
11637In this listing, the asterisk before the last task indicates it to be the
11638task currently being inspected.
11639
11640@table @asis
11641@item ID
11642Represents @value{GDBN}'s internal task number.
11643
11644@item TID
11645The Ada task ID.
11646
11647@item P-ID
11648The parent's task ID (@value{GDBN}'s internal task number).
11649
11650@item Pri
11651The base priority of the task.
11652
11653@item State
11654Current state of the task.
11655
11656@table @code
11657@item Unactivated
11658The task has been created but has not been activated. It cannot be
11659executing.
11660
20924a55
JB
11661@item Runnable
11662The task is not blocked for any reason known to Ada. (It may be waiting
11663for a mutex, though.) It is conceptually "executing" in normal mode.
11664
11665@item Terminated
11666The task is terminated, in the sense of ARM 9.3 (5). Any dependents
11667that were waiting on terminate alternatives have been awakened and have
11668terminated themselves.
11669
11670@item Child Activation Wait
11671The task is waiting for created tasks to complete activation.
11672
11673@item Accept Statement
11674The task is waiting on an accept or selective wait statement.
11675
11676@item Waiting on entry call
11677The task is waiting on an entry call.
11678
11679@item Async Select Wait
11680The task is waiting to start the abortable part of an asynchronous
11681select statement.
11682
11683@item Delay Sleep
11684The task is waiting on a select statement with only a delay
11685alternative open.
11686
11687@item Child Termination Wait
11688The task is sleeping having completed a master within itself, and is
11689waiting for the tasks dependent on that master to become terminated or
11690waiting on a terminate Phase.
11691
11692@item Wait Child in Term Alt
11693The task is sleeping waiting for tasks on terminate alternatives to
11694finish terminating.
11695
11696@item Accepting RV with @var{taskno}
11697The task is accepting a rendez-vous with the task @var{taskno}.
11698@end table
11699
11700@item Name
11701Name of the task in the program.
11702
11703@end table
11704
11705@kindex info task @var{taskno}
11706@item info task @var{taskno}
11707This command shows detailled informations on the specified task, as in
11708the following example:
11709@smallexample
11710@iftex
11711@leftskip=0.5cm
11712@end iftex
11713(@value{GDBP}) info tasks
11714 ID TID P-ID Pri State Name
11715 1 8077880 0 15 Child Activation Wait main_task
32cd1edc 11716* 2 807c468 1 15 Runnable task_1
20924a55
JB
11717(@value{GDBP}) info task 2
11718Ada Task: 0x807c468
11719Name: task_1
11720Thread: 0x807f378
11721Parent: 1 (main_task)
11722Base Priority: 15
11723State: Runnable
11724@end smallexample
11725
11726@item task
11727@kindex task@r{ (Ada)}
11728@cindex current Ada task ID
11729This command prints the ID of the current task.
11730
11731@smallexample
11732@iftex
11733@leftskip=0.5cm
11734@end iftex
11735(@value{GDBP}) info tasks
11736 ID TID P-ID Pri State Name
11737 1 8077870 0 15 Child Activation Wait main_task
32cd1edc 11738* 2 807c458 1 15 Runnable t
20924a55
JB
11739(@value{GDBP}) task
11740[Current task is 2]
11741@end smallexample
11742
11743@item task @var{taskno}
11744@cindex Ada task switching
11745This command is like the @code{thread @var{threadno}}
11746command (@pxref{Threads}). It switches the context of debugging
11747from the current task to the given task.
11748
11749@smallexample
11750@iftex
11751@leftskip=0.5cm
11752@end iftex
11753(@value{GDBP}) info tasks
11754 ID TID P-ID Pri State Name
11755 1 8077870 0 15 Child Activation Wait main_task
32cd1edc 11756* 2 807c458 1 15 Runnable t
20924a55
JB
11757(@value{GDBP}) task 1
11758[Switching to task 1]
11759#0 0x8067726 in pthread_cond_wait ()
11760(@value{GDBP}) bt
11761#0 0x8067726 in pthread_cond_wait ()
11762#1 0x8056714 in system.os_interface.pthread_cond_wait ()
11763#2 0x805cb63 in system.task_primitives.operations.sleep ()
11764#3 0x806153e in system.tasking.stages.activate_tasks ()
11765#4 0x804aacc in un () at un.adb:5
11766@end smallexample
11767
45ac276d
JB
11768@item break @var{linespec} task @var{taskno}
11769@itemx break @var{linespec} task @var{taskno} if @dots{}
11770@cindex breakpoints and tasks, in Ada
11771@cindex task breakpoints, in Ada
11772@kindex break @dots{} task @var{taskno}@r{ (Ada)}
11773These commands are like the @code{break @dots{} thread @dots{}}
11774command (@pxref{Thread Stops}).
11775@var{linespec} specifies source lines, as described
11776in @ref{Specify Location}.
11777
11778Use the qualifier @samp{task @var{taskno}} with a breakpoint command
11779to specify that you only want @value{GDBN} to stop the program when a
11780particular Ada task reaches this breakpoint. @var{taskno} is one of the
11781numeric task identifiers assigned by @value{GDBN}, shown in the first
11782column of the @samp{info tasks} display.
11783
11784If you do not specify @samp{task @var{taskno}} when you set a
11785breakpoint, the breakpoint applies to @emph{all} tasks of your
11786program.
11787
11788You can use the @code{task} qualifier on conditional breakpoints as
11789well; in this case, place @samp{task @var{taskno}} before the
11790breakpoint condition (before the @code{if}).
11791
11792For example,
11793
11794@smallexample
11795@iftex
11796@leftskip=0.5cm
11797@end iftex
11798(@value{GDBP}) info tasks
11799 ID TID P-ID Pri State Name
11800 1 140022020 0 15 Child Activation Wait main_task
11801 2 140045060 1 15 Accept/Select Wait t2
11802 3 140044840 1 15 Runnable t1
11803* 4 140056040 1 15 Runnable t3
11804(@value{GDBP}) b 15 task 2
11805Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
11806(@value{GDBP}) cont
11807Continuing.
11808task # 1 running
11809task # 2 running
11810
11811Breakpoint 5, test_task_debug () at test_task_debug.adb:15
1181215 flush;
11813(@value{GDBP}) info tasks
11814 ID TID P-ID Pri State Name
11815 1 140022020 0 15 Child Activation Wait main_task
11816* 2 140045060 1 15 Runnable t2
11817 3 140044840 1 15 Runnable t1
11818 4 140056040 1 15 Delay Sleep t3
11819@end smallexample
20924a55
JB
11820@end table
11821
11822@node Ada Tasks and Core Files
11823@subsubsection Tasking Support when Debugging Core Files
11824@cindex Ada tasking and core file debugging
11825
11826When inspecting a core file, as opposed to debugging a live program,
11827tasking support may be limited or even unavailable, depending on
11828the platform being used.
11829For instance, on x86-linux, the list of tasks is available, but task
11830switching is not supported. On Tru64, however, task switching will work
11831as usual.
11832
11833On certain platforms, including Tru64, the debugger needs to perform some
11834memory writes in order to provide Ada tasking support. When inspecting
11835a core file, this means that the core file must be opened with read-write
11836privileges, using the command @samp{"set write on"} (@pxref{Patching}).
11837Under these circumstances, you should make a backup copy of the core
11838file before inspecting it with @value{GDBN}.
11839
e07c999f
PH
11840@node Ada Glitches
11841@subsubsection Known Peculiarities of Ada Mode
11842@cindex Ada, problems
11843
11844Besides the omissions listed previously (@pxref{Omissions from Ada}),
11845we know of several problems with and limitations of Ada mode in
11846@value{GDBN},
11847some of which will be fixed with planned future releases of the debugger
11848and the GNU Ada compiler.
11849
11850@itemize @bullet
11851@item
11852Currently, the debugger
11853has insufficient information to determine whether certain pointers represent
11854pointers to objects or the objects themselves.
11855Thus, the user may have to tack an extra @code{.all} after an expression
11856to get it printed properly.
11857
11858@item
11859Static constants that the compiler chooses not to materialize as objects in
11860storage are invisible to the debugger.
11861
11862@item
11863Named parameter associations in function argument lists are ignored (the
11864argument lists are treated as positional).
11865
11866@item
11867Many useful library packages are currently invisible to the debugger.
11868
11869@item
11870Fixed-point arithmetic, conversions, input, and output is carried out using
11871floating-point arithmetic, and may give results that only approximate those on
11872the host machine.
11873
e07c999f
PH
11874@item
11875The GNAT compiler never generates the prefix @code{Standard} for any of
11876the standard symbols defined by the Ada language. @value{GDBN} knows about
11877this: it will strip the prefix from names when you use it, and will never
11878look for a name you have so qualified among local symbols, nor match against
11879symbols in other packages or subprograms. If you have
11880defined entities anywhere in your program other than parameters and
11881local variables whose simple names match names in @code{Standard},
11882GNAT's lack of qualification here can cause confusion. When this happens,
11883you can usually resolve the confusion
11884by qualifying the problematic names with package
11885@code{Standard} explicitly.
11886@end itemize
11887
79a6e687
BW
11888@node Unsupported Languages
11889@section Unsupported Languages
4e562065
JB
11890
11891@cindex unsupported languages
11892@cindex minimal language
11893In addition to the other fully-supported programming languages,
11894@value{GDBN} also provides a pseudo-language, called @code{minimal}.
11895It does not represent a real programming language, but provides a set
11896of capabilities close to what the C or assembly languages provide.
11897This should allow most simple operations to be performed while debugging
11898an application that uses a language currently not supported by @value{GDBN}.
11899
11900If the language is set to @code{auto}, @value{GDBN} will automatically
11901select this language if the current frame corresponds to an unsupported
11902language.
11903
6d2ebf8b 11904@node Symbols
c906108c
SS
11905@chapter Examining the Symbol Table
11906
d4f3574e 11907The commands described in this chapter allow you to inquire about the
c906108c
SS
11908symbols (names of variables, functions and types) defined in your
11909program. This information is inherent in the text of your program and
11910does not change as your program executes. @value{GDBN} finds it in your
11911program's symbol table, in the file indicated when you started @value{GDBN}
79a6e687
BW
11912(@pxref{File Options, ,Choosing Files}), or by one of the
11913file-management commands (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
11914
11915@cindex symbol names
11916@cindex names of symbols
11917@cindex quoting names
11918Occasionally, you may need to refer to symbols that contain unusual
11919characters, which @value{GDBN} ordinarily treats as word delimiters. The
11920most frequent case is in referring to static variables in other
79a6e687 11921source files (@pxref{Variables,,Program Variables}). File names
c906108c
SS
11922are recorded in object files as debugging symbols, but @value{GDBN} would
11923ordinarily parse a typical file name, like @file{foo.c}, as the three words
11924@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
11925@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
11926
474c8240 11927@smallexample
c906108c 11928p 'foo.c'::x
474c8240 11929@end smallexample
c906108c
SS
11930
11931@noindent
11932looks up the value of @code{x} in the scope of the file @file{foo.c}.
11933
11934@table @code
a8f24a35
EZ
11935@cindex case-insensitive symbol names
11936@cindex case sensitivity in symbol names
11937@kindex set case-sensitive
11938@item set case-sensitive on
11939@itemx set case-sensitive off
11940@itemx set case-sensitive auto
11941Normally, when @value{GDBN} looks up symbols, it matches their names
11942with case sensitivity determined by the current source language.
11943Occasionally, you may wish to control that. The command @code{set
11944case-sensitive} lets you do that by specifying @code{on} for
11945case-sensitive matches or @code{off} for case-insensitive ones. If
11946you specify @code{auto}, case sensitivity is reset to the default
11947suitable for the source language. The default is case-sensitive
11948matches for all languages except for Fortran, for which the default is
11949case-insensitive matches.
11950
9c16f35a
EZ
11951@kindex show case-sensitive
11952@item show case-sensitive
a8f24a35
EZ
11953This command shows the current setting of case sensitivity for symbols
11954lookups.
11955
c906108c 11956@kindex info address
b37052ae 11957@cindex address of a symbol
c906108c
SS
11958@item info address @var{symbol}
11959Describe where the data for @var{symbol} is stored. For a register
11960variable, this says which register it is kept in. For a non-register
11961local variable, this prints the stack-frame offset at which the variable
11962is always stored.
11963
11964Note the contrast with @samp{print &@var{symbol}}, which does not work
11965at all for a register variable, and for a stack local variable prints
11966the exact address of the current instantiation of the variable.
11967
3d67e040 11968@kindex info symbol
b37052ae 11969@cindex symbol from address
9c16f35a 11970@cindex closest symbol and offset for an address
3d67e040
EZ
11971@item info symbol @var{addr}
11972Print the name of a symbol which is stored at the address @var{addr}.
11973If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
11974nearest symbol and an offset from it:
11975
474c8240 11976@smallexample
3d67e040
EZ
11977(@value{GDBP}) info symbol 0x54320
11978_initialize_vx + 396 in section .text
474c8240 11979@end smallexample
3d67e040
EZ
11980
11981@noindent
11982This is the opposite of the @code{info address} command. You can use
11983it to find out the name of a variable or a function given its address.
11984
c14c28ba
PP
11985For dynamically linked executables, the name of executable or shared
11986library containing the symbol is also printed:
11987
11988@smallexample
11989(@value{GDBP}) info symbol 0x400225
11990_start + 5 in section .text of /tmp/a.out
11991(@value{GDBP}) info symbol 0x2aaaac2811cf
11992__read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
11993@end smallexample
11994
c906108c 11995@kindex whatis
62f3a2ba
FF
11996@item whatis [@var{arg}]
11997Print the data type of @var{arg}, which can be either an expression or
11998a data type. With no argument, print the data type of @code{$}, the
11999last value in the value history. If @var{arg} is an expression, it is
12000not actually evaluated, and any side-effecting operations (such as
12001assignments or function calls) inside it do not take place. If
12002@var{arg} is a type name, it may be the name of a type or typedef, or
12003for C code it may have the form @samp{class @var{class-name}},
12004@samp{struct @var{struct-tag}}, @samp{union @var{union-tag}} or
12005@samp{enum @var{enum-tag}}.
c906108c
SS
12006@xref{Expressions, ,Expressions}.
12007
c906108c 12008@kindex ptype
62f3a2ba
FF
12009@item ptype [@var{arg}]
12010@code{ptype} accepts the same arguments as @code{whatis}, but prints a
12011detailed description of the type, instead of just the name of the type.
12012@xref{Expressions, ,Expressions}.
c906108c
SS
12013
12014For example, for this variable declaration:
12015
474c8240 12016@smallexample
c906108c 12017struct complex @{double real; double imag;@} v;
474c8240 12018@end smallexample
c906108c
SS
12019
12020@noindent
12021the two commands give this output:
12022
474c8240 12023@smallexample
c906108c
SS
12024@group
12025(@value{GDBP}) whatis v
12026type = struct complex
12027(@value{GDBP}) ptype v
12028type = struct complex @{
12029 double real;
12030 double imag;
12031@}
12032@end group
474c8240 12033@end smallexample
c906108c
SS
12034
12035@noindent
12036As with @code{whatis}, using @code{ptype} without an argument refers to
12037the type of @code{$}, the last value in the value history.
12038
ab1adacd
EZ
12039@cindex incomplete type
12040Sometimes, programs use opaque data types or incomplete specifications
12041of complex data structure. If the debug information included in the
12042program does not allow @value{GDBN} to display a full declaration of
12043the data type, it will say @samp{<incomplete type>}. For example,
12044given these declarations:
12045
12046@smallexample
12047 struct foo;
12048 struct foo *fooptr;
12049@end smallexample
12050
12051@noindent
12052but no definition for @code{struct foo} itself, @value{GDBN} will say:
12053
12054@smallexample
ddb50cd7 12055 (@value{GDBP}) ptype foo
ab1adacd
EZ
12056 $1 = <incomplete type>
12057@end smallexample
12058
12059@noindent
12060``Incomplete type'' is C terminology for data types that are not
12061completely specified.
12062
c906108c
SS
12063@kindex info types
12064@item info types @var{regexp}
12065@itemx info types
09d4efe1
EZ
12066Print a brief description of all types whose names match the regular
12067expression @var{regexp} (or all types in your program, if you supply
12068no argument). Each complete typename is matched as though it were a
12069complete line; thus, @samp{i type value} gives information on all
12070types in your program whose names include the string @code{value}, but
12071@samp{i type ^value$} gives information only on types whose complete
12072name is @code{value}.
c906108c
SS
12073
12074This command differs from @code{ptype} in two ways: first, like
12075@code{whatis}, it does not print a detailed description; second, it
12076lists all source files where a type is defined.
12077
b37052ae
EZ
12078@kindex info scope
12079@cindex local variables
09d4efe1 12080@item info scope @var{location}
b37052ae 12081List all the variables local to a particular scope. This command
09d4efe1
EZ
12082accepts a @var{location} argument---a function name, a source line, or
12083an address preceded by a @samp{*}, and prints all the variables local
2a25a5ba
EZ
12084to the scope defined by that location. (@xref{Specify Location}, for
12085details about supported forms of @var{location}.) For example:
b37052ae
EZ
12086
12087@smallexample
12088(@value{GDBP}) @b{info scope command_line_handler}
12089Scope for command_line_handler:
12090Symbol rl is an argument at stack/frame offset 8, length 4.
12091Symbol linebuffer is in static storage at address 0x150a18, length 4.
12092Symbol linelength is in static storage at address 0x150a1c, length 4.
12093Symbol p is a local variable in register $esi, length 4.
12094Symbol p1 is a local variable in register $ebx, length 4.
12095Symbol nline is a local variable in register $edx, length 4.
12096Symbol repeat is a local variable at frame offset -8, length 4.
12097@end smallexample
12098
f5c37c66
EZ
12099@noindent
12100This command is especially useful for determining what data to collect
12101during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
12102collect}.
12103
c906108c
SS
12104@kindex info source
12105@item info source
919d772c
JB
12106Show information about the current source file---that is, the source file for
12107the function containing the current point of execution:
12108@itemize @bullet
12109@item
12110the name of the source file, and the directory containing it,
12111@item
12112the directory it was compiled in,
12113@item
12114its length, in lines,
12115@item
12116which programming language it is written in,
12117@item
12118whether the executable includes debugging information for that file, and
12119if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
12120@item
12121whether the debugging information includes information about
12122preprocessor macros.
12123@end itemize
12124
c906108c
SS
12125
12126@kindex info sources
12127@item info sources
12128Print the names of all source files in your program for which there is
12129debugging information, organized into two lists: files whose symbols
12130have already been read, and files whose symbols will be read when needed.
12131
12132@kindex info functions
12133@item info functions
12134Print the names and data types of all defined functions.
12135
12136@item info functions @var{regexp}
12137Print the names and data types of all defined functions
12138whose names contain a match for regular expression @var{regexp}.
12139Thus, @samp{info fun step} finds all functions whose names
12140include @code{step}; @samp{info fun ^step} finds those whose names
b383017d 12141start with @code{step}. If a function name contains characters
c1468174 12142that conflict with the regular expression language (e.g.@:
1c5dfdad 12143@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
12144
12145@kindex info variables
12146@item info variables
12147Print the names and data types of all variables that are declared
6ca652b0 12148outside of functions (i.e.@: excluding local variables).
c906108c
SS
12149
12150@item info variables @var{regexp}
12151Print the names and data types of all variables (except for local
12152variables) whose names contain a match for regular expression
12153@var{regexp}.
12154
b37303ee 12155@kindex info classes
721c2651 12156@cindex Objective-C, classes and selectors
b37303ee
AF
12157@item info classes
12158@itemx info classes @var{regexp}
12159Display all Objective-C classes in your program, or
12160(with the @var{regexp} argument) all those matching a particular regular
12161expression.
12162
12163@kindex info selectors
12164@item info selectors
12165@itemx info selectors @var{regexp}
12166Display all Objective-C selectors in your program, or
12167(with the @var{regexp} argument) all those matching a particular regular
12168expression.
12169
c906108c
SS
12170@ignore
12171This was never implemented.
12172@kindex info methods
12173@item info methods
12174@itemx info methods @var{regexp}
12175The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
12176methods within C@t{++} program, or (with the @var{regexp} argument) a
12177specific set of methods found in the various C@t{++} classes. Many
12178C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
12179from the @code{ptype} command can be overwhelming and hard to use. The
12180@code{info-methods} command filters the methods, printing only those
12181which match the regular-expression @var{regexp}.
12182@end ignore
12183
c906108c
SS
12184@cindex reloading symbols
12185Some systems allow individual object files that make up your program to
7a292a7a
SS
12186be replaced without stopping and restarting your program. For example,
12187in VxWorks you can simply recompile a defective object file and keep on
12188running. If you are running on one of these systems, you can allow
12189@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
12190
12191@table @code
12192@kindex set symbol-reloading
12193@item set symbol-reloading on
12194Replace symbol definitions for the corresponding source file when an
12195object file with a particular name is seen again.
12196
12197@item set symbol-reloading off
6d2ebf8b
SS
12198Do not replace symbol definitions when encountering object files of the
12199same name more than once. This is the default state; if you are not
12200running on a system that permits automatic relinking of modules, you
12201should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
12202may discard symbols when linking large programs, that may contain
12203several modules (from different directories or libraries) with the same
12204name.
c906108c
SS
12205
12206@kindex show symbol-reloading
12207@item show symbol-reloading
12208Show the current @code{on} or @code{off} setting.
12209@end table
c906108c 12210
9c16f35a 12211@cindex opaque data types
c906108c
SS
12212@kindex set opaque-type-resolution
12213@item set opaque-type-resolution on
12214Tell @value{GDBN} to resolve opaque types. An opaque type is a type
12215declared as a pointer to a @code{struct}, @code{class}, or
12216@code{union}---for example, @code{struct MyType *}---that is used in one
12217source file although the full declaration of @code{struct MyType} is in
12218another source file. The default is on.
12219
12220A change in the setting of this subcommand will not take effect until
12221the next time symbols for a file are loaded.
12222
12223@item set opaque-type-resolution off
12224Tell @value{GDBN} not to resolve opaque types. In this case, the type
12225is printed as follows:
12226@smallexample
12227@{<no data fields>@}
12228@end smallexample
12229
12230@kindex show opaque-type-resolution
12231@item show opaque-type-resolution
12232Show whether opaque types are resolved or not.
c906108c 12233
bf250677
DE
12234@kindex set print symbol-loading
12235@cindex print messages when symbols are loaded
12236@item set print symbol-loading
12237@itemx set print symbol-loading on
12238@itemx set print symbol-loading off
12239The @code{set print symbol-loading} command allows you to enable or
12240disable printing of messages when @value{GDBN} loads symbols.
12241By default, these messages will be printed, and normally this is what
12242you want. Disabling these messages is useful when debugging applications
12243with lots of shared libraries where the quantity of output can be more
12244annoying than useful.
12245
12246@kindex show print symbol-loading
12247@item show print symbol-loading
12248Show whether messages will be printed when @value{GDBN} loads symbols.
12249
c906108c
SS
12250@kindex maint print symbols
12251@cindex symbol dump
12252@kindex maint print psymbols
12253@cindex partial symbol dump
12254@item maint print symbols @var{filename}
12255@itemx maint print psymbols @var{filename}
12256@itemx maint print msymbols @var{filename}
12257Write a dump of debugging symbol data into the file @var{filename}.
12258These commands are used to debug the @value{GDBN} symbol-reading code. Only
12259symbols with debugging data are included. If you use @samp{maint print
12260symbols}, @value{GDBN} includes all the symbols for which it has already
12261collected full details: that is, @var{filename} reflects symbols for
12262only those files whose symbols @value{GDBN} has read. You can use the
12263command @code{info sources} to find out which files these are. If you
12264use @samp{maint print psymbols} instead, the dump shows information about
12265symbols that @value{GDBN} only knows partially---that is, symbols defined in
12266files that @value{GDBN} has skimmed, but not yet read completely. Finally,
12267@samp{maint print msymbols} dumps just the minimal symbol information
12268required for each object file from which @value{GDBN} has read some symbols.
79a6e687 12269@xref{Files, ,Commands to Specify Files}, for a discussion of how
c906108c 12270@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 12271
5e7b2f39
JB
12272@kindex maint info symtabs
12273@kindex maint info psymtabs
44ea7b70
JB
12274@cindex listing @value{GDBN}'s internal symbol tables
12275@cindex symbol tables, listing @value{GDBN}'s internal
12276@cindex full symbol tables, listing @value{GDBN}'s internal
12277@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
12278@item maint info symtabs @r{[} @var{regexp} @r{]}
12279@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
12280
12281List the @code{struct symtab} or @code{struct partial_symtab}
12282structures whose names match @var{regexp}. If @var{regexp} is not
12283given, list them all. The output includes expressions which you can
12284copy into a @value{GDBN} debugging this one to examine a particular
12285structure in more detail. For example:
12286
12287@smallexample
5e7b2f39 12288(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
12289@{ objfile /home/gnu/build/gdb/gdb
12290 ((struct objfile *) 0x82e69d0)
b383017d 12291 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
12292 ((struct partial_symtab *) 0x8474b10)
12293 readin no
12294 fullname (null)
12295 text addresses 0x814d3c8 -- 0x8158074
12296 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
12297 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
12298 dependencies (none)
12299 @}
12300@}
5e7b2f39 12301(@value{GDBP}) maint info symtabs
44ea7b70
JB
12302(@value{GDBP})
12303@end smallexample
12304@noindent
12305We see that there is one partial symbol table whose filename contains
12306the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
12307and we see that @value{GDBN} has not read in any symtabs yet at all.
12308If we set a breakpoint on a function, that will cause @value{GDBN} to
12309read the symtab for the compilation unit containing that function:
12310
12311@smallexample
12312(@value{GDBP}) break dwarf2_psymtab_to_symtab
12313Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
12314line 1574.
5e7b2f39 12315(@value{GDBP}) maint info symtabs
b383017d 12316@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 12317 ((struct objfile *) 0x82e69d0)
b383017d 12318 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
12319 ((struct symtab *) 0x86c1f38)
12320 dirname (null)
12321 fullname (null)
12322 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
1b39d5c0 12323 linetable ((struct linetable *) 0x8370fa0)
44ea7b70
JB
12324 debugformat DWARF 2
12325 @}
12326@}
b383017d 12327(@value{GDBP})
44ea7b70 12328@end smallexample
c906108c
SS
12329@end table
12330
44ea7b70 12331
6d2ebf8b 12332@node Altering
c906108c
SS
12333@chapter Altering Execution
12334
12335Once you think you have found an error in your program, you might want to
12336find out for certain whether correcting the apparent error would lead to
12337correct results in the rest of the run. You can find the answer by
12338experiment, using the @value{GDBN} features for altering execution of the
12339program.
12340
12341For example, you can store new values into variables or memory
7a292a7a
SS
12342locations, give your program a signal, restart it at a different
12343address, or even return prematurely from a function.
c906108c
SS
12344
12345@menu
12346* Assignment:: Assignment to variables
12347* Jumping:: Continuing at a different address
c906108c 12348* Signaling:: Giving your program a signal
c906108c
SS
12349* Returning:: Returning from a function
12350* Calling:: Calling your program's functions
12351* Patching:: Patching your program
12352@end menu
12353
6d2ebf8b 12354@node Assignment
79a6e687 12355@section Assignment to Variables
c906108c
SS
12356
12357@cindex assignment
12358@cindex setting variables
12359To alter the value of a variable, evaluate an assignment expression.
12360@xref{Expressions, ,Expressions}. For example,
12361
474c8240 12362@smallexample
c906108c 12363print x=4
474c8240 12364@end smallexample
c906108c
SS
12365
12366@noindent
12367stores the value 4 into the variable @code{x}, and then prints the
5d161b24 12368value of the assignment expression (which is 4).
c906108c
SS
12369@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
12370information on operators in supported languages.
c906108c
SS
12371
12372@kindex set variable
12373@cindex variables, setting
12374If you are not interested in seeing the value of the assignment, use the
12375@code{set} command instead of the @code{print} command. @code{set} is
12376really the same as @code{print} except that the expression's value is
12377not printed and is not put in the value history (@pxref{Value History,
79a6e687 12378,Value History}). The expression is evaluated only for its effects.
c906108c 12379
c906108c
SS
12380If the beginning of the argument string of the @code{set} command
12381appears identical to a @code{set} subcommand, use the @code{set
12382variable} command instead of just @code{set}. This command is identical
12383to @code{set} except for its lack of subcommands. For example, if your
12384program has a variable @code{width}, you get an error if you try to set
12385a new value with just @samp{set width=13}, because @value{GDBN} has the
12386command @code{set width}:
12387
474c8240 12388@smallexample
c906108c
SS
12389(@value{GDBP}) whatis width
12390type = double
12391(@value{GDBP}) p width
12392$4 = 13
12393(@value{GDBP}) set width=47
12394Invalid syntax in expression.
474c8240 12395@end smallexample
c906108c
SS
12396
12397@noindent
12398The invalid expression, of course, is @samp{=47}. In
12399order to actually set the program's variable @code{width}, use
12400
474c8240 12401@smallexample
c906108c 12402(@value{GDBP}) set var width=47
474c8240 12403@end smallexample
53a5351d 12404
c906108c
SS
12405Because the @code{set} command has many subcommands that can conflict
12406with the names of program variables, it is a good idea to use the
12407@code{set variable} command instead of just @code{set}. For example, if
12408your program has a variable @code{g}, you run into problems if you try
12409to set a new value with just @samp{set g=4}, because @value{GDBN} has
12410the command @code{set gnutarget}, abbreviated @code{set g}:
12411
474c8240 12412@smallexample
c906108c
SS
12413@group
12414(@value{GDBP}) whatis g
12415type = double
12416(@value{GDBP}) p g
12417$1 = 1
12418(@value{GDBP}) set g=4
2df3850c 12419(@value{GDBP}) p g
c906108c
SS
12420$2 = 1
12421(@value{GDBP}) r
12422The program being debugged has been started already.
12423Start it from the beginning? (y or n) y
12424Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
12425"/home/smith/cc_progs/a.out": can't open to read symbols:
12426 Invalid bfd target.
c906108c
SS
12427(@value{GDBP}) show g
12428The current BFD target is "=4".
12429@end group
474c8240 12430@end smallexample
c906108c
SS
12431
12432@noindent
12433The program variable @code{g} did not change, and you silently set the
12434@code{gnutarget} to an invalid value. In order to set the variable
12435@code{g}, use
12436
474c8240 12437@smallexample
c906108c 12438(@value{GDBP}) set var g=4
474c8240 12439@end smallexample
c906108c
SS
12440
12441@value{GDBN} allows more implicit conversions in assignments than C; you can
12442freely store an integer value into a pointer variable or vice versa,
12443and you can convert any structure to any other structure that is the
12444same length or shorter.
12445@comment FIXME: how do structs align/pad in these conversions?
12446@comment /doc@cygnus.com 18dec1990
12447
12448To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
12449construct to generate a value of specified type at a specified address
12450(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
12451to memory location @code{0x83040} as an integer (which implies a certain size
12452and representation in memory), and
12453
474c8240 12454@smallexample
c906108c 12455set @{int@}0x83040 = 4
474c8240 12456@end smallexample
c906108c
SS
12457
12458@noindent
12459stores the value 4 into that memory location.
12460
6d2ebf8b 12461@node Jumping
79a6e687 12462@section Continuing at a Different Address
c906108c
SS
12463
12464Ordinarily, when you continue your program, you do so at the place where
12465it stopped, with the @code{continue} command. You can instead continue at
12466an address of your own choosing, with the following commands:
12467
12468@table @code
12469@kindex jump
12470@item jump @var{linespec}
2a25a5ba
EZ
12471@itemx jump @var{location}
12472Resume execution at line @var{linespec} or at address given by
12473@var{location}. Execution stops again immediately if there is a
12474breakpoint there. @xref{Specify Location}, for a description of the
12475different forms of @var{linespec} and @var{location}. It is common
12476practice to use the @code{tbreak} command in conjunction with
12477@code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
c906108c
SS
12478
12479The @code{jump} command does not change the current stack frame, or
12480the stack pointer, or the contents of any memory location or any
12481register other than the program counter. If line @var{linespec} is in
12482a different function from the one currently executing, the results may
12483be bizarre if the two functions expect different patterns of arguments or
12484of local variables. For this reason, the @code{jump} command requests
12485confirmation if the specified line is not in the function currently
12486executing. However, even bizarre results are predictable if you are
12487well acquainted with the machine-language code of your program.
c906108c
SS
12488@end table
12489
c906108c 12490@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
12491On many systems, you can get much the same effect as the @code{jump}
12492command by storing a new value into the register @code{$pc}. The
12493difference is that this does not start your program running; it only
12494changes the address of where it @emph{will} run when you continue. For
12495example,
c906108c 12496
474c8240 12497@smallexample
c906108c 12498set $pc = 0x485
474c8240 12499@end smallexample
c906108c
SS
12500
12501@noindent
12502makes the next @code{continue} command or stepping command execute at
12503address @code{0x485}, rather than at the address where your program stopped.
79a6e687 12504@xref{Continuing and Stepping, ,Continuing and Stepping}.
c906108c
SS
12505
12506The most common occasion to use the @code{jump} command is to back
12507up---perhaps with more breakpoints set---over a portion of a program
12508that has already executed, in order to examine its execution in more
12509detail.
12510
c906108c 12511@c @group
6d2ebf8b 12512@node Signaling
79a6e687 12513@section Giving your Program a Signal
9c16f35a 12514@cindex deliver a signal to a program
c906108c
SS
12515
12516@table @code
12517@kindex signal
12518@item signal @var{signal}
12519Resume execution where your program stopped, but immediately give it the
12520signal @var{signal}. @var{signal} can be the name or the number of a
12521signal. For example, on many systems @code{signal 2} and @code{signal
12522SIGINT} are both ways of sending an interrupt signal.
12523
12524Alternatively, if @var{signal} is zero, continue execution without
12525giving a signal. This is useful when your program stopped on account of
12526a signal and would ordinary see the signal when resumed with the
12527@code{continue} command; @samp{signal 0} causes it to resume without a
12528signal.
12529
12530@code{signal} does not repeat when you press @key{RET} a second time
12531after executing the command.
12532@end table
12533@c @end group
12534
12535Invoking the @code{signal} command is not the same as invoking the
12536@code{kill} utility from the shell. Sending a signal with @code{kill}
12537causes @value{GDBN} to decide what to do with the signal depending on
12538the signal handling tables (@pxref{Signals}). The @code{signal} command
12539passes the signal directly to your program.
12540
c906108c 12541
6d2ebf8b 12542@node Returning
79a6e687 12543@section Returning from a Function
c906108c
SS
12544
12545@table @code
12546@cindex returning from a function
12547@kindex return
12548@item return
12549@itemx return @var{expression}
12550You can cancel execution of a function call with the @code{return}
12551command. If you give an
12552@var{expression} argument, its value is used as the function's return
12553value.
12554@end table
12555
12556When you use @code{return}, @value{GDBN} discards the selected stack frame
12557(and all frames within it). You can think of this as making the
12558discarded frame return prematurely. If you wish to specify a value to
12559be returned, give that value as the argument to @code{return}.
12560
12561This pops the selected stack frame (@pxref{Selection, ,Selecting a
79a6e687 12562Frame}), and any other frames inside of it, leaving its caller as the
c906108c
SS
12563innermost remaining frame. That frame becomes selected. The
12564specified value is stored in the registers used for returning values
12565of functions.
12566
12567The @code{return} command does not resume execution; it leaves the
12568program stopped in the state that would exist if the function had just
12569returned. In contrast, the @code{finish} command (@pxref{Continuing
79a6e687 12570and Stepping, ,Continuing and Stepping}) resumes execution until the
c906108c
SS
12571selected stack frame returns naturally.
12572
61ff14c6
JK
12573@value{GDBN} needs to know how the @var{expression} argument should be set for
12574the inferior. The concrete registers assignment depends on the OS ABI and the
12575type being returned by the selected stack frame. For example it is common for
12576OS ABI to return floating point values in FPU registers while integer values in
12577CPU registers. Still some ABIs return even floating point values in CPU
12578registers. Larger integer widths (such as @code{long long int}) also have
12579specific placement rules. @value{GDBN} already knows the OS ABI from its
12580current target so it needs to find out also the type being returned to make the
12581assignment into the right register(s).
12582
12583Normally, the selected stack frame has debug info. @value{GDBN} will always
12584use the debug info instead of the implicit type of @var{expression} when the
12585debug info is available. For example, if you type @kbd{return -1}, and the
12586function in the current stack frame is declared to return a @code{long long
12587int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
12588into a @code{long long int}:
12589
12590@smallexample
12591Breakpoint 1, func () at gdb.base/return-nodebug.c:29
1259229 return 31;
12593(@value{GDBP}) return -1
12594Make func return now? (y or n) y
12595#0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
1259643 printf ("result=%lld\n", func ());
12597(@value{GDBP})
12598@end smallexample
12599
12600However, if the selected stack frame does not have a debug info, e.g., if the
12601function was compiled without debug info, @value{GDBN} has to find out the type
12602to return from user. Specifying a different type by mistake may set the value
12603in different inferior registers than the caller code expects. For example,
12604typing @kbd{return -1} with its implicit type @code{int} would set only a part
12605of a @code{long long int} result for a debug info less function (on 32-bit
12606architectures). Therefore the user is required to specify the return type by
12607an appropriate cast explicitly:
12608
12609@smallexample
12610Breakpoint 2, 0x0040050b in func ()
12611(@value{GDBP}) return -1
12612Return value type not available for selected stack frame.
12613Please use an explicit cast of the value to return.
12614(@value{GDBP}) return (long long int) -1
12615Make selected stack frame return now? (y or n) y
12616#0 0x00400526 in main ()
12617(@value{GDBP})
12618@end smallexample
12619
6d2ebf8b 12620@node Calling
79a6e687 12621@section Calling Program Functions
c906108c 12622
f8568604 12623@table @code
c906108c 12624@cindex calling functions
f8568604
EZ
12625@cindex inferior functions, calling
12626@item print @var{expr}
d3e8051b 12627Evaluate the expression @var{expr} and display the resulting value.
f8568604
EZ
12628@var{expr} may include calls to functions in the program being
12629debugged.
12630
c906108c 12631@kindex call
c906108c
SS
12632@item call @var{expr}
12633Evaluate the expression @var{expr} without displaying @code{void}
12634returned values.
c906108c
SS
12635
12636You can use this variant of the @code{print} command if you want to
f8568604
EZ
12637execute a function from your program that does not return anything
12638(a.k.a.@: @dfn{a void function}), but without cluttering the output
12639with @code{void} returned values that @value{GDBN} will otherwise
12640print. If the result is not void, it is printed and saved in the
12641value history.
12642@end table
12643
9c16f35a
EZ
12644It is possible for the function you call via the @code{print} or
12645@code{call} command to generate a signal (e.g., if there's a bug in
12646the function, or if you passed it incorrect arguments). What happens
12647in that case is controlled by the @code{set unwindonsignal} command.
12648
12649@table @code
12650@item set unwindonsignal
12651@kindex set unwindonsignal
12652@cindex unwind stack in called functions
12653@cindex call dummy stack unwinding
12654Set unwinding of the stack if a signal is received while in a function
12655that @value{GDBN} called in the program being debugged. If set to on,
12656@value{GDBN} unwinds the stack it created for the call and restores
12657the context to what it was before the call. If set to off (the
12658default), @value{GDBN} stops in the frame where the signal was
12659received.
12660
12661@item show unwindonsignal
12662@kindex show unwindonsignal
12663Show the current setting of stack unwinding in the functions called by
12664@value{GDBN}.
12665@end table
12666
f8568604
EZ
12667@cindex weak alias functions
12668Sometimes, a function you wish to call is actually a @dfn{weak alias}
12669for another function. In such case, @value{GDBN} might not pick up
12670the type information, including the types of the function arguments,
12671which causes @value{GDBN} to call the inferior function incorrectly.
12672As a result, the called function will function erroneously and may
12673even crash. A solution to that is to use the name of the aliased
12674function instead.
c906108c 12675
6d2ebf8b 12676@node Patching
79a6e687 12677@section Patching Programs
7a292a7a 12678
c906108c
SS
12679@cindex patching binaries
12680@cindex writing into executables
c906108c 12681@cindex writing into corefiles
c906108c 12682
7a292a7a
SS
12683By default, @value{GDBN} opens the file containing your program's
12684executable code (or the corefile) read-only. This prevents accidental
12685alterations to machine code; but it also prevents you from intentionally
12686patching your program's binary.
c906108c
SS
12687
12688If you'd like to be able to patch the binary, you can specify that
12689explicitly with the @code{set write} command. For example, you might
12690want to turn on internal debugging flags, or even to make emergency
12691repairs.
12692
12693@table @code
12694@kindex set write
12695@item set write on
12696@itemx set write off
7a292a7a 12697If you specify @samp{set write on}, @value{GDBN} opens executable and
20924a55 12698core files for both reading and writing; if you specify @kbd{set write
c906108c
SS
12699off} (the default), @value{GDBN} opens them read-only.
12700
12701If you have already loaded a file, you must load it again (using the
7a292a7a
SS
12702@code{exec-file} or @code{core-file} command) after changing @code{set
12703write}, for your new setting to take effect.
c906108c
SS
12704
12705@item show write
12706@kindex show write
7a292a7a
SS
12707Display whether executable files and core files are opened for writing
12708as well as reading.
c906108c
SS
12709@end table
12710
6d2ebf8b 12711@node GDB Files
c906108c
SS
12712@chapter @value{GDBN} Files
12713
7a292a7a
SS
12714@value{GDBN} needs to know the file name of the program to be debugged,
12715both in order to read its symbol table and in order to start your
12716program. To debug a core dump of a previous run, you must also tell
12717@value{GDBN} the name of the core dump file.
c906108c
SS
12718
12719@menu
12720* Files:: Commands to specify files
5b5d99cf 12721* Separate Debug Files:: Debugging information in separate files
c906108c
SS
12722* Symbol Errors:: Errors reading symbol files
12723@end menu
12724
6d2ebf8b 12725@node Files
79a6e687 12726@section Commands to Specify Files
c906108c 12727
7a292a7a 12728@cindex symbol table
c906108c 12729@cindex core dump file
7a292a7a
SS
12730
12731You may want to specify executable and core dump file names. The usual
12732way to do this is at start-up time, using the arguments to
12733@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
12734Out of @value{GDBN}}).
c906108c
SS
12735
12736Occasionally it is necessary to change to a different file during a
397ca115
EZ
12737@value{GDBN} session. Or you may run @value{GDBN} and forget to
12738specify a file you want to use. Or you are debugging a remote target
79a6e687
BW
12739via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
12740Program}). In these situations the @value{GDBN} commands to specify
0869d01b 12741new files are useful.
c906108c
SS
12742
12743@table @code
12744@cindex executable file
12745@kindex file
12746@item file @var{filename}
12747Use @var{filename} as the program to be debugged. It is read for its
12748symbols and for the contents of pure memory. It is also the program
12749executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
12750directory and the file is not found in the @value{GDBN} working directory,
12751@value{GDBN} uses the environment variable @code{PATH} as a list of
12752directories to search, just as the shell does when looking for a program
12753to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
12754and your program, using the @code{path} command.
12755
fc8be69e
EZ
12756@cindex unlinked object files
12757@cindex patching object files
12758You can load unlinked object @file{.o} files into @value{GDBN} using
12759the @code{file} command. You will not be able to ``run'' an object
12760file, but you can disassemble functions and inspect variables. Also,
12761if the underlying BFD functionality supports it, you could use
12762@kbd{gdb -write} to patch object files using this technique. Note
12763that @value{GDBN} can neither interpret nor modify relocations in this
12764case, so branches and some initialized variables will appear to go to
12765the wrong place. But this feature is still handy from time to time.
12766
c906108c
SS
12767@item file
12768@code{file} with no argument makes @value{GDBN} discard any information it
12769has on both executable file and the symbol table.
12770
12771@kindex exec-file
12772@item exec-file @r{[} @var{filename} @r{]}
12773Specify that the program to be run (but not the symbol table) is found
12774in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
12775if necessary to locate your program. Omitting @var{filename} means to
12776discard information on the executable file.
12777
12778@kindex symbol-file
12779@item symbol-file @r{[} @var{filename} @r{]}
12780Read symbol table information from file @var{filename}. @code{PATH} is
12781searched when necessary. Use the @code{file} command to get both symbol
12782table and program to run from the same file.
12783
12784@code{symbol-file} with no argument clears out @value{GDBN} information on your
12785program's symbol table.
12786
ae5a43e0
DJ
12787The @code{symbol-file} command causes @value{GDBN} to forget the contents of
12788some breakpoints and auto-display expressions. This is because they may
12789contain pointers to the internal data recording symbols and data types,
12790which are part of the old symbol table data being discarded inside
12791@value{GDBN}.
c906108c
SS
12792
12793@code{symbol-file} does not repeat if you press @key{RET} again after
12794executing it once.
12795
12796When @value{GDBN} is configured for a particular environment, it
12797understands debugging information in whatever format is the standard
12798generated for that environment; you may use either a @sc{gnu} compiler, or
12799other compilers that adhere to the local conventions.
c906108c 12800Best results are usually obtained from @sc{gnu} compilers; for example,
e22ea452 12801using @code{@value{NGCC}} you can generate debugging information for
c906108c 12802optimized code.
c906108c
SS
12803
12804For most kinds of object files, with the exception of old SVR3 systems
12805using COFF, the @code{symbol-file} command does not normally read the
12806symbol table in full right away. Instead, it scans the symbol table
12807quickly to find which source files and which symbols are present. The
12808details are read later, one source file at a time, as they are needed.
12809
12810The purpose of this two-stage reading strategy is to make @value{GDBN}
12811start up faster. For the most part, it is invisible except for
12812occasional pauses while the symbol table details for a particular source
12813file are being read. (The @code{set verbose} command can turn these
12814pauses into messages if desired. @xref{Messages/Warnings, ,Optional
79a6e687 12815Warnings and Messages}.)
c906108c 12816
c906108c
SS
12817We have not implemented the two-stage strategy for COFF yet. When the
12818symbol table is stored in COFF format, @code{symbol-file} reads the
12819symbol table data in full right away. Note that ``stabs-in-COFF''
12820still does the two-stage strategy, since the debug info is actually
12821in stabs format.
12822
12823@kindex readnow
12824@cindex reading symbols immediately
12825@cindex symbols, reading immediately
a94ab193
EZ
12826@item symbol-file @var{filename} @r{[} -readnow @r{]}
12827@itemx file @var{filename} @r{[} -readnow @r{]}
c906108c
SS
12828You can override the @value{GDBN} two-stage strategy for reading symbol
12829tables by using the @samp{-readnow} option with any of the commands that
12830load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 12831entire symbol table available.
c906108c 12832
c906108c
SS
12833@c FIXME: for now no mention of directories, since this seems to be in
12834@c flux. 13mar1992 status is that in theory GDB would look either in
12835@c current dir or in same dir as myprog; but issues like competing
12836@c GDB's, or clutter in system dirs, mean that in practice right now
12837@c only current dir is used. FFish says maybe a special GDB hierarchy
12838@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
12839@c files.
12840
c906108c 12841@kindex core-file
09d4efe1 12842@item core-file @r{[}@var{filename}@r{]}
4644b6e3 12843@itemx core
c906108c
SS
12844Specify the whereabouts of a core dump file to be used as the ``contents
12845of memory''. Traditionally, core files contain only some parts of the
12846address space of the process that generated them; @value{GDBN} can access the
12847executable file itself for other parts.
12848
12849@code{core-file} with no argument specifies that no core file is
12850to be used.
12851
12852Note that the core file is ignored when your program is actually running
7a292a7a
SS
12853under @value{GDBN}. So, if you have been running your program and you
12854wish to debug a core file instead, you must kill the subprocess in which
12855the program is running. To do this, use the @code{kill} command
79a6e687 12856(@pxref{Kill Process, ,Killing the Child Process}).
c906108c 12857
c906108c
SS
12858@kindex add-symbol-file
12859@cindex dynamic linking
12860@item add-symbol-file @var{filename} @var{address}
a94ab193 12861@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
17d9d558 12862@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
12863The @code{add-symbol-file} command reads additional symbol table
12864information from the file @var{filename}. You would use this command
12865when @var{filename} has been dynamically loaded (by some other means)
12866into the program that is running. @var{address} should be the memory
12867address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
12868this out for itself. You can additionally specify an arbitrary number
12869of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
12870section name and base address for that section. You can specify any
12871@var{address} as an expression.
c906108c
SS
12872
12873The symbol table of the file @var{filename} is added to the symbol table
12874originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
12875@code{add-symbol-file} command any number of times; the new symbol data
12876thus read keeps adding to the old. To discard all old symbol data
12877instead, use the @code{symbol-file} command without any arguments.
c906108c 12878
17d9d558
JB
12879@cindex relocatable object files, reading symbols from
12880@cindex object files, relocatable, reading symbols from
12881@cindex reading symbols from relocatable object files
12882@cindex symbols, reading from relocatable object files
12883@cindex @file{.o} files, reading symbols from
12884Although @var{filename} is typically a shared library file, an
12885executable file, or some other object file which has been fully
12886relocated for loading into a process, you can also load symbolic
12887information from relocatable @file{.o} files, as long as:
12888
12889@itemize @bullet
12890@item
12891the file's symbolic information refers only to linker symbols defined in
12892that file, not to symbols defined by other object files,
12893@item
12894every section the file's symbolic information refers to has actually
12895been loaded into the inferior, as it appears in the file, and
12896@item
12897you can determine the address at which every section was loaded, and
12898provide these to the @code{add-symbol-file} command.
12899@end itemize
12900
12901@noindent
12902Some embedded operating systems, like Sun Chorus and VxWorks, can load
12903relocatable files into an already running program; such systems
12904typically make the requirements above easy to meet. However, it's
12905important to recognize that many native systems use complex link
49efadf5 12906procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
12907assembly, for example) that make the requirements difficult to meet. In
12908general, one cannot assume that using @code{add-symbol-file} to read a
12909relocatable object file's symbolic information will have the same effect
12910as linking the relocatable object file into the program in the normal
12911way.
12912
c906108c
SS
12913@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
12914
c45da7e6
EZ
12915@kindex add-symbol-file-from-memory
12916@cindex @code{syscall DSO}
12917@cindex load symbols from memory
12918@item add-symbol-file-from-memory @var{address}
12919Load symbols from the given @var{address} in a dynamically loaded
12920object file whose image is mapped directly into the inferior's memory.
12921For example, the Linux kernel maps a @code{syscall DSO} into each
12922process's address space; this DSO provides kernel-specific code for
12923some system calls. The argument can be any expression whose
12924evaluation yields the address of the file's shared object file header.
12925For this command to work, you must have used @code{symbol-file} or
12926@code{exec-file} commands in advance.
12927
09d4efe1
EZ
12928@kindex add-shared-symbol-files
12929@kindex assf
12930@item add-shared-symbol-files @var{library-file}
12931@itemx assf @var{library-file}
12932The @code{add-shared-symbol-files} command can currently be used only
12933in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
12934alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
12935@value{GDBN} automatically looks for shared libraries, however if
12936@value{GDBN} does not find yours, you can invoke
12937@code{add-shared-symbol-files}. It takes one argument: the shared
12938library's file name. @code{assf} is a shorthand alias for
12939@code{add-shared-symbol-files}.
c906108c 12940
c906108c 12941@kindex section
09d4efe1
EZ
12942@item section @var{section} @var{addr}
12943The @code{section} command changes the base address of the named
12944@var{section} of the exec file to @var{addr}. This can be used if the
12945exec file does not contain section addresses, (such as in the
12946@code{a.out} format), or when the addresses specified in the file
12947itself are wrong. Each section must be changed separately. The
12948@code{info files} command, described below, lists all the sections and
12949their addresses.
c906108c
SS
12950
12951@kindex info files
12952@kindex info target
12953@item info files
12954@itemx info target
7a292a7a
SS
12955@code{info files} and @code{info target} are synonymous; both print the
12956current target (@pxref{Targets, ,Specifying a Debugging Target}),
12957including the names of the executable and core dump files currently in
12958use by @value{GDBN}, and the files from which symbols were loaded. The
12959command @code{help target} lists all possible targets rather than
12960current ones.
12961
fe95c787
MS
12962@kindex maint info sections
12963@item maint info sections
12964Another command that can give you extra information about program sections
12965is @code{maint info sections}. In addition to the section information
12966displayed by @code{info files}, this command displays the flags and file
12967offset of each section in the executable and core dump files. In addition,
12968@code{maint info sections} provides the following command options (which
12969may be arbitrarily combined):
12970
12971@table @code
12972@item ALLOBJ
12973Display sections for all loaded object files, including shared libraries.
12974@item @var{sections}
6600abed 12975Display info only for named @var{sections}.
fe95c787
MS
12976@item @var{section-flags}
12977Display info only for sections for which @var{section-flags} are true.
12978The section flags that @value{GDBN} currently knows about are:
12979@table @code
12980@item ALLOC
12981Section will have space allocated in the process when loaded.
12982Set for all sections except those containing debug information.
12983@item LOAD
12984Section will be loaded from the file into the child process memory.
12985Set for pre-initialized code and data, clear for @code{.bss} sections.
12986@item RELOC
12987Section needs to be relocated before loading.
12988@item READONLY
12989Section cannot be modified by the child process.
12990@item CODE
12991Section contains executable code only.
6600abed 12992@item DATA
fe95c787
MS
12993Section contains data only (no executable code).
12994@item ROM
12995Section will reside in ROM.
12996@item CONSTRUCTOR
12997Section contains data for constructor/destructor lists.
12998@item HAS_CONTENTS
12999Section is not empty.
13000@item NEVER_LOAD
13001An instruction to the linker to not output the section.
13002@item COFF_SHARED_LIBRARY
13003A notification to the linker that the section contains
13004COFF shared library information.
13005@item IS_COMMON
13006Section contains common symbols.
13007@end table
13008@end table
6763aef9 13009@kindex set trust-readonly-sections
9c16f35a 13010@cindex read-only sections
6763aef9
MS
13011@item set trust-readonly-sections on
13012Tell @value{GDBN} that readonly sections in your object file
6ca652b0 13013really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
13014In that case, @value{GDBN} can fetch values from these sections
13015out of the object file, rather than from the target program.
13016For some targets (notably embedded ones), this can be a significant
13017enhancement to debugging performance.
13018
13019The default is off.
13020
13021@item set trust-readonly-sections off
15110bc3 13022Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
13023the contents of the section might change while the program is running,
13024and must therefore be fetched from the target when needed.
9c16f35a
EZ
13025
13026@item show trust-readonly-sections
13027Show the current setting of trusting readonly sections.
c906108c
SS
13028@end table
13029
13030All file-specifying commands allow both absolute and relative file names
13031as arguments. @value{GDBN} always converts the file name to an absolute file
13032name and remembers it that way.
13033
c906108c 13034@cindex shared libraries
9cceb671
DJ
13035@anchor{Shared Libraries}
13036@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
9c16f35a 13037and IBM RS/6000 AIX shared libraries.
53a5351d 13038
9cceb671
DJ
13039On MS-Windows @value{GDBN} must be linked with the Expat library to support
13040shared libraries. @xref{Expat}.
13041
c906108c
SS
13042@value{GDBN} automatically loads symbol definitions from shared libraries
13043when you use the @code{run} command, or when you examine a core file.
13044(Before you issue the @code{run} command, @value{GDBN} does not understand
13045references to a function in a shared library, however---unless you are
13046debugging a core file).
53a5351d
JM
13047
13048On HP-UX, if the program loads a library explicitly, @value{GDBN}
13049automatically loads the symbols at the time of the @code{shl_load} call.
13050
c906108c
SS
13051@c FIXME: some @value{GDBN} release may permit some refs to undef
13052@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
13053@c FIXME...lib; check this from time to time when updating manual
13054
b7209cb4
FF
13055There are times, however, when you may wish to not automatically load
13056symbol definitions from shared libraries, such as when they are
13057particularly large or there are many of them.
13058
13059To control the automatic loading of shared library symbols, use the
13060commands:
13061
13062@table @code
13063@kindex set auto-solib-add
13064@item set auto-solib-add @var{mode}
13065If @var{mode} is @code{on}, symbols from all shared object libraries
13066will be loaded automatically when the inferior begins execution, you
13067attach to an independently started inferior, or when the dynamic linker
13068informs @value{GDBN} that a new library has been loaded. If @var{mode}
13069is @code{off}, symbols must be loaded manually, using the
13070@code{sharedlibrary} command. The default value is @code{on}.
13071
dcaf7c2c
EZ
13072@cindex memory used for symbol tables
13073If your program uses lots of shared libraries with debug info that
13074takes large amounts of memory, you can decrease the @value{GDBN}
13075memory footprint by preventing it from automatically loading the
13076symbols from shared libraries. To that end, type @kbd{set
13077auto-solib-add off} before running the inferior, then load each
13078library whose debug symbols you do need with @kbd{sharedlibrary
d3e8051b 13079@var{regexp}}, where @var{regexp} is a regular expression that matches
dcaf7c2c
EZ
13080the libraries whose symbols you want to be loaded.
13081
b7209cb4
FF
13082@kindex show auto-solib-add
13083@item show auto-solib-add
13084Display the current autoloading mode.
13085@end table
13086
c45da7e6 13087@cindex load shared library
b7209cb4
FF
13088To explicitly load shared library symbols, use the @code{sharedlibrary}
13089command:
13090
c906108c
SS
13091@table @code
13092@kindex info sharedlibrary
13093@kindex info share
13094@item info share
13095@itemx info sharedlibrary
13096Print the names of the shared libraries which are currently loaded.
13097
13098@kindex sharedlibrary
13099@kindex share
13100@item sharedlibrary @var{regex}
13101@itemx share @var{regex}
c906108c
SS
13102Load shared object library symbols for files matching a
13103Unix regular expression.
13104As with files loaded automatically, it only loads shared libraries
13105required by your program for a core file or after typing @code{run}. If
13106@var{regex} is omitted all shared libraries required by your program are
13107loaded.
c45da7e6
EZ
13108
13109@item nosharedlibrary
13110@kindex nosharedlibrary
13111@cindex unload symbols from shared libraries
13112Unload all shared object library symbols. This discards all symbols
13113that have been loaded from all shared libraries. Symbols from shared
13114libraries that were loaded by explicit user requests are not
13115discarded.
c906108c
SS
13116@end table
13117
721c2651
EZ
13118Sometimes you may wish that @value{GDBN} stops and gives you control
13119when any of shared library events happen. Use the @code{set
13120stop-on-solib-events} command for this:
13121
13122@table @code
13123@item set stop-on-solib-events
13124@kindex set stop-on-solib-events
13125This command controls whether @value{GDBN} should give you control
13126when the dynamic linker notifies it about some shared library event.
13127The most common event of interest is loading or unloading of a new
13128shared library.
13129
13130@item show stop-on-solib-events
13131@kindex show stop-on-solib-events
13132Show whether @value{GDBN} stops and gives you control when shared
13133library events happen.
13134@end table
13135
f5ebfba0 13136Shared libraries are also supported in many cross or remote debugging
f1838a98
UW
13137configurations. @value{GDBN} needs to have access to the target's libraries;
13138this can be accomplished either by providing copies of the libraries
13139on the host system, or by asking @value{GDBN} to automatically retrieve the
13140libraries from the target. If copies of the target libraries are
13141provided, they need to be the same as the target libraries, although the
f5ebfba0
DJ
13142copies on the target can be stripped as long as the copies on the host are
13143not.
13144
59b7b46f
EZ
13145@cindex where to look for shared libraries
13146For remote debugging, you need to tell @value{GDBN} where the target
13147libraries are, so that it can load the correct copies---otherwise, it
13148may try to load the host's libraries. @value{GDBN} has two variables
13149to specify the search directories for target libraries.
f5ebfba0
DJ
13150
13151@table @code
59b7b46f 13152@cindex prefix for shared library file names
f822c95b 13153@cindex system root, alternate
f5ebfba0 13154@kindex set solib-absolute-prefix
f822c95b
DJ
13155@kindex set sysroot
13156@item set sysroot @var{path}
13157Use @var{path} as the system root for the program being debugged. Any
13158absolute shared library paths will be prefixed with @var{path}; many
13159runtime loaders store the absolute paths to the shared library in the
13160target program's memory. If you use @code{set sysroot} to find shared
13161libraries, they need to be laid out in the same way that they are on
13162the target, with e.g.@: a @file{/lib} and @file{/usr/lib} hierarchy
13163under @var{path}.
13164
f1838a98
UW
13165If @var{path} starts with the sequence @file{remote:}, @value{GDBN} will
13166retrieve the target libraries from the remote system. This is only
13167supported when using a remote target that supports the @code{remote get}
13168command (@pxref{File Transfer,,Sending files to a remote system}).
13169The part of @var{path} following the initial @file{remote:}
13170(if present) is used as system root prefix on the remote file system.
13171@footnote{If you want to specify a local system root using a directory
13172that happens to be named @file{remote:}, you need to use some equivalent
13173variant of the name like @file{./remote:}.}
13174
f822c95b
DJ
13175The @code{set solib-absolute-prefix} command is an alias for @code{set
13176sysroot}.
13177
13178@cindex default system root
59b7b46f 13179@cindex @samp{--with-sysroot}
f822c95b
DJ
13180You can set the default system root by using the configure-time
13181@samp{--with-sysroot} option. If the system root is inside
13182@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
13183@samp{--exec-prefix}), then the default system root will be updated
13184automatically if the installed @value{GDBN} is moved to a new
13185location.
13186
13187@kindex show sysroot
13188@item show sysroot
f5ebfba0
DJ
13189Display the current shared library prefix.
13190
13191@kindex set solib-search-path
13192@item set solib-search-path @var{path}
f822c95b
DJ
13193If this variable is set, @var{path} is a colon-separated list of
13194directories to search for shared libraries. @samp{solib-search-path}
13195is used after @samp{sysroot} fails to locate the library, or if the
13196path to the library is relative instead of absolute. If you want to
13197use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
d3e8051b 13198@samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
f822c95b 13199finding your host's libraries. @samp{sysroot} is preferred; setting
d3e8051b 13200it to a nonexistent directory may interfere with automatic loading
f822c95b 13201of shared library symbols.
f5ebfba0
DJ
13202
13203@kindex show solib-search-path
13204@item show solib-search-path
13205Display the current shared library search path.
13206@end table
13207
5b5d99cf
JB
13208
13209@node Separate Debug Files
13210@section Debugging Information in Separate Files
13211@cindex separate debugging information files
13212@cindex debugging information in separate files
13213@cindex @file{.debug} subdirectories
13214@cindex debugging information directory, global
13215@cindex global debugging information directory
c7e83d54
EZ
13216@cindex build ID, and separate debugging files
13217@cindex @file{.build-id} directory
5b5d99cf
JB
13218
13219@value{GDBN} allows you to put a program's debugging information in a
13220file separate from the executable itself, in a way that allows
13221@value{GDBN} to find and load the debugging information automatically.
c7e83d54
EZ
13222Since debugging information can be very large---sometimes larger
13223than the executable code itself---some systems distribute debugging
5b5d99cf
JB
13224information for their executables in separate files, which users can
13225install only when they need to debug a problem.
13226
c7e83d54
EZ
13227@value{GDBN} supports two ways of specifying the separate debug info
13228file:
5b5d99cf
JB
13229
13230@itemize @bullet
13231@item
c7e83d54
EZ
13232The executable contains a @dfn{debug link} that specifies the name of
13233the separate debug info file. The separate debug file's name is
13234usually @file{@var{executable}.debug}, where @var{executable} is the
13235name of the corresponding executable file without leading directories
13236(e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
13237debug link specifies a CRC32 checksum for the debug file, which
13238@value{GDBN} uses to validate that the executable and the debug file
13239came from the same build.
13240
13241@item
7e27a47a 13242The executable contains a @dfn{build ID}, a unique bit string that is
c7e83d54 13243also present in the corresponding debug info file. (This is supported
7e27a47a
EZ
13244only on some operating systems, notably those which use the ELF format
13245for binary files and the @sc{gnu} Binutils.) For more details about
13246this feature, see the description of the @option{--build-id}
13247command-line option in @ref{Options, , Command Line Options, ld.info,
13248The GNU Linker}. The debug info file's name is not specified
13249explicitly by the build ID, but can be computed from the build ID, see
13250below.
d3750b24
JK
13251@end itemize
13252
c7e83d54
EZ
13253Depending on the way the debug info file is specified, @value{GDBN}
13254uses two different methods of looking for the debug file:
d3750b24
JK
13255
13256@itemize @bullet
13257@item
c7e83d54
EZ
13258For the ``debug link'' method, @value{GDBN} looks up the named file in
13259the directory of the executable file, then in a subdirectory of that
13260directory named @file{.debug}, and finally under the global debug
13261directory, in a subdirectory whose name is identical to the leading
13262directories of the executable's absolute file name.
13263
13264@item
83f83d7f 13265For the ``build ID'' method, @value{GDBN} looks in the
c7e83d54
EZ
13266@file{.build-id} subdirectory of the global debug directory for a file
13267named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
7e27a47a
EZ
13268first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
13269are the rest of the bit string. (Real build ID strings are 32 or more
13270hex characters, not 10.)
c7e83d54
EZ
13271@end itemize
13272
13273So, for example, suppose you ask @value{GDBN} to debug
7e27a47a
EZ
13274@file{/usr/bin/ls}, which has a debug link that specifies the
13275file @file{ls.debug}, and a build ID whose value in hex is
c7e83d54
EZ
13276@code{abcdef1234}. If the global debug directory is
13277@file{/usr/lib/debug}, then @value{GDBN} will look for the following
13278debug information files, in the indicated order:
13279
13280@itemize @minus
13281@item
13282@file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
d3750b24 13283@item
c7e83d54 13284@file{/usr/bin/ls.debug}
5b5d99cf 13285@item
c7e83d54 13286@file{/usr/bin/.debug/ls.debug}
5b5d99cf 13287@item
c7e83d54 13288@file{/usr/lib/debug/usr/bin/ls.debug}.
5b5d99cf 13289@end itemize
5b5d99cf
JB
13290
13291You can set the global debugging info directory's name, and view the
13292name @value{GDBN} is currently using.
13293
13294@table @code
13295
13296@kindex set debug-file-directory
13297@item set debug-file-directory @var{directory}
13298Set the directory which @value{GDBN} searches for separate debugging
13299information files to @var{directory}.
13300
13301@kindex show debug-file-directory
13302@item show debug-file-directory
13303Show the directory @value{GDBN} searches for separate debugging
13304information files.
13305
13306@end table
13307
13308@cindex @code{.gnu_debuglink} sections
c7e83d54 13309@cindex debug link sections
5b5d99cf
JB
13310A debug link is a special section of the executable file named
13311@code{.gnu_debuglink}. The section must contain:
13312
13313@itemize
13314@item
13315A filename, with any leading directory components removed, followed by
13316a zero byte,
13317@item
13318zero to three bytes of padding, as needed to reach the next four-byte
13319boundary within the section, and
13320@item
13321a four-byte CRC checksum, stored in the same endianness used for the
13322executable file itself. The checksum is computed on the debugging
13323information file's full contents by the function given below, passing
13324zero as the @var{crc} argument.
13325@end itemize
13326
13327Any executable file format can carry a debug link, as long as it can
13328contain a section named @code{.gnu_debuglink} with the contents
13329described above.
13330
d3750b24 13331@cindex @code{.note.gnu.build-id} sections
c7e83d54 13332@cindex build ID sections
7e27a47a
EZ
13333The build ID is a special section in the executable file (and in other
13334ELF binary files that @value{GDBN} may consider). This section is
13335often named @code{.note.gnu.build-id}, but that name is not mandatory.
13336It contains unique identification for the built files---the ID remains
13337the same across multiple builds of the same build tree. The default
13338algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
13339content for the build ID string. The same section with an identical
13340value is present in the original built binary with symbols, in its
13341stripped variant, and in the separate debugging information file.
d3750b24 13342
5b5d99cf
JB
13343The debugging information file itself should be an ordinary
13344executable, containing a full set of linker symbols, sections, and
13345debugging information. The sections of the debugging information file
c7e83d54
EZ
13346should have the same names, addresses, and sizes as the original file,
13347but they need not contain any data---much like a @code{.bss} section
5b5d99cf
JB
13348in an ordinary executable.
13349
7e27a47a 13350The @sc{gnu} binary utilities (Binutils) package includes the
c7e83d54
EZ
13351@samp{objcopy} utility that can produce
13352the separated executable / debugging information file pairs using the
13353following commands:
13354
13355@smallexample
13356@kbd{objcopy --only-keep-debug foo foo.debug}
13357@kbd{strip -g foo}
c7e83d54
EZ
13358@end smallexample
13359
13360@noindent
13361These commands remove the debugging
83f83d7f
JK
13362information from the executable file @file{foo} and place it in the file
13363@file{foo.debug}. You can use the first, second or both methods to link the
13364two files:
13365
13366@itemize @bullet
13367@item
13368The debug link method needs the following additional command to also leave
13369behind a debug link in @file{foo}:
13370
13371@smallexample
13372@kbd{objcopy --add-gnu-debuglink=foo.debug foo}
13373@end smallexample
13374
13375Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
d3750b24 13376a version of the @code{strip} command such that the command @kbd{strip foo -f
83f83d7f
JK
13377foo.debug} has the same functionality as the two @code{objcopy} commands and
13378the @code{ln -s} command above, together.
13379
13380@item
13381Build ID gets embedded into the main executable using @code{ld --build-id} or
13382the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
13383compatibility fixes for debug files separation are present in @sc{gnu} binary
7e27a47a 13384utilities (Binutils) package since version 2.18.
83f83d7f
JK
13385@end itemize
13386
13387@noindent
d3750b24 13388
c7e83d54
EZ
13389Since there are many different ways to compute CRC's for the debug
13390link (different polynomials, reversals, byte ordering, etc.), the
13391simplest way to describe the CRC used in @code{.gnu_debuglink}
13392sections is to give the complete code for a function that computes it:
5b5d99cf 13393
4644b6e3 13394@kindex gnu_debuglink_crc32
5b5d99cf
JB
13395@smallexample
13396unsigned long
13397gnu_debuglink_crc32 (unsigned long crc,
13398 unsigned char *buf, size_t len)
13399@{
13400 static const unsigned long crc32_table[256] =
13401 @{
13402 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
13403 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
13404 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
13405 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
13406 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
13407 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
13408 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
13409 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
13410 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
13411 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
13412 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
13413 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
13414 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
13415 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
13416 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
13417 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
13418 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
13419 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
13420 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
13421 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
13422 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
13423 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
13424 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
13425 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
13426 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
13427 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
13428 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
13429 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
13430 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
13431 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
13432 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
13433 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
13434 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
13435 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
13436 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
13437 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
13438 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
13439 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
13440 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
13441 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
13442 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
13443 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
13444 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
13445 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
13446 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
13447 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
13448 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
13449 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
13450 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
13451 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
13452 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
13453 0x2d02ef8d
13454 @};
13455 unsigned char *end;
13456
13457 crc = ~crc & 0xffffffff;
13458 for (end = buf + len; buf < end; ++buf)
13459 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 13460 return ~crc & 0xffffffff;
5b5d99cf
JB
13461@}
13462@end smallexample
13463
c7e83d54
EZ
13464@noindent
13465This computation does not apply to the ``build ID'' method.
13466
5b5d99cf 13467
6d2ebf8b 13468@node Symbol Errors
79a6e687 13469@section Errors Reading Symbol Files
c906108c
SS
13470
13471While reading a symbol file, @value{GDBN} occasionally encounters problems,
13472such as symbol types it does not recognize, or known bugs in compiler
13473output. By default, @value{GDBN} does not notify you of such problems, since
13474they are relatively common and primarily of interest to people
13475debugging compilers. If you are interested in seeing information
13476about ill-constructed symbol tables, you can either ask @value{GDBN} to print
13477only one message about each such type of problem, no matter how many
13478times the problem occurs; or you can ask @value{GDBN} to print more messages,
13479to see how many times the problems occur, with the @code{set
79a6e687
BW
13480complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
13481Messages}).
c906108c
SS
13482
13483The messages currently printed, and their meanings, include:
13484
13485@table @code
13486@item inner block not inside outer block in @var{symbol}
13487
13488The symbol information shows where symbol scopes begin and end
13489(such as at the start of a function or a block of statements). This
13490error indicates that an inner scope block is not fully contained
13491in its outer scope blocks.
13492
13493@value{GDBN} circumvents the problem by treating the inner block as if it had
13494the same scope as the outer block. In the error message, @var{symbol}
13495may be shown as ``@code{(don't know)}'' if the outer block is not a
13496function.
13497
13498@item block at @var{address} out of order
13499
13500The symbol information for symbol scope blocks should occur in
13501order of increasing addresses. This error indicates that it does not
13502do so.
13503
13504@value{GDBN} does not circumvent this problem, and has trouble
13505locating symbols in the source file whose symbols it is reading. (You
13506can often determine what source file is affected by specifying
79a6e687
BW
13507@code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
13508Messages}.)
c906108c
SS
13509
13510@item bad block start address patched
13511
13512The symbol information for a symbol scope block has a start address
13513smaller than the address of the preceding source line. This is known
13514to occur in the SunOS 4.1.1 (and earlier) C compiler.
13515
13516@value{GDBN} circumvents the problem by treating the symbol scope block as
13517starting on the previous source line.
13518
13519@item bad string table offset in symbol @var{n}
13520
13521@cindex foo
13522Symbol number @var{n} contains a pointer into the string table which is
13523larger than the size of the string table.
13524
13525@value{GDBN} circumvents the problem by considering the symbol to have the
13526name @code{foo}, which may cause other problems if many symbols end up
13527with this name.
13528
13529@item unknown symbol type @code{0x@var{nn}}
13530
7a292a7a
SS
13531The symbol information contains new data types that @value{GDBN} does
13532not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 13533uncomprehended information, in hexadecimal.
c906108c 13534
7a292a7a
SS
13535@value{GDBN} circumvents the error by ignoring this symbol information.
13536This usually allows you to debug your program, though certain symbols
c906108c 13537are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
13538debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
13539on @code{complain}, then go up to the function @code{read_dbx_symtab}
13540and examine @code{*bufp} to see the symbol.
c906108c
SS
13541
13542@item stub type has NULL name
c906108c 13543
7a292a7a 13544@value{GDBN} could not find the full definition for a struct or class.
c906108c 13545
7a292a7a 13546@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 13547The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
13548information that recent versions of the compiler should have output for
13549it.
c906108c
SS
13550
13551@item info mismatch between compiler and debugger
13552
13553@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 13554
c906108c
SS
13555@end table
13556
6d2ebf8b 13557@node Targets
c906108c 13558@chapter Specifying a Debugging Target
7a292a7a 13559
c906108c 13560@cindex debugging target
c906108c 13561A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
13562
13563Often, @value{GDBN} runs in the same host environment as your program;
13564in that case, the debugging target is specified as a side effect when
13565you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
13566flexibility---for example, running @value{GDBN} on a physically separate
13567host, or controlling a standalone system over a serial port or a
53a5351d
JM
13568realtime system over a TCP/IP connection---you can use the @code{target}
13569command to specify one of the target types configured for @value{GDBN}
79a6e687 13570(@pxref{Target Commands, ,Commands for Managing Targets}).
c906108c 13571
a8f24a35
EZ
13572@cindex target architecture
13573It is possible to build @value{GDBN} for several different @dfn{target
13574architectures}. When @value{GDBN} is built like that, you can choose
13575one of the available architectures with the @kbd{set architecture}
13576command.
13577
13578@table @code
13579@kindex set architecture
13580@kindex show architecture
13581@item set architecture @var{arch}
13582This command sets the current target architecture to @var{arch}. The
13583value of @var{arch} can be @code{"auto"}, in addition to one of the
13584supported architectures.
13585
13586@item show architecture
13587Show the current target architecture.
9c16f35a
EZ
13588
13589@item set processor
13590@itemx processor
13591@kindex set processor
13592@kindex show processor
13593These are alias commands for, respectively, @code{set architecture}
13594and @code{show architecture}.
a8f24a35
EZ
13595@end table
13596
c906108c
SS
13597@menu
13598* Active Targets:: Active targets
13599* Target Commands:: Commands for managing targets
c906108c 13600* Byte Order:: Choosing target byte order
c906108c
SS
13601@end menu
13602
6d2ebf8b 13603@node Active Targets
79a6e687 13604@section Active Targets
7a292a7a 13605
c906108c
SS
13606@cindex stacking targets
13607@cindex active targets
13608@cindex multiple targets
13609
c906108c 13610There are three classes of targets: processes, core files, and
7a292a7a
SS
13611executable files. @value{GDBN} can work concurrently on up to three
13612active targets, one in each class. This allows you to (for example)
13613start a process and inspect its activity without abandoning your work on
13614a core file.
c906108c
SS
13615
13616For example, if you execute @samp{gdb a.out}, then the executable file
13617@code{a.out} is the only active target. If you designate a core file as
13618well---presumably from a prior run that crashed and coredumped---then
13619@value{GDBN} has two active targets and uses them in tandem, looking
13620first in the corefile target, then in the executable file, to satisfy
13621requests for memory addresses. (Typically, these two classes of target
13622are complementary, since core files contain only a program's
13623read-write memory---variables and so on---plus machine status, while
13624executable files contain only the program text and initialized data.)
c906108c
SS
13625
13626When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
13627target as well. When a process target is active, all @value{GDBN}
13628commands requesting memory addresses refer to that target; addresses in
13629an active core file or executable file target are obscured while the
13630process target is active.
c906108c 13631
7a292a7a 13632Use the @code{core-file} and @code{exec-file} commands to select a new
79a6e687
BW
13633core file or executable target (@pxref{Files, ,Commands to Specify
13634Files}). To specify as a target a process that is already running, use
13635the @code{attach} command (@pxref{Attach, ,Debugging an Already-running
13636Process}).
c906108c 13637
6d2ebf8b 13638@node Target Commands
79a6e687 13639@section Commands for Managing Targets
c906108c
SS
13640
13641@table @code
13642@item target @var{type} @var{parameters}
7a292a7a
SS
13643Connects the @value{GDBN} host environment to a target machine or
13644process. A target is typically a protocol for talking to debugging
13645facilities. You use the argument @var{type} to specify the type or
13646protocol of the target machine.
c906108c
SS
13647
13648Further @var{parameters} are interpreted by the target protocol, but
13649typically include things like device names or host names to connect
13650with, process numbers, and baud rates.
c906108c
SS
13651
13652The @code{target} command does not repeat if you press @key{RET} again
13653after executing the command.
13654
13655@kindex help target
13656@item help target
13657Displays the names of all targets available. To display targets
13658currently selected, use either @code{info target} or @code{info files}
79a6e687 13659(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
13660
13661@item help target @var{name}
13662Describe a particular target, including any parameters necessary to
13663select it.
13664
13665@kindex set gnutarget
13666@item set gnutarget @var{args}
5d161b24 13667@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 13668knows whether it is reading an @dfn{executable},
5d161b24
DB
13669a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
13670with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
13671with @code{gnutarget} the @code{target} refers to a program, not a machine.
13672
d4f3574e 13673@quotation
c906108c
SS
13674@emph{Warning:} To specify a file format with @code{set gnutarget},
13675you must know the actual BFD name.
d4f3574e 13676@end quotation
c906108c 13677
d4f3574e 13678@noindent
79a6e687 13679@xref{Files, , Commands to Specify Files}.
c906108c 13680
5d161b24 13681@kindex show gnutarget
c906108c
SS
13682@item show gnutarget
13683Use the @code{show gnutarget} command to display what file format
13684@code{gnutarget} is set to read. If you have not set @code{gnutarget},
13685@value{GDBN} will determine the file format for each file automatically,
13686and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
13687@end table
13688
4644b6e3 13689@cindex common targets
c906108c
SS
13690Here are some common targets (available, or not, depending on the GDB
13691configuration):
c906108c
SS
13692
13693@table @code
4644b6e3 13694@kindex target
c906108c 13695@item target exec @var{program}
4644b6e3 13696@cindex executable file target
c906108c
SS
13697An executable file. @samp{target exec @var{program}} is the same as
13698@samp{exec-file @var{program}}.
13699
c906108c 13700@item target core @var{filename}
4644b6e3 13701@cindex core dump file target
c906108c
SS
13702A core dump file. @samp{target core @var{filename}} is the same as
13703@samp{core-file @var{filename}}.
c906108c 13704
1a10341b 13705@item target remote @var{medium}
4644b6e3 13706@cindex remote target
1a10341b
JB
13707A remote system connected to @value{GDBN} via a serial line or network
13708connection. This command tells @value{GDBN} to use its own remote
13709protocol over @var{medium} for debugging. @xref{Remote Debugging}.
13710
13711For example, if you have a board connected to @file{/dev/ttya} on the
13712machine running @value{GDBN}, you could say:
13713
13714@smallexample
13715target remote /dev/ttya
13716@end smallexample
13717
13718@code{target remote} supports the @code{load} command. This is only
13719useful if you have some other way of getting the stub to the target
13720system, and you can put it somewhere in memory where it won't get
13721clobbered by the download.
c906108c 13722
c906108c 13723@item target sim
4644b6e3 13724@cindex built-in simulator target
2df3850c 13725Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 13726In general,
474c8240 13727@smallexample
104c1213
JM
13728 target sim
13729 load
13730 run
474c8240 13731@end smallexample
d4f3574e 13732@noindent
104c1213 13733works; however, you cannot assume that a specific memory map, device
d4f3574e 13734drivers, or even basic I/O is available, although some simulators do
104c1213
JM
13735provide these. For info about any processor-specific simulator details,
13736see the appropriate section in @ref{Embedded Processors, ,Embedded
13737Processors}.
13738
c906108c
SS
13739@end table
13740
104c1213 13741Some configurations may include these targets as well:
c906108c
SS
13742
13743@table @code
13744
c906108c 13745@item target nrom @var{dev}
4644b6e3 13746@cindex NetROM ROM emulator target
c906108c
SS
13747NetROM ROM emulator. This target only supports downloading.
13748
c906108c
SS
13749@end table
13750
5d161b24 13751Different targets are available on different configurations of @value{GDBN};
c906108c 13752your configuration may have more or fewer targets.
c906108c 13753
721c2651
EZ
13754Many remote targets require you to download the executable's code once
13755you've successfully established a connection. You may wish to control
3d00d119
DJ
13756various aspects of this process.
13757
13758@table @code
721c2651
EZ
13759
13760@item set hash
13761@kindex set hash@r{, for remote monitors}
13762@cindex hash mark while downloading
13763This command controls whether a hash mark @samp{#} is displayed while
13764downloading a file to the remote monitor. If on, a hash mark is
13765displayed after each S-record is successfully downloaded to the
13766monitor.
13767
13768@item show hash
13769@kindex show hash@r{, for remote monitors}
13770Show the current status of displaying the hash mark.
13771
13772@item set debug monitor
13773@kindex set debug monitor
13774@cindex display remote monitor communications
13775Enable or disable display of communications messages between
13776@value{GDBN} and the remote monitor.
13777
13778@item show debug monitor
13779@kindex show debug monitor
13780Show the current status of displaying communications between
13781@value{GDBN} and the remote monitor.
a8f24a35 13782@end table
c906108c
SS
13783
13784@table @code
13785
13786@kindex load @var{filename}
13787@item load @var{filename}
8edfe269 13788@anchor{load}
c906108c
SS
13789Depending on what remote debugging facilities are configured into
13790@value{GDBN}, the @code{load} command may be available. Where it exists, it
13791is meant to make @var{filename} (an executable) available for debugging
13792on the remote system---by downloading, or dynamic linking, for example.
13793@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
13794the @code{add-symbol-file} command.
13795
13796If your @value{GDBN} does not have a @code{load} command, attempting to
13797execute it gets the error message ``@code{You can't do that when your
13798target is @dots{}}''
c906108c
SS
13799
13800The file is loaded at whatever address is specified in the executable.
13801For some object file formats, you can specify the load address when you
13802link the program; for other formats, like a.out, the object file format
13803specifies a fixed address.
13804@c FIXME! This would be a good place for an xref to the GNU linker doc.
13805
68437a39
DJ
13806Depending on the remote side capabilities, @value{GDBN} may be able to
13807load programs into flash memory.
13808
c906108c
SS
13809@code{load} does not repeat if you press @key{RET} again after using it.
13810@end table
13811
6d2ebf8b 13812@node Byte Order
79a6e687 13813@section Choosing Target Byte Order
7a292a7a 13814
c906108c
SS
13815@cindex choosing target byte order
13816@cindex target byte order
c906108c 13817
172c2a43 13818Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
13819offer the ability to run either big-endian or little-endian byte
13820orders. Usually the executable or symbol will include a bit to
13821designate the endian-ness, and you will not need to worry about
13822which to use. However, you may still find it useful to adjust
d4f3574e 13823@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
13824
13825@table @code
4644b6e3 13826@kindex set endian
c906108c
SS
13827@item set endian big
13828Instruct @value{GDBN} to assume the target is big-endian.
13829
c906108c
SS
13830@item set endian little
13831Instruct @value{GDBN} to assume the target is little-endian.
13832
c906108c
SS
13833@item set endian auto
13834Instruct @value{GDBN} to use the byte order associated with the
13835executable.
13836
13837@item show endian
13838Display @value{GDBN}'s current idea of the target byte order.
13839
13840@end table
13841
13842Note that these commands merely adjust interpretation of symbolic
13843data on the host, and that they have absolutely no effect on the
13844target system.
13845
ea35711c
DJ
13846
13847@node Remote Debugging
13848@chapter Debugging Remote Programs
c906108c
SS
13849@cindex remote debugging
13850
13851If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
13852@value{GDBN} in the usual way, it is often useful to use remote debugging.
13853For example, you might use remote debugging on an operating system kernel,
c906108c
SS
13854or on a small system which does not have a general purpose operating system
13855powerful enough to run a full-featured debugger.
13856
13857Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
13858to make this work with particular debugging targets. In addition,
5d161b24 13859@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
13860but not specific to any particular target system) which you can use if you
13861write the remote stubs---the code that runs on the remote system to
13862communicate with @value{GDBN}.
13863
13864Other remote targets may be available in your
13865configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 13866
6b2f586d 13867@menu
07f31aa6 13868* Connecting:: Connecting to a remote target
a6b151f1 13869* File Transfer:: Sending files to a remote system
6b2f586d 13870* Server:: Using the gdbserver program
79a6e687
BW
13871* Remote Configuration:: Remote configuration
13872* Remote Stub:: Implementing a remote stub
6b2f586d
AC
13873@end menu
13874
07f31aa6 13875@node Connecting
79a6e687 13876@section Connecting to a Remote Target
07f31aa6
DJ
13877
13878On the @value{GDBN} host machine, you will need an unstripped copy of
d3e8051b 13879your program, since @value{GDBN} needs symbol and debugging information.
07f31aa6
DJ
13880Start up @value{GDBN} as usual, using the name of the local copy of your
13881program as the first argument.
13882
86941c27
JB
13883@cindex @code{target remote}
13884@value{GDBN} can communicate with the target over a serial line, or
13885over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
13886each case, @value{GDBN} uses the same protocol for debugging your
13887program; only the medium carrying the debugging packets varies. The
13888@code{target remote} command establishes a connection to the target.
13889Its arguments indicate which medium to use:
13890
13891@table @code
13892
13893@item target remote @var{serial-device}
07f31aa6 13894@cindex serial line, @code{target remote}
86941c27
JB
13895Use @var{serial-device} to communicate with the target. For example,
13896to use a serial line connected to the device named @file{/dev/ttyb}:
13897
13898@smallexample
13899target remote /dev/ttyb
13900@end smallexample
13901
07f31aa6
DJ
13902If you're using a serial line, you may want to give @value{GDBN} the
13903@w{@samp{--baud}} option, or use the @code{set remotebaud} command
79a6e687 13904(@pxref{Remote Configuration, set remotebaud}) before the
9c16f35a 13905@code{target} command.
07f31aa6 13906
86941c27
JB
13907@item target remote @code{@var{host}:@var{port}}
13908@itemx target remote @code{tcp:@var{host}:@var{port}}
13909@cindex @acronym{TCP} port, @code{target remote}
13910Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
13911The @var{host} may be either a host name or a numeric @acronym{IP}
13912address; @var{port} must be a decimal number. The @var{host} could be
13913the target machine itself, if it is directly connected to the net, or
13914it might be a terminal server which in turn has a serial line to the
13915target.
07f31aa6 13916
86941c27
JB
13917For example, to connect to port 2828 on a terminal server named
13918@code{manyfarms}:
07f31aa6
DJ
13919
13920@smallexample
13921target remote manyfarms:2828
13922@end smallexample
13923
86941c27
JB
13924If your remote target is actually running on the same machine as your
13925debugger session (e.g.@: a simulator for your target running on the
13926same host), you can omit the hostname. For example, to connect to
13927port 1234 on your local machine:
07f31aa6
DJ
13928
13929@smallexample
13930target remote :1234
13931@end smallexample
13932@noindent
13933
13934Note that the colon is still required here.
13935
86941c27
JB
13936@item target remote @code{udp:@var{host}:@var{port}}
13937@cindex @acronym{UDP} port, @code{target remote}
13938Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
13939connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
07f31aa6
DJ
13940
13941@smallexample
13942target remote udp:manyfarms:2828
13943@end smallexample
13944
86941c27
JB
13945When using a @acronym{UDP} connection for remote debugging, you should
13946keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
13947can silently drop packets on busy or unreliable networks, which will
13948cause havoc with your debugging session.
13949
66b8c7f6
JB
13950@item target remote | @var{command}
13951@cindex pipe, @code{target remote} to
13952Run @var{command} in the background and communicate with it using a
13953pipe. The @var{command} is a shell command, to be parsed and expanded
13954by the system's command shell, @code{/bin/sh}; it should expect remote
13955protocol packets on its standard input, and send replies on its
13956standard output. You could use this to run a stand-alone simulator
13957that speaks the remote debugging protocol, to make net connections
13958using programs like @code{ssh}, or for other similar tricks.
13959
13960If @var{command} closes its standard output (perhaps by exiting),
13961@value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
13962program has already exited, this will have no effect.)
13963
86941c27 13964@end table
07f31aa6 13965
86941c27 13966Once the connection has been established, you can use all the usual
8edfe269
DJ
13967commands to examine and change data. The remote program is already
13968running; you can use @kbd{step} and @kbd{continue}, and you do not
13969need to use @kbd{run}.
07f31aa6
DJ
13970
13971@cindex interrupting remote programs
13972@cindex remote programs, interrupting
13973Whenever @value{GDBN} is waiting for the remote program, if you type the
c8aa23ab 13974interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
07f31aa6
DJ
13975program. This may or may not succeed, depending in part on the hardware
13976and the serial drivers the remote system uses. If you type the
13977interrupt character once again, @value{GDBN} displays this prompt:
13978
13979@smallexample
13980Interrupted while waiting for the program.
13981Give up (and stop debugging it)? (y or n)
13982@end smallexample
13983
13984If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
13985(If you decide you want to try again later, you can use @samp{target
13986remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
13987goes back to waiting.
13988
13989@table @code
13990@kindex detach (remote)
13991@item detach
13992When you have finished debugging the remote program, you can use the
13993@code{detach} command to release it from @value{GDBN} control.
13994Detaching from the target normally resumes its execution, but the results
13995will depend on your particular remote stub. After the @code{detach}
13996command, @value{GDBN} is free to connect to another target.
13997
13998@kindex disconnect
13999@item disconnect
14000The @code{disconnect} command behaves like @code{detach}, except that
14001the target is generally not resumed. It will wait for @value{GDBN}
14002(this instance or another one) to connect and continue debugging. After
14003the @code{disconnect} command, @value{GDBN} is again free to connect to
14004another target.
09d4efe1
EZ
14005
14006@cindex send command to remote monitor
fad38dfa
EZ
14007@cindex extend @value{GDBN} for remote targets
14008@cindex add new commands for external monitor
09d4efe1
EZ
14009@kindex monitor
14010@item monitor @var{cmd}
fad38dfa
EZ
14011This command allows you to send arbitrary commands directly to the
14012remote monitor. Since @value{GDBN} doesn't care about the commands it
14013sends like this, this command is the way to extend @value{GDBN}---you
14014can add new commands that only the external monitor will understand
14015and implement.
07f31aa6
DJ
14016@end table
14017
a6b151f1
DJ
14018@node File Transfer
14019@section Sending files to a remote system
14020@cindex remote target, file transfer
14021@cindex file transfer
14022@cindex sending files to remote systems
14023
14024Some remote targets offer the ability to transfer files over the same
14025connection used to communicate with @value{GDBN}. This is convenient
14026for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
14027running @code{gdbserver} over a network interface. For other targets,
14028e.g.@: embedded devices with only a single serial port, this may be
14029the only way to upload or download files.
14030
14031Not all remote targets support these commands.
14032
14033@table @code
14034@kindex remote put
14035@item remote put @var{hostfile} @var{targetfile}
14036Copy file @var{hostfile} from the host system (the machine running
14037@value{GDBN}) to @var{targetfile} on the target system.
14038
14039@kindex remote get
14040@item remote get @var{targetfile} @var{hostfile}
14041Copy file @var{targetfile} from the target system to @var{hostfile}
14042on the host system.
14043
14044@kindex remote delete
14045@item remote delete @var{targetfile}
14046Delete @var{targetfile} from the target system.
14047
14048@end table
14049
6f05cf9f 14050@node Server
79a6e687 14051@section Using the @code{gdbserver} Program
6f05cf9f
AC
14052
14053@kindex gdbserver
14054@cindex remote connection without stubs
14055@code{gdbserver} is a control program for Unix-like systems, which
14056allows you to connect your program with a remote @value{GDBN} via
14057@code{target remote}---but without linking in the usual debugging stub.
14058
14059@code{gdbserver} is not a complete replacement for the debugging stubs,
14060because it requires essentially the same operating-system facilities
14061that @value{GDBN} itself does. In fact, a system that can run
14062@code{gdbserver} to connect to a remote @value{GDBN} could also run
14063@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
14064because it is a much smaller program than @value{GDBN} itself. It is
14065also easier to port than all of @value{GDBN}, so you may be able to get
14066started more quickly on a new system by using @code{gdbserver}.
14067Finally, if you develop code for real-time systems, you may find that
14068the tradeoffs involved in real-time operation make it more convenient to
14069do as much development work as possible on another system, for example
14070by cross-compiling. You can use @code{gdbserver} to make a similar
14071choice for debugging.
14072
14073@value{GDBN} and @code{gdbserver} communicate via either a serial line
14074or a TCP connection, using the standard @value{GDBN} remote serial
14075protocol.
14076
2d717e4f
DJ
14077@quotation
14078@emph{Warning:} @code{gdbserver} does not have any built-in security.
14079Do not run @code{gdbserver} connected to any public network; a
14080@value{GDBN} connection to @code{gdbserver} provides access to the
14081target system with the same privileges as the user running
14082@code{gdbserver}.
14083@end quotation
14084
14085@subsection Running @code{gdbserver}
14086@cindex arguments, to @code{gdbserver}
14087
14088Run @code{gdbserver} on the target system. You need a copy of the
14089program you want to debug, including any libraries it requires.
6f05cf9f
AC
14090@code{gdbserver} does not need your program's symbol table, so you can
14091strip the program if necessary to save space. @value{GDBN} on the host
14092system does all the symbol handling.
14093
14094To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 14095the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
14096syntax is:
14097
14098@smallexample
14099target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
14100@end smallexample
14101
14102@var{comm} is either a device name (to use a serial line) or a TCP
14103hostname and portnumber. For example, to debug Emacs with the argument
14104@samp{foo.txt} and communicate with @value{GDBN} over the serial port
14105@file{/dev/com1}:
14106
14107@smallexample
14108target> gdbserver /dev/com1 emacs foo.txt
14109@end smallexample
14110
14111@code{gdbserver} waits passively for the host @value{GDBN} to communicate
14112with it.
14113
14114To use a TCP connection instead of a serial line:
14115
14116@smallexample
14117target> gdbserver host:2345 emacs foo.txt
14118@end smallexample
14119
14120The only difference from the previous example is the first argument,
14121specifying that you are communicating with the host @value{GDBN} via
14122TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
14123expect a TCP connection from machine @samp{host} to local TCP port 2345.
14124(Currently, the @samp{host} part is ignored.) You can choose any number
14125you want for the port number as long as it does not conflict with any
14126TCP ports already in use on the target system (for example, @code{23} is
14127reserved for @code{telnet}).@footnote{If you choose a port number that
14128conflicts with another service, @code{gdbserver} prints an error message
14129and exits.} You must use the same port number with the host @value{GDBN}
14130@code{target remote} command.
14131
2d717e4f
DJ
14132@subsubsection Attaching to a Running Program
14133
56460a61
DJ
14134On some targets, @code{gdbserver} can also attach to running programs.
14135This is accomplished via the @code{--attach} argument. The syntax is:
14136
14137@smallexample
2d717e4f 14138target> gdbserver --attach @var{comm} @var{pid}
56460a61
DJ
14139@end smallexample
14140
14141@var{pid} is the process ID of a currently running process. It isn't necessary
14142to point @code{gdbserver} at a binary for the running process.
14143
b1fe9455
DJ
14144@pindex pidof
14145@cindex attach to a program by name
14146You can debug processes by name instead of process ID if your target has the
14147@code{pidof} utility:
14148
14149@smallexample
2d717e4f 14150target> gdbserver --attach @var{comm} `pidof @var{program}`
b1fe9455
DJ
14151@end smallexample
14152
f822c95b 14153In case more than one copy of @var{program} is running, or @var{program}
b1fe9455
DJ
14154has multiple threads, most versions of @code{pidof} support the
14155@code{-s} option to only return the first process ID.
14156
2d717e4f
DJ
14157@subsubsection Multi-Process Mode for @code{gdbserver}
14158@cindex gdbserver, multiple processes
14159@cindex multiple processes with gdbserver
14160
14161When you connect to @code{gdbserver} using @code{target remote},
14162@code{gdbserver} debugs the specified program only once. When the
14163program exits, or you detach from it, @value{GDBN} closes the connection
14164and @code{gdbserver} exits.
14165
6e6c6f50 14166If you connect using @kbd{target extended-remote}, @code{gdbserver}
2d717e4f
DJ
14167enters multi-process mode. When the debugged program exits, or you
14168detach from it, @value{GDBN} stays connected to @code{gdbserver} even
14169though no program is running. The @code{run} and @code{attach}
14170commands instruct @code{gdbserver} to run or attach to a new program.
14171The @code{run} command uses @code{set remote exec-file} (@pxref{set
14172remote exec-file}) to select the program to run. Command line
14173arguments are supported, except for wildcard expansion and I/O
14174redirection (@pxref{Arguments}).
14175
14176To start @code{gdbserver} without supplying an initial command to run
14177or process ID to attach, use the @option{--multi} command line option.
6e6c6f50 14178Then you can connect using @kbd{target extended-remote} and start
2d717e4f
DJ
14179the program you want to debug.
14180
14181@code{gdbserver} does not automatically exit in multi-process mode.
14182You can terminate it by using @code{monitor exit}
14183(@pxref{Monitor Commands for gdbserver}).
14184
14185@subsubsection Other Command-Line Arguments for @code{gdbserver}
14186
62709adf
PA
14187The @option{--debug} option tells @code{gdbserver} to display extra
14188status information about the debugging process. The
14189@option{--remote-debug} option tells @code{gdbserver} to display
14190remote protocol debug output. These options are intended for
14191@code{gdbserver} development and for bug reports to the developers.
2d717e4f 14192
ccd213ac
DJ
14193The @option{--wrapper} option specifies a wrapper to launch programs
14194for debugging. The option should be followed by the name of the
14195wrapper, then any command-line arguments to pass to the wrapper, then
14196@kbd{--} indicating the end of the wrapper arguments.
14197
14198@code{gdbserver} runs the specified wrapper program with a combined
14199command line including the wrapper arguments, then the name of the
14200program to debug, then any arguments to the program. The wrapper
14201runs until it executes your program, and then @value{GDBN} gains control.
14202
14203You can use any program that eventually calls @code{execve} with
14204its arguments as a wrapper. Several standard Unix utilities do
14205this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
14206with @code{exec "$@@"} will also work.
14207
14208For example, you can use @code{env} to pass an environment variable to
14209the debugged program, without setting the variable in @code{gdbserver}'s
14210environment:
14211
14212@smallexample
14213$ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
14214@end smallexample
14215
2d717e4f
DJ
14216@subsection Connecting to @code{gdbserver}
14217
14218Run @value{GDBN} on the host system.
14219
14220First make sure you have the necessary symbol files. Load symbols for
f822c95b
DJ
14221your application using the @code{file} command before you connect. Use
14222@code{set sysroot} to locate target libraries (unless your @value{GDBN}
2d717e4f 14223was compiled with the correct sysroot using @code{--with-sysroot}).
f822c95b
DJ
14224
14225The symbol file and target libraries must exactly match the executable
14226and libraries on the target, with one exception: the files on the host
14227system should not be stripped, even if the files on the target system
14228are. Mismatched or missing files will lead to confusing results
14229during debugging. On @sc{gnu}/Linux targets, mismatched or missing
14230files may also prevent @code{gdbserver} from debugging multi-threaded
14231programs.
14232
79a6e687 14233Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
6f05cf9f
AC
14234For TCP connections, you must start up @code{gdbserver} prior to using
14235the @code{target remote} command. Otherwise you may get an error whose
14236text depends on the host system, but which usually looks something like
2d717e4f 14237@samp{Connection refused}. Don't use the @code{load}
397ca115 14238command in @value{GDBN} when using @code{gdbserver}, since the program is
f822c95b 14239already on the target.
07f31aa6 14240
79a6e687 14241@subsection Monitor Commands for @code{gdbserver}
c74d0ad8 14242@cindex monitor commands, for @code{gdbserver}
2d717e4f 14243@anchor{Monitor Commands for gdbserver}
c74d0ad8
DJ
14244
14245During a @value{GDBN} session using @code{gdbserver}, you can use the
14246@code{monitor} command to send special requests to @code{gdbserver}.
2d717e4f 14247Here are the available commands.
c74d0ad8
DJ
14248
14249@table @code
14250@item monitor help
14251List the available monitor commands.
14252
14253@item monitor set debug 0
14254@itemx monitor set debug 1
14255Disable or enable general debugging messages.
14256
14257@item monitor set remote-debug 0
14258@itemx monitor set remote-debug 1
14259Disable or enable specific debugging messages associated with the remote
14260protocol (@pxref{Remote Protocol}).
14261
2d717e4f
DJ
14262@item monitor exit
14263Tell gdbserver to exit immediately. This command should be followed by
14264@code{disconnect} to close the debugging session. @code{gdbserver} will
14265detach from any attached processes and kill any processes it created.
14266Use @code{monitor exit} to terminate @code{gdbserver} at the end
14267of a multi-process mode debug session.
14268
c74d0ad8
DJ
14269@end table
14270
79a6e687
BW
14271@node Remote Configuration
14272@section Remote Configuration
501eef12 14273
9c16f35a
EZ
14274@kindex set remote
14275@kindex show remote
14276This section documents the configuration options available when
14277debugging remote programs. For the options related to the File I/O
fc320d37 14278extensions of the remote protocol, see @ref{system,
9c16f35a 14279system-call-allowed}.
501eef12
AC
14280
14281@table @code
9c16f35a 14282@item set remoteaddresssize @var{bits}
d3e8051b 14283@cindex address size for remote targets
9c16f35a
EZ
14284@cindex bits in remote address
14285Set the maximum size of address in a memory packet to the specified
14286number of bits. @value{GDBN} will mask off the address bits above
14287that number, when it passes addresses to the remote target. The
14288default value is the number of bits in the target's address.
14289
14290@item show remoteaddresssize
14291Show the current value of remote address size in bits.
14292
14293@item set remotebaud @var{n}
14294@cindex baud rate for remote targets
14295Set the baud rate for the remote serial I/O to @var{n} baud. The
14296value is used to set the speed of the serial port used for debugging
14297remote targets.
14298
14299@item show remotebaud
14300Show the current speed of the remote connection.
14301
14302@item set remotebreak
14303@cindex interrupt remote programs
14304@cindex BREAK signal instead of Ctrl-C
9a6253be 14305@anchor{set remotebreak}
9c16f35a 14306If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
c8aa23ab 14307when you type @kbd{Ctrl-c} to interrupt the program running
9a7a1b36 14308on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
9c16f35a
EZ
14309character instead. The default is off, since most remote systems
14310expect to see @samp{Ctrl-C} as the interrupt signal.
14311
14312@item show remotebreak
14313Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
14314interrupt the remote program.
14315
23776285
MR
14316@item set remoteflow on
14317@itemx set remoteflow off
14318@kindex set remoteflow
14319Enable or disable hardware flow control (@code{RTS}/@code{CTS})
14320on the serial port used to communicate to the remote target.
14321
14322@item show remoteflow
14323@kindex show remoteflow
14324Show the current setting of hardware flow control.
14325
9c16f35a
EZ
14326@item set remotelogbase @var{base}
14327Set the base (a.k.a.@: radix) of logging serial protocol
14328communications to @var{base}. Supported values of @var{base} are:
14329@code{ascii}, @code{octal}, and @code{hex}. The default is
14330@code{ascii}.
14331
14332@item show remotelogbase
14333Show the current setting of the radix for logging remote serial
14334protocol.
14335
14336@item set remotelogfile @var{file}
14337@cindex record serial communications on file
14338Record remote serial communications on the named @var{file}. The
14339default is not to record at all.
14340
14341@item show remotelogfile.
14342Show the current setting of the file name on which to record the
14343serial communications.
14344
14345@item set remotetimeout @var{num}
14346@cindex timeout for serial communications
14347@cindex remote timeout
14348Set the timeout limit to wait for the remote target to respond to
14349@var{num} seconds. The default is 2 seconds.
14350
14351@item show remotetimeout
14352Show the current number of seconds to wait for the remote target
14353responses.
14354
14355@cindex limit hardware breakpoints and watchpoints
14356@cindex remote target, limit break- and watchpoints
501eef12
AC
14357@anchor{set remote hardware-watchpoint-limit}
14358@anchor{set remote hardware-breakpoint-limit}
14359@item set remote hardware-watchpoint-limit @var{limit}
14360@itemx set remote hardware-breakpoint-limit @var{limit}
14361Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
14362watchpoints. A limit of -1, the default, is treated as unlimited.
2d717e4f
DJ
14363
14364@item set remote exec-file @var{filename}
14365@itemx show remote exec-file
14366@anchor{set remote exec-file}
14367@cindex executable file, for remote target
14368Select the file used for @code{run} with @code{target
14369extended-remote}. This should be set to a filename valid on the
14370target system. If it is not set, the target will use a default
14371filename (e.g.@: the last program run).
84603566
SL
14372
14373@kindex set tcp
14374@kindex show tcp
14375@item set tcp auto-retry on
14376@cindex auto-retry, for remote TCP target
14377Enable auto-retry for remote TCP connections. This is useful if the remote
14378debugging agent is launched in parallel with @value{GDBN}; there is a race
14379condition because the agent may not become ready to accept the connection
14380before @value{GDBN} attempts to connect. When auto-retry is
14381enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
14382to establish the connection using the timeout specified by
14383@code{set tcp connect-timeout}.
14384
14385@item set tcp auto-retry off
14386Do not auto-retry failed TCP connections.
14387
14388@item show tcp auto-retry
14389Show the current auto-retry setting.
14390
14391@item set tcp connect-timeout @var{seconds}
14392@cindex connection timeout, for remote TCP target
14393@cindex timeout, for remote target connection
14394Set the timeout for establishing a TCP connection to the remote target to
14395@var{seconds}. The timeout affects both polling to retry failed connections
14396(enabled by @code{set tcp auto-retry on}) and waiting for connections
14397that are merely slow to complete, and represents an approximate cumulative
14398value.
14399
14400@item show tcp connect-timeout
14401Show the current connection timeout setting.
501eef12
AC
14402@end table
14403
427c3a89
DJ
14404@cindex remote packets, enabling and disabling
14405The @value{GDBN} remote protocol autodetects the packets supported by
14406your debugging stub. If you need to override the autodetection, you
14407can use these commands to enable or disable individual packets. Each
14408packet can be set to @samp{on} (the remote target supports this
14409packet), @samp{off} (the remote target does not support this packet),
14410or @samp{auto} (detect remote target support for this packet). They
14411all default to @samp{auto}. For more information about each packet,
14412see @ref{Remote Protocol}.
14413
14414During normal use, you should not have to use any of these commands.
14415If you do, that may be a bug in your remote debugging stub, or a bug
14416in @value{GDBN}. You may want to report the problem to the
14417@value{GDBN} developers.
14418
cfa9d6d9
DJ
14419For each packet @var{name}, the command to enable or disable the
14420packet is @code{set remote @var{name}-packet}. The available settings
14421are:
427c3a89 14422
cfa9d6d9 14423@multitable @columnfractions 0.28 0.32 0.25
427c3a89
DJ
14424@item Command Name
14425@tab Remote Packet
14426@tab Related Features
14427
cfa9d6d9 14428@item @code{fetch-register}
427c3a89
DJ
14429@tab @code{p}
14430@tab @code{info registers}
14431
cfa9d6d9 14432@item @code{set-register}
427c3a89
DJ
14433@tab @code{P}
14434@tab @code{set}
14435
cfa9d6d9 14436@item @code{binary-download}
427c3a89
DJ
14437@tab @code{X}
14438@tab @code{load}, @code{set}
14439
cfa9d6d9 14440@item @code{read-aux-vector}
427c3a89
DJ
14441@tab @code{qXfer:auxv:read}
14442@tab @code{info auxv}
14443
cfa9d6d9 14444@item @code{symbol-lookup}
427c3a89
DJ
14445@tab @code{qSymbol}
14446@tab Detecting multiple threads
14447
2d717e4f
DJ
14448@item @code{attach}
14449@tab @code{vAttach}
14450@tab @code{attach}
14451
cfa9d6d9 14452@item @code{verbose-resume}
427c3a89
DJ
14453@tab @code{vCont}
14454@tab Stepping or resuming multiple threads
14455
2d717e4f
DJ
14456@item @code{run}
14457@tab @code{vRun}
14458@tab @code{run}
14459
cfa9d6d9 14460@item @code{software-breakpoint}
427c3a89
DJ
14461@tab @code{Z0}
14462@tab @code{break}
14463
cfa9d6d9 14464@item @code{hardware-breakpoint}
427c3a89
DJ
14465@tab @code{Z1}
14466@tab @code{hbreak}
14467
cfa9d6d9 14468@item @code{write-watchpoint}
427c3a89
DJ
14469@tab @code{Z2}
14470@tab @code{watch}
14471
cfa9d6d9 14472@item @code{read-watchpoint}
427c3a89
DJ
14473@tab @code{Z3}
14474@tab @code{rwatch}
14475
cfa9d6d9 14476@item @code{access-watchpoint}
427c3a89
DJ
14477@tab @code{Z4}
14478@tab @code{awatch}
14479
cfa9d6d9
DJ
14480@item @code{target-features}
14481@tab @code{qXfer:features:read}
14482@tab @code{set architecture}
14483
14484@item @code{library-info}
14485@tab @code{qXfer:libraries:read}
14486@tab @code{info sharedlibrary}
14487
14488@item @code{memory-map}
14489@tab @code{qXfer:memory-map:read}
14490@tab @code{info mem}
14491
14492@item @code{read-spu-object}
14493@tab @code{qXfer:spu:read}
14494@tab @code{info spu}
14495
14496@item @code{write-spu-object}
14497@tab @code{qXfer:spu:write}
14498@tab @code{info spu}
14499
4aa995e1
PA
14500@item @code{read-siginfo-object}
14501@tab @code{qXfer:siginfo:read}
14502@tab @code{print $_siginfo}
14503
14504@item @code{write-siginfo-object}
14505@tab @code{qXfer:siginfo:write}
14506@tab @code{set $_siginfo}
14507
cfa9d6d9 14508@item @code{get-thread-local-@*storage-address}
427c3a89
DJ
14509@tab @code{qGetTLSAddr}
14510@tab Displaying @code{__thread} variables
14511
08388c79
DE
14512@item @code{search-memory}
14513@tab @code{qSearch:memory}
14514@tab @code{find}
14515
427c3a89
DJ
14516@item @code{supported-packets}
14517@tab @code{qSupported}
14518@tab Remote communications parameters
14519
cfa9d6d9 14520@item @code{pass-signals}
89be2091
DJ
14521@tab @code{QPassSignals}
14522@tab @code{handle @var{signal}}
14523
a6b151f1
DJ
14524@item @code{hostio-close-packet}
14525@tab @code{vFile:close}
14526@tab @code{remote get}, @code{remote put}
14527
14528@item @code{hostio-open-packet}
14529@tab @code{vFile:open}
14530@tab @code{remote get}, @code{remote put}
14531
14532@item @code{hostio-pread-packet}
14533@tab @code{vFile:pread}
14534@tab @code{remote get}, @code{remote put}
14535
14536@item @code{hostio-pwrite-packet}
14537@tab @code{vFile:pwrite}
14538@tab @code{remote get}, @code{remote put}
14539
14540@item @code{hostio-unlink-packet}
14541@tab @code{vFile:unlink}
14542@tab @code{remote delete}
a6f3e723
SL
14543
14544@item @code{noack-packet}
14545@tab @code{QStartNoAckMode}
14546@tab Packet acknowledgment
07e059b5
VP
14547
14548@item @code{osdata}
14549@tab @code{qXfer:osdata:read}
14550@tab @code{info os}
0b16c5cf
PA
14551
14552@item @code{query-attached}
14553@tab @code{qAttached}
14554@tab Querying remote process attach state.
427c3a89
DJ
14555@end multitable
14556
79a6e687
BW
14557@node Remote Stub
14558@section Implementing a Remote Stub
7a292a7a 14559
8e04817f
AC
14560@cindex debugging stub, example
14561@cindex remote stub, example
14562@cindex stub example, remote debugging
14563The stub files provided with @value{GDBN} implement the target side of the
14564communication protocol, and the @value{GDBN} side is implemented in the
14565@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
14566these subroutines to communicate, and ignore the details. (If you're
14567implementing your own stub file, you can still ignore the details: start
14568with one of the existing stub files. @file{sparc-stub.c} is the best
14569organized, and therefore the easiest to read.)
14570
104c1213
JM
14571@cindex remote serial debugging, overview
14572To debug a program running on another machine (the debugging
14573@dfn{target} machine), you must first arrange for all the usual
14574prerequisites for the program to run by itself. For example, for a C
14575program, you need:
c906108c 14576
104c1213
JM
14577@enumerate
14578@item
14579A startup routine to set up the C runtime environment; these usually
14580have a name like @file{crt0}. The startup routine may be supplied by
14581your hardware supplier, or you may have to write your own.
96baa820 14582
5d161b24 14583@item
d4f3574e 14584A C subroutine library to support your program's
104c1213 14585subroutine calls, notably managing input and output.
96baa820 14586
104c1213
JM
14587@item
14588A way of getting your program to the other machine---for example, a
14589download program. These are often supplied by the hardware
14590manufacturer, but you may have to write your own from hardware
14591documentation.
14592@end enumerate
96baa820 14593
104c1213
JM
14594The next step is to arrange for your program to use a serial port to
14595communicate with the machine where @value{GDBN} is running (the @dfn{host}
14596machine). In general terms, the scheme looks like this:
96baa820 14597
104c1213
JM
14598@table @emph
14599@item On the host,
14600@value{GDBN} already understands how to use this protocol; when everything
14601else is set up, you can simply use the @samp{target remote} command
14602(@pxref{Targets,,Specifying a Debugging Target}).
14603
14604@item On the target,
14605you must link with your program a few special-purpose subroutines that
14606implement the @value{GDBN} remote serial protocol. The file containing these
14607subroutines is called a @dfn{debugging stub}.
14608
14609On certain remote targets, you can use an auxiliary program
14610@code{gdbserver} instead of linking a stub into your program.
79a6e687 14611@xref{Server,,Using the @code{gdbserver} Program}, for details.
104c1213 14612@end table
96baa820 14613
104c1213
JM
14614The debugging stub is specific to the architecture of the remote
14615machine; for example, use @file{sparc-stub.c} to debug programs on
14616@sc{sparc} boards.
96baa820 14617
104c1213
JM
14618@cindex remote serial stub list
14619These working remote stubs are distributed with @value{GDBN}:
96baa820 14620
104c1213
JM
14621@table @code
14622
14623@item i386-stub.c
41afff9a 14624@cindex @file{i386-stub.c}
104c1213
JM
14625@cindex Intel
14626@cindex i386
14627For Intel 386 and compatible architectures.
14628
14629@item m68k-stub.c
41afff9a 14630@cindex @file{m68k-stub.c}
104c1213
JM
14631@cindex Motorola 680x0
14632@cindex m680x0
14633For Motorola 680x0 architectures.
14634
14635@item sh-stub.c
41afff9a 14636@cindex @file{sh-stub.c}
172c2a43 14637@cindex Renesas
104c1213 14638@cindex SH
172c2a43 14639For Renesas SH architectures.
104c1213
JM
14640
14641@item sparc-stub.c
41afff9a 14642@cindex @file{sparc-stub.c}
104c1213
JM
14643@cindex Sparc
14644For @sc{sparc} architectures.
14645
14646@item sparcl-stub.c
41afff9a 14647@cindex @file{sparcl-stub.c}
104c1213
JM
14648@cindex Fujitsu
14649@cindex SparcLite
14650For Fujitsu @sc{sparclite} architectures.
14651
14652@end table
14653
14654The @file{README} file in the @value{GDBN} distribution may list other
14655recently added stubs.
14656
14657@menu
14658* Stub Contents:: What the stub can do for you
14659* Bootstrapping:: What you must do for the stub
14660* Debug Session:: Putting it all together
104c1213
JM
14661@end menu
14662
6d2ebf8b 14663@node Stub Contents
79a6e687 14664@subsection What the Stub Can Do for You
104c1213
JM
14665
14666@cindex remote serial stub
14667The debugging stub for your architecture supplies these three
14668subroutines:
14669
14670@table @code
14671@item set_debug_traps
4644b6e3 14672@findex set_debug_traps
104c1213
JM
14673@cindex remote serial stub, initialization
14674This routine arranges for @code{handle_exception} to run when your
14675program stops. You must call this subroutine explicitly near the
14676beginning of your program.
14677
14678@item handle_exception
4644b6e3 14679@findex handle_exception
104c1213
JM
14680@cindex remote serial stub, main routine
14681This is the central workhorse, but your program never calls it
14682explicitly---the setup code arranges for @code{handle_exception} to
14683run when a trap is triggered.
14684
14685@code{handle_exception} takes control when your program stops during
14686execution (for example, on a breakpoint), and mediates communications
14687with @value{GDBN} on the host machine. This is where the communications
14688protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 14689representative on the target machine. It begins by sending summary
104c1213
JM
14690information on the state of your program, then continues to execute,
14691retrieving and transmitting any information @value{GDBN} needs, until you
14692execute a @value{GDBN} command that makes your program resume; at that point,
14693@code{handle_exception} returns control to your own code on the target
5d161b24 14694machine.
104c1213
JM
14695
14696@item breakpoint
14697@cindex @code{breakpoint} subroutine, remote
14698Use this auxiliary subroutine to make your program contain a
14699breakpoint. Depending on the particular situation, this may be the only
14700way for @value{GDBN} to get control. For instance, if your target
14701machine has some sort of interrupt button, you won't need to call this;
14702pressing the interrupt button transfers control to
14703@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
14704simply receiving characters on the serial port may also trigger a trap;
14705again, in that situation, you don't need to call @code{breakpoint} from
14706your own program---simply running @samp{target remote} from the host
5d161b24 14707@value{GDBN} session gets control.
104c1213
JM
14708
14709Call @code{breakpoint} if none of these is true, or if you simply want
14710to make certain your program stops at a predetermined point for the
14711start of your debugging session.
14712@end table
14713
6d2ebf8b 14714@node Bootstrapping
79a6e687 14715@subsection What You Must Do for the Stub
104c1213
JM
14716
14717@cindex remote stub, support routines
14718The debugging stubs that come with @value{GDBN} are set up for a particular
14719chip architecture, but they have no information about the rest of your
14720debugging target machine.
14721
14722First of all you need to tell the stub how to communicate with the
14723serial port.
14724
14725@table @code
14726@item int getDebugChar()
4644b6e3 14727@findex getDebugChar
104c1213
JM
14728Write this subroutine to read a single character from the serial port.
14729It may be identical to @code{getchar} for your target system; a
14730different name is used to allow you to distinguish the two if you wish.
14731
14732@item void putDebugChar(int)
4644b6e3 14733@findex putDebugChar
104c1213 14734Write this subroutine to write a single character to the serial port.
5d161b24 14735It may be identical to @code{putchar} for your target system; a
104c1213
JM
14736different name is used to allow you to distinguish the two if you wish.
14737@end table
14738
14739@cindex control C, and remote debugging
14740@cindex interrupting remote targets
14741If you want @value{GDBN} to be able to stop your program while it is
14742running, you need to use an interrupt-driven serial driver, and arrange
14743for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
14744character). That is the character which @value{GDBN} uses to tell the
14745remote system to stop.
14746
14747Getting the debugging target to return the proper status to @value{GDBN}
14748probably requires changes to the standard stub; one quick and dirty way
14749is to just execute a breakpoint instruction (the ``dirty'' part is that
14750@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
14751
14752Other routines you need to supply are:
14753
14754@table @code
14755@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 14756@findex exceptionHandler
104c1213
JM
14757Write this function to install @var{exception_address} in the exception
14758handling tables. You need to do this because the stub does not have any
14759way of knowing what the exception handling tables on your target system
14760are like (for example, the processor's table might be in @sc{rom},
14761containing entries which point to a table in @sc{ram}).
14762@var{exception_number} is the exception number which should be changed;
14763its meaning is architecture-dependent (for example, different numbers
14764might represent divide by zero, misaligned access, etc). When this
14765exception occurs, control should be transferred directly to
14766@var{exception_address}, and the processor state (stack, registers,
14767and so on) should be just as it is when a processor exception occurs. So if
14768you want to use a jump instruction to reach @var{exception_address}, it
14769should be a simple jump, not a jump to subroutine.
14770
14771For the 386, @var{exception_address} should be installed as an interrupt
14772gate so that interrupts are masked while the handler runs. The gate
14773should be at privilege level 0 (the most privileged level). The
14774@sc{sparc} and 68k stubs are able to mask interrupts themselves without
14775help from @code{exceptionHandler}.
14776
14777@item void flush_i_cache()
4644b6e3 14778@findex flush_i_cache
d4f3574e 14779On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
14780instruction cache, if any, on your target machine. If there is no
14781instruction cache, this subroutine may be a no-op.
14782
14783On target machines that have instruction caches, @value{GDBN} requires this
14784function to make certain that the state of your program is stable.
14785@end table
14786
14787@noindent
14788You must also make sure this library routine is available:
14789
14790@table @code
14791@item void *memset(void *, int, int)
4644b6e3 14792@findex memset
104c1213
JM
14793This is the standard library function @code{memset} that sets an area of
14794memory to a known value. If you have one of the free versions of
14795@code{libc.a}, @code{memset} can be found there; otherwise, you must
14796either obtain it from your hardware manufacturer, or write your own.
14797@end table
14798
14799If you do not use the GNU C compiler, you may need other standard
14800library subroutines as well; this varies from one stub to another,
14801but in general the stubs are likely to use any of the common library
e22ea452 14802subroutines which @code{@value{NGCC}} generates as inline code.
104c1213
JM
14803
14804
6d2ebf8b 14805@node Debug Session
79a6e687 14806@subsection Putting it All Together
104c1213
JM
14807
14808@cindex remote serial debugging summary
14809In summary, when your program is ready to debug, you must follow these
14810steps.
14811
14812@enumerate
14813@item
6d2ebf8b 14814Make sure you have defined the supporting low-level routines
79a6e687 14815(@pxref{Bootstrapping,,What You Must Do for the Stub}):
104c1213
JM
14816@display
14817@code{getDebugChar}, @code{putDebugChar},
14818@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
14819@end display
14820
14821@item
14822Insert these lines near the top of your program:
14823
474c8240 14824@smallexample
104c1213
JM
14825set_debug_traps();
14826breakpoint();
474c8240 14827@end smallexample
104c1213
JM
14828
14829@item
14830For the 680x0 stub only, you need to provide a variable called
14831@code{exceptionHook}. Normally you just use:
14832
474c8240 14833@smallexample
104c1213 14834void (*exceptionHook)() = 0;
474c8240 14835@end smallexample
104c1213 14836
d4f3574e 14837@noindent
104c1213 14838but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 14839function in your program, that function is called when
104c1213
JM
14840@code{@value{GDBN}} continues after stopping on a trap (for example, bus
14841error). The function indicated by @code{exceptionHook} is called with
14842one parameter: an @code{int} which is the exception number.
14843
14844@item
14845Compile and link together: your program, the @value{GDBN} debugging stub for
14846your target architecture, and the supporting subroutines.
14847
14848@item
14849Make sure you have a serial connection between your target machine and
14850the @value{GDBN} host, and identify the serial port on the host.
14851
14852@item
14853@c The "remote" target now provides a `load' command, so we should
14854@c document that. FIXME.
14855Download your program to your target machine (or get it there by
14856whatever means the manufacturer provides), and start it.
14857
14858@item
07f31aa6 14859Start @value{GDBN} on the host, and connect to the target
79a6e687 14860(@pxref{Connecting,,Connecting to a Remote Target}).
9db8d71f 14861
104c1213
JM
14862@end enumerate
14863
8e04817f
AC
14864@node Configurations
14865@chapter Configuration-Specific Information
104c1213 14866
8e04817f
AC
14867While nearly all @value{GDBN} commands are available for all native and
14868cross versions of the debugger, there are some exceptions. This chapter
14869describes things that are only available in certain configurations.
104c1213 14870
8e04817f
AC
14871There are three major categories of configurations: native
14872configurations, where the host and target are the same, embedded
14873operating system configurations, which are usually the same for several
14874different processor architectures, and bare embedded processors, which
14875are quite different from each other.
104c1213 14876
8e04817f
AC
14877@menu
14878* Native::
14879* Embedded OS::
14880* Embedded Processors::
14881* Architectures::
14882@end menu
104c1213 14883
8e04817f
AC
14884@node Native
14885@section Native
104c1213 14886
8e04817f
AC
14887This section describes details specific to particular native
14888configurations.
6cf7e474 14889
8e04817f
AC
14890@menu
14891* HP-UX:: HP-UX
7561d450 14892* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
14893* SVR4 Process Information:: SVR4 process information
14894* DJGPP Native:: Features specific to the DJGPP port
78c47bea 14895* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 14896* Hurd Native:: Features specific to @sc{gnu} Hurd
a64548ea 14897* Neutrino:: Features specific to QNX Neutrino
a80b95ba 14898* Darwin:: Features specific to Darwin
8e04817f 14899@end menu
6cf7e474 14900
8e04817f
AC
14901@node HP-UX
14902@subsection HP-UX
104c1213 14903
8e04817f
AC
14904On HP-UX systems, if you refer to a function or variable name that
14905begins with a dollar sign, @value{GDBN} searches for a user or system
14906name first, before it searches for a convenience variable.
104c1213 14907
9c16f35a 14908
7561d450
MK
14909@node BSD libkvm Interface
14910@subsection BSD libkvm Interface
14911
14912@cindex libkvm
14913@cindex kernel memory image
14914@cindex kernel crash dump
14915
14916BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
14917interface that provides a uniform interface for accessing kernel virtual
14918memory images, including live systems and crash dumps. @value{GDBN}
14919uses this interface to allow you to debug live kernels and kernel crash
14920dumps on many native BSD configurations. This is implemented as a
14921special @code{kvm} debugging target. For debugging a live system, load
14922the currently running kernel into @value{GDBN} and connect to the
14923@code{kvm} target:
14924
14925@smallexample
14926(@value{GDBP}) @b{target kvm}
14927@end smallexample
14928
14929For debugging crash dumps, provide the file name of the crash dump as an
14930argument:
14931
14932@smallexample
14933(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
14934@end smallexample
14935
14936Once connected to the @code{kvm} target, the following commands are
14937available:
14938
14939@table @code
14940@kindex kvm
14941@item kvm pcb
721c2651 14942Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
14943
14944@item kvm proc
14945Set current context from proc address. This command isn't available on
14946modern FreeBSD systems.
14947@end table
14948
8e04817f 14949@node SVR4 Process Information
79a6e687 14950@subsection SVR4 Process Information
60bf7e09
EZ
14951@cindex /proc
14952@cindex examine process image
14953@cindex process info via @file{/proc}
104c1213 14954
60bf7e09
EZ
14955Many versions of SVR4 and compatible systems provide a facility called
14956@samp{/proc} that can be used to examine the image of a running
14957process using file-system subroutines. If @value{GDBN} is configured
14958for an operating system with this facility, the command @code{info
14959proc} is available to report information about the process running
14960your program, or about any process running on your system. @code{info
14961proc} works only on SVR4 systems that include the @code{procfs} code.
14962This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
14963Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 14964
8e04817f
AC
14965@table @code
14966@kindex info proc
60bf7e09 14967@cindex process ID
8e04817f 14968@item info proc
60bf7e09
EZ
14969@itemx info proc @var{process-id}
14970Summarize available information about any running process. If a
14971process ID is specified by @var{process-id}, display information about
14972that process; otherwise display information about the program being
14973debugged. The summary includes the debugged process ID, the command
14974line used to invoke it, its current working directory, and its
14975executable file's absolute file name.
14976
14977On some systems, @var{process-id} can be of the form
14978@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
14979within a process. If the optional @var{pid} part is missing, it means
14980a thread from the process being debugged (the leading @samp{/} still
14981needs to be present, or else @value{GDBN} will interpret the number as
14982a process ID rather than a thread ID).
6cf7e474 14983
8e04817f 14984@item info proc mappings
60bf7e09
EZ
14985@cindex memory address space mappings
14986Report the memory address space ranges accessible in the program, with
14987information on whether the process has read, write, or execute access
14988rights to each range. On @sc{gnu}/Linux systems, each memory range
14989includes the object file which is mapped to that range, instead of the
14990memory access rights to that range.
14991
14992@item info proc stat
14993@itemx info proc status
14994@cindex process detailed status information
14995These subcommands are specific to @sc{gnu}/Linux systems. They show
14996the process-related information, including the user ID and group ID;
14997how many threads are there in the process; its virtual memory usage;
14998the signals that are pending, blocked, and ignored; its TTY; its
14999consumption of system and user time; its stack size; its @samp{nice}
2eecc4ab 15000value; etc. For more information, see the @samp{proc} man page
60bf7e09
EZ
15001(type @kbd{man 5 proc} from your shell prompt).
15002
15003@item info proc all
15004Show all the information about the process described under all of the
15005above @code{info proc} subcommands.
15006
8e04817f
AC
15007@ignore
15008@comment These sub-options of 'info proc' were not included when
15009@comment procfs.c was re-written. Keep their descriptions around
15010@comment against the day when someone finds the time to put them back in.
15011@kindex info proc times
15012@item info proc times
15013Starting time, user CPU time, and system CPU time for your program and
15014its children.
6cf7e474 15015
8e04817f
AC
15016@kindex info proc id
15017@item info proc id
15018Report on the process IDs related to your program: its own process ID,
15019the ID of its parent, the process group ID, and the session ID.
8e04817f 15020@end ignore
721c2651
EZ
15021
15022@item set procfs-trace
15023@kindex set procfs-trace
15024@cindex @code{procfs} API calls
15025This command enables and disables tracing of @code{procfs} API calls.
15026
15027@item show procfs-trace
15028@kindex show procfs-trace
15029Show the current state of @code{procfs} API call tracing.
15030
15031@item set procfs-file @var{file}
15032@kindex set procfs-file
15033Tell @value{GDBN} to write @code{procfs} API trace to the named
15034@var{file}. @value{GDBN} appends the trace info to the previous
15035contents of the file. The default is to display the trace on the
15036standard output.
15037
15038@item show procfs-file
15039@kindex show procfs-file
15040Show the file to which @code{procfs} API trace is written.
15041
15042@item proc-trace-entry
15043@itemx proc-trace-exit
15044@itemx proc-untrace-entry
15045@itemx proc-untrace-exit
15046@kindex proc-trace-entry
15047@kindex proc-trace-exit
15048@kindex proc-untrace-entry
15049@kindex proc-untrace-exit
15050These commands enable and disable tracing of entries into and exits
15051from the @code{syscall} interface.
15052
15053@item info pidlist
15054@kindex info pidlist
15055@cindex process list, QNX Neutrino
15056For QNX Neutrino only, this command displays the list of all the
15057processes and all the threads within each process.
15058
15059@item info meminfo
15060@kindex info meminfo
15061@cindex mapinfo list, QNX Neutrino
15062For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 15063@end table
104c1213 15064
8e04817f
AC
15065@node DJGPP Native
15066@subsection Features for Debugging @sc{djgpp} Programs
15067@cindex @sc{djgpp} debugging
15068@cindex native @sc{djgpp} debugging
15069@cindex MS-DOS-specific commands
104c1213 15070
514c4d71
EZ
15071@cindex DPMI
15072@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
15073MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
15074that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
15075top of real-mode DOS systems and their emulations.
104c1213 15076
8e04817f
AC
15077@value{GDBN} supports native debugging of @sc{djgpp} programs, and
15078defines a few commands specific to the @sc{djgpp} port. This
15079subsection describes those commands.
104c1213 15080
8e04817f
AC
15081@table @code
15082@kindex info dos
15083@item info dos
15084This is a prefix of @sc{djgpp}-specific commands which print
15085information about the target system and important OS structures.
f1251bdd 15086
8e04817f
AC
15087@kindex sysinfo
15088@cindex MS-DOS system info
15089@cindex free memory information (MS-DOS)
15090@item info dos sysinfo
15091This command displays assorted information about the underlying
15092platform: the CPU type and features, the OS version and flavor, the
15093DPMI version, and the available conventional and DPMI memory.
104c1213 15094
8e04817f
AC
15095@cindex GDT
15096@cindex LDT
15097@cindex IDT
15098@cindex segment descriptor tables
15099@cindex descriptor tables display
15100@item info dos gdt
15101@itemx info dos ldt
15102@itemx info dos idt
15103These 3 commands display entries from, respectively, Global, Local,
15104and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
15105tables are data structures which store a descriptor for each segment
15106that is currently in use. The segment's selector is an index into a
15107descriptor table; the table entry for that index holds the
15108descriptor's base address and limit, and its attributes and access
15109rights.
104c1213 15110
8e04817f
AC
15111A typical @sc{djgpp} program uses 3 segments: a code segment, a data
15112segment (used for both data and the stack), and a DOS segment (which
15113allows access to DOS/BIOS data structures and absolute addresses in
15114conventional memory). However, the DPMI host will usually define
15115additional segments in order to support the DPMI environment.
d4f3574e 15116
8e04817f
AC
15117@cindex garbled pointers
15118These commands allow to display entries from the descriptor tables.
15119Without an argument, all entries from the specified table are
15120displayed. An argument, which should be an integer expression, means
15121display a single entry whose index is given by the argument. For
15122example, here's a convenient way to display information about the
15123debugged program's data segment:
104c1213 15124
8e04817f
AC
15125@smallexample
15126@exdent @code{(@value{GDBP}) info dos ldt $ds}
15127@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
15128@end smallexample
104c1213 15129
8e04817f
AC
15130@noindent
15131This comes in handy when you want to see whether a pointer is outside
15132the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 15133
8e04817f
AC
15134@cindex page tables display (MS-DOS)
15135@item info dos pde
15136@itemx info dos pte
15137These two commands display entries from, respectively, the Page
15138Directory and the Page Tables. Page Directories and Page Tables are
15139data structures which control how virtual memory addresses are mapped
15140into physical addresses. A Page Table includes an entry for every
15141page of memory that is mapped into the program's address space; there
15142may be several Page Tables, each one holding up to 4096 entries. A
15143Page Directory has up to 4096 entries, one each for every Page Table
15144that is currently in use.
104c1213 15145
8e04817f
AC
15146Without an argument, @kbd{info dos pde} displays the entire Page
15147Directory, and @kbd{info dos pte} displays all the entries in all of
15148the Page Tables. An argument, an integer expression, given to the
15149@kbd{info dos pde} command means display only that entry from the Page
15150Directory table. An argument given to the @kbd{info dos pte} command
15151means display entries from a single Page Table, the one pointed to by
15152the specified entry in the Page Directory.
104c1213 15153
8e04817f
AC
15154@cindex direct memory access (DMA) on MS-DOS
15155These commands are useful when your program uses @dfn{DMA} (Direct
15156Memory Access), which needs physical addresses to program the DMA
15157controller.
104c1213 15158
8e04817f 15159These commands are supported only with some DPMI servers.
104c1213 15160
8e04817f
AC
15161@cindex physical address from linear address
15162@item info dos address-pte @var{addr}
15163This command displays the Page Table entry for a specified linear
514c4d71
EZ
15164address. The argument @var{addr} is a linear address which should
15165already have the appropriate segment's base address added to it,
15166because this command accepts addresses which may belong to @emph{any}
15167segment. For example, here's how to display the Page Table entry for
15168the page where a variable @code{i} is stored:
104c1213 15169
b383017d 15170@smallexample
8e04817f
AC
15171@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
15172@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 15173@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 15174@end smallexample
104c1213 15175
8e04817f
AC
15176@noindent
15177This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 15178whose physical base address is @code{0x02698000}, and shows all the
8e04817f 15179attributes of that page.
104c1213 15180
8e04817f
AC
15181Note that you must cast the addresses of variables to a @code{char *},
15182since otherwise the value of @code{__djgpp_base_address}, the base
15183address of all variables and functions in a @sc{djgpp} program, will
15184be added using the rules of C pointer arithmetics: if @code{i} is
15185declared an @code{int}, @value{GDBN} will add 4 times the value of
15186@code{__djgpp_base_address} to the address of @code{i}.
104c1213 15187
8e04817f
AC
15188Here's another example, it displays the Page Table entry for the
15189transfer buffer:
104c1213 15190
8e04817f
AC
15191@smallexample
15192@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
15193@exdent @code{Page Table entry for address 0x29110:}
15194@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
15195@end smallexample
104c1213 15196
8e04817f
AC
15197@noindent
15198(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
151993rd member of the @code{_go32_info_block} structure.) The output
15200clearly shows that this DPMI server maps the addresses in conventional
15201memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
15202linear (@code{0x29110}) addresses are identical.
104c1213 15203
8e04817f
AC
15204This command is supported only with some DPMI servers.
15205@end table
104c1213 15206
c45da7e6 15207@cindex DOS serial data link, remote debugging
a8f24a35
EZ
15208In addition to native debugging, the DJGPP port supports remote
15209debugging via a serial data link. The following commands are specific
15210to remote serial debugging in the DJGPP port of @value{GDBN}.
15211
15212@table @code
15213@kindex set com1base
15214@kindex set com1irq
15215@kindex set com2base
15216@kindex set com2irq
15217@kindex set com3base
15218@kindex set com3irq
15219@kindex set com4base
15220@kindex set com4irq
15221@item set com1base @var{addr}
15222This command sets the base I/O port address of the @file{COM1} serial
15223port.
15224
15225@item set com1irq @var{irq}
15226This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
15227for the @file{COM1} serial port.
15228
15229There are similar commands @samp{set com2base}, @samp{set com3irq},
15230etc.@: for setting the port address and the @code{IRQ} lines for the
15231other 3 COM ports.
15232
15233@kindex show com1base
15234@kindex show com1irq
15235@kindex show com2base
15236@kindex show com2irq
15237@kindex show com3base
15238@kindex show com3irq
15239@kindex show com4base
15240@kindex show com4irq
15241The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
15242display the current settings of the base address and the @code{IRQ}
15243lines used by the COM ports.
c45da7e6
EZ
15244
15245@item info serial
15246@kindex info serial
15247@cindex DOS serial port status
15248This command prints the status of the 4 DOS serial ports. For each
15249port, it prints whether it's active or not, its I/O base address and
15250IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
15251counts of various errors encountered so far.
a8f24a35
EZ
15252@end table
15253
15254
78c47bea 15255@node Cygwin Native
79a6e687 15256@subsection Features for Debugging MS Windows PE Executables
78c47bea
PM
15257@cindex MS Windows debugging
15258@cindex native Cygwin debugging
15259@cindex Cygwin-specific commands
15260
be448670 15261@value{GDBN} supports native debugging of MS Windows programs, including
db2e3e2e
BW
15262DLLs with and without symbolic debugging information. There are various
15263additional Cygwin-specific commands, described in this section.
15264Working with DLLs that have no debugging symbols is described in
15265@ref{Non-debug DLL Symbols}.
78c47bea
PM
15266
15267@table @code
15268@kindex info w32
15269@item info w32
db2e3e2e 15270This is a prefix of MS Windows-specific commands which print
78c47bea
PM
15271information about the target system and important OS structures.
15272
15273@item info w32 selector
15274This command displays information returned by
15275the Win32 API @code{GetThreadSelectorEntry} function.
15276It takes an optional argument that is evaluated to
15277a long value to give the information about this given selector.
15278Without argument, this command displays information
d3e8051b 15279about the six segment registers.
78c47bea
PM
15280
15281@kindex info dll
15282@item info dll
db2e3e2e 15283This is a Cygwin-specific alias of @code{info shared}.
78c47bea
PM
15284
15285@kindex dll-symbols
15286@item dll-symbols
15287This command loads symbols from a dll similarly to
15288add-sym command but without the need to specify a base address.
15289
be90c084 15290@kindex set cygwin-exceptions
e16b02ee
EZ
15291@cindex debugging the Cygwin DLL
15292@cindex Cygwin DLL, debugging
be90c084 15293@item set cygwin-exceptions @var{mode}
e16b02ee
EZ
15294If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
15295happen inside the Cygwin DLL. If @var{mode} is @code{off},
15296@value{GDBN} will delay recognition of exceptions, and may ignore some
15297exceptions which seem to be caused by internal Cygwin DLL
15298``bookkeeping''. This option is meant primarily for debugging the
15299Cygwin DLL itself; the default value is @code{off} to avoid annoying
15300@value{GDBN} users with false @code{SIGSEGV} signals.
be90c084
CF
15301
15302@kindex show cygwin-exceptions
15303@item show cygwin-exceptions
e16b02ee
EZ
15304Displays whether @value{GDBN} will break on exceptions that happen
15305inside the Cygwin DLL itself.
be90c084 15306
b383017d 15307@kindex set new-console
78c47bea 15308@item set new-console @var{mode}
b383017d 15309If @var{mode} is @code{on} the debuggee will
78c47bea
PM
15310be started in a new console on next start.
15311If @var{mode} is @code{off}i, the debuggee will
15312be started in the same console as the debugger.
15313
15314@kindex show new-console
15315@item show new-console
15316Displays whether a new console is used
15317when the debuggee is started.
15318
15319@kindex set new-group
15320@item set new-group @var{mode}
15321This boolean value controls whether the debuggee should
15322start a new group or stay in the same group as the debugger.
15323This affects the way the Windows OS handles
c8aa23ab 15324@samp{Ctrl-C}.
78c47bea
PM
15325
15326@kindex show new-group
15327@item show new-group
15328Displays current value of new-group boolean.
15329
15330@kindex set debugevents
15331@item set debugevents
219eec71
EZ
15332This boolean value adds debug output concerning kernel events related
15333to the debuggee seen by the debugger. This includes events that
15334signal thread and process creation and exit, DLL loading and
15335unloading, console interrupts, and debugging messages produced by the
15336Windows @code{OutputDebugString} API call.
78c47bea
PM
15337
15338@kindex set debugexec
15339@item set debugexec
b383017d 15340This boolean value adds debug output concerning execute events
219eec71 15341(such as resume thread) seen by the debugger.
78c47bea
PM
15342
15343@kindex set debugexceptions
15344@item set debugexceptions
219eec71
EZ
15345This boolean value adds debug output concerning exceptions in the
15346debuggee seen by the debugger.
78c47bea
PM
15347
15348@kindex set debugmemory
15349@item set debugmemory
219eec71
EZ
15350This boolean value adds debug output concerning debuggee memory reads
15351and writes by the debugger.
78c47bea
PM
15352
15353@kindex set shell
15354@item set shell
15355This boolean values specifies whether the debuggee is called
15356via a shell or directly (default value is on).
15357
15358@kindex show shell
15359@item show shell
15360Displays if the debuggee will be started with a shell.
15361
15362@end table
15363
be448670 15364@menu
79a6e687 15365* Non-debug DLL Symbols:: Support for DLLs without debugging symbols
be448670
CF
15366@end menu
15367
79a6e687
BW
15368@node Non-debug DLL Symbols
15369@subsubsection Support for DLLs without Debugging Symbols
be448670
CF
15370@cindex DLLs with no debugging symbols
15371@cindex Minimal symbols and DLLs
15372
15373Very often on windows, some of the DLLs that your program relies on do
15374not include symbolic debugging information (for example,
db2e3e2e 15375@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
be448670 15376symbols in a DLL, it relies on the minimal amount of symbolic
db2e3e2e 15377information contained in the DLL's export table. This section
be448670
CF
15378describes working with such symbols, known internally to @value{GDBN} as
15379``minimal symbols''.
15380
15381Note that before the debugged program has started execution, no DLLs
db2e3e2e 15382will have been loaded. The easiest way around this problem is simply to
be448670 15383start the program --- either by setting a breakpoint or letting the
db2e3e2e 15384program run once to completion. It is also possible to force
be448670 15385@value{GDBN} to load a particular DLL before starting the executable ---
12c27660 15386see the shared library information in @ref{Files}, or the
db2e3e2e 15387@code{dll-symbols} command in @ref{Cygwin Native}. Currently,
be448670
CF
15388explicitly loading symbols from a DLL with no debugging information will
15389cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
15390which may adversely affect symbol lookup performance.
15391
79a6e687 15392@subsubsection DLL Name Prefixes
be448670
CF
15393
15394In keeping with the naming conventions used by the Microsoft debugging
15395tools, DLL export symbols are made available with a prefix based on the
15396DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
15397also entered into the symbol table, so @code{CreateFileA} is often
15398sufficient. In some cases there will be name clashes within a program
15399(particularly if the executable itself includes full debugging symbols)
15400necessitating the use of the fully qualified name when referring to the
15401contents of the DLL. Use single-quotes around the name to avoid the
15402exclamation mark (``!'') being interpreted as a language operator.
15403
15404Note that the internal name of the DLL may be all upper-case, even
15405though the file name of the DLL is lower-case, or vice-versa. Since
15406symbols within @value{GDBN} are @emph{case-sensitive} this may cause
15407some confusion. If in doubt, try the @code{info functions} and
0869d01b
NR
15408@code{info variables} commands or even @code{maint print msymbols}
15409(@pxref{Symbols}). Here's an example:
be448670
CF
15410
15411@smallexample
f7dc1244 15412(@value{GDBP}) info function CreateFileA
be448670
CF
15413All functions matching regular expression "CreateFileA":
15414
15415Non-debugging symbols:
154160x77e885f4 CreateFileA
154170x77e885f4 KERNEL32!CreateFileA
15418@end smallexample
15419
15420@smallexample
f7dc1244 15421(@value{GDBP}) info function !
be448670
CF
15422All functions matching regular expression "!":
15423
15424Non-debugging symbols:
154250x6100114c cygwin1!__assert
154260x61004034 cygwin1!_dll_crt0@@0
154270x61004240 cygwin1!dll_crt0(per_process *)
15428[etc...]
15429@end smallexample
15430
79a6e687 15431@subsubsection Working with Minimal Symbols
be448670
CF
15432
15433Symbols extracted from a DLL's export table do not contain very much
15434type information. All that @value{GDBN} can do is guess whether a symbol
15435refers to a function or variable depending on the linker section that
15436contains the symbol. Also note that the actual contents of the memory
15437contained in a DLL are not available unless the program is running. This
15438means that you cannot examine the contents of a variable or disassemble
15439a function within a DLL without a running program.
15440
15441Variables are generally treated as pointers and dereferenced
15442automatically. For this reason, it is often necessary to prefix a
15443variable name with the address-of operator (``&'') and provide explicit
15444type information in the command. Here's an example of the type of
15445problem:
15446
15447@smallexample
f7dc1244 15448(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
15449$1 = 268572168
15450@end smallexample
15451
15452@smallexample
f7dc1244 15453(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
154540x10021610: "\230y\""
15455@end smallexample
15456
15457And two possible solutions:
15458
15459@smallexample
f7dc1244 15460(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
15461$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
15462@end smallexample
15463
15464@smallexample
f7dc1244 15465(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 154660x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 15467(@value{GDBP}) x/x 0x10021608
be448670 154680x10021608: 0x0022fd98
f7dc1244 15469(@value{GDBP}) x/s 0x0022fd98
be448670
CF
154700x22fd98: "/cygdrive/c/mydirectory/myprogram"
15471@end smallexample
15472
15473Setting a break point within a DLL is possible even before the program
15474starts execution. However, under these circumstances, @value{GDBN} can't
15475examine the initial instructions of the function in order to skip the
15476function's frame set-up code. You can work around this by using ``*&''
15477to set the breakpoint at a raw memory address:
15478
15479@smallexample
f7dc1244 15480(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
15481Breakpoint 1 at 0x1e04eff0
15482@end smallexample
15483
15484The author of these extensions is not entirely convinced that setting a
15485break point within a shared DLL like @file{kernel32.dll} is completely
15486safe.
15487
14d6dd68 15488@node Hurd Native
79a6e687 15489@subsection Commands Specific to @sc{gnu} Hurd Systems
14d6dd68
EZ
15490@cindex @sc{gnu} Hurd debugging
15491
15492This subsection describes @value{GDBN} commands specific to the
15493@sc{gnu} Hurd native debugging.
15494
15495@table @code
15496@item set signals
15497@itemx set sigs
15498@kindex set signals@r{, Hurd command}
15499@kindex set sigs@r{, Hurd command}
15500This command toggles the state of inferior signal interception by
15501@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
15502affected by this command. @code{sigs} is a shorthand alias for
15503@code{signals}.
15504
15505@item show signals
15506@itemx show sigs
15507@kindex show signals@r{, Hurd command}
15508@kindex show sigs@r{, Hurd command}
15509Show the current state of intercepting inferior's signals.
15510
15511@item set signal-thread
15512@itemx set sigthread
15513@kindex set signal-thread
15514@kindex set sigthread
15515This command tells @value{GDBN} which thread is the @code{libc} signal
15516thread. That thread is run when a signal is delivered to a running
15517process. @code{set sigthread} is the shorthand alias of @code{set
15518signal-thread}.
15519
15520@item show signal-thread
15521@itemx show sigthread
15522@kindex show signal-thread
15523@kindex show sigthread
15524These two commands show which thread will run when the inferior is
15525delivered a signal.
15526
15527@item set stopped
15528@kindex set stopped@r{, Hurd command}
15529This commands tells @value{GDBN} that the inferior process is stopped,
15530as with the @code{SIGSTOP} signal. The stopped process can be
15531continued by delivering a signal to it.
15532
15533@item show stopped
15534@kindex show stopped@r{, Hurd command}
15535This command shows whether @value{GDBN} thinks the debuggee is
15536stopped.
15537
15538@item set exceptions
15539@kindex set exceptions@r{, Hurd command}
15540Use this command to turn off trapping of exceptions in the inferior.
15541When exception trapping is off, neither breakpoints nor
15542single-stepping will work. To restore the default, set exception
15543trapping on.
15544
15545@item show exceptions
15546@kindex show exceptions@r{, Hurd command}
15547Show the current state of trapping exceptions in the inferior.
15548
15549@item set task pause
15550@kindex set task@r{, Hurd commands}
15551@cindex task attributes (@sc{gnu} Hurd)
15552@cindex pause current task (@sc{gnu} Hurd)
15553This command toggles task suspension when @value{GDBN} has control.
15554Setting it to on takes effect immediately, and the task is suspended
15555whenever @value{GDBN} gets control. Setting it to off will take
15556effect the next time the inferior is continued. If this option is set
15557to off, you can use @code{set thread default pause on} or @code{set
15558thread pause on} (see below) to pause individual threads.
15559
15560@item show task pause
15561@kindex show task@r{, Hurd commands}
15562Show the current state of task suspension.
15563
15564@item set task detach-suspend-count
15565@cindex task suspend count
15566@cindex detach from task, @sc{gnu} Hurd
15567This command sets the suspend count the task will be left with when
15568@value{GDBN} detaches from it.
15569
15570@item show task detach-suspend-count
15571Show the suspend count the task will be left with when detaching.
15572
15573@item set task exception-port
15574@itemx set task excp
15575@cindex task exception port, @sc{gnu} Hurd
15576This command sets the task exception port to which @value{GDBN} will
15577forward exceptions. The argument should be the value of the @dfn{send
15578rights} of the task. @code{set task excp} is a shorthand alias.
15579
15580@item set noninvasive
15581@cindex noninvasive task options
15582This command switches @value{GDBN} to a mode that is the least
15583invasive as far as interfering with the inferior is concerned. This
15584is the same as using @code{set task pause}, @code{set exceptions}, and
15585@code{set signals} to values opposite to the defaults.
15586
15587@item info send-rights
15588@itemx info receive-rights
15589@itemx info port-rights
15590@itemx info port-sets
15591@itemx info dead-names
15592@itemx info ports
15593@itemx info psets
15594@cindex send rights, @sc{gnu} Hurd
15595@cindex receive rights, @sc{gnu} Hurd
15596@cindex port rights, @sc{gnu} Hurd
15597@cindex port sets, @sc{gnu} Hurd
15598@cindex dead names, @sc{gnu} Hurd
15599These commands display information about, respectively, send rights,
15600receive rights, port rights, port sets, and dead names of a task.
15601There are also shorthand aliases: @code{info ports} for @code{info
15602port-rights} and @code{info psets} for @code{info port-sets}.
15603
15604@item set thread pause
15605@kindex set thread@r{, Hurd command}
15606@cindex thread properties, @sc{gnu} Hurd
15607@cindex pause current thread (@sc{gnu} Hurd)
15608This command toggles current thread suspension when @value{GDBN} has
15609control. Setting it to on takes effect immediately, and the current
15610thread is suspended whenever @value{GDBN} gets control. Setting it to
15611off will take effect the next time the inferior is continued.
15612Normally, this command has no effect, since when @value{GDBN} has
15613control, the whole task is suspended. However, if you used @code{set
15614task pause off} (see above), this command comes in handy to suspend
15615only the current thread.
15616
15617@item show thread pause
15618@kindex show thread@r{, Hurd command}
15619This command shows the state of current thread suspension.
15620
15621@item set thread run
d3e8051b 15622This command sets whether the current thread is allowed to run.
14d6dd68
EZ
15623
15624@item show thread run
15625Show whether the current thread is allowed to run.
15626
15627@item set thread detach-suspend-count
15628@cindex thread suspend count, @sc{gnu} Hurd
15629@cindex detach from thread, @sc{gnu} Hurd
15630This command sets the suspend count @value{GDBN} will leave on a
15631thread when detaching. This number is relative to the suspend count
15632found by @value{GDBN} when it notices the thread; use @code{set thread
15633takeover-suspend-count} to force it to an absolute value.
15634
15635@item show thread detach-suspend-count
15636Show the suspend count @value{GDBN} will leave on the thread when
15637detaching.
15638
15639@item set thread exception-port
15640@itemx set thread excp
15641Set the thread exception port to which to forward exceptions. This
15642overrides the port set by @code{set task exception-port} (see above).
15643@code{set thread excp} is the shorthand alias.
15644
15645@item set thread takeover-suspend-count
15646Normally, @value{GDBN}'s thread suspend counts are relative to the
15647value @value{GDBN} finds when it notices each thread. This command
15648changes the suspend counts to be absolute instead.
15649
15650@item set thread default
15651@itemx show thread default
15652@cindex thread default settings, @sc{gnu} Hurd
15653Each of the above @code{set thread} commands has a @code{set thread
15654default} counterpart (e.g., @code{set thread default pause}, @code{set
15655thread default exception-port}, etc.). The @code{thread default}
15656variety of commands sets the default thread properties for all
15657threads; you can then change the properties of individual threads with
15658the non-default commands.
15659@end table
15660
15661
a64548ea
EZ
15662@node Neutrino
15663@subsection QNX Neutrino
15664@cindex QNX Neutrino
15665
15666@value{GDBN} provides the following commands specific to the QNX
15667Neutrino target:
15668
15669@table @code
15670@item set debug nto-debug
15671@kindex set debug nto-debug
15672When set to on, enables debugging messages specific to the QNX
15673Neutrino support.
15674
15675@item show debug nto-debug
15676@kindex show debug nto-debug
15677Show the current state of QNX Neutrino messages.
15678@end table
15679
a80b95ba
TG
15680@node Darwin
15681@subsection Darwin
15682@cindex Darwin
15683
15684@value{GDBN} provides the following commands specific to the Darwin target:
15685
15686@table @code
15687@item set debug darwin @var{num}
15688@kindex set debug darwin
15689When set to a non zero value, enables debugging messages specific to
15690the Darwin support. Higher values produce more verbose output.
15691
15692@item show debug darwin
15693@kindex show debug darwin
15694Show the current state of Darwin messages.
15695
15696@item set debug mach-o @var{num}
15697@kindex set debug mach-o
15698When set to a non zero value, enables debugging messages while
15699@value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
15700file format used on Darwin for object and executable files.) Higher
15701values produce more verbose output. This is a command to diagnose
15702problems internal to @value{GDBN} and should not be needed in normal
15703usage.
15704
15705@item show debug mach-o
15706@kindex show debug mach-o
15707Show the current state of Mach-O file messages.
15708
15709@item set mach-exceptions on
15710@itemx set mach-exceptions off
15711@kindex set mach-exceptions
15712On Darwin, faults are first reported as a Mach exception and are then
15713mapped to a Posix signal. Use this command to turn on trapping of
15714Mach exceptions in the inferior. This might be sometimes useful to
15715better understand the cause of a fault. The default is off.
15716
15717@item show mach-exceptions
15718@kindex show mach-exceptions
15719Show the current state of exceptions trapping.
15720@end table
15721
a64548ea 15722
8e04817f
AC
15723@node Embedded OS
15724@section Embedded Operating Systems
104c1213 15725
8e04817f
AC
15726This section describes configurations involving the debugging of
15727embedded operating systems that are available for several different
15728architectures.
d4f3574e 15729
8e04817f
AC
15730@menu
15731* VxWorks:: Using @value{GDBN} with VxWorks
15732@end menu
104c1213 15733
8e04817f
AC
15734@value{GDBN} includes the ability to debug programs running on
15735various real-time operating systems.
104c1213 15736
8e04817f
AC
15737@node VxWorks
15738@subsection Using @value{GDBN} with VxWorks
104c1213 15739
8e04817f 15740@cindex VxWorks
104c1213 15741
8e04817f 15742@table @code
104c1213 15743
8e04817f
AC
15744@kindex target vxworks
15745@item target vxworks @var{machinename}
15746A VxWorks system, attached via TCP/IP. The argument @var{machinename}
15747is the target system's machine name or IP address.
104c1213 15748
8e04817f 15749@end table
104c1213 15750
8e04817f
AC
15751On VxWorks, @code{load} links @var{filename} dynamically on the
15752current target system as well as adding its symbols in @value{GDBN}.
104c1213 15753
8e04817f
AC
15754@value{GDBN} enables developers to spawn and debug tasks running on networked
15755VxWorks targets from a Unix host. Already-running tasks spawned from
15756the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
15757both the Unix host and on the VxWorks target. The program
15758@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
15759installed with the name @code{vxgdb}, to distinguish it from a
15760@value{GDBN} for debugging programs on the host itself.)
104c1213 15761
8e04817f
AC
15762@table @code
15763@item VxWorks-timeout @var{args}
15764@kindex vxworks-timeout
15765All VxWorks-based targets now support the option @code{vxworks-timeout}.
15766This option is set by the user, and @var{args} represents the number of
15767seconds @value{GDBN} waits for responses to rpc's. You might use this if
15768your VxWorks target is a slow software simulator or is on the far side
15769of a thin network line.
15770@end table
104c1213 15771
8e04817f
AC
15772The following information on connecting to VxWorks was current when
15773this manual was produced; newer releases of VxWorks may use revised
15774procedures.
104c1213 15775
4644b6e3 15776@findex INCLUDE_RDB
8e04817f
AC
15777To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
15778to include the remote debugging interface routines in the VxWorks
15779library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
15780VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
15781kernel. The resulting kernel contains @file{rdb.a}, and spawns the
15782source debugging task @code{tRdbTask} when VxWorks is booted. For more
15783information on configuring and remaking VxWorks, see the manufacturer's
15784manual.
15785@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 15786
8e04817f
AC
15787Once you have included @file{rdb.a} in your VxWorks system image and set
15788your Unix execution search path to find @value{GDBN}, you are ready to
15789run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
15790@code{vxgdb}, depending on your installation).
104c1213 15791
8e04817f 15792@value{GDBN} comes up showing the prompt:
104c1213 15793
474c8240 15794@smallexample
8e04817f 15795(vxgdb)
474c8240 15796@end smallexample
104c1213 15797
8e04817f
AC
15798@menu
15799* VxWorks Connection:: Connecting to VxWorks
15800* VxWorks Download:: VxWorks download
15801* VxWorks Attach:: Running tasks
15802@end menu
104c1213 15803
8e04817f
AC
15804@node VxWorks Connection
15805@subsubsection Connecting to VxWorks
104c1213 15806
8e04817f
AC
15807The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
15808network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 15809
474c8240 15810@smallexample
8e04817f 15811(vxgdb) target vxworks tt
474c8240 15812@end smallexample
104c1213 15813
8e04817f
AC
15814@need 750
15815@value{GDBN} displays messages like these:
104c1213 15816
8e04817f
AC
15817@smallexample
15818Attaching remote machine across net...
15819Connected to tt.
15820@end smallexample
104c1213 15821
8e04817f
AC
15822@need 1000
15823@value{GDBN} then attempts to read the symbol tables of any object modules
15824loaded into the VxWorks target since it was last booted. @value{GDBN} locates
15825these files by searching the directories listed in the command search
79a6e687 15826path (@pxref{Environment, ,Your Program's Environment}); if it fails
8e04817f 15827to find an object file, it displays a message such as:
5d161b24 15828
474c8240 15829@smallexample
8e04817f 15830prog.o: No such file or directory.
474c8240 15831@end smallexample
104c1213 15832
8e04817f
AC
15833When this happens, add the appropriate directory to the search path with
15834the @value{GDBN} command @code{path}, and execute the @code{target}
15835command again.
104c1213 15836
8e04817f 15837@node VxWorks Download
79a6e687 15838@subsubsection VxWorks Download
104c1213 15839
8e04817f
AC
15840@cindex download to VxWorks
15841If you have connected to the VxWorks target and you want to debug an
15842object that has not yet been loaded, you can use the @value{GDBN}
15843@code{load} command to download a file from Unix to VxWorks
15844incrementally. The object file given as an argument to the @code{load}
15845command is actually opened twice: first by the VxWorks target in order
15846to download the code, then by @value{GDBN} in order to read the symbol
15847table. This can lead to problems if the current working directories on
15848the two systems differ. If both systems have NFS mounted the same
15849filesystems, you can avoid these problems by using absolute paths.
15850Otherwise, it is simplest to set the working directory on both systems
15851to the directory in which the object file resides, and then to reference
15852the file by its name, without any path. For instance, a program
15853@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
15854and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
15855program, type this on VxWorks:
104c1213 15856
474c8240 15857@smallexample
8e04817f 15858-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 15859@end smallexample
104c1213 15860
8e04817f
AC
15861@noindent
15862Then, in @value{GDBN}, type:
104c1213 15863
474c8240 15864@smallexample
8e04817f
AC
15865(vxgdb) cd @var{hostpath}/vw/demo/rdb
15866(vxgdb) load prog.o
474c8240 15867@end smallexample
104c1213 15868
8e04817f 15869@value{GDBN} displays a response similar to this:
104c1213 15870
8e04817f
AC
15871@smallexample
15872Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
15873@end smallexample
104c1213 15874
8e04817f
AC
15875You can also use the @code{load} command to reload an object module
15876after editing and recompiling the corresponding source file. Note that
15877this makes @value{GDBN} delete all currently-defined breakpoints,
15878auto-displays, and convenience variables, and to clear the value
15879history. (This is necessary in order to preserve the integrity of
15880debugger's data structures that reference the target system's symbol
15881table.)
104c1213 15882
8e04817f 15883@node VxWorks Attach
79a6e687 15884@subsubsection Running Tasks
104c1213
JM
15885
15886@cindex running VxWorks tasks
15887You can also attach to an existing task using the @code{attach} command as
15888follows:
15889
474c8240 15890@smallexample
104c1213 15891(vxgdb) attach @var{task}
474c8240 15892@end smallexample
104c1213
JM
15893
15894@noindent
15895where @var{task} is the VxWorks hexadecimal task ID. The task can be running
15896or suspended when you attach to it. Running tasks are suspended at
15897the time of attachment.
15898
6d2ebf8b 15899@node Embedded Processors
104c1213
JM
15900@section Embedded Processors
15901
15902This section goes into details specific to particular embedded
15903configurations.
15904
c45da7e6
EZ
15905@cindex send command to simulator
15906Whenever a specific embedded processor has a simulator, @value{GDBN}
15907allows to send an arbitrary command to the simulator.
15908
15909@table @code
15910@item sim @var{command}
15911@kindex sim@r{, a command}
15912Send an arbitrary @var{command} string to the simulator. Consult the
15913documentation for the specific simulator in use for information about
15914acceptable commands.
15915@end table
15916
7d86b5d5 15917
104c1213 15918@menu
c45da7e6 15919* ARM:: ARM RDI
172c2a43 15920* M32R/D:: Renesas M32R/D
104c1213 15921* M68K:: Motorola M68K
104c1213 15922* MIPS Embedded:: MIPS Embedded
a37295f9 15923* OpenRISC 1000:: OpenRisc 1000
104c1213 15924* PA:: HP PA Embedded
4acd40f3 15925* PowerPC Embedded:: PowerPC Embedded
104c1213
JM
15926* Sparclet:: Tsqware Sparclet
15927* Sparclite:: Fujitsu Sparclite
104c1213 15928* Z8000:: Zilog Z8000
a64548ea
EZ
15929* AVR:: Atmel AVR
15930* CRIS:: CRIS
15931* Super-H:: Renesas Super-H
104c1213
JM
15932@end menu
15933
6d2ebf8b 15934@node ARM
104c1213 15935@subsection ARM
c45da7e6 15936@cindex ARM RDI
104c1213
JM
15937
15938@table @code
8e04817f
AC
15939@kindex target rdi
15940@item target rdi @var{dev}
15941ARM Angel monitor, via RDI library interface to ADP protocol. You may
15942use this target to communicate with both boards running the Angel
15943monitor, or with the EmbeddedICE JTAG debug device.
15944
15945@kindex target rdp
15946@item target rdp @var{dev}
15947ARM Demon monitor.
15948
15949@end table
15950
e2f4edfd
EZ
15951@value{GDBN} provides the following ARM-specific commands:
15952
15953@table @code
15954@item set arm disassembler
15955@kindex set arm
15956This commands selects from a list of disassembly styles. The
15957@code{"std"} style is the standard style.
15958
15959@item show arm disassembler
15960@kindex show arm
15961Show the current disassembly style.
15962
15963@item set arm apcs32
15964@cindex ARM 32-bit mode
15965This command toggles ARM operation mode between 32-bit and 26-bit.
15966
15967@item show arm apcs32
15968Display the current usage of the ARM 32-bit mode.
15969
15970@item set arm fpu @var{fputype}
15971This command sets the ARM floating-point unit (FPU) type. The
15972argument @var{fputype} can be one of these:
15973
15974@table @code
15975@item auto
15976Determine the FPU type by querying the OS ABI.
15977@item softfpa
15978Software FPU, with mixed-endian doubles on little-endian ARM
15979processors.
15980@item fpa
15981GCC-compiled FPA co-processor.
15982@item softvfp
15983Software FPU with pure-endian doubles.
15984@item vfp
15985VFP co-processor.
15986@end table
15987
15988@item show arm fpu
15989Show the current type of the FPU.
15990
15991@item set arm abi
15992This command forces @value{GDBN} to use the specified ABI.
15993
15994@item show arm abi
15995Show the currently used ABI.
15996
0428b8f5
DJ
15997@item set arm fallback-mode (arm|thumb|auto)
15998@value{GDBN} uses the symbol table, when available, to determine
15999whether instructions are ARM or Thumb. This command controls
16000@value{GDBN}'s default behavior when the symbol table is not
16001available. The default is @samp{auto}, which causes @value{GDBN} to
16002use the current execution mode (from the @code{T} bit in the @code{CPSR}
16003register).
16004
16005@item show arm fallback-mode
16006Show the current fallback instruction mode.
16007
16008@item set arm force-mode (arm|thumb|auto)
16009This command overrides use of the symbol table to determine whether
16010instructions are ARM or Thumb. The default is @samp{auto}, which
16011causes @value{GDBN} to use the symbol table and then the setting
16012of @samp{set arm fallback-mode}.
16013
16014@item show arm force-mode
16015Show the current forced instruction mode.
16016
e2f4edfd
EZ
16017@item set debug arm
16018Toggle whether to display ARM-specific debugging messages from the ARM
16019target support subsystem.
16020
16021@item show debug arm
16022Show whether ARM-specific debugging messages are enabled.
16023@end table
16024
c45da7e6
EZ
16025The following commands are available when an ARM target is debugged
16026using the RDI interface:
16027
16028@table @code
16029@item rdilogfile @r{[}@var{file}@r{]}
16030@kindex rdilogfile
16031@cindex ADP (Angel Debugger Protocol) logging
16032Set the filename for the ADP (Angel Debugger Protocol) packet log.
16033With an argument, sets the log file to the specified @var{file}. With
16034no argument, show the current log file name. The default log file is
16035@file{rdi.log}.
16036
16037@item rdilogenable @r{[}@var{arg}@r{]}
16038@kindex rdilogenable
16039Control logging of ADP packets. With an argument of 1 or @code{"yes"}
16040enables logging, with an argument 0 or @code{"no"} disables it. With
16041no arguments displays the current setting. When logging is enabled,
16042ADP packets exchanged between @value{GDBN} and the RDI target device
16043are logged to a file.
16044
16045@item set rdiromatzero
16046@kindex set rdiromatzero
16047@cindex ROM at zero address, RDI
16048Tell @value{GDBN} whether the target has ROM at address 0. If on,
16049vector catching is disabled, so that zero address can be used. If off
16050(the default), vector catching is enabled. For this command to take
16051effect, it needs to be invoked prior to the @code{target rdi} command.
16052
16053@item show rdiromatzero
16054@kindex show rdiromatzero
16055Show the current setting of ROM at zero address.
16056
16057@item set rdiheartbeat
16058@kindex set rdiheartbeat
16059@cindex RDI heartbeat
16060Enable or disable RDI heartbeat packets. It is not recommended to
16061turn on this option, since it confuses ARM and EPI JTAG interface, as
16062well as the Angel monitor.
16063
16064@item show rdiheartbeat
16065@kindex show rdiheartbeat
16066Show the setting of RDI heartbeat packets.
16067@end table
16068
e2f4edfd 16069
8e04817f 16070@node M32R/D
ba04e063 16071@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
16072
16073@table @code
8e04817f
AC
16074@kindex target m32r
16075@item target m32r @var{dev}
172c2a43 16076Renesas M32R/D ROM monitor.
8e04817f 16077
fb3e19c0
KI
16078@kindex target m32rsdi
16079@item target m32rsdi @var{dev}
16080Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
16081@end table
16082
16083The following @value{GDBN} commands are specific to the M32R monitor:
16084
16085@table @code
16086@item set download-path @var{path}
16087@kindex set download-path
16088@cindex find downloadable @sc{srec} files (M32R)
d3e8051b 16089Set the default path for finding downloadable @sc{srec} files.
721c2651
EZ
16090
16091@item show download-path
16092@kindex show download-path
16093Show the default path for downloadable @sc{srec} files.
fb3e19c0 16094
721c2651
EZ
16095@item set board-address @var{addr}
16096@kindex set board-address
16097@cindex M32-EVA target board address
16098Set the IP address for the M32R-EVA target board.
16099
16100@item show board-address
16101@kindex show board-address
16102Show the current IP address of the target board.
16103
16104@item set server-address @var{addr}
16105@kindex set server-address
16106@cindex download server address (M32R)
16107Set the IP address for the download server, which is the @value{GDBN}'s
16108host machine.
16109
16110@item show server-address
16111@kindex show server-address
16112Display the IP address of the download server.
16113
16114@item upload @r{[}@var{file}@r{]}
16115@kindex upload@r{, M32R}
16116Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
16117upload capability. If no @var{file} argument is given, the current
16118executable file is uploaded.
16119
16120@item tload @r{[}@var{file}@r{]}
16121@kindex tload@r{, M32R}
16122Test the @code{upload} command.
8e04817f
AC
16123@end table
16124
ba04e063
EZ
16125The following commands are available for M32R/SDI:
16126
16127@table @code
16128@item sdireset
16129@kindex sdireset
16130@cindex reset SDI connection, M32R
16131This command resets the SDI connection.
16132
16133@item sdistatus
16134@kindex sdistatus
16135This command shows the SDI connection status.
16136
16137@item debug_chaos
16138@kindex debug_chaos
16139@cindex M32R/Chaos debugging
16140Instructs the remote that M32R/Chaos debugging is to be used.
16141
16142@item use_debug_dma
16143@kindex use_debug_dma
16144Instructs the remote to use the DEBUG_DMA method of accessing memory.
16145
16146@item use_mon_code
16147@kindex use_mon_code
16148Instructs the remote to use the MON_CODE method of accessing memory.
16149
16150@item use_ib_break
16151@kindex use_ib_break
16152Instructs the remote to set breakpoints by IB break.
16153
16154@item use_dbt_break
16155@kindex use_dbt_break
16156Instructs the remote to set breakpoints by DBT.
16157@end table
16158
8e04817f
AC
16159@node M68K
16160@subsection M68k
16161
7ce59000
DJ
16162The Motorola m68k configuration includes ColdFire support, and a
16163target command for the following ROM monitor.
8e04817f
AC
16164
16165@table @code
16166
8e04817f
AC
16167@kindex target dbug
16168@item target dbug @var{dev}
16169dBUG ROM monitor for Motorola ColdFire.
16170
8e04817f
AC
16171@end table
16172
8e04817f
AC
16173@node MIPS Embedded
16174@subsection MIPS Embedded
16175
16176@cindex MIPS boards
16177@value{GDBN} can use the MIPS remote debugging protocol to talk to a
16178MIPS board attached to a serial line. This is available when
16179you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 16180
8e04817f
AC
16181@need 1000
16182Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 16183
8e04817f
AC
16184@table @code
16185@item target mips @var{port}
16186@kindex target mips @var{port}
16187To run a program on the board, start up @code{@value{GDBP}} with the
16188name of your program as the argument. To connect to the board, use the
16189command @samp{target mips @var{port}}, where @var{port} is the name of
16190the serial port connected to the board. If the program has not already
16191been downloaded to the board, you may use the @code{load} command to
16192download it. You can then use all the usual @value{GDBN} commands.
104c1213 16193
8e04817f
AC
16194For example, this sequence connects to the target board through a serial
16195port, and loads and runs a program called @var{prog} through the
16196debugger:
104c1213 16197
474c8240 16198@smallexample
8e04817f
AC
16199host$ @value{GDBP} @var{prog}
16200@value{GDBN} is free software and @dots{}
16201(@value{GDBP}) target mips /dev/ttyb
16202(@value{GDBP}) load @var{prog}
16203(@value{GDBP}) run
474c8240 16204@end smallexample
104c1213 16205
8e04817f
AC
16206@item target mips @var{hostname}:@var{portnumber}
16207On some @value{GDBN} host configurations, you can specify a TCP
16208connection (for instance, to a serial line managed by a terminal
16209concentrator) instead of a serial port, using the syntax
16210@samp{@var{hostname}:@var{portnumber}}.
104c1213 16211
8e04817f
AC
16212@item target pmon @var{port}
16213@kindex target pmon @var{port}
16214PMON ROM monitor.
104c1213 16215
8e04817f
AC
16216@item target ddb @var{port}
16217@kindex target ddb @var{port}
16218NEC's DDB variant of PMON for Vr4300.
104c1213 16219
8e04817f
AC
16220@item target lsi @var{port}
16221@kindex target lsi @var{port}
16222LSI variant of PMON.
104c1213 16223
8e04817f
AC
16224@kindex target r3900
16225@item target r3900 @var{dev}
16226Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 16227
8e04817f
AC
16228@kindex target array
16229@item target array @var{dev}
16230Array Tech LSI33K RAID controller board.
104c1213 16231
8e04817f 16232@end table
104c1213 16233
104c1213 16234
8e04817f
AC
16235@noindent
16236@value{GDBN} also supports these special commands for MIPS targets:
104c1213 16237
8e04817f 16238@table @code
8e04817f
AC
16239@item set mipsfpu double
16240@itemx set mipsfpu single
16241@itemx set mipsfpu none
a64548ea 16242@itemx set mipsfpu auto
8e04817f
AC
16243@itemx show mipsfpu
16244@kindex set mipsfpu
16245@kindex show mipsfpu
16246@cindex MIPS remote floating point
16247@cindex floating point, MIPS remote
16248If your target board does not support the MIPS floating point
16249coprocessor, you should use the command @samp{set mipsfpu none} (if you
16250need this, you may wish to put the command in your @value{GDBN} init
16251file). This tells @value{GDBN} how to find the return value of
16252functions which return floating point values. It also allows
16253@value{GDBN} to avoid saving the floating point registers when calling
16254functions on the board. If you are using a floating point coprocessor
16255with only single precision floating point support, as on the @sc{r4650}
16256processor, use the command @samp{set mipsfpu single}. The default
16257double precision floating point coprocessor may be selected using
16258@samp{set mipsfpu double}.
104c1213 16259
8e04817f
AC
16260In previous versions the only choices were double precision or no
16261floating point, so @samp{set mipsfpu on} will select double precision
16262and @samp{set mipsfpu off} will select no floating point.
104c1213 16263
8e04817f
AC
16264As usual, you can inquire about the @code{mipsfpu} variable with
16265@samp{show mipsfpu}.
104c1213 16266
8e04817f
AC
16267@item set timeout @var{seconds}
16268@itemx set retransmit-timeout @var{seconds}
16269@itemx show timeout
16270@itemx show retransmit-timeout
16271@cindex @code{timeout}, MIPS protocol
16272@cindex @code{retransmit-timeout}, MIPS protocol
16273@kindex set timeout
16274@kindex show timeout
16275@kindex set retransmit-timeout
16276@kindex show retransmit-timeout
16277You can control the timeout used while waiting for a packet, in the MIPS
16278remote protocol, with the @code{set timeout @var{seconds}} command. The
16279default is 5 seconds. Similarly, you can control the timeout used while
a6f3e723 16280waiting for an acknowledgment of a packet with the @code{set
8e04817f
AC
16281retransmit-timeout @var{seconds}} command. The default is 3 seconds.
16282You can inspect both values with @code{show timeout} and @code{show
16283retransmit-timeout}. (These commands are @emph{only} available when
16284@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 16285
8e04817f
AC
16286The timeout set by @code{set timeout} does not apply when @value{GDBN}
16287is waiting for your program to stop. In that case, @value{GDBN} waits
16288forever because it has no way of knowing how long the program is going
16289to run before stopping.
ba04e063
EZ
16290
16291@item set syn-garbage-limit @var{num}
16292@kindex set syn-garbage-limit@r{, MIPS remote}
16293@cindex synchronize with remote MIPS target
16294Limit the maximum number of characters @value{GDBN} should ignore when
16295it tries to synchronize with the remote target. The default is 10
16296characters. Setting the limit to -1 means there's no limit.
16297
16298@item show syn-garbage-limit
16299@kindex show syn-garbage-limit@r{, MIPS remote}
16300Show the current limit on the number of characters to ignore when
16301trying to synchronize with the remote system.
16302
16303@item set monitor-prompt @var{prompt}
16304@kindex set monitor-prompt@r{, MIPS remote}
16305@cindex remote monitor prompt
16306Tell @value{GDBN} to expect the specified @var{prompt} string from the
16307remote monitor. The default depends on the target:
16308@table @asis
16309@item pmon target
16310@samp{PMON}
16311@item ddb target
16312@samp{NEC010}
16313@item lsi target
16314@samp{PMON>}
16315@end table
16316
16317@item show monitor-prompt
16318@kindex show monitor-prompt@r{, MIPS remote}
16319Show the current strings @value{GDBN} expects as the prompt from the
16320remote monitor.
16321
16322@item set monitor-warnings
16323@kindex set monitor-warnings@r{, MIPS remote}
16324Enable or disable monitor warnings about hardware breakpoints. This
16325has effect only for the @code{lsi} target. When on, @value{GDBN} will
16326display warning messages whose codes are returned by the @code{lsi}
16327PMON monitor for breakpoint commands.
16328
16329@item show monitor-warnings
16330@kindex show monitor-warnings@r{, MIPS remote}
16331Show the current setting of printing monitor warnings.
16332
16333@item pmon @var{command}
16334@kindex pmon@r{, MIPS remote}
16335@cindex send PMON command
16336This command allows sending an arbitrary @var{command} string to the
16337monitor. The monitor must be in debug mode for this to work.
8e04817f 16338@end table
104c1213 16339
a37295f9
MM
16340@node OpenRISC 1000
16341@subsection OpenRISC 1000
16342@cindex OpenRISC 1000
16343
16344@cindex or1k boards
16345See OR1k Architecture document (@uref{www.opencores.org}) for more information
16346about platform and commands.
16347
16348@table @code
16349
16350@kindex target jtag
16351@item target jtag jtag://@var{host}:@var{port}
16352
16353Connects to remote JTAG server.
16354JTAG remote server can be either an or1ksim or JTAG server,
16355connected via parallel port to the board.
16356
16357Example: @code{target jtag jtag://localhost:9999}
16358
16359@kindex or1ksim
16360@item or1ksim @var{command}
16361If connected to @code{or1ksim} OpenRISC 1000 Architectural
16362Simulator, proprietary commands can be executed.
16363
16364@kindex info or1k spr
16365@item info or1k spr
16366Displays spr groups.
16367
16368@item info or1k spr @var{group}
16369@itemx info or1k spr @var{groupno}
16370Displays register names in selected group.
16371
16372@item info or1k spr @var{group} @var{register}
16373@itemx info or1k spr @var{register}
16374@itemx info or1k spr @var{groupno} @var{registerno}
16375@itemx info or1k spr @var{registerno}
16376Shows information about specified spr register.
16377
16378@kindex spr
16379@item spr @var{group} @var{register} @var{value}
16380@itemx spr @var{register @var{value}}
16381@itemx spr @var{groupno} @var{registerno @var{value}}
16382@itemx spr @var{registerno @var{value}}
16383Writes @var{value} to specified spr register.
16384@end table
16385
16386Some implementations of OpenRISC 1000 Architecture also have hardware trace.
16387It is very similar to @value{GDBN} trace, except it does not interfere with normal
16388program execution and is thus much faster. Hardware breakpoints/watchpoint
16389triggers can be set using:
16390@table @code
16391@item $LEA/$LDATA
16392Load effective address/data
16393@item $SEA/$SDATA
16394Store effective address/data
16395@item $AEA/$ADATA
16396Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
16397@item $FETCH
16398Fetch data
16399@end table
16400
16401When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
16402@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
16403
16404@code{htrace} commands:
16405@cindex OpenRISC 1000 htrace
16406@table @code
16407@kindex hwatch
16408@item hwatch @var{conditional}
d3e8051b 16409Set hardware watchpoint on combination of Load/Store Effective Address(es)
a37295f9
MM
16410or Data. For example:
16411
16412@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
16413
16414@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
16415
4644b6e3 16416@kindex htrace
a37295f9
MM
16417@item htrace info
16418Display information about current HW trace configuration.
16419
a37295f9
MM
16420@item htrace trigger @var{conditional}
16421Set starting criteria for HW trace.
16422
a37295f9
MM
16423@item htrace qualifier @var{conditional}
16424Set acquisition qualifier for HW trace.
16425
a37295f9
MM
16426@item htrace stop @var{conditional}
16427Set HW trace stopping criteria.
16428
f153cc92 16429@item htrace record [@var{data}]*
a37295f9
MM
16430Selects the data to be recorded, when qualifier is met and HW trace was
16431triggered.
16432
a37295f9 16433@item htrace enable
a37295f9
MM
16434@itemx htrace disable
16435Enables/disables the HW trace.
16436
f153cc92 16437@item htrace rewind [@var{filename}]
a37295f9
MM
16438Clears currently recorded trace data.
16439
16440If filename is specified, new trace file is made and any newly collected data
16441will be written there.
16442
f153cc92 16443@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
16444Prints trace buffer, using current record configuration.
16445
a37295f9
MM
16446@item htrace mode continuous
16447Set continuous trace mode.
16448
a37295f9
MM
16449@item htrace mode suspend
16450Set suspend trace mode.
16451
16452@end table
16453
4acd40f3
TJB
16454@node PowerPC Embedded
16455@subsection PowerPC Embedded
104c1213 16456
55eddb0f
DJ
16457@value{GDBN} provides the following PowerPC-specific commands:
16458
104c1213 16459@table @code
55eddb0f
DJ
16460@kindex set powerpc
16461@item set powerpc soft-float
16462@itemx show powerpc soft-float
16463Force @value{GDBN} to use (or not use) a software floating point calling
16464convention. By default, @value{GDBN} selects the calling convention based
16465on the selected architecture and the provided executable file.
16466
16467@item set powerpc vector-abi
16468@itemx show powerpc vector-abi
16469Force @value{GDBN} to use the specified calling convention for vector
16470arguments and return values. The valid options are @samp{auto};
16471@samp{generic}, to avoid vector registers even if they are present;
16472@samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
16473registers. By default, @value{GDBN} selects the calling convention
16474based on the selected architecture and the provided executable file.
16475
8e04817f
AC
16476@kindex target dink32
16477@item target dink32 @var{dev}
16478DINK32 ROM monitor.
104c1213 16479
8e04817f
AC
16480@kindex target ppcbug
16481@item target ppcbug @var{dev}
16482@kindex target ppcbug1
16483@item target ppcbug1 @var{dev}
16484PPCBUG ROM monitor for PowerPC.
104c1213 16485
8e04817f
AC
16486@kindex target sds
16487@item target sds @var{dev}
16488SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 16489@end table
8e04817f 16490
c45da7e6 16491@cindex SDS protocol
d52fb0e9 16492The following commands specific to the SDS protocol are supported
55eddb0f 16493by @value{GDBN}:
c45da7e6
EZ
16494
16495@table @code
16496@item set sdstimeout @var{nsec}
16497@kindex set sdstimeout
16498Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
16499default is 2 seconds.
16500
16501@item show sdstimeout
16502@kindex show sdstimeout
16503Show the current value of the SDS timeout.
16504
16505@item sds @var{command}
16506@kindex sds@r{, a command}
16507Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
16508@end table
16509
c45da7e6 16510
8e04817f
AC
16511@node PA
16512@subsection HP PA Embedded
104c1213
JM
16513
16514@table @code
16515
8e04817f
AC
16516@kindex target op50n
16517@item target op50n @var{dev}
16518OP50N monitor, running on an OKI HPPA board.
16519
16520@kindex target w89k
16521@item target w89k @var{dev}
16522W89K monitor, running on a Winbond HPPA board.
104c1213
JM
16523
16524@end table
16525
8e04817f
AC
16526@node Sparclet
16527@subsection Tsqware Sparclet
104c1213 16528
8e04817f
AC
16529@cindex Sparclet
16530
16531@value{GDBN} enables developers to debug tasks running on
16532Sparclet targets from a Unix host.
16533@value{GDBN} uses code that runs on
16534both the Unix host and on the Sparclet target. The program
16535@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 16536
8e04817f
AC
16537@table @code
16538@item remotetimeout @var{args}
16539@kindex remotetimeout
16540@value{GDBN} supports the option @code{remotetimeout}.
16541This option is set by the user, and @var{args} represents the number of
16542seconds @value{GDBN} waits for responses.
104c1213
JM
16543@end table
16544
8e04817f
AC
16545@cindex compiling, on Sparclet
16546When compiling for debugging, include the options @samp{-g} to get debug
16547information and @samp{-Ttext} to relocate the program to where you wish to
16548load it on the target. You may also want to add the options @samp{-n} or
16549@samp{-N} in order to reduce the size of the sections. Example:
104c1213 16550
474c8240 16551@smallexample
8e04817f 16552sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 16553@end smallexample
104c1213 16554
8e04817f 16555You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 16556
474c8240 16557@smallexample
8e04817f 16558sparclet-aout-objdump --headers --syms prog
474c8240 16559@end smallexample
104c1213 16560
8e04817f
AC
16561@cindex running, on Sparclet
16562Once you have set
16563your Unix execution search path to find @value{GDBN}, you are ready to
16564run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
16565(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 16566
8e04817f
AC
16567@value{GDBN} comes up showing the prompt:
16568
474c8240 16569@smallexample
8e04817f 16570(gdbslet)
474c8240 16571@end smallexample
104c1213
JM
16572
16573@menu
8e04817f
AC
16574* Sparclet File:: Setting the file to debug
16575* Sparclet Connection:: Connecting to Sparclet
16576* Sparclet Download:: Sparclet download
16577* Sparclet Execution:: Running and debugging
104c1213
JM
16578@end menu
16579
8e04817f 16580@node Sparclet File
79a6e687 16581@subsubsection Setting File to Debug
104c1213 16582
8e04817f 16583The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 16584
474c8240 16585@smallexample
8e04817f 16586(gdbslet) file prog
474c8240 16587@end smallexample
104c1213 16588
8e04817f
AC
16589@need 1000
16590@value{GDBN} then attempts to read the symbol table of @file{prog}.
16591@value{GDBN} locates
16592the file by searching the directories listed in the command search
16593path.
12c27660 16594If the file was compiled with debug information (option @samp{-g}), source
8e04817f
AC
16595files will be searched as well.
16596@value{GDBN} locates
16597the source files by searching the directories listed in the directory search
79a6e687 16598path (@pxref{Environment, ,Your Program's Environment}).
8e04817f
AC
16599If it fails
16600to find a file, it displays a message such as:
104c1213 16601
474c8240 16602@smallexample
8e04817f 16603prog: No such file or directory.
474c8240 16604@end smallexample
104c1213 16605
8e04817f
AC
16606When this happens, add the appropriate directories to the search paths with
16607the @value{GDBN} commands @code{path} and @code{dir}, and execute the
16608@code{target} command again.
104c1213 16609
8e04817f
AC
16610@node Sparclet Connection
16611@subsubsection Connecting to Sparclet
104c1213 16612
8e04817f
AC
16613The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
16614To connect to a target on serial port ``@code{ttya}'', type:
104c1213 16615
474c8240 16616@smallexample
8e04817f
AC
16617(gdbslet) target sparclet /dev/ttya
16618Remote target sparclet connected to /dev/ttya
16619main () at ../prog.c:3
474c8240 16620@end smallexample
104c1213 16621
8e04817f
AC
16622@need 750
16623@value{GDBN} displays messages like these:
104c1213 16624
474c8240 16625@smallexample
8e04817f 16626Connected to ttya.
474c8240 16627@end smallexample
104c1213 16628
8e04817f 16629@node Sparclet Download
79a6e687 16630@subsubsection Sparclet Download
104c1213 16631
8e04817f
AC
16632@cindex download to Sparclet
16633Once connected to the Sparclet target,
16634you can use the @value{GDBN}
16635@code{load} command to download the file from the host to the target.
16636The file name and load offset should be given as arguments to the @code{load}
16637command.
16638Since the file format is aout, the program must be loaded to the starting
16639address. You can use @code{objdump} to find out what this value is. The load
16640offset is an offset which is added to the VMA (virtual memory address)
16641of each of the file's sections.
16642For instance, if the program
16643@file{prog} was linked to text address 0x1201000, with data at 0x12010160
16644and bss at 0x12010170, in @value{GDBN}, type:
104c1213 16645
474c8240 16646@smallexample
8e04817f
AC
16647(gdbslet) load prog 0x12010000
16648Loading section .text, size 0xdb0 vma 0x12010000
474c8240 16649@end smallexample
104c1213 16650
8e04817f
AC
16651If the code is loaded at a different address then what the program was linked
16652to, you may need to use the @code{section} and @code{add-symbol-file} commands
16653to tell @value{GDBN} where to map the symbol table.
16654
16655@node Sparclet Execution
79a6e687 16656@subsubsection Running and Debugging
8e04817f
AC
16657
16658@cindex running and debugging Sparclet programs
16659You can now begin debugging the task using @value{GDBN}'s execution control
16660commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
16661manual for the list of commands.
16662
474c8240 16663@smallexample
8e04817f
AC
16664(gdbslet) b main
16665Breakpoint 1 at 0x12010000: file prog.c, line 3.
16666(gdbslet) run
16667Starting program: prog
16668Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
166693 char *symarg = 0;
16670(gdbslet) step
166714 char *execarg = "hello!";
16672(gdbslet)
474c8240 16673@end smallexample
8e04817f
AC
16674
16675@node Sparclite
16676@subsection Fujitsu Sparclite
104c1213
JM
16677
16678@table @code
16679
8e04817f
AC
16680@kindex target sparclite
16681@item target sparclite @var{dev}
16682Fujitsu sparclite boards, used only for the purpose of loading.
16683You must use an additional command to debug the program.
16684For example: target remote @var{dev} using @value{GDBN} standard
16685remote protocol.
104c1213
JM
16686
16687@end table
16688
8e04817f
AC
16689@node Z8000
16690@subsection Zilog Z8000
104c1213 16691
8e04817f
AC
16692@cindex Z8000
16693@cindex simulator, Z8000
16694@cindex Zilog Z8000 simulator
104c1213 16695
8e04817f
AC
16696When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
16697a Z8000 simulator.
16698
16699For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
16700unsegmented variant of the Z8000 architecture) or the Z8001 (the
16701segmented variant). The simulator recognizes which architecture is
16702appropriate by inspecting the object code.
104c1213 16703
8e04817f
AC
16704@table @code
16705@item target sim @var{args}
16706@kindex sim
16707@kindex target sim@r{, with Z8000}
16708Debug programs on a simulated CPU. If the simulator supports setup
16709options, specify them via @var{args}.
104c1213
JM
16710@end table
16711
8e04817f
AC
16712@noindent
16713After specifying this target, you can debug programs for the simulated
16714CPU in the same style as programs for your host computer; use the
16715@code{file} command to load a new program image, the @code{run} command
16716to run your program, and so on.
16717
16718As well as making available all the usual machine registers
16719(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
16720additional items of information as specially named registers:
104c1213
JM
16721
16722@table @code
16723
8e04817f
AC
16724@item cycles
16725Counts clock-ticks in the simulator.
104c1213 16726
8e04817f
AC
16727@item insts
16728Counts instructions run in the simulator.
104c1213 16729
8e04817f
AC
16730@item time
16731Execution time in 60ths of a second.
104c1213 16732
8e04817f 16733@end table
104c1213 16734
8e04817f
AC
16735You can refer to these values in @value{GDBN} expressions with the usual
16736conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
16737conditional breakpoint that suspends only after at least 5000
16738simulated clock ticks.
104c1213 16739
a64548ea
EZ
16740@node AVR
16741@subsection Atmel AVR
16742@cindex AVR
16743
16744When configured for debugging the Atmel AVR, @value{GDBN} supports the
16745following AVR-specific commands:
16746
16747@table @code
16748@item info io_registers
16749@kindex info io_registers@r{, AVR}
16750@cindex I/O registers (Atmel AVR)
16751This command displays information about the AVR I/O registers. For
16752each register, @value{GDBN} prints its number and value.
16753@end table
16754
16755@node CRIS
16756@subsection CRIS
16757@cindex CRIS
16758
16759When configured for debugging CRIS, @value{GDBN} provides the
16760following CRIS-specific commands:
16761
16762@table @code
16763@item set cris-version @var{ver}
16764@cindex CRIS version
e22e55c9
OF
16765Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
16766The CRIS version affects register names and sizes. This command is useful in
16767case autodetection of the CRIS version fails.
a64548ea
EZ
16768
16769@item show cris-version
16770Show the current CRIS version.
16771
16772@item set cris-dwarf2-cfi
16773@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
16774Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
16775Change to @samp{off} when using @code{gcc-cris} whose version is below
16776@code{R59}.
a64548ea
EZ
16777
16778@item show cris-dwarf2-cfi
16779Show the current state of using DWARF-2 CFI.
e22e55c9
OF
16780
16781@item set cris-mode @var{mode}
16782@cindex CRIS mode
16783Set the current CRIS mode to @var{mode}. It should only be changed when
16784debugging in guru mode, in which case it should be set to
16785@samp{guru} (the default is @samp{normal}).
16786
16787@item show cris-mode
16788Show the current CRIS mode.
a64548ea
EZ
16789@end table
16790
16791@node Super-H
16792@subsection Renesas Super-H
16793@cindex Super-H
16794
16795For the Renesas Super-H processor, @value{GDBN} provides these
16796commands:
16797
16798@table @code
16799@item regs
16800@kindex regs@r{, Super-H}
16801Show the values of all Super-H registers.
c055b101
CV
16802
16803@item set sh calling-convention @var{convention}
16804@kindex set sh calling-convention
16805Set the calling-convention used when calling functions from @value{GDBN}.
16806Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
16807With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
16808convention. If the DWARF-2 information of the called function specifies
16809that the function follows the Renesas calling convention, the function
16810is called using the Renesas calling convention. If the calling convention
16811is set to @samp{renesas}, the Renesas calling convention is always used,
16812regardless of the DWARF-2 information. This can be used to override the
16813default of @samp{gcc} if debug information is missing, or the compiler
16814does not emit the DWARF-2 calling convention entry for a function.
16815
16816@item show sh calling-convention
16817@kindex show sh calling-convention
16818Show the current calling convention setting.
16819
a64548ea
EZ
16820@end table
16821
16822
8e04817f
AC
16823@node Architectures
16824@section Architectures
104c1213 16825
8e04817f
AC
16826This section describes characteristics of architectures that affect
16827all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 16828
8e04817f 16829@menu
9c16f35a 16830* i386::
8e04817f
AC
16831* A29K::
16832* Alpha::
16833* MIPS::
a64548ea 16834* HPPA:: HP PA architecture
23d964e7 16835* SPU:: Cell Broadband Engine SPU architecture
4acd40f3 16836* PowerPC::
8e04817f 16837@end menu
104c1213 16838
9c16f35a 16839@node i386
db2e3e2e 16840@subsection x86 Architecture-specific Issues
9c16f35a
EZ
16841
16842@table @code
16843@item set struct-convention @var{mode}
16844@kindex set struct-convention
16845@cindex struct return convention
16846@cindex struct/union returned in registers
16847Set the convention used by the inferior to return @code{struct}s and
16848@code{union}s from functions to @var{mode}. Possible values of
16849@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
16850default). @code{"default"} or @code{"pcc"} means that @code{struct}s
16851are returned on the stack, while @code{"reg"} means that a
16852@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
16853be returned in a register.
16854
16855@item show struct-convention
16856@kindex show struct-convention
16857Show the current setting of the convention to return @code{struct}s
16858from functions.
16859@end table
16860
8e04817f
AC
16861@node A29K
16862@subsection A29K
104c1213
JM
16863
16864@table @code
104c1213 16865
8e04817f
AC
16866@kindex set rstack_high_address
16867@cindex AMD 29K register stack
16868@cindex register stack, AMD29K
16869@item set rstack_high_address @var{address}
16870On AMD 29000 family processors, registers are saved in a separate
16871@dfn{register stack}. There is no way for @value{GDBN} to determine the
16872extent of this stack. Normally, @value{GDBN} just assumes that the
16873stack is ``large enough''. This may result in @value{GDBN} referencing
16874memory locations that do not exist. If necessary, you can get around
16875this problem by specifying the ending address of the register stack with
16876the @code{set rstack_high_address} command. The argument should be an
16877address, which you probably want to precede with @samp{0x} to specify in
16878hexadecimal.
104c1213 16879
8e04817f
AC
16880@kindex show rstack_high_address
16881@item show rstack_high_address
16882Display the current limit of the register stack, on AMD 29000 family
16883processors.
104c1213 16884
8e04817f 16885@end table
104c1213 16886
8e04817f
AC
16887@node Alpha
16888@subsection Alpha
104c1213 16889
8e04817f 16890See the following section.
104c1213 16891
8e04817f
AC
16892@node MIPS
16893@subsection MIPS
104c1213 16894
8e04817f
AC
16895@cindex stack on Alpha
16896@cindex stack on MIPS
16897@cindex Alpha stack
16898@cindex MIPS stack
16899Alpha- and MIPS-based computers use an unusual stack frame, which
16900sometimes requires @value{GDBN} to search backward in the object code to
16901find the beginning of a function.
104c1213 16902
8e04817f
AC
16903@cindex response time, MIPS debugging
16904To improve response time (especially for embedded applications, where
16905@value{GDBN} may be restricted to a slow serial line for this search)
16906you may want to limit the size of this search, using one of these
16907commands:
104c1213 16908
8e04817f
AC
16909@table @code
16910@cindex @code{heuristic-fence-post} (Alpha, MIPS)
16911@item set heuristic-fence-post @var{limit}
16912Restrict @value{GDBN} to examining at most @var{limit} bytes in its
16913search for the beginning of a function. A value of @var{0} (the
16914default) means there is no limit. However, except for @var{0}, the
16915larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
16916and therefore the longer it takes to run. You should only need to use
16917this command when debugging a stripped executable.
104c1213 16918
8e04817f
AC
16919@item show heuristic-fence-post
16920Display the current limit.
16921@end table
104c1213
JM
16922
16923@noindent
8e04817f
AC
16924These commands are available @emph{only} when @value{GDBN} is configured
16925for debugging programs on Alpha or MIPS processors.
104c1213 16926
a64548ea
EZ
16927Several MIPS-specific commands are available when debugging MIPS
16928programs:
16929
16930@table @code
a64548ea
EZ
16931@item set mips abi @var{arg}
16932@kindex set mips abi
16933@cindex set ABI for MIPS
16934Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
16935values of @var{arg} are:
16936
16937@table @samp
16938@item auto
16939The default ABI associated with the current binary (this is the
16940default).
16941@item o32
16942@item o64
16943@item n32
16944@item n64
16945@item eabi32
16946@item eabi64
16947@item auto
16948@end table
16949
16950@item show mips abi
16951@kindex show mips abi
16952Show the MIPS ABI used by @value{GDBN} to debug the inferior.
16953
16954@item set mipsfpu
16955@itemx show mipsfpu
16956@xref{MIPS Embedded, set mipsfpu}.
16957
16958@item set mips mask-address @var{arg}
16959@kindex set mips mask-address
16960@cindex MIPS addresses, masking
16961This command determines whether the most-significant 32 bits of 64-bit
16962MIPS addresses are masked off. The argument @var{arg} can be
16963@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
16964setting, which lets @value{GDBN} determine the correct value.
16965
16966@item show mips mask-address
16967@kindex show mips mask-address
16968Show whether the upper 32 bits of MIPS addresses are masked off or
16969not.
16970
16971@item set remote-mips64-transfers-32bit-regs
16972@kindex set remote-mips64-transfers-32bit-regs
16973This command controls compatibility with 64-bit MIPS targets that
16974transfer data in 32-bit quantities. If you have an old MIPS 64 target
16975that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
16976and 64 bits for other registers, set this option to @samp{on}.
16977
16978@item show remote-mips64-transfers-32bit-regs
16979@kindex show remote-mips64-transfers-32bit-regs
16980Show the current setting of compatibility with older MIPS 64 targets.
16981
16982@item set debug mips
16983@kindex set debug mips
16984This command turns on and off debugging messages for the MIPS-specific
16985target code in @value{GDBN}.
16986
16987@item show debug mips
16988@kindex show debug mips
16989Show the current setting of MIPS debugging messages.
16990@end table
16991
16992
16993@node HPPA
16994@subsection HPPA
16995@cindex HPPA support
16996
d3e8051b 16997When @value{GDBN} is debugging the HP PA architecture, it provides the
a64548ea
EZ
16998following special commands:
16999
17000@table @code
17001@item set debug hppa
17002@kindex set debug hppa
db2e3e2e 17003This command determines whether HPPA architecture-specific debugging
a64548ea
EZ
17004messages are to be displayed.
17005
17006@item show debug hppa
17007Show whether HPPA debugging messages are displayed.
17008
17009@item maint print unwind @var{address}
17010@kindex maint print unwind@r{, HPPA}
17011This command displays the contents of the unwind table entry at the
17012given @var{address}.
17013
17014@end table
17015
104c1213 17016
23d964e7
UW
17017@node SPU
17018@subsection Cell Broadband Engine SPU architecture
17019@cindex Cell Broadband Engine
17020@cindex SPU
17021
17022When @value{GDBN} is debugging the Cell Broadband Engine SPU architecture,
17023it provides the following special commands:
17024
17025@table @code
17026@item info spu event
17027@kindex info spu
17028Display SPU event facility status. Shows current event mask
17029and pending event status.
17030
17031@item info spu signal
17032Display SPU signal notification facility status. Shows pending
17033signal-control word and signal notification mode of both signal
17034notification channels.
17035
17036@item info spu mailbox
17037Display SPU mailbox facility status. Shows all pending entries,
17038in order of processing, in each of the SPU Write Outbound,
17039SPU Write Outbound Interrupt, and SPU Read Inbound mailboxes.
17040
17041@item info spu dma
17042Display MFC DMA status. Shows all pending commands in the MFC
17043DMA queue. For each entry, opcode, tag, class IDs, effective
17044and local store addresses and transfer size are shown.
17045
17046@item info spu proxydma
17047Display MFC Proxy-DMA status. Shows all pending commands in the MFC
17048Proxy-DMA queue. For each entry, opcode, tag, class IDs, effective
17049and local store addresses and transfer size are shown.
17050
17051@end table
17052
4acd40f3
TJB
17053@node PowerPC
17054@subsection PowerPC
17055@cindex PowerPC architecture
17056
17057When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
17058pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
17059numbers stored in the floating point registers. These values must be stored
17060in two consecutive registers, always starting at an even register like
17061@code{f0} or @code{f2}.
17062
17063The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
17064by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
17065@code{f2} and @code{f3} for @code{$dl1} and so on.
17066
aeac0ff9 17067For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
677c5bb1
LM
17068wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
17069
23d964e7 17070
8e04817f
AC
17071@node Controlling GDB
17072@chapter Controlling @value{GDBN}
17073
17074You can alter the way @value{GDBN} interacts with you by using the
17075@code{set} command. For commands controlling how @value{GDBN} displays
79a6e687 17076data, see @ref{Print Settings, ,Print Settings}. Other settings are
8e04817f
AC
17077described here.
17078
17079@menu
17080* Prompt:: Prompt
17081* Editing:: Command editing
d620b259 17082* Command History:: Command history
8e04817f
AC
17083* Screen Size:: Screen size
17084* Numbers:: Numbers
1e698235 17085* ABI:: Configuring the current ABI
8e04817f
AC
17086* Messages/Warnings:: Optional warnings and messages
17087* Debugging Output:: Optional messages about internal happenings
17088@end menu
17089
17090@node Prompt
17091@section Prompt
104c1213 17092
8e04817f 17093@cindex prompt
104c1213 17094
8e04817f
AC
17095@value{GDBN} indicates its readiness to read a command by printing a string
17096called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
17097can change the prompt string with the @code{set prompt} command. For
17098instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
17099the prompt in one of the @value{GDBN} sessions so that you can always tell
17100which one you are talking to.
104c1213 17101
8e04817f
AC
17102@emph{Note:} @code{set prompt} does not add a space for you after the
17103prompt you set. This allows you to set a prompt which ends in a space
17104or a prompt that does not.
104c1213 17105
8e04817f
AC
17106@table @code
17107@kindex set prompt
17108@item set prompt @var{newprompt}
17109Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 17110
8e04817f
AC
17111@kindex show prompt
17112@item show prompt
17113Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
17114@end table
17115
8e04817f 17116@node Editing
79a6e687 17117@section Command Editing
8e04817f
AC
17118@cindex readline
17119@cindex command line editing
104c1213 17120
703663ab 17121@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
17122@sc{gnu} library provides consistent behavior for programs which provide a
17123command line interface to the user. Advantages are @sc{gnu} Emacs-style
17124or @dfn{vi}-style inline editing of commands, @code{csh}-like history
17125substitution, and a storage and recall of command history across
17126debugging sessions.
104c1213 17127
8e04817f
AC
17128You may control the behavior of command line editing in @value{GDBN} with the
17129command @code{set}.
104c1213 17130
8e04817f
AC
17131@table @code
17132@kindex set editing
17133@cindex editing
17134@item set editing
17135@itemx set editing on
17136Enable command line editing (enabled by default).
104c1213 17137
8e04817f
AC
17138@item set editing off
17139Disable command line editing.
104c1213 17140
8e04817f
AC
17141@kindex show editing
17142@item show editing
17143Show whether command line editing is enabled.
104c1213
JM
17144@end table
17145
703663ab
EZ
17146@xref{Command Line Editing}, for more details about the Readline
17147interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
17148encouraged to read that chapter.
17149
d620b259 17150@node Command History
79a6e687 17151@section Command History
703663ab 17152@cindex command history
8e04817f
AC
17153
17154@value{GDBN} can keep track of the commands you type during your
17155debugging sessions, so that you can be certain of precisely what
17156happened. Use these commands to manage the @value{GDBN} command
17157history facility.
104c1213 17158
703663ab
EZ
17159@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
17160package, to provide the history facility. @xref{Using History
17161Interactively}, for the detailed description of the History library.
17162
d620b259 17163To issue a command to @value{GDBN} without affecting certain aspects of
9e6c4bd5
NR
17164the state which is seen by users, prefix it with @samp{server }
17165(@pxref{Server Prefix}). This
d620b259
NR
17166means that this command will not affect the command history, nor will it
17167affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
17168pressed on a line by itself.
17169
17170@cindex @code{server}, command prefix
17171The server prefix does not affect the recording of values into the value
17172history; to print a value without recording it into the value history,
17173use the @code{output} command instead of the @code{print} command.
17174
703663ab
EZ
17175Here is the description of @value{GDBN} commands related to command
17176history.
17177
104c1213 17178@table @code
8e04817f
AC
17179@cindex history substitution
17180@cindex history file
17181@kindex set history filename
4644b6e3 17182@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
17183@item set history filename @var{fname}
17184Set the name of the @value{GDBN} command history file to @var{fname}.
17185This is the file where @value{GDBN} reads an initial command history
17186list, and where it writes the command history from this session when it
17187exits. You can access this list through history expansion or through
17188the history command editing characters listed below. This file defaults
17189to the value of the environment variable @code{GDBHISTFILE}, or to
17190@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
17191is not set.
104c1213 17192
9c16f35a
EZ
17193@cindex save command history
17194@kindex set history save
8e04817f
AC
17195@item set history save
17196@itemx set history save on
17197Record command history in a file, whose name may be specified with the
17198@code{set history filename} command. By default, this option is disabled.
104c1213 17199
8e04817f
AC
17200@item set history save off
17201Stop recording command history in a file.
104c1213 17202
8e04817f 17203@cindex history size
9c16f35a 17204@kindex set history size
6fc08d32 17205@cindex @env{HISTSIZE}, environment variable
8e04817f
AC
17206@item set history size @var{size}
17207Set the number of commands which @value{GDBN} keeps in its history list.
17208This defaults to the value of the environment variable
17209@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
17210@end table
17211
8e04817f 17212History expansion assigns special meaning to the character @kbd{!}.
703663ab 17213@xref{Event Designators}, for more details.
8e04817f 17214
703663ab 17215@cindex history expansion, turn on/off
8e04817f
AC
17216Since @kbd{!} is also the logical not operator in C, history expansion
17217is off by default. If you decide to enable history expansion with the
17218@code{set history expansion on} command, you may sometimes need to
17219follow @kbd{!} (when it is used as logical not, in an expression) with
17220a space or a tab to prevent it from being expanded. The readline
17221history facilities do not attempt substitution on the strings
17222@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
17223
17224The commands to control history expansion are:
104c1213
JM
17225
17226@table @code
8e04817f
AC
17227@item set history expansion on
17228@itemx set history expansion
703663ab 17229@kindex set history expansion
8e04817f 17230Enable history expansion. History expansion is off by default.
104c1213 17231
8e04817f
AC
17232@item set history expansion off
17233Disable history expansion.
104c1213 17234
8e04817f
AC
17235@c @group
17236@kindex show history
17237@item show history
17238@itemx show history filename
17239@itemx show history save
17240@itemx show history size
17241@itemx show history expansion
17242These commands display the state of the @value{GDBN} history parameters.
17243@code{show history} by itself displays all four states.
17244@c @end group
17245@end table
17246
17247@table @code
9c16f35a
EZ
17248@kindex show commands
17249@cindex show last commands
17250@cindex display command history
8e04817f
AC
17251@item show commands
17252Display the last ten commands in the command history.
104c1213 17253
8e04817f
AC
17254@item show commands @var{n}
17255Print ten commands centered on command number @var{n}.
17256
17257@item show commands +
17258Print ten commands just after the commands last printed.
104c1213
JM
17259@end table
17260
8e04817f 17261@node Screen Size
79a6e687 17262@section Screen Size
8e04817f
AC
17263@cindex size of screen
17264@cindex pauses in output
104c1213 17265
8e04817f
AC
17266Certain commands to @value{GDBN} may produce large amounts of
17267information output to the screen. To help you read all of it,
17268@value{GDBN} pauses and asks you for input at the end of each page of
17269output. Type @key{RET} when you want to continue the output, or @kbd{q}
17270to discard the remaining output. Also, the screen width setting
17271determines when to wrap lines of output. Depending on what is being
17272printed, @value{GDBN} tries to break the line at a readable place,
17273rather than simply letting it overflow onto the following line.
17274
17275Normally @value{GDBN} knows the size of the screen from the terminal
17276driver software. For example, on Unix @value{GDBN} uses the termcap data base
17277together with the value of the @code{TERM} environment variable and the
17278@code{stty rows} and @code{stty cols} settings. If this is not correct,
17279you can override it with the @code{set height} and @code{set
17280width} commands:
17281
17282@table @code
17283@kindex set height
17284@kindex set width
17285@kindex show width
17286@kindex show height
17287@item set height @var{lpp}
17288@itemx show height
17289@itemx set width @var{cpl}
17290@itemx show width
17291These @code{set} commands specify a screen height of @var{lpp} lines and
17292a screen width of @var{cpl} characters. The associated @code{show}
17293commands display the current settings.
104c1213 17294
8e04817f
AC
17295If you specify a height of zero lines, @value{GDBN} does not pause during
17296output no matter how long the output is. This is useful if output is to a
17297file or to an editor buffer.
104c1213 17298
8e04817f
AC
17299Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
17300from wrapping its output.
9c16f35a
EZ
17301
17302@item set pagination on
17303@itemx set pagination off
17304@kindex set pagination
17305Turn the output pagination on or off; the default is on. Turning
17306pagination off is the alternative to @code{set height 0}.
17307
17308@item show pagination
17309@kindex show pagination
17310Show the current pagination mode.
104c1213
JM
17311@end table
17312
8e04817f
AC
17313@node Numbers
17314@section Numbers
17315@cindex number representation
17316@cindex entering numbers
104c1213 17317
8e04817f
AC
17318You can always enter numbers in octal, decimal, or hexadecimal in
17319@value{GDBN} by the usual conventions: octal numbers begin with
17320@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
17321begin with @samp{0x}. Numbers that neither begin with @samp{0} or
17322@samp{0x}, nor end with a @samp{.} are, by default, entered in base
1732310; likewise, the default display for numbers---when no particular
17324format is specified---is base 10. You can change the default base for
17325both input and output with the commands described below.
104c1213 17326
8e04817f
AC
17327@table @code
17328@kindex set input-radix
17329@item set input-radix @var{base}
17330Set the default base for numeric input. Supported choices
17331for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 17332specified either unambiguously or using the current input radix; for
8e04817f 17333example, any of
104c1213 17334
8e04817f 17335@smallexample
9c16f35a
EZ
17336set input-radix 012
17337set input-radix 10.
17338set input-radix 0xa
8e04817f 17339@end smallexample
104c1213 17340
8e04817f 17341@noindent
9c16f35a 17342sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
17343leaves the input radix unchanged, no matter what it was, since
17344@samp{10}, being without any leading or trailing signs of its base, is
17345interpreted in the current radix. Thus, if the current radix is 16,
17346@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
17347change the radix.
104c1213 17348
8e04817f
AC
17349@kindex set output-radix
17350@item set output-radix @var{base}
17351Set the default base for numeric display. Supported choices
17352for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 17353specified either unambiguously or using the current input radix.
104c1213 17354
8e04817f
AC
17355@kindex show input-radix
17356@item show input-radix
17357Display the current default base for numeric input.
104c1213 17358
8e04817f
AC
17359@kindex show output-radix
17360@item show output-radix
17361Display the current default base for numeric display.
9c16f35a
EZ
17362
17363@item set radix @r{[}@var{base}@r{]}
17364@itemx show radix
17365@kindex set radix
17366@kindex show radix
17367These commands set and show the default base for both input and output
17368of numbers. @code{set radix} sets the radix of input and output to
17369the same base; without an argument, it resets the radix back to its
17370default value of 10.
17371
8e04817f 17372@end table
104c1213 17373
1e698235 17374@node ABI
79a6e687 17375@section Configuring the Current ABI
1e698235
DJ
17376
17377@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
17378application automatically. However, sometimes you need to override its
17379conclusions. Use these commands to manage @value{GDBN}'s view of the
17380current ABI.
17381
98b45e30
DJ
17382@cindex OS ABI
17383@kindex set osabi
b4e9345d 17384@kindex show osabi
98b45e30
DJ
17385
17386One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 17387system targets, either via remote debugging or native emulation.
98b45e30
DJ
17388@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
17389but you can override its conclusion using the @code{set osabi} command.
17390One example where this is useful is in debugging of binaries which use
17391an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
17392not have the same identifying marks that the standard C library for your
17393platform provides.
17394
17395@table @code
17396@item show osabi
17397Show the OS ABI currently in use.
17398
17399@item set osabi
17400With no argument, show the list of registered available OS ABI's.
17401
17402@item set osabi @var{abi}
17403Set the current OS ABI to @var{abi}.
17404@end table
17405
1e698235 17406@cindex float promotion
1e698235
DJ
17407
17408Generally, the way that an argument of type @code{float} is passed to a
17409function depends on whether the function is prototyped. For a prototyped
17410(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
17411according to the architecture's convention for @code{float}. For unprototyped
17412(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
17413@code{double} and then passed.
17414
17415Unfortunately, some forms of debug information do not reliably indicate whether
17416a function is prototyped. If @value{GDBN} calls a function that is not marked
17417as prototyped, it consults @kbd{set coerce-float-to-double}.
17418
17419@table @code
a8f24a35 17420@kindex set coerce-float-to-double
1e698235
DJ
17421@item set coerce-float-to-double
17422@itemx set coerce-float-to-double on
17423Arguments of type @code{float} will be promoted to @code{double} when passed
17424to an unprototyped function. This is the default setting.
17425
17426@item set coerce-float-to-double off
17427Arguments of type @code{float} will be passed directly to unprototyped
17428functions.
9c16f35a
EZ
17429
17430@kindex show coerce-float-to-double
17431@item show coerce-float-to-double
17432Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
17433@end table
17434
f1212245
DJ
17435@kindex set cp-abi
17436@kindex show cp-abi
17437@value{GDBN} needs to know the ABI used for your program's C@t{++}
17438objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
17439used to build your application. @value{GDBN} only fully supports
17440programs with a single C@t{++} ABI; if your program contains code using
17441multiple C@t{++} ABI's or if @value{GDBN} can not identify your
17442program's ABI correctly, you can tell @value{GDBN} which ABI to use.
17443Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
17444before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
17445``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
17446use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
17447``auto''.
17448
17449@table @code
17450@item show cp-abi
17451Show the C@t{++} ABI currently in use.
17452
17453@item set cp-abi
17454With no argument, show the list of supported C@t{++} ABI's.
17455
17456@item set cp-abi @var{abi}
17457@itemx set cp-abi auto
17458Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
17459@end table
17460
8e04817f 17461@node Messages/Warnings
79a6e687 17462@section Optional Warnings and Messages
104c1213 17463
9c16f35a
EZ
17464@cindex verbose operation
17465@cindex optional warnings
8e04817f
AC
17466By default, @value{GDBN} is silent about its inner workings. If you are
17467running on a slow machine, you may want to use the @code{set verbose}
17468command. This makes @value{GDBN} tell you when it does a lengthy
17469internal operation, so you will not think it has crashed.
104c1213 17470
8e04817f
AC
17471Currently, the messages controlled by @code{set verbose} are those
17472which announce that the symbol table for a source file is being read;
79a6e687 17473see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
104c1213 17474
8e04817f
AC
17475@table @code
17476@kindex set verbose
17477@item set verbose on
17478Enables @value{GDBN} output of certain informational messages.
104c1213 17479
8e04817f
AC
17480@item set verbose off
17481Disables @value{GDBN} output of certain informational messages.
104c1213 17482
8e04817f
AC
17483@kindex show verbose
17484@item show verbose
17485Displays whether @code{set verbose} is on or off.
17486@end table
104c1213 17487
8e04817f
AC
17488By default, if @value{GDBN} encounters bugs in the symbol table of an
17489object file, it is silent; but if you are debugging a compiler, you may
79a6e687
BW
17490find this information useful (@pxref{Symbol Errors, ,Errors Reading
17491Symbol Files}).
104c1213 17492
8e04817f 17493@table @code
104c1213 17494
8e04817f
AC
17495@kindex set complaints
17496@item set complaints @var{limit}
17497Permits @value{GDBN} to output @var{limit} complaints about each type of
17498unusual symbols before becoming silent about the problem. Set
17499@var{limit} to zero to suppress all complaints; set it to a large number
17500to prevent complaints from being suppressed.
104c1213 17501
8e04817f
AC
17502@kindex show complaints
17503@item show complaints
17504Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 17505
8e04817f 17506@end table
104c1213 17507
8e04817f
AC
17508By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
17509lot of stupid questions to confirm certain commands. For example, if
17510you try to run a program which is already running:
104c1213 17511
474c8240 17512@smallexample
8e04817f
AC
17513(@value{GDBP}) run
17514The program being debugged has been started already.
17515Start it from the beginning? (y or n)
474c8240 17516@end smallexample
104c1213 17517
8e04817f
AC
17518If you are willing to unflinchingly face the consequences of your own
17519commands, you can disable this ``feature'':
104c1213 17520
8e04817f 17521@table @code
104c1213 17522
8e04817f
AC
17523@kindex set confirm
17524@cindex flinching
17525@cindex confirmation
17526@cindex stupid questions
17527@item set confirm off
17528Disables confirmation requests.
104c1213 17529
8e04817f
AC
17530@item set confirm on
17531Enables confirmation requests (the default).
104c1213 17532
8e04817f
AC
17533@kindex show confirm
17534@item show confirm
17535Displays state of confirmation requests.
17536
17537@end table
104c1213 17538
16026cd7
AS
17539@cindex command tracing
17540If you need to debug user-defined commands or sourced files you may find it
17541useful to enable @dfn{command tracing}. In this mode each command will be
17542printed as it is executed, prefixed with one or more @samp{+} symbols, the
17543quantity denoting the call depth of each command.
17544
17545@table @code
17546@kindex set trace-commands
17547@cindex command scripts, debugging
17548@item set trace-commands on
17549Enable command tracing.
17550@item set trace-commands off
17551Disable command tracing.
17552@item show trace-commands
17553Display the current state of command tracing.
17554@end table
17555
8e04817f 17556@node Debugging Output
79a6e687 17557@section Optional Messages about Internal Happenings
4644b6e3
EZ
17558@cindex optional debugging messages
17559
da316a69
EZ
17560@value{GDBN} has commands that enable optional debugging messages from
17561various @value{GDBN} subsystems; normally these commands are of
17562interest to @value{GDBN} maintainers, or when reporting a bug. This
17563section documents those commands.
17564
104c1213 17565@table @code
a8f24a35
EZ
17566@kindex set exec-done-display
17567@item set exec-done-display
17568Turns on or off the notification of asynchronous commands'
17569completion. When on, @value{GDBN} will print a message when an
17570asynchronous command finishes its execution. The default is off.
17571@kindex show exec-done-display
17572@item show exec-done-display
17573Displays the current setting of asynchronous command completion
17574notification.
4644b6e3
EZ
17575@kindex set debug
17576@cindex gdbarch debugging info
a8f24a35 17577@cindex architecture debugging info
8e04817f 17578@item set debug arch
a8f24a35 17579Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 17580@kindex show debug
8e04817f
AC
17581@item show debug arch
17582Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
17583@item set debug aix-thread
17584@cindex AIX threads
17585Display debugging messages about inner workings of the AIX thread
17586module.
17587@item show debug aix-thread
17588Show the current state of AIX thread debugging info display.
d97bc12b
DE
17589@item set debug dwarf2-die
17590@cindex DWARF2 DIEs
17591Dump DWARF2 DIEs after they are read in.
17592The value is the number of nesting levels to print.
17593A value of zero turns off the display.
17594@item show debug dwarf2-die
17595Show the current state of DWARF2 DIE debugging.
237fc4c9
PA
17596@item set debug displaced
17597@cindex displaced stepping debugging info
17598Turns on or off display of @value{GDBN} debugging info for the
17599displaced stepping support. The default is off.
17600@item show debug displaced
17601Displays the current state of displaying @value{GDBN} debugging info
17602related to displaced stepping.
8e04817f 17603@item set debug event
4644b6e3 17604@cindex event debugging info
a8f24a35 17605Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 17606default is off.
8e04817f
AC
17607@item show debug event
17608Displays the current state of displaying @value{GDBN} event debugging
17609info.
8e04817f 17610@item set debug expression
4644b6e3 17611@cindex expression debugging info
721c2651
EZ
17612Turns on or off display of debugging info about @value{GDBN}
17613expression parsing. The default is off.
8e04817f 17614@item show debug expression
721c2651
EZ
17615Displays the current state of displaying debugging info about
17616@value{GDBN} expression parsing.
7453dc06 17617@item set debug frame
4644b6e3 17618@cindex frame debugging info
7453dc06
AC
17619Turns on or off display of @value{GDBN} frame debugging info. The
17620default is off.
7453dc06
AC
17621@item show debug frame
17622Displays the current state of displaying @value{GDBN} frame debugging
17623info.
30e91e0b
RC
17624@item set debug infrun
17625@cindex inferior debugging info
17626Turns on or off display of @value{GDBN} debugging info for running the inferior.
17627The default is off. @file{infrun.c} contains GDB's runtime state machine used
17628for implementing operations such as single-stepping the inferior.
17629@item show debug infrun
17630Displays the current state of @value{GDBN} inferior debugging.
da316a69
EZ
17631@item set debug lin-lwp
17632@cindex @sc{gnu}/Linux LWP debug messages
17633@cindex Linux lightweight processes
721c2651 17634Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
17635@item show debug lin-lwp
17636Show the current state of Linux LWP debugging messages.
b84876c2
PA
17637@item set debug lin-lwp-async
17638@cindex @sc{gnu}/Linux LWP async debug messages
17639@cindex Linux lightweight processes
17640Turns on or off debugging messages from the Linux LWP async debug support.
17641@item show debug lin-lwp-async
17642Show the current state of Linux LWP async debugging messages.
2b4855ab 17643@item set debug observer
4644b6e3 17644@cindex observer debugging info
2b4855ab
AC
17645Turns on or off display of @value{GDBN} observer debugging. This
17646includes info such as the notification of observable events.
2b4855ab
AC
17647@item show debug observer
17648Displays the current state of observer debugging.
8e04817f 17649@item set debug overload
4644b6e3 17650@cindex C@t{++} overload debugging info
8e04817f 17651Turns on or off display of @value{GDBN} C@t{++} overload debugging
359df76b 17652info. This includes info such as ranking of functions, etc. The default
8e04817f 17653is off.
8e04817f
AC
17654@item show debug overload
17655Displays the current state of displaying @value{GDBN} C@t{++} overload
17656debugging info.
8e04817f
AC
17657@cindex packets, reporting on stdout
17658@cindex serial connections, debugging
605a56cb
DJ
17659@cindex debug remote protocol
17660@cindex remote protocol debugging
17661@cindex display remote packets
8e04817f
AC
17662@item set debug remote
17663Turns on or off display of reports on all packets sent back and forth across
17664the serial line to the remote machine. The info is printed on the
17665@value{GDBN} standard output stream. The default is off.
8e04817f
AC
17666@item show debug remote
17667Displays the state of display of remote packets.
8e04817f
AC
17668@item set debug serial
17669Turns on or off display of @value{GDBN} serial debugging info. The
17670default is off.
8e04817f
AC
17671@item show debug serial
17672Displays the current state of displaying @value{GDBN} serial debugging
17673info.
c45da7e6
EZ
17674@item set debug solib-frv
17675@cindex FR-V shared-library debugging
17676Turns on or off debugging messages for FR-V shared-library code.
17677@item show debug solib-frv
17678Display the current state of FR-V shared-library code debugging
17679messages.
8e04817f 17680@item set debug target
4644b6e3 17681@cindex target debugging info
8e04817f
AC
17682Turns on or off display of @value{GDBN} target debugging info. This info
17683includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
17684default is 0. Set it to 1 to track events, and to 2 to also track the
17685value of large memory transfers. Changes to this flag do not take effect
17686until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
17687@item show debug target
17688Displays the current state of displaying @value{GDBN} target debugging
17689info.
75feb17d
DJ
17690@item set debug timestamp
17691@cindex timestampping debugging info
17692Turns on or off display of timestamps with @value{GDBN} debugging info.
17693When enabled, seconds and microseconds are displayed before each debugging
17694message.
17695@item show debug timestamp
17696Displays the current state of displaying timestamps with @value{GDBN}
17697debugging info.
c45da7e6 17698@item set debugvarobj
4644b6e3 17699@cindex variable object debugging info
8e04817f
AC
17700Turns on or off display of @value{GDBN} variable object debugging
17701info. The default is off.
c45da7e6 17702@item show debugvarobj
8e04817f
AC
17703Displays the current state of displaying @value{GDBN} variable object
17704debugging info.
e776119f
DJ
17705@item set debug xml
17706@cindex XML parser debugging
17707Turns on or off debugging messages for built-in XML parsers.
17708@item show debug xml
17709Displays the current state of XML debugging messages.
8e04817f 17710@end table
104c1213 17711
d57a3c85
TJB
17712@node Extending GDB
17713@chapter Extending @value{GDBN}
17714@cindex extending GDB
17715
17716@value{GDBN} provides two mechanisms for extension. The first is based
17717on composition of @value{GDBN} commands, and the second is based on the
17718Python scripting language.
17719
17720@menu
17721* Sequences:: Canned Sequences of Commands
17722* Python:: Scripting @value{GDBN} using Python
17723@end menu
17724
8e04817f 17725@node Sequences
d57a3c85 17726@section Canned Sequences of Commands
104c1213 17727
8e04817f 17728Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
79a6e687 17729Command Lists}), @value{GDBN} provides two ways to store sequences of
8e04817f
AC
17730commands for execution as a unit: user-defined commands and command
17731files.
104c1213 17732
8e04817f 17733@menu
fcc73fe3
EZ
17734* Define:: How to define your own commands
17735* Hooks:: Hooks for user-defined commands
17736* Command Files:: How to write scripts of commands to be stored in a file
17737* Output:: Commands for controlled output
8e04817f 17738@end menu
104c1213 17739
8e04817f 17740@node Define
d57a3c85 17741@subsection User-defined Commands
104c1213 17742
8e04817f 17743@cindex user-defined command
fcc73fe3 17744@cindex arguments, to user-defined commands
8e04817f
AC
17745A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
17746which you assign a new name as a command. This is done with the
17747@code{define} command. User commands may accept up to 10 arguments
17748separated by whitespace. Arguments are accessed within the user command
c03c782f 17749via @code{$arg0@dots{}$arg9}. A trivial example:
104c1213 17750
8e04817f
AC
17751@smallexample
17752define adder
17753 print $arg0 + $arg1 + $arg2
c03c782f 17754end
8e04817f 17755@end smallexample
104c1213
JM
17756
17757@noindent
8e04817f 17758To execute the command use:
104c1213 17759
8e04817f
AC
17760@smallexample
17761adder 1 2 3
17762@end smallexample
104c1213 17763
8e04817f
AC
17764@noindent
17765This defines the command @code{adder}, which prints the sum of
17766its three arguments. Note the arguments are text substitutions, so they may
17767reference variables, use complex expressions, or even perform inferior
17768functions calls.
104c1213 17769
fcc73fe3
EZ
17770@cindex argument count in user-defined commands
17771@cindex how many arguments (user-defined commands)
c03c782f
AS
17772In addition, @code{$argc} may be used to find out how many arguments have
17773been passed. This expands to a number in the range 0@dots{}10.
17774
17775@smallexample
17776define adder
17777 if $argc == 2
17778 print $arg0 + $arg1
17779 end
17780 if $argc == 3
17781 print $arg0 + $arg1 + $arg2
17782 end
17783end
17784@end smallexample
17785
104c1213 17786@table @code
104c1213 17787
8e04817f
AC
17788@kindex define
17789@item define @var{commandname}
17790Define a command named @var{commandname}. If there is already a command
17791by that name, you are asked to confirm that you want to redefine it.
adb483fe
DJ
17792@var{commandname} may be a bare command name consisting of letters,
17793numbers, dashes, and underscores. It may also start with any predefined
17794prefix command. For example, @samp{define target my-target} creates
17795a user-defined @samp{target my-target} command.
104c1213 17796
8e04817f
AC
17797The definition of the command is made up of other @value{GDBN} command lines,
17798which are given following the @code{define} command. The end of these
17799commands is marked by a line containing @code{end}.
104c1213 17800
8e04817f 17801@kindex document
ca91424e 17802@kindex end@r{ (user-defined commands)}
8e04817f
AC
17803@item document @var{commandname}
17804Document the user-defined command @var{commandname}, so that it can be
17805accessed by @code{help}. The command @var{commandname} must already be
17806defined. This command reads lines of documentation just as @code{define}
17807reads the lines of the command definition, ending with @code{end}.
17808After the @code{document} command is finished, @code{help} on command
17809@var{commandname} displays the documentation you have written.
104c1213 17810
8e04817f
AC
17811You may use the @code{document} command again to change the
17812documentation of a command. Redefining the command with @code{define}
17813does not change the documentation.
104c1213 17814
c45da7e6
EZ
17815@kindex dont-repeat
17816@cindex don't repeat command
17817@item dont-repeat
17818Used inside a user-defined command, this tells @value{GDBN} that this
17819command should not be repeated when the user hits @key{RET}
17820(@pxref{Command Syntax, repeat last command}).
17821
8e04817f
AC
17822@kindex help user-defined
17823@item help user-defined
17824List all user-defined commands, with the first line of the documentation
17825(if any) for each.
104c1213 17826
8e04817f
AC
17827@kindex show user
17828@item show user
17829@itemx show user @var{commandname}
17830Display the @value{GDBN} commands used to define @var{commandname} (but
17831not its documentation). If no @var{commandname} is given, display the
17832definitions for all user-defined commands.
104c1213 17833
fcc73fe3 17834@cindex infinite recursion in user-defined commands
20f01a46
DH
17835@kindex show max-user-call-depth
17836@kindex set max-user-call-depth
17837@item show max-user-call-depth
5ca0cb28
DH
17838@itemx set max-user-call-depth
17839The value of @code{max-user-call-depth} controls how many recursion
3f94c067 17840levels are allowed in user-defined commands before @value{GDBN} suspects an
5ca0cb28 17841infinite recursion and aborts the command.
104c1213
JM
17842@end table
17843
fcc73fe3
EZ
17844In addition to the above commands, user-defined commands frequently
17845use control flow commands, described in @ref{Command Files}.
17846
8e04817f
AC
17847When user-defined commands are executed, the
17848commands of the definition are not printed. An error in any command
17849stops execution of the user-defined command.
104c1213 17850
8e04817f
AC
17851If used interactively, commands that would ask for confirmation proceed
17852without asking when used inside a user-defined command. Many @value{GDBN}
17853commands that normally print messages to say what they are doing omit the
17854messages when used in a user-defined command.
104c1213 17855
8e04817f 17856@node Hooks
d57a3c85 17857@subsection User-defined Command Hooks
8e04817f
AC
17858@cindex command hooks
17859@cindex hooks, for commands
17860@cindex hooks, pre-command
104c1213 17861
8e04817f 17862@kindex hook
8e04817f
AC
17863You may define @dfn{hooks}, which are a special kind of user-defined
17864command. Whenever you run the command @samp{foo}, if the user-defined
17865command @samp{hook-foo} exists, it is executed (with no arguments)
17866before that command.
104c1213 17867
8e04817f
AC
17868@cindex hooks, post-command
17869@kindex hookpost
8e04817f
AC
17870A hook may also be defined which is run after the command you executed.
17871Whenever you run the command @samp{foo}, if the user-defined command
17872@samp{hookpost-foo} exists, it is executed (with no arguments) after
17873that command. Post-execution hooks may exist simultaneously with
17874pre-execution hooks, for the same command.
104c1213 17875
8e04817f 17876It is valid for a hook to call the command which it hooks. If this
9f1c6395 17877occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 17878
8e04817f
AC
17879@c It would be nice if hookpost could be passed a parameter indicating
17880@c if the command it hooks executed properly or not. FIXME!
104c1213 17881
8e04817f
AC
17882@kindex stop@r{, a pseudo-command}
17883In addition, a pseudo-command, @samp{stop} exists. Defining
17884(@samp{hook-stop}) makes the associated commands execute every time
17885execution stops in your program: before breakpoint commands are run,
17886displays are printed, or the stack frame is printed.
104c1213 17887
8e04817f
AC
17888For example, to ignore @code{SIGALRM} signals while
17889single-stepping, but treat them normally during normal execution,
17890you could define:
104c1213 17891
474c8240 17892@smallexample
8e04817f
AC
17893define hook-stop
17894handle SIGALRM nopass
17895end
104c1213 17896
8e04817f
AC
17897define hook-run
17898handle SIGALRM pass
17899end
104c1213 17900
8e04817f 17901define hook-continue
d3e8051b 17902handle SIGALRM pass
8e04817f 17903end
474c8240 17904@end smallexample
104c1213 17905
d3e8051b 17906As a further example, to hook at the beginning and end of the @code{echo}
b383017d 17907command, and to add extra text to the beginning and end of the message,
8e04817f 17908you could define:
104c1213 17909
474c8240 17910@smallexample
8e04817f
AC
17911define hook-echo
17912echo <<<---
17913end
104c1213 17914
8e04817f
AC
17915define hookpost-echo
17916echo --->>>\n
17917end
104c1213 17918
8e04817f
AC
17919(@value{GDBP}) echo Hello World
17920<<<---Hello World--->>>
17921(@value{GDBP})
104c1213 17922
474c8240 17923@end smallexample
104c1213 17924
8e04817f
AC
17925You can define a hook for any single-word command in @value{GDBN}, but
17926not for command aliases; you should define a hook for the basic command
c1468174 17927name, e.g.@: @code{backtrace} rather than @code{bt}.
8e04817f
AC
17928@c FIXME! So how does Joe User discover whether a command is an alias
17929@c or not?
adb483fe
DJ
17930You can hook a multi-word command by adding @code{hook-} or
17931@code{hookpost-} to the last word of the command, e.g.@:
17932@samp{define target hook-remote} to add a hook to @samp{target remote}.
17933
8e04817f
AC
17934If an error occurs during the execution of your hook, execution of
17935@value{GDBN} commands stops and @value{GDBN} issues a prompt
17936(before the command that you actually typed had a chance to run).
104c1213 17937
8e04817f
AC
17938If you try to define a hook which does not match any known command, you
17939get a warning from the @code{define} command.
c906108c 17940
8e04817f 17941@node Command Files
d57a3c85 17942@subsection Command Files
c906108c 17943
8e04817f 17944@cindex command files
fcc73fe3 17945@cindex scripting commands
6fc08d32
EZ
17946A command file for @value{GDBN} is a text file made of lines that are
17947@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
17948also be included. An empty line in a command file does nothing; it
17949does not mean to repeat the last command, as it would from the
17950terminal.
c906108c 17951
6fc08d32
EZ
17952You can request the execution of a command file with the @code{source}
17953command:
c906108c 17954
8e04817f
AC
17955@table @code
17956@kindex source
ca91424e 17957@cindex execute commands from a file
16026cd7 17958@item source [@code{-v}] @var{filename}
8e04817f 17959Execute the command file @var{filename}.
c906108c
SS
17960@end table
17961
fcc73fe3
EZ
17962The lines in a command file are generally executed sequentially,
17963unless the order of execution is changed by one of the
17964@emph{flow-control commands} described below. The commands are not
a71ec265
DH
17965printed as they are executed. An error in any command terminates
17966execution of the command file and control is returned to the console.
c906108c 17967
4b505b12
AS
17968@value{GDBN} searches for @var{filename} in the current directory and then
17969on the search path (specified with the @samp{directory} command).
17970
16026cd7
AS
17971If @code{-v}, for verbose mode, is given then @value{GDBN} displays
17972each command as it is executed. The option must be given before
17973@var{filename}, and is interpreted as part of the filename anywhere else.
17974
8e04817f
AC
17975Commands that would ask for confirmation if used interactively proceed
17976without asking when used in a command file. Many @value{GDBN} commands that
17977normally print messages to say what they are doing omit the messages
17978when called from command files.
c906108c 17979
8e04817f
AC
17980@value{GDBN} also accepts command input from standard input. In this
17981mode, normal output goes to standard output and error output goes to
17982standard error. Errors in a command file supplied on standard input do
6fc08d32 17983not terminate execution of the command file---execution continues with
8e04817f 17984the next command.
c906108c 17985
474c8240 17986@smallexample
8e04817f 17987gdb < cmds > log 2>&1
474c8240 17988@end smallexample
c906108c 17989
8e04817f
AC
17990(The syntax above will vary depending on the shell used.) This example
17991will execute commands from the file @file{cmds}. All output and errors
17992would be directed to @file{log}.
c906108c 17993
fcc73fe3
EZ
17994Since commands stored on command files tend to be more general than
17995commands typed interactively, they frequently need to deal with
17996complicated situations, such as different or unexpected values of
17997variables and symbols, changes in how the program being debugged is
17998built, etc. @value{GDBN} provides a set of flow-control commands to
17999deal with these complexities. Using these commands, you can write
18000complex scripts that loop over data structures, execute commands
18001conditionally, etc.
18002
18003@table @code
18004@kindex if
18005@kindex else
18006@item if
18007@itemx else
18008This command allows to include in your script conditionally executed
18009commands. The @code{if} command takes a single argument, which is an
18010expression to evaluate. It is followed by a series of commands that
18011are executed only if the expression is true (its value is nonzero).
18012There can then optionally be an @code{else} line, followed by a series
18013of commands that are only executed if the expression was false. The
18014end of the list is marked by a line containing @code{end}.
18015
18016@kindex while
18017@item while
18018This command allows to write loops. Its syntax is similar to
18019@code{if}: the command takes a single argument, which is an expression
18020to evaluate, and must be followed by the commands to execute, one per
18021line, terminated by an @code{end}. These commands are called the
18022@dfn{body} of the loop. The commands in the body of @code{while} are
18023executed repeatedly as long as the expression evaluates to true.
18024
18025@kindex loop_break
18026@item loop_break
18027This command exits the @code{while} loop in whose body it is included.
18028Execution of the script continues after that @code{while}s @code{end}
18029line.
18030
18031@kindex loop_continue
18032@item loop_continue
18033This command skips the execution of the rest of the body of commands
18034in the @code{while} loop in whose body it is included. Execution
18035branches to the beginning of the @code{while} loop, where it evaluates
18036the controlling expression.
ca91424e
EZ
18037
18038@kindex end@r{ (if/else/while commands)}
18039@item end
18040Terminate the block of commands that are the body of @code{if},
18041@code{else}, or @code{while} flow-control commands.
fcc73fe3
EZ
18042@end table
18043
18044
8e04817f 18045@node Output
d57a3c85 18046@subsection Commands for Controlled Output
c906108c 18047
8e04817f
AC
18048During the execution of a command file or a user-defined command, normal
18049@value{GDBN} output is suppressed; the only output that appears is what is
18050explicitly printed by the commands in the definition. This section
18051describes three commands useful for generating exactly the output you
18052want.
c906108c
SS
18053
18054@table @code
8e04817f
AC
18055@kindex echo
18056@item echo @var{text}
18057@c I do not consider backslash-space a standard C escape sequence
18058@c because it is not in ANSI.
18059Print @var{text}. Nonprinting characters can be included in
18060@var{text} using C escape sequences, such as @samp{\n} to print a
18061newline. @strong{No newline is printed unless you specify one.}
18062In addition to the standard C escape sequences, a backslash followed
18063by a space stands for a space. This is useful for displaying a
18064string with spaces at the beginning or the end, since leading and
18065trailing spaces are otherwise trimmed from all arguments.
18066To print @samp{@w{ }and foo =@w{ }}, use the command
18067@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 18068
8e04817f
AC
18069A backslash at the end of @var{text} can be used, as in C, to continue
18070the command onto subsequent lines. For example,
c906108c 18071
474c8240 18072@smallexample
8e04817f
AC
18073echo This is some text\n\
18074which is continued\n\
18075onto several lines.\n
474c8240 18076@end smallexample
c906108c 18077
8e04817f 18078produces the same output as
c906108c 18079
474c8240 18080@smallexample
8e04817f
AC
18081echo This is some text\n
18082echo which is continued\n
18083echo onto several lines.\n
474c8240 18084@end smallexample
c906108c 18085
8e04817f
AC
18086@kindex output
18087@item output @var{expression}
18088Print the value of @var{expression} and nothing but that value: no
18089newlines, no @samp{$@var{nn} = }. The value is not entered in the
18090value history either. @xref{Expressions, ,Expressions}, for more information
18091on expressions.
c906108c 18092
8e04817f
AC
18093@item output/@var{fmt} @var{expression}
18094Print the value of @var{expression} in format @var{fmt}. You can use
18095the same formats as for @code{print}. @xref{Output Formats,,Output
79a6e687 18096Formats}, for more information.
c906108c 18097
8e04817f 18098@kindex printf
82160952
EZ
18099@item printf @var{template}, @var{expressions}@dots{}
18100Print the values of one or more @var{expressions} under the control of
18101the string @var{template}. To print several values, make
18102@var{expressions} be a comma-separated list of individual expressions,
18103which may be either numbers or pointers. Their values are printed as
18104specified by @var{template}, exactly as a C program would do by
18105executing the code below:
c906108c 18106
474c8240 18107@smallexample
82160952 18108printf (@var{template}, @var{expressions}@dots{});
474c8240 18109@end smallexample
c906108c 18110
82160952
EZ
18111As in @code{C} @code{printf}, ordinary characters in @var{template}
18112are printed verbatim, while @dfn{conversion specification} introduced
18113by the @samp{%} character cause subsequent @var{expressions} to be
18114evaluated, their values converted and formatted according to type and
18115style information encoded in the conversion specifications, and then
18116printed.
18117
8e04817f 18118For example, you can print two values in hex like this:
c906108c 18119
8e04817f
AC
18120@smallexample
18121printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
18122@end smallexample
c906108c 18123
82160952
EZ
18124@code{printf} supports all the standard @code{C} conversion
18125specifications, including the flags and modifiers between the @samp{%}
18126character and the conversion letter, with the following exceptions:
18127
18128@itemize @bullet
18129@item
18130The argument-ordering modifiers, such as @samp{2$}, are not supported.
18131
18132@item
18133The modifier @samp{*} is not supported for specifying precision or
18134width.
18135
18136@item
18137The @samp{'} flag (for separation of digits into groups according to
18138@code{LC_NUMERIC'}) is not supported.
18139
18140@item
18141The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
18142supported.
18143
18144@item
18145The conversion letter @samp{n} (as in @samp{%n}) is not supported.
18146
18147@item
18148The conversion letters @samp{a} and @samp{A} are not supported.
18149@end itemize
18150
18151@noindent
18152Note that the @samp{ll} type modifier is supported only if the
18153underlying @code{C} implementation used to build @value{GDBN} supports
18154the @code{long long int} type, and the @samp{L} type modifier is
18155supported only if @code{long double} type is available.
18156
18157As in @code{C}, @code{printf} supports simple backslash-escape
18158sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
18159@samp{\a}, and @samp{\f}, that consist of backslash followed by a
18160single character. Octal and hexadecimal escape sequences are not
18161supported.
1a619819
LM
18162
18163Additionally, @code{printf} supports conversion specifications for DFP
0aea4bf3
LM
18164(@dfn{Decimal Floating Point}) types using the following length modifiers
18165together with a floating point specifier.
1a619819
LM
18166letters:
18167
18168@itemize @bullet
18169@item
18170@samp{H} for printing @code{Decimal32} types.
18171
18172@item
18173@samp{D} for printing @code{Decimal64} types.
18174
18175@item
18176@samp{DD} for printing @code{Decimal128} types.
18177@end itemize
18178
18179If the underlying @code{C} implementation used to build @value{GDBN} has
0aea4bf3 18180support for the three length modifiers for DFP types, other modifiers
3b784c4f 18181such as width and precision will also be available for @value{GDBN} to use.
1a619819
LM
18182
18183In case there is no such @code{C} support, no additional modifiers will be
18184available and the value will be printed in the standard way.
18185
18186Here's an example of printing DFP types using the above conversion letters:
18187@smallexample
0aea4bf3 18188printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
1a619819
LM
18189@end smallexample
18190
c906108c
SS
18191@end table
18192
d57a3c85
TJB
18193@node Python
18194@section Scripting @value{GDBN} using Python
18195@cindex python scripting
18196@cindex scripting with python
18197
18198You can script @value{GDBN} using the @uref{http://www.python.org/,
18199Python programming language}. This feature is available only if
18200@value{GDBN} was configured using @option{--with-python}.
18201
18202@menu
18203* Python Commands:: Accessing Python from @value{GDBN}.
18204* Python API:: Accessing @value{GDBN} from Python.
18205@end menu
18206
18207@node Python Commands
18208@subsection Python Commands
18209@cindex python commands
18210@cindex commands to access python
18211
18212@value{GDBN} provides one command for accessing the Python interpreter,
18213and one related setting:
18214
18215@table @code
18216@kindex python
18217@item python @r{[}@var{code}@r{]}
18218The @code{python} command can be used to evaluate Python code.
18219
18220If given an argument, the @code{python} command will evaluate the
18221argument as a Python command. For example:
18222
18223@smallexample
18224(@value{GDBP}) python print 23
1822523
18226@end smallexample
18227
18228If you do not provide an argument to @code{python}, it will act as a
18229multi-line command, like @code{define}. In this case, the Python
18230script is made up of subsequent command lines, given after the
18231@code{python} command. This command list is terminated using a line
18232containing @code{end}. For example:
18233
18234@smallexample
18235(@value{GDBP}) python
18236Type python script
18237End with a line saying just "end".
18238>print 23
18239>end
1824023
18241@end smallexample
18242
18243@kindex maint set python print-stack
18244@item maint set python print-stack
18245By default, @value{GDBN} will print a stack trace when an error occurs
18246in a Python script. This can be controlled using @code{maint set
18247python print-stack}: if @code{on}, the default, then Python stack
18248printing is enabled; if @code{off}, then Python stack printing is
18249disabled.
18250@end table
18251
18252@node Python API
18253@subsection Python API
18254@cindex python api
18255@cindex programming in python
18256
18257@cindex python stdout
18258@cindex python pagination
18259At startup, @value{GDBN} overrides Python's @code{sys.stdout} and
18260@code{sys.stderr} to print using @value{GDBN}'s output-paging streams.
18261A Python program which outputs to one of these streams may have its
18262output interrupted by the user (@pxref{Screen Size}). In this
18263situation, a Python @code{KeyboardInterrupt} exception is thrown.
18264
18265@menu
18266* Basic Python:: Basic Python Functions.
18267* Exception Handling::
a08702d6 18268* Values From Inferior::
d8906c6f 18269* Commands In Python:: Implementing new commands in Python.
bc3b79fd 18270* Functions In Python:: Writing new convenience functions.
f8f6f20b 18271* Frames In Python:: Acessing inferior stack frames from Python.
d57a3c85
TJB
18272@end menu
18273
18274@node Basic Python
18275@subsubsection Basic Python
18276
18277@cindex python functions
18278@cindex python module
18279@cindex gdb module
18280@value{GDBN} introduces a new Python module, named @code{gdb}. All
18281methods and classes added by @value{GDBN} are placed in this module.
18282@value{GDBN} automatically @code{import}s the @code{gdb} module for
18283use in all scripts evaluated by the @code{python} command.
18284
18285@findex gdb.execute
12453b93 18286@defun execute command [from_tty]
d57a3c85
TJB
18287Evaluate @var{command}, a string, as a @value{GDBN} CLI command.
18288If a GDB exception happens while @var{command} runs, it is
18289translated as described in @ref{Exception Handling,,Exception Handling}.
18290If no exceptions occur, this function returns @code{None}.
12453b93
TJB
18291
18292@var{from_tty} specifies whether @value{GDBN} ought to consider this
18293command as having originated from the user invoking it interactively.
18294It must be a boolean value. If omitted, it defaults to @code{False}.
d57a3c85
TJB
18295@end defun
18296
18297@findex gdb.get_parameter
18298@defun get_parameter parameter
18299Return the value of a @value{GDBN} parameter. @var{parameter} is a
18300string naming the parameter to look up; @var{parameter} may contain
18301spaces if the parameter has a multi-part name. For example,
18302@samp{print object} is a valid parameter name.
18303
18304If the named parameter does not exist, this function throws a
18305@code{RuntimeError}. Otherwise, the parameter's value is converted to
18306a Python value of the appropriate type, and returned.
18307@end defun
18308
08c637de
TJB
18309@findex gdb.history
18310@defun history number
18311Return a value from @value{GDBN}'s value history (@pxref{Value
18312History}). @var{number} indicates which history element to return.
18313If @var{number} is negative, then @value{GDBN} will take its absolute value
18314and count backward from the last element (i.e., the most recent element) to
18315find the value to return. If @var{number} is zero, then @value{GDBN} will
a0c36267 18316return the most recent element. If the element specified by @var{number}
08c637de
TJB
18317doesn't exist in the value history, a @code{RuntimeError} exception will be
18318raised.
18319
18320If no exception is raised, the return value is always an instance of
18321@code{gdb.Value} (@pxref{Values From Inferior}).
18322@end defun
18323
d57a3c85
TJB
18324@findex gdb.write
18325@defun write string
18326Print a string to @value{GDBN}'s paginated standard output stream.
18327Writing to @code{sys.stdout} or @code{sys.stderr} will automatically
18328call this function.
18329@end defun
18330
18331@findex gdb.flush
18332@defun flush
18333Flush @value{GDBN}'s paginated standard output stream. Flushing
18334@code{sys.stdout} or @code{sys.stderr} will automatically call this
18335function.
18336@end defun
18337
18338@node Exception Handling
18339@subsubsection Exception Handling
18340@cindex python exceptions
18341@cindex exceptions, python
18342
18343When executing the @code{python} command, Python exceptions
18344uncaught within the Python code are translated to calls to
18345@value{GDBN} error-reporting mechanism. If the command that called
18346@code{python} does not handle the error, @value{GDBN} will
18347terminate it and print an error message containing the Python
18348exception name, the associated value, and the Python call stack
18349backtrace at the point where the exception was raised. Example:
18350
18351@smallexample
18352(@value{GDBP}) python print foo
18353Traceback (most recent call last):
18354 File "<string>", line 1, in <module>
18355NameError: name 'foo' is not defined
18356@end smallexample
18357
18358@value{GDBN} errors that happen in @value{GDBN} commands invoked by Python
18359code are converted to Python @code{RuntimeError} exceptions. User
18360interrupt (via @kbd{C-c} or by typing @kbd{q} at a pagination
18361prompt) is translated to a Python @code{KeyboardInterrupt}
18362exception. If you catch these exceptions in your Python code, your
18363exception handler will see @code{RuntimeError} or
18364@code{KeyboardInterrupt} as the exception type, the @value{GDBN} error
18365message as its value, and the Python call stack backtrace at the
18366Python statement closest to where the @value{GDBN} error occured as the
18367traceback.
18368
a08702d6
TJB
18369@node Values From Inferior
18370@subsubsection Values From Inferior
18371@cindex values from inferior, with Python
18372@cindex python, working with values from inferior
18373
18374@cindex @code{gdb.Value}
18375@value{GDBN} provides values it obtains from the inferior program in
18376an object of type @code{gdb.Value}. @value{GDBN} uses this object
18377for its internal bookkeeping of the inferior's values, and for
18378fetching values when necessary.
18379
18380Inferior values that are simple scalars can be used directly in
18381Python expressions that are valid for the value's data type. Here's
18382an example for an integer or floating-point value @code{some_val}:
18383
18384@smallexample
18385bar = some_val + 2
18386@end smallexample
18387
18388@noindent
18389As result of this, @code{bar} will also be a @code{gdb.Value} object
18390whose values are of the same type as those of @code{some_val}.
18391
18392Inferior values that are structures or instances of some class can
18393be accessed using the Python @dfn{dictionary syntax}. For example, if
18394@code{some_val} is a @code{gdb.Value} instance holding a structure, you
18395can access its @code{foo} element with:
18396
18397@smallexample
18398bar = some_val['foo']
18399@end smallexample
18400
18401Again, @code{bar} will also be a @code{gdb.Value} object.
18402
c0c6f777 18403The following attributes are provided:
a08702d6 18404
def2b000 18405@table @code
c0c6f777
TJB
18406@defmethod Value address
18407If this object is addressable, this read-only attribute holds a
18408@code{gdb.Value} object representing the address. Otherwise,
18409this attribute holds @code{None}.
18410@end defmethod
18411
def2b000
TJB
18412@cindex optimized out value in Python
18413@defmethod Value is_optimized_out
18414This read-only boolean attribute is true if the compiler optimized out
18415this value, thus it is not available for fetching from the inferior.
18416@end defmethod
18417@end table
18418
18419The following methods are provided:
18420
18421@table @code
a08702d6 18422@defmethod Value dereference
def2b000
TJB
18423For pointer data types, this method returns a new @code{gdb.Value} object
18424whose contents is the object pointed to by the pointer. For example, if
18425@code{foo} is a C pointer to an @code{int}, declared in your C program as
a08702d6
TJB
18426
18427@smallexample
18428int *foo;
18429@end smallexample
18430
18431@noindent
18432then you can use the corresponding @code{gdb.Value} to access what
18433@code{foo} points to like this:
18434
18435@smallexample
18436bar = foo.dereference ()
18437@end smallexample
18438
18439The result @code{bar} will be a @code{gdb.Value} object holding the
18440value pointed to by @code{foo}.
18441@end defmethod
18442
cc924cad 18443@defmethod Value string @r{[}encoding@r{]} @r{[}errors@r{]}
b6cb8e7d
TJB
18444If this @code{gdb.Value} represents a string, then this method
18445converts the contents to a Python string. Otherwise, this method will
18446throw an exception.
18447
18448Strings are recognized in a language-specific way; whether a given
18449@code{gdb.Value} represents a string is determined by the current
18450language.
18451
18452For C-like languages, a value is a string if it is a pointer to or an
18453array of characters or ints. The string is assumed to be terminated
18454by a zero of the appropriate width.
18455
18456If the optional @var{encoding} argument is given, it must be a string
18457naming the encoding of the string in the @code{gdb.Value}, such as
18458@code{"ascii"}, @code{"iso-8859-6"} or @code{"utf-8"}. It accepts
18459the same encodings as the corresponding argument to Python's
18460@code{string.decode} method, and the Python codec machinery will be used
18461to convert the string. If @var{encoding} is not given, or if
18462@var{encoding} is the empty string, then either the @code{target-charset}
18463(@pxref{Character Sets}) will be used, or a language-specific encoding
18464will be used, if the current language is able to supply one.
18465
18466The optional @var{errors} argument is the same as the corresponding
18467argument to Python's @code{string.decode} method.
18468@end defmethod
def2b000 18469@end table
b6cb8e7d 18470
d8906c6f
TJB
18471@node Commands In Python
18472@subsubsection Commands In Python
18473
18474@cindex commands in python
18475@cindex python commands
d8906c6f
TJB
18476You can implement new @value{GDBN} CLI commands in Python. A CLI
18477command is implemented using an instance of the @code{gdb.Command}
18478class, most commonly using a subclass.
18479
cc924cad 18480@defmethod Command __init__ name @var{command_class} @r{[}@var{completer_class}@r{]} @r{[}@var{prefix}@r{]}
d8906c6f
TJB
18481The object initializer for @code{Command} registers the new command
18482with @value{GDBN}. This initializer is normally invoked from the
18483subclass' own @code{__init__} method.
18484
18485@var{name} is the name of the command. If @var{name} consists of
18486multiple words, then the initial words are looked for as prefix
18487commands. In this case, if one of the prefix commands does not exist,
18488an exception is raised.
18489
18490There is no support for multi-line commands.
18491
cc924cad 18492@var{command_class} should be one of the @samp{COMMAND_} constants
d8906c6f
TJB
18493defined below. This argument tells @value{GDBN} how to categorize the
18494new command in the help system.
18495
cc924cad 18496@var{completer_class} is an optional argument. If given, it should be
d8906c6f
TJB
18497one of the @samp{COMPLETE_} constants defined below. This argument
18498tells @value{GDBN} how to perform completion for this command. If not
18499given, @value{GDBN} will attempt to complete using the object's
18500@code{complete} method (see below); if no such method is found, an
18501error will occur when completion is attempted.
18502
18503@var{prefix} is an optional argument. If @code{True}, then the new
18504command is a prefix command; sub-commands of this command may be
18505registered.
18506
18507The help text for the new command is taken from the Python
18508documentation string for the command's class, if there is one. If no
18509documentation string is provided, the default value ``This command is
18510not documented.'' is used.
18511@end defmethod
18512
a0c36267 18513@cindex don't repeat Python command
d8906c6f
TJB
18514@defmethod Command dont_repeat
18515By default, a @value{GDBN} command is repeated when the user enters a
18516blank line at the command prompt. A command can suppress this
18517behavior by invoking the @code{dont_repeat} method. This is similar
18518to the user command @code{dont-repeat}, see @ref{Define, dont-repeat}.
18519@end defmethod
18520
18521@defmethod Command invoke argument from_tty
18522This method is called by @value{GDBN} when this command is invoked.
18523
18524@var{argument} is a string. It is the argument to the command, after
18525leading and trailing whitespace has been stripped.
18526
18527@var{from_tty} is a boolean argument. When true, this means that the
18528command was entered by the user at the terminal; when false it means
18529that the command came from elsewhere.
18530
18531If this method throws an exception, it is turned into a @value{GDBN}
18532@code{error} call. Otherwise, the return value is ignored.
18533@end defmethod
18534
a0c36267 18535@cindex completion of Python commands
d8906c6f
TJB
18536@defmethod Command complete text word
18537This method is called by @value{GDBN} when the user attempts
18538completion on this command. All forms of completion are handled by
a0c36267
EZ
18539this method, that is, the @key{TAB} and @key{M-?} key bindings
18540(@pxref{Completion}), and the @code{complete} command (@pxref{Help,
18541complete}).
d8906c6f
TJB
18542
18543The arguments @var{text} and @var{word} are both strings. @var{text}
18544holds the complete command line up to the cursor's location.
18545@var{word} holds the last word of the command line; this is computed
18546using a word-breaking heuristic.
18547
18548The @code{complete} method can return several values:
18549@itemize @bullet
18550@item
18551If the return value is a sequence, the contents of the sequence are
18552used as the completions. It is up to @code{complete} to ensure that the
18553contents actually do complete the word. A zero-length sequence is
18554allowed, it means that there were no completions available. Only
18555string elements of the sequence are used; other elements in the
18556sequence are ignored.
18557
18558@item
18559If the return value is one of the @samp{COMPLETE_} constants defined
18560below, then the corresponding @value{GDBN}-internal completion
18561function is invoked, and its result is used.
18562
18563@item
18564All other results are treated as though there were no available
18565completions.
18566@end itemize
18567@end defmethod
18568
d8906c6f
TJB
18569When a new command is registered, it must be declared as a member of
18570some general class of commands. This is used to classify top-level
18571commands in the on-line help system; note that prefix commands are not
18572listed under their own category but rather that of their top-level
18573command. The available classifications are represented by constants
18574defined in the @code{gdb} module:
18575
18576@table @code
18577@findex COMMAND_NONE
18578@findex gdb.COMMAND_NONE
18579@item COMMAND_NONE
18580The command does not belong to any particular class. A command in
18581this category will not be displayed in any of the help categories.
18582
18583@findex COMMAND_RUNNING
18584@findex gdb.COMMAND_RUNNING
a0c36267 18585@item COMMAND_RUNNING
d8906c6f
TJB
18586The command is related to running the inferior. For example,
18587@code{start}, @code{step}, and @code{continue} are in this category.
a0c36267 18588Type @kbd{help running} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
18589commands in this category.
18590
18591@findex COMMAND_DATA
18592@findex gdb.COMMAND_DATA
a0c36267 18593@item COMMAND_DATA
d8906c6f
TJB
18594The command is related to data or variables. For example,
18595@code{call}, @code{find}, and @code{print} are in this category. Type
a0c36267 18596@kbd{help data} at the @value{GDBN} prompt to see a list of commands
d8906c6f
TJB
18597in this category.
18598
18599@findex COMMAND_STACK
18600@findex gdb.COMMAND_STACK
18601@item COMMAND_STACK
18602The command has to do with manipulation of the stack. For example,
18603@code{backtrace}, @code{frame}, and @code{return} are in this
a0c36267 18604category. Type @kbd{help stack} at the @value{GDBN} prompt to see a
d8906c6f
TJB
18605list of commands in this category.
18606
18607@findex COMMAND_FILES
18608@findex gdb.COMMAND_FILES
18609@item COMMAND_FILES
18610This class is used for file-related commands. For example,
18611@code{file}, @code{list} and @code{section} are in this category.
a0c36267 18612Type @kbd{help files} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
18613commands in this category.
18614
18615@findex COMMAND_SUPPORT
18616@findex gdb.COMMAND_SUPPORT
18617@item COMMAND_SUPPORT
18618This should be used for ``support facilities'', generally meaning
18619things that are useful to the user when interacting with @value{GDBN},
18620but not related to the state of the inferior. For example,
18621@code{help}, @code{make}, and @code{shell} are in this category. Type
a0c36267 18622@kbd{help support} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
18623commands in this category.
18624
18625@findex COMMAND_STATUS
18626@findex gdb.COMMAND_STATUS
a0c36267 18627@item COMMAND_STATUS
d8906c6f
TJB
18628The command is an @samp{info}-related command, that is, related to the
18629state of @value{GDBN} itself. For example, @code{info}, @code{macro},
a0c36267 18630and @code{show} are in this category. Type @kbd{help status} at the
d8906c6f
TJB
18631@value{GDBN} prompt to see a list of commands in this category.
18632
18633@findex COMMAND_BREAKPOINTS
18634@findex gdb.COMMAND_BREAKPOINTS
a0c36267 18635@item COMMAND_BREAKPOINTS
d8906c6f 18636The command has to do with breakpoints. For example, @code{break},
a0c36267 18637@code{clear}, and @code{delete} are in this category. Type @kbd{help
d8906c6f
TJB
18638breakpoints} at the @value{GDBN} prompt to see a list of commands in
18639this category.
18640
18641@findex COMMAND_TRACEPOINTS
18642@findex gdb.COMMAND_TRACEPOINTS
a0c36267 18643@item COMMAND_TRACEPOINTS
d8906c6f
TJB
18644The command has to do with tracepoints. For example, @code{trace},
18645@code{actions}, and @code{tfind} are in this category. Type
a0c36267 18646@kbd{help tracepoints} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
18647commands in this category.
18648
18649@findex COMMAND_OBSCURE
18650@findex gdb.COMMAND_OBSCURE
18651@item COMMAND_OBSCURE
18652The command is only used in unusual circumstances, or is not of
18653general interest to users. For example, @code{checkpoint},
a0c36267 18654@code{fork}, and @code{stop} are in this category. Type @kbd{help
d8906c6f
TJB
18655obscure} at the @value{GDBN} prompt to see a list of commands in this
18656category.
18657
18658@findex COMMAND_MAINTENANCE
18659@findex gdb.COMMAND_MAINTENANCE
18660@item COMMAND_MAINTENANCE
18661The command is only useful to @value{GDBN} maintainers. The
18662@code{maintenance} and @code{flushregs} commands are in this category.
a0c36267 18663Type @kbd{help internals} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
18664commands in this category.
18665@end table
18666
d8906c6f
TJB
18667A new command can use a predefined completion function, either by
18668specifying it via an argument at initialization, or by returning it
18669from the @code{complete} method. These predefined completion
18670constants are all defined in the @code{gdb} module:
18671
18672@table @code
18673@findex COMPLETE_NONE
18674@findex gdb.COMPLETE_NONE
18675@item COMPLETE_NONE
18676This constant means that no completion should be done.
18677
18678@findex COMPLETE_FILENAME
18679@findex gdb.COMPLETE_FILENAME
18680@item COMPLETE_FILENAME
18681This constant means that filename completion should be performed.
18682
18683@findex COMPLETE_LOCATION
18684@findex gdb.COMPLETE_LOCATION
18685@item COMPLETE_LOCATION
18686This constant means that location completion should be done.
18687@xref{Specify Location}.
18688
18689@findex COMPLETE_COMMAND
18690@findex gdb.COMPLETE_COMMAND
18691@item COMPLETE_COMMAND
18692This constant means that completion should examine @value{GDBN}
18693command names.
18694
18695@findex COMPLETE_SYMBOL
18696@findex gdb.COMPLETE_SYMBOL
18697@item COMPLETE_SYMBOL
18698This constant means that completion should be done using symbol names
18699as the source.
18700@end table
18701
18702The following code snippet shows how a trivial CLI command can be
18703implemented in Python:
18704
18705@smallexample
18706class HelloWorld (gdb.Command):
18707 """Greet the whole world."""
18708
18709 def __init__ (self):
18710 super (HelloWorld, self).__init__ ("hello-world", gdb.COMMAND_OBSCURE)
18711
18712 def invoke (self, arg, from_tty):
18713 print "Hello, World!"
18714
18715HelloWorld ()
18716@end smallexample
18717
18718The last line instantiates the class, and is necessary to trigger the
18719registration of the command with @value{GDBN}. Depending on how the
18720Python code is read into @value{GDBN}, you may need to import the
18721@code{gdb} module explicitly.
18722
bc3b79fd
TJB
18723@node Functions In Python
18724@subsubsection Writing new convenience functions
18725
18726@cindex writing convenience functions
18727@cindex convenience functions in python
18728@cindex python convenience functions
18729@tindex gdb.Function
18730@tindex Function
18731You can implement new convenience functions (@pxref{Convenience Vars})
18732in Python. A convenience function is an instance of a subclass of the
18733class @code{gdb.Function}.
18734
18735@defmethod Function __init__ name
18736The initializer for @code{Function} registers the new function with
18737@value{GDBN}. The argument @var{name} is the name of the function,
18738a string. The function will be visible to the user as a convenience
18739variable of type @code{internal function}, whose name is the same as
18740the given @var{name}.
18741
18742The documentation for the new function is taken from the documentation
18743string for the new class.
18744@end defmethod
18745
18746@defmethod Function invoke @var{*args}
18747When a convenience function is evaluated, its arguments are converted
18748to instances of @code{gdb.Value}, and then the function's
18749@code{invoke} method is called. Note that @value{GDBN} does not
18750predetermine the arity of convenience functions. Instead, all
18751available arguments are passed to @code{invoke}, following the
18752standard Python calling convention. In particular, a convenience
18753function can have default values for parameters without ill effect.
18754
18755The return value of this method is used as its value in the enclosing
18756expression. If an ordinary Python value is returned, it is converted
18757to a @code{gdb.Value} following the usual rules.
18758@end defmethod
18759
18760The following code snippet shows how a trivial convenience function can
18761be implemented in Python:
18762
18763@smallexample
18764class Greet (gdb.Function):
18765 """Return string to greet someone.
18766Takes a name as argument."""
18767
18768 def __init__ (self):
18769 super (Greet, self).__init__ ("greet")
18770
18771 def invoke (self, name):
18772 return "Hello, %s!" % name.string ()
18773
18774Greet ()
18775@end smallexample
18776
18777The last line instantiates the class, and is necessary to trigger the
18778registration of the function with @value{GDBN}. Depending on how the
18779Python code is read into @value{GDBN}, you may need to import the
18780@code{gdb} module explicitly.
18781
f8f6f20b
TJB
18782@node Frames In Python
18783@subsubsection Acessing inferior stack frames from Python.
18784
18785@cindex frames in python
18786When the debugged program stops, @value{GDBN} is able to analyze its call
18787stack (@pxref{Frames,,Stack frames}). The @code{gdb.Frame} class
18788represents a frame in the stack. A @code{gdb.Frame} object is only valid
18789while its corresponding frame exists in the inferior's stack. If you try
18790to use an invalid frame object, @value{GDBN} will throw a @code{RuntimeError}
18791exception.
18792
18793Two @code{gdb.Frame} objects can be compared for equality with the @code{==}
18794operator, like:
18795
18796@smallexample
18797(@value{GDBP}) python print gdb.newest_frame() == gdb.selected_frame ()
18798True
18799@end smallexample
18800
18801The following frame-related functions are available in the @code{gdb} module:
18802
18803@findex gdb.selected_frame
18804@defun selected_frame
18805Return the selected frame object. (@pxref{Selection,,Selecting a Frame}).
18806@end defun
18807
18808@defun frame_stop_reason_string reason
18809Return a string explaining the reason why @value{GDBN} stopped unwinding
18810frames, as expressed by the given @var{reason} code (an integer, see the
18811@code{unwind_stop_reason} method further down in this section).
18812@end defun
18813
18814A @code{gdb.Frame} object has the following methods:
18815
18816@table @code
18817@defmethod Frame is_valid
18818Returns true if the @code{gdb.Frame} object is valid, false if not.
18819A frame object can become invalid if the frame it refers to doesn't
18820exist anymore in the inferior. All @code{gdb.Frame} methods will throw
18821an exception if it is invalid at the time the method is called.
18822@end defmethod
18823
18824@defmethod Frame name
18825Returns the function name of the frame, or @code{None} if it can't be
18826obtained.
18827@end defmethod
18828
18829@defmethod Frame type
18830Returns the type of the frame. The value can be one of
18831@code{gdb.NORMAL_FRAME}, @code{gdb.DUMMY_FRAME}, @code{gdb.SIGTRAMP_FRAME}
18832or @code{gdb.SENTINEL_FRAME}.
18833@end defmethod
18834
18835@defmethod Frame unwind_stop_reason
18836Return an integer representing the reason why it's not possible to find
18837more frames toward the outermost frame. Use
18838@code{gdb.frame_stop_reason_string} to convert the value returned by this
18839function to a string.
18840@end defmethod
18841
18842@defmethod Frame pc
18843Returns the frame's resume address.
18844@end defmethod
18845
18846@defmethod Frame older
18847Return the frame that called this frame.
18848@end defmethod
18849
18850@defmethod Frame newer
18851Return the frame called by this frame.
18852@end defmethod
18853
18854@defmethod Frame read_var variable
18855Return the value of the given variable in this frame. @var{variable} must
18856be a string.
18857@end defmethod
18858@end table
18859
21c294e6
AC
18860@node Interpreters
18861@chapter Command Interpreters
18862@cindex command interpreters
18863
18864@value{GDBN} supports multiple command interpreters, and some command
18865infrastructure to allow users or user interface writers to switch
18866between interpreters or run commands in other interpreters.
18867
18868@value{GDBN} currently supports two command interpreters, the console
18869interpreter (sometimes called the command-line interpreter or @sc{cli})
18870and the machine interface interpreter (or @sc{gdb/mi}). This manual
18871describes both of these interfaces in great detail.
18872
18873By default, @value{GDBN} will start with the console interpreter.
18874However, the user may choose to start @value{GDBN} with another
18875interpreter by specifying the @option{-i} or @option{--interpreter}
18876startup options. Defined interpreters include:
18877
18878@table @code
18879@item console
18880@cindex console interpreter
18881The traditional console or command-line interpreter. This is the most often
18882used interpreter with @value{GDBN}. With no interpreter specified at runtime,
18883@value{GDBN} will use this interpreter.
18884
18885@item mi
18886@cindex mi interpreter
18887The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
18888by programs wishing to use @value{GDBN} as a backend for a debugger GUI
18889or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
18890Interface}.
18891
18892@item mi2
18893@cindex mi2 interpreter
18894The current @sc{gdb/mi} interface.
18895
18896@item mi1
18897@cindex mi1 interpreter
18898The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
18899
18900@end table
18901
18902@cindex invoke another interpreter
18903The interpreter being used by @value{GDBN} may not be dynamically
18904switched at runtime. Although possible, this could lead to a very
18905precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
18906enters the command "interpreter-set console" in a console view,
18907@value{GDBN} would switch to using the console interpreter, rendering
18908the IDE inoperable!
18909
18910@kindex interpreter-exec
18911Although you may only choose a single interpreter at startup, you may execute
18912commands in any interpreter from the current interpreter using the appropriate
18913command. If you are running the console interpreter, simply use the
18914@code{interpreter-exec} command:
18915
18916@smallexample
18917interpreter-exec mi "-data-list-register-names"
18918@end smallexample
18919
18920@sc{gdb/mi} has a similar command, although it is only available in versions of
18921@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
18922
8e04817f
AC
18923@node TUI
18924@chapter @value{GDBN} Text User Interface
18925@cindex TUI
d0d5df6f 18926@cindex Text User Interface
c906108c 18927
8e04817f
AC
18928@menu
18929* TUI Overview:: TUI overview
18930* TUI Keys:: TUI key bindings
7cf36c78 18931* TUI Single Key Mode:: TUI single key mode
db2e3e2e 18932* TUI Commands:: TUI-specific commands
8e04817f
AC
18933* TUI Configuration:: TUI configuration variables
18934@end menu
c906108c 18935
46ba6afa 18936The @value{GDBN} Text User Interface (TUI) is a terminal
d0d5df6f
AC
18937interface which uses the @code{curses} library to show the source
18938file, the assembly output, the program registers and @value{GDBN}
46ba6afa
BW
18939commands in separate text windows. The TUI mode is supported only
18940on platforms where a suitable version of the @code{curses} library
18941is available.
d0d5df6f 18942
46ba6afa
BW
18943@pindex @value{GDBTUI}
18944The TUI mode is enabled by default when you invoke @value{GDBN} as
18945either @samp{@value{GDBTUI}} or @samp{@value{GDBP} -tui}.
18946You can also switch in and out of TUI mode while @value{GDBN} runs by
18947using various TUI commands and key bindings, such as @kbd{C-x C-a}.
18948@xref{TUI Keys, ,TUI Key Bindings}.
c906108c 18949
8e04817f 18950@node TUI Overview
79a6e687 18951@section TUI Overview
c906108c 18952
46ba6afa 18953In TUI mode, @value{GDBN} can display several text windows:
c906108c 18954
8e04817f
AC
18955@table @emph
18956@item command
18957This window is the @value{GDBN} command window with the @value{GDBN}
46ba6afa
BW
18958prompt and the @value{GDBN} output. The @value{GDBN} input is still
18959managed using readline.
c906108c 18960
8e04817f
AC
18961@item source
18962The source window shows the source file of the program. The current
46ba6afa 18963line and active breakpoints are displayed in this window.
c906108c 18964
8e04817f
AC
18965@item assembly
18966The assembly window shows the disassembly output of the program.
c906108c 18967
8e04817f 18968@item register
46ba6afa
BW
18969This window shows the processor registers. Registers are highlighted
18970when their values change.
c906108c
SS
18971@end table
18972
269c21fe 18973The source and assembly windows show the current program position
46ba6afa
BW
18974by highlighting the current line and marking it with a @samp{>} marker.
18975Breakpoints are indicated with two markers. The first marker
269c21fe
SC
18976indicates the breakpoint type:
18977
18978@table @code
18979@item B
18980Breakpoint which was hit at least once.
18981
18982@item b
18983Breakpoint which was never hit.
18984
18985@item H
18986Hardware breakpoint which was hit at least once.
18987
18988@item h
18989Hardware breakpoint which was never hit.
269c21fe
SC
18990@end table
18991
18992The second marker indicates whether the breakpoint is enabled or not:
18993
18994@table @code
18995@item +
18996Breakpoint is enabled.
18997
18998@item -
18999Breakpoint is disabled.
269c21fe
SC
19000@end table
19001
46ba6afa
BW
19002The source, assembly and register windows are updated when the current
19003thread changes, when the frame changes, or when the program counter
19004changes.
19005
19006These windows are not all visible at the same time. The command
19007window is always visible. The others can be arranged in several
19008layouts:
c906108c 19009
8e04817f
AC
19010@itemize @bullet
19011@item
46ba6afa 19012source only,
2df3850c 19013
8e04817f 19014@item
46ba6afa 19015assembly only,
8e04817f
AC
19016
19017@item
46ba6afa 19018source and assembly,
8e04817f
AC
19019
19020@item
46ba6afa 19021source and registers, or
c906108c 19022
8e04817f 19023@item
46ba6afa 19024assembly and registers.
8e04817f 19025@end itemize
c906108c 19026
46ba6afa 19027A status line above the command window shows the following information:
b7bb15bc
SC
19028
19029@table @emph
19030@item target
46ba6afa 19031Indicates the current @value{GDBN} target.
b7bb15bc
SC
19032(@pxref{Targets, ,Specifying a Debugging Target}).
19033
19034@item process
46ba6afa 19035Gives the current process or thread number.
b7bb15bc
SC
19036When no process is being debugged, this field is set to @code{No process}.
19037
19038@item function
19039Gives the current function name for the selected frame.
19040The name is demangled if demangling is turned on (@pxref{Print Settings}).
46ba6afa 19041When there is no symbol corresponding to the current program counter,
b7bb15bc
SC
19042the string @code{??} is displayed.
19043
19044@item line
19045Indicates the current line number for the selected frame.
46ba6afa 19046When the current line number is not known, the string @code{??} is displayed.
b7bb15bc
SC
19047
19048@item pc
19049Indicates the current program counter address.
b7bb15bc
SC
19050@end table
19051
8e04817f
AC
19052@node TUI Keys
19053@section TUI Key Bindings
19054@cindex TUI key bindings
c906108c 19055
8e04817f 19056The TUI installs several key bindings in the readline keymaps
46ba6afa 19057(@pxref{Command Line Editing}). The following key bindings
8e04817f 19058are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 19059
8e04817f
AC
19060@table @kbd
19061@kindex C-x C-a
19062@item C-x C-a
19063@kindex C-x a
19064@itemx C-x a
19065@kindex C-x A
19066@itemx C-x A
46ba6afa
BW
19067Enter or leave the TUI mode. When leaving the TUI mode,
19068the curses window management stops and @value{GDBN} operates using
19069its standard mode, writing on the terminal directly. When reentering
19070the TUI mode, control is given back to the curses windows.
8e04817f 19071The screen is then refreshed.
c906108c 19072
8e04817f
AC
19073@kindex C-x 1
19074@item C-x 1
19075Use a TUI layout with only one window. The layout will
19076either be @samp{source} or @samp{assembly}. When the TUI mode
19077is not active, it will switch to the TUI mode.
2df3850c 19078
8e04817f 19079Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 19080
8e04817f
AC
19081@kindex C-x 2
19082@item C-x 2
19083Use a TUI layout with at least two windows. When the current
46ba6afa 19084layout already has two windows, the next layout with two windows is used.
8e04817f
AC
19085When a new layout is chosen, one window will always be common to the
19086previous layout and the new one.
c906108c 19087
8e04817f 19088Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 19089
72ffddc9
SC
19090@kindex C-x o
19091@item C-x o
19092Change the active window. The TUI associates several key bindings
46ba6afa 19093(like scrolling and arrow keys) with the active window. This command
72ffddc9
SC
19094gives the focus to the next TUI window.
19095
19096Think of it as the Emacs @kbd{C-x o} binding.
19097
7cf36c78
SC
19098@kindex C-x s
19099@item C-x s
46ba6afa
BW
19100Switch in and out of the TUI SingleKey mode that binds single
19101keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
c906108c
SS
19102@end table
19103
46ba6afa 19104The following key bindings only work in the TUI mode:
5d161b24 19105
46ba6afa 19106@table @asis
8e04817f 19107@kindex PgUp
46ba6afa 19108@item @key{PgUp}
8e04817f 19109Scroll the active window one page up.
c906108c 19110
8e04817f 19111@kindex PgDn
46ba6afa 19112@item @key{PgDn}
8e04817f 19113Scroll the active window one page down.
c906108c 19114
8e04817f 19115@kindex Up
46ba6afa 19116@item @key{Up}
8e04817f 19117Scroll the active window one line up.
c906108c 19118
8e04817f 19119@kindex Down
46ba6afa 19120@item @key{Down}
8e04817f 19121Scroll the active window one line down.
c906108c 19122
8e04817f 19123@kindex Left
46ba6afa 19124@item @key{Left}
8e04817f 19125Scroll the active window one column left.
c906108c 19126
8e04817f 19127@kindex Right
46ba6afa 19128@item @key{Right}
8e04817f 19129Scroll the active window one column right.
c906108c 19130
8e04817f 19131@kindex C-L
46ba6afa 19132@item @kbd{C-L}
8e04817f 19133Refresh the screen.
8e04817f 19134@end table
c906108c 19135
46ba6afa
BW
19136Because the arrow keys scroll the active window in the TUI mode, they
19137are not available for their normal use by readline unless the command
19138window has the focus. When another window is active, you must use
19139other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
19140and @kbd{C-f} to control the command window.
8e04817f 19141
7cf36c78
SC
19142@node TUI Single Key Mode
19143@section TUI Single Key Mode
19144@cindex TUI single key mode
19145
46ba6afa
BW
19146The TUI also provides a @dfn{SingleKey} mode, which binds several
19147frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
19148switch into this mode, where the following key bindings are used:
7cf36c78
SC
19149
19150@table @kbd
19151@kindex c @r{(SingleKey TUI key)}
19152@item c
19153continue
19154
19155@kindex d @r{(SingleKey TUI key)}
19156@item d
19157down
19158
19159@kindex f @r{(SingleKey TUI key)}
19160@item f
19161finish
19162
19163@kindex n @r{(SingleKey TUI key)}
19164@item n
19165next
19166
19167@kindex q @r{(SingleKey TUI key)}
19168@item q
46ba6afa 19169exit the SingleKey mode.
7cf36c78
SC
19170
19171@kindex r @r{(SingleKey TUI key)}
19172@item r
19173run
19174
19175@kindex s @r{(SingleKey TUI key)}
19176@item s
19177step
19178
19179@kindex u @r{(SingleKey TUI key)}
19180@item u
19181up
19182
19183@kindex v @r{(SingleKey TUI key)}
19184@item v
19185info locals
19186
19187@kindex w @r{(SingleKey TUI key)}
19188@item w
19189where
7cf36c78
SC
19190@end table
19191
19192Other keys temporarily switch to the @value{GDBN} command prompt.
19193The key that was pressed is inserted in the editing buffer so that
19194it is possible to type most @value{GDBN} commands without interaction
46ba6afa
BW
19195with the TUI SingleKey mode. Once the command is entered the TUI
19196SingleKey mode is restored. The only way to permanently leave
7f9087cb 19197this mode is by typing @kbd{q} or @kbd{C-x s}.
7cf36c78
SC
19198
19199
8e04817f 19200@node TUI Commands
db2e3e2e 19201@section TUI-specific Commands
8e04817f
AC
19202@cindex TUI commands
19203
19204The TUI has specific commands to control the text windows.
46ba6afa
BW
19205These commands are always available, even when @value{GDBN} is not in
19206the TUI mode. When @value{GDBN} is in the standard mode, most
19207of these commands will automatically switch to the TUI mode.
c906108c
SS
19208
19209@table @code
3d757584
SC
19210@item info win
19211@kindex info win
19212List and give the size of all displayed windows.
19213
8e04817f 19214@item layout next
4644b6e3 19215@kindex layout
8e04817f 19216Display the next layout.
2df3850c 19217
8e04817f 19218@item layout prev
8e04817f 19219Display the previous layout.
c906108c 19220
8e04817f 19221@item layout src
8e04817f 19222Display the source window only.
c906108c 19223
8e04817f 19224@item layout asm
8e04817f 19225Display the assembly window only.
c906108c 19226
8e04817f 19227@item layout split
8e04817f 19228Display the source and assembly window.
c906108c 19229
8e04817f 19230@item layout regs
8e04817f
AC
19231Display the register window together with the source or assembly window.
19232
46ba6afa 19233@item focus next
8e04817f 19234@kindex focus
46ba6afa
BW
19235Make the next window active for scrolling.
19236
19237@item focus prev
19238Make the previous window active for scrolling.
19239
19240@item focus src
19241Make the source window active for scrolling.
19242
19243@item focus asm
19244Make the assembly window active for scrolling.
19245
19246@item focus regs
19247Make the register window active for scrolling.
19248
19249@item focus cmd
19250Make the command window active for scrolling.
c906108c 19251
8e04817f
AC
19252@item refresh
19253@kindex refresh
7f9087cb 19254Refresh the screen. This is similar to typing @kbd{C-L}.
c906108c 19255
6a1b180d
SC
19256@item tui reg float
19257@kindex tui reg
19258Show the floating point registers in the register window.
19259
19260@item tui reg general
19261Show the general registers in the register window.
19262
19263@item tui reg next
19264Show the next register group. The list of register groups as well as
19265their order is target specific. The predefined register groups are the
19266following: @code{general}, @code{float}, @code{system}, @code{vector},
19267@code{all}, @code{save}, @code{restore}.
19268
19269@item tui reg system
19270Show the system registers in the register window.
19271
8e04817f
AC
19272@item update
19273@kindex update
19274Update the source window and the current execution point.
c906108c 19275
8e04817f
AC
19276@item winheight @var{name} +@var{count}
19277@itemx winheight @var{name} -@var{count}
19278@kindex winheight
19279Change the height of the window @var{name} by @var{count}
19280lines. Positive counts increase the height, while negative counts
19281decrease it.
2df3850c 19282
46ba6afa
BW
19283@item tabset @var{nchars}
19284@kindex tabset
c45da7e6 19285Set the width of tab stops to be @var{nchars} characters.
c906108c
SS
19286@end table
19287
8e04817f 19288@node TUI Configuration
79a6e687 19289@section TUI Configuration Variables
8e04817f 19290@cindex TUI configuration variables
c906108c 19291
46ba6afa 19292Several configuration variables control the appearance of TUI windows.
c906108c 19293
8e04817f
AC
19294@table @code
19295@item set tui border-kind @var{kind}
19296@kindex set tui border-kind
19297Select the border appearance for the source, assembly and register windows.
19298The possible values are the following:
19299@table @code
19300@item space
19301Use a space character to draw the border.
c906108c 19302
8e04817f 19303@item ascii
46ba6afa 19304Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
c906108c 19305
8e04817f
AC
19306@item acs
19307Use the Alternate Character Set to draw the border. The border is
19308drawn using character line graphics if the terminal supports them.
8e04817f 19309@end table
c78b4128 19310
8e04817f
AC
19311@item set tui border-mode @var{mode}
19312@kindex set tui border-mode
46ba6afa
BW
19313@itemx set tui active-border-mode @var{mode}
19314@kindex set tui active-border-mode
19315Select the display attributes for the borders of the inactive windows
19316or the active window. The @var{mode} can be one of the following:
8e04817f
AC
19317@table @code
19318@item normal
19319Use normal attributes to display the border.
c906108c 19320
8e04817f
AC
19321@item standout
19322Use standout mode.
c906108c 19323
8e04817f
AC
19324@item reverse
19325Use reverse video mode.
c906108c 19326
8e04817f
AC
19327@item half
19328Use half bright mode.
c906108c 19329
8e04817f
AC
19330@item half-standout
19331Use half bright and standout mode.
c906108c 19332
8e04817f
AC
19333@item bold
19334Use extra bright or bold mode.
c78b4128 19335
8e04817f
AC
19336@item bold-standout
19337Use extra bright or bold and standout mode.
8e04817f 19338@end table
8e04817f 19339@end table
c78b4128 19340
8e04817f
AC
19341@node Emacs
19342@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 19343
8e04817f
AC
19344@cindex Emacs
19345@cindex @sc{gnu} Emacs
19346A special interface allows you to use @sc{gnu} Emacs to view (and
19347edit) the source files for the program you are debugging with
19348@value{GDBN}.
c906108c 19349
8e04817f
AC
19350To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
19351executable file you want to debug as an argument. This command starts
19352@value{GDBN} as a subprocess of Emacs, with input and output through a newly
19353created Emacs buffer.
19354@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 19355
5e252a2e 19356Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
8e04817f 19357things:
c906108c 19358
8e04817f
AC
19359@itemize @bullet
19360@item
5e252a2e
NR
19361All ``terminal'' input and output goes through an Emacs buffer, called
19362the GUD buffer.
c906108c 19363
8e04817f
AC
19364This applies both to @value{GDBN} commands and their output, and to the input
19365and output done by the program you are debugging.
bf0184be 19366
8e04817f
AC
19367This is useful because it means that you can copy the text of previous
19368commands and input them again; you can even use parts of the output
19369in this way.
bf0184be 19370
8e04817f
AC
19371All the facilities of Emacs' Shell mode are available for interacting
19372with your program. In particular, you can send signals the usual
19373way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
19374stop.
bf0184be
ND
19375
19376@item
8e04817f 19377@value{GDBN} displays source code through Emacs.
bf0184be 19378
8e04817f
AC
19379Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
19380source file for that frame and puts an arrow (@samp{=>}) at the
19381left margin of the current line. Emacs uses a separate buffer for
19382source display, and splits the screen to show both your @value{GDBN} session
19383and the source.
bf0184be 19384
8e04817f
AC
19385Explicit @value{GDBN} @code{list} or search commands still produce output as
19386usual, but you probably have no reason to use them from Emacs.
5e252a2e
NR
19387@end itemize
19388
19389We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
19390a graphical mode, enabled by default, which provides further buffers
19391that can control the execution and describe the state of your program.
19392@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
c906108c 19393
64fabec2
AC
19394If you specify an absolute file name when prompted for the @kbd{M-x
19395gdb} argument, then Emacs sets your current working directory to where
19396your program resides. If you only specify the file name, then Emacs
19397sets your current working directory to to the directory associated
19398with the previous buffer. In this case, @value{GDBN} may find your
19399program by searching your environment's @code{PATH} variable, but on
19400some operating systems it might not find the source. So, although the
19401@value{GDBN} input and output session proceeds normally, the auxiliary
19402buffer does not display the current source and line of execution.
19403
19404The initial working directory of @value{GDBN} is printed on the top
5e252a2e
NR
19405line of the GUD buffer and this serves as a default for the commands
19406that specify files for @value{GDBN} to operate on. @xref{Files,
19407,Commands to Specify Files}.
64fabec2
AC
19408
19409By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
19410need to call @value{GDBN} by a different name (for example, if you
19411keep several configurations around, with different names) you can
19412customize the Emacs variable @code{gud-gdb-command-name} to run the
19413one you want.
8e04817f 19414
5e252a2e 19415In the GUD buffer, you can use these special Emacs commands in
8e04817f 19416addition to the standard Shell mode commands:
c906108c 19417
8e04817f
AC
19418@table @kbd
19419@item C-h m
5e252a2e 19420Describe the features of Emacs' GUD Mode.
c906108c 19421
64fabec2 19422@item C-c C-s
8e04817f
AC
19423Execute to another source line, like the @value{GDBN} @code{step} command; also
19424update the display window to show the current file and location.
c906108c 19425
64fabec2 19426@item C-c C-n
8e04817f
AC
19427Execute to next source line in this function, skipping all function
19428calls, like the @value{GDBN} @code{next} command. Then update the display window
19429to show the current file and location.
c906108c 19430
64fabec2 19431@item C-c C-i
8e04817f
AC
19432Execute one instruction, like the @value{GDBN} @code{stepi} command; update
19433display window accordingly.
c906108c 19434
8e04817f
AC
19435@item C-c C-f
19436Execute until exit from the selected stack frame, like the @value{GDBN}
19437@code{finish} command.
c906108c 19438
64fabec2 19439@item C-c C-r
8e04817f
AC
19440Continue execution of your program, like the @value{GDBN} @code{continue}
19441command.
b433d00b 19442
64fabec2 19443@item C-c <
8e04817f
AC
19444Go up the number of frames indicated by the numeric argument
19445(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
19446like the @value{GDBN} @code{up} command.
b433d00b 19447
64fabec2 19448@item C-c >
8e04817f
AC
19449Go down the number of frames indicated by the numeric argument, like the
19450@value{GDBN} @code{down} command.
8e04817f 19451@end table
c906108c 19452
7f9087cb 19453In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
8e04817f 19454tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 19455
5e252a2e
NR
19456In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
19457separate frame which shows a backtrace when the GUD buffer is current.
19458Move point to any frame in the stack and type @key{RET} to make it
19459become the current frame and display the associated source in the
19460source buffer. Alternatively, click @kbd{Mouse-2} to make the
19461selected frame become the current one. In graphical mode, the
19462speedbar displays watch expressions.
64fabec2 19463
8e04817f
AC
19464If you accidentally delete the source-display buffer, an easy way to get
19465it back is to type the command @code{f} in the @value{GDBN} buffer, to
19466request a frame display; when you run under Emacs, this recreates
19467the source buffer if necessary to show you the context of the current
19468frame.
c906108c 19469
8e04817f
AC
19470The source files displayed in Emacs are in ordinary Emacs buffers
19471which are visiting the source files in the usual way. You can edit
19472the files with these buffers if you wish; but keep in mind that @value{GDBN}
19473communicates with Emacs in terms of line numbers. If you add or
19474delete lines from the text, the line numbers that @value{GDBN} knows cease
19475to correspond properly with the code.
b383017d 19476
5e252a2e
NR
19477A more detailed description of Emacs' interaction with @value{GDBN} is
19478given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
19479Emacs Manual}).
c906108c 19480
8e04817f
AC
19481@c The following dropped because Epoch is nonstandard. Reactivate
19482@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
19483@ignore
19484@kindex Emacs Epoch environment
19485@kindex Epoch
19486@kindex inspect
c906108c 19487
8e04817f
AC
19488Version 18 of @sc{gnu} Emacs has a built-in window system
19489called the @code{epoch}
19490environment. Users of this environment can use a new command,
19491@code{inspect} which performs identically to @code{print} except that
19492each value is printed in its own window.
19493@end ignore
c906108c 19494
922fbb7b
AC
19495
19496@node GDB/MI
19497@chapter The @sc{gdb/mi} Interface
19498
19499@unnumberedsec Function and Purpose
19500
19501@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
19502@sc{gdb/mi} is a line based machine oriented text interface to
19503@value{GDBN} and is activated by specifying using the
19504@option{--interpreter} command line option (@pxref{Mode Options}). It
19505is specifically intended to support the development of systems which
19506use the debugger as just one small component of a larger system.
922fbb7b
AC
19507
19508This chapter is a specification of the @sc{gdb/mi} interface. It is written
19509in the form of a reference manual.
19510
19511Note that @sc{gdb/mi} is still under construction, so some of the
af6eff6f
NR
19512features described below are incomplete and subject to change
19513(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
922fbb7b
AC
19514
19515@unnumberedsec Notation and Terminology
19516
19517@cindex notational conventions, for @sc{gdb/mi}
19518This chapter uses the following notation:
19519
19520@itemize @bullet
19521@item
19522@code{|} separates two alternatives.
19523
19524@item
19525@code{[ @var{something} ]} indicates that @var{something} is optional:
19526it may or may not be given.
19527
19528@item
19529@code{( @var{group} )*} means that @var{group} inside the parentheses
19530may repeat zero or more times.
19531
19532@item
19533@code{( @var{group} )+} means that @var{group} inside the parentheses
19534may repeat one or more times.
19535
19536@item
19537@code{"@var{string}"} means a literal @var{string}.
19538@end itemize
19539
19540@ignore
19541@heading Dependencies
19542@end ignore
19543
922fbb7b 19544@menu
c3b108f7 19545* GDB/MI General Design::
922fbb7b
AC
19546* GDB/MI Command Syntax::
19547* GDB/MI Compatibility with CLI::
af6eff6f 19548* GDB/MI Development and Front Ends::
922fbb7b 19549* GDB/MI Output Records::
ef21caaf 19550* GDB/MI Simple Examples::
922fbb7b 19551* GDB/MI Command Description Format::
ef21caaf 19552* GDB/MI Breakpoint Commands::
a2c02241
NR
19553* GDB/MI Program Context::
19554* GDB/MI Thread Commands::
19555* GDB/MI Program Execution::
19556* GDB/MI Stack Manipulation::
19557* GDB/MI Variable Objects::
922fbb7b 19558* GDB/MI Data Manipulation::
a2c02241
NR
19559* GDB/MI Tracepoint Commands::
19560* GDB/MI Symbol Query::
351ff01a 19561* GDB/MI File Commands::
922fbb7b
AC
19562@ignore
19563* GDB/MI Kod Commands::
19564* GDB/MI Memory Overlay Commands::
19565* GDB/MI Signal Handling Commands::
19566@end ignore
922fbb7b 19567* GDB/MI Target Manipulation::
a6b151f1 19568* GDB/MI File Transfer Commands::
ef21caaf 19569* GDB/MI Miscellaneous Commands::
922fbb7b
AC
19570@end menu
19571
c3b108f7
VP
19572@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19573@node GDB/MI General Design
19574@section @sc{gdb/mi} General Design
19575@cindex GDB/MI General Design
19576
19577Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
19578parts---commands sent to @value{GDBN}, responses to those commands
19579and notifications. Each command results in exactly one response,
19580indicating either successful completion of the command, or an error.
19581For the commands that do not resume the target, the response contains the
19582requested information. For the commands that resume the target, the
19583response only indicates whether the target was successfully resumed.
19584Notifications is the mechanism for reporting changes in the state of the
19585target, or in @value{GDBN} state, that cannot conveniently be associated with
19586a command and reported as part of that command response.
19587
19588The important examples of notifications are:
19589@itemize @bullet
19590
19591@item
19592Exec notifications. These are used to report changes in
19593target state---when a target is resumed, or stopped. It would not
19594be feasible to include this information in response of resuming
19595commands, because one resume commands can result in multiple events in
19596different threads. Also, quite some time may pass before any event
19597happens in the target, while a frontend needs to know whether the resuming
19598command itself was successfully executed.
19599
19600@item
19601Console output, and status notifications. Console output
19602notifications are used to report output of CLI commands, as well as
19603diagnostics for other commands. Status notifications are used to
19604report the progress of a long-running operation. Naturally, including
19605this information in command response would mean no output is produced
19606until the command is finished, which is undesirable.
19607
19608@item
19609General notifications. Commands may have various side effects on
19610the @value{GDBN} or target state beyond their official purpose. For example,
19611a command may change the selected thread. Although such changes can
19612be included in command response, using notification allows for more
19613orthogonal frontend design.
19614
19615@end itemize
19616
19617There's no guarantee that whenever an MI command reports an error,
19618@value{GDBN} or the target are in any specific state, and especially,
19619the state is not reverted to the state before the MI command was
19620processed. Therefore, whenever an MI command results in an error,
19621we recommend that the frontend refreshes all the information shown in
19622the user interface.
19623
19624@subsection Context management
19625
19626In most cases when @value{GDBN} accesses the target, this access is
19627done in context of a specific thread and frame (@pxref{Frames}).
19628Often, even when accessing global data, the target requires that a thread
19629be specified. The CLI interface maintains the selected thread and frame,
19630and supplies them to target on each command. This is convenient,
19631because a command line user would not want to specify that information
19632explicitly on each command, and because user interacts with
19633@value{GDBN} via a single terminal, so no confusion is possible as
19634to what thread and frame are the current ones.
19635
19636In the case of MI, the concept of selected thread and frame is less
19637useful. First, a frontend can easily remember this information
19638itself. Second, a graphical frontend can have more than one window,
19639each one used for debugging a different thread, and the frontend might
19640want to access additional threads for internal purposes. This
19641increases the risk that by relying on implicitly selected thread, the
19642frontend may be operating on a wrong one. Therefore, each MI command
19643should explicitly specify which thread and frame to operate on. To
19644make it possible, each MI command accepts the @samp{--thread} and
19645@samp{--frame} options, the value to each is @value{GDBN} identifier
19646for thread and frame to operate on.
19647
19648Usually, each top-level window in a frontend allows the user to select
19649a thread and a frame, and remembers the user selection for further
19650operations. However, in some cases @value{GDBN} may suggest that the
19651current thread be changed. For example, when stopping on a breakpoint
19652it is reasonable to switch to the thread where breakpoint is hit. For
19653another example, if the user issues the CLI @samp{thread} command via
19654the frontend, it is desirable to change the frontend's selected thread to the
19655one specified by user. @value{GDBN} communicates the suggestion to
19656change current thread using the @samp{=thread-selected} notification.
19657No such notification is available for the selected frame at the moment.
19658
19659Note that historically, MI shares the selected thread with CLI, so
19660frontends used the @code{-thread-select} to execute commands in the
19661right context. However, getting this to work right is cumbersome. The
19662simplest way is for frontend to emit @code{-thread-select} command
19663before every command. This doubles the number of commands that need
19664to be sent. The alternative approach is to suppress @code{-thread-select}
19665if the selected thread in @value{GDBN} is supposed to be identical to the
19666thread the frontend wants to operate on. However, getting this
19667optimization right can be tricky. In particular, if the frontend
19668sends several commands to @value{GDBN}, and one of the commands changes the
19669selected thread, then the behaviour of subsequent commands will
19670change. So, a frontend should either wait for response from such
19671problematic commands, or explicitly add @code{-thread-select} for
19672all subsequent commands. No frontend is known to do this exactly
19673right, so it is suggested to just always pass the @samp{--thread} and
19674@samp{--frame} options.
19675
19676@subsection Asynchronous command execution and non-stop mode
19677
19678On some targets, @value{GDBN} is capable of processing MI commands
19679even while the target is running. This is called @dfn{asynchronous
19680command execution} (@pxref{Background Execution}). The frontend may
19681specify a preferrence for asynchronous execution using the
19682@code{-gdb-set target-async 1} command, which should be emitted before
19683either running the executable or attaching to the target. After the
19684frontend has started the executable or attached to the target, it can
19685find if asynchronous execution is enabled using the
19686@code{-list-target-features} command.
19687
19688Even if @value{GDBN} can accept a command while target is running,
19689many commands that access the target do not work when the target is
19690running. Therefore, asynchronous command execution is most useful
19691when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
19692it is possible to examine the state of one thread, while other threads
19693are running.
19694
19695When a given thread is running, MI commands that try to access the
19696target in the context of that thread may not work, or may work only on
19697some targets. In particular, commands that try to operate on thread's
19698stack will not work, on any target. Commands that read memory, or
19699modify breakpoints, may work or not work, depending on the target. Note
19700that even commands that operate on global state, such as @code{print},
19701@code{set}, and breakpoint commands, still access the target in the
19702context of a specific thread, so frontend should try to find a
19703stopped thread and perform the operation on that thread (using the
19704@samp{--thread} option).
19705
19706Which commands will work in the context of a running thread is
19707highly target dependent. However, the two commands
19708@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
19709to find the state of a thread, will always work.
19710
19711@subsection Thread groups
19712@value{GDBN} may be used to debug several processes at the same time.
19713On some platfroms, @value{GDBN} may support debugging of several
19714hardware systems, each one having several cores with several different
19715processes running on each core. This section describes the MI
19716mechanism to support such debugging scenarios.
19717
19718The key observation is that regardless of the structure of the
19719target, MI can have a global list of threads, because most commands that
19720accept the @samp{--thread} option do not need to know what process that
19721thread belongs to. Therefore, it is not necessary to introduce
19722neither additional @samp{--process} option, nor an notion of the
19723current process in the MI interface. The only strictly new feature
19724that is required is the ability to find how the threads are grouped
19725into processes.
19726
19727To allow the user to discover such grouping, and to support arbitrary
19728hierarchy of machines/cores/processes, MI introduces the concept of a
19729@dfn{thread group}. Thread group is a collection of threads and other
19730thread groups. A thread group always has a string identifier, a type,
19731and may have additional attributes specific to the type. A new
19732command, @code{-list-thread-groups}, returns the list of top-level
19733thread groups, which correspond to processes that @value{GDBN} is
19734debugging at the moment. By passing an identifier of a thread group
19735to the @code{-list-thread-groups} command, it is possible to obtain
19736the members of specific thread group.
19737
19738To allow the user to easily discover processes, and other objects, he
19739wishes to debug, a concept of @dfn{available thread group} is
19740introduced. Available thread group is an thread group that
19741@value{GDBN} is not debugging, but that can be attached to, using the
19742@code{-target-attach} command. The list of available top-level thread
19743groups can be obtained using @samp{-list-thread-groups --available}.
19744In general, the content of a thread group may be only retrieved only
19745after attaching to that thread group.
19746
922fbb7b
AC
19747@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19748@node GDB/MI Command Syntax
19749@section @sc{gdb/mi} Command Syntax
19750
19751@menu
19752* GDB/MI Input Syntax::
19753* GDB/MI Output Syntax::
922fbb7b
AC
19754@end menu
19755
19756@node GDB/MI Input Syntax
19757@subsection @sc{gdb/mi} Input Syntax
19758
19759@cindex input syntax for @sc{gdb/mi}
19760@cindex @sc{gdb/mi}, input syntax
19761@table @code
19762@item @var{command} @expansion{}
19763@code{@var{cli-command} | @var{mi-command}}
19764
19765@item @var{cli-command} @expansion{}
19766@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
19767@var{cli-command} is any existing @value{GDBN} CLI command.
19768
19769@item @var{mi-command} @expansion{}
19770@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
19771@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
19772
19773@item @var{token} @expansion{}
19774"any sequence of digits"
19775
19776@item @var{option} @expansion{}
19777@code{"-" @var{parameter} [ " " @var{parameter} ]}
19778
19779@item @var{parameter} @expansion{}
19780@code{@var{non-blank-sequence} | @var{c-string}}
19781
19782@item @var{operation} @expansion{}
19783@emph{any of the operations described in this chapter}
19784
19785@item @var{non-blank-sequence} @expansion{}
19786@emph{anything, provided it doesn't contain special characters such as
19787"-", @var{nl}, """ and of course " "}
19788
19789@item @var{c-string} @expansion{}
19790@code{""" @var{seven-bit-iso-c-string-content} """}
19791
19792@item @var{nl} @expansion{}
19793@code{CR | CR-LF}
19794@end table
19795
19796@noindent
19797Notes:
19798
19799@itemize @bullet
19800@item
19801The CLI commands are still handled by the @sc{mi} interpreter; their
19802output is described below.
19803
19804@item
19805The @code{@var{token}}, when present, is passed back when the command
19806finishes.
19807
19808@item
19809Some @sc{mi} commands accept optional arguments as part of the parameter
19810list. Each option is identified by a leading @samp{-} (dash) and may be
19811followed by an optional argument parameter. Options occur first in the
19812parameter list and can be delimited from normal parameters using
19813@samp{--} (this is useful when some parameters begin with a dash).
19814@end itemize
19815
19816Pragmatics:
19817
19818@itemize @bullet
19819@item
19820We want easy access to the existing CLI syntax (for debugging).
19821
19822@item
19823We want it to be easy to spot a @sc{mi} operation.
19824@end itemize
19825
19826@node GDB/MI Output Syntax
19827@subsection @sc{gdb/mi} Output Syntax
19828
19829@cindex output syntax of @sc{gdb/mi}
19830@cindex @sc{gdb/mi}, output syntax
19831The output from @sc{gdb/mi} consists of zero or more out-of-band records
19832followed, optionally, by a single result record. This result record
19833is for the most recent command. The sequence of output records is
594fe323 19834terminated by @samp{(gdb)}.
922fbb7b
AC
19835
19836If an input command was prefixed with a @code{@var{token}} then the
19837corresponding output for that command will also be prefixed by that same
19838@var{token}.
19839
19840@table @code
19841@item @var{output} @expansion{}
594fe323 19842@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
922fbb7b
AC
19843
19844@item @var{result-record} @expansion{}
19845@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
19846
19847@item @var{out-of-band-record} @expansion{}
19848@code{@var{async-record} | @var{stream-record}}
19849
19850@item @var{async-record} @expansion{}
19851@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
19852
19853@item @var{exec-async-output} @expansion{}
19854@code{[ @var{token} ] "*" @var{async-output}}
19855
19856@item @var{status-async-output} @expansion{}
19857@code{[ @var{token} ] "+" @var{async-output}}
19858
19859@item @var{notify-async-output} @expansion{}
19860@code{[ @var{token} ] "=" @var{async-output}}
19861
19862@item @var{async-output} @expansion{}
19863@code{@var{async-class} ( "," @var{result} )* @var{nl}}
19864
19865@item @var{result-class} @expansion{}
19866@code{"done" | "running" | "connected" | "error" | "exit"}
19867
19868@item @var{async-class} @expansion{}
19869@code{"stopped" | @var{others}} (where @var{others} will be added
19870depending on the needs---this is still in development).
19871
19872@item @var{result} @expansion{}
19873@code{ @var{variable} "=" @var{value}}
19874
19875@item @var{variable} @expansion{}
19876@code{ @var{string} }
19877
19878@item @var{value} @expansion{}
19879@code{ @var{const} | @var{tuple} | @var{list} }
19880
19881@item @var{const} @expansion{}
19882@code{@var{c-string}}
19883
19884@item @var{tuple} @expansion{}
19885@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
19886
19887@item @var{list} @expansion{}
19888@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
19889@var{result} ( "," @var{result} )* "]" }
19890
19891@item @var{stream-record} @expansion{}
19892@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
19893
19894@item @var{console-stream-output} @expansion{}
19895@code{"~" @var{c-string}}
19896
19897@item @var{target-stream-output} @expansion{}
19898@code{"@@" @var{c-string}}
19899
19900@item @var{log-stream-output} @expansion{}
19901@code{"&" @var{c-string}}
19902
19903@item @var{nl} @expansion{}
19904@code{CR | CR-LF}
19905
19906@item @var{token} @expansion{}
19907@emph{any sequence of digits}.
19908@end table
19909
19910@noindent
19911Notes:
19912
19913@itemize @bullet
19914@item
19915All output sequences end in a single line containing a period.
19916
19917@item
721c02de
VP
19918The @code{@var{token}} is from the corresponding request. Note that
19919for all async output, while the token is allowed by the grammar and
19920may be output by future versions of @value{GDBN} for select async
19921output messages, it is generally omitted. Frontends should treat
19922all async output as reporting general changes in the state of the
19923target and there should be no need to associate async output to any
19924prior command.
922fbb7b
AC
19925
19926@item
19927@cindex status output in @sc{gdb/mi}
19928@var{status-async-output} contains on-going status information about the
19929progress of a slow operation. It can be discarded. All status output is
19930prefixed by @samp{+}.
19931
19932@item
19933@cindex async output in @sc{gdb/mi}
19934@var{exec-async-output} contains asynchronous state change on the target
19935(stopped, started, disappeared). All async output is prefixed by
19936@samp{*}.
19937
19938@item
19939@cindex notify output in @sc{gdb/mi}
19940@var{notify-async-output} contains supplementary information that the
19941client should handle (e.g., a new breakpoint information). All notify
19942output is prefixed by @samp{=}.
19943
19944@item
19945@cindex console output in @sc{gdb/mi}
19946@var{console-stream-output} is output that should be displayed as is in the
19947console. It is the textual response to a CLI command. All the console
19948output is prefixed by @samp{~}.
19949
19950@item
19951@cindex target output in @sc{gdb/mi}
19952@var{target-stream-output} is the output produced by the target program.
19953All the target output is prefixed by @samp{@@}.
19954
19955@item
19956@cindex log output in @sc{gdb/mi}
19957@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
19958instance messages that should be displayed as part of an error log. All
19959the log output is prefixed by @samp{&}.
19960
19961@item
19962@cindex list output in @sc{gdb/mi}
19963New @sc{gdb/mi} commands should only output @var{lists} containing
19964@var{values}.
19965
19966
19967@end itemize
19968
19969@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
19970details about the various output records.
19971
922fbb7b
AC
19972@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19973@node GDB/MI Compatibility with CLI
19974@section @sc{gdb/mi} Compatibility with CLI
19975
19976@cindex compatibility, @sc{gdb/mi} and CLI
19977@cindex @sc{gdb/mi}, compatibility with CLI
922fbb7b 19978
a2c02241
NR
19979For the developers convenience CLI commands can be entered directly,
19980but there may be some unexpected behaviour. For example, commands
19981that query the user will behave as if the user replied yes, breakpoint
19982command lists are not executed and some CLI commands, such as
19983@code{if}, @code{when} and @code{define}, prompt for further input with
19984@samp{>}, which is not valid MI output.
ef21caaf
NR
19985
19986This feature may be removed at some stage in the future and it is
a2c02241
NR
19987recommended that front ends use the @code{-interpreter-exec} command
19988(@pxref{-interpreter-exec}).
922fbb7b 19989
af6eff6f
NR
19990@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19991@node GDB/MI Development and Front Ends
19992@section @sc{gdb/mi} Development and Front Ends
19993@cindex @sc{gdb/mi} development
19994
19995The application which takes the MI output and presents the state of the
19996program being debugged to the user is called a @dfn{front end}.
19997
19998Although @sc{gdb/mi} is still incomplete, it is currently being used
19999by a variety of front ends to @value{GDBN}. This makes it difficult
20000to introduce new functionality without breaking existing usage. This
20001section tries to minimize the problems by describing how the protocol
20002might change.
20003
20004Some changes in MI need not break a carefully designed front end, and
20005for these the MI version will remain unchanged. The following is a
20006list of changes that may occur within one level, so front ends should
20007parse MI output in a way that can handle them:
20008
20009@itemize @bullet
20010@item
20011New MI commands may be added.
20012
20013@item
20014New fields may be added to the output of any MI command.
20015
36ece8b3
NR
20016@item
20017The range of values for fields with specified values, e.g.,
9f708cb2 20018@code{in_scope} (@pxref{-var-update}) may be extended.
36ece8b3 20019
af6eff6f
NR
20020@c The format of field's content e.g type prefix, may change so parse it
20021@c at your own risk. Yes, in general?
20022
20023@c The order of fields may change? Shouldn't really matter but it might
20024@c resolve inconsistencies.
20025@end itemize
20026
20027If the changes are likely to break front ends, the MI version level
20028will be increased by one. This will allow the front end to parse the
20029output according to the MI version. Apart from mi0, new versions of
20030@value{GDBN} will not support old versions of MI and it will be the
20031responsibility of the front end to work with the new one.
20032
20033@c Starting with mi3, add a new command -mi-version that prints the MI
20034@c version?
20035
20036The best way to avoid unexpected changes in MI that might break your front
20037end is to make your project known to @value{GDBN} developers and
7a9a6b69 20038follow development on @email{gdb@@sourceware.org} and
fa0f268d 20039@email{gdb-patches@@sourceware.org}.
af6eff6f
NR
20040@cindex mailing lists
20041
922fbb7b
AC
20042@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20043@node GDB/MI Output Records
20044@section @sc{gdb/mi} Output Records
20045
20046@menu
20047* GDB/MI Result Records::
20048* GDB/MI Stream Records::
82f68b1c 20049* GDB/MI Async Records::
c3b108f7 20050* GDB/MI Frame Information::
922fbb7b
AC
20051@end menu
20052
20053@node GDB/MI Result Records
20054@subsection @sc{gdb/mi} Result Records
20055
20056@cindex result records in @sc{gdb/mi}
20057@cindex @sc{gdb/mi}, result records
20058In addition to a number of out-of-band notifications, the response to a
20059@sc{gdb/mi} command includes one of the following result indications:
20060
20061@table @code
20062@findex ^done
20063@item "^done" [ "," @var{results} ]
20064The synchronous operation was successful, @code{@var{results}} are the return
20065values.
20066
20067@item "^running"
20068@findex ^running
20069@c Is this one correct? Should it be an out-of-band notification?
20070The asynchronous operation was successfully started. The target is
20071running.
20072
ef21caaf
NR
20073@item "^connected"
20074@findex ^connected
3f94c067 20075@value{GDBN} has connected to a remote target.
ef21caaf 20076
922fbb7b
AC
20077@item "^error" "," @var{c-string}
20078@findex ^error
20079The operation failed. The @code{@var{c-string}} contains the corresponding
20080error message.
ef21caaf
NR
20081
20082@item "^exit"
20083@findex ^exit
3f94c067 20084@value{GDBN} has terminated.
ef21caaf 20085
922fbb7b
AC
20086@end table
20087
20088@node GDB/MI Stream Records
20089@subsection @sc{gdb/mi} Stream Records
20090
20091@cindex @sc{gdb/mi}, stream records
20092@cindex stream records in @sc{gdb/mi}
20093@value{GDBN} internally maintains a number of output streams: the console, the
20094target, and the log. The output intended for each of these streams is
20095funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
20096
20097Each stream record begins with a unique @dfn{prefix character} which
20098identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
20099Syntax}). In addition to the prefix, each stream record contains a
20100@code{@var{string-output}}. This is either raw text (with an implicit new
20101line) or a quoted C string (which does not contain an implicit newline).
20102
20103@table @code
20104@item "~" @var{string-output}
20105The console output stream contains text that should be displayed in the
20106CLI console window. It contains the textual responses to CLI commands.
20107
20108@item "@@" @var{string-output}
20109The target output stream contains any textual output from the running
ef21caaf
NR
20110target. This is only present when GDB's event loop is truly
20111asynchronous, which is currently only the case for remote targets.
922fbb7b
AC
20112
20113@item "&" @var{string-output}
20114The log stream contains debugging messages being produced by @value{GDBN}'s
20115internals.
20116@end table
20117
82f68b1c
VP
20118@node GDB/MI Async Records
20119@subsection @sc{gdb/mi} Async Records
922fbb7b 20120
82f68b1c
VP
20121@cindex async records in @sc{gdb/mi}
20122@cindex @sc{gdb/mi}, async records
20123@dfn{Async} records are used to notify the @sc{gdb/mi} client of
922fbb7b 20124additional changes that have occurred. Those changes can either be a
82f68b1c 20125consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
922fbb7b
AC
20126target activity (e.g., target stopped).
20127
8eb41542 20128The following is the list of possible async records:
922fbb7b
AC
20129
20130@table @code
034dad6f 20131
e1ac3328
VP
20132@item *running,thread-id="@var{thread}"
20133The target is now running. The @var{thread} field tells which
20134specific thread is now running, and can be @samp{all} if all threads
20135are running. The frontend should assume that no interaction with a
20136running thread is possible after this notification is produced.
20137The frontend should not assume that this notification is output
20138only once for any command. @value{GDBN} may emit this notification
20139several times, either for different threads, because it cannot resume
20140all threads together, or even for a single thread, if the thread must
20141be stepped though some code before letting it run freely.
20142
c3b108f7 20143@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}"
82f68b1c
VP
20144The target has stopped. The @var{reason} field can have one of the
20145following values:
034dad6f
BR
20146
20147@table @code
20148@item breakpoint-hit
20149A breakpoint was reached.
20150@item watchpoint-trigger
20151A watchpoint was triggered.
20152@item read-watchpoint-trigger
20153A read watchpoint was triggered.
20154@item access-watchpoint-trigger
20155An access watchpoint was triggered.
20156@item function-finished
20157An -exec-finish or similar CLI command was accomplished.
20158@item location-reached
20159An -exec-until or similar CLI command was accomplished.
20160@item watchpoint-scope
20161A watchpoint has gone out of scope.
20162@item end-stepping-range
20163An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
20164similar CLI command was accomplished.
20165@item exited-signalled
20166The inferior exited because of a signal.
20167@item exited
20168The inferior exited.
20169@item exited-normally
20170The inferior exited normally.
20171@item signal-received
20172A signal was received by the inferior.
922fbb7b
AC
20173@end table
20174
c3b108f7
VP
20175The @var{id} field identifies the thread that directly caused the stop
20176-- for example by hitting a breakpoint. Depending on whether all-stop
20177mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
20178stop all threads, or only the thread that directly triggered the stop.
20179If all threads are stopped, the @var{stopped} field will have the
20180value of @code{"all"}. Otherwise, the value of the @var{stopped}
20181field will be a list of thread identifiers. Presently, this list will
20182always include a single thread, but frontend should be prepared to see
20183several threads in the list.
20184
20185@item =thread-group-created,id="@var{id}"
20186@itemx =thread-group-exited,id="@var{id}"
20187A thread thread group either was attached to, or has exited/detached
20188from. The @var{id} field contains the @value{GDBN} identifier of the
20189thread group.
20190
20191@item =thread-created,id="@var{id}",group-id="@var{gid}"
20192@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
82f68b1c 20193A thread either was created, or has exited. The @var{id} field
c3b108f7
VP
20194contains the @value{GDBN} identifier of the thread. The @var{gid}
20195field identifies the thread group this thread belongs to.
66bb093b
VP
20196
20197@item =thread-selected,id="@var{id}"
20198Informs that the selected thread was changed as result of the last
20199command. This notification is not emitted as result of @code{-thread-select}
20200command but is emitted whenever an MI command that is not documented
20201to change the selected thread actually changes it. In particular,
20202invoking, directly or indirectly (via user-defined command), the CLI
20203@code{thread} command, will generate this notification.
20204
20205We suggest that in response to this notification, front ends
20206highlight the selected thread and cause subsequent commands to apply to
20207that thread.
20208
c86cf029
VP
20209@item =library-loaded,...
20210Reports that a new library file was loaded by the program. This
20211notification has 4 fields---@var{id}, @var{target-name},
134eb42c 20212@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an
c86cf029
VP
20213opaque identifier of the library. For remote debugging case,
20214@var{target-name} and @var{host-name} fields give the name of the
134eb42c
VP
20215library file on the target, and on the host respectively. For native
20216debugging, both those fields have the same value. The
c86cf029
VP
20217@var{symbols-loaded} field reports if the debug symbols for this
20218library are loaded.
20219
20220@item =library-unloaded,...
134eb42c 20221Reports that a library was unloaded by the program. This notification
c86cf029
VP
20222has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
20223the same meaning as for the @code{=library-loaded} notification
20224
82f68b1c
VP
20225@end table
20226
c3b108f7
VP
20227@node GDB/MI Frame Information
20228@subsection @sc{gdb/mi} Frame Information
20229
20230Response from many MI commands includes an information about stack
20231frame. This information is a tuple that may have the following
20232fields:
20233
20234@table @code
20235@item level
20236The level of the stack frame. The innermost frame has the level of
20237zero. This field is always present.
20238
20239@item func
20240The name of the function corresponding to the frame. This field may
20241be absent if @value{GDBN} is unable to determine the function name.
20242
20243@item addr
20244The code address for the frame. This field is always present.
20245
20246@item file
20247The name of the source files that correspond to the frame's code
20248address. This field may be absent.
20249
20250@item line
20251The source line corresponding to the frames' code address. This field
20252may be absent.
20253
20254@item from
20255The name of the binary file (either executable or shared library) the
20256corresponds to the frame's code address. This field may be absent.
20257
20258@end table
82f68b1c 20259
922fbb7b 20260
ef21caaf
NR
20261@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20262@node GDB/MI Simple Examples
20263@section Simple Examples of @sc{gdb/mi} Interaction
20264@cindex @sc{gdb/mi}, simple examples
20265
20266This subsection presents several simple examples of interaction using
20267the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
20268following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
20269the output received from @sc{gdb/mi}.
20270
d3e8051b 20271Note the line breaks shown in the examples are here only for
ef21caaf
NR
20272readability, they don't appear in the real output.
20273
79a6e687 20274@subheading Setting a Breakpoint
ef21caaf
NR
20275
20276Setting a breakpoint generates synchronous output which contains detailed
20277information of the breakpoint.
20278
20279@smallexample
20280-> -break-insert main
20281<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
20282 enabled="y",addr="0x08048564",func="main",file="myprog.c",
20283 fullname="/home/nickrob/myprog.c",line="68",times="0"@}
20284<- (gdb)
20285@end smallexample
20286
20287@subheading Program Execution
20288
20289Program execution generates asynchronous records and MI gives the
20290reason that execution stopped.
20291
20292@smallexample
20293-> -exec-run
20294<- ^running
20295<- (gdb)
a47ec5fe 20296<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
ef21caaf
NR
20297 frame=@{addr="0x08048564",func="main",
20298 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
20299 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@}
20300<- (gdb)
20301-> -exec-continue
20302<- ^running
20303<- (gdb)
20304<- *stopped,reason="exited-normally"
20305<- (gdb)
20306@end smallexample
20307
3f94c067 20308@subheading Quitting @value{GDBN}
ef21caaf 20309
3f94c067 20310Quitting @value{GDBN} just prints the result class @samp{^exit}.
ef21caaf
NR
20311
20312@smallexample
20313-> (gdb)
20314<- -gdb-exit
20315<- ^exit
20316@end smallexample
20317
a2c02241 20318@subheading A Bad Command
ef21caaf
NR
20319
20320Here's what happens if you pass a non-existent command:
20321
20322@smallexample
20323-> -rubbish
20324<- ^error,msg="Undefined MI command: rubbish"
594fe323 20325<- (gdb)
ef21caaf
NR
20326@end smallexample
20327
20328
922fbb7b
AC
20329@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20330@node GDB/MI Command Description Format
20331@section @sc{gdb/mi} Command Description Format
20332
20333The remaining sections describe blocks of commands. Each block of
20334commands is laid out in a fashion similar to this section.
20335
922fbb7b
AC
20336@subheading Motivation
20337
20338The motivation for this collection of commands.
20339
20340@subheading Introduction
20341
20342A brief introduction to this collection of commands as a whole.
20343
20344@subheading Commands
20345
20346For each command in the block, the following is described:
20347
20348@subsubheading Synopsis
20349
20350@smallexample
20351 -command @var{args}@dots{}
20352@end smallexample
20353
922fbb7b
AC
20354@subsubheading Result
20355
265eeb58 20356@subsubheading @value{GDBN} Command
922fbb7b 20357
265eeb58 20358The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
20359
20360@subsubheading Example
20361
ef21caaf
NR
20362Example(s) formatted for readability. Some of the described commands have
20363not been implemented yet and these are labeled N.A.@: (not available).
20364
20365
922fbb7b 20366@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ef21caaf
NR
20367@node GDB/MI Breakpoint Commands
20368@section @sc{gdb/mi} Breakpoint Commands
922fbb7b
AC
20369
20370@cindex breakpoint commands for @sc{gdb/mi}
20371@cindex @sc{gdb/mi}, breakpoint commands
20372This section documents @sc{gdb/mi} commands for manipulating
20373breakpoints.
20374
20375@subheading The @code{-break-after} Command
20376@findex -break-after
20377
20378@subsubheading Synopsis
20379
20380@smallexample
20381 -break-after @var{number} @var{count}
20382@end smallexample
20383
20384The breakpoint number @var{number} is not in effect until it has been
20385hit @var{count} times. To see how this is reflected in the output of
20386the @samp{-break-list} command, see the description of the
20387@samp{-break-list} command below.
20388
20389@subsubheading @value{GDBN} Command
20390
20391The corresponding @value{GDBN} command is @samp{ignore}.
20392
20393@subsubheading Example
20394
20395@smallexample
594fe323 20396(gdb)
922fbb7b 20397-break-insert main
a47ec5fe
AR
20398^done,bkpt=@{number="1",type="breakpoint",disp="keep",
20399enabled="y",addr="0x000100d0",func="main",file="hello.c",
948d5102 20400fullname="/home/foo/hello.c",line="5",times="0"@}
594fe323 20401(gdb)
922fbb7b
AC
20402-break-after 1 3
20403~
20404^done
594fe323 20405(gdb)
922fbb7b
AC
20406-break-list
20407^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
20408hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20409@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20410@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20411@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20412@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20413@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20414body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102
NR
20415addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
20416line="5",times="0",ignore="3"@}]@}
594fe323 20417(gdb)
922fbb7b
AC
20418@end smallexample
20419
20420@ignore
20421@subheading The @code{-break-catch} Command
20422@findex -break-catch
20423
20424@subheading The @code{-break-commands} Command
20425@findex -break-commands
20426@end ignore
20427
20428
20429@subheading The @code{-break-condition} Command
20430@findex -break-condition
20431
20432@subsubheading Synopsis
20433
20434@smallexample
20435 -break-condition @var{number} @var{expr}
20436@end smallexample
20437
20438Breakpoint @var{number} will stop the program only if the condition in
20439@var{expr} is true. The condition becomes part of the
20440@samp{-break-list} output (see the description of the @samp{-break-list}
20441command below).
20442
20443@subsubheading @value{GDBN} Command
20444
20445The corresponding @value{GDBN} command is @samp{condition}.
20446
20447@subsubheading Example
20448
20449@smallexample
594fe323 20450(gdb)
922fbb7b
AC
20451-break-condition 1 1
20452^done
594fe323 20453(gdb)
922fbb7b
AC
20454-break-list
20455^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
20456hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20457@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20458@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20459@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20460@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20461@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20462body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102
NR
20463addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
20464line="5",cond="1",times="0",ignore="3"@}]@}
594fe323 20465(gdb)
922fbb7b
AC
20466@end smallexample
20467
20468@subheading The @code{-break-delete} Command
20469@findex -break-delete
20470
20471@subsubheading Synopsis
20472
20473@smallexample
20474 -break-delete ( @var{breakpoint} )+
20475@end smallexample
20476
20477Delete the breakpoint(s) whose number(s) are specified in the argument
20478list. This is obviously reflected in the breakpoint list.
20479
79a6e687 20480@subsubheading @value{GDBN} Command
922fbb7b
AC
20481
20482The corresponding @value{GDBN} command is @samp{delete}.
20483
20484@subsubheading Example
20485
20486@smallexample
594fe323 20487(gdb)
922fbb7b
AC
20488-break-delete 1
20489^done
594fe323 20490(gdb)
922fbb7b
AC
20491-break-list
20492^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
20493hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20494@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20495@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20496@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20497@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20498@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20499body=[]@}
594fe323 20500(gdb)
922fbb7b
AC
20501@end smallexample
20502
20503@subheading The @code{-break-disable} Command
20504@findex -break-disable
20505
20506@subsubheading Synopsis
20507
20508@smallexample
20509 -break-disable ( @var{breakpoint} )+
20510@end smallexample
20511
20512Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
20513break list is now set to @samp{n} for the named @var{breakpoint}(s).
20514
20515@subsubheading @value{GDBN} Command
20516
20517The corresponding @value{GDBN} command is @samp{disable}.
20518
20519@subsubheading Example
20520
20521@smallexample
594fe323 20522(gdb)
922fbb7b
AC
20523-break-disable 2
20524^done
594fe323 20525(gdb)
922fbb7b
AC
20526-break-list
20527^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
20528hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20529@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20530@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20531@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20532@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20533@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20534body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
948d5102
NR
20535addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
20536line="5",times="0"@}]@}
594fe323 20537(gdb)
922fbb7b
AC
20538@end smallexample
20539
20540@subheading The @code{-break-enable} Command
20541@findex -break-enable
20542
20543@subsubheading Synopsis
20544
20545@smallexample
20546 -break-enable ( @var{breakpoint} )+
20547@end smallexample
20548
20549Enable (previously disabled) @var{breakpoint}(s).
20550
20551@subsubheading @value{GDBN} Command
20552
20553The corresponding @value{GDBN} command is @samp{enable}.
20554
20555@subsubheading Example
20556
20557@smallexample
594fe323 20558(gdb)
922fbb7b
AC
20559-break-enable 2
20560^done
594fe323 20561(gdb)
922fbb7b
AC
20562-break-list
20563^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
20564hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20565@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20566@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20567@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20568@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20569@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20570body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102
NR
20571addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
20572line="5",times="0"@}]@}
594fe323 20573(gdb)
922fbb7b
AC
20574@end smallexample
20575
20576@subheading The @code{-break-info} Command
20577@findex -break-info
20578
20579@subsubheading Synopsis
20580
20581@smallexample
20582 -break-info @var{breakpoint}
20583@end smallexample
20584
20585@c REDUNDANT???
20586Get information about a single breakpoint.
20587
79a6e687 20588@subsubheading @value{GDBN} Command
922fbb7b
AC
20589
20590The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
20591
20592@subsubheading Example
20593N.A.
20594
20595@subheading The @code{-break-insert} Command
20596@findex -break-insert
20597
20598@subsubheading Synopsis
20599
20600@smallexample
41447f92 20601 -break-insert [ -t ] [ -h ] [ -f ] [ -d ]
922fbb7b 20602 [ -c @var{condition} ] [ -i @var{ignore-count} ]
afe8ab22 20603 [ -p @var{thread} ] [ @var{location} ]
922fbb7b
AC
20604@end smallexample
20605
20606@noindent
afe8ab22 20607If specified, @var{location}, can be one of:
922fbb7b
AC
20608
20609@itemize @bullet
20610@item function
20611@c @item +offset
20612@c @item -offset
20613@c @item linenum
20614@item filename:linenum
20615@item filename:function
20616@item *address
20617@end itemize
20618
20619The possible optional parameters of this command are:
20620
20621@table @samp
20622@item -t
948d5102 20623Insert a temporary breakpoint.
922fbb7b
AC
20624@item -h
20625Insert a hardware breakpoint.
20626@item -c @var{condition}
20627Make the breakpoint conditional on @var{condition}.
20628@item -i @var{ignore-count}
20629Initialize the @var{ignore-count}.
afe8ab22
VP
20630@item -f
20631If @var{location} cannot be parsed (for example if it
20632refers to unknown files or functions), create a pending
20633breakpoint. Without this flag, @value{GDBN} will report
20634an error, and won't create a breakpoint, if @var{location}
20635cannot be parsed.
41447f92
VP
20636@item -d
20637Create a disabled breakpoint.
922fbb7b
AC
20638@end table
20639
20640@subsubheading Result
20641
20642The result is in the form:
20643
20644@smallexample
948d5102
NR
20645^done,bkpt=@{number="@var{number}",type="@var{type}",disp="del"|"keep",
20646enabled="y"|"n",addr="@var{hex}",func="@var{funcname}",file="@var{filename}",
ef21caaf
NR
20647fullname="@var{full_filename}",line="@var{lineno}",[thread="@var{threadno},]
20648times="@var{times}"@}
922fbb7b
AC
20649@end smallexample
20650
20651@noindent
948d5102
NR
20652where @var{number} is the @value{GDBN} number for this breakpoint,
20653@var{funcname} is the name of the function where the breakpoint was
20654inserted, @var{filename} is the name of the source file which contains
20655this function, @var{lineno} is the source line number within that file
20656and @var{times} the number of times that the breakpoint has been hit
20657(always 0 for -break-insert but may be greater for -break-info or -break-list
20658which use the same output).
922fbb7b
AC
20659
20660Note: this format is open to change.
20661@c An out-of-band breakpoint instead of part of the result?
20662
20663@subsubheading @value{GDBN} Command
20664
20665The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
20666@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
20667
20668@subsubheading Example
20669
20670@smallexample
594fe323 20671(gdb)
922fbb7b 20672-break-insert main
948d5102
NR
20673^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
20674fullname="/home/foo/recursive2.c,line="4",times="0"@}
594fe323 20675(gdb)
922fbb7b 20676-break-insert -t foo
948d5102
NR
20677^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
20678fullname="/home/foo/recursive2.c,line="11",times="0"@}
594fe323 20679(gdb)
922fbb7b
AC
20680-break-list
20681^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
20682hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20683@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20684@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20685@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20686@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20687@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20688body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102
NR
20689addr="0x0001072c", func="main",file="recursive2.c",
20690fullname="/home/foo/recursive2.c,"line="4",times="0"@},
922fbb7b 20691bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
948d5102
NR
20692addr="0x00010774",func="foo",file="recursive2.c",
20693fullname="/home/foo/recursive2.c",line="11",times="0"@}]@}
594fe323 20694(gdb)
922fbb7b
AC
20695-break-insert -r foo.*
20696~int foo(int, int);
948d5102
NR
20697^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
20698"fullname="/home/foo/recursive2.c",line="11",times="0"@}
594fe323 20699(gdb)
922fbb7b
AC
20700@end smallexample
20701
20702@subheading The @code{-break-list} Command
20703@findex -break-list
20704
20705@subsubheading Synopsis
20706
20707@smallexample
20708 -break-list
20709@end smallexample
20710
20711Displays the list of inserted breakpoints, showing the following fields:
20712
20713@table @samp
20714@item Number
20715number of the breakpoint
20716@item Type
20717type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
20718@item Disposition
20719should the breakpoint be deleted or disabled when it is hit: @samp{keep}
20720or @samp{nokeep}
20721@item Enabled
20722is the breakpoint enabled or no: @samp{y} or @samp{n}
20723@item Address
20724memory location at which the breakpoint is set
20725@item What
20726logical location of the breakpoint, expressed by function name, file
20727name, line number
20728@item Times
20729number of times the breakpoint has been hit
20730@end table
20731
20732If there are no breakpoints or watchpoints, the @code{BreakpointTable}
20733@code{body} field is an empty list.
20734
20735@subsubheading @value{GDBN} Command
20736
20737The corresponding @value{GDBN} command is @samp{info break}.
20738
20739@subsubheading Example
20740
20741@smallexample
594fe323 20742(gdb)
922fbb7b
AC
20743-break-list
20744^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
20745hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20746@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20747@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20748@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20749@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20750@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20751body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
20752addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
20753bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102
NR
20754addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
20755line="13",times="0"@}]@}
594fe323 20756(gdb)
922fbb7b
AC
20757@end smallexample
20758
20759Here's an example of the result when there are no breakpoints:
20760
20761@smallexample
594fe323 20762(gdb)
922fbb7b
AC
20763-break-list
20764^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
20765hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20766@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20767@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20768@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20769@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20770@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20771body=[]@}
594fe323 20772(gdb)
922fbb7b
AC
20773@end smallexample
20774
20775@subheading The @code{-break-watch} Command
20776@findex -break-watch
20777
20778@subsubheading Synopsis
20779
20780@smallexample
20781 -break-watch [ -a | -r ]
20782@end smallexample
20783
20784Create a watchpoint. With the @samp{-a} option it will create an
d3e8051b 20785@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
922fbb7b 20786read from or on a write to the memory location. With the @samp{-r}
d3e8051b 20787option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
922fbb7b
AC
20788trigger only when the memory location is accessed for reading. Without
20789either of the options, the watchpoint created is a regular watchpoint,
d3e8051b 20790i.e., it will trigger when the memory location is accessed for writing.
79a6e687 20791@xref{Set Watchpoints, , Setting Watchpoints}.
922fbb7b
AC
20792
20793Note that @samp{-break-list} will report a single list of watchpoints and
20794breakpoints inserted.
20795
20796@subsubheading @value{GDBN} Command
20797
20798The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
20799@samp{rwatch}.
20800
20801@subsubheading Example
20802
20803Setting a watchpoint on a variable in the @code{main} function:
20804
20805@smallexample
594fe323 20806(gdb)
922fbb7b
AC
20807-break-watch x
20808^done,wpt=@{number="2",exp="x"@}
594fe323 20809(gdb)
922fbb7b
AC
20810-exec-continue
20811^running
0869d01b
NR
20812(gdb)
20813*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
922fbb7b 20814value=@{old="-268439212",new="55"@},
76ff342d 20815frame=@{func="main",args=[],file="recursive2.c",
948d5102 20816fullname="/home/foo/bar/recursive2.c",line="5"@}
594fe323 20817(gdb)
922fbb7b
AC
20818@end smallexample
20819
20820Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
20821the program execution twice: first for the variable changing value, then
20822for the watchpoint going out of scope.
20823
20824@smallexample
594fe323 20825(gdb)
922fbb7b
AC
20826-break-watch C
20827^done,wpt=@{number="5",exp="C"@}
594fe323 20828(gdb)
922fbb7b
AC
20829-exec-continue
20830^running
0869d01b
NR
20831(gdb)
20832*stopped,reason="watchpoint-trigger",
922fbb7b
AC
20833wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
20834frame=@{func="callee4",args=[],
76ff342d
DJ
20835file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
20836fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
594fe323 20837(gdb)
922fbb7b
AC
20838-exec-continue
20839^running
0869d01b
NR
20840(gdb)
20841*stopped,reason="watchpoint-scope",wpnum="5",
922fbb7b
AC
20842frame=@{func="callee3",args=[@{name="strarg",
20843value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
20844file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
20845fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 20846(gdb)
922fbb7b
AC
20847@end smallexample
20848
20849Listing breakpoints and watchpoints, at different points in the program
20850execution. Note that once the watchpoint goes out of scope, it is
20851deleted.
20852
20853@smallexample
594fe323 20854(gdb)
922fbb7b
AC
20855-break-watch C
20856^done,wpt=@{number="2",exp="C"@}
594fe323 20857(gdb)
922fbb7b
AC
20858-break-list
20859^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
20860hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20861@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20862@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20863@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20864@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20865@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20866body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
20867addr="0x00010734",func="callee4",
948d5102
NR
20868file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
20869fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",times="1"@},
922fbb7b
AC
20870bkpt=@{number="2",type="watchpoint",disp="keep",
20871enabled="y",addr="",what="C",times="0"@}]@}
594fe323 20872(gdb)
922fbb7b
AC
20873-exec-continue
20874^running
0869d01b
NR
20875(gdb)
20876*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
922fbb7b
AC
20877value=@{old="-276895068",new="3"@},
20878frame=@{func="callee4",args=[],
76ff342d
DJ
20879file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
20880fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
594fe323 20881(gdb)
922fbb7b
AC
20882-break-list
20883^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
20884hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20885@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20886@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20887@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20888@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20889@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20890body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
20891addr="0x00010734",func="callee4",
948d5102
NR
20892file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
20893fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
922fbb7b
AC
20894bkpt=@{number="2",type="watchpoint",disp="keep",
20895enabled="y",addr="",what="C",times="-5"@}]@}
594fe323 20896(gdb)
922fbb7b
AC
20897-exec-continue
20898^running
20899^done,reason="watchpoint-scope",wpnum="2",
20900frame=@{func="callee3",args=[@{name="strarg",
20901value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
20902file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
20903fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 20904(gdb)
922fbb7b
AC
20905-break-list
20906^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
20907hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
20908@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
20909@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
20910@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
20911@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
20912@{width="40",alignment="2",col_name="what",colhdr="What"@}],
20913body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
20914addr="0x00010734",func="callee4",
948d5102
NR
20915file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
20916fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
20917times="1"@}]@}
594fe323 20918(gdb)
922fbb7b
AC
20919@end smallexample
20920
20921@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
20922@node GDB/MI Program Context
20923@section @sc{gdb/mi} Program Context
922fbb7b 20924
a2c02241
NR
20925@subheading The @code{-exec-arguments} Command
20926@findex -exec-arguments
922fbb7b 20927
922fbb7b
AC
20928
20929@subsubheading Synopsis
20930
20931@smallexample
a2c02241 20932 -exec-arguments @var{args}
922fbb7b
AC
20933@end smallexample
20934
a2c02241
NR
20935Set the inferior program arguments, to be used in the next
20936@samp{-exec-run}.
922fbb7b 20937
a2c02241 20938@subsubheading @value{GDBN} Command
922fbb7b 20939
a2c02241 20940The corresponding @value{GDBN} command is @samp{set args}.
922fbb7b 20941
a2c02241 20942@subsubheading Example
922fbb7b 20943
fbc5282e
MK
20944@smallexample
20945(gdb)
20946-exec-arguments -v word
20947^done
20948(gdb)
20949@end smallexample
922fbb7b 20950
a2c02241
NR
20951
20952@subheading The @code{-exec-show-arguments} Command
20953@findex -exec-show-arguments
20954
20955@subsubheading Synopsis
20956
20957@smallexample
20958 -exec-show-arguments
20959@end smallexample
20960
20961Print the arguments of the program.
922fbb7b
AC
20962
20963@subsubheading @value{GDBN} Command
20964
a2c02241 20965The corresponding @value{GDBN} command is @samp{show args}.
922fbb7b
AC
20966
20967@subsubheading Example
a2c02241 20968N.A.
922fbb7b 20969
922fbb7b 20970
a2c02241
NR
20971@subheading The @code{-environment-cd} Command
20972@findex -environment-cd
922fbb7b 20973
a2c02241 20974@subsubheading Synopsis
922fbb7b
AC
20975
20976@smallexample
a2c02241 20977 -environment-cd @var{pathdir}
922fbb7b
AC
20978@end smallexample
20979
a2c02241 20980Set @value{GDBN}'s working directory.
922fbb7b 20981
a2c02241 20982@subsubheading @value{GDBN} Command
922fbb7b 20983
a2c02241
NR
20984The corresponding @value{GDBN} command is @samp{cd}.
20985
20986@subsubheading Example
922fbb7b
AC
20987
20988@smallexample
594fe323 20989(gdb)
a2c02241
NR
20990-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
20991^done
594fe323 20992(gdb)
922fbb7b
AC
20993@end smallexample
20994
20995
a2c02241
NR
20996@subheading The @code{-environment-directory} Command
20997@findex -environment-directory
922fbb7b
AC
20998
20999@subsubheading Synopsis
21000
21001@smallexample
a2c02241 21002 -environment-directory [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
21003@end smallexample
21004
a2c02241
NR
21005Add directories @var{pathdir} to beginning of search path for source files.
21006If the @samp{-r} option is used, the search path is reset to the default
21007search path. If directories @var{pathdir} are supplied in addition to the
21008@samp{-r} option, the search path is first reset and then addition
21009occurs as normal.
21010Multiple directories may be specified, separated by blanks. Specifying
21011multiple directories in a single command
21012results in the directories added to the beginning of the
21013search path in the same order they were presented in the command.
21014If blanks are needed as
21015part of a directory name, double-quotes should be used around
21016the name. In the command output, the path will show up separated
d3e8051b 21017by the system directory-separator character. The directory-separator
a2c02241
NR
21018character must not be used
21019in any directory name.
21020If no directories are specified, the current search path is displayed.
922fbb7b
AC
21021
21022@subsubheading @value{GDBN} Command
21023
a2c02241 21024The corresponding @value{GDBN} command is @samp{dir}.
922fbb7b
AC
21025
21026@subsubheading Example
21027
922fbb7b 21028@smallexample
594fe323 21029(gdb)
a2c02241
NR
21030-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
21031^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 21032(gdb)
a2c02241
NR
21033-environment-directory ""
21034^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 21035(gdb)
a2c02241
NR
21036-environment-directory -r /home/jjohnstn/src/gdb /usr/src
21037^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
594fe323 21038(gdb)
a2c02241
NR
21039-environment-directory -r
21040^done,source-path="$cdir:$cwd"
594fe323 21041(gdb)
922fbb7b
AC
21042@end smallexample
21043
21044
a2c02241
NR
21045@subheading The @code{-environment-path} Command
21046@findex -environment-path
922fbb7b
AC
21047
21048@subsubheading Synopsis
21049
21050@smallexample
a2c02241 21051 -environment-path [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
21052@end smallexample
21053
a2c02241
NR
21054Add directories @var{pathdir} to beginning of search path for object files.
21055If the @samp{-r} option is used, the search path is reset to the original
21056search path that existed at gdb start-up. If directories @var{pathdir} are
21057supplied in addition to the
21058@samp{-r} option, the search path is first reset and then addition
21059occurs as normal.
21060Multiple directories may be specified, separated by blanks. Specifying
21061multiple directories in a single command
21062results in the directories added to the beginning of the
21063search path in the same order they were presented in the command.
21064If blanks are needed as
21065part of a directory name, double-quotes should be used around
21066the name. In the command output, the path will show up separated
d3e8051b 21067by the system directory-separator character. The directory-separator
a2c02241
NR
21068character must not be used
21069in any directory name.
21070If no directories are specified, the current path is displayed.
21071
922fbb7b
AC
21072
21073@subsubheading @value{GDBN} Command
21074
a2c02241 21075The corresponding @value{GDBN} command is @samp{path}.
922fbb7b
AC
21076
21077@subsubheading Example
21078
922fbb7b 21079@smallexample
594fe323 21080(gdb)
a2c02241
NR
21081-environment-path
21082^done,path="/usr/bin"
594fe323 21083(gdb)
a2c02241
NR
21084-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
21085^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
594fe323 21086(gdb)
a2c02241
NR
21087-environment-path -r /usr/local/bin
21088^done,path="/usr/local/bin:/usr/bin"
594fe323 21089(gdb)
922fbb7b
AC
21090@end smallexample
21091
21092
a2c02241
NR
21093@subheading The @code{-environment-pwd} Command
21094@findex -environment-pwd
922fbb7b
AC
21095
21096@subsubheading Synopsis
21097
21098@smallexample
a2c02241 21099 -environment-pwd
922fbb7b
AC
21100@end smallexample
21101
a2c02241 21102Show the current working directory.
922fbb7b 21103
79a6e687 21104@subsubheading @value{GDBN} Command
922fbb7b 21105
a2c02241 21106The corresponding @value{GDBN} command is @samp{pwd}.
922fbb7b
AC
21107
21108@subsubheading Example
21109
922fbb7b 21110@smallexample
594fe323 21111(gdb)
a2c02241
NR
21112-environment-pwd
21113^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
594fe323 21114(gdb)
922fbb7b
AC
21115@end smallexample
21116
a2c02241
NR
21117@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21118@node GDB/MI Thread Commands
21119@section @sc{gdb/mi} Thread Commands
21120
21121
21122@subheading The @code{-thread-info} Command
21123@findex -thread-info
922fbb7b
AC
21124
21125@subsubheading Synopsis
21126
21127@smallexample
8e8901c5 21128 -thread-info [ @var{thread-id} ]
922fbb7b
AC
21129@end smallexample
21130
8e8901c5
VP
21131Reports information about either a specific thread, if
21132the @var{thread-id} parameter is present, or about all
21133threads. When printing information about all threads,
21134also reports the current thread.
21135
79a6e687 21136@subsubheading @value{GDBN} Command
922fbb7b 21137
8e8901c5
VP
21138The @samp{info thread} command prints the same information
21139about all threads.
922fbb7b
AC
21140
21141@subsubheading Example
922fbb7b
AC
21142
21143@smallexample
8e8901c5
VP
21144-thread-info
21145^done,threads=[
21146@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
c3b108f7 21147 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
8e8901c5
VP
21148@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
21149 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
c3b108f7 21150 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},state="running"@}],
8e8901c5
VP
21151current-thread-id="1"
21152(gdb)
922fbb7b
AC
21153@end smallexample
21154
c3b108f7
VP
21155The @samp{state} field may have the following values:
21156
21157@table @code
21158@item stopped
21159The thread is stopped. Frame information is available for stopped
21160threads.
21161
21162@item running
21163The thread is running. There's no frame information for running
21164threads.
21165
21166@end table
21167
a2c02241
NR
21168@subheading The @code{-thread-list-ids} Command
21169@findex -thread-list-ids
922fbb7b 21170
a2c02241 21171@subsubheading Synopsis
922fbb7b 21172
a2c02241
NR
21173@smallexample
21174 -thread-list-ids
21175@end smallexample
922fbb7b 21176
a2c02241
NR
21177Produces a list of the currently known @value{GDBN} thread ids. At the
21178end of the list it also prints the total number of such threads.
922fbb7b 21179
c3b108f7
VP
21180This command is retained for historical reasons, the
21181@code{-thread-info} command should be used instead.
21182
922fbb7b
AC
21183@subsubheading @value{GDBN} Command
21184
a2c02241 21185Part of @samp{info threads} supplies the same information.
922fbb7b
AC
21186
21187@subsubheading Example
21188
922fbb7b 21189@smallexample
594fe323 21190(gdb)
a2c02241
NR
21191-thread-list-ids
21192^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
592375cd 21193current-thread-id="1",number-of-threads="3"
594fe323 21194(gdb)
922fbb7b
AC
21195@end smallexample
21196
a2c02241
NR
21197
21198@subheading The @code{-thread-select} Command
21199@findex -thread-select
922fbb7b
AC
21200
21201@subsubheading Synopsis
21202
21203@smallexample
a2c02241 21204 -thread-select @var{threadnum}
922fbb7b
AC
21205@end smallexample
21206
a2c02241
NR
21207Make @var{threadnum} the current thread. It prints the number of the new
21208current thread, and the topmost frame for that thread.
922fbb7b 21209
c3b108f7
VP
21210This command is deprecated in favor of explicitly using the
21211@samp{--thread} option to each command.
21212
922fbb7b
AC
21213@subsubheading @value{GDBN} Command
21214
a2c02241 21215The corresponding @value{GDBN} command is @samp{thread}.
922fbb7b
AC
21216
21217@subsubheading Example
922fbb7b
AC
21218
21219@smallexample
594fe323 21220(gdb)
a2c02241
NR
21221-exec-next
21222^running
594fe323 21223(gdb)
a2c02241
NR
21224*stopped,reason="end-stepping-range",thread-id="2",line="187",
21225file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
594fe323 21226(gdb)
a2c02241
NR
21227-thread-list-ids
21228^done,
21229thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
21230number-of-threads="3"
594fe323 21231(gdb)
a2c02241
NR
21232-thread-select 3
21233^done,new-thread-id="3",
21234frame=@{level="0",func="vprintf",
21235args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
21236@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
594fe323 21237(gdb)
922fbb7b
AC
21238@end smallexample
21239
a2c02241
NR
21240@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21241@node GDB/MI Program Execution
21242@section @sc{gdb/mi} Program Execution
922fbb7b 21243
ef21caaf 21244These are the asynchronous commands which generate the out-of-band
3f94c067 21245record @samp{*stopped}. Currently @value{GDBN} only really executes
ef21caaf
NR
21246asynchronously with remote targets and this interaction is mimicked in
21247other cases.
922fbb7b 21248
922fbb7b
AC
21249@subheading The @code{-exec-continue} Command
21250@findex -exec-continue
21251
21252@subsubheading Synopsis
21253
21254@smallexample
c3b108f7 21255 -exec-continue [--all|--thread-group N]
922fbb7b
AC
21256@end smallexample
21257
ef21caaf 21258Resumes the execution of the inferior program until a breakpoint is
c3b108f7
VP
21259encountered, or until the inferior exits. In all-stop mode
21260(@pxref{All-Stop Mode}), may resume only one thread, or all threads,
21261depending on the value of the @samp{scheduler-locking} variable. In
21262non-stop mode (@pxref{Non-Stop Mode}), if the @samp{--all} is not
21263specified, only the thread specified with the @samp{--thread} option
21264(or current thread, if no @samp{--thread} is provided) is resumed. If
21265@samp{--all} is specified, all threads will be resumed. The
21266@samp{--all} option is ignored in all-stop mode. If the
21267@samp{--thread-group} options is specified, then all threads in that
21268thread group are resumed.
922fbb7b
AC
21269
21270@subsubheading @value{GDBN} Command
21271
21272The corresponding @value{GDBN} corresponding is @samp{continue}.
21273
21274@subsubheading Example
21275
21276@smallexample
21277-exec-continue
21278^running
594fe323 21279(gdb)
922fbb7b 21280@@Hello world
a47ec5fe
AR
21281*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
21282func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
21283line="13"@}
594fe323 21284(gdb)
922fbb7b
AC
21285@end smallexample
21286
21287
21288@subheading The @code{-exec-finish} Command
21289@findex -exec-finish
21290
21291@subsubheading Synopsis
21292
21293@smallexample
21294 -exec-finish
21295@end smallexample
21296
ef21caaf
NR
21297Resumes the execution of the inferior program until the current
21298function is exited. Displays the results returned by the function.
922fbb7b
AC
21299
21300@subsubheading @value{GDBN} Command
21301
21302The corresponding @value{GDBN} command is @samp{finish}.
21303
21304@subsubheading Example
21305
21306Function returning @code{void}.
21307
21308@smallexample
21309-exec-finish
21310^running
594fe323 21311(gdb)
922fbb7b
AC
21312@@hello from foo
21313*stopped,reason="function-finished",frame=@{func="main",args=[],
948d5102 21314file="hello.c",fullname="/home/foo/bar/hello.c",line="7"@}
594fe323 21315(gdb)
922fbb7b
AC
21316@end smallexample
21317
21318Function returning other than @code{void}. The name of the internal
21319@value{GDBN} variable storing the result is printed, together with the
21320value itself.
21321
21322@smallexample
21323-exec-finish
21324^running
594fe323 21325(gdb)
922fbb7b
AC
21326*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
21327args=[@{name="a",value="1"],@{name="b",value="9"@}@},
948d5102 21328file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
922fbb7b 21329gdb-result-var="$1",return-value="0"
594fe323 21330(gdb)
922fbb7b
AC
21331@end smallexample
21332
21333
21334@subheading The @code{-exec-interrupt} Command
21335@findex -exec-interrupt
21336
21337@subsubheading Synopsis
21338
21339@smallexample
c3b108f7 21340 -exec-interrupt [--all|--thread-group N]
922fbb7b
AC
21341@end smallexample
21342
ef21caaf
NR
21343Interrupts the background execution of the target. Note how the token
21344associated with the stop message is the one for the execution command
21345that has been interrupted. The token for the interrupt itself only
21346appears in the @samp{^done} output. If the user is trying to
922fbb7b
AC
21347interrupt a non-running program, an error message will be printed.
21348
c3b108f7
VP
21349Note that when asynchronous execution is enabled, this command is
21350asynchronous just like other execution commands. That is, first the
21351@samp{^done} response will be printed, and the target stop will be
21352reported after that using the @samp{*stopped} notification.
21353
21354In non-stop mode, only the context thread is interrupted by default.
21355All threads will be interrupted if the @samp{--all} option is
21356specified. If the @samp{--thread-group} option is specified, all
21357threads in that group will be interrupted.
21358
922fbb7b
AC
21359@subsubheading @value{GDBN} Command
21360
21361The corresponding @value{GDBN} command is @samp{interrupt}.
21362
21363@subsubheading Example
21364
21365@smallexample
594fe323 21366(gdb)
922fbb7b
AC
21367111-exec-continue
21368111^running
21369
594fe323 21370(gdb)
922fbb7b
AC
21371222-exec-interrupt
21372222^done
594fe323 21373(gdb)
922fbb7b 21374111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d 21375frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
948d5102 21376fullname="/home/foo/bar/try.c",line="13"@}
594fe323 21377(gdb)
922fbb7b 21378
594fe323 21379(gdb)
922fbb7b
AC
21380-exec-interrupt
21381^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
594fe323 21382(gdb)
922fbb7b
AC
21383@end smallexample
21384
21385
21386@subheading The @code{-exec-next} Command
21387@findex -exec-next
21388
21389@subsubheading Synopsis
21390
21391@smallexample
21392 -exec-next
21393@end smallexample
21394
ef21caaf
NR
21395Resumes execution of the inferior program, stopping when the beginning
21396of the next source line is reached.
922fbb7b
AC
21397
21398@subsubheading @value{GDBN} Command
21399
21400The corresponding @value{GDBN} command is @samp{next}.
21401
21402@subsubheading Example
21403
21404@smallexample
21405-exec-next
21406^running
594fe323 21407(gdb)
922fbb7b 21408*stopped,reason="end-stepping-range",line="8",file="hello.c"
594fe323 21409(gdb)
922fbb7b
AC
21410@end smallexample
21411
21412
21413@subheading The @code{-exec-next-instruction} Command
21414@findex -exec-next-instruction
21415
21416@subsubheading Synopsis
21417
21418@smallexample
21419 -exec-next-instruction
21420@end smallexample
21421
ef21caaf
NR
21422Executes one machine instruction. If the instruction is a function
21423call, continues until the function returns. If the program stops at an
21424instruction in the middle of a source line, the address will be
21425printed as well.
922fbb7b
AC
21426
21427@subsubheading @value{GDBN} Command
21428
21429The corresponding @value{GDBN} command is @samp{nexti}.
21430
21431@subsubheading Example
21432
21433@smallexample
594fe323 21434(gdb)
922fbb7b
AC
21435-exec-next-instruction
21436^running
21437
594fe323 21438(gdb)
922fbb7b
AC
21439*stopped,reason="end-stepping-range",
21440addr="0x000100d4",line="5",file="hello.c"
594fe323 21441(gdb)
922fbb7b
AC
21442@end smallexample
21443
21444
21445@subheading The @code{-exec-return} Command
21446@findex -exec-return
21447
21448@subsubheading Synopsis
21449
21450@smallexample
21451 -exec-return
21452@end smallexample
21453
21454Makes current function return immediately. Doesn't execute the inferior.
21455Displays the new current frame.
21456
21457@subsubheading @value{GDBN} Command
21458
21459The corresponding @value{GDBN} command is @samp{return}.
21460
21461@subsubheading Example
21462
21463@smallexample
594fe323 21464(gdb)
922fbb7b
AC
21465200-break-insert callee4
21466200^done,bkpt=@{number="1",addr="0x00010734",
21467file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 21468(gdb)
922fbb7b
AC
21469000-exec-run
21470000^running
594fe323 21471(gdb)
a47ec5fe 21472000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
922fbb7b 21473frame=@{func="callee4",args=[],
76ff342d
DJ
21474file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21475fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 21476(gdb)
922fbb7b
AC
21477205-break-delete
21478205^done
594fe323 21479(gdb)
922fbb7b
AC
21480111-exec-return
21481111^done,frame=@{level="0",func="callee3",
21482args=[@{name="strarg",
21483value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
21484file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21485fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 21486(gdb)
922fbb7b
AC
21487@end smallexample
21488
21489
21490@subheading The @code{-exec-run} Command
21491@findex -exec-run
21492
21493@subsubheading Synopsis
21494
21495@smallexample
21496 -exec-run
21497@end smallexample
21498
ef21caaf
NR
21499Starts execution of the inferior from the beginning. The inferior
21500executes until either a breakpoint is encountered or the program
21501exits. In the latter case the output will include an exit code, if
21502the program has exited exceptionally.
922fbb7b
AC
21503
21504@subsubheading @value{GDBN} Command
21505
21506The corresponding @value{GDBN} command is @samp{run}.
21507
ef21caaf 21508@subsubheading Examples
922fbb7b
AC
21509
21510@smallexample
594fe323 21511(gdb)
922fbb7b
AC
21512-break-insert main
21513^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
594fe323 21514(gdb)
922fbb7b
AC
21515-exec-run
21516^running
594fe323 21517(gdb)
a47ec5fe 21518*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
76ff342d 21519frame=@{func="main",args=[],file="recursive2.c",
948d5102 21520fullname="/home/foo/bar/recursive2.c",line="4"@}
594fe323 21521(gdb)
922fbb7b
AC
21522@end smallexample
21523
ef21caaf
NR
21524@noindent
21525Program exited normally:
21526
21527@smallexample
594fe323 21528(gdb)
ef21caaf
NR
21529-exec-run
21530^running
594fe323 21531(gdb)
ef21caaf
NR
21532x = 55
21533*stopped,reason="exited-normally"
594fe323 21534(gdb)
ef21caaf
NR
21535@end smallexample
21536
21537@noindent
21538Program exited exceptionally:
21539
21540@smallexample
594fe323 21541(gdb)
ef21caaf
NR
21542-exec-run
21543^running
594fe323 21544(gdb)
ef21caaf
NR
21545x = 55
21546*stopped,reason="exited",exit-code="01"
594fe323 21547(gdb)
ef21caaf
NR
21548@end smallexample
21549
21550Another way the program can terminate is if it receives a signal such as
21551@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
21552
21553@smallexample
594fe323 21554(gdb)
ef21caaf
NR
21555*stopped,reason="exited-signalled",signal-name="SIGINT",
21556signal-meaning="Interrupt"
21557@end smallexample
21558
922fbb7b 21559
a2c02241
NR
21560@c @subheading -exec-signal
21561
21562
21563@subheading The @code{-exec-step} Command
21564@findex -exec-step
922fbb7b
AC
21565
21566@subsubheading Synopsis
21567
21568@smallexample
a2c02241 21569 -exec-step
922fbb7b
AC
21570@end smallexample
21571
a2c02241
NR
21572Resumes execution of the inferior program, stopping when the beginning
21573of the next source line is reached, if the next source line is not a
21574function call. If it is, stop at the first instruction of the called
21575function.
922fbb7b
AC
21576
21577@subsubheading @value{GDBN} Command
21578
a2c02241 21579The corresponding @value{GDBN} command is @samp{step}.
922fbb7b
AC
21580
21581@subsubheading Example
21582
21583Stepping into a function:
21584
21585@smallexample
21586-exec-step
21587^running
594fe323 21588(gdb)
922fbb7b
AC
21589*stopped,reason="end-stepping-range",
21590frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d 21591@{name="b",value="0"@}],file="recursive2.c",
948d5102 21592fullname="/home/foo/bar/recursive2.c",line="11"@}
594fe323 21593(gdb)
922fbb7b
AC
21594@end smallexample
21595
21596Regular stepping:
21597
21598@smallexample
21599-exec-step
21600^running
594fe323 21601(gdb)
922fbb7b 21602*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
594fe323 21603(gdb)
922fbb7b
AC
21604@end smallexample
21605
21606
21607@subheading The @code{-exec-step-instruction} Command
21608@findex -exec-step-instruction
21609
21610@subsubheading Synopsis
21611
21612@smallexample
21613 -exec-step-instruction
21614@end smallexample
21615
ef21caaf
NR
21616Resumes the inferior which executes one machine instruction. The
21617output, once @value{GDBN} has stopped, will vary depending on whether
21618we have stopped in the middle of a source line or not. In the former
21619case, the address at which the program stopped will be printed as
922fbb7b
AC
21620well.
21621
21622@subsubheading @value{GDBN} Command
21623
21624The corresponding @value{GDBN} command is @samp{stepi}.
21625
21626@subsubheading Example
21627
21628@smallexample
594fe323 21629(gdb)
922fbb7b
AC
21630-exec-step-instruction
21631^running
21632
594fe323 21633(gdb)
922fbb7b 21634*stopped,reason="end-stepping-range",
76ff342d 21635frame=@{func="foo",args=[],file="try.c",
948d5102 21636fullname="/home/foo/bar/try.c",line="10"@}
594fe323 21637(gdb)
922fbb7b
AC
21638-exec-step-instruction
21639^running
21640
594fe323 21641(gdb)
922fbb7b 21642*stopped,reason="end-stepping-range",
76ff342d 21643frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
948d5102 21644fullname="/home/foo/bar/try.c",line="10"@}
594fe323 21645(gdb)
922fbb7b
AC
21646@end smallexample
21647
21648
21649@subheading The @code{-exec-until} Command
21650@findex -exec-until
21651
21652@subsubheading Synopsis
21653
21654@smallexample
21655 -exec-until [ @var{location} ]
21656@end smallexample
21657
ef21caaf
NR
21658Executes the inferior until the @var{location} specified in the
21659argument is reached. If there is no argument, the inferior executes
21660until a source line greater than the current one is reached. The
21661reason for stopping in this case will be @samp{location-reached}.
922fbb7b
AC
21662
21663@subsubheading @value{GDBN} Command
21664
21665The corresponding @value{GDBN} command is @samp{until}.
21666
21667@subsubheading Example
21668
21669@smallexample
594fe323 21670(gdb)
922fbb7b
AC
21671-exec-until recursive2.c:6
21672^running
594fe323 21673(gdb)
922fbb7b
AC
21674x = 55
21675*stopped,reason="location-reached",frame=@{func="main",args=[],
948d5102 21676file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6"@}
594fe323 21677(gdb)
922fbb7b
AC
21678@end smallexample
21679
21680@ignore
21681@subheading -file-clear
21682Is this going away????
21683@end ignore
21684
351ff01a 21685@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
21686@node GDB/MI Stack Manipulation
21687@section @sc{gdb/mi} Stack Manipulation Commands
351ff01a 21688
922fbb7b 21689
a2c02241
NR
21690@subheading The @code{-stack-info-frame} Command
21691@findex -stack-info-frame
922fbb7b
AC
21692
21693@subsubheading Synopsis
21694
21695@smallexample
a2c02241 21696 -stack-info-frame
922fbb7b
AC
21697@end smallexample
21698
a2c02241 21699Get info on the selected frame.
922fbb7b
AC
21700
21701@subsubheading @value{GDBN} Command
21702
a2c02241
NR
21703The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
21704(without arguments).
922fbb7b
AC
21705
21706@subsubheading Example
21707
21708@smallexample
594fe323 21709(gdb)
a2c02241
NR
21710-stack-info-frame
21711^done,frame=@{level="1",addr="0x0001076c",func="callee3",
21712file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21713fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
594fe323 21714(gdb)
922fbb7b
AC
21715@end smallexample
21716
a2c02241
NR
21717@subheading The @code{-stack-info-depth} Command
21718@findex -stack-info-depth
922fbb7b
AC
21719
21720@subsubheading Synopsis
21721
21722@smallexample
a2c02241 21723 -stack-info-depth [ @var{max-depth} ]
922fbb7b
AC
21724@end smallexample
21725
a2c02241
NR
21726Return the depth of the stack. If the integer argument @var{max-depth}
21727is specified, do not count beyond @var{max-depth} frames.
922fbb7b
AC
21728
21729@subsubheading @value{GDBN} Command
21730
a2c02241 21731There's no equivalent @value{GDBN} command.
922fbb7b
AC
21732
21733@subsubheading Example
21734
a2c02241
NR
21735For a stack with frame levels 0 through 11:
21736
922fbb7b 21737@smallexample
594fe323 21738(gdb)
a2c02241
NR
21739-stack-info-depth
21740^done,depth="12"
594fe323 21741(gdb)
a2c02241
NR
21742-stack-info-depth 4
21743^done,depth="4"
594fe323 21744(gdb)
a2c02241
NR
21745-stack-info-depth 12
21746^done,depth="12"
594fe323 21747(gdb)
a2c02241
NR
21748-stack-info-depth 11
21749^done,depth="11"
594fe323 21750(gdb)
a2c02241
NR
21751-stack-info-depth 13
21752^done,depth="12"
594fe323 21753(gdb)
922fbb7b
AC
21754@end smallexample
21755
a2c02241
NR
21756@subheading The @code{-stack-list-arguments} Command
21757@findex -stack-list-arguments
922fbb7b
AC
21758
21759@subsubheading Synopsis
21760
21761@smallexample
a2c02241
NR
21762 -stack-list-arguments @var{show-values}
21763 [ @var{low-frame} @var{high-frame} ]
922fbb7b
AC
21764@end smallexample
21765
a2c02241
NR
21766Display a list of the arguments for the frames between @var{low-frame}
21767and @var{high-frame} (inclusive). If @var{low-frame} and
2f1acb09
VP
21768@var{high-frame} are not provided, list the arguments for the whole
21769call stack. If the two arguments are equal, show the single frame
21770at the corresponding level. It is an error if @var{low-frame} is
21771larger than the actual number of frames. On the other hand,
21772@var{high-frame} may be larger than the actual number of frames, in
21773which case only existing frames will be returned.
a2c02241
NR
21774
21775The @var{show-values} argument must have a value of 0 or 1. A value of
217760 means that only the names of the arguments are listed, a value of 1
21777means that both names and values of the arguments are printed.
922fbb7b
AC
21778
21779@subsubheading @value{GDBN} Command
21780
a2c02241
NR
21781@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
21782@samp{gdb_get_args} command which partially overlaps with the
21783functionality of @samp{-stack-list-arguments}.
922fbb7b
AC
21784
21785@subsubheading Example
922fbb7b 21786
a2c02241 21787@smallexample
594fe323 21788(gdb)
a2c02241
NR
21789-stack-list-frames
21790^done,
21791stack=[
21792frame=@{level="0",addr="0x00010734",func="callee4",
21793file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21794fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
21795frame=@{level="1",addr="0x0001076c",func="callee3",
21796file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21797fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
21798frame=@{level="2",addr="0x0001078c",func="callee2",
21799file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21800fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
21801frame=@{level="3",addr="0x000107b4",func="callee1",
21802file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21803fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
21804frame=@{level="4",addr="0x000107e0",func="main",
21805file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
21806fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
594fe323 21807(gdb)
a2c02241
NR
21808-stack-list-arguments 0
21809^done,
21810stack-args=[
21811frame=@{level="0",args=[]@},
21812frame=@{level="1",args=[name="strarg"]@},
21813frame=@{level="2",args=[name="intarg",name="strarg"]@},
21814frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
21815frame=@{level="4",args=[]@}]
594fe323 21816(gdb)
a2c02241
NR
21817-stack-list-arguments 1
21818^done,
21819stack-args=[
21820frame=@{level="0",args=[]@},
21821frame=@{level="1",
21822 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
21823frame=@{level="2",args=[
21824@{name="intarg",value="2"@},
21825@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
21826@{frame=@{level="3",args=[
21827@{name="intarg",value="2"@},
21828@{name="strarg",value="0x11940 \"A string argument.\""@},
21829@{name="fltarg",value="3.5"@}]@},
21830frame=@{level="4",args=[]@}]
594fe323 21831(gdb)
a2c02241
NR
21832-stack-list-arguments 0 2 2
21833^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
594fe323 21834(gdb)
a2c02241
NR
21835-stack-list-arguments 1 2 2
21836^done,stack-args=[frame=@{level="2",
21837args=[@{name="intarg",value="2"@},
21838@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
594fe323 21839(gdb)
a2c02241
NR
21840@end smallexample
21841
21842@c @subheading -stack-list-exception-handlers
922fbb7b 21843
a2c02241
NR
21844
21845@subheading The @code{-stack-list-frames} Command
21846@findex -stack-list-frames
1abaf70c
BR
21847
21848@subsubheading Synopsis
21849
21850@smallexample
a2c02241 21851 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
1abaf70c
BR
21852@end smallexample
21853
a2c02241
NR
21854List the frames currently on the stack. For each frame it displays the
21855following info:
21856
21857@table @samp
21858@item @var{level}
d3e8051b 21859The frame number, 0 being the topmost frame, i.e., the innermost function.
a2c02241
NR
21860@item @var{addr}
21861The @code{$pc} value for that frame.
21862@item @var{func}
21863Function name.
21864@item @var{file}
21865File name of the source file where the function lives.
21866@item @var{line}
21867Line number corresponding to the @code{$pc}.
21868@end table
21869
21870If invoked without arguments, this command prints a backtrace for the
21871whole stack. If given two integer arguments, it shows the frames whose
21872levels are between the two arguments (inclusive). If the two arguments
2ab1eb7a
VP
21873are equal, it shows the single frame at the corresponding level. It is
21874an error if @var{low-frame} is larger than the actual number of
a5451f4e 21875frames. On the other hand, @var{high-frame} may be larger than the
2ab1eb7a 21876actual number of frames, in which case only existing frames will be returned.
1abaf70c
BR
21877
21878@subsubheading @value{GDBN} Command
21879
a2c02241 21880The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
1abaf70c
BR
21881
21882@subsubheading Example
21883
a2c02241
NR
21884Full stack backtrace:
21885
1abaf70c 21886@smallexample
594fe323 21887(gdb)
a2c02241
NR
21888-stack-list-frames
21889^done,stack=
21890[frame=@{level="0",addr="0x0001076c",func="foo",
21891 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11"@},
21892frame=@{level="1",addr="0x000107a4",func="foo",
21893 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21894frame=@{level="2",addr="0x000107a4",func="foo",
21895 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21896frame=@{level="3",addr="0x000107a4",func="foo",
21897 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21898frame=@{level="4",addr="0x000107a4",func="foo",
21899 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21900frame=@{level="5",addr="0x000107a4",func="foo",
21901 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21902frame=@{level="6",addr="0x000107a4",func="foo",
21903 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21904frame=@{level="7",addr="0x000107a4",func="foo",
21905 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21906frame=@{level="8",addr="0x000107a4",func="foo",
21907 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21908frame=@{level="9",addr="0x000107a4",func="foo",
21909 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21910frame=@{level="10",addr="0x000107a4",func="foo",
21911 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21912frame=@{level="11",addr="0x00010738",func="main",
21913 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4"@}]
594fe323 21914(gdb)
1abaf70c
BR
21915@end smallexample
21916
a2c02241 21917Show frames between @var{low_frame} and @var{high_frame}:
1abaf70c 21918
a2c02241 21919@smallexample
594fe323 21920(gdb)
a2c02241
NR
21921-stack-list-frames 3 5
21922^done,stack=
21923[frame=@{level="3",addr="0x000107a4",func="foo",
21924 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21925frame=@{level="4",addr="0x000107a4",func="foo",
21926 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
21927frame=@{level="5",addr="0x000107a4",func="foo",
21928 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
594fe323 21929(gdb)
a2c02241 21930@end smallexample
922fbb7b 21931
a2c02241 21932Show a single frame:
922fbb7b
AC
21933
21934@smallexample
594fe323 21935(gdb)
a2c02241
NR
21936-stack-list-frames 3 3
21937^done,stack=
21938[frame=@{level="3",addr="0x000107a4",func="foo",
21939 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
594fe323 21940(gdb)
922fbb7b
AC
21941@end smallexample
21942
922fbb7b 21943
a2c02241
NR
21944@subheading The @code{-stack-list-locals} Command
21945@findex -stack-list-locals
57c22c6c 21946
a2c02241 21947@subsubheading Synopsis
922fbb7b
AC
21948
21949@smallexample
a2c02241 21950 -stack-list-locals @var{print-values}
922fbb7b
AC
21951@end smallexample
21952
a2c02241
NR
21953Display the local variable names for the selected frame. If
21954@var{print-values} is 0 or @code{--no-values}, print only the names of
21955the variables; if it is 1 or @code{--all-values}, print also their
21956values; and if it is 2 or @code{--simple-values}, print the name,
21957type and value for simple data types and the name and type for arrays,
21958structures and unions. In this last case, a frontend can immediately
21959display the value of simple data types and create variable objects for
d3e8051b 21960other data types when the user wishes to explore their values in
a2c02241 21961more detail.
922fbb7b
AC
21962
21963@subsubheading @value{GDBN} Command
21964
a2c02241 21965@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
922fbb7b
AC
21966
21967@subsubheading Example
922fbb7b
AC
21968
21969@smallexample
594fe323 21970(gdb)
a2c02241
NR
21971-stack-list-locals 0
21972^done,locals=[name="A",name="B",name="C"]
594fe323 21973(gdb)
a2c02241
NR
21974-stack-list-locals --all-values
21975^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
21976 @{name="C",value="@{1, 2, 3@}"@}]
21977-stack-list-locals --simple-values
21978^done,locals=[@{name="A",type="int",value="1"@},
21979 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
594fe323 21980(gdb)
922fbb7b
AC
21981@end smallexample
21982
922fbb7b 21983
a2c02241
NR
21984@subheading The @code{-stack-select-frame} Command
21985@findex -stack-select-frame
922fbb7b
AC
21986
21987@subsubheading Synopsis
21988
21989@smallexample
a2c02241 21990 -stack-select-frame @var{framenum}
922fbb7b
AC
21991@end smallexample
21992
a2c02241
NR
21993Change the selected frame. Select a different frame @var{framenum} on
21994the stack.
922fbb7b 21995
c3b108f7
VP
21996This command in deprecated in favor of passing the @samp{--frame}
21997option to every command.
21998
922fbb7b
AC
21999@subsubheading @value{GDBN} Command
22000
a2c02241
NR
22001The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
22002@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
922fbb7b
AC
22003
22004@subsubheading Example
22005
22006@smallexample
594fe323 22007(gdb)
a2c02241 22008-stack-select-frame 2
922fbb7b 22009^done
594fe323 22010(gdb)
922fbb7b
AC
22011@end smallexample
22012
22013@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
22014@node GDB/MI Variable Objects
22015@section @sc{gdb/mi} Variable Objects
922fbb7b 22016
a1b5960f 22017@ignore
922fbb7b 22018
a2c02241 22019@subheading Motivation for Variable Objects in @sc{gdb/mi}
922fbb7b 22020
a2c02241
NR
22021For the implementation of a variable debugger window (locals, watched
22022expressions, etc.), we are proposing the adaptation of the existing code
22023used by @code{Insight}.
922fbb7b 22024
a2c02241 22025The two main reasons for that are:
922fbb7b 22026
a2c02241
NR
22027@enumerate 1
22028@item
22029It has been proven in practice (it is already on its second generation).
922fbb7b 22030
a2c02241
NR
22031@item
22032It will shorten development time (needless to say how important it is
22033now).
22034@end enumerate
922fbb7b 22035
a2c02241
NR
22036The original interface was designed to be used by Tcl code, so it was
22037slightly changed so it could be used through @sc{gdb/mi}. This section
22038describes the @sc{gdb/mi} operations that will be available and gives some
22039hints about their use.
922fbb7b 22040
a2c02241
NR
22041@emph{Note}: In addition to the set of operations described here, we
22042expect the @sc{gui} implementation of a variable window to require, at
22043least, the following operations:
922fbb7b 22044
a2c02241
NR
22045@itemize @bullet
22046@item @code{-gdb-show} @code{output-radix}
22047@item @code{-stack-list-arguments}
22048@item @code{-stack-list-locals}
22049@item @code{-stack-select-frame}
22050@end itemize
922fbb7b 22051
a1b5960f
VP
22052@end ignore
22053
c8b2f53c 22054@subheading Introduction to Variable Objects
922fbb7b 22055
a2c02241 22056@cindex variable objects in @sc{gdb/mi}
c8b2f53c
VP
22057
22058Variable objects are "object-oriented" MI interface for examining and
22059changing values of expressions. Unlike some other MI interfaces that
22060work with expressions, variable objects are specifically designed for
22061simple and efficient presentation in the frontend. A variable object
22062is identified by string name. When a variable object is created, the
22063frontend specifies the expression for that variable object. The
22064expression can be a simple variable, or it can be an arbitrary complex
22065expression, and can even involve CPU registers. After creating a
22066variable object, the frontend can invoke other variable object
22067operations---for example to obtain or change the value of a variable
22068object, or to change display format.
22069
22070Variable objects have hierarchical tree structure. Any variable object
22071that corresponds to a composite type, such as structure in C, has
22072a number of child variable objects, for example corresponding to each
22073element of a structure. A child variable object can itself have
22074children, recursively. Recursion ends when we reach
25d5ea92
VP
22075leaf variable objects, which always have built-in types. Child variable
22076objects are created only by explicit request, so if a frontend
22077is not interested in the children of a particular variable object, no
22078child will be created.
c8b2f53c
VP
22079
22080For a leaf variable object it is possible to obtain its value as a
22081string, or set the value from a string. String value can be also
22082obtained for a non-leaf variable object, but it's generally a string
22083that only indicates the type of the object, and does not list its
22084contents. Assignment to a non-leaf variable object is not allowed.
22085
22086A frontend does not need to read the values of all variable objects each time
22087the program stops. Instead, MI provides an update command that lists all
22088variable objects whose values has changed since the last update
22089operation. This considerably reduces the amount of data that must
25d5ea92
VP
22090be transferred to the frontend. As noted above, children variable
22091objects are created on demand, and only leaf variable objects have a
22092real value. As result, gdb will read target memory only for leaf
22093variables that frontend has created.
22094
22095The automatic update is not always desirable. For example, a frontend
22096might want to keep a value of some expression for future reference,
22097and never update it. For another example, fetching memory is
22098relatively slow for embedded targets, so a frontend might want
22099to disable automatic update for the variables that are either not
22100visible on the screen, or ``closed''. This is possible using so
22101called ``frozen variable objects''. Such variable objects are never
22102implicitly updated.
922fbb7b 22103
c3b108f7
VP
22104Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
22105fixed variable object, the expression is parsed when the variable
22106object is created, including associating identifiers to specific
22107variables. The meaning of expression never changes. For a floating
22108variable object the values of variables whose names appear in the
22109expressions are re-evaluated every time in the context of the current
22110frame. Consider this example:
22111
22112@smallexample
22113void do_work(...)
22114@{
22115 struct work_state state;
22116
22117 if (...)
22118 do_work(...);
22119@}
22120@end smallexample
22121
22122If a fixed variable object for the @code{state} variable is created in
22123this function, and we enter the recursive call, the the variable
22124object will report the value of @code{state} in the top-level
22125@code{do_work} invocation. On the other hand, a floating variable
22126object will report the value of @code{state} in the current frame.
22127
22128If an expression specified when creating a fixed variable object
22129refers to a local variable, the variable object becomes bound to the
22130thread and frame in which the variable object is created. When such
22131variable object is updated, @value{GDBN} makes sure that the
22132thread/frame combination the variable object is bound to still exists,
22133and re-evaluates the variable object in context of that thread/frame.
22134
a2c02241
NR
22135The following is the complete set of @sc{gdb/mi} operations defined to
22136access this functionality:
922fbb7b 22137
a2c02241
NR
22138@multitable @columnfractions .4 .6
22139@item @strong{Operation}
22140@tab @strong{Description}
922fbb7b 22141
a2c02241
NR
22142@item @code{-var-create}
22143@tab create a variable object
22144@item @code{-var-delete}
22d8a470 22145@tab delete the variable object and/or its children
a2c02241
NR
22146@item @code{-var-set-format}
22147@tab set the display format of this variable
22148@item @code{-var-show-format}
22149@tab show the display format of this variable
22150@item @code{-var-info-num-children}
22151@tab tells how many children this object has
22152@item @code{-var-list-children}
22153@tab return a list of the object's children
22154@item @code{-var-info-type}
22155@tab show the type of this variable object
22156@item @code{-var-info-expression}
02142340
VP
22157@tab print parent-relative expression that this variable object represents
22158@item @code{-var-info-path-expression}
22159@tab print full expression that this variable object represents
a2c02241
NR
22160@item @code{-var-show-attributes}
22161@tab is this variable editable? does it exist here?
22162@item @code{-var-evaluate-expression}
22163@tab get the value of this variable
22164@item @code{-var-assign}
22165@tab set the value of this variable
22166@item @code{-var-update}
22167@tab update the variable and its children
25d5ea92
VP
22168@item @code{-var-set-frozen}
22169@tab set frozeness attribute
a2c02241 22170@end multitable
922fbb7b 22171
a2c02241
NR
22172In the next subsection we describe each operation in detail and suggest
22173how it can be used.
922fbb7b 22174
a2c02241 22175@subheading Description And Use of Operations on Variable Objects
922fbb7b 22176
a2c02241
NR
22177@subheading The @code{-var-create} Command
22178@findex -var-create
ef21caaf 22179
a2c02241 22180@subsubheading Synopsis
ef21caaf 22181
a2c02241
NR
22182@smallexample
22183 -var-create @{@var{name} | "-"@}
c3b108f7 22184 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
a2c02241
NR
22185@end smallexample
22186
22187This operation creates a variable object, which allows the monitoring of
22188a variable, the result of an expression, a memory cell or a CPU
22189register.
ef21caaf 22190
a2c02241
NR
22191The @var{name} parameter is the string by which the object can be
22192referenced. It must be unique. If @samp{-} is specified, the varobj
22193system will generate a string ``varNNNNNN'' automatically. It will be
c3b108f7 22194unique provided that one does not specify @var{name} of that format.
a2c02241 22195The command fails if a duplicate name is found.
ef21caaf 22196
a2c02241
NR
22197The frame under which the expression should be evaluated can be
22198specified by @var{frame-addr}. A @samp{*} indicates that the current
c3b108f7
VP
22199frame should be used. A @samp{@@} indicates that a floating variable
22200object must be created.
922fbb7b 22201
a2c02241
NR
22202@var{expression} is any expression valid on the current language set (must not
22203begin with a @samp{*}), or one of the following:
922fbb7b 22204
a2c02241
NR
22205@itemize @bullet
22206@item
22207@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
922fbb7b 22208
a2c02241
NR
22209@item
22210@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
922fbb7b 22211
a2c02241
NR
22212@item
22213@samp{$@var{regname}} --- a CPU register name
22214@end itemize
922fbb7b 22215
a2c02241 22216@subsubheading Result
922fbb7b 22217
a2c02241
NR
22218This operation returns the name, number of children and the type of the
22219object created. Type is returned as a string as the ones generated by
c3b108f7
VP
22220the @value{GDBN} CLI. If a fixed variable object is bound to a
22221specific thread, the thread is is also printed:
922fbb7b
AC
22222
22223@smallexample
c3b108f7 22224 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}"
dcaaae04
NR
22225@end smallexample
22226
a2c02241
NR
22227
22228@subheading The @code{-var-delete} Command
22229@findex -var-delete
922fbb7b
AC
22230
22231@subsubheading Synopsis
22232
22233@smallexample
22d8a470 22234 -var-delete [ -c ] @var{name}
922fbb7b
AC
22235@end smallexample
22236
a2c02241 22237Deletes a previously created variable object and all of its children.
22d8a470 22238With the @samp{-c} option, just deletes the children.
922fbb7b 22239
a2c02241 22240Returns an error if the object @var{name} is not found.
922fbb7b 22241
922fbb7b 22242
a2c02241
NR
22243@subheading The @code{-var-set-format} Command
22244@findex -var-set-format
922fbb7b 22245
a2c02241 22246@subsubheading Synopsis
922fbb7b
AC
22247
22248@smallexample
a2c02241 22249 -var-set-format @var{name} @var{format-spec}
922fbb7b
AC
22250@end smallexample
22251
a2c02241
NR
22252Sets the output format for the value of the object @var{name} to be
22253@var{format-spec}.
22254
de051565 22255@anchor{-var-set-format}
a2c02241
NR
22256The syntax for the @var{format-spec} is as follows:
22257
22258@smallexample
22259 @var{format-spec} @expansion{}
22260 @{binary | decimal | hexadecimal | octal | natural@}
22261@end smallexample
22262
c8b2f53c
VP
22263The natural format is the default format choosen automatically
22264based on the variable type (like decimal for an @code{int}, hex
22265for pointers, etc.).
22266
22267For a variable with children, the format is set only on the
22268variable itself, and the children are not affected.
a2c02241
NR
22269
22270@subheading The @code{-var-show-format} Command
22271@findex -var-show-format
922fbb7b
AC
22272
22273@subsubheading Synopsis
22274
22275@smallexample
a2c02241 22276 -var-show-format @var{name}
922fbb7b
AC
22277@end smallexample
22278
a2c02241 22279Returns the format used to display the value of the object @var{name}.
922fbb7b 22280
a2c02241
NR
22281@smallexample
22282 @var{format} @expansion{}
22283 @var{format-spec}
22284@end smallexample
922fbb7b 22285
922fbb7b 22286
a2c02241
NR
22287@subheading The @code{-var-info-num-children} Command
22288@findex -var-info-num-children
22289
22290@subsubheading Synopsis
22291
22292@smallexample
22293 -var-info-num-children @var{name}
22294@end smallexample
22295
22296Returns the number of children of a variable object @var{name}:
22297
22298@smallexample
22299 numchild=@var{n}
22300@end smallexample
22301
22302
22303@subheading The @code{-var-list-children} Command
22304@findex -var-list-children
22305
22306@subsubheading Synopsis
22307
22308@smallexample
22309 -var-list-children [@var{print-values}] @var{name}
22310@end smallexample
22311@anchor{-var-list-children}
22312
22313Return a list of the children of the specified variable object and
22314create variable objects for them, if they do not already exist. With
22315a single argument or if @var{print-values} has a value for of 0 or
22316@code{--no-values}, print only the names of the variables; if
22317@var{print-values} is 1 or @code{--all-values}, also print their
22318values; and if it is 2 or @code{--simple-values} print the name and
22319value for simple data types and just the name for arrays, structures
22320and unions.
922fbb7b
AC
22321
22322@subsubheading Example
22323
22324@smallexample
594fe323 22325(gdb)
a2c02241
NR
22326 -var-list-children n
22327 ^done,numchild=@var{n},children=[@{name=@var{name},
22328 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
594fe323 22329(gdb)
a2c02241
NR
22330 -var-list-children --all-values n
22331 ^done,numchild=@var{n},children=[@{name=@var{name},
22332 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
22333@end smallexample
22334
922fbb7b 22335
a2c02241
NR
22336@subheading The @code{-var-info-type} Command
22337@findex -var-info-type
922fbb7b 22338
a2c02241
NR
22339@subsubheading Synopsis
22340
22341@smallexample
22342 -var-info-type @var{name}
22343@end smallexample
22344
22345Returns the type of the specified variable @var{name}. The type is
22346returned as a string in the same format as it is output by the
22347@value{GDBN} CLI:
22348
22349@smallexample
22350 type=@var{typename}
22351@end smallexample
22352
22353
22354@subheading The @code{-var-info-expression} Command
22355@findex -var-info-expression
922fbb7b
AC
22356
22357@subsubheading Synopsis
22358
22359@smallexample
a2c02241 22360 -var-info-expression @var{name}
922fbb7b
AC
22361@end smallexample
22362
02142340
VP
22363Returns a string that is suitable for presenting this
22364variable object in user interface. The string is generally
22365not valid expression in the current language, and cannot be evaluated.
22366
22367For example, if @code{a} is an array, and variable object
22368@code{A} was created for @code{a}, then we'll get this output:
922fbb7b 22369
a2c02241 22370@smallexample
02142340
VP
22371(gdb) -var-info-expression A.1
22372^done,lang="C",exp="1"
a2c02241 22373@end smallexample
922fbb7b 22374
a2c02241 22375@noindent
02142340
VP
22376Here, the values of @code{lang} can be @code{@{"C" | "C++" | "Java"@}}.
22377
22378Note that the output of the @code{-var-list-children} command also
22379includes those expressions, so the @code{-var-info-expression} command
22380is of limited use.
22381
22382@subheading The @code{-var-info-path-expression} Command
22383@findex -var-info-path-expression
22384
22385@subsubheading Synopsis
22386
22387@smallexample
22388 -var-info-path-expression @var{name}
22389@end smallexample
22390
22391Returns an expression that can be evaluated in the current
22392context and will yield the same value that a variable object has.
22393Compare this with the @code{-var-info-expression} command, which
22394result can be used only for UI presentation. Typical use of
22395the @code{-var-info-path-expression} command is creating a
22396watchpoint from a variable object.
22397
22398For example, suppose @code{C} is a C@t{++} class, derived from class
22399@code{Base}, and that the @code{Base} class has a member called
22400@code{m_size}. Assume a variable @code{c} is has the type of
22401@code{C} and a variable object @code{C} was created for variable
22402@code{c}. Then, we'll get this output:
22403@smallexample
22404(gdb) -var-info-path-expression C.Base.public.m_size
22405^done,path_expr=((Base)c).m_size)
22406@end smallexample
922fbb7b 22407
a2c02241
NR
22408@subheading The @code{-var-show-attributes} Command
22409@findex -var-show-attributes
922fbb7b 22410
a2c02241 22411@subsubheading Synopsis
922fbb7b 22412
a2c02241
NR
22413@smallexample
22414 -var-show-attributes @var{name}
22415@end smallexample
922fbb7b 22416
a2c02241 22417List attributes of the specified variable object @var{name}:
922fbb7b
AC
22418
22419@smallexample
a2c02241 22420 status=@var{attr} [ ( ,@var{attr} )* ]
922fbb7b
AC
22421@end smallexample
22422
a2c02241
NR
22423@noindent
22424where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
22425
22426@subheading The @code{-var-evaluate-expression} Command
22427@findex -var-evaluate-expression
22428
22429@subsubheading Synopsis
22430
22431@smallexample
de051565 22432 -var-evaluate-expression [-f @var{format-spec}] @var{name}
a2c02241
NR
22433@end smallexample
22434
22435Evaluates the expression that is represented by the specified variable
de051565
MK
22436object and returns its value as a string. The format of the string
22437can be specified with the @samp{-f} option. The possible values of
22438this option are the same as for @code{-var-set-format}
22439(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
22440the current display format will be used. The current display format
22441can be changed using the @code{-var-set-format} command.
a2c02241
NR
22442
22443@smallexample
22444 value=@var{value}
22445@end smallexample
22446
22447Note that one must invoke @code{-var-list-children} for a variable
22448before the value of a child variable can be evaluated.
22449
22450@subheading The @code{-var-assign} Command
22451@findex -var-assign
22452
22453@subsubheading Synopsis
22454
22455@smallexample
22456 -var-assign @var{name} @var{expression}
22457@end smallexample
22458
22459Assigns the value of @var{expression} to the variable object specified
22460by @var{name}. The object must be @samp{editable}. If the variable's
22461value is altered by the assign, the variable will show up in any
22462subsequent @code{-var-update} list.
22463
22464@subsubheading Example
922fbb7b
AC
22465
22466@smallexample
594fe323 22467(gdb)
a2c02241
NR
22468-var-assign var1 3
22469^done,value="3"
594fe323 22470(gdb)
a2c02241
NR
22471-var-update *
22472^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
594fe323 22473(gdb)
922fbb7b
AC
22474@end smallexample
22475
a2c02241
NR
22476@subheading The @code{-var-update} Command
22477@findex -var-update
22478
22479@subsubheading Synopsis
22480
22481@smallexample
22482 -var-update [@var{print-values}] @{@var{name} | "*"@}
22483@end smallexample
22484
c8b2f53c
VP
22485Reevaluate the expressions corresponding to the variable object
22486@var{name} and all its direct and indirect children, and return the
36ece8b3
NR
22487list of variable objects whose values have changed; @var{name} must
22488be a root variable object. Here, ``changed'' means that the result of
22489@code{-var-evaluate-expression} before and after the
22490@code{-var-update} is different. If @samp{*} is used as the variable
9f708cb2
VP
22491object names, all existing variable objects are updated, except
22492for frozen ones (@pxref{-var-set-frozen}). The option
36ece8b3 22493@var{print-values} determines whether both names and values, or just
de051565 22494names are printed. The possible values of this option are the same
36ece8b3
NR
22495as for @code{-var-list-children} (@pxref{-var-list-children}). It is
22496recommended to use the @samp{--all-values} option, to reduce the
22497number of MI commands needed on each program stop.
c8b2f53c 22498
c3b108f7
VP
22499With the @samp{*} parameter, if a variable object is bound to a
22500currently running thread, it will not be updated, without any
22501diagnostic.
a2c02241
NR
22502
22503@subsubheading Example
922fbb7b
AC
22504
22505@smallexample
594fe323 22506(gdb)
a2c02241
NR
22507-var-assign var1 3
22508^done,value="3"
594fe323 22509(gdb)
a2c02241
NR
22510-var-update --all-values var1
22511^done,changelist=[@{name="var1",value="3",in_scope="true",
22512type_changed="false"@}]
594fe323 22513(gdb)
922fbb7b
AC
22514@end smallexample
22515
9f708cb2 22516@anchor{-var-update}
36ece8b3
NR
22517The field in_scope may take three values:
22518
22519@table @code
22520@item "true"
22521The variable object's current value is valid.
22522
22523@item "false"
22524The variable object does not currently hold a valid value but it may
22525hold one in the future if its associated expression comes back into
22526scope.
22527
22528@item "invalid"
22529The variable object no longer holds a valid value.
22530This can occur when the executable file being debugged has changed,
22531either through recompilation or by using the @value{GDBN} @code{file}
22532command. The front end should normally choose to delete these variable
22533objects.
22534@end table
22535
22536In the future new values may be added to this list so the front should
22537be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
22538
25d5ea92
VP
22539@subheading The @code{-var-set-frozen} Command
22540@findex -var-set-frozen
9f708cb2 22541@anchor{-var-set-frozen}
25d5ea92
VP
22542
22543@subsubheading Synopsis
22544
22545@smallexample
9f708cb2 22546 -var-set-frozen @var{name} @var{flag}
25d5ea92
VP
22547@end smallexample
22548
9f708cb2 22549Set the frozenness flag on the variable object @var{name}. The
25d5ea92 22550@var{flag} parameter should be either @samp{1} to make the variable
9f708cb2 22551frozen or @samp{0} to make it unfrozen. If a variable object is
25d5ea92 22552frozen, then neither itself, nor any of its children, are
9f708cb2 22553implicitly updated by @code{-var-update} of
25d5ea92
VP
22554a parent variable or by @code{-var-update *}. Only
22555@code{-var-update} of the variable itself will update its value and
22556values of its children. After a variable object is unfrozen, it is
22557implicitly updated by all subsequent @code{-var-update} operations.
22558Unfreezing a variable does not update it, only subsequent
22559@code{-var-update} does.
22560
22561@subsubheading Example
22562
22563@smallexample
22564(gdb)
22565-var-set-frozen V 1
22566^done
22567(gdb)
22568@end smallexample
22569
22570
a2c02241
NR
22571@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22572@node GDB/MI Data Manipulation
22573@section @sc{gdb/mi} Data Manipulation
922fbb7b 22574
a2c02241
NR
22575@cindex data manipulation, in @sc{gdb/mi}
22576@cindex @sc{gdb/mi}, data manipulation
22577This section describes the @sc{gdb/mi} commands that manipulate data:
22578examine memory and registers, evaluate expressions, etc.
22579
22580@c REMOVED FROM THE INTERFACE.
22581@c @subheading -data-assign
22582@c Change the value of a program variable. Plenty of side effects.
79a6e687 22583@c @subsubheading GDB Command
a2c02241
NR
22584@c set variable
22585@c @subsubheading Example
22586@c N.A.
22587
22588@subheading The @code{-data-disassemble} Command
22589@findex -data-disassemble
922fbb7b
AC
22590
22591@subsubheading Synopsis
22592
22593@smallexample
a2c02241
NR
22594 -data-disassemble
22595 [ -s @var{start-addr} -e @var{end-addr} ]
22596 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
22597 -- @var{mode}
922fbb7b
AC
22598@end smallexample
22599
a2c02241
NR
22600@noindent
22601Where:
22602
22603@table @samp
22604@item @var{start-addr}
22605is the beginning address (or @code{$pc})
22606@item @var{end-addr}
22607is the end address
22608@item @var{filename}
22609is the name of the file to disassemble
22610@item @var{linenum}
22611is the line number to disassemble around
22612@item @var{lines}
d3e8051b 22613is the number of disassembly lines to be produced. If it is -1,
a2c02241
NR
22614the whole function will be disassembled, in case no @var{end-addr} is
22615specified. If @var{end-addr} is specified as a non-zero value, and
22616@var{lines} is lower than the number of disassembly lines between
22617@var{start-addr} and @var{end-addr}, only @var{lines} lines are
22618displayed; if @var{lines} is higher than the number of lines between
22619@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
22620are displayed.
22621@item @var{mode}
22622is either 0 (meaning only disassembly) or 1 (meaning mixed source and
22623disassembly).
22624@end table
22625
22626@subsubheading Result
22627
22628The output for each instruction is composed of four fields:
22629
22630@itemize @bullet
22631@item Address
22632@item Func-name
22633@item Offset
22634@item Instruction
22635@end itemize
22636
22637Note that whatever included in the instruction field, is not manipulated
d3e8051b 22638directly by @sc{gdb/mi}, i.e., it is not possible to adjust its format.
922fbb7b
AC
22639
22640@subsubheading @value{GDBN} Command
22641
a2c02241 22642There's no direct mapping from this command to the CLI.
922fbb7b
AC
22643
22644@subsubheading Example
22645
a2c02241
NR
22646Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
22647
922fbb7b 22648@smallexample
594fe323 22649(gdb)
a2c02241
NR
22650-data-disassemble -s $pc -e "$pc + 20" -- 0
22651^done,
22652asm_insns=[
22653@{address="0x000107c0",func-name="main",offset="4",
22654inst="mov 2, %o0"@},
22655@{address="0x000107c4",func-name="main",offset="8",
22656inst="sethi %hi(0x11800), %o2"@},
22657@{address="0x000107c8",func-name="main",offset="12",
22658inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
22659@{address="0x000107cc",func-name="main",offset="16",
22660inst="sethi %hi(0x11800), %o2"@},
22661@{address="0x000107d0",func-name="main",offset="20",
22662inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
594fe323 22663(gdb)
a2c02241
NR
22664@end smallexample
22665
22666Disassemble the whole @code{main} function. Line 32 is part of
22667@code{main}.
22668
22669@smallexample
22670-data-disassemble -f basics.c -l 32 -- 0
22671^done,asm_insns=[
22672@{address="0x000107bc",func-name="main",offset="0",
22673inst="save %sp, -112, %sp"@},
22674@{address="0x000107c0",func-name="main",offset="4",
22675inst="mov 2, %o0"@},
22676@{address="0x000107c4",func-name="main",offset="8",
22677inst="sethi %hi(0x11800), %o2"@},
22678[@dots{}]
22679@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
22680@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
594fe323 22681(gdb)
922fbb7b
AC
22682@end smallexample
22683
a2c02241 22684Disassemble 3 instructions from the start of @code{main}:
922fbb7b 22685
a2c02241 22686@smallexample
594fe323 22687(gdb)
a2c02241
NR
22688-data-disassemble -f basics.c -l 32 -n 3 -- 0
22689^done,asm_insns=[
22690@{address="0x000107bc",func-name="main",offset="0",
22691inst="save %sp, -112, %sp"@},
22692@{address="0x000107c0",func-name="main",offset="4",
22693inst="mov 2, %o0"@},
22694@{address="0x000107c4",func-name="main",offset="8",
22695inst="sethi %hi(0x11800), %o2"@}]
594fe323 22696(gdb)
a2c02241
NR
22697@end smallexample
22698
22699Disassemble 3 instructions from the start of @code{main} in mixed mode:
22700
22701@smallexample
594fe323 22702(gdb)
a2c02241
NR
22703-data-disassemble -f basics.c -l 32 -n 3 -- 1
22704^done,asm_insns=[
22705src_and_asm_line=@{line="31",
22706file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
22707 testsuite/gdb.mi/basics.c",line_asm_insn=[
22708@{address="0x000107bc",func-name="main",offset="0",
22709inst="save %sp, -112, %sp"@}]@},
22710src_and_asm_line=@{line="32",
22711file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
22712 testsuite/gdb.mi/basics.c",line_asm_insn=[
22713@{address="0x000107c0",func-name="main",offset="4",
22714inst="mov 2, %o0"@},
22715@{address="0x000107c4",func-name="main",offset="8",
22716inst="sethi %hi(0x11800), %o2"@}]@}]
594fe323 22717(gdb)
a2c02241
NR
22718@end smallexample
22719
22720
22721@subheading The @code{-data-evaluate-expression} Command
22722@findex -data-evaluate-expression
922fbb7b
AC
22723
22724@subsubheading Synopsis
22725
22726@smallexample
a2c02241 22727 -data-evaluate-expression @var{expr}
922fbb7b
AC
22728@end smallexample
22729
a2c02241
NR
22730Evaluate @var{expr} as an expression. The expression could contain an
22731inferior function call. The function call will execute synchronously.
22732If the expression contains spaces, it must be enclosed in double quotes.
922fbb7b
AC
22733
22734@subsubheading @value{GDBN} Command
22735
a2c02241
NR
22736The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
22737@samp{call}. In @code{gdbtk} only, there's a corresponding
22738@samp{gdb_eval} command.
922fbb7b
AC
22739
22740@subsubheading Example
22741
a2c02241
NR
22742In the following example, the numbers that precede the commands are the
22743@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
22744Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
22745output.
22746
922fbb7b 22747@smallexample
a2c02241
NR
22748211-data-evaluate-expression A
22749211^done,value="1"
594fe323 22750(gdb)
a2c02241
NR
22751311-data-evaluate-expression &A
22752311^done,value="0xefffeb7c"
594fe323 22753(gdb)
a2c02241
NR
22754411-data-evaluate-expression A+3
22755411^done,value="4"
594fe323 22756(gdb)
a2c02241
NR
22757511-data-evaluate-expression "A + 3"
22758511^done,value="4"
594fe323 22759(gdb)
a2c02241 22760@end smallexample
922fbb7b
AC
22761
22762
a2c02241
NR
22763@subheading The @code{-data-list-changed-registers} Command
22764@findex -data-list-changed-registers
922fbb7b
AC
22765
22766@subsubheading Synopsis
22767
22768@smallexample
a2c02241 22769 -data-list-changed-registers
922fbb7b
AC
22770@end smallexample
22771
a2c02241 22772Display a list of the registers that have changed.
922fbb7b
AC
22773
22774@subsubheading @value{GDBN} Command
22775
a2c02241
NR
22776@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
22777has the corresponding command @samp{gdb_changed_register_list}.
922fbb7b
AC
22778
22779@subsubheading Example
922fbb7b 22780
a2c02241 22781On a PPC MBX board:
922fbb7b
AC
22782
22783@smallexample
594fe323 22784(gdb)
a2c02241
NR
22785-exec-continue
22786^running
922fbb7b 22787
594fe323 22788(gdb)
a47ec5fe
AR
22789*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
22790func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
22791line="5"@}
594fe323 22792(gdb)
a2c02241
NR
22793-data-list-changed-registers
22794^done,changed-registers=["0","1","2","4","5","6","7","8","9",
22795"10","11","13","14","15","16","17","18","19","20","21","22","23",
22796"24","25","26","27","28","30","31","64","65","66","67","69"]
594fe323 22797(gdb)
a2c02241 22798@end smallexample
922fbb7b
AC
22799
22800
a2c02241
NR
22801@subheading The @code{-data-list-register-names} Command
22802@findex -data-list-register-names
922fbb7b
AC
22803
22804@subsubheading Synopsis
22805
22806@smallexample
a2c02241 22807 -data-list-register-names [ ( @var{regno} )+ ]
922fbb7b
AC
22808@end smallexample
22809
a2c02241
NR
22810Show a list of register names for the current target. If no arguments
22811are given, it shows a list of the names of all the registers. If
22812integer numbers are given as arguments, it will print a list of the
22813names of the registers corresponding to the arguments. To ensure
22814consistency between a register name and its number, the output list may
22815include empty register names.
922fbb7b
AC
22816
22817@subsubheading @value{GDBN} Command
22818
a2c02241
NR
22819@value{GDBN} does not have a command which corresponds to
22820@samp{-data-list-register-names}. In @code{gdbtk} there is a
22821corresponding command @samp{gdb_regnames}.
922fbb7b
AC
22822
22823@subsubheading Example
922fbb7b 22824
a2c02241
NR
22825For the PPC MBX board:
22826@smallexample
594fe323 22827(gdb)
a2c02241
NR
22828-data-list-register-names
22829^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
22830"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
22831"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
22832"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
22833"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
22834"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
22835"", "pc","ps","cr","lr","ctr","xer"]
594fe323 22836(gdb)
a2c02241
NR
22837-data-list-register-names 1 2 3
22838^done,register-names=["r1","r2","r3"]
594fe323 22839(gdb)
a2c02241 22840@end smallexample
922fbb7b 22841
a2c02241
NR
22842@subheading The @code{-data-list-register-values} Command
22843@findex -data-list-register-values
922fbb7b
AC
22844
22845@subsubheading Synopsis
22846
22847@smallexample
a2c02241 22848 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
922fbb7b
AC
22849@end smallexample
22850
a2c02241
NR
22851Display the registers' contents. @var{fmt} is the format according to
22852which the registers' contents are to be returned, followed by an optional
22853list of numbers specifying the registers to display. A missing list of
22854numbers indicates that the contents of all the registers must be returned.
22855
22856Allowed formats for @var{fmt} are:
22857
22858@table @code
22859@item x
22860Hexadecimal
22861@item o
22862Octal
22863@item t
22864Binary
22865@item d
22866Decimal
22867@item r
22868Raw
22869@item N
22870Natural
22871@end table
922fbb7b
AC
22872
22873@subsubheading @value{GDBN} Command
22874
a2c02241
NR
22875The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
22876all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
922fbb7b
AC
22877
22878@subsubheading Example
922fbb7b 22879
a2c02241
NR
22880For a PPC MBX board (note: line breaks are for readability only, they
22881don't appear in the actual output):
22882
22883@smallexample
594fe323 22884(gdb)
a2c02241
NR
22885-data-list-register-values r 64 65
22886^done,register-values=[@{number="64",value="0xfe00a300"@},
22887@{number="65",value="0x00029002"@}]
594fe323 22888(gdb)
a2c02241
NR
22889-data-list-register-values x
22890^done,register-values=[@{number="0",value="0xfe0043c8"@},
22891@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
22892@{number="3",value="0x0"@},@{number="4",value="0xa"@},
22893@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
22894@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
22895@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
22896@{number="11",value="0x1"@},@{number="12",value="0x0"@},
22897@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
22898@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
22899@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
22900@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
22901@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
22902@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
22903@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
22904@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
22905@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
22906@{number="31",value="0x0"@},@{number="32",value="0x0"@},
22907@{number="33",value="0x0"@},@{number="34",value="0x0"@},
22908@{number="35",value="0x0"@},@{number="36",value="0x0"@},
22909@{number="37",value="0x0"@},@{number="38",value="0x0"@},
22910@{number="39",value="0x0"@},@{number="40",value="0x0"@},
22911@{number="41",value="0x0"@},@{number="42",value="0x0"@},
22912@{number="43",value="0x0"@},@{number="44",value="0x0"@},
22913@{number="45",value="0x0"@},@{number="46",value="0x0"@},
22914@{number="47",value="0x0"@},@{number="48",value="0x0"@},
22915@{number="49",value="0x0"@},@{number="50",value="0x0"@},
22916@{number="51",value="0x0"@},@{number="52",value="0x0"@},
22917@{number="53",value="0x0"@},@{number="54",value="0x0"@},
22918@{number="55",value="0x0"@},@{number="56",value="0x0"@},
22919@{number="57",value="0x0"@},@{number="58",value="0x0"@},
22920@{number="59",value="0x0"@},@{number="60",value="0x0"@},
22921@{number="61",value="0x0"@},@{number="62",value="0x0"@},
22922@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
22923@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
22924@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
22925@{number="69",value="0x20002b03"@}]
594fe323 22926(gdb)
a2c02241 22927@end smallexample
922fbb7b 22928
a2c02241
NR
22929
22930@subheading The @code{-data-read-memory} Command
22931@findex -data-read-memory
922fbb7b
AC
22932
22933@subsubheading Synopsis
22934
22935@smallexample
a2c02241
NR
22936 -data-read-memory [ -o @var{byte-offset} ]
22937 @var{address} @var{word-format} @var{word-size}
22938 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
922fbb7b
AC
22939@end smallexample
22940
a2c02241
NR
22941@noindent
22942where:
922fbb7b 22943
a2c02241
NR
22944@table @samp
22945@item @var{address}
22946An expression specifying the address of the first memory word to be
22947read. Complex expressions containing embedded white space should be
22948quoted using the C convention.
922fbb7b 22949
a2c02241
NR
22950@item @var{word-format}
22951The format to be used to print the memory words. The notation is the
22952same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
79a6e687 22953,Output Formats}).
922fbb7b 22954
a2c02241
NR
22955@item @var{word-size}
22956The size of each memory word in bytes.
922fbb7b 22957
a2c02241
NR
22958@item @var{nr-rows}
22959The number of rows in the output table.
922fbb7b 22960
a2c02241
NR
22961@item @var{nr-cols}
22962The number of columns in the output table.
922fbb7b 22963
a2c02241
NR
22964@item @var{aschar}
22965If present, indicates that each row should include an @sc{ascii} dump. The
22966value of @var{aschar} is used as a padding character when a byte is not a
22967member of the printable @sc{ascii} character set (printable @sc{ascii}
22968characters are those whose code is between 32 and 126, inclusively).
922fbb7b 22969
a2c02241
NR
22970@item @var{byte-offset}
22971An offset to add to the @var{address} before fetching memory.
22972@end table
922fbb7b 22973
a2c02241
NR
22974This command displays memory contents as a table of @var{nr-rows} by
22975@var{nr-cols} words, each word being @var{word-size} bytes. In total,
22976@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
22977(returned as @samp{total-bytes}). Should less than the requested number
22978of bytes be returned by the target, the missing words are identified
22979using @samp{N/A}. The number of bytes read from the target is returned
22980in @samp{nr-bytes} and the starting address used to read memory in
22981@samp{addr}.
22982
22983The address of the next/previous row or page is available in
22984@samp{next-row} and @samp{prev-row}, @samp{next-page} and
22985@samp{prev-page}.
922fbb7b
AC
22986
22987@subsubheading @value{GDBN} Command
22988
a2c02241
NR
22989The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
22990@samp{gdb_get_mem} memory read command.
922fbb7b
AC
22991
22992@subsubheading Example
32e7087d 22993
a2c02241
NR
22994Read six bytes of memory starting at @code{bytes+6} but then offset by
22995@code{-6} bytes. Format as three rows of two columns. One byte per
22996word. Display each word in hex.
32e7087d
JB
22997
22998@smallexample
594fe323 22999(gdb)
a2c02241
NR
230009-data-read-memory -o -6 -- bytes+6 x 1 3 2
230019^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
23002next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
23003prev-page="0x0000138a",memory=[
23004@{addr="0x00001390",data=["0x00","0x01"]@},
23005@{addr="0x00001392",data=["0x02","0x03"]@},
23006@{addr="0x00001394",data=["0x04","0x05"]@}]
594fe323 23007(gdb)
32e7087d
JB
23008@end smallexample
23009
a2c02241
NR
23010Read two bytes of memory starting at address @code{shorts + 64} and
23011display as a single word formatted in decimal.
32e7087d 23012
32e7087d 23013@smallexample
594fe323 23014(gdb)
a2c02241
NR
230155-data-read-memory shorts+64 d 2 1 1
230165^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
23017next-row="0x00001512",prev-row="0x0000150e",
23018next-page="0x00001512",prev-page="0x0000150e",memory=[
23019@{addr="0x00001510",data=["128"]@}]
594fe323 23020(gdb)
32e7087d
JB
23021@end smallexample
23022
a2c02241
NR
23023Read thirty two bytes of memory starting at @code{bytes+16} and format
23024as eight rows of four columns. Include a string encoding with @samp{x}
23025used as the non-printable character.
922fbb7b
AC
23026
23027@smallexample
594fe323 23028(gdb)
a2c02241
NR
230294-data-read-memory bytes+16 x 1 8 4 x
230304^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
23031next-row="0x000013c0",prev-row="0x0000139c",
23032next-page="0x000013c0",prev-page="0x00001380",memory=[
23033@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
23034@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
23035@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
23036@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
23037@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
23038@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
23039@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
23040@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
594fe323 23041(gdb)
922fbb7b
AC
23042@end smallexample
23043
a2c02241
NR
23044@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23045@node GDB/MI Tracepoint Commands
23046@section @sc{gdb/mi} Tracepoint Commands
922fbb7b 23047
a2c02241 23048The tracepoint commands are not yet implemented.
922fbb7b 23049
a2c02241 23050@c @subheading -trace-actions
922fbb7b 23051
a2c02241 23052@c @subheading -trace-delete
922fbb7b 23053
a2c02241 23054@c @subheading -trace-disable
922fbb7b 23055
a2c02241 23056@c @subheading -trace-dump
922fbb7b 23057
a2c02241 23058@c @subheading -trace-enable
922fbb7b 23059
a2c02241 23060@c @subheading -trace-exists
922fbb7b 23061
a2c02241 23062@c @subheading -trace-find
922fbb7b 23063
a2c02241 23064@c @subheading -trace-frame-number
922fbb7b 23065
a2c02241 23066@c @subheading -trace-info
922fbb7b 23067
a2c02241 23068@c @subheading -trace-insert
922fbb7b 23069
a2c02241 23070@c @subheading -trace-list
922fbb7b 23071
a2c02241 23072@c @subheading -trace-pass-count
922fbb7b 23073
a2c02241 23074@c @subheading -trace-save
922fbb7b 23075
a2c02241 23076@c @subheading -trace-start
922fbb7b 23077
a2c02241 23078@c @subheading -trace-stop
922fbb7b 23079
922fbb7b 23080
a2c02241
NR
23081@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23082@node GDB/MI Symbol Query
23083@section @sc{gdb/mi} Symbol Query Commands
922fbb7b
AC
23084
23085
a2c02241
NR
23086@subheading The @code{-symbol-info-address} Command
23087@findex -symbol-info-address
922fbb7b
AC
23088
23089@subsubheading Synopsis
23090
23091@smallexample
a2c02241 23092 -symbol-info-address @var{symbol}
922fbb7b
AC
23093@end smallexample
23094
a2c02241 23095Describe where @var{symbol} is stored.
922fbb7b
AC
23096
23097@subsubheading @value{GDBN} Command
23098
a2c02241 23099The corresponding @value{GDBN} command is @samp{info address}.
922fbb7b
AC
23100
23101@subsubheading Example
23102N.A.
23103
23104
a2c02241
NR
23105@subheading The @code{-symbol-info-file} Command
23106@findex -symbol-info-file
922fbb7b
AC
23107
23108@subsubheading Synopsis
23109
23110@smallexample
a2c02241 23111 -symbol-info-file
922fbb7b
AC
23112@end smallexample
23113
a2c02241 23114Show the file for the symbol.
922fbb7b 23115
a2c02241 23116@subsubheading @value{GDBN} Command
922fbb7b 23117
a2c02241
NR
23118There's no equivalent @value{GDBN} command. @code{gdbtk} has
23119@samp{gdb_find_file}.
922fbb7b
AC
23120
23121@subsubheading Example
23122N.A.
23123
23124
a2c02241
NR
23125@subheading The @code{-symbol-info-function} Command
23126@findex -symbol-info-function
922fbb7b
AC
23127
23128@subsubheading Synopsis
23129
23130@smallexample
a2c02241 23131 -symbol-info-function
922fbb7b
AC
23132@end smallexample
23133
a2c02241 23134Show which function the symbol lives in.
922fbb7b
AC
23135
23136@subsubheading @value{GDBN} Command
23137
a2c02241 23138@samp{gdb_get_function} in @code{gdbtk}.
922fbb7b
AC
23139
23140@subsubheading Example
23141N.A.
23142
23143
a2c02241
NR
23144@subheading The @code{-symbol-info-line} Command
23145@findex -symbol-info-line
922fbb7b
AC
23146
23147@subsubheading Synopsis
23148
23149@smallexample
a2c02241 23150 -symbol-info-line
922fbb7b
AC
23151@end smallexample
23152
a2c02241 23153Show the core addresses of the code for a source line.
922fbb7b 23154
a2c02241 23155@subsubheading @value{GDBN} Command
922fbb7b 23156
a2c02241
NR
23157The corresponding @value{GDBN} command is @samp{info line}.
23158@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
922fbb7b
AC
23159
23160@subsubheading Example
a2c02241 23161N.A.
922fbb7b
AC
23162
23163
a2c02241
NR
23164@subheading The @code{-symbol-info-symbol} Command
23165@findex -symbol-info-symbol
07f31aa6
DJ
23166
23167@subsubheading Synopsis
23168
a2c02241
NR
23169@smallexample
23170 -symbol-info-symbol @var{addr}
23171@end smallexample
07f31aa6 23172
a2c02241 23173Describe what symbol is at location @var{addr}.
07f31aa6 23174
a2c02241 23175@subsubheading @value{GDBN} Command
07f31aa6 23176
a2c02241 23177The corresponding @value{GDBN} command is @samp{info symbol}.
07f31aa6
DJ
23178
23179@subsubheading Example
a2c02241 23180N.A.
07f31aa6
DJ
23181
23182
a2c02241
NR
23183@subheading The @code{-symbol-list-functions} Command
23184@findex -symbol-list-functions
922fbb7b
AC
23185
23186@subsubheading Synopsis
23187
23188@smallexample
a2c02241 23189 -symbol-list-functions
922fbb7b
AC
23190@end smallexample
23191
a2c02241 23192List the functions in the executable.
922fbb7b
AC
23193
23194@subsubheading @value{GDBN} Command
23195
a2c02241
NR
23196@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
23197@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
23198
23199@subsubheading Example
a2c02241 23200N.A.
922fbb7b
AC
23201
23202
a2c02241
NR
23203@subheading The @code{-symbol-list-lines} Command
23204@findex -symbol-list-lines
922fbb7b
AC
23205
23206@subsubheading Synopsis
23207
23208@smallexample
a2c02241 23209 -symbol-list-lines @var{filename}
922fbb7b
AC
23210@end smallexample
23211
a2c02241
NR
23212Print the list of lines that contain code and their associated program
23213addresses for the given source filename. The entries are sorted in
23214ascending PC order.
922fbb7b
AC
23215
23216@subsubheading @value{GDBN} Command
23217
a2c02241 23218There is no corresponding @value{GDBN} command.
922fbb7b
AC
23219
23220@subsubheading Example
a2c02241 23221@smallexample
594fe323 23222(gdb)
a2c02241
NR
23223-symbol-list-lines basics.c
23224^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
594fe323 23225(gdb)
a2c02241 23226@end smallexample
922fbb7b
AC
23227
23228
a2c02241
NR
23229@subheading The @code{-symbol-list-types} Command
23230@findex -symbol-list-types
922fbb7b
AC
23231
23232@subsubheading Synopsis
23233
23234@smallexample
a2c02241 23235 -symbol-list-types
922fbb7b
AC
23236@end smallexample
23237
a2c02241 23238List all the type names.
922fbb7b
AC
23239
23240@subsubheading @value{GDBN} Command
23241
a2c02241
NR
23242The corresponding commands are @samp{info types} in @value{GDBN},
23243@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
23244
23245@subsubheading Example
23246N.A.
23247
23248
a2c02241
NR
23249@subheading The @code{-symbol-list-variables} Command
23250@findex -symbol-list-variables
922fbb7b
AC
23251
23252@subsubheading Synopsis
23253
23254@smallexample
a2c02241 23255 -symbol-list-variables
922fbb7b
AC
23256@end smallexample
23257
a2c02241 23258List all the global and static variable names.
922fbb7b
AC
23259
23260@subsubheading @value{GDBN} Command
23261
a2c02241 23262@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
23263
23264@subsubheading Example
23265N.A.
23266
23267
a2c02241
NR
23268@subheading The @code{-symbol-locate} Command
23269@findex -symbol-locate
922fbb7b
AC
23270
23271@subsubheading Synopsis
23272
23273@smallexample
a2c02241 23274 -symbol-locate
922fbb7b
AC
23275@end smallexample
23276
922fbb7b
AC
23277@subsubheading @value{GDBN} Command
23278
a2c02241 23279@samp{gdb_loc} in @code{gdbtk}.
922fbb7b
AC
23280
23281@subsubheading Example
23282N.A.
23283
23284
a2c02241
NR
23285@subheading The @code{-symbol-type} Command
23286@findex -symbol-type
922fbb7b
AC
23287
23288@subsubheading Synopsis
23289
23290@smallexample
a2c02241 23291 -symbol-type @var{variable}
922fbb7b
AC
23292@end smallexample
23293
a2c02241 23294Show type of @var{variable}.
922fbb7b 23295
a2c02241 23296@subsubheading @value{GDBN} Command
922fbb7b 23297
a2c02241
NR
23298The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
23299@samp{gdb_obj_variable}.
23300
23301@subsubheading Example
23302N.A.
23303
23304
23305@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23306@node GDB/MI File Commands
23307@section @sc{gdb/mi} File Commands
23308
23309This section describes the GDB/MI commands to specify executable file names
23310and to read in and obtain symbol table information.
23311
23312@subheading The @code{-file-exec-and-symbols} Command
23313@findex -file-exec-and-symbols
23314
23315@subsubheading Synopsis
922fbb7b
AC
23316
23317@smallexample
a2c02241 23318 -file-exec-and-symbols @var{file}
922fbb7b
AC
23319@end smallexample
23320
a2c02241
NR
23321Specify the executable file to be debugged. This file is the one from
23322which the symbol table is also read. If no file is specified, the
23323command clears the executable and symbol information. If breakpoints
23324are set when using this command with no arguments, @value{GDBN} will produce
23325error messages. Otherwise, no output is produced, except a completion
23326notification.
23327
922fbb7b
AC
23328@subsubheading @value{GDBN} Command
23329
a2c02241 23330The corresponding @value{GDBN} command is @samp{file}.
922fbb7b
AC
23331
23332@subsubheading Example
23333
23334@smallexample
594fe323 23335(gdb)
a2c02241
NR
23336-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
23337^done
594fe323 23338(gdb)
922fbb7b
AC
23339@end smallexample
23340
922fbb7b 23341
a2c02241
NR
23342@subheading The @code{-file-exec-file} Command
23343@findex -file-exec-file
922fbb7b
AC
23344
23345@subsubheading Synopsis
23346
23347@smallexample
a2c02241 23348 -file-exec-file @var{file}
922fbb7b
AC
23349@end smallexample
23350
a2c02241
NR
23351Specify the executable file to be debugged. Unlike
23352@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
23353from this file. If used without argument, @value{GDBN} clears the information
23354about the executable file. No output is produced, except a completion
23355notification.
922fbb7b 23356
a2c02241
NR
23357@subsubheading @value{GDBN} Command
23358
23359The corresponding @value{GDBN} command is @samp{exec-file}.
922fbb7b
AC
23360
23361@subsubheading Example
a2c02241
NR
23362
23363@smallexample
594fe323 23364(gdb)
a2c02241
NR
23365-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
23366^done
594fe323 23367(gdb)
a2c02241 23368@end smallexample
922fbb7b
AC
23369
23370
a2c02241
NR
23371@subheading The @code{-file-list-exec-sections} Command
23372@findex -file-list-exec-sections
922fbb7b
AC
23373
23374@subsubheading Synopsis
23375
23376@smallexample
a2c02241 23377 -file-list-exec-sections
922fbb7b
AC
23378@end smallexample
23379
a2c02241
NR
23380List the sections of the current executable file.
23381
922fbb7b
AC
23382@subsubheading @value{GDBN} Command
23383
a2c02241
NR
23384The @value{GDBN} command @samp{info file} shows, among the rest, the same
23385information as this command. @code{gdbtk} has a corresponding command
23386@samp{gdb_load_info}.
922fbb7b
AC
23387
23388@subsubheading Example
23389N.A.
23390
23391
a2c02241
NR
23392@subheading The @code{-file-list-exec-source-file} Command
23393@findex -file-list-exec-source-file
922fbb7b
AC
23394
23395@subsubheading Synopsis
23396
23397@smallexample
a2c02241 23398 -file-list-exec-source-file
922fbb7b
AC
23399@end smallexample
23400
a2c02241 23401List the line number, the current source file, and the absolute path
44288b44
NR
23402to the current source file for the current executable. The macro
23403information field has a value of @samp{1} or @samp{0} depending on
23404whether or not the file includes preprocessor macro information.
922fbb7b
AC
23405
23406@subsubheading @value{GDBN} Command
23407
a2c02241 23408The @value{GDBN} equivalent is @samp{info source}
922fbb7b
AC
23409
23410@subsubheading Example
23411
922fbb7b 23412@smallexample
594fe323 23413(gdb)
a2c02241 23414123-file-list-exec-source-file
44288b44 23415123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
594fe323 23416(gdb)
922fbb7b
AC
23417@end smallexample
23418
23419
a2c02241
NR
23420@subheading The @code{-file-list-exec-source-files} Command
23421@findex -file-list-exec-source-files
922fbb7b
AC
23422
23423@subsubheading Synopsis
23424
23425@smallexample
a2c02241 23426 -file-list-exec-source-files
922fbb7b
AC
23427@end smallexample
23428
a2c02241
NR
23429List the source files for the current executable.
23430
3f94c067
BW
23431It will always output the filename, but only when @value{GDBN} can find
23432the absolute file name of a source file, will it output the fullname.
922fbb7b
AC
23433
23434@subsubheading @value{GDBN} Command
23435
a2c02241
NR
23436The @value{GDBN} equivalent is @samp{info sources}.
23437@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
922fbb7b
AC
23438
23439@subsubheading Example
922fbb7b 23440@smallexample
594fe323 23441(gdb)
a2c02241
NR
23442-file-list-exec-source-files
23443^done,files=[
23444@{file=foo.c,fullname=/home/foo.c@},
23445@{file=/home/bar.c,fullname=/home/bar.c@},
23446@{file=gdb_could_not_find_fullpath.c@}]
594fe323 23447(gdb)
922fbb7b
AC
23448@end smallexample
23449
a2c02241
NR
23450@subheading The @code{-file-list-shared-libraries} Command
23451@findex -file-list-shared-libraries
922fbb7b 23452
a2c02241 23453@subsubheading Synopsis
922fbb7b 23454
a2c02241
NR
23455@smallexample
23456 -file-list-shared-libraries
23457@end smallexample
922fbb7b 23458
a2c02241 23459List the shared libraries in the program.
922fbb7b 23460
a2c02241 23461@subsubheading @value{GDBN} Command
922fbb7b 23462
a2c02241 23463The corresponding @value{GDBN} command is @samp{info shared}.
922fbb7b 23464
a2c02241
NR
23465@subsubheading Example
23466N.A.
922fbb7b
AC
23467
23468
a2c02241
NR
23469@subheading The @code{-file-list-symbol-files} Command
23470@findex -file-list-symbol-files
922fbb7b 23471
a2c02241 23472@subsubheading Synopsis
922fbb7b 23473
a2c02241
NR
23474@smallexample
23475 -file-list-symbol-files
23476@end smallexample
922fbb7b 23477
a2c02241 23478List symbol files.
922fbb7b 23479
a2c02241 23480@subsubheading @value{GDBN} Command
922fbb7b 23481
a2c02241 23482The corresponding @value{GDBN} command is @samp{info file} (part of it).
922fbb7b 23483
a2c02241
NR
23484@subsubheading Example
23485N.A.
922fbb7b 23486
922fbb7b 23487
a2c02241
NR
23488@subheading The @code{-file-symbol-file} Command
23489@findex -file-symbol-file
922fbb7b 23490
a2c02241 23491@subsubheading Synopsis
922fbb7b 23492
a2c02241
NR
23493@smallexample
23494 -file-symbol-file @var{file}
23495@end smallexample
922fbb7b 23496
a2c02241
NR
23497Read symbol table info from the specified @var{file} argument. When
23498used without arguments, clears @value{GDBN}'s symbol table info. No output is
23499produced, except for a completion notification.
922fbb7b 23500
a2c02241 23501@subsubheading @value{GDBN} Command
922fbb7b 23502
a2c02241 23503The corresponding @value{GDBN} command is @samp{symbol-file}.
922fbb7b 23504
a2c02241 23505@subsubheading Example
922fbb7b 23506
a2c02241 23507@smallexample
594fe323 23508(gdb)
a2c02241
NR
23509-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
23510^done
594fe323 23511(gdb)
a2c02241 23512@end smallexample
922fbb7b 23513
a2c02241 23514@ignore
a2c02241
NR
23515@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23516@node GDB/MI Memory Overlay Commands
23517@section @sc{gdb/mi} Memory Overlay Commands
922fbb7b 23518
a2c02241 23519The memory overlay commands are not implemented.
922fbb7b 23520
a2c02241 23521@c @subheading -overlay-auto
922fbb7b 23522
a2c02241 23523@c @subheading -overlay-list-mapping-state
922fbb7b 23524
a2c02241 23525@c @subheading -overlay-list-overlays
922fbb7b 23526
a2c02241 23527@c @subheading -overlay-map
922fbb7b 23528
a2c02241 23529@c @subheading -overlay-off
922fbb7b 23530
a2c02241 23531@c @subheading -overlay-on
922fbb7b 23532
a2c02241 23533@c @subheading -overlay-unmap
922fbb7b 23534
a2c02241
NR
23535@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23536@node GDB/MI Signal Handling Commands
23537@section @sc{gdb/mi} Signal Handling Commands
922fbb7b 23538
a2c02241 23539Signal handling commands are not implemented.
922fbb7b 23540
a2c02241 23541@c @subheading -signal-handle
922fbb7b 23542
a2c02241 23543@c @subheading -signal-list-handle-actions
922fbb7b 23544
a2c02241
NR
23545@c @subheading -signal-list-signal-types
23546@end ignore
922fbb7b 23547
922fbb7b 23548
a2c02241
NR
23549@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23550@node GDB/MI Target Manipulation
23551@section @sc{gdb/mi} Target Manipulation Commands
922fbb7b
AC
23552
23553
a2c02241
NR
23554@subheading The @code{-target-attach} Command
23555@findex -target-attach
922fbb7b
AC
23556
23557@subsubheading Synopsis
23558
23559@smallexample
c3b108f7 23560 -target-attach @var{pid} | @var{gid} | @var{file}
922fbb7b
AC
23561@end smallexample
23562
c3b108f7
VP
23563Attach to a process @var{pid} or a file @var{file} outside of
23564@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
23565group, the id previously returned by
23566@samp{-list-thread-groups --available} must be used.
922fbb7b 23567
79a6e687 23568@subsubheading @value{GDBN} Command
922fbb7b 23569
a2c02241 23570The corresponding @value{GDBN} command is @samp{attach}.
922fbb7b 23571
a2c02241 23572@subsubheading Example
b56e7235
VP
23573@smallexample
23574(gdb)
23575-target-attach 34
23576=thread-created,id="1"
5ae4183a 23577*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
b56e7235
VP
23578^done
23579(gdb)
23580@end smallexample
a2c02241
NR
23581
23582@subheading The @code{-target-compare-sections} Command
23583@findex -target-compare-sections
922fbb7b
AC
23584
23585@subsubheading Synopsis
23586
23587@smallexample
a2c02241 23588 -target-compare-sections [ @var{section} ]
922fbb7b
AC
23589@end smallexample
23590
a2c02241
NR
23591Compare data of section @var{section} on target to the exec file.
23592Without the argument, all sections are compared.
922fbb7b 23593
a2c02241 23594@subsubheading @value{GDBN} Command
922fbb7b 23595
a2c02241 23596The @value{GDBN} equivalent is @samp{compare-sections}.
922fbb7b 23597
a2c02241
NR
23598@subsubheading Example
23599N.A.
23600
23601
23602@subheading The @code{-target-detach} Command
23603@findex -target-detach
922fbb7b
AC
23604
23605@subsubheading Synopsis
23606
23607@smallexample
c3b108f7 23608 -target-detach [ @var{pid} | @var{gid} ]
922fbb7b
AC
23609@end smallexample
23610
a2c02241 23611Detach from the remote target which normally resumes its execution.
c3b108f7
VP
23612If either @var{pid} or @var{gid} is specified, detaches from either
23613the specified process, or specified thread group. There's no output.
a2c02241 23614
79a6e687 23615@subsubheading @value{GDBN} Command
a2c02241
NR
23616
23617The corresponding @value{GDBN} command is @samp{detach}.
23618
23619@subsubheading Example
922fbb7b
AC
23620
23621@smallexample
594fe323 23622(gdb)
a2c02241
NR
23623-target-detach
23624^done
594fe323 23625(gdb)
922fbb7b
AC
23626@end smallexample
23627
23628
a2c02241
NR
23629@subheading The @code{-target-disconnect} Command
23630@findex -target-disconnect
922fbb7b
AC
23631
23632@subsubheading Synopsis
23633
123dc839 23634@smallexample
a2c02241 23635 -target-disconnect
123dc839 23636@end smallexample
922fbb7b 23637
a2c02241
NR
23638Disconnect from the remote target. There's no output and the target is
23639generally not resumed.
23640
79a6e687 23641@subsubheading @value{GDBN} Command
a2c02241
NR
23642
23643The corresponding @value{GDBN} command is @samp{disconnect}.
bc8ced35
NR
23644
23645@subsubheading Example
922fbb7b
AC
23646
23647@smallexample
594fe323 23648(gdb)
a2c02241
NR
23649-target-disconnect
23650^done
594fe323 23651(gdb)
922fbb7b
AC
23652@end smallexample
23653
23654
a2c02241
NR
23655@subheading The @code{-target-download} Command
23656@findex -target-download
922fbb7b
AC
23657
23658@subsubheading Synopsis
23659
23660@smallexample
a2c02241 23661 -target-download
922fbb7b
AC
23662@end smallexample
23663
a2c02241
NR
23664Loads the executable onto the remote target.
23665It prints out an update message every half second, which includes the fields:
23666
23667@table @samp
23668@item section
23669The name of the section.
23670@item section-sent
23671The size of what has been sent so far for that section.
23672@item section-size
23673The size of the section.
23674@item total-sent
23675The total size of what was sent so far (the current and the previous sections).
23676@item total-size
23677The size of the overall executable to download.
23678@end table
23679
23680@noindent
23681Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
23682@sc{gdb/mi} Output Syntax}).
23683
23684In addition, it prints the name and size of the sections, as they are
23685downloaded. These messages include the following fields:
23686
23687@table @samp
23688@item section
23689The name of the section.
23690@item section-size
23691The size of the section.
23692@item total-size
23693The size of the overall executable to download.
23694@end table
23695
23696@noindent
23697At the end, a summary is printed.
23698
23699@subsubheading @value{GDBN} Command
23700
23701The corresponding @value{GDBN} command is @samp{load}.
23702
23703@subsubheading Example
23704
23705Note: each status message appears on a single line. Here the messages
23706have been broken down so that they can fit onto a page.
922fbb7b
AC
23707
23708@smallexample
594fe323 23709(gdb)
a2c02241
NR
23710-target-download
23711+download,@{section=".text",section-size="6668",total-size="9880"@}
23712+download,@{section=".text",section-sent="512",section-size="6668",
23713total-sent="512",total-size="9880"@}
23714+download,@{section=".text",section-sent="1024",section-size="6668",
23715total-sent="1024",total-size="9880"@}
23716+download,@{section=".text",section-sent="1536",section-size="6668",
23717total-sent="1536",total-size="9880"@}
23718+download,@{section=".text",section-sent="2048",section-size="6668",
23719total-sent="2048",total-size="9880"@}
23720+download,@{section=".text",section-sent="2560",section-size="6668",
23721total-sent="2560",total-size="9880"@}
23722+download,@{section=".text",section-sent="3072",section-size="6668",
23723total-sent="3072",total-size="9880"@}
23724+download,@{section=".text",section-sent="3584",section-size="6668",
23725total-sent="3584",total-size="9880"@}
23726+download,@{section=".text",section-sent="4096",section-size="6668",
23727total-sent="4096",total-size="9880"@}
23728+download,@{section=".text",section-sent="4608",section-size="6668",
23729total-sent="4608",total-size="9880"@}
23730+download,@{section=".text",section-sent="5120",section-size="6668",
23731total-sent="5120",total-size="9880"@}
23732+download,@{section=".text",section-sent="5632",section-size="6668",
23733total-sent="5632",total-size="9880"@}
23734+download,@{section=".text",section-sent="6144",section-size="6668",
23735total-sent="6144",total-size="9880"@}
23736+download,@{section=".text",section-sent="6656",section-size="6668",
23737total-sent="6656",total-size="9880"@}
23738+download,@{section=".init",section-size="28",total-size="9880"@}
23739+download,@{section=".fini",section-size="28",total-size="9880"@}
23740+download,@{section=".data",section-size="3156",total-size="9880"@}
23741+download,@{section=".data",section-sent="512",section-size="3156",
23742total-sent="7236",total-size="9880"@}
23743+download,@{section=".data",section-sent="1024",section-size="3156",
23744total-sent="7748",total-size="9880"@}
23745+download,@{section=".data",section-sent="1536",section-size="3156",
23746total-sent="8260",total-size="9880"@}
23747+download,@{section=".data",section-sent="2048",section-size="3156",
23748total-sent="8772",total-size="9880"@}
23749+download,@{section=".data",section-sent="2560",section-size="3156",
23750total-sent="9284",total-size="9880"@}
23751+download,@{section=".data",section-sent="3072",section-size="3156",
23752total-sent="9796",total-size="9880"@}
23753^done,address="0x10004",load-size="9880",transfer-rate="6586",
23754write-rate="429"
594fe323 23755(gdb)
922fbb7b
AC
23756@end smallexample
23757
23758
a2c02241
NR
23759@subheading The @code{-target-exec-status} Command
23760@findex -target-exec-status
922fbb7b
AC
23761
23762@subsubheading Synopsis
23763
23764@smallexample
a2c02241 23765 -target-exec-status
922fbb7b
AC
23766@end smallexample
23767
a2c02241
NR
23768Provide information on the state of the target (whether it is running or
23769not, for instance).
922fbb7b 23770
a2c02241 23771@subsubheading @value{GDBN} Command
922fbb7b 23772
a2c02241
NR
23773There's no equivalent @value{GDBN} command.
23774
23775@subsubheading Example
23776N.A.
922fbb7b 23777
a2c02241
NR
23778
23779@subheading The @code{-target-list-available-targets} Command
23780@findex -target-list-available-targets
922fbb7b
AC
23781
23782@subsubheading Synopsis
23783
23784@smallexample
a2c02241 23785 -target-list-available-targets
922fbb7b
AC
23786@end smallexample
23787
a2c02241 23788List the possible targets to connect to.
922fbb7b 23789
a2c02241 23790@subsubheading @value{GDBN} Command
922fbb7b 23791
a2c02241 23792The corresponding @value{GDBN} command is @samp{help target}.
922fbb7b 23793
a2c02241
NR
23794@subsubheading Example
23795N.A.
23796
23797
23798@subheading The @code{-target-list-current-targets} Command
23799@findex -target-list-current-targets
922fbb7b
AC
23800
23801@subsubheading Synopsis
23802
23803@smallexample
a2c02241 23804 -target-list-current-targets
922fbb7b
AC
23805@end smallexample
23806
a2c02241 23807Describe the current target.
922fbb7b 23808
a2c02241 23809@subsubheading @value{GDBN} Command
922fbb7b 23810
a2c02241
NR
23811The corresponding information is printed by @samp{info file} (among
23812other things).
922fbb7b 23813
a2c02241
NR
23814@subsubheading Example
23815N.A.
23816
23817
23818@subheading The @code{-target-list-parameters} Command
23819@findex -target-list-parameters
922fbb7b
AC
23820
23821@subsubheading Synopsis
23822
23823@smallexample
a2c02241 23824 -target-list-parameters
922fbb7b
AC
23825@end smallexample
23826
a2c02241
NR
23827@c ????
23828
23829@subsubheading @value{GDBN} Command
23830
23831No equivalent.
922fbb7b
AC
23832
23833@subsubheading Example
a2c02241
NR
23834N.A.
23835
23836
23837@subheading The @code{-target-select} Command
23838@findex -target-select
23839
23840@subsubheading Synopsis
922fbb7b
AC
23841
23842@smallexample
a2c02241 23843 -target-select @var{type} @var{parameters @dots{}}
922fbb7b
AC
23844@end smallexample
23845
a2c02241 23846Connect @value{GDBN} to the remote target. This command takes two args:
922fbb7b 23847
a2c02241
NR
23848@table @samp
23849@item @var{type}
75c99385 23850The type of target, for instance @samp{remote}, etc.
a2c02241
NR
23851@item @var{parameters}
23852Device names, host names and the like. @xref{Target Commands, ,
79a6e687 23853Commands for Managing Targets}, for more details.
a2c02241
NR
23854@end table
23855
23856The output is a connection notification, followed by the address at
23857which the target program is, in the following form:
922fbb7b
AC
23858
23859@smallexample
a2c02241
NR
23860^connected,addr="@var{address}",func="@var{function name}",
23861 args=[@var{arg list}]
922fbb7b
AC
23862@end smallexample
23863
a2c02241
NR
23864@subsubheading @value{GDBN} Command
23865
23866The corresponding @value{GDBN} command is @samp{target}.
265eeb58
NR
23867
23868@subsubheading Example
922fbb7b 23869
265eeb58 23870@smallexample
594fe323 23871(gdb)
75c99385 23872-target-select remote /dev/ttya
a2c02241 23873^connected,addr="0xfe00a300",func="??",args=[]
594fe323 23874(gdb)
265eeb58 23875@end smallexample
ef21caaf 23876
a6b151f1
DJ
23877@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23878@node GDB/MI File Transfer Commands
23879@section @sc{gdb/mi} File Transfer Commands
23880
23881
23882@subheading The @code{-target-file-put} Command
23883@findex -target-file-put
23884
23885@subsubheading Synopsis
23886
23887@smallexample
23888 -target-file-put @var{hostfile} @var{targetfile}
23889@end smallexample
23890
23891Copy file @var{hostfile} from the host system (the machine running
23892@value{GDBN}) to @var{targetfile} on the target system.
23893
23894@subsubheading @value{GDBN} Command
23895
23896The corresponding @value{GDBN} command is @samp{remote put}.
23897
23898@subsubheading Example
23899
23900@smallexample
23901(gdb)
23902-target-file-put localfile remotefile
23903^done
23904(gdb)
23905@end smallexample
23906
23907
1763a388 23908@subheading The @code{-target-file-get} Command
a6b151f1
DJ
23909@findex -target-file-get
23910
23911@subsubheading Synopsis
23912
23913@smallexample
23914 -target-file-get @var{targetfile} @var{hostfile}
23915@end smallexample
23916
23917Copy file @var{targetfile} from the target system to @var{hostfile}
23918on the host system.
23919
23920@subsubheading @value{GDBN} Command
23921
23922The corresponding @value{GDBN} command is @samp{remote get}.
23923
23924@subsubheading Example
23925
23926@smallexample
23927(gdb)
23928-target-file-get remotefile localfile
23929^done
23930(gdb)
23931@end smallexample
23932
23933
23934@subheading The @code{-target-file-delete} Command
23935@findex -target-file-delete
23936
23937@subsubheading Synopsis
23938
23939@smallexample
23940 -target-file-delete @var{targetfile}
23941@end smallexample
23942
23943Delete @var{targetfile} from the target system.
23944
23945@subsubheading @value{GDBN} Command
23946
23947The corresponding @value{GDBN} command is @samp{remote delete}.
23948
23949@subsubheading Example
23950
23951@smallexample
23952(gdb)
23953-target-file-delete remotefile
23954^done
23955(gdb)
23956@end smallexample
23957
23958
ef21caaf
NR
23959@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23960@node GDB/MI Miscellaneous Commands
23961@section Miscellaneous @sc{gdb/mi} Commands
23962
23963@c @subheading -gdb-complete
23964
23965@subheading The @code{-gdb-exit} Command
23966@findex -gdb-exit
23967
23968@subsubheading Synopsis
23969
23970@smallexample
23971 -gdb-exit
23972@end smallexample
23973
23974Exit @value{GDBN} immediately.
23975
23976@subsubheading @value{GDBN} Command
23977
23978Approximately corresponds to @samp{quit}.
23979
23980@subsubheading Example
23981
23982@smallexample
594fe323 23983(gdb)
ef21caaf
NR
23984-gdb-exit
23985^exit
23986@end smallexample
23987
a2c02241
NR
23988
23989@subheading The @code{-exec-abort} Command
23990@findex -exec-abort
23991
23992@subsubheading Synopsis
23993
23994@smallexample
23995 -exec-abort
23996@end smallexample
23997
23998Kill the inferior running program.
23999
24000@subsubheading @value{GDBN} Command
24001
24002The corresponding @value{GDBN} command is @samp{kill}.
24003
24004@subsubheading Example
24005N.A.
24006
24007
ef21caaf
NR
24008@subheading The @code{-gdb-set} Command
24009@findex -gdb-set
24010
24011@subsubheading Synopsis
24012
24013@smallexample
24014 -gdb-set
24015@end smallexample
24016
24017Set an internal @value{GDBN} variable.
24018@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
24019
24020@subsubheading @value{GDBN} Command
24021
24022The corresponding @value{GDBN} command is @samp{set}.
24023
24024@subsubheading Example
24025
24026@smallexample
594fe323 24027(gdb)
ef21caaf
NR
24028-gdb-set $foo=3
24029^done
594fe323 24030(gdb)
ef21caaf
NR
24031@end smallexample
24032
24033
24034@subheading The @code{-gdb-show} Command
24035@findex -gdb-show
24036
24037@subsubheading Synopsis
24038
24039@smallexample
24040 -gdb-show
24041@end smallexample
24042
24043Show the current value of a @value{GDBN} variable.
24044
79a6e687 24045@subsubheading @value{GDBN} Command
ef21caaf
NR
24046
24047The corresponding @value{GDBN} command is @samp{show}.
24048
24049@subsubheading Example
24050
24051@smallexample
594fe323 24052(gdb)
ef21caaf
NR
24053-gdb-show annotate
24054^done,value="0"
594fe323 24055(gdb)
ef21caaf
NR
24056@end smallexample
24057
24058@c @subheading -gdb-source
24059
24060
24061@subheading The @code{-gdb-version} Command
24062@findex -gdb-version
24063
24064@subsubheading Synopsis
24065
24066@smallexample
24067 -gdb-version
24068@end smallexample
24069
24070Show version information for @value{GDBN}. Used mostly in testing.
24071
24072@subsubheading @value{GDBN} Command
24073
24074The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
24075default shows this information when you start an interactive session.
24076
24077@subsubheading Example
24078
24079@c This example modifies the actual output from GDB to avoid overfull
24080@c box in TeX.
24081@smallexample
594fe323 24082(gdb)
ef21caaf
NR
24083-gdb-version
24084~GNU gdb 5.2.1
24085~Copyright 2000 Free Software Foundation, Inc.
24086~GDB is free software, covered by the GNU General Public License, and
24087~you are welcome to change it and/or distribute copies of it under
24088~ certain conditions.
24089~Type "show copying" to see the conditions.
24090~There is absolutely no warranty for GDB. Type "show warranty" for
24091~ details.
24092~This GDB was configured as
24093 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
24094^done
594fe323 24095(gdb)
ef21caaf
NR
24096@end smallexample
24097
084344da
VP
24098@subheading The @code{-list-features} Command
24099@findex -list-features
24100
24101Returns a list of particular features of the MI protocol that
24102this version of gdb implements. A feature can be a command,
24103or a new field in an output of some command, or even an
24104important bugfix. While a frontend can sometimes detect presence
24105of a feature at runtime, it is easier to perform detection at debugger
24106startup.
24107
24108The command returns a list of strings, with each string naming an
24109available feature. Each returned string is just a name, it does not
24110have any internal structure. The list of possible feature names
24111is given below.
24112
24113Example output:
24114
24115@smallexample
24116(gdb) -list-features
24117^done,result=["feature1","feature2"]
24118@end smallexample
24119
24120The current list of features is:
24121
30e026bb
VP
24122@table @samp
24123@item frozen-varobjs
24124Indicates presence of the @code{-var-set-frozen} command, as well
24125as possible presense of the @code{frozen} field in the output
24126of @code{-varobj-create}.
24127@item pending-breakpoints
24128Indicates presence of the @option{-f} option to the @code{-break-insert} command.
24129@item thread-info
24130Indicates presence of the @code{-thread-info} command.
8b4ed427 24131
30e026bb 24132@end table
084344da 24133
c6ebd6cf
VP
24134@subheading The @code{-list-target-features} Command
24135@findex -list-target-features
24136
24137Returns a list of particular features that are supported by the
24138target. Those features affect the permitted MI commands, but
24139unlike the features reported by the @code{-list-features} command, the
24140features depend on which target GDB is using at the moment. Whenever
24141a target can change, due to commands such as @code{-target-select},
24142@code{-target-attach} or @code{-exec-run}, the list of target features
24143may change, and the frontend should obtain it again.
24144Example output:
24145
24146@smallexample
24147(gdb) -list-features
24148^done,result=["async"]
24149@end smallexample
24150
24151The current list of features is:
24152
24153@table @samp
24154@item async
24155Indicates that the target is capable of asynchronous command
24156execution, which means that @value{GDBN} will accept further commands
24157while the target is running.
24158
24159@end table
24160
c3b108f7
VP
24161@subheading The @code{-list-thread-groups} Command
24162@findex -list-thread-groups
24163
24164@subheading Synopsis
24165
24166@smallexample
24167-list-thread-groups [ --available ] [ @var{group} ]
24168@end smallexample
24169
24170When used without the @var{group} parameter, lists top-level thread
24171groups that are being debugged. When used with the @var{group}
24172parameter, the children of the specified group are listed. The
24173children can be either threads, or other groups. At present,
24174@value{GDBN} will not report both threads and groups as children at
24175the same time, but it may change in future.
24176
24177With the @samp{--available} option, instead of reporting groups that
24178are been debugged, GDB will report all thread groups available on the
24179target. Using the @samp{--available} option together with @var{group}
24180is not allowed.
24181
24182@subheading Example
24183
24184@smallexample
24185@value{GDBP}
24186-list-thread-groups
24187^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
24188-list-thread-groups 17
24189^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
24190 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
24191@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
24192 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
24193 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},state="running"@}]]
24194@end smallexample
c6ebd6cf 24195
ef21caaf
NR
24196@subheading The @code{-interpreter-exec} Command
24197@findex -interpreter-exec
24198
24199@subheading Synopsis
24200
24201@smallexample
24202-interpreter-exec @var{interpreter} @var{command}
24203@end smallexample
a2c02241 24204@anchor{-interpreter-exec}
ef21caaf
NR
24205
24206Execute the specified @var{command} in the given @var{interpreter}.
24207
24208@subheading @value{GDBN} Command
24209
24210The corresponding @value{GDBN} command is @samp{interpreter-exec}.
24211
24212@subheading Example
24213
24214@smallexample
594fe323 24215(gdb)
ef21caaf
NR
24216-interpreter-exec console "break main"
24217&"During symbol reading, couldn't parse type; debugger out of date?.\n"
24218&"During symbol reading, bad structure-type format.\n"
24219~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
24220^done
594fe323 24221(gdb)
ef21caaf
NR
24222@end smallexample
24223
24224@subheading The @code{-inferior-tty-set} Command
24225@findex -inferior-tty-set
24226
24227@subheading Synopsis
24228
24229@smallexample
24230-inferior-tty-set /dev/pts/1
24231@end smallexample
24232
24233Set terminal for future runs of the program being debugged.
24234
24235@subheading @value{GDBN} Command
24236
24237The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
24238
24239@subheading Example
24240
24241@smallexample
594fe323 24242(gdb)
ef21caaf
NR
24243-inferior-tty-set /dev/pts/1
24244^done
594fe323 24245(gdb)
ef21caaf
NR
24246@end smallexample
24247
24248@subheading The @code{-inferior-tty-show} Command
24249@findex -inferior-tty-show
24250
24251@subheading Synopsis
24252
24253@smallexample
24254-inferior-tty-show
24255@end smallexample
24256
24257Show terminal for future runs of program being debugged.
24258
24259@subheading @value{GDBN} Command
24260
24261The corresponding @value{GDBN} command is @samp{show inferior-tty}.
24262
24263@subheading Example
24264
24265@smallexample
594fe323 24266(gdb)
ef21caaf
NR
24267-inferior-tty-set /dev/pts/1
24268^done
594fe323 24269(gdb)
ef21caaf
NR
24270-inferior-tty-show
24271^done,inferior_tty_terminal="/dev/pts/1"
594fe323 24272(gdb)
ef21caaf 24273@end smallexample
922fbb7b 24274
a4eefcd8
NR
24275@subheading The @code{-enable-timings} Command
24276@findex -enable-timings
24277
24278@subheading Synopsis
24279
24280@smallexample
24281-enable-timings [yes | no]
24282@end smallexample
24283
24284Toggle the printing of the wallclock, user and system times for an MI
24285command as a field in its output. This command is to help frontend
24286developers optimize the performance of their code. No argument is
24287equivalent to @samp{yes}.
24288
24289@subheading @value{GDBN} Command
24290
24291No equivalent.
24292
24293@subheading Example
24294
24295@smallexample
24296(gdb)
24297-enable-timings
24298^done
24299(gdb)
24300-break-insert main
24301^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
24302addr="0x080484ed",func="main",file="myprog.c",
24303fullname="/home/nickrob/myprog.c",line="73",times="0"@},
24304time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
24305(gdb)
24306-enable-timings no
24307^done
24308(gdb)
24309-exec-run
24310^running
24311(gdb)
a47ec5fe 24312*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
a4eefcd8
NR
24313frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
24314@{name="argv",value="0xbfb60364"@}],file="myprog.c",
24315fullname="/home/nickrob/myprog.c",line="73"@}
24316(gdb)
24317@end smallexample
24318
922fbb7b
AC
24319@node Annotations
24320@chapter @value{GDBN} Annotations
24321
086432e2
AC
24322This chapter describes annotations in @value{GDBN}. Annotations were
24323designed to interface @value{GDBN} to graphical user interfaces or other
24324similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
24325relatively high level.
24326
d3e8051b 24327The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2
AC
24328(@pxref{GDB/MI}).
24329
922fbb7b
AC
24330@ignore
24331This is Edition @value{EDITION}, @value{DATE}.
24332@end ignore
24333
24334@menu
24335* Annotations Overview:: What annotations are; the general syntax.
9e6c4bd5 24336* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
24337* Prompting:: Annotations marking @value{GDBN}'s need for input.
24338* Errors:: Annotations for error messages.
922fbb7b
AC
24339* Invalidation:: Some annotations describe things now invalid.
24340* Annotations for Running::
24341 Whether the program is running, how it stopped, etc.
24342* Source Annotations:: Annotations describing source code.
922fbb7b
AC
24343@end menu
24344
24345@node Annotations Overview
24346@section What is an Annotation?
24347@cindex annotations
24348
922fbb7b
AC
24349Annotations start with a newline character, two @samp{control-z}
24350characters, and the name of the annotation. If there is no additional
24351information associated with this annotation, the name of the annotation
24352is followed immediately by a newline. If there is additional
24353information, the name of the annotation is followed by a space, the
24354additional information, and a newline. The additional information
24355cannot contain newline characters.
24356
24357Any output not beginning with a newline and two @samp{control-z}
24358characters denotes literal output from @value{GDBN}. Currently there is
24359no need for @value{GDBN} to output a newline followed by two
24360@samp{control-z} characters, but if there was such a need, the
24361annotations could be extended with an @samp{escape} annotation which
24362means those three characters as output.
24363
086432e2
AC
24364The annotation @var{level}, which is specified using the
24365@option{--annotate} command line option (@pxref{Mode Options}), controls
24366how much information @value{GDBN} prints together with its prompt,
24367values of expressions, source lines, and other types of output. Level 0
d3e8051b 24368is for no annotations, level 1 is for use when @value{GDBN} is run as a
086432e2
AC
24369subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
24370for programs that control @value{GDBN}, and level 2 annotations have
24371been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
24372Interface, annotate, GDB's Obsolete Annotations}).
24373
24374@table @code
24375@kindex set annotate
24376@item set annotate @var{level}
e09f16f9 24377The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 24378annotations to the specified @var{level}.
9c16f35a
EZ
24379
24380@item show annotate
24381@kindex show annotate
24382Show the current annotation level.
09d4efe1
EZ
24383@end table
24384
24385This chapter describes level 3 annotations.
086432e2 24386
922fbb7b
AC
24387A simple example of starting up @value{GDBN} with annotations is:
24388
24389@smallexample
086432e2
AC
24390$ @kbd{gdb --annotate=3}
24391GNU gdb 6.0
24392Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
24393GDB is free software, covered by the GNU General Public License,
24394and you are welcome to change it and/or distribute copies of it
24395under certain conditions.
24396Type "show copying" to see the conditions.
24397There is absolutely no warranty for GDB. Type "show warranty"
24398for details.
086432e2 24399This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
24400
24401^Z^Zpre-prompt
f7dc1244 24402(@value{GDBP})
922fbb7b 24403^Z^Zprompt
086432e2 24404@kbd{quit}
922fbb7b
AC
24405
24406^Z^Zpost-prompt
b383017d 24407$
922fbb7b
AC
24408@end smallexample
24409
24410Here @samp{quit} is input to @value{GDBN}; the rest is output from
24411@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
24412denotes a @samp{control-z} character) are annotations; the rest is
24413output from @value{GDBN}.
24414
9e6c4bd5
NR
24415@node Server Prefix
24416@section The Server Prefix
24417@cindex server prefix
24418
24419If you prefix a command with @samp{server } then it will not affect
24420the command history, nor will it affect @value{GDBN}'s notion of which
24421command to repeat if @key{RET} is pressed on a line by itself. This
24422means that commands can be run behind a user's back by a front-end in
24423a transparent manner.
24424
24425The server prefix does not affect the recording of values into the value
24426history; to print a value without recording it into the value history,
24427use the @code{output} command instead of the @code{print} command.
24428
922fbb7b
AC
24429@node Prompting
24430@section Annotation for @value{GDBN} Input
24431
24432@cindex annotations for prompts
24433When @value{GDBN} prompts for input, it annotates this fact so it is possible
24434to know when to send output, when the output from a given command is
24435over, etc.
24436
24437Different kinds of input each have a different @dfn{input type}. Each
24438input type has three annotations: a @code{pre-} annotation, which
24439denotes the beginning of any prompt which is being output, a plain
24440annotation, which denotes the end of the prompt, and then a @code{post-}
24441annotation which denotes the end of any echo which may (or may not) be
24442associated with the input. For example, the @code{prompt} input type
24443features the following annotations:
24444
24445@smallexample
24446^Z^Zpre-prompt
24447^Z^Zprompt
24448^Z^Zpost-prompt
24449@end smallexample
24450
24451The input types are
24452
24453@table @code
e5ac9b53
EZ
24454@findex pre-prompt annotation
24455@findex prompt annotation
24456@findex post-prompt annotation
922fbb7b
AC
24457@item prompt
24458When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
24459
e5ac9b53
EZ
24460@findex pre-commands annotation
24461@findex commands annotation
24462@findex post-commands annotation
922fbb7b
AC
24463@item commands
24464When @value{GDBN} prompts for a set of commands, like in the @code{commands}
24465command. The annotations are repeated for each command which is input.
24466
e5ac9b53
EZ
24467@findex pre-overload-choice annotation
24468@findex overload-choice annotation
24469@findex post-overload-choice annotation
922fbb7b
AC
24470@item overload-choice
24471When @value{GDBN} wants the user to select between various overloaded functions.
24472
e5ac9b53
EZ
24473@findex pre-query annotation
24474@findex query annotation
24475@findex post-query annotation
922fbb7b
AC
24476@item query
24477When @value{GDBN} wants the user to confirm a potentially dangerous operation.
24478
e5ac9b53
EZ
24479@findex pre-prompt-for-continue annotation
24480@findex prompt-for-continue annotation
24481@findex post-prompt-for-continue annotation
922fbb7b
AC
24482@item prompt-for-continue
24483When @value{GDBN} is asking the user to press return to continue. Note: Don't
24484expect this to work well; instead use @code{set height 0} to disable
24485prompting. This is because the counting of lines is buggy in the
24486presence of annotations.
24487@end table
24488
24489@node Errors
24490@section Errors
24491@cindex annotations for errors, warnings and interrupts
24492
e5ac9b53 24493@findex quit annotation
922fbb7b
AC
24494@smallexample
24495^Z^Zquit
24496@end smallexample
24497
24498This annotation occurs right before @value{GDBN} responds to an interrupt.
24499
e5ac9b53 24500@findex error annotation
922fbb7b
AC
24501@smallexample
24502^Z^Zerror
24503@end smallexample
24504
24505This annotation occurs right before @value{GDBN} responds to an error.
24506
24507Quit and error annotations indicate that any annotations which @value{GDBN} was
24508in the middle of may end abruptly. For example, if a
24509@code{value-history-begin} annotation is followed by a @code{error}, one
24510cannot expect to receive the matching @code{value-history-end}. One
24511cannot expect not to receive it either, however; an error annotation
24512does not necessarily mean that @value{GDBN} is immediately returning all the way
24513to the top level.
24514
e5ac9b53 24515@findex error-begin annotation
922fbb7b
AC
24516A quit or error annotation may be preceded by
24517
24518@smallexample
24519^Z^Zerror-begin
24520@end smallexample
24521
24522Any output between that and the quit or error annotation is the error
24523message.
24524
24525Warning messages are not yet annotated.
24526@c If we want to change that, need to fix warning(), type_error(),
24527@c range_error(), and possibly other places.
24528
922fbb7b
AC
24529@node Invalidation
24530@section Invalidation Notices
24531
24532@cindex annotations for invalidation messages
24533The following annotations say that certain pieces of state may have
24534changed.
24535
24536@table @code
e5ac9b53 24537@findex frames-invalid annotation
922fbb7b
AC
24538@item ^Z^Zframes-invalid
24539
24540The frames (for example, output from the @code{backtrace} command) may
24541have changed.
24542
e5ac9b53 24543@findex breakpoints-invalid annotation
922fbb7b
AC
24544@item ^Z^Zbreakpoints-invalid
24545
24546The breakpoints may have changed. For example, the user just added or
24547deleted a breakpoint.
24548@end table
24549
24550@node Annotations for Running
24551@section Running the Program
24552@cindex annotations for running programs
24553
e5ac9b53
EZ
24554@findex starting annotation
24555@findex stopping annotation
922fbb7b 24556When the program starts executing due to a @value{GDBN} command such as
b383017d 24557@code{step} or @code{continue},
922fbb7b
AC
24558
24559@smallexample
24560^Z^Zstarting
24561@end smallexample
24562
b383017d 24563is output. When the program stops,
922fbb7b
AC
24564
24565@smallexample
24566^Z^Zstopped
24567@end smallexample
24568
24569is output. Before the @code{stopped} annotation, a variety of
24570annotations describe how the program stopped.
24571
24572@table @code
e5ac9b53 24573@findex exited annotation
922fbb7b
AC
24574@item ^Z^Zexited @var{exit-status}
24575The program exited, and @var{exit-status} is the exit status (zero for
24576successful exit, otherwise nonzero).
24577
e5ac9b53
EZ
24578@findex signalled annotation
24579@findex signal-name annotation
24580@findex signal-name-end annotation
24581@findex signal-string annotation
24582@findex signal-string-end annotation
922fbb7b
AC
24583@item ^Z^Zsignalled
24584The program exited with a signal. After the @code{^Z^Zsignalled}, the
24585annotation continues:
24586
24587@smallexample
24588@var{intro-text}
24589^Z^Zsignal-name
24590@var{name}
24591^Z^Zsignal-name-end
24592@var{middle-text}
24593^Z^Zsignal-string
24594@var{string}
24595^Z^Zsignal-string-end
24596@var{end-text}
24597@end smallexample
24598
24599@noindent
24600where @var{name} is the name of the signal, such as @code{SIGILL} or
24601@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
24602as @code{Illegal Instruction} or @code{Segmentation fault}.
24603@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
24604user's benefit and have no particular format.
24605
e5ac9b53 24606@findex signal annotation
922fbb7b
AC
24607@item ^Z^Zsignal
24608The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
24609just saying that the program received the signal, not that it was
24610terminated with it.
24611
e5ac9b53 24612@findex breakpoint annotation
922fbb7b
AC
24613@item ^Z^Zbreakpoint @var{number}
24614The program hit breakpoint number @var{number}.
24615
e5ac9b53 24616@findex watchpoint annotation
922fbb7b
AC
24617@item ^Z^Zwatchpoint @var{number}
24618The program hit watchpoint number @var{number}.
24619@end table
24620
24621@node Source Annotations
24622@section Displaying Source
24623@cindex annotations for source display
24624
e5ac9b53 24625@findex source annotation
922fbb7b
AC
24626The following annotation is used instead of displaying source code:
24627
24628@smallexample
24629^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
24630@end smallexample
24631
24632where @var{filename} is an absolute file name indicating which source
24633file, @var{line} is the line number within that file (where 1 is the
24634first line in the file), @var{character} is the character position
24635within the file (where 0 is the first character in the file) (for most
24636debug formats this will necessarily point to the beginning of a line),
24637@var{middle} is @samp{middle} if @var{addr} is in the middle of the
24638line, or @samp{beg} if @var{addr} is at the beginning of the line, and
24639@var{addr} is the address in the target program associated with the
24640source which is being displayed. @var{addr} is in the form @samp{0x}
24641followed by one or more lowercase hex digits (note that this does not
24642depend on the language).
24643
8e04817f
AC
24644@node GDB Bugs
24645@chapter Reporting Bugs in @value{GDBN}
24646@cindex bugs in @value{GDBN}
24647@cindex reporting bugs in @value{GDBN}
c906108c 24648
8e04817f 24649Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 24650
8e04817f
AC
24651Reporting a bug may help you by bringing a solution to your problem, or it
24652may not. But in any case the principal function of a bug report is to help
24653the entire community by making the next version of @value{GDBN} work better. Bug
24654reports are your contribution to the maintenance of @value{GDBN}.
c906108c 24655
8e04817f
AC
24656In order for a bug report to serve its purpose, you must include the
24657information that enables us to fix the bug.
c4555f82
SC
24658
24659@menu
8e04817f
AC
24660* Bug Criteria:: Have you found a bug?
24661* Bug Reporting:: How to report bugs
c4555f82
SC
24662@end menu
24663
8e04817f 24664@node Bug Criteria
79a6e687 24665@section Have You Found a Bug?
8e04817f 24666@cindex bug criteria
c4555f82 24667
8e04817f 24668If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
24669
24670@itemize @bullet
8e04817f
AC
24671@cindex fatal signal
24672@cindex debugger crash
24673@cindex crash of debugger
c4555f82 24674@item
8e04817f
AC
24675If the debugger gets a fatal signal, for any input whatever, that is a
24676@value{GDBN} bug. Reliable debuggers never crash.
24677
24678@cindex error on valid input
24679@item
24680If @value{GDBN} produces an error message for valid input, that is a
24681bug. (Note that if you're cross debugging, the problem may also be
24682somewhere in the connection to the target.)
c4555f82 24683
8e04817f 24684@cindex invalid input
c4555f82 24685@item
8e04817f
AC
24686If @value{GDBN} does not produce an error message for invalid input,
24687that is a bug. However, you should note that your idea of
24688``invalid input'' might be our idea of ``an extension'' or ``support
24689for traditional practice''.
24690
24691@item
24692If you are an experienced user of debugging tools, your suggestions
24693for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
24694@end itemize
24695
8e04817f 24696@node Bug Reporting
79a6e687 24697@section How to Report Bugs
8e04817f
AC
24698@cindex bug reports
24699@cindex @value{GDBN} bugs, reporting
24700
24701A number of companies and individuals offer support for @sc{gnu} products.
24702If you obtained @value{GDBN} from a support organization, we recommend you
24703contact that organization first.
24704
24705You can find contact information for many support companies and
24706individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
24707distribution.
24708@c should add a web page ref...
24709
c16158bc
JM
24710@ifset BUGURL
24711@ifset BUGURL_DEFAULT
129188f6 24712In any event, we also recommend that you submit bug reports for
d3e8051b 24713@value{GDBN}. The preferred method is to submit them directly using
129188f6
AC
24714@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
24715page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
24716be used.
8e04817f
AC
24717
24718@strong{Do not send bug reports to @samp{info-gdb}, or to
24719@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
24720not want to receive bug reports. Those that do have arranged to receive
24721@samp{bug-gdb}.
24722
24723The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
24724serves as a repeater. The mailing list and the newsgroup carry exactly
24725the same messages. Often people think of posting bug reports to the
24726newsgroup instead of mailing them. This appears to work, but it has one
24727problem which can be crucial: a newsgroup posting often lacks a mail
24728path back to the sender. Thus, if we need to ask for more information,
24729we may be unable to reach you. For this reason, it is better to send
24730bug reports to the mailing list.
c16158bc
JM
24731@end ifset
24732@ifclear BUGURL_DEFAULT
24733In any event, we also recommend that you submit bug reports for
24734@value{GDBN} to @value{BUGURL}.
24735@end ifclear
24736@end ifset
c4555f82 24737
8e04817f
AC
24738The fundamental principle of reporting bugs usefully is this:
24739@strong{report all the facts}. If you are not sure whether to state a
24740fact or leave it out, state it!
c4555f82 24741
8e04817f
AC
24742Often people omit facts because they think they know what causes the
24743problem and assume that some details do not matter. Thus, you might
24744assume that the name of the variable you use in an example does not matter.
24745Well, probably it does not, but one cannot be sure. Perhaps the bug is a
24746stray memory reference which happens to fetch from the location where that
24747name is stored in memory; perhaps, if the name were different, the contents
24748of that location would fool the debugger into doing the right thing despite
24749the bug. Play it safe and give a specific, complete example. That is the
24750easiest thing for you to do, and the most helpful.
c4555f82 24751
8e04817f
AC
24752Keep in mind that the purpose of a bug report is to enable us to fix the
24753bug. It may be that the bug has been reported previously, but neither
24754you nor we can know that unless your bug report is complete and
24755self-contained.
c4555f82 24756
8e04817f
AC
24757Sometimes people give a few sketchy facts and ask, ``Does this ring a
24758bell?'' Those bug reports are useless, and we urge everyone to
24759@emph{refuse to respond to them} except to chide the sender to report
24760bugs properly.
24761
24762To enable us to fix the bug, you should include all these things:
c4555f82
SC
24763
24764@itemize @bullet
24765@item
8e04817f
AC
24766The version of @value{GDBN}. @value{GDBN} announces it if you start
24767with no arguments; you can also print it at any time using @code{show
24768version}.
c4555f82 24769
8e04817f
AC
24770Without this, we will not know whether there is any point in looking for
24771the bug in the current version of @value{GDBN}.
c4555f82
SC
24772
24773@item
8e04817f
AC
24774The type of machine you are using, and the operating system name and
24775version number.
c4555f82
SC
24776
24777@item
c1468174 24778What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
8e04817f 24779``@value{GCC}--2.8.1''.
c4555f82
SC
24780
24781@item
8e04817f 24782What compiler (and its version) was used to compile the program you are
c1468174 24783debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
3f94c067
BW
24784C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
24785to get this information; for other compilers, see the documentation for
24786those compilers.
c4555f82 24787
8e04817f
AC
24788@item
24789The command arguments you gave the compiler to compile your example and
24790observe the bug. For example, did you use @samp{-O}? To guarantee
24791you will not omit something important, list them all. A copy of the
24792Makefile (or the output from make) is sufficient.
c4555f82 24793
8e04817f
AC
24794If we were to try to guess the arguments, we would probably guess wrong
24795and then we might not encounter the bug.
c4555f82 24796
8e04817f
AC
24797@item
24798A complete input script, and all necessary source files, that will
24799reproduce the bug.
c4555f82 24800
8e04817f
AC
24801@item
24802A description of what behavior you observe that you believe is
24803incorrect. For example, ``It gets a fatal signal.''
c4555f82 24804
8e04817f
AC
24805Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
24806will certainly notice it. But if the bug is incorrect output, we might
24807not notice unless it is glaringly wrong. You might as well not give us
24808a chance to make a mistake.
c4555f82 24809
8e04817f
AC
24810Even if the problem you experience is a fatal signal, you should still
24811say so explicitly. Suppose something strange is going on, such as, your
24812copy of @value{GDBN} is out of synch, or you have encountered a bug in
24813the C library on your system. (This has happened!) Your copy might
24814crash and ours would not. If you told us to expect a crash, then when
24815ours fails to crash, we would know that the bug was not happening for
24816us. If you had not told us to expect a crash, then we would not be able
24817to draw any conclusion from our observations.
c4555f82 24818
e0c07bf0
MC
24819@pindex script
24820@cindex recording a session script
24821To collect all this information, you can use a session recording program
24822such as @command{script}, which is available on many Unix systems.
24823Just run your @value{GDBN} session inside @command{script} and then
24824include the @file{typescript} file with your bug report.
24825
24826Another way to record a @value{GDBN} session is to run @value{GDBN}
24827inside Emacs and then save the entire buffer to a file.
24828
8e04817f
AC
24829@item
24830If you wish to suggest changes to the @value{GDBN} source, send us context
24831diffs. If you even discuss something in the @value{GDBN} source, refer to
24832it by context, not by line number.
c4555f82 24833
8e04817f
AC
24834The line numbers in our development sources will not match those in your
24835sources. Your line numbers would convey no useful information to us.
c4555f82 24836
8e04817f 24837@end itemize
c4555f82 24838
8e04817f 24839Here are some things that are not necessary:
c4555f82 24840
8e04817f
AC
24841@itemize @bullet
24842@item
24843A description of the envelope of the bug.
c4555f82 24844
8e04817f
AC
24845Often people who encounter a bug spend a lot of time investigating
24846which changes to the input file will make the bug go away and which
24847changes will not affect it.
c4555f82 24848
8e04817f
AC
24849This is often time consuming and not very useful, because the way we
24850will find the bug is by running a single example under the debugger
24851with breakpoints, not by pure deduction from a series of examples.
24852We recommend that you save your time for something else.
c4555f82 24853
8e04817f
AC
24854Of course, if you can find a simpler example to report @emph{instead}
24855of the original one, that is a convenience for us. Errors in the
24856output will be easier to spot, running under the debugger will take
24857less time, and so on.
c4555f82 24858
8e04817f
AC
24859However, simplification is not vital; if you do not want to do this,
24860report the bug anyway and send us the entire test case you used.
c4555f82 24861
8e04817f
AC
24862@item
24863A patch for the bug.
c4555f82 24864
8e04817f
AC
24865A patch for the bug does help us if it is a good one. But do not omit
24866the necessary information, such as the test case, on the assumption that
24867a patch is all we need. We might see problems with your patch and decide
24868to fix the problem another way, or we might not understand it at all.
c4555f82 24869
8e04817f
AC
24870Sometimes with a program as complicated as @value{GDBN} it is very hard to
24871construct an example that will make the program follow a certain path
24872through the code. If you do not send us the example, we will not be able
24873to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 24874
8e04817f
AC
24875And if we cannot understand what bug you are trying to fix, or why your
24876patch should be an improvement, we will not install it. A test case will
24877help us to understand.
c4555f82 24878
8e04817f
AC
24879@item
24880A guess about what the bug is or what it depends on.
c4555f82 24881
8e04817f
AC
24882Such guesses are usually wrong. Even we cannot guess right about such
24883things without first using the debugger to find the facts.
24884@end itemize
c4555f82 24885
8e04817f
AC
24886@c The readline documentation is distributed with the readline code
24887@c and consists of the two following files:
24888@c rluser.texinfo
24889@c inc-hist.texinfo
24890@c Use -I with makeinfo to point to the appropriate directory,
24891@c environment var TEXINPUTS with TeX.
5bdf8622 24892@include rluser.texi
8e04817f 24893@include inc-hist.texinfo
c4555f82 24894
c4555f82 24895
8e04817f
AC
24896@node Formatting Documentation
24897@appendix Formatting Documentation
c4555f82 24898
8e04817f
AC
24899@cindex @value{GDBN} reference card
24900@cindex reference card
24901The @value{GDBN} 4 release includes an already-formatted reference card, ready
24902for printing with PostScript or Ghostscript, in the @file{gdb}
24903subdirectory of the main source directory@footnote{In
24904@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
24905release.}. If you can use PostScript or Ghostscript with your printer,
24906you can print the reference card immediately with @file{refcard.ps}.
c4555f82 24907
8e04817f
AC
24908The release also includes the source for the reference card. You
24909can format it, using @TeX{}, by typing:
c4555f82 24910
474c8240 24911@smallexample
8e04817f 24912make refcard.dvi
474c8240 24913@end smallexample
c4555f82 24914
8e04817f
AC
24915The @value{GDBN} reference card is designed to print in @dfn{landscape}
24916mode on US ``letter'' size paper;
24917that is, on a sheet 11 inches wide by 8.5 inches
24918high. You will need to specify this form of printing as an option to
24919your @sc{dvi} output program.
c4555f82 24920
8e04817f 24921@cindex documentation
c4555f82 24922
8e04817f
AC
24923All the documentation for @value{GDBN} comes as part of the machine-readable
24924distribution. The documentation is written in Texinfo format, which is
24925a documentation system that uses a single source file to produce both
24926on-line information and a printed manual. You can use one of the Info
24927formatting commands to create the on-line version of the documentation
24928and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 24929
8e04817f
AC
24930@value{GDBN} includes an already formatted copy of the on-line Info
24931version of this manual in the @file{gdb} subdirectory. The main Info
24932file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
24933subordinate files matching @samp{gdb.info*} in the same directory. If
24934necessary, you can print out these files, or read them with any editor;
24935but they are easier to read using the @code{info} subsystem in @sc{gnu}
24936Emacs or the standalone @code{info} program, available as part of the
24937@sc{gnu} Texinfo distribution.
c4555f82 24938
8e04817f
AC
24939If you want to format these Info files yourself, you need one of the
24940Info formatting programs, such as @code{texinfo-format-buffer} or
24941@code{makeinfo}.
c4555f82 24942
8e04817f
AC
24943If you have @code{makeinfo} installed, and are in the top level
24944@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
24945version @value{GDBVN}), you can make the Info file by typing:
c4555f82 24946
474c8240 24947@smallexample
8e04817f
AC
24948cd gdb
24949make gdb.info
474c8240 24950@end smallexample
c4555f82 24951
8e04817f
AC
24952If you want to typeset and print copies of this manual, you need @TeX{},
24953a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
24954Texinfo definitions file.
c4555f82 24955
8e04817f
AC
24956@TeX{} is a typesetting program; it does not print files directly, but
24957produces output files called @sc{dvi} files. To print a typeset
24958document, you need a program to print @sc{dvi} files. If your system
24959has @TeX{} installed, chances are it has such a program. The precise
24960command to use depends on your system; @kbd{lpr -d} is common; another
24961(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
24962require a file name without any extension or a @samp{.dvi} extension.
c4555f82 24963
8e04817f
AC
24964@TeX{} also requires a macro definitions file called
24965@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
24966written in Texinfo format. On its own, @TeX{} cannot either read or
24967typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
24968and is located in the @file{gdb-@var{version-number}/texinfo}
24969directory.
c4555f82 24970
8e04817f 24971If you have @TeX{} and a @sc{dvi} printer program installed, you can
d3e8051b 24972typeset and print this manual. First switch to the @file{gdb}
8e04817f
AC
24973subdirectory of the main source directory (for example, to
24974@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 24975
474c8240 24976@smallexample
8e04817f 24977make gdb.dvi
474c8240 24978@end smallexample
c4555f82 24979
8e04817f 24980Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 24981
8e04817f
AC
24982@node Installing GDB
24983@appendix Installing @value{GDBN}
8e04817f 24984@cindex installation
c4555f82 24985
7fa2210b
DJ
24986@menu
24987* Requirements:: Requirements for building @value{GDBN}
db2e3e2e 24988* Running Configure:: Invoking the @value{GDBN} @file{configure} script
7fa2210b
DJ
24989* Separate Objdir:: Compiling @value{GDBN} in another directory
24990* Config Names:: Specifying names for hosts and targets
24991* Configure Options:: Summary of options for configure
098b41a6 24992* System-wide configuration:: Having a system-wide init file
7fa2210b
DJ
24993@end menu
24994
24995@node Requirements
79a6e687 24996@section Requirements for Building @value{GDBN}
7fa2210b
DJ
24997@cindex building @value{GDBN}, requirements for
24998
24999Building @value{GDBN} requires various tools and packages to be available.
25000Other packages will be used only if they are found.
25001
79a6e687 25002@heading Tools/Packages Necessary for Building @value{GDBN}
7fa2210b
DJ
25003@table @asis
25004@item ISO C90 compiler
25005@value{GDBN} is written in ISO C90. It should be buildable with any
25006working C90 compiler, e.g.@: GCC.
25007
25008@end table
25009
79a6e687 25010@heading Tools/Packages Optional for Building @value{GDBN}
7fa2210b
DJ
25011@table @asis
25012@item Expat
123dc839 25013@anchor{Expat}
7fa2210b
DJ
25014@value{GDBN} can use the Expat XML parsing library. This library may be
25015included with your operating system distribution; if it is not, you
25016can get the latest version from @url{http://expat.sourceforge.net}.
db2e3e2e 25017The @file{configure} script will search for this library in several
7fa2210b
DJ
25018standard locations; if it is installed in an unusual path, you can
25019use the @option{--with-libexpat-prefix} option to specify its location.
25020
9cceb671
DJ
25021Expat is used for:
25022
25023@itemize @bullet
25024@item
25025Remote protocol memory maps (@pxref{Memory Map Format})
25026@item
25027Target descriptions (@pxref{Target Descriptions})
25028@item
25029Remote shared library lists (@pxref{Library List Format})
25030@item
25031MS-Windows shared libraries (@pxref{Shared Libraries})
25032@end itemize
7fa2210b 25033
31fffb02
CS
25034@item zlib
25035@cindex compressed debug sections
25036@value{GDBN} will use the @samp{zlib} library, if available, to read
25037compressed debug sections. Some linkers, such as GNU gold, are capable
25038of producing binaries with compressed debug sections. If @value{GDBN}
25039is compiled with @samp{zlib}, it will be able to read the debug
25040information in such binaries.
25041
25042The @samp{zlib} library is likely included with your operating system
25043distribution; if it is not, you can get the latest version from
25044@url{http://zlib.net}.
25045
6c7a06a3
TT
25046@item iconv
25047@value{GDBN}'s features related to character sets (@pxref{Character
25048Sets}) require a functioning @code{iconv} implementation. If you are
25049on a GNU system, then this is provided by the GNU C Library. Some
25050other systems also provide a working @code{iconv}.
25051
25052On systems with @code{iconv}, you can install GNU Libiconv. If you
25053have previously installed Libiconv, you can use the
25054@option{--with-libiconv-prefix} option to configure.
25055
25056@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
25057arrange to build Libiconv if a directory named @file{libiconv} appears
25058in the top-most source directory. If Libiconv is built this way, and
25059if the operating system does not provide a suitable @code{iconv}
25060implementation, then the just-built library will automatically be used
25061by @value{GDBN}. One easy way to set this up is to download GNU
25062Libiconv, unpack it, and then rename the directory holding the
25063Libiconv source code to @samp{libiconv}.
7fa2210b
DJ
25064@end table
25065
25066@node Running Configure
db2e3e2e 25067@section Invoking the @value{GDBN} @file{configure} Script
7fa2210b 25068@cindex configuring @value{GDBN}
db2e3e2e 25069@value{GDBN} comes with a @file{configure} script that automates the process
8e04817f
AC
25070of preparing @value{GDBN} for installation; you can then use @code{make} to
25071build the @code{gdb} program.
25072@iftex
25073@c irrelevant in info file; it's as current as the code it lives with.
25074@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
25075look at the @file{README} file in the sources; we may have improved the
25076installation procedures since publishing this manual.}
25077@end iftex
c4555f82 25078
8e04817f
AC
25079The @value{GDBN} distribution includes all the source code you need for
25080@value{GDBN} in a single directory, whose name is usually composed by
25081appending the version number to @samp{gdb}.
c4555f82 25082
8e04817f
AC
25083For example, the @value{GDBN} version @value{GDBVN} distribution is in the
25084@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 25085
8e04817f
AC
25086@table @code
25087@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
25088script for configuring @value{GDBN} and all its supporting libraries
c4555f82 25089
8e04817f
AC
25090@item gdb-@value{GDBVN}/gdb
25091the source specific to @value{GDBN} itself
c4555f82 25092
8e04817f
AC
25093@item gdb-@value{GDBVN}/bfd
25094source for the Binary File Descriptor library
c906108c 25095
8e04817f
AC
25096@item gdb-@value{GDBVN}/include
25097@sc{gnu} include files
c906108c 25098
8e04817f
AC
25099@item gdb-@value{GDBVN}/libiberty
25100source for the @samp{-liberty} free software library
c906108c 25101
8e04817f
AC
25102@item gdb-@value{GDBVN}/opcodes
25103source for the library of opcode tables and disassemblers
c906108c 25104
8e04817f
AC
25105@item gdb-@value{GDBVN}/readline
25106source for the @sc{gnu} command-line interface
c906108c 25107
8e04817f
AC
25108@item gdb-@value{GDBVN}/glob
25109source for the @sc{gnu} filename pattern-matching subroutine
c906108c 25110
8e04817f
AC
25111@item gdb-@value{GDBVN}/mmalloc
25112source for the @sc{gnu} memory-mapped malloc package
25113@end table
c906108c 25114
db2e3e2e 25115The simplest way to configure and build @value{GDBN} is to run @file{configure}
8e04817f
AC
25116from the @file{gdb-@var{version-number}} source directory, which in
25117this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 25118
8e04817f 25119First switch to the @file{gdb-@var{version-number}} source directory
db2e3e2e 25120if you are not already in it; then run @file{configure}. Pass the
8e04817f
AC
25121identifier for the platform on which @value{GDBN} will run as an
25122argument.
c906108c 25123
8e04817f 25124For example:
c906108c 25125
474c8240 25126@smallexample
8e04817f
AC
25127cd gdb-@value{GDBVN}
25128./configure @var{host}
25129make
474c8240 25130@end smallexample
c906108c 25131
8e04817f
AC
25132@noindent
25133where @var{host} is an identifier such as @samp{sun4} or
25134@samp{decstation}, that identifies the platform where @value{GDBN} will run.
db2e3e2e 25135(You can often leave off @var{host}; @file{configure} tries to guess the
8e04817f 25136correct value by examining your system.)
c906108c 25137
8e04817f
AC
25138Running @samp{configure @var{host}} and then running @code{make} builds the
25139@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
25140libraries, then @code{gdb} itself. The configured source files, and the
25141binaries, are left in the corresponding source directories.
c906108c 25142
8e04817f 25143@need 750
db2e3e2e 25144@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
8e04817f
AC
25145system does not recognize this automatically when you run a different
25146shell, you may need to run @code{sh} on it explicitly:
c906108c 25147
474c8240 25148@smallexample
8e04817f 25149sh configure @var{host}
474c8240 25150@end smallexample
c906108c 25151
db2e3e2e 25152If you run @file{configure} from a directory that contains source
8e04817f 25153directories for multiple libraries or programs, such as the
db2e3e2e
BW
25154@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN},
25155@file{configure}
8e04817f
AC
25156creates configuration files for every directory level underneath (unless
25157you tell it not to, with the @samp{--norecursion} option).
25158
db2e3e2e 25159You should run the @file{configure} script from the top directory in the
94e91d6d 25160source tree, the @file{gdb-@var{version-number}} directory. If you run
db2e3e2e 25161@file{configure} from one of the subdirectories, you will configure only
94e91d6d 25162that subdirectory. That is usually not what you want. In particular,
db2e3e2e 25163if you run the first @file{configure} from the @file{gdb} subdirectory
94e91d6d
MC
25164of the @file{gdb-@var{version-number}} directory, you will omit the
25165configuration of @file{bfd}, @file{readline}, and other sibling
25166directories of the @file{gdb} subdirectory. This leads to build errors
25167about missing include files such as @file{bfd/bfd.h}.
c906108c 25168
8e04817f
AC
25169You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
25170However, you should make sure that the shell on your path (named by
25171the @samp{SHELL} environment variable) is publicly readable. Remember
25172that @value{GDBN} uses the shell to start your program---some systems refuse to
25173let @value{GDBN} debug child processes whose programs are not readable.
c906108c 25174
8e04817f 25175@node Separate Objdir
79a6e687 25176@section Compiling @value{GDBN} in Another Directory
c906108c 25177
8e04817f
AC
25178If you want to run @value{GDBN} versions for several host or target machines,
25179you need a different @code{gdb} compiled for each combination of
db2e3e2e 25180host and target. @file{configure} is designed to make this easy by
8e04817f
AC
25181allowing you to generate each configuration in a separate subdirectory,
25182rather than in the source directory. If your @code{make} program
25183handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
25184@code{make} in each of these directories builds the @code{gdb}
25185program specified there.
c906108c 25186
db2e3e2e 25187To build @code{gdb} in a separate directory, run @file{configure}
8e04817f 25188with the @samp{--srcdir} option to specify where to find the source.
db2e3e2e
BW
25189(You also need to specify a path to find @file{configure}
25190itself from your working directory. If the path to @file{configure}
8e04817f
AC
25191would be the same as the argument to @samp{--srcdir}, you can leave out
25192the @samp{--srcdir} option; it is assumed.)
c906108c 25193
8e04817f
AC
25194For example, with version @value{GDBVN}, you can build @value{GDBN} in a
25195separate directory for a Sun 4 like this:
c906108c 25196
474c8240 25197@smallexample
8e04817f
AC
25198@group
25199cd gdb-@value{GDBVN}
25200mkdir ../gdb-sun4
25201cd ../gdb-sun4
25202../gdb-@value{GDBVN}/configure sun4
25203make
25204@end group
474c8240 25205@end smallexample
c906108c 25206
db2e3e2e 25207When @file{configure} builds a configuration using a remote source
8e04817f
AC
25208directory, it creates a tree for the binaries with the same structure
25209(and using the same names) as the tree under the source directory. In
25210the example, you'd find the Sun 4 library @file{libiberty.a} in the
25211directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
25212@file{gdb-sun4/gdb}.
c906108c 25213
94e91d6d
MC
25214Make sure that your path to the @file{configure} script has just one
25215instance of @file{gdb} in it. If your path to @file{configure} looks
25216like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
25217one subdirectory of @value{GDBN}, not the whole package. This leads to
25218build errors about missing include files such as @file{bfd/bfd.h}.
25219
8e04817f
AC
25220One popular reason to build several @value{GDBN} configurations in separate
25221directories is to configure @value{GDBN} for cross-compiling (where
25222@value{GDBN} runs on one machine---the @dfn{host}---while debugging
25223programs that run on another machine---the @dfn{target}).
25224You specify a cross-debugging target by
db2e3e2e 25225giving the @samp{--target=@var{target}} option to @file{configure}.
c906108c 25226
8e04817f
AC
25227When you run @code{make} to build a program or library, you must run
25228it in a configured directory---whatever directory you were in when you
db2e3e2e 25229called @file{configure} (or one of its subdirectories).
c906108c 25230
db2e3e2e 25231The @code{Makefile} that @file{configure} generates in each source
8e04817f
AC
25232directory also runs recursively. If you type @code{make} in a source
25233directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
25234directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
25235will build all the required libraries, and then build GDB.
c906108c 25236
8e04817f
AC
25237When you have multiple hosts or targets configured in separate
25238directories, you can run @code{make} on them in parallel (for example,
25239if they are NFS-mounted on each of the hosts); they will not interfere
25240with each other.
c906108c 25241
8e04817f 25242@node Config Names
79a6e687 25243@section Specifying Names for Hosts and Targets
c906108c 25244
db2e3e2e 25245The specifications used for hosts and targets in the @file{configure}
8e04817f
AC
25246script are based on a three-part naming scheme, but some short predefined
25247aliases are also supported. The full naming scheme encodes three pieces
25248of information in the following pattern:
c906108c 25249
474c8240 25250@smallexample
8e04817f 25251@var{architecture}-@var{vendor}-@var{os}
474c8240 25252@end smallexample
c906108c 25253
8e04817f
AC
25254For example, you can use the alias @code{sun4} as a @var{host} argument,
25255or as the value for @var{target} in a @code{--target=@var{target}}
25256option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 25257
db2e3e2e 25258The @file{configure} script accompanying @value{GDBN} does not provide
8e04817f 25259any query facility to list all supported host and target names or
db2e3e2e 25260aliases. @file{configure} calls the Bourne shell script
8e04817f
AC
25261@code{config.sub} to map abbreviations to full names; you can read the
25262script, if you wish, or you can use it to test your guesses on
25263abbreviations---for example:
c906108c 25264
8e04817f
AC
25265@smallexample
25266% sh config.sub i386-linux
25267i386-pc-linux-gnu
25268% sh config.sub alpha-linux
25269alpha-unknown-linux-gnu
25270% sh config.sub hp9k700
25271hppa1.1-hp-hpux
25272% sh config.sub sun4
25273sparc-sun-sunos4.1.1
25274% sh config.sub sun3
25275m68k-sun-sunos4.1.1
25276% sh config.sub i986v
25277Invalid configuration `i986v': machine `i986v' not recognized
25278@end smallexample
c906108c 25279
8e04817f
AC
25280@noindent
25281@code{config.sub} is also distributed in the @value{GDBN} source
25282directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 25283
8e04817f 25284@node Configure Options
db2e3e2e 25285@section @file{configure} Options
c906108c 25286
db2e3e2e
BW
25287Here is a summary of the @file{configure} options and arguments that
25288are most often useful for building @value{GDBN}. @file{configure} also has
8e04817f 25289several other options not listed here. @inforef{What Configure
db2e3e2e 25290Does,,configure.info}, for a full explanation of @file{configure}.
c906108c 25291
474c8240 25292@smallexample
8e04817f
AC
25293configure @r{[}--help@r{]}
25294 @r{[}--prefix=@var{dir}@r{]}
25295 @r{[}--exec-prefix=@var{dir}@r{]}
25296 @r{[}--srcdir=@var{dirname}@r{]}
25297 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
25298 @r{[}--target=@var{target}@r{]}
25299 @var{host}
474c8240 25300@end smallexample
c906108c 25301
8e04817f
AC
25302@noindent
25303You may introduce options with a single @samp{-} rather than
25304@samp{--} if you prefer; but you may abbreviate option names if you use
25305@samp{--}.
c906108c 25306
8e04817f
AC
25307@table @code
25308@item --help
db2e3e2e 25309Display a quick summary of how to invoke @file{configure}.
c906108c 25310
8e04817f
AC
25311@item --prefix=@var{dir}
25312Configure the source to install programs and files under directory
25313@file{@var{dir}}.
c906108c 25314
8e04817f
AC
25315@item --exec-prefix=@var{dir}
25316Configure the source to install programs under directory
25317@file{@var{dir}}.
c906108c 25318
8e04817f
AC
25319@c avoid splitting the warning from the explanation:
25320@need 2000
25321@item --srcdir=@var{dirname}
25322@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
25323@code{make} that implements the @code{VPATH} feature.}@*
25324Use this option to make configurations in directories separate from the
25325@value{GDBN} source directories. Among other things, you can use this to
25326build (or maintain) several configurations simultaneously, in separate
db2e3e2e 25327directories. @file{configure} writes configuration-specific files in
8e04817f 25328the current directory, but arranges for them to use the source in the
db2e3e2e 25329directory @var{dirname}. @file{configure} creates directories under
8e04817f
AC
25330the working directory in parallel to the source directories below
25331@var{dirname}.
c906108c 25332
8e04817f 25333@item --norecursion
db2e3e2e 25334Configure only the directory level where @file{configure} is executed; do not
8e04817f 25335propagate configuration to subdirectories.
c906108c 25336
8e04817f
AC
25337@item --target=@var{target}
25338Configure @value{GDBN} for cross-debugging programs running on the specified
25339@var{target}. Without this option, @value{GDBN} is configured to debug
25340programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 25341
8e04817f 25342There is no convenient way to generate a list of all available targets.
c906108c 25343
8e04817f
AC
25344@item @var{host} @dots{}
25345Configure @value{GDBN} to run on the specified @var{host}.
c906108c 25346
8e04817f
AC
25347There is no convenient way to generate a list of all available hosts.
25348@end table
c906108c 25349
8e04817f
AC
25350There are many other options available as well, but they are generally
25351needed for special purposes only.
c906108c 25352
098b41a6
JG
25353@node System-wide configuration
25354@section System-wide configuration and settings
25355@cindex system-wide init file
25356
25357@value{GDBN} can be configured to have a system-wide init file;
25358this file will be read and executed at startup (@pxref{Startup, , What
25359@value{GDBN} does during startup}).
25360
25361Here is the corresponding configure option:
25362
25363@table @code
25364@item --with-system-gdbinit=@var{file}
25365Specify that the default location of the system-wide init file is
25366@var{file}.
25367@end table
25368
25369If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
25370it may be subject to relocation. Two possible cases:
25371
25372@itemize @bullet
25373@item
25374If the default location of this init file contains @file{$prefix},
25375it will be subject to relocation. Suppose that the configure options
25376are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
25377if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
25378init file is looked for as @file{$install/etc/gdbinit} instead of
25379@file{$prefix/etc/gdbinit}.
25380
25381@item
25382By contrast, if the default location does not contain the prefix,
25383it will not be relocated. E.g.@: if @value{GDBN} has been configured with
25384@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
25385then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
25386wherever @value{GDBN} is installed.
25387@end itemize
25388
8e04817f
AC
25389@node Maintenance Commands
25390@appendix Maintenance Commands
25391@cindex maintenance commands
25392@cindex internal commands
c906108c 25393
8e04817f 25394In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
25395includes a number of commands intended for @value{GDBN} developers,
25396that are not documented elsewhere in this manual. These commands are
da316a69
EZ
25397provided here for reference. (For commands that turn on debugging
25398messages, see @ref{Debugging Output}.)
c906108c 25399
8e04817f 25400@table @code
09d4efe1
EZ
25401@kindex maint agent
25402@item maint agent @var{expression}
25403Translate the given @var{expression} into remote agent bytecodes.
25404This command is useful for debugging the Agent Expression mechanism
25405(@pxref{Agent Expressions}).
25406
8e04817f
AC
25407@kindex maint info breakpoints
25408@item @anchor{maint info breakpoints}maint info breakpoints
25409Using the same format as @samp{info breakpoints}, display both the
25410breakpoints you've set explicitly, and those @value{GDBN} is using for
25411internal purposes. Internal breakpoints are shown with negative
25412breakpoint numbers. The type column identifies what kind of breakpoint
25413is shown:
c906108c 25414
8e04817f
AC
25415@table @code
25416@item breakpoint
25417Normal, explicitly set breakpoint.
c906108c 25418
8e04817f
AC
25419@item watchpoint
25420Normal, explicitly set watchpoint.
c906108c 25421
8e04817f
AC
25422@item longjmp
25423Internal breakpoint, used to handle correctly stepping through
25424@code{longjmp} calls.
c906108c 25425
8e04817f
AC
25426@item longjmp resume
25427Internal breakpoint at the target of a @code{longjmp}.
c906108c 25428
8e04817f
AC
25429@item until
25430Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 25431
8e04817f
AC
25432@item finish
25433Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 25434
8e04817f
AC
25435@item shlib events
25436Shared library events.
c906108c 25437
8e04817f 25438@end table
c906108c 25439
fff08868
HZ
25440@kindex set displaced-stepping
25441@kindex show displaced-stepping
237fc4c9
PA
25442@cindex displaced stepping support
25443@cindex out-of-line single-stepping
fff08868
HZ
25444@item set displaced-stepping
25445@itemx show displaced-stepping
237fc4c9 25446Control whether or not @value{GDBN} will do @dfn{displaced stepping}
fff08868
HZ
25447if the target supports it. Displaced stepping is a way to single-step
25448over breakpoints without removing them from the inferior, by executing
25449an out-of-line copy of the instruction that was originally at the
25450breakpoint location. It is also known as out-of-line single-stepping.
25451
25452@table @code
25453@item set displaced-stepping on
25454If the target architecture supports it, @value{GDBN} will use
25455displaced stepping to step over breakpoints.
25456
25457@item set displaced-stepping off
25458@value{GDBN} will not use displaced stepping to step over breakpoints,
25459even if such is supported by the target architecture.
25460
25461@cindex non-stop mode, and @samp{set displaced-stepping}
25462@item set displaced-stepping auto
25463This is the default mode. @value{GDBN} will use displaced stepping
25464only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
25465architecture supports displaced stepping.
25466@end table
237fc4c9 25467
09d4efe1
EZ
25468@kindex maint check-symtabs
25469@item maint check-symtabs
25470Check the consistency of psymtabs and symtabs.
25471
25472@kindex maint cplus first_component
25473@item maint cplus first_component @var{name}
25474Print the first C@t{++} class/namespace component of @var{name}.
25475
25476@kindex maint cplus namespace
25477@item maint cplus namespace
25478Print the list of possible C@t{++} namespaces.
25479
25480@kindex maint demangle
25481@item maint demangle @var{name}
d3e8051b 25482Demangle a C@t{++} or Objective-C mangled @var{name}.
09d4efe1
EZ
25483
25484@kindex maint deprecate
25485@kindex maint undeprecate
25486@cindex deprecated commands
25487@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
25488@itemx maint undeprecate @var{command}
25489Deprecate or undeprecate the named @var{command}. Deprecated commands
25490cause @value{GDBN} to issue a warning when you use them. The optional
25491argument @var{replacement} says which newer command should be used in
25492favor of the deprecated one; if it is given, @value{GDBN} will mention
25493the replacement as part of the warning.
25494
25495@kindex maint dump-me
25496@item maint dump-me
721c2651 25497@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 25498Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
25499This is supported only on systems which support aborting a program
25500with the @code{SIGQUIT} signal.
09d4efe1 25501
8d30a00d
AC
25502@kindex maint internal-error
25503@kindex maint internal-warning
09d4efe1
EZ
25504@item maint internal-error @r{[}@var{message-text}@r{]}
25505@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
25506Cause @value{GDBN} to call the internal function @code{internal_error}
25507or @code{internal_warning} and hence behave as though an internal error
25508or internal warning has been detected. In addition to reporting the
25509internal problem, these functions give the user the opportunity to
25510either quit @value{GDBN} or create a core file of the current
25511@value{GDBN} session.
25512
09d4efe1
EZ
25513These commands take an optional parameter @var{message-text} that is
25514used as the text of the error or warning message.
25515
d3e8051b 25516Here's an example of using @code{internal-error}:
09d4efe1 25517
8d30a00d 25518@smallexample
f7dc1244 25519(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
25520@dots{}/maint.c:121: internal-error: testing, 1, 2
25521A problem internal to GDB has been detected. Further
25522debugging may prove unreliable.
25523Quit this debugging session? (y or n) @kbd{n}
25524Create a core file? (y or n) @kbd{n}
f7dc1244 25525(@value{GDBP})
8d30a00d
AC
25526@end smallexample
25527
3c16cced
PA
25528@cindex @value{GDBN} internal error
25529@cindex internal errors, control of @value{GDBN} behavior
25530
25531@kindex maint set internal-error
25532@kindex maint show internal-error
25533@kindex maint set internal-warning
25534@kindex maint show internal-warning
25535@item maint set internal-error @var{action} [ask|yes|no]
25536@itemx maint show internal-error @var{action}
25537@itemx maint set internal-warning @var{action} [ask|yes|no]
25538@itemx maint show internal-warning @var{action}
25539When @value{GDBN} reports an internal problem (error or warning) it
25540gives the user the opportunity to both quit @value{GDBN} and create a
25541core file of the current @value{GDBN} session. These commands let you
25542override the default behaviour for each particular @var{action},
25543described in the table below.
25544
25545@table @samp
25546@item quit
25547You can specify that @value{GDBN} should always (yes) or never (no)
25548quit. The default is to ask the user what to do.
25549
25550@item corefile
25551You can specify that @value{GDBN} should always (yes) or never (no)
25552create a core file. The default is to ask the user what to do.
25553@end table
25554
09d4efe1
EZ
25555@kindex maint packet
25556@item maint packet @var{text}
25557If @value{GDBN} is talking to an inferior via the serial protocol,
25558then this command sends the string @var{text} to the inferior, and
25559displays the response packet. @value{GDBN} supplies the initial
25560@samp{$} character, the terminating @samp{#} character, and the
25561checksum.
25562
25563@kindex maint print architecture
25564@item maint print architecture @r{[}@var{file}@r{]}
25565Print the entire architecture configuration. The optional argument
25566@var{file} names the file where the output goes.
8d30a00d 25567
81adfced
DJ
25568@kindex maint print c-tdesc
25569@item maint print c-tdesc
25570Print the current target description (@pxref{Target Descriptions}) as
25571a C source file. The created source file can be used in @value{GDBN}
25572when an XML parser is not available to parse the description.
25573
00905d52
AC
25574@kindex maint print dummy-frames
25575@item maint print dummy-frames
00905d52
AC
25576Prints the contents of @value{GDBN}'s internal dummy-frame stack.
25577
25578@smallexample
f7dc1244 25579(@value{GDBP}) @kbd{b add}
00905d52 25580@dots{}
f7dc1244 25581(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
25582Breakpoint 2, add (a=2, b=3) at @dots{}
2558358 return (a + b);
25584The program being debugged stopped while in a function called from GDB.
25585@dots{}
f7dc1244 25586(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
255870x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
25588 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
25589 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 25590(@value{GDBP})
00905d52
AC
25591@end smallexample
25592
25593Takes an optional file parameter.
25594
0680b120
AC
25595@kindex maint print registers
25596@kindex maint print raw-registers
25597@kindex maint print cooked-registers
617073a9 25598@kindex maint print register-groups
09d4efe1
EZ
25599@item maint print registers @r{[}@var{file}@r{]}
25600@itemx maint print raw-registers @r{[}@var{file}@r{]}
25601@itemx maint print cooked-registers @r{[}@var{file}@r{]}
25602@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
25603Print @value{GDBN}'s internal register data structures.
25604
617073a9
AC
25605The command @code{maint print raw-registers} includes the contents of
25606the raw register cache; the command @code{maint print cooked-registers}
25607includes the (cooked) value of all registers; and the command
25608@code{maint print register-groups} includes the groups that each
25609register is a member of. @xref{Registers,, Registers, gdbint,
25610@value{GDBN} Internals}.
0680b120 25611
09d4efe1
EZ
25612These commands take an optional parameter, a file name to which to
25613write the information.
0680b120 25614
617073a9 25615@kindex maint print reggroups
09d4efe1
EZ
25616@item maint print reggroups @r{[}@var{file}@r{]}
25617Print @value{GDBN}'s internal register group data structures. The
25618optional argument @var{file} tells to what file to write the
25619information.
617073a9 25620
09d4efe1 25621The register groups info looks like this:
617073a9
AC
25622
25623@smallexample
f7dc1244 25624(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
25625 Group Type
25626 general user
25627 float user
25628 all user
25629 vector user
25630 system user
25631 save internal
25632 restore internal
617073a9
AC
25633@end smallexample
25634
09d4efe1
EZ
25635@kindex flushregs
25636@item flushregs
25637This command forces @value{GDBN} to flush its internal register cache.
25638
25639@kindex maint print objfiles
25640@cindex info for known object files
25641@item maint print objfiles
25642Print a dump of all known object files. For each object file, this
25643command prints its name, address in memory, and all of its psymtabs
25644and symtabs.
25645
25646@kindex maint print statistics
25647@cindex bcache statistics
25648@item maint print statistics
25649This command prints, for each object file in the program, various data
25650about that object file followed by the byte cache (@dfn{bcache})
25651statistics for the object file. The objfile data includes the number
d3e8051b 25652of minimal, partial, full, and stabs symbols, the number of types
09d4efe1
EZ
25653defined by the objfile, the number of as yet unexpanded psym tables,
25654the number of line tables and string tables, and the amount of memory
25655used by the various tables. The bcache statistics include the counts,
25656sizes, and counts of duplicates of all and unique objects, max,
25657average, and median entry size, total memory used and its overhead and
25658savings, and various measures of the hash table size and chain
25659lengths.
25660
c7ba131e
JB
25661@kindex maint print target-stack
25662@cindex target stack description
25663@item maint print target-stack
25664A @dfn{target} is an interface between the debugger and a particular
25665kind of file or process. Targets can be stacked in @dfn{strata},
25666so that more than one target can potentially respond to a request.
25667In particular, memory accesses will walk down the stack of targets
25668until they find a target that is interested in handling that particular
25669address.
25670
25671This command prints a short description of each layer that was pushed on
25672the @dfn{target stack}, starting from the top layer down to the bottom one.
25673
09d4efe1
EZ
25674@kindex maint print type
25675@cindex type chain of a data type
25676@item maint print type @var{expr}
25677Print the type chain for a type specified by @var{expr}. The argument
25678can be either a type name or a symbol. If it is a symbol, the type of
25679that symbol is described. The type chain produced by this command is
25680a recursive definition of the data type as stored in @value{GDBN}'s
25681data structures, including its flags and contained types.
25682
25683@kindex maint set dwarf2 max-cache-age
25684@kindex maint show dwarf2 max-cache-age
25685@item maint set dwarf2 max-cache-age
25686@itemx maint show dwarf2 max-cache-age
25687Control the DWARF 2 compilation unit cache.
25688
25689@cindex DWARF 2 compilation units cache
25690In object files with inter-compilation-unit references, such as those
25691produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
25692reader needs to frequently refer to previously read compilation units.
25693This setting controls how long a compilation unit will remain in the
25694cache if it is not referenced. A higher limit means that cached
25695compilation units will be stored in memory longer, and more total
25696memory will be used. Setting it to zero disables caching, which will
25697slow down @value{GDBN} startup, but reduce memory consumption.
25698
e7ba9c65
DJ
25699@kindex maint set profile
25700@kindex maint show profile
25701@cindex profiling GDB
25702@item maint set profile
25703@itemx maint show profile
25704Control profiling of @value{GDBN}.
25705
25706Profiling will be disabled until you use the @samp{maint set profile}
25707command to enable it. When you enable profiling, the system will begin
25708collecting timing and execution count data; when you disable profiling or
25709exit @value{GDBN}, the results will be written to a log file. Remember that
25710if you use profiling, @value{GDBN} will overwrite the profiling log file
25711(often called @file{gmon.out}). If you have a record of important profiling
25712data in a @file{gmon.out} file, be sure to move it to a safe location.
25713
25714Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 25715compiled with the @samp{-pg} compiler option.
e7ba9c65 25716
09d4efe1
EZ
25717@kindex maint show-debug-regs
25718@cindex x86 hardware debug registers
25719@item maint show-debug-regs
25720Control whether to show variables that mirror the x86 hardware debug
25721registers. Use @code{ON} to enable, @code{OFF} to disable. If
3f94c067 25722enabled, the debug registers values are shown when @value{GDBN} inserts or
09d4efe1
EZ
25723removes a hardware breakpoint or watchpoint, and when the inferior
25724triggers a hardware-assisted breakpoint or watchpoint.
25725
25726@kindex maint space
25727@cindex memory used by commands
25728@item maint space
25729Control whether to display memory usage for each command. If set to a
25730nonzero value, @value{GDBN} will display how much memory each command
25731took, following the command's own output. This can also be requested
25732by invoking @value{GDBN} with the @option{--statistics} command-line
25733switch (@pxref{Mode Options}).
25734
25735@kindex maint time
25736@cindex time of command execution
25737@item maint time
25738Control whether to display the execution time for each command. If
25739set to a nonzero value, @value{GDBN} will display how much time it
25740took to execute each command, following the command's own output.
e2b7ddea
VP
25741The time is not printed for the commands that run the target, since
25742there's no mechanism currently to compute how much time was spend
25743by @value{GDBN} and how much time was spend by the program been debugged.
25744it's not possibly currently
09d4efe1
EZ
25745This can also be requested by invoking @value{GDBN} with the
25746@option{--statistics} command-line switch (@pxref{Mode Options}).
25747
25748@kindex maint translate-address
25749@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
25750Find the symbol stored at the location specified by the address
25751@var{addr} and an optional section name @var{section}. If found,
25752@value{GDBN} prints the name of the closest symbol and an offset from
25753the symbol's location to the specified address. This is similar to
25754the @code{info address} command (@pxref{Symbols}), except that this
25755command also allows to find symbols in other sections.
ae038cb0 25756
c14c28ba
PP
25757If section was not specified, the section in which the symbol was found
25758is also printed. For dynamically linked executables, the name of
25759executable or shared library containing the symbol is printed as well.
25760
8e04817f 25761@end table
c906108c 25762
9c16f35a
EZ
25763The following command is useful for non-interactive invocations of
25764@value{GDBN}, such as in the test suite.
25765
25766@table @code
25767@item set watchdog @var{nsec}
25768@kindex set watchdog
25769@cindex watchdog timer
25770@cindex timeout for commands
25771Set the maximum number of seconds @value{GDBN} will wait for the
25772target operation to finish. If this time expires, @value{GDBN}
25773reports and error and the command is aborted.
25774
25775@item show watchdog
25776Show the current setting of the target wait timeout.
25777@end table
c906108c 25778
e0ce93ac 25779@node Remote Protocol
8e04817f 25780@appendix @value{GDBN} Remote Serial Protocol
c906108c 25781
ee2d5c50
AC
25782@menu
25783* Overview::
25784* Packets::
25785* Stop Reply Packets::
25786* General Query Packets::
25787* Register Packet Format::
9d29849a 25788* Tracepoint Packets::
a6b151f1 25789* Host I/O Packets::
9a6253be 25790* Interrupts::
8b23ecc4
SL
25791* Notification Packets::
25792* Remote Non-Stop::
a6f3e723 25793* Packet Acknowledgment::
ee2d5c50 25794* Examples::
79a6e687 25795* File-I/O Remote Protocol Extension::
cfa9d6d9 25796* Library List Format::
79a6e687 25797* Memory Map Format::
ee2d5c50
AC
25798@end menu
25799
25800@node Overview
25801@section Overview
25802
8e04817f
AC
25803There may be occasions when you need to know something about the
25804protocol---for example, if there is only one serial port to your target
25805machine, you might want your program to do something special if it
25806recognizes a packet meant for @value{GDBN}.
c906108c 25807
d2c6833e 25808In the examples below, @samp{->} and @samp{<-} are used to indicate
bf06d120 25809transmitted and received data, respectively.
c906108c 25810
8e04817f
AC
25811@cindex protocol, @value{GDBN} remote serial
25812@cindex serial protocol, @value{GDBN} remote
25813@cindex remote serial protocol
8b23ecc4
SL
25814All @value{GDBN} commands and responses (other than acknowledgments
25815and notifications, see @ref{Notification Packets}) are sent as a
25816@var{packet}. A @var{packet} is introduced with the character
8e04817f
AC
25817@samp{$}, the actual @var{packet-data}, and the terminating character
25818@samp{#} followed by a two-digit @var{checksum}:
c906108c 25819
474c8240 25820@smallexample
8e04817f 25821@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 25822@end smallexample
8e04817f 25823@noindent
c906108c 25824
8e04817f
AC
25825@cindex checksum, for @value{GDBN} remote
25826@noindent
25827The two-digit @var{checksum} is computed as the modulo 256 sum of all
25828characters between the leading @samp{$} and the trailing @samp{#} (an
25829eight bit unsigned checksum).
c906108c 25830
8e04817f
AC
25831Implementors should note that prior to @value{GDBN} 5.0 the protocol
25832specification also included an optional two-digit @var{sequence-id}:
c906108c 25833
474c8240 25834@smallexample
8e04817f 25835@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 25836@end smallexample
c906108c 25837
8e04817f
AC
25838@cindex sequence-id, for @value{GDBN} remote
25839@noindent
25840That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
25841has never output @var{sequence-id}s. Stubs that handle packets added
25842since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 25843
8e04817f
AC
25844When either the host or the target machine receives a packet, the first
25845response expected is an acknowledgment: either @samp{+} (to indicate
25846the package was received correctly) or @samp{-} (to request
25847retransmission):
c906108c 25848
474c8240 25849@smallexample
d2c6833e
AC
25850-> @code{$}@var{packet-data}@code{#}@var{checksum}
25851<- @code{+}
474c8240 25852@end smallexample
8e04817f 25853@noindent
53a5351d 25854
a6f3e723
SL
25855The @samp{+}/@samp{-} acknowledgments can be disabled
25856once a connection is established.
25857@xref{Packet Acknowledgment}, for details.
25858
8e04817f
AC
25859The host (@value{GDBN}) sends @var{command}s, and the target (the
25860debugging stub incorporated in your program) sends a @var{response}. In
25861the case of step and continue @var{command}s, the response is only sent
8b23ecc4
SL
25862when the operation has completed, and the target has again stopped all
25863threads in all attached processes. This is the default all-stop mode
25864behavior, but the remote protocol also supports @value{GDBN}'s non-stop
25865execution mode; see @ref{Remote Non-Stop}, for details.
c906108c 25866
8e04817f
AC
25867@var{packet-data} consists of a sequence of characters with the
25868exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
25869exceptions).
c906108c 25870
ee2d5c50 25871@cindex remote protocol, field separator
0876f84a 25872Fields within the packet should be separated using @samp{,} @samp{;} or
8e04817f 25873@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 25874@sc{hex} with leading zeros suppressed.
c906108c 25875
8e04817f
AC
25876Implementors should note that prior to @value{GDBN} 5.0, the character
25877@samp{:} could not appear as the third character in a packet (as it
25878would potentially conflict with the @var{sequence-id}).
c906108c 25879
0876f84a
DJ
25880@cindex remote protocol, binary data
25881@anchor{Binary Data}
25882Binary data in most packets is encoded either as two hexadecimal
25883digits per byte of binary data. This allowed the traditional remote
25884protocol to work over connections which were only seven-bit clean.
25885Some packets designed more recently assume an eight-bit clean
25886connection, and use a more efficient encoding to send and receive
25887binary data.
25888
25889The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
25890as an escape character. Any escaped byte is transmitted as the escape
25891character followed by the original character XORed with @code{0x20}.
25892For example, the byte @code{0x7d} would be transmitted as the two
25893bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
25894@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
25895@samp{@}}) must always be escaped. Responses sent by the stub
25896must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
25897is not interpreted as the start of a run-length encoded sequence
25898(described next).
25899
1d3811f6
DJ
25900Response @var{data} can be run-length encoded to save space.
25901Run-length encoding replaces runs of identical characters with one
25902instance of the repeated character, followed by a @samp{*} and a
25903repeat count. The repeat count is itself sent encoded, to avoid
25904binary characters in @var{data}: a value of @var{n} is sent as
25905@code{@var{n}+29}. For a repeat count greater or equal to 3, this
25906produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
25907code 32) for a repeat count of 3. (This is because run-length
25908encoding starts to win for counts 3 or more.) Thus, for example,
25909@samp{0* } is a run-length encoding of ``0000'': the space character
25910after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
259113}} more times.
25912
25913The printable characters @samp{#} and @samp{$} or with a numeric value
25914greater than 126 must not be used. Runs of six repeats (@samp{#}) or
25915seven repeats (@samp{$}) can be expanded using a repeat count of only
25916five (@samp{"}). For example, @samp{00000000} can be encoded as
25917@samp{0*"00}.
c906108c 25918
8e04817f
AC
25919The error response returned for some packets includes a two character
25920error number. That number is not well defined.
c906108c 25921
f8da2bff 25922@cindex empty response, for unsupported packets
8e04817f
AC
25923For any @var{command} not supported by the stub, an empty response
25924(@samp{$#00}) should be returned. That way it is possible to extend the
25925protocol. A newer @value{GDBN} can tell if a packet is supported based
25926on that response.
c906108c 25927
b383017d
RM
25928A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
25929@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 25930optional.
c906108c 25931
ee2d5c50
AC
25932@node Packets
25933@section Packets
25934
25935The following table provides a complete list of all currently defined
25936@var{command}s and their corresponding response @var{data}.
79a6e687 25937@xref{File-I/O Remote Protocol Extension}, for details about the File
9c16f35a 25938I/O extension of the remote protocol.
ee2d5c50 25939
b8ff78ce
JB
25940Each packet's description has a template showing the packet's overall
25941syntax, followed by an explanation of the packet's meaning. We
25942include spaces in some of the templates for clarity; these are not
25943part of the packet's syntax. No @value{GDBN} packet uses spaces to
25944separate its components. For example, a template like @samp{foo
25945@var{bar} @var{baz}} describes a packet beginning with the three ASCII
25946bytes @samp{foo}, followed by a @var{bar}, followed directly by a
3f94c067 25947@var{baz}. @value{GDBN} does not transmit a space character between the
b8ff78ce
JB
25948@samp{foo} and the @var{bar}, or between the @var{bar} and the
25949@var{baz}.
25950
b90a069a
SL
25951@cindex @var{thread-id}, in remote protocol
25952@anchor{thread-id syntax}
25953Several packets and replies include a @var{thread-id} field to identify
25954a thread. Normally these are positive numbers with a target-specific
25955interpretation, formatted as big-endian hex strings. A @var{thread-id}
25956can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
25957pick any thread.
25958
25959In addition, the remote protocol supports a multiprocess feature in
25960which the @var{thread-id} syntax is extended to optionally include both
25961process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
25962The @var{pid} (process) and @var{tid} (thread) components each have the
25963format described above: a positive number with target-specific
25964interpretation formatted as a big-endian hex string, literal @samp{-1}
25965to indicate all processes or threads (respectively), or @samp{0} to
25966indicate an arbitrary process or thread. Specifying just a process, as
25967@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
25968error to specify all processes but a specific thread, such as
25969@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
25970for those packets and replies explicitly documented to include a process
25971ID, rather than a @var{thread-id}.
25972
25973The multiprocess @var{thread-id} syntax extensions are only used if both
25974@value{GDBN} and the stub report support for the @samp{multiprocess}
25975feature using @samp{qSupported}. @xref{multiprocess extensions}, for
25976more information.
25977
8ffe2530
JB
25978Note that all packet forms beginning with an upper- or lower-case
25979letter, other than those described here, are reserved for future use.
25980
b8ff78ce 25981Here are the packet descriptions.
ee2d5c50 25982
b8ff78ce 25983@table @samp
ee2d5c50 25984
b8ff78ce
JB
25985@item !
25986@cindex @samp{!} packet
2d717e4f 25987@anchor{extended mode}
8e04817f
AC
25988Enable extended mode. In extended mode, the remote server is made
25989persistent. The @samp{R} packet is used to restart the program being
25990debugged.
ee2d5c50
AC
25991
25992Reply:
25993@table @samp
25994@item OK
8e04817f 25995The remote target both supports and has enabled extended mode.
ee2d5c50 25996@end table
c906108c 25997
b8ff78ce
JB
25998@item ?
25999@cindex @samp{?} packet
ee2d5c50 26000Indicate the reason the target halted. The reply is the same as for
8b23ecc4
SL
26001step and continue. This packet has a special interpretation when the
26002target is in non-stop mode; see @ref{Remote Non-Stop}.
c906108c 26003
ee2d5c50
AC
26004Reply:
26005@xref{Stop Reply Packets}, for the reply specifications.
26006
b8ff78ce
JB
26007@item A @var{arglen},@var{argnum},@var{arg},@dots{}
26008@cindex @samp{A} packet
26009Initialized @code{argv[]} array passed into program. @var{arglen}
26010specifies the number of bytes in the hex encoded byte stream
26011@var{arg}. See @code{gdbserver} for more details.
ee2d5c50
AC
26012
26013Reply:
26014@table @samp
26015@item OK
b8ff78ce
JB
26016The arguments were set.
26017@item E @var{NN}
26018An error occurred.
ee2d5c50
AC
26019@end table
26020
b8ff78ce
JB
26021@item b @var{baud}
26022@cindex @samp{b} packet
26023(Don't use this packet; its behavior is not well-defined.)
ee2d5c50
AC
26024Change the serial line speed to @var{baud}.
26025
26026JTC: @emph{When does the transport layer state change? When it's
26027received, or after the ACK is transmitted. In either case, there are
26028problems if the command or the acknowledgment packet is dropped.}
26029
26030Stan: @emph{If people really wanted to add something like this, and get
26031it working for the first time, they ought to modify ser-unix.c to send
26032some kind of out-of-band message to a specially-setup stub and have the
26033switch happen "in between" packets, so that from remote protocol's point
26034of view, nothing actually happened.}
26035
b8ff78ce
JB
26036@item B @var{addr},@var{mode}
26037@cindex @samp{B} packet
8e04817f 26038Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
26039breakpoint at @var{addr}.
26040
b8ff78ce 26041Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
2f870471 26042(@pxref{insert breakpoint or watchpoint packet}).
c906108c 26043
bacec72f
MS
26044@item bc
26045@cindex @samp{bc} packet
26046Backward continue. Execute the target system in reverse. No parameter.
26047@xref{Reverse Execution}, for more information.
26048
26049Reply:
26050@xref{Stop Reply Packets}, for the reply specifications.
26051
26052@item bs
26053@cindex @samp{bs} packet
26054Backward single step. Execute one instruction in reverse. No parameter.
26055@xref{Reverse Execution}, for more information.
26056
26057Reply:
26058@xref{Stop Reply Packets}, for the reply specifications.
26059
4f553f88 26060@item c @r{[}@var{addr}@r{]}
b8ff78ce
JB
26061@cindex @samp{c} packet
26062Continue. @var{addr} is address to resume. If @var{addr} is omitted,
26063resume at current address.
c906108c 26064
ee2d5c50
AC
26065Reply:
26066@xref{Stop Reply Packets}, for the reply specifications.
26067
4f553f88 26068@item C @var{sig}@r{[};@var{addr}@r{]}
b8ff78ce 26069@cindex @samp{C} packet
8e04817f 26070Continue with signal @var{sig} (hex signal number). If
b8ff78ce 26071@samp{;@var{addr}} is omitted, resume at same address.
c906108c 26072
ee2d5c50
AC
26073Reply:
26074@xref{Stop Reply Packets}, for the reply specifications.
c906108c 26075
b8ff78ce
JB
26076@item d
26077@cindex @samp{d} packet
ee2d5c50
AC
26078Toggle debug flag.
26079
b8ff78ce
JB
26080Don't use this packet; instead, define a general set packet
26081(@pxref{General Query Packets}).
ee2d5c50 26082
b8ff78ce 26083@item D
b90a069a 26084@itemx D;@var{pid}
b8ff78ce 26085@cindex @samp{D} packet
b90a069a
SL
26086The first form of the packet is used to detach @value{GDBN} from the
26087remote system. It is sent to the remote target
07f31aa6 26088before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50 26089
b90a069a
SL
26090The second form, including a process ID, is used when multiprocess
26091protocol extensions are enabled (@pxref{multiprocess extensions}), to
26092detach only a specific process. The @var{pid} is specified as a
26093big-endian hex string.
26094
ee2d5c50
AC
26095Reply:
26096@table @samp
10fac096
NW
26097@item OK
26098for success
b8ff78ce 26099@item E @var{NN}
10fac096 26100for an error
ee2d5c50 26101@end table
c906108c 26102
b8ff78ce
JB
26103@item F @var{RC},@var{EE},@var{CF};@var{XX}
26104@cindex @samp{F} packet
26105A reply from @value{GDBN} to an @samp{F} packet sent by the target.
26106This is part of the File-I/O protocol extension. @xref{File-I/O
79a6e687 26107Remote Protocol Extension}, for the specification.
ee2d5c50 26108
b8ff78ce 26109@item g
ee2d5c50 26110@anchor{read registers packet}
b8ff78ce 26111@cindex @samp{g} packet
ee2d5c50
AC
26112Read general registers.
26113
26114Reply:
26115@table @samp
26116@item @var{XX@dots{}}
8e04817f
AC
26117Each byte of register data is described by two hex digits. The bytes
26118with the register are transmitted in target byte order. The size of
b8ff78ce 26119each register and their position within the @samp{g} packet are
4a9bb1df
UW
26120determined by the @value{GDBN} internal gdbarch functions
26121@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}. The
b8ff78ce
JB
26122specification of several standard @samp{g} packets is specified below.
26123@item E @var{NN}
ee2d5c50
AC
26124for an error.
26125@end table
c906108c 26126
b8ff78ce
JB
26127@item G @var{XX@dots{}}
26128@cindex @samp{G} packet
26129Write general registers. @xref{read registers packet}, for a
26130description of the @var{XX@dots{}} data.
ee2d5c50
AC
26131
26132Reply:
26133@table @samp
26134@item OK
26135for success
b8ff78ce 26136@item E @var{NN}
ee2d5c50
AC
26137for an error
26138@end table
26139
b90a069a 26140@item H @var{c} @var{thread-id}
b8ff78ce 26141@cindex @samp{H} packet
8e04817f 26142Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
26143@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
26144should be @samp{c} for step and continue operations, @samp{g} for other
b90a069a
SL
26145operations. The thread designator @var{thread-id} has the format and
26146interpretation described in @ref{thread-id syntax}.
ee2d5c50
AC
26147
26148Reply:
26149@table @samp
26150@item OK
26151for success
b8ff78ce 26152@item E @var{NN}
ee2d5c50
AC
26153for an error
26154@end table
c906108c 26155
8e04817f
AC
26156@c FIXME: JTC:
26157@c 'H': How restrictive (or permissive) is the thread model. If a
26158@c thread is selected and stopped, are other threads allowed
26159@c to continue to execute? As I mentioned above, I think the
26160@c semantics of each command when a thread is selected must be
26161@c described. For example:
26162@c
26163@c 'g': If the stub supports threads and a specific thread is
26164@c selected, returns the register block from that thread;
26165@c otherwise returns current registers.
26166@c
26167@c 'G' If the stub supports threads and a specific thread is
26168@c selected, sets the registers of the register block of
26169@c that thread; otherwise sets current registers.
c906108c 26170
b8ff78ce 26171@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
ee2d5c50 26172@anchor{cycle step packet}
b8ff78ce
JB
26173@cindex @samp{i} packet
26174Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
8e04817f
AC
26175present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
26176step starting at that address.
c906108c 26177
b8ff78ce
JB
26178@item I
26179@cindex @samp{I} packet
26180Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
26181step packet}.
ee2d5c50 26182
b8ff78ce
JB
26183@item k
26184@cindex @samp{k} packet
26185Kill request.
c906108c 26186
ac282366 26187FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
26188thread context has been selected (i.e.@: does 'k' kill only that
26189thread?)}.
c906108c 26190
b8ff78ce
JB
26191@item m @var{addr},@var{length}
26192@cindex @samp{m} packet
8e04817f 26193Read @var{length} bytes of memory starting at address @var{addr}.
fb031cdf
JB
26194Note that @var{addr} may not be aligned to any particular boundary.
26195
26196The stub need not use any particular size or alignment when gathering
26197data from memory for the response; even if @var{addr} is word-aligned
26198and @var{length} is a multiple of the word size, the stub is free to
26199use byte accesses, or not. For this reason, this packet may not be
26200suitable for accessing memory-mapped I/O devices.
c43c5473
JB
26201@cindex alignment of remote memory accesses
26202@cindex size of remote memory accesses
26203@cindex memory, alignment and size of remote accesses
c906108c 26204
ee2d5c50
AC
26205Reply:
26206@table @samp
26207@item @var{XX@dots{}}
599b237a 26208Memory contents; each byte is transmitted as a two-digit hexadecimal
b8ff78ce
JB
26209number. The reply may contain fewer bytes than requested if the
26210server was able to read only part of the region of memory.
26211@item E @var{NN}
ee2d5c50
AC
26212@var{NN} is errno
26213@end table
26214
b8ff78ce
JB
26215@item M @var{addr},@var{length}:@var{XX@dots{}}
26216@cindex @samp{M} packet
8e04817f 26217Write @var{length} bytes of memory starting at address @var{addr}.
b8ff78ce 26218@var{XX@dots{}} is the data; each byte is transmitted as a two-digit
599b237a 26219hexadecimal number.
ee2d5c50
AC
26220
26221Reply:
26222@table @samp
26223@item OK
26224for success
b8ff78ce 26225@item E @var{NN}
8e04817f
AC
26226for an error (this includes the case where only part of the data was
26227written).
ee2d5c50 26228@end table
c906108c 26229
b8ff78ce
JB
26230@item p @var{n}
26231@cindex @samp{p} packet
26232Read the value of register @var{n}; @var{n} is in hex.
2e868123
AC
26233@xref{read registers packet}, for a description of how the returned
26234register value is encoded.
ee2d5c50
AC
26235
26236Reply:
26237@table @samp
2e868123
AC
26238@item @var{XX@dots{}}
26239the register's value
b8ff78ce 26240@item E @var{NN}
2e868123
AC
26241for an error
26242@item
26243Indicating an unrecognized @var{query}.
ee2d5c50
AC
26244@end table
26245
b8ff78ce 26246@item P @var{n@dots{}}=@var{r@dots{}}
ee2d5c50 26247@anchor{write register packet}
b8ff78ce
JB
26248@cindex @samp{P} packet
26249Write register @var{n@dots{}} with value @var{r@dots{}}. The register
599b237a 26250number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
8e04817f 26251digits for each byte in the register (target byte order).
c906108c 26252
ee2d5c50
AC
26253Reply:
26254@table @samp
26255@item OK
26256for success
b8ff78ce 26257@item E @var{NN}
ee2d5c50
AC
26258for an error
26259@end table
26260
5f3bebba
JB
26261@item q @var{name} @var{params}@dots{}
26262@itemx Q @var{name} @var{params}@dots{}
b8ff78ce 26263@cindex @samp{q} packet
b8ff78ce 26264@cindex @samp{Q} packet
5f3bebba
JB
26265General query (@samp{q}) and set (@samp{Q}). These packets are
26266described fully in @ref{General Query Packets}.
c906108c 26267
b8ff78ce
JB
26268@item r
26269@cindex @samp{r} packet
8e04817f 26270Reset the entire system.
c906108c 26271
b8ff78ce 26272Don't use this packet; use the @samp{R} packet instead.
ee2d5c50 26273
b8ff78ce
JB
26274@item R @var{XX}
26275@cindex @samp{R} packet
8e04817f 26276Restart the program being debugged. @var{XX}, while needed, is ignored.
2d717e4f 26277This packet is only available in extended mode (@pxref{extended mode}).
ee2d5c50 26278
8e04817f 26279The @samp{R} packet has no reply.
ee2d5c50 26280
4f553f88 26281@item s @r{[}@var{addr}@r{]}
b8ff78ce
JB
26282@cindex @samp{s} packet
26283Single step. @var{addr} is the address at which to resume. If
26284@var{addr} is omitted, resume at same address.
c906108c 26285
ee2d5c50
AC
26286Reply:
26287@xref{Stop Reply Packets}, for the reply specifications.
26288
4f553f88 26289@item S @var{sig}@r{[};@var{addr}@r{]}
ee2d5c50 26290@anchor{step with signal packet}
b8ff78ce
JB
26291@cindex @samp{S} packet
26292Step with signal. This is analogous to the @samp{C} packet, but
26293requests a single-step, rather than a normal resumption of execution.
c906108c 26294
ee2d5c50
AC
26295Reply:
26296@xref{Stop Reply Packets}, for the reply specifications.
26297
b8ff78ce
JB
26298@item t @var{addr}:@var{PP},@var{MM}
26299@cindex @samp{t} packet
8e04817f 26300Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
26301@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
26302@var{addr} must be at least 3 digits.
c906108c 26303
b90a069a 26304@item T @var{thread-id}
b8ff78ce 26305@cindex @samp{T} packet
b90a069a 26306Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
c906108c 26307
ee2d5c50
AC
26308Reply:
26309@table @samp
26310@item OK
26311thread is still alive
b8ff78ce 26312@item E @var{NN}
ee2d5c50
AC
26313thread is dead
26314@end table
26315
b8ff78ce
JB
26316@item v
26317Packets starting with @samp{v} are identified by a multi-letter name,
26318up to the first @samp{;} or @samp{?} (or the end of the packet).
86d30acc 26319
2d717e4f
DJ
26320@item vAttach;@var{pid}
26321@cindex @samp{vAttach} packet
8b23ecc4
SL
26322Attach to a new process with the specified process ID @var{pid}.
26323The process ID is a
26324hexadecimal integer identifying the process. In all-stop mode, all
26325threads in the attached process are stopped; in non-stop mode, it may be
26326attached without being stopped if that is supported by the target.
26327
26328@c In non-stop mode, on a successful vAttach, the stub should set the
26329@c current thread to a thread of the newly-attached process. After
26330@c attaching, GDB queries for the attached process's thread ID with qC.
26331@c Also note that, from a user perspective, whether or not the
26332@c target is stopped on attach in non-stop mode depends on whether you
26333@c use the foreground or background version of the attach command, not
26334@c on what vAttach does; GDB does the right thing with respect to either
26335@c stopping or restarting threads.
2d717e4f
DJ
26336
26337This packet is only available in extended mode (@pxref{extended mode}).
26338
26339Reply:
26340@table @samp
26341@item E @var{nn}
26342for an error
26343@item @r{Any stop packet}
8b23ecc4
SL
26344for success in all-stop mode (@pxref{Stop Reply Packets})
26345@item OK
26346for success in non-stop mode (@pxref{Remote Non-Stop})
2d717e4f
DJ
26347@end table
26348
b90a069a 26349@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
b8ff78ce
JB
26350@cindex @samp{vCont} packet
26351Resume the inferior, specifying different actions for each thread.
b90a069a 26352If an action is specified with no @var{thread-id}, then it is applied to any
86d30acc 26353threads that don't have a specific action specified; if no default action is
8b23ecc4
SL
26354specified then other threads should remain stopped in all-stop mode and
26355in their current state in non-stop mode.
26356Specifying multiple
86d30acc 26357default actions is an error; specifying no actions is also an error.
b90a069a
SL
26358Thread IDs are specified using the syntax described in @ref{thread-id syntax}.
26359
26360Currently supported actions are:
86d30acc 26361
b8ff78ce 26362@table @samp
86d30acc
DJ
26363@item c
26364Continue.
b8ff78ce 26365@item C @var{sig}
8b23ecc4 26366Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
26367@item s
26368Step.
b8ff78ce 26369@item S @var{sig}
8b23ecc4
SL
26370Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
26371@item t
26372Stop.
26373@item T @var{sig}
26374Stop with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
26375@end table
26376
8b23ecc4
SL
26377The optional argument @var{addr} normally associated with the
26378@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
b8ff78ce 26379not supported in @samp{vCont}.
86d30acc 26380
8b23ecc4
SL
26381The @samp{t} and @samp{T} actions are only relevant in non-stop mode
26382(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
26383A stop reply should be generated for any affected thread not already stopped.
26384When a thread is stopped by means of a @samp{t} action,
26385the corresponding stop reply should indicate that the thread has stopped with
26386signal @samp{0}, regardless of whether the target uses some other signal
26387as an implementation detail.
26388
86d30acc
DJ
26389Reply:
26390@xref{Stop Reply Packets}, for the reply specifications.
26391
b8ff78ce
JB
26392@item vCont?
26393@cindex @samp{vCont?} packet
d3e8051b 26394Request a list of actions supported by the @samp{vCont} packet.
86d30acc
DJ
26395
26396Reply:
26397@table @samp
b8ff78ce
JB
26398@item vCont@r{[};@var{action}@dots{}@r{]}
26399The @samp{vCont} packet is supported. Each @var{action} is a supported
26400command in the @samp{vCont} packet.
86d30acc 26401@item
b8ff78ce 26402The @samp{vCont} packet is not supported.
86d30acc 26403@end table
ee2d5c50 26404
a6b151f1
DJ
26405@item vFile:@var{operation}:@var{parameter}@dots{}
26406@cindex @samp{vFile} packet
26407Perform a file operation on the target system. For details,
26408see @ref{Host I/O Packets}.
26409
68437a39
DJ
26410@item vFlashErase:@var{addr},@var{length}
26411@cindex @samp{vFlashErase} packet
26412Direct the stub to erase @var{length} bytes of flash starting at
26413@var{addr}. The region may enclose any number of flash blocks, but
26414its start and end must fall on block boundaries, as indicated by the
79a6e687
BW
26415flash block size appearing in the memory map (@pxref{Memory Map
26416Format}). @value{GDBN} groups flash memory programming operations
68437a39
DJ
26417together, and sends a @samp{vFlashDone} request after each group; the
26418stub is allowed to delay erase operation until the @samp{vFlashDone}
26419packet is received.
26420
b90a069a
SL
26421The stub must support @samp{vCont} if it reports support for
26422multiprocess extensions (@pxref{multiprocess extensions}). Note that in
26423this case @samp{vCont} actions can be specified to apply to all threads
26424in a process by using the @samp{p@var{pid}.-1} form of the
26425@var{thread-id}.
26426
68437a39
DJ
26427Reply:
26428@table @samp
26429@item OK
26430for success
26431@item E @var{NN}
26432for an error
26433@end table
26434
26435@item vFlashWrite:@var{addr}:@var{XX@dots{}}
26436@cindex @samp{vFlashWrite} packet
26437Direct the stub to write data to flash address @var{addr}. The data
26438is passed in binary form using the same encoding as for the @samp{X}
26439packet (@pxref{Binary Data}). The memory ranges specified by
26440@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
26441not overlap, and must appear in order of increasing addresses
26442(although @samp{vFlashErase} packets for higher addresses may already
26443have been received; the ordering is guaranteed only between
26444@samp{vFlashWrite} packets). If a packet writes to an address that was
26445neither erased by a preceding @samp{vFlashErase} packet nor by some other
26446target-specific method, the results are unpredictable.
26447
26448
26449Reply:
26450@table @samp
26451@item OK
26452for success
26453@item E.memtype
26454for vFlashWrite addressing non-flash memory
26455@item E @var{NN}
26456for an error
26457@end table
26458
26459@item vFlashDone
26460@cindex @samp{vFlashDone} packet
26461Indicate to the stub that flash programming operation is finished.
26462The stub is permitted to delay or batch the effects of a group of
26463@samp{vFlashErase} and @samp{vFlashWrite} packets until a
26464@samp{vFlashDone} packet is received. The contents of the affected
26465regions of flash memory are unpredictable until the @samp{vFlashDone}
26466request is completed.
26467
b90a069a
SL
26468@item vKill;@var{pid}
26469@cindex @samp{vKill} packet
26470Kill the process with the specified process ID. @var{pid} is a
26471hexadecimal integer identifying the process. This packet is used in
26472preference to @samp{k} when multiprocess protocol extensions are
26473supported; see @ref{multiprocess extensions}.
26474
26475Reply:
26476@table @samp
26477@item E @var{nn}
26478for an error
26479@item OK
26480for success
26481@end table
26482
2d717e4f
DJ
26483@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
26484@cindex @samp{vRun} packet
26485Run the program @var{filename}, passing it each @var{argument} on its
26486command line. The file and arguments are hex-encoded strings. If
26487@var{filename} is an empty string, the stub may use a default program
26488(e.g.@: the last program run). The program is created in the stopped
9b562ab8 26489state.
2d717e4f 26490
8b23ecc4
SL
26491@c FIXME: What about non-stop mode?
26492
2d717e4f
DJ
26493This packet is only available in extended mode (@pxref{extended mode}).
26494
26495Reply:
26496@table @samp
26497@item E @var{nn}
26498for an error
26499@item @r{Any stop packet}
26500for success (@pxref{Stop Reply Packets})
26501@end table
26502
8b23ecc4
SL
26503@item vStopped
26504@anchor{vStopped packet}
26505@cindex @samp{vStopped} packet
26506
26507In non-stop mode (@pxref{Remote Non-Stop}), acknowledge a previous stop
26508reply and prompt for the stub to report another one.
26509
26510Reply:
26511@table @samp
26512@item @r{Any stop packet}
26513if there is another unreported stop event (@pxref{Stop Reply Packets})
26514@item OK
26515if there are no unreported stop events
26516@end table
26517
b8ff78ce 26518@item X @var{addr},@var{length}:@var{XX@dots{}}
9a6253be 26519@anchor{X packet}
b8ff78ce
JB
26520@cindex @samp{X} packet
26521Write data to memory, where the data is transmitted in binary.
26522@var{addr} is address, @var{length} is number of bytes,
0876f84a 26523@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
c906108c 26524
ee2d5c50
AC
26525Reply:
26526@table @samp
26527@item OK
26528for success
b8ff78ce 26529@item E @var{NN}
ee2d5c50
AC
26530for an error
26531@end table
26532
b8ff78ce
JB
26533@item z @var{type},@var{addr},@var{length}
26534@itemx Z @var{type},@var{addr},@var{length}
2f870471 26535@anchor{insert breakpoint or watchpoint packet}
b8ff78ce
JB
26536@cindex @samp{z} packet
26537@cindex @samp{Z} packets
26538Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
2f870471
AC
26539watchpoint starting at address @var{address} and covering the next
26540@var{length} bytes.
ee2d5c50 26541
2f870471
AC
26542Each breakpoint and watchpoint packet @var{type} is documented
26543separately.
26544
512217c7
AC
26545@emph{Implementation notes: A remote target shall return an empty string
26546for an unrecognized breakpoint or watchpoint packet @var{type}. A
26547remote target shall support either both or neither of a given
b8ff78ce 26548@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
2f870471
AC
26549avoid potential problems with duplicate packets, the operations should
26550be implemented in an idempotent way.}
26551
b8ff78ce
JB
26552@item z0,@var{addr},@var{length}
26553@itemx Z0,@var{addr},@var{length}
26554@cindex @samp{z0} packet
26555@cindex @samp{Z0} packet
26556Insert (@samp{Z0}) or remove (@samp{z0}) a memory breakpoint at address
26557@var{addr} of size @var{length}.
2f870471
AC
26558
26559A memory breakpoint is implemented by replacing the instruction at
26560@var{addr} with a software breakpoint or trap instruction. The
b8ff78ce 26561@var{length} is used by targets that indicates the size of the
2f870471
AC
26562breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
26563@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 26564
2f870471
AC
26565@emph{Implementation note: It is possible for a target to copy or move
26566code that contains memory breakpoints (e.g., when implementing
26567overlays). The behavior of this packet, in the presence of such a
26568target, is not defined.}
c906108c 26569
ee2d5c50
AC
26570Reply:
26571@table @samp
2f870471
AC
26572@item OK
26573success
26574@item
26575not supported
b8ff78ce 26576@item E @var{NN}
ee2d5c50 26577for an error
2f870471
AC
26578@end table
26579
b8ff78ce
JB
26580@item z1,@var{addr},@var{length}
26581@itemx Z1,@var{addr},@var{length}
26582@cindex @samp{z1} packet
26583@cindex @samp{Z1} packet
26584Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
26585address @var{addr} of size @var{length}.
2f870471
AC
26586
26587A hardware breakpoint is implemented using a mechanism that is not
26588dependant on being able to modify the target's memory.
26589
26590@emph{Implementation note: A hardware breakpoint is not affected by code
26591movement.}
26592
26593Reply:
26594@table @samp
ee2d5c50 26595@item OK
2f870471
AC
26596success
26597@item
26598not supported
b8ff78ce 26599@item E @var{NN}
2f870471
AC
26600for an error
26601@end table
26602
b8ff78ce
JB
26603@item z2,@var{addr},@var{length}
26604@itemx Z2,@var{addr},@var{length}
26605@cindex @samp{z2} packet
26606@cindex @samp{Z2} packet
26607Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint.
2f870471
AC
26608
26609Reply:
26610@table @samp
26611@item OK
26612success
26613@item
26614not supported
b8ff78ce 26615@item E @var{NN}
2f870471
AC
26616for an error
26617@end table
26618
b8ff78ce
JB
26619@item z3,@var{addr},@var{length}
26620@itemx Z3,@var{addr},@var{length}
26621@cindex @samp{z3} packet
26622@cindex @samp{Z3} packet
26623Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint.
2f870471
AC
26624
26625Reply:
26626@table @samp
26627@item OK
26628success
26629@item
26630not supported
b8ff78ce 26631@item E @var{NN}
2f870471
AC
26632for an error
26633@end table
26634
b8ff78ce
JB
26635@item z4,@var{addr},@var{length}
26636@itemx Z4,@var{addr},@var{length}
26637@cindex @samp{z4} packet
26638@cindex @samp{Z4} packet
26639Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint.
2f870471
AC
26640
26641Reply:
26642@table @samp
26643@item OK
26644success
26645@item
26646not supported
b8ff78ce 26647@item E @var{NN}
2f870471 26648for an error
ee2d5c50
AC
26649@end table
26650
26651@end table
c906108c 26652
ee2d5c50
AC
26653@node Stop Reply Packets
26654@section Stop Reply Packets
26655@cindex stop reply packets
c906108c 26656
8b23ecc4
SL
26657The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
26658@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
26659receive any of the below as a reply. Except for @samp{?}
26660and @samp{vStopped}, that reply is only returned
b8ff78ce 26661when the target halts. In the below the exact meaning of @dfn{signal
89be2091
DJ
26662number} is defined by the header @file{include/gdb/signals.h} in the
26663@value{GDBN} source code.
c906108c 26664
b8ff78ce
JB
26665As in the description of request packets, we include spaces in the
26666reply templates for clarity; these are not part of the reply packet's
26667syntax. No @value{GDBN} stop reply packet uses spaces to separate its
26668components.
c906108c 26669
b8ff78ce 26670@table @samp
ee2d5c50 26671
b8ff78ce 26672@item S @var{AA}
599b237a 26673The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
26674number). This is equivalent to a @samp{T} response with no
26675@var{n}:@var{r} pairs.
c906108c 26676
b8ff78ce
JB
26677@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
26678@cindex @samp{T} packet reply
599b237a 26679The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
26680number). This is equivalent to an @samp{S} response, except that the
26681@samp{@var{n}:@var{r}} pairs can carry values of important registers
26682and other information directly in the stop reply packet, reducing
26683round-trip latency. Single-step and breakpoint traps are reported
26684this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
cfa9d6d9
DJ
26685
26686@itemize @bullet
b8ff78ce 26687@item
599b237a 26688If @var{n} is a hexadecimal number, it is a register number, and the
b8ff78ce
JB
26689corresponding @var{r} gives that register's value. @var{r} is a
26690series of bytes in target byte order, with each byte given by a
26691two-digit hex number.
cfa9d6d9 26692
b8ff78ce 26693@item
b90a069a
SL
26694If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
26695the stopped thread, as specified in @ref{thread-id syntax}.
cfa9d6d9 26696
b8ff78ce 26697@item
cfa9d6d9
DJ
26698If @var{n} is a recognized @dfn{stop reason}, it describes a more
26699specific event that stopped the target. The currently defined stop
26700reasons are listed below. @var{aa} should be @samp{05}, the trap
26701signal. At most one stop reason should be present.
26702
b8ff78ce
JB
26703@item
26704Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
26705and go on to the next; this allows us to extend the protocol in the
26706future.
cfa9d6d9
DJ
26707@end itemize
26708
26709The currently defined stop reasons are:
26710
26711@table @samp
26712@item watch
26713@itemx rwatch
26714@itemx awatch
26715The packet indicates a watchpoint hit, and @var{r} is the data address, in
26716hex.
26717
26718@cindex shared library events, remote reply
26719@item library
26720The packet indicates that the loaded libraries have changed.
26721@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
26722list of loaded libraries. @var{r} is ignored.
bacec72f
MS
26723
26724@cindex replay log events, remote reply
26725@item replaylog
26726The packet indicates that the target cannot continue replaying
26727logged execution events, because it has reached the end (or the
26728beginning when executing backward) of the log. The value of @var{r}
26729will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
26730for more information.
26731
26732
cfa9d6d9 26733@end table
ee2d5c50 26734
b8ff78ce 26735@item W @var{AA}
b90a069a 26736@itemx W @var{AA} ; process:@var{pid}
8e04817f 26737The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
26738applicable to certain targets.
26739
b90a069a
SL
26740The second form of the response, including the process ID of the exited
26741process, can be used only when @value{GDBN} has reported support for
26742multiprocess protocol extensions; see @ref{multiprocess extensions}.
26743The @var{pid} is formatted as a big-endian hex string.
26744
b8ff78ce 26745@item X @var{AA}
b90a069a 26746@itemx X @var{AA} ; process:@var{pid}
8e04817f 26747The process terminated with signal @var{AA}.
c906108c 26748
b90a069a
SL
26749The second form of the response, including the process ID of the
26750terminated process, can be used only when @value{GDBN} has reported
26751support for multiprocess protocol extensions; see @ref{multiprocess
26752extensions}. The @var{pid} is formatted as a big-endian hex string.
26753
b8ff78ce
JB
26754@item O @var{XX}@dots{}
26755@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
26756written as the program's console output. This can happen at any time
26757while the program is running and the debugger should continue to wait
8b23ecc4 26758for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
0ce1b118 26759
b8ff78ce 26760@item F @var{call-id},@var{parameter}@dots{}
0ce1b118
CV
26761@var{call-id} is the identifier which says which host system call should
26762be called. This is just the name of the function. Translation into the
26763correct system call is only applicable as it's defined in @value{GDBN}.
79a6e687 26764@xref{File-I/O Remote Protocol Extension}, for a list of implemented
0ce1b118
CV
26765system calls.
26766
b8ff78ce
JB
26767@samp{@var{parameter}@dots{}} is a list of parameters as defined for
26768this very system call.
0ce1b118 26769
b8ff78ce
JB
26770The target replies with this packet when it expects @value{GDBN} to
26771call a host system call on behalf of the target. @value{GDBN} replies
26772with an appropriate @samp{F} packet and keeps up waiting for the next
26773reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
79a6e687
BW
26774or @samp{s} action is expected to be continued. @xref{File-I/O Remote
26775Protocol Extension}, for more details.
0ce1b118 26776
ee2d5c50
AC
26777@end table
26778
26779@node General Query Packets
26780@section General Query Packets
9c16f35a 26781@cindex remote query requests
c906108c 26782
5f3bebba
JB
26783Packets starting with @samp{q} are @dfn{general query packets};
26784packets starting with @samp{Q} are @dfn{general set packets}. General
26785query and set packets are a semi-unified form for retrieving and
26786sending information to and from the stub.
26787
26788The initial letter of a query or set packet is followed by a name
26789indicating what sort of thing the packet applies to. For example,
26790@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
26791definitions with the stub. These packet names follow some
26792conventions:
26793
26794@itemize @bullet
26795@item
26796The name must not contain commas, colons or semicolons.
26797@item
26798Most @value{GDBN} query and set packets have a leading upper case
26799letter.
26800@item
26801The names of custom vendor packets should use a company prefix, in
26802lower case, followed by a period. For example, packets designed at
26803the Acme Corporation might begin with @samp{qacme.foo} (for querying
26804foos) or @samp{Qacme.bar} (for setting bars).
26805@end itemize
26806
aa56d27a
JB
26807The name of a query or set packet should be separated from any
26808parameters by a @samp{:}; the parameters themselves should be
26809separated by @samp{,} or @samp{;}. Stubs must be careful to match the
369af7bd
DJ
26810full packet name, and check for a separator or the end of the packet,
26811in case two packet names share a common prefix. New packets should not begin
26812with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
26813packets predate these conventions, and have arguments without any terminator
26814for the packet name; we suspect they are in widespread use in places that
26815are difficult to upgrade. The @samp{qC} packet has no arguments, but some
26816existing stubs (e.g.@: RedBoot) are known to not check for the end of the
26817packet.}.
c906108c 26818
b8ff78ce
JB
26819Like the descriptions of the other packets, each description here
26820has a template showing the packet's overall syntax, followed by an
26821explanation of the packet's meaning. We include spaces in some of the
26822templates for clarity; these are not part of the packet's syntax. No
26823@value{GDBN} packet uses spaces to separate its components.
26824
5f3bebba
JB
26825Here are the currently defined query and set packets:
26826
b8ff78ce 26827@table @samp
c906108c 26828
b8ff78ce 26829@item qC
9c16f35a 26830@cindex current thread, remote request
b8ff78ce 26831@cindex @samp{qC} packet
b90a069a 26832Return the current thread ID.
ee2d5c50
AC
26833
26834Reply:
26835@table @samp
b90a069a
SL
26836@item QC @var{thread-id}
26837Where @var{thread-id} is a thread ID as documented in
26838@ref{thread-id syntax}.
b8ff78ce 26839@item @r{(anything else)}
b90a069a 26840Any other reply implies the old thread ID.
ee2d5c50
AC
26841@end table
26842
b8ff78ce 26843@item qCRC:@var{addr},@var{length}
ff2587ec 26844@cindex CRC of memory block, remote request
b8ff78ce
JB
26845@cindex @samp{qCRC} packet
26846Compute the CRC checksum of a block of memory.
ff2587ec
WZ
26847Reply:
26848@table @samp
b8ff78ce 26849@item E @var{NN}
ff2587ec 26850An error (such as memory fault)
b8ff78ce
JB
26851@item C @var{crc32}
26852The specified memory region's checksum is @var{crc32}.
ff2587ec
WZ
26853@end table
26854
b8ff78ce
JB
26855@item qfThreadInfo
26856@itemx qsThreadInfo
9c16f35a 26857@cindex list active threads, remote request
b8ff78ce
JB
26858@cindex @samp{qfThreadInfo} packet
26859@cindex @samp{qsThreadInfo} packet
b90a069a 26860Obtain a list of all active thread IDs from the target (OS). Since there
8e04817f
AC
26861may be too many active threads to fit into one reply packet, this query
26862works iteratively: it may require more than one query/reply sequence to
26863obtain the entire list of threads. The first query of the sequence will
b8ff78ce
JB
26864be the @samp{qfThreadInfo} query; subsequent queries in the
26865sequence will be the @samp{qsThreadInfo} query.
ee2d5c50 26866
b8ff78ce 26867NOTE: This packet replaces the @samp{qL} query (see below).
ee2d5c50
AC
26868
26869Reply:
26870@table @samp
b90a069a
SL
26871@item m @var{thread-id}
26872A single thread ID
26873@item m @var{thread-id},@var{thread-id}@dots{}
26874a comma-separated list of thread IDs
b8ff78ce
JB
26875@item l
26876(lower case letter @samp{L}) denotes end of list.
ee2d5c50
AC
26877@end table
26878
26879In response to each query, the target will reply with a list of one or
b90a069a 26880more thread IDs, separated by commas.
e1aac25b 26881@value{GDBN} will respond to each reply with a request for more thread
b8ff78ce 26882ids (using the @samp{qs} form of the query), until the target responds
b90a069a
SL
26883with @samp{l} (lower-case el, for @dfn{last}).
26884Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
26885fields.
c906108c 26886
b8ff78ce 26887@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
ff2587ec 26888@cindex get thread-local storage address, remote request
b8ff78ce 26889@cindex @samp{qGetTLSAddr} packet
ff2587ec
WZ
26890Fetch the address associated with thread local storage specified
26891by @var{thread-id}, @var{offset}, and @var{lm}.
26892
b90a069a
SL
26893@var{thread-id} is the thread ID associated with the
26894thread for which to fetch the TLS address. @xref{thread-id syntax}.
ff2587ec
WZ
26895
26896@var{offset} is the (big endian, hex encoded) offset associated with the
26897thread local variable. (This offset is obtained from the debug
26898information associated with the variable.)
26899
db2e3e2e 26900@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
ff2587ec
WZ
26901the load module associated with the thread local storage. For example,
26902a @sc{gnu}/Linux system will pass the link map address of the shared
26903object associated with the thread local storage under consideration.
26904Other operating environments may choose to represent the load module
26905differently, so the precise meaning of this parameter will vary.
ee2d5c50
AC
26906
26907Reply:
b8ff78ce
JB
26908@table @samp
26909@item @var{XX}@dots{}
ff2587ec
WZ
26910Hex encoded (big endian) bytes representing the address of the thread
26911local storage requested.
26912
b8ff78ce
JB
26913@item E @var{nn}
26914An error occurred. @var{nn} are hex digits.
ff2587ec 26915
b8ff78ce
JB
26916@item
26917An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
ee2d5c50
AC
26918@end table
26919
b8ff78ce 26920@item qL @var{startflag} @var{threadcount} @var{nextthread}
8e04817f
AC
26921Obtain thread information from RTOS. Where: @var{startflag} (one hex
26922digit) is one to indicate the first query and zero to indicate a
26923subsequent query; @var{threadcount} (two hex digits) is the maximum
26924number of threads the response packet can contain; and @var{nextthread}
26925(eight hex digits), for subsequent queries (@var{startflag} is zero), is
26926returned in the response as @var{argthread}.
ee2d5c50 26927
b8ff78ce 26928Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
ee2d5c50
AC
26929
26930Reply:
26931@table @samp
b8ff78ce 26932@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
8e04817f
AC
26933Where: @var{count} (two hex digits) is the number of threads being
26934returned; @var{done} (one hex digit) is zero to indicate more threads
26935and one indicates no further threads; @var{argthreadid} (eight hex
b8ff78ce 26936digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
ee2d5c50 26937is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 26938digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 26939@end table
c906108c 26940
b8ff78ce 26941@item qOffsets
9c16f35a 26942@cindex section offsets, remote request
b8ff78ce 26943@cindex @samp{qOffsets} packet
31d99776
DJ
26944Get section offsets that the target used when relocating the downloaded
26945image.
c906108c 26946
ee2d5c50
AC
26947Reply:
26948@table @samp
31d99776
DJ
26949@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
26950Relocate the @code{Text} section by @var{xxx} from its original address.
26951Relocate the @code{Data} section by @var{yyy} from its original address.
26952If the object file format provides segment information (e.g.@: @sc{elf}
26953@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
26954segments by the supplied offsets.
26955
26956@emph{Note: while a @code{Bss} offset may be included in the response,
26957@value{GDBN} ignores this and instead applies the @code{Data} offset
26958to the @code{Bss} section.}
26959
26960@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
26961Relocate the first segment of the object file, which conventionally
26962contains program code, to a starting address of @var{xxx}. If
26963@samp{DataSeg} is specified, relocate the second segment, which
26964conventionally contains modifiable data, to a starting address of
26965@var{yyy}. @value{GDBN} will report an error if the object file
26966does not contain segment information, or does not contain at least
26967as many segments as mentioned in the reply. Extra segments are
26968kept at fixed offsets relative to the last relocated segment.
ee2d5c50
AC
26969@end table
26970
b90a069a 26971@item qP @var{mode} @var{thread-id}
9c16f35a 26972@cindex thread information, remote request
b8ff78ce 26973@cindex @samp{qP} packet
b90a069a
SL
26974Returns information on @var{thread-id}. Where: @var{mode} is a hex
26975encoded 32 bit mode; @var{thread-id} is a thread ID
26976(@pxref{thread-id syntax}).
ee2d5c50 26977
aa56d27a
JB
26978Don't use this packet; use the @samp{qThreadExtraInfo} query instead
26979(see below).
26980
b8ff78ce 26981Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 26982
8b23ecc4
SL
26983@item QNonStop:1
26984@item QNonStop:0
26985@cindex non-stop mode, remote request
26986@cindex @samp{QNonStop} packet
26987@anchor{QNonStop}
26988Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
26989@xref{Remote Non-Stop}, for more information.
26990
26991Reply:
26992@table @samp
26993@item OK
26994The request succeeded.
26995
26996@item E @var{nn}
26997An error occurred. @var{nn} are hex digits.
26998
26999@item
27000An empty reply indicates that @samp{QNonStop} is not supported by
27001the stub.
27002@end table
27003
27004This packet is not probed by default; the remote stub must request it,
27005by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
27006Use of this packet is controlled by the @code{set non-stop} command;
27007@pxref{Non-Stop Mode}.
27008
89be2091
DJ
27009@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
27010@cindex pass signals to inferior, remote request
27011@cindex @samp{QPassSignals} packet
23181151 27012@anchor{QPassSignals}
89be2091
DJ
27013Each listed @var{signal} should be passed directly to the inferior process.
27014Signals are numbered identically to continue packets and stop replies
27015(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
27016strictly greater than the previous item. These signals do not need to stop
27017the inferior, or be reported to @value{GDBN}. All other signals should be
27018reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
27019combine; any earlier @samp{QPassSignals} list is completely replaced by the
27020new list. This packet improves performance when using @samp{handle
27021@var{signal} nostop noprint pass}.
27022
27023Reply:
27024@table @samp
27025@item OK
27026The request succeeded.
27027
27028@item E @var{nn}
27029An error occurred. @var{nn} are hex digits.
27030
27031@item
27032An empty reply indicates that @samp{QPassSignals} is not supported by
27033the stub.
27034@end table
27035
27036Use of this packet is controlled by the @code{set remote pass-signals}
79a6e687 27037command (@pxref{Remote Configuration, set remote pass-signals}).
89be2091
DJ
27038This packet is not probed by default; the remote stub must request it,
27039by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
27040
b8ff78ce 27041@item qRcmd,@var{command}
ff2587ec 27042@cindex execute remote command, remote request
b8ff78ce 27043@cindex @samp{qRcmd} packet
ff2587ec 27044@var{command} (hex encoded) is passed to the local interpreter for
b8ff78ce
JB
27045execution. Invalid commands should be reported using the output
27046string. Before the final result packet, the target may also respond
27047with a number of intermediate @samp{O@var{output}} console output
27048packets. @emph{Implementors should note that providing access to a
27049stubs's interpreter may have security implications}.
fa93a9d8 27050
ff2587ec
WZ
27051Reply:
27052@table @samp
27053@item OK
27054A command response with no output.
27055@item @var{OUTPUT}
27056A command response with the hex encoded output string @var{OUTPUT}.
b8ff78ce 27057@item E @var{NN}
ff2587ec 27058Indicate a badly formed request.
b8ff78ce
JB
27059@item
27060An empty reply indicates that @samp{qRcmd} is not recognized.
ff2587ec 27061@end table
fa93a9d8 27062
aa56d27a
JB
27063(Note that the @code{qRcmd} packet's name is separated from the
27064command by a @samp{,}, not a @samp{:}, contrary to the naming
27065conventions above. Please don't use this packet as a model for new
27066packets.)
27067
08388c79
DE
27068@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
27069@cindex searching memory, in remote debugging
27070@cindex @samp{qSearch:memory} packet
27071@anchor{qSearch memory}
27072Search @var{length} bytes at @var{address} for @var{search-pattern}.
27073@var{address} and @var{length} are encoded in hex.
27074@var{search-pattern} is a sequence of bytes, hex encoded.
27075
27076Reply:
27077@table @samp
27078@item 0
27079The pattern was not found.
27080@item 1,address
27081The pattern was found at @var{address}.
27082@item E @var{NN}
27083A badly formed request or an error was encountered while searching memory.
27084@item
27085An empty reply indicates that @samp{qSearch:memory} is not recognized.
27086@end table
27087
a6f3e723
SL
27088@item QStartNoAckMode
27089@cindex @samp{QStartNoAckMode} packet
27090@anchor{QStartNoAckMode}
27091Request that the remote stub disable the normal @samp{+}/@samp{-}
27092protocol acknowledgments (@pxref{Packet Acknowledgment}).
27093
27094Reply:
27095@table @samp
27096@item OK
27097The stub has switched to no-acknowledgment mode.
27098@value{GDBN} acknowledges this reponse,
27099but neither the stub nor @value{GDBN} shall send or expect further
27100@samp{+}/@samp{-} acknowledgments in the current connection.
27101@item
27102An empty reply indicates that the stub does not support no-acknowledgment mode.
27103@end table
27104
be2a5f71
DJ
27105@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
27106@cindex supported packets, remote query
27107@cindex features of the remote protocol
27108@cindex @samp{qSupported} packet
0876f84a 27109@anchor{qSupported}
be2a5f71
DJ
27110Tell the remote stub about features supported by @value{GDBN}, and
27111query the stub for features it supports. This packet allows
27112@value{GDBN} and the remote stub to take advantage of each others'
27113features. @samp{qSupported} also consolidates multiple feature probes
27114at startup, to improve @value{GDBN} performance---a single larger
27115packet performs better than multiple smaller probe packets on
27116high-latency links. Some features may enable behavior which must not
27117be on by default, e.g.@: because it would confuse older clients or
27118stubs. Other features may describe packets which could be
27119automatically probed for, but are not. These features must be
27120reported before @value{GDBN} will use them. This ``default
27121unsupported'' behavior is not appropriate for all packets, but it
27122helps to keep the initial connection time under control with new
27123versions of @value{GDBN} which support increasing numbers of packets.
27124
27125Reply:
27126@table @samp
27127@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
27128The stub supports or does not support each returned @var{stubfeature},
27129depending on the form of each @var{stubfeature} (see below for the
27130possible forms).
27131@item
27132An empty reply indicates that @samp{qSupported} is not recognized,
27133or that no features needed to be reported to @value{GDBN}.
27134@end table
27135
27136The allowed forms for each feature (either a @var{gdbfeature} in the
27137@samp{qSupported} packet, or a @var{stubfeature} in the response)
27138are:
27139
27140@table @samp
27141@item @var{name}=@var{value}
27142The remote protocol feature @var{name} is supported, and associated
27143with the specified @var{value}. The format of @var{value} depends
27144on the feature, but it must not include a semicolon.
27145@item @var{name}+
27146The remote protocol feature @var{name} is supported, and does not
27147need an associated value.
27148@item @var{name}-
27149The remote protocol feature @var{name} is not supported.
27150@item @var{name}?
27151The remote protocol feature @var{name} may be supported, and
27152@value{GDBN} should auto-detect support in some other way when it is
27153needed. This form will not be used for @var{gdbfeature} notifications,
27154but may be used for @var{stubfeature} responses.
27155@end table
27156
27157Whenever the stub receives a @samp{qSupported} request, the
27158supplied set of @value{GDBN} features should override any previous
27159request. This allows @value{GDBN} to put the stub in a known
27160state, even if the stub had previously been communicating with
27161a different version of @value{GDBN}.
27162
b90a069a
SL
27163The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
27164are defined:
27165
27166@table @samp
27167@item multiprocess
27168This feature indicates whether @value{GDBN} supports multiprocess
27169extensions to the remote protocol. @value{GDBN} does not use such
27170extensions unless the stub also reports that it supports them by
27171including @samp{multiprocess+} in its @samp{qSupported} reply.
27172@xref{multiprocess extensions}, for details.
27173@end table
27174
27175Stubs should ignore any unknown values for
be2a5f71
DJ
27176@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
27177packet supports receiving packets of unlimited length (earlier
b90a069a 27178versions of @value{GDBN} may reject overly long responses). Additional values
be2a5f71
DJ
27179for @var{gdbfeature} may be defined in the future to let the stub take
27180advantage of new features in @value{GDBN}, e.g.@: incompatible
b90a069a
SL
27181improvements in the remote protocol---the @samp{multiprocess} feature is
27182an example of such a feature. The stub's reply should be independent
be2a5f71
DJ
27183of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
27184describes all the features it supports, and then the stub replies with
27185all the features it supports.
27186
27187Similarly, @value{GDBN} will silently ignore unrecognized stub feature
27188responses, as long as each response uses one of the standard forms.
27189
27190Some features are flags. A stub which supports a flag feature
27191should respond with a @samp{+} form response. Other features
27192require values, and the stub should respond with an @samp{=}
27193form response.
27194
27195Each feature has a default value, which @value{GDBN} will use if
27196@samp{qSupported} is not available or if the feature is not mentioned
27197in the @samp{qSupported} response. The default values are fixed; a
27198stub is free to omit any feature responses that match the defaults.
27199
27200Not all features can be probed, but for those which can, the probing
27201mechanism is useful: in some cases, a stub's internal
27202architecture may not allow the protocol layer to know some information
27203about the underlying target in advance. This is especially common in
27204stubs which may be configured for multiple targets.
27205
27206These are the currently defined stub features and their properties:
27207
cfa9d6d9 27208@multitable @columnfractions 0.35 0.2 0.12 0.2
be2a5f71
DJ
27209@c NOTE: The first row should be @headitem, but we do not yet require
27210@c a new enough version of Texinfo (4.7) to use @headitem.
0876f84a 27211@item Feature Name
be2a5f71
DJ
27212@tab Value Required
27213@tab Default
27214@tab Probe Allowed
27215
27216@item @samp{PacketSize}
27217@tab Yes
27218@tab @samp{-}
27219@tab No
27220
0876f84a
DJ
27221@item @samp{qXfer:auxv:read}
27222@tab No
27223@tab @samp{-}
27224@tab Yes
27225
23181151
DJ
27226@item @samp{qXfer:features:read}
27227@tab No
27228@tab @samp{-}
27229@tab Yes
27230
cfa9d6d9
DJ
27231@item @samp{qXfer:libraries:read}
27232@tab No
27233@tab @samp{-}
27234@tab Yes
27235
68437a39
DJ
27236@item @samp{qXfer:memory-map:read}
27237@tab No
27238@tab @samp{-}
27239@tab Yes
27240
0e7f50da
UW
27241@item @samp{qXfer:spu:read}
27242@tab No
27243@tab @samp{-}
27244@tab Yes
27245
27246@item @samp{qXfer:spu:write}
27247@tab No
27248@tab @samp{-}
27249@tab Yes
27250
4aa995e1
PA
27251@item @samp{qXfer:siginfo:read}
27252@tab No
27253@tab @samp{-}
27254@tab Yes
27255
27256@item @samp{qXfer:siginfo:write}
27257@tab No
27258@tab @samp{-}
27259@tab Yes
27260
8b23ecc4
SL
27261@item @samp{QNonStop}
27262@tab No
27263@tab @samp{-}
27264@tab Yes
27265
89be2091
DJ
27266@item @samp{QPassSignals}
27267@tab No
27268@tab @samp{-}
27269@tab Yes
27270
a6f3e723
SL
27271@item @samp{QStartNoAckMode}
27272@tab No
27273@tab @samp{-}
27274@tab Yes
27275
b90a069a
SL
27276@item @samp{multiprocess}
27277@tab No
27278@tab @samp{-}
27279@tab No
27280
be2a5f71
DJ
27281@end multitable
27282
27283These are the currently defined stub features, in more detail:
27284
27285@table @samp
27286@cindex packet size, remote protocol
27287@item PacketSize=@var{bytes}
27288The remote stub can accept packets up to at least @var{bytes} in
27289length. @value{GDBN} will send packets up to this size for bulk
27290transfers, and will never send larger packets. This is a limit on the
27291data characters in the packet, including the frame and checksum.
27292There is no trailing NUL byte in a remote protocol packet; if the stub
27293stores packets in a NUL-terminated format, it should allow an extra
27294byte in its buffer for the NUL. If this stub feature is not supported,
27295@value{GDBN} guesses based on the size of the @samp{g} packet response.
27296
0876f84a
DJ
27297@item qXfer:auxv:read
27298The remote stub understands the @samp{qXfer:auxv:read} packet
27299(@pxref{qXfer auxiliary vector read}).
27300
23181151
DJ
27301@item qXfer:features:read
27302The remote stub understands the @samp{qXfer:features:read} packet
27303(@pxref{qXfer target description read}).
27304
cfa9d6d9
DJ
27305@item qXfer:libraries:read
27306The remote stub understands the @samp{qXfer:libraries:read} packet
27307(@pxref{qXfer library list read}).
27308
23181151
DJ
27309@item qXfer:memory-map:read
27310The remote stub understands the @samp{qXfer:memory-map:read} packet
27311(@pxref{qXfer memory map read}).
27312
0e7f50da
UW
27313@item qXfer:spu:read
27314The remote stub understands the @samp{qXfer:spu:read} packet
27315(@pxref{qXfer spu read}).
27316
27317@item qXfer:spu:write
27318The remote stub understands the @samp{qXfer:spu:write} packet
27319(@pxref{qXfer spu write}).
27320
4aa995e1
PA
27321@item qXfer:siginfo:read
27322The remote stub understands the @samp{qXfer:siginfo:read} packet
27323(@pxref{qXfer siginfo read}).
27324
27325@item qXfer:siginfo:write
27326The remote stub understands the @samp{qXfer:siginfo:write} packet
27327(@pxref{qXfer siginfo write}).
27328
8b23ecc4
SL
27329@item QNonStop
27330The remote stub understands the @samp{QNonStop} packet
27331(@pxref{QNonStop}).
27332
23181151
DJ
27333@item QPassSignals
27334The remote stub understands the @samp{QPassSignals} packet
27335(@pxref{QPassSignals}).
27336
a6f3e723
SL
27337@item QStartNoAckMode
27338The remote stub understands the @samp{QStartNoAckMode} packet and
27339prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
27340
b90a069a
SL
27341@item multiprocess
27342@anchor{multiprocess extensions}
27343@cindex multiprocess extensions, in remote protocol
27344The remote stub understands the multiprocess extensions to the remote
27345protocol syntax. The multiprocess extensions affect the syntax of
27346thread IDs in both packets and replies (@pxref{thread-id syntax}), and
27347add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
27348replies. Note that reporting this feature indicates support for the
27349syntactic extensions only, not that the stub necessarily supports
27350debugging of more than one process at a time. The stub must not use
27351multiprocess extensions in packet replies unless @value{GDBN} has also
27352indicated it supports them in its @samp{qSupported} request.
27353
07e059b5
VP
27354@item qXfer:osdata:read
27355The remote stub understands the @samp{qXfer:osdata:read} packet
27356((@pxref{qXfer osdata read}).
27357
be2a5f71
DJ
27358@end table
27359
b8ff78ce 27360@item qSymbol::
ff2587ec 27361@cindex symbol lookup, remote request
b8ff78ce 27362@cindex @samp{qSymbol} packet
ff2587ec
WZ
27363Notify the target that @value{GDBN} is prepared to serve symbol lookup
27364requests. Accept requests from the target for the values of symbols.
fa93a9d8
JB
27365
27366Reply:
ff2587ec 27367@table @samp
b8ff78ce 27368@item OK
ff2587ec 27369The target does not need to look up any (more) symbols.
b8ff78ce 27370@item qSymbol:@var{sym_name}
ff2587ec
WZ
27371The target requests the value of symbol @var{sym_name} (hex encoded).
27372@value{GDBN} may provide the value by using the
b8ff78ce
JB
27373@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
27374below.
ff2587ec 27375@end table
83761cbd 27376
b8ff78ce 27377@item qSymbol:@var{sym_value}:@var{sym_name}
ff2587ec
WZ
27378Set the value of @var{sym_name} to @var{sym_value}.
27379
27380@var{sym_name} (hex encoded) is the name of a symbol whose value the
27381target has previously requested.
27382
27383@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
27384@value{GDBN} cannot supply a value for @var{sym_name}, then this field
27385will be empty.
27386
27387Reply:
27388@table @samp
b8ff78ce 27389@item OK
ff2587ec 27390The target does not need to look up any (more) symbols.
b8ff78ce 27391@item qSymbol:@var{sym_name}
ff2587ec
WZ
27392The target requests the value of a new symbol @var{sym_name} (hex
27393encoded). @value{GDBN} will continue to supply the values of symbols
27394(if available), until the target ceases to request them.
fa93a9d8 27395@end table
0abb7bc7 27396
9d29849a
JB
27397@item QTDP
27398@itemx QTFrame
27399@xref{Tracepoint Packets}.
27400
b90a069a 27401@item qThreadExtraInfo,@var{thread-id}
ff2587ec 27402@cindex thread attributes info, remote request
b8ff78ce
JB
27403@cindex @samp{qThreadExtraInfo} packet
27404Obtain a printable string description of a thread's attributes from
b90a069a
SL
27405the target OS. @var{thread-id} is a thread ID;
27406see @ref{thread-id syntax}. This
b8ff78ce
JB
27407string may contain anything that the target OS thinks is interesting
27408for @value{GDBN} to tell the user about the thread. The string is
27409displayed in @value{GDBN}'s @code{info threads} display. Some
27410examples of possible thread extra info strings are @samp{Runnable}, or
27411@samp{Blocked on Mutex}.
ff2587ec
WZ
27412
27413Reply:
27414@table @samp
b8ff78ce
JB
27415@item @var{XX}@dots{}
27416Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
27417comprising the printable string containing the extra information about
27418the thread's attributes.
ff2587ec 27419@end table
814e32d7 27420
aa56d27a
JB
27421(Note that the @code{qThreadExtraInfo} packet's name is separated from
27422the command by a @samp{,}, not a @samp{:}, contrary to the naming
27423conventions above. Please don't use this packet as a model for new
27424packets.)
27425
9d29849a
JB
27426@item QTStart
27427@itemx QTStop
27428@itemx QTinit
27429@itemx QTro
27430@itemx qTStatus
27431@xref{Tracepoint Packets}.
27432
0876f84a
DJ
27433@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
27434@cindex read special object, remote request
27435@cindex @samp{qXfer} packet
68437a39 27436@anchor{qXfer read}
0876f84a
DJ
27437Read uninterpreted bytes from the target's special data area
27438identified by the keyword @var{object}. Request @var{length} bytes
27439starting at @var{offset} bytes into the data. The content and
0e7f50da 27440encoding of @var{annex} is specific to @var{object}; it can supply
0876f84a
DJ
27441additional details about what data to access.
27442
27443Here are the specific requests of this form defined so far. All
27444@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
27445formats, listed below.
27446
27447@table @samp
27448@item qXfer:auxv:read::@var{offset},@var{length}
27449@anchor{qXfer auxiliary vector read}
27450Access the target's @dfn{auxiliary vector}. @xref{OS Information,
427c3a89 27451auxiliary vector}. Note @var{annex} must be empty.
0876f84a
DJ
27452
27453This packet is not probed by default; the remote stub must request it,
89be2091 27454by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
0876f84a 27455
23181151
DJ
27456@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
27457@anchor{qXfer target description read}
27458Access the @dfn{target description}. @xref{Target Descriptions}. The
27459annex specifies which XML document to access. The main description is
27460always loaded from the @samp{target.xml} annex.
27461
27462This packet is not probed by default; the remote stub must request it,
27463by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
27464
cfa9d6d9
DJ
27465@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
27466@anchor{qXfer library list read}
27467Access the target's list of loaded libraries. @xref{Library List Format}.
27468The annex part of the generic @samp{qXfer} packet must be empty
27469(@pxref{qXfer read}).
27470
27471Targets which maintain a list of libraries in the program's memory do
27472not need to implement this packet; it is designed for platforms where
27473the operating system manages the list of loaded libraries.
27474
27475This packet is not probed by default; the remote stub must request it,
27476by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
27477
68437a39
DJ
27478@item qXfer:memory-map:read::@var{offset},@var{length}
27479@anchor{qXfer memory map read}
79a6e687 27480Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
68437a39
DJ
27481annex part of the generic @samp{qXfer} packet must be empty
27482(@pxref{qXfer read}).
27483
0e7f50da
UW
27484This packet is not probed by default; the remote stub must request it,
27485by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
27486
4aa995e1
PA
27487@item qXfer:siginfo:read::@var{offset},@var{length}
27488@anchor{qXfer siginfo read}
27489Read contents of the extra signal information on the target
27490system. The annex part of the generic @samp{qXfer} packet must be
27491empty (@pxref{qXfer read}).
27492
27493This packet is not probed by default; the remote stub must request it,
27494by supplying an appropriate @samp{qSupported} response
27495(@pxref{qSupported}).
27496
0e7f50da
UW
27497@item qXfer:spu:read:@var{annex}:@var{offset},@var{length}
27498@anchor{qXfer spu read}
27499Read contents of an @code{spufs} file on the target system. The
27500annex specifies which file to read; it must be of the form
27501@file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
27502in the target process, and @var{name} identifes the @code{spufs} file
27503in that context to be accessed.
27504
68437a39 27505This packet is not probed by default; the remote stub must request it,
07e059b5
VP
27506by supplying an appropriate @samp{qSupported} response
27507(@pxref{qSupported}).
27508
27509@item qXfer:osdata:read::@var{offset},@var{length}
27510@anchor{qXfer osdata read}
27511Access the target's @dfn{operating system information}.
27512@xref{Operating System Information}.
27513
68437a39
DJ
27514@end table
27515
0876f84a
DJ
27516Reply:
27517@table @samp
27518@item m @var{data}
27519Data @var{data} (@pxref{Binary Data}) has been read from the
27520target. There may be more data at a higher address (although
27521it is permitted to return @samp{m} even for the last valid
27522block of data, as long as at least one byte of data was read).
27523@var{data} may have fewer bytes than the @var{length} in the
27524request.
27525
27526@item l @var{data}
27527Data @var{data} (@pxref{Binary Data}) has been read from the target.
27528There is no more data to be read. @var{data} may have fewer bytes
27529than the @var{length} in the request.
27530
27531@item l
27532The @var{offset} in the request is at the end of the data.
27533There is no more data to be read.
27534
27535@item E00
27536The request was malformed, or @var{annex} was invalid.
27537
27538@item E @var{nn}
27539The offset was invalid, or there was an error encountered reading the data.
27540@var{nn} is a hex-encoded @code{errno} value.
27541
27542@item
27543An empty reply indicates the @var{object} string was not recognized by
27544the stub, or that the object does not support reading.
27545@end table
27546
27547@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
27548@cindex write data into object, remote request
4aa995e1 27549@anchor{qXfer write}
0876f84a
DJ
27550Write uninterpreted bytes into the target's special data area
27551identified by the keyword @var{object}, starting at @var{offset} bytes
0e7f50da 27552into the data. @var{data}@dots{} is the binary-encoded data
0876f84a 27553(@pxref{Binary Data}) to be written. The content and encoding of @var{annex}
0e7f50da 27554is specific to @var{object}; it can supply additional details about what data
0876f84a
DJ
27555to access.
27556
0e7f50da
UW
27557Here are the specific requests of this form defined so far. All
27558@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
27559formats, listed below.
27560
27561@table @samp
4aa995e1
PA
27562@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
27563@anchor{qXfer siginfo write}
27564Write @var{data} to the extra signal information on the target system.
27565The annex part of the generic @samp{qXfer} packet must be
27566empty (@pxref{qXfer write}).
27567
27568This packet is not probed by default; the remote stub must request it,
27569by supplying an appropriate @samp{qSupported} response
27570(@pxref{qSupported}).
27571
84fcdf95 27572@item qXfer:spu:write:@var{annex}:@var{offset}:@var{data}@dots{}
0e7f50da
UW
27573@anchor{qXfer spu write}
27574Write @var{data} to an @code{spufs} file on the target system. The
27575annex specifies which file to write; it must be of the form
27576@file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
27577in the target process, and @var{name} identifes the @code{spufs} file
27578in that context to be accessed.
27579
27580This packet is not probed by default; the remote stub must request it,
27581by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
27582@end table
0876f84a
DJ
27583
27584Reply:
27585@table @samp
27586@item @var{nn}
27587@var{nn} (hex encoded) is the number of bytes written.
27588This may be fewer bytes than supplied in the request.
27589
27590@item E00
27591The request was malformed, or @var{annex} was invalid.
27592
27593@item E @var{nn}
27594The offset was invalid, or there was an error encountered writing the data.
27595@var{nn} is a hex-encoded @code{errno} value.
27596
27597@item
27598An empty reply indicates the @var{object} string was not
27599recognized by the stub, or that the object does not support writing.
27600@end table
27601
27602@item qXfer:@var{object}:@var{operation}:@dots{}
27603Requests of this form may be added in the future. When a stub does
27604not recognize the @var{object} keyword, or its support for
27605@var{object} does not recognize the @var{operation} keyword, the stub
27606must respond with an empty packet.
27607
0b16c5cf
PA
27608@item qAttached:@var{pid}
27609@cindex query attached, remote request
27610@cindex @samp{qAttached} packet
27611Return an indication of whether the remote server attached to an
27612existing process or created a new process. When the multiprocess
27613protocol extensions are supported (@pxref{multiprocess extensions}),
27614@var{pid} is an integer in hexadecimal format identifying the target
27615process. Otherwise, @value{GDBN} will omit the @var{pid} field and
27616the query packet will be simplified as @samp{qAttached}.
27617
27618This query is used, for example, to know whether the remote process
27619should be detached or killed when a @value{GDBN} session is ended with
27620the @code{quit} command.
27621
27622Reply:
27623@table @samp
27624@item 1
27625The remote server attached to an existing process.
27626@item 0
27627The remote server created a new process.
27628@item E @var{NN}
27629A badly formed request or an error was encountered.
27630@end table
27631
ee2d5c50
AC
27632@end table
27633
27634@node Register Packet Format
27635@section Register Packet Format
eb12ee30 27636
b8ff78ce 27637The following @code{g}/@code{G} packets have previously been defined.
ee2d5c50
AC
27638In the below, some thirty-two bit registers are transferred as
27639sixty-four bits. Those registers should be zero/sign extended (which?)
599b237a
BW
27640to fill the space allocated. Register bytes are transferred in target
27641byte order. The two nibbles within a register byte are transferred
ee2d5c50 27642most-significant - least-significant.
eb12ee30 27643
ee2d5c50 27644@table @r
eb12ee30 27645
8e04817f 27646@item MIPS32
ee2d5c50 27647
599b237a 27648All registers are transferred as thirty-two bit quantities in the order:
8e04817f
AC
2764932 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
27650registers; fsr; fir; fp.
eb12ee30 27651
8e04817f 27652@item MIPS64
ee2d5c50 27653
599b237a 27654All registers are transferred as sixty-four bit quantities (including
8e04817f
AC
27655thirty-two bit registers such as @code{sr}). The ordering is the same
27656as @code{MIPS32}.
eb12ee30 27657
ee2d5c50
AC
27658@end table
27659
9d29849a
JB
27660@node Tracepoint Packets
27661@section Tracepoint Packets
27662@cindex tracepoint packets
27663@cindex packets, tracepoint
27664
27665Here we describe the packets @value{GDBN} uses to implement
27666tracepoints (@pxref{Tracepoints}).
27667
27668@table @samp
27669
27670@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}@r{[}-@r{]}
27671Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
27672is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
27673the tracepoint is disabled. @var{step} is the tracepoint's step
27674count, and @var{pass} is its pass count. If the trailing @samp{-} is
27675present, further @samp{QTDP} packets will follow to specify this
27676tracepoint's actions.
27677
27678Replies:
27679@table @samp
27680@item OK
27681The packet was understood and carried out.
27682@item
27683The packet was not recognized.
27684@end table
27685
27686@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
27687Define actions to be taken when a tracepoint is hit. @var{n} and
27688@var{addr} must be the same as in the initial @samp{QTDP} packet for
27689this tracepoint. This packet may only be sent immediately after
27690another @samp{QTDP} packet that ended with a @samp{-}. If the
27691trailing @samp{-} is present, further @samp{QTDP} packets will follow,
27692specifying more actions for this tracepoint.
27693
27694In the series of action packets for a given tracepoint, at most one
27695can have an @samp{S} before its first @var{action}. If such a packet
27696is sent, it and the following packets define ``while-stepping''
27697actions. Any prior packets define ordinary actions --- that is, those
27698taken when the tracepoint is first hit. If no action packet has an
27699@samp{S}, then all the packets in the series specify ordinary
27700tracepoint actions.
27701
27702The @samp{@var{action}@dots{}} portion of the packet is a series of
27703actions, concatenated without separators. Each action has one of the
27704following forms:
27705
27706@table @samp
27707
27708@item R @var{mask}
27709Collect the registers whose bits are set in @var{mask}. @var{mask} is
599b237a 27710a hexadecimal number whose @var{i}'th bit is set if register number
9d29849a
JB
27711@var{i} should be collected. (The least significant bit is numbered
27712zero.) Note that @var{mask} may be any number of digits long; it may
27713not fit in a 32-bit word.
27714
27715@item M @var{basereg},@var{offset},@var{len}
27716Collect @var{len} bytes of memory starting at the address in register
27717number @var{basereg}, plus @var{offset}. If @var{basereg} is
27718@samp{-1}, then the range has a fixed address: @var{offset} is the
27719address of the lowest byte to collect. The @var{basereg},
599b237a 27720@var{offset}, and @var{len} parameters are all unsigned hexadecimal
9d29849a
JB
27721values (the @samp{-1} value for @var{basereg} is a special case).
27722
27723@item X @var{len},@var{expr}
27724Evaluate @var{expr}, whose length is @var{len}, and collect memory as
27725it directs. @var{expr} is an agent expression, as described in
27726@ref{Agent Expressions}. Each byte of the expression is encoded as a
27727two-digit hex number in the packet; @var{len} is the number of bytes
27728in the expression (and thus one-half the number of hex digits in the
27729packet).
27730
27731@end table
27732
27733Any number of actions may be packed together in a single @samp{QTDP}
27734packet, as long as the packet does not exceed the maximum packet
c1947b85
JB
27735length (400 bytes, for many stubs). There may be only one @samp{R}
27736action per tracepoint, and it must precede any @samp{M} or @samp{X}
27737actions. Any registers referred to by @samp{M} and @samp{X} actions
27738must be collected by a preceding @samp{R} action. (The
27739``while-stepping'' actions are treated as if they were attached to a
27740separate tracepoint, as far as these restrictions are concerned.)
9d29849a
JB
27741
27742Replies:
27743@table @samp
27744@item OK
27745The packet was understood and carried out.
27746@item
27747The packet was not recognized.
27748@end table
27749
27750@item QTFrame:@var{n}
27751Select the @var{n}'th tracepoint frame from the buffer, and use the
27752register and memory contents recorded there to answer subsequent
27753request packets from @value{GDBN}.
27754
27755A successful reply from the stub indicates that the stub has found the
27756requested frame. The response is a series of parts, concatenated
27757without separators, describing the frame we selected. Each part has
27758one of the following forms:
27759
27760@table @samp
27761@item F @var{f}
27762The selected frame is number @var{n} in the trace frame buffer;
599b237a 27763@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
9d29849a
JB
27764was no frame matching the criteria in the request packet.
27765
27766@item T @var{t}
27767The selected trace frame records a hit of tracepoint number @var{t};
599b237a 27768@var{t} is a hexadecimal number.
9d29849a
JB
27769
27770@end table
27771
27772@item QTFrame:pc:@var{addr}
27773Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
27774currently selected frame whose PC is @var{addr};
599b237a 27775@var{addr} is a hexadecimal number.
9d29849a
JB
27776
27777@item QTFrame:tdp:@var{t}
27778Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
27779currently selected frame that is a hit of tracepoint @var{t}; @var{t}
599b237a 27780is a hexadecimal number.
9d29849a
JB
27781
27782@item QTFrame:range:@var{start}:@var{end}
27783Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
27784currently selected frame whose PC is between @var{start} (inclusive)
599b237a 27785and @var{end} (exclusive); @var{start} and @var{end} are hexadecimal
9d29849a
JB
27786numbers.
27787
27788@item QTFrame:outside:@var{start}:@var{end}
27789Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
27790frame @emph{outside} the given range of addresses.
27791
27792@item QTStart
27793Begin the tracepoint experiment. Begin collecting data from tracepoint
27794hits in the trace frame buffer.
27795
27796@item QTStop
27797End the tracepoint experiment. Stop collecting trace frames.
27798
27799@item QTinit
27800Clear the table of tracepoints, and empty the trace frame buffer.
27801
27802@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
27803Establish the given ranges of memory as ``transparent''. The stub
27804will answer requests for these ranges from memory's current contents,
27805if they were not collected as part of the tracepoint hit.
27806
27807@value{GDBN} uses this to mark read-only regions of memory, like those
27808containing program code. Since these areas never change, they should
27809still have the same contents they did when the tracepoint was hit, so
27810there's no reason for the stub to refuse to provide their contents.
27811
27812@item qTStatus
27813Ask the stub if there is a trace experiment running right now.
27814
27815Replies:
27816@table @samp
27817@item T0
27818There is no trace experiment running.
27819@item T1
27820There is a trace experiment running.
27821@end table
27822
27823@end table
27824
27825
a6b151f1
DJ
27826@node Host I/O Packets
27827@section Host I/O Packets
27828@cindex Host I/O, remote protocol
27829@cindex file transfer, remote protocol
27830
27831The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
27832operations on the far side of a remote link. For example, Host I/O is
27833used to upload and download files to a remote target with its own
27834filesystem. Host I/O uses the same constant values and data structure
27835layout as the target-initiated File-I/O protocol. However, the
27836Host I/O packets are structured differently. The target-initiated
27837protocol relies on target memory to store parameters and buffers.
27838Host I/O requests are initiated by @value{GDBN}, and the
27839target's memory is not involved. @xref{File-I/O Remote Protocol
27840Extension}, for more details on the target-initiated protocol.
27841
27842The Host I/O request packets all encode a single operation along with
27843its arguments. They have this format:
27844
27845@table @samp
27846
27847@item vFile:@var{operation}: @var{parameter}@dots{}
27848@var{operation} is the name of the particular request; the target
27849should compare the entire packet name up to the second colon when checking
27850for a supported operation. The format of @var{parameter} depends on
27851the operation. Numbers are always passed in hexadecimal. Negative
27852numbers have an explicit minus sign (i.e.@: two's complement is not
27853used). Strings (e.g.@: filenames) are encoded as a series of
27854hexadecimal bytes. The last argument to a system call may be a
27855buffer of escaped binary data (@pxref{Binary Data}).
27856
27857@end table
27858
27859The valid responses to Host I/O packets are:
27860
27861@table @samp
27862
27863@item F @var{result} [, @var{errno}] [; @var{attachment}]
27864@var{result} is the integer value returned by this operation, usually
27865non-negative for success and -1 for errors. If an error has occured,
27866@var{errno} will be included in the result. @var{errno} will have a
27867value defined by the File-I/O protocol (@pxref{Errno Values}). For
27868operations which return data, @var{attachment} supplies the data as a
27869binary buffer. Binary buffers in response packets are escaped in the
27870normal way (@pxref{Binary Data}). See the individual packet
27871documentation for the interpretation of @var{result} and
27872@var{attachment}.
27873
27874@item
27875An empty response indicates that this operation is not recognized.
27876
27877@end table
27878
27879These are the supported Host I/O operations:
27880
27881@table @samp
27882@item vFile:open: @var{pathname}, @var{flags}, @var{mode}
27883Open a file at @var{pathname} and return a file descriptor for it, or
27884return -1 if an error occurs. @var{pathname} is a string,
27885@var{flags} is an integer indicating a mask of open flags
27886(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
27887of mode bits to use if the file is created (@pxref{mode_t Values}).
c1c25a1a 27888@xref{open}, for details of the open flags and mode values.
a6b151f1
DJ
27889
27890@item vFile:close: @var{fd}
27891Close the open file corresponding to @var{fd} and return 0, or
27892-1 if an error occurs.
27893
27894@item vFile:pread: @var{fd}, @var{count}, @var{offset}
27895Read data from the open file corresponding to @var{fd}. Up to
27896@var{count} bytes will be read from the file, starting at @var{offset}
27897relative to the start of the file. The target may read fewer bytes;
27898common reasons include packet size limits and an end-of-file
27899condition. The number of bytes read is returned. Zero should only be
27900returned for a successful read at the end of the file, or if
27901@var{count} was zero.
27902
27903The data read should be returned as a binary attachment on success.
27904If zero bytes were read, the response should include an empty binary
27905attachment (i.e.@: a trailing semicolon). The return value is the
27906number of target bytes read; the binary attachment may be longer if
27907some characters were escaped.
27908
27909@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
27910Write @var{data} (a binary buffer) to the open file corresponding
27911to @var{fd}. Start the write at @var{offset} from the start of the
27912file. Unlike many @code{write} system calls, there is no
27913separate @var{count} argument; the length of @var{data} in the
27914packet is used. @samp{vFile:write} returns the number of bytes written,
27915which may be shorter than the length of @var{data}, or -1 if an
27916error occurred.
27917
27918@item vFile:unlink: @var{pathname}
27919Delete the file at @var{pathname} on the target. Return 0,
27920or -1 if an error occurs. @var{pathname} is a string.
27921
27922@end table
27923
9a6253be
KB
27924@node Interrupts
27925@section Interrupts
27926@cindex interrupts (remote protocol)
27927
27928When a program on the remote target is running, @value{GDBN} may
27929attempt to interrupt it by sending a @samp{Ctrl-C} or a @code{BREAK},
27930control of which is specified via @value{GDBN}'s @samp{remotebreak}
27931setting (@pxref{set remotebreak}).
27932
27933The precise meaning of @code{BREAK} is defined by the transport
8775bb90
MS
27934mechanism and may, in fact, be undefined. @value{GDBN} does not
27935currently define a @code{BREAK} mechanism for any of the network
27936interfaces except for TCP, in which case @value{GDBN} sends the
27937@code{telnet} BREAK sequence.
9a6253be
KB
27938
27939@samp{Ctrl-C}, on the other hand, is defined and implemented for all
27940transport mechanisms. It is represented by sending the single byte
27941@code{0x03} without any of the usual packet overhead described in
27942the Overview section (@pxref{Overview}). When a @code{0x03} byte is
27943transmitted as part of a packet, it is considered to be packet data
27944and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
0876f84a 27945(@pxref{X packet}), used for binary downloads, may include an unescaped
9a6253be
KB
27946@code{0x03} as part of its packet.
27947
27948Stubs are not required to recognize these interrupt mechanisms and the
27949precise meaning associated with receipt of the interrupt is
8b23ecc4
SL
27950implementation defined. If the target supports debugging of multiple
27951threads and/or processes, it should attempt to interrupt all
27952currently-executing threads and processes.
27953If the stub is successful at interrupting the
27954running program, it should send one of the stop
27955reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
27956of successfully stopping the program in all-stop mode, and a stop reply
27957for each stopped thread in non-stop mode.
27958Interrupts received while the
27959program is stopped are discarded.
27960
27961@node Notification Packets
27962@section Notification Packets
27963@cindex notification packets
27964@cindex packets, notification
27965
27966The @value{GDBN} remote serial protocol includes @dfn{notifications},
27967packets that require no acknowledgment. Both the GDB and the stub
27968may send notifications (although the only notifications defined at
27969present are sent by the stub). Notifications carry information
27970without incurring the round-trip latency of an acknowledgment, and so
27971are useful for low-impact communications where occasional packet loss
27972is not a problem.
27973
27974A notification packet has the form @samp{% @var{data} #
27975@var{checksum}}, where @var{data} is the content of the notification,
27976and @var{checksum} is a checksum of @var{data}, computed and formatted
27977as for ordinary @value{GDBN} packets. A notification's @var{data}
27978never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
27979receiving a notification, the recipient sends no @samp{+} or @samp{-}
27980to acknowledge the notification's receipt or to report its corruption.
27981
27982Every notification's @var{data} begins with a name, which contains no
27983colon characters, followed by a colon character.
27984
27985Recipients should silently ignore corrupted notifications and
27986notifications they do not understand. Recipients should restart
27987timeout periods on receipt of a well-formed notification, whether or
27988not they understand it.
27989
27990Senders should only send the notifications described here when this
27991protocol description specifies that they are permitted. In the
27992future, we may extend the protocol to permit existing notifications in
27993new contexts; this rule helps older senders avoid confusing newer
27994recipients.
27995
27996(Older versions of @value{GDBN} ignore bytes received until they see
27997the @samp{$} byte that begins an ordinary packet, so new stubs may
27998transmit notifications without fear of confusing older clients. There
27999are no notifications defined for @value{GDBN} to send at the moment, but we
28000assume that most older stubs would ignore them, as well.)
28001
28002The following notification packets from the stub to @value{GDBN} are
28003defined:
28004
28005@table @samp
28006@item Stop: @var{reply}
28007Report an asynchronous stop event in non-stop mode.
28008The @var{reply} has the form of a stop reply, as
28009described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
28010for information on how these notifications are acknowledged by
28011@value{GDBN}.
28012@end table
28013
28014@node Remote Non-Stop
28015@section Remote Protocol Support for Non-Stop Mode
28016
28017@value{GDBN}'s remote protocol supports non-stop debugging of
28018multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
28019supports non-stop mode, it should report that to @value{GDBN} by including
28020@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
28021
28022@value{GDBN} typically sends a @samp{QNonStop} packet only when
28023establishing a new connection with the stub. Entering non-stop mode
28024does not alter the state of any currently-running threads, but targets
28025must stop all threads in any already-attached processes when entering
28026all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
28027probe the target state after a mode change.
28028
28029In non-stop mode, when an attached process encounters an event that
28030would otherwise be reported with a stop reply, it uses the
28031asynchronous notification mechanism (@pxref{Notification Packets}) to
28032inform @value{GDBN}. In contrast to all-stop mode, where all threads
28033in all processes are stopped when a stop reply is sent, in non-stop
28034mode only the thread reporting the stop event is stopped. That is,
28035when reporting a @samp{S} or @samp{T} response to indicate completion
28036of a step operation, hitting a breakpoint, or a fault, only the
28037affected thread is stopped; any other still-running threads continue
28038to run. When reporting a @samp{W} or @samp{X} response, all running
28039threads belonging to other attached processes continue to run.
28040
28041Only one stop reply notification at a time may be pending; if
28042additional stop events occur before @value{GDBN} has acknowledged the
28043previous notification, they must be queued by the stub for later
28044synchronous transmission in response to @samp{vStopped} packets from
28045@value{GDBN}. Because the notification mechanism is unreliable,
28046the stub is permitted to resend a stop reply notification
28047if it believes @value{GDBN} may not have received it. @value{GDBN}
28048ignores additional stop reply notifications received before it has
28049finished processing a previous notification and the stub has completed
28050sending any queued stop events.
28051
28052Otherwise, @value{GDBN} must be prepared to receive a stop reply
28053notification at any time. Specifically, they may appear when
28054@value{GDBN} is not otherwise reading input from the stub, or when
28055@value{GDBN} is expecting to read a normal synchronous response or a
28056@samp{+}/@samp{-} acknowledgment to a packet it has sent.
28057Notification packets are distinct from any other communication from
28058the stub so there is no ambiguity.
28059
28060After receiving a stop reply notification, @value{GDBN} shall
28061acknowledge it by sending a @samp{vStopped} packet (@pxref{vStopped packet})
28062as a regular, synchronous request to the stub. Such acknowledgment
28063is not required to happen immediately, as @value{GDBN} is permitted to
28064send other, unrelated packets to the stub first, which the stub should
28065process normally.
28066
28067Upon receiving a @samp{vStopped} packet, if the stub has other queued
28068stop events to report to @value{GDBN}, it shall respond by sending a
28069normal stop reply response. @value{GDBN} shall then send another
28070@samp{vStopped} packet to solicit further responses; again, it is
28071permitted to send other, unrelated packets as well which the stub
28072should process normally.
28073
28074If the stub receives a @samp{vStopped} packet and there are no
28075additional stop events to report, the stub shall return an @samp{OK}
28076response. At this point, if further stop events occur, the stub shall
28077send a new stop reply notification, @value{GDBN} shall accept the
28078notification, and the process shall be repeated.
28079
28080In non-stop mode, the target shall respond to the @samp{?} packet as
28081follows. First, any incomplete stop reply notification/@samp{vStopped}
28082sequence in progress is abandoned. The target must begin a new
28083sequence reporting stop events for all stopped threads, whether or not
28084it has previously reported those events to @value{GDBN}. The first
28085stop reply is sent as a synchronous reply to the @samp{?} packet, and
28086subsequent stop replies are sent as responses to @samp{vStopped} packets
28087using the mechanism described above. The target must not send
28088asynchronous stop reply notifications until the sequence is complete.
28089If all threads are running when the target receives the @samp{?} packet,
28090or if the target is not attached to any process, it shall respond
28091@samp{OK}.
9a6253be 28092
a6f3e723
SL
28093@node Packet Acknowledgment
28094@section Packet Acknowledgment
28095
28096@cindex acknowledgment, for @value{GDBN} remote
28097@cindex packet acknowledgment, for @value{GDBN} remote
28098By default, when either the host or the target machine receives a packet,
28099the first response expected is an acknowledgment: either @samp{+} (to indicate
28100the package was received correctly) or @samp{-} (to request retransmission).
28101This mechanism allows the @value{GDBN} remote protocol to operate over
28102unreliable transport mechanisms, such as a serial line.
28103
28104In cases where the transport mechanism is itself reliable (such as a pipe or
28105TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
28106It may be desirable to disable them in that case to reduce communication
28107overhead, or for other reasons. This can be accomplished by means of the
28108@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
28109
28110When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
28111expect @samp{+}/@samp{-} protocol acknowledgments. The packet
28112and response format still includes the normal checksum, as described in
28113@ref{Overview}, but the checksum may be ignored by the receiver.
28114
28115If the stub supports @samp{QStartNoAckMode} and prefers to operate in
28116no-acknowledgment mode, it should report that to @value{GDBN}
28117by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
28118@pxref{qSupported}.
28119If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
28120disabled via the @code{set remote noack-packet off} command
28121(@pxref{Remote Configuration}),
28122@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
28123Only then may the stub actually turn off packet acknowledgments.
28124@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
28125response, which can be safely ignored by the stub.
28126
28127Note that @code{set remote noack-packet} command only affects negotiation
28128between @value{GDBN} and the stub when subsequent connections are made;
28129it does not affect the protocol acknowledgment state for any current
28130connection.
28131Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
28132new connection is established,
28133there is also no protocol request to re-enable the acknowledgments
28134for the current connection, once disabled.
28135
ee2d5c50
AC
28136@node Examples
28137@section Examples
eb12ee30 28138
8e04817f
AC
28139Example sequence of a target being re-started. Notice how the restart
28140does not get any direct output:
eb12ee30 28141
474c8240 28142@smallexample
d2c6833e
AC
28143-> @code{R00}
28144<- @code{+}
8e04817f 28145@emph{target restarts}
d2c6833e 28146-> @code{?}
8e04817f 28147<- @code{+}
d2c6833e
AC
28148<- @code{T001:1234123412341234}
28149-> @code{+}
474c8240 28150@end smallexample
eb12ee30 28151
8e04817f 28152Example sequence of a target being stepped by a single instruction:
eb12ee30 28153
474c8240 28154@smallexample
d2c6833e 28155-> @code{G1445@dots{}}
8e04817f 28156<- @code{+}
d2c6833e
AC
28157-> @code{s}
28158<- @code{+}
28159@emph{time passes}
28160<- @code{T001:1234123412341234}
8e04817f 28161-> @code{+}
d2c6833e 28162-> @code{g}
8e04817f 28163<- @code{+}
d2c6833e
AC
28164<- @code{1455@dots{}}
28165-> @code{+}
474c8240 28166@end smallexample
eb12ee30 28167
79a6e687
BW
28168@node File-I/O Remote Protocol Extension
28169@section File-I/O Remote Protocol Extension
0ce1b118
CV
28170@cindex File-I/O remote protocol extension
28171
28172@menu
28173* File-I/O Overview::
79a6e687
BW
28174* Protocol Basics::
28175* The F Request Packet::
28176* The F Reply Packet::
28177* The Ctrl-C Message::
0ce1b118 28178* Console I/O::
79a6e687 28179* List of Supported Calls::
db2e3e2e 28180* Protocol-specific Representation of Datatypes::
0ce1b118
CV
28181* Constants::
28182* File-I/O Examples::
28183@end menu
28184
28185@node File-I/O Overview
28186@subsection File-I/O Overview
28187@cindex file-i/o overview
28188
9c16f35a 28189The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
fc320d37 28190target to use the host's file system and console I/O to perform various
0ce1b118 28191system calls. System calls on the target system are translated into a
fc320d37
SL
28192remote protocol packet to the host system, which then performs the needed
28193actions and returns a response packet to the target system.
0ce1b118
CV
28194This simulates file system operations even on targets that lack file systems.
28195
fc320d37
SL
28196The protocol is defined to be independent of both the host and target systems.
28197It uses its own internal representation of datatypes and values. Both
0ce1b118 28198@value{GDBN} and the target's @value{GDBN} stub are responsible for
fc320d37
SL
28199translating the system-dependent value representations into the internal
28200protocol representations when data is transmitted.
0ce1b118 28201
fc320d37
SL
28202The communication is synchronous. A system call is possible only when
28203@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
28204or @samp{s} packets. While @value{GDBN} handles the request for a system call,
0ce1b118 28205the target is stopped to allow deterministic access to the target's
fc320d37
SL
28206memory. Therefore File-I/O is not interruptible by target signals. On
28207the other hand, it is possible to interrupt File-I/O by a user interrupt
c8aa23ab 28208(@samp{Ctrl-C}) within @value{GDBN}.
0ce1b118
CV
28209
28210The target's request to perform a host system call does not finish
28211the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
28212after finishing the system call, the target returns to continuing the
28213previous activity (continue, step). No additional continue or step
28214request from @value{GDBN} is required.
28215
28216@smallexample
f7dc1244 28217(@value{GDBP}) continue
0ce1b118
CV
28218 <- target requests 'system call X'
28219 target is stopped, @value{GDBN} executes system call
3f94c067
BW
28220 -> @value{GDBN} returns result
28221 ... target continues, @value{GDBN} returns to wait for the target
0ce1b118
CV
28222 <- target hits breakpoint and sends a Txx packet
28223@end smallexample
28224
fc320d37
SL
28225The protocol only supports I/O on the console and to regular files on
28226the host file system. Character or block special devices, pipes,
28227named pipes, sockets or any other communication method on the host
0ce1b118
CV
28228system are not supported by this protocol.
28229
8b23ecc4
SL
28230File I/O is not supported in non-stop mode.
28231
79a6e687
BW
28232@node Protocol Basics
28233@subsection Protocol Basics
0ce1b118
CV
28234@cindex protocol basics, file-i/o
28235
fc320d37
SL
28236The File-I/O protocol uses the @code{F} packet as the request as well
28237as reply packet. Since a File-I/O system call can only occur when
28238@value{GDBN} is waiting for a response from the continuing or stepping target,
28239the File-I/O request is a reply that @value{GDBN} has to expect as a result
28240of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
0ce1b118
CV
28241This @code{F} packet contains all information needed to allow @value{GDBN}
28242to call the appropriate host system call:
28243
28244@itemize @bullet
b383017d 28245@item
0ce1b118
CV
28246A unique identifier for the requested system call.
28247
28248@item
28249All parameters to the system call. Pointers are given as addresses
28250in the target memory address space. Pointers to strings are given as
b383017d 28251pointer/length pair. Numerical values are given as they are.
db2e3e2e 28252Numerical control flags are given in a protocol-specific representation.
0ce1b118
CV
28253
28254@end itemize
28255
fc320d37 28256At this point, @value{GDBN} has to perform the following actions.
0ce1b118
CV
28257
28258@itemize @bullet
b383017d 28259@item
fc320d37
SL
28260If the parameters include pointer values to data needed as input to a
28261system call, @value{GDBN} requests this data from the target with a
0ce1b118
CV
28262standard @code{m} packet request. This additional communication has to be
28263expected by the target implementation and is handled as any other @code{m}
28264packet.
28265
28266@item
28267@value{GDBN} translates all value from protocol representation to host
28268representation as needed. Datatypes are coerced into the host types.
28269
28270@item
fc320d37 28271@value{GDBN} calls the system call.
0ce1b118
CV
28272
28273@item
28274It then coerces datatypes back to protocol representation.
28275
28276@item
fc320d37
SL
28277If the system call is expected to return data in buffer space specified
28278by pointer parameters to the call, the data is transmitted to the
0ce1b118
CV
28279target using a @code{M} or @code{X} packet. This packet has to be expected
28280by the target implementation and is handled as any other @code{M} or @code{X}
28281packet.
28282
28283@end itemize
28284
28285Eventually @value{GDBN} replies with another @code{F} packet which contains all
28286necessary information for the target to continue. This at least contains
28287
28288@itemize @bullet
28289@item
28290Return value.
28291
28292@item
28293@code{errno}, if has been changed by the system call.
28294
28295@item
28296``Ctrl-C'' flag.
28297
28298@end itemize
28299
28300After having done the needed type and value coercion, the target continues
28301the latest continue or step action.
28302
79a6e687
BW
28303@node The F Request Packet
28304@subsection The @code{F} Request Packet
0ce1b118
CV
28305@cindex file-i/o request packet
28306@cindex @code{F} request packet
28307
28308The @code{F} request packet has the following format:
28309
28310@table @samp
fc320d37 28311@item F@var{call-id},@var{parameter@dots{}}
0ce1b118
CV
28312
28313@var{call-id} is the identifier to indicate the host system call to be called.
28314This is just the name of the function.
28315
fc320d37
SL
28316@var{parameter@dots{}} are the parameters to the system call.
28317Parameters are hexadecimal integer values, either the actual values in case
28318of scalar datatypes, pointers to target buffer space in case of compound
28319datatypes and unspecified memory areas, or pointer/length pairs in case
28320of string parameters. These are appended to the @var{call-id} as a
28321comma-delimited list. All values are transmitted in ASCII
28322string representation, pointer/length pairs separated by a slash.
0ce1b118 28323
b383017d 28324@end table
0ce1b118 28325
fc320d37 28326
0ce1b118 28327
79a6e687
BW
28328@node The F Reply Packet
28329@subsection The @code{F} Reply Packet
0ce1b118
CV
28330@cindex file-i/o reply packet
28331@cindex @code{F} reply packet
28332
28333The @code{F} reply packet has the following format:
28334
28335@table @samp
28336
d3bdde98 28337@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
0ce1b118
CV
28338
28339@var{retcode} is the return code of the system call as hexadecimal value.
28340
db2e3e2e
BW
28341@var{errno} is the @code{errno} set by the call, in protocol-specific
28342representation.
0ce1b118
CV
28343This parameter can be omitted if the call was successful.
28344
fc320d37
SL
28345@var{Ctrl-C flag} is only sent if the user requested a break. In this
28346case, @var{errno} must be sent as well, even if the call was successful.
28347The @var{Ctrl-C flag} itself consists of the character @samp{C}:
0ce1b118
CV
28348
28349@smallexample
28350F0,0,C
28351@end smallexample
28352
28353@noindent
fc320d37 28354or, if the call was interrupted before the host call has been performed:
0ce1b118
CV
28355
28356@smallexample
28357F-1,4,C
28358@end smallexample
28359
28360@noindent
db2e3e2e 28361assuming 4 is the protocol-specific representation of @code{EINTR}.
0ce1b118
CV
28362
28363@end table
28364
0ce1b118 28365
79a6e687
BW
28366@node The Ctrl-C Message
28367@subsection The @samp{Ctrl-C} Message
0ce1b118
CV
28368@cindex ctrl-c message, in file-i/o protocol
28369
c8aa23ab 28370If the @samp{Ctrl-C} flag is set in the @value{GDBN}
79a6e687 28371reply packet (@pxref{The F Reply Packet}),
fc320d37 28372the target should behave as if it had
0ce1b118 28373gotten a break message. The meaning for the target is ``system call
fc320d37 28374interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
0ce1b118 28375(as with a break message) and return to @value{GDBN} with a @code{T02}
c8aa23ab 28376packet.
fc320d37
SL
28377
28378It's important for the target to know in which
28379state the system call was interrupted. There are two possible cases:
0ce1b118
CV
28380
28381@itemize @bullet
28382@item
28383The system call hasn't been performed on the host yet.
28384
28385@item
28386The system call on the host has been finished.
28387
28388@end itemize
28389
28390These two states can be distinguished by the target by the value of the
28391returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
28392call hasn't been performed. This is equivalent to the @code{EINTR} handling
28393on POSIX systems. In any other case, the target may presume that the
fc320d37 28394system call has been finished --- successfully or not --- and should behave
0ce1b118
CV
28395as if the break message arrived right after the system call.
28396
fc320d37 28397@value{GDBN} must behave reliably. If the system call has not been called
0ce1b118
CV
28398yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
28399@code{errno} in the packet. If the system call on the host has been finished
fc320d37
SL
28400before the user requests a break, the full action must be finished by
28401@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
28402The @code{F} packet may only be sent when either nothing has happened
0ce1b118
CV
28403or the full action has been completed.
28404
28405@node Console I/O
28406@subsection Console I/O
28407@cindex console i/o as part of file-i/o
28408
d3e8051b 28409By default and if not explicitly closed by the target system, the file
0ce1b118
CV
28410descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
28411on the @value{GDBN} console is handled as any other file output operation
28412(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
28413by @value{GDBN} so that after the target read request from file descriptor
284140 all following typing is buffered until either one of the following
28415conditions is met:
28416
28417@itemize @bullet
28418@item
c8aa23ab 28419The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
0ce1b118
CV
28420@code{read}
28421system call is treated as finished.
28422
28423@item
7f9087cb 28424The user presses @key{RET}. This is treated as end of input with a trailing
fc320d37 28425newline.
0ce1b118
CV
28426
28427@item
c8aa23ab
EZ
28428The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
28429character (neither newline nor @samp{Ctrl-D}) is appended to the input.
0ce1b118
CV
28430
28431@end itemize
28432
fc320d37
SL
28433If the user has typed more characters than fit in the buffer given to
28434the @code{read} call, the trailing characters are buffered in @value{GDBN} until
28435either another @code{read(0, @dots{})} is requested by the target, or debugging
28436is stopped at the user's request.
0ce1b118 28437
0ce1b118 28438
79a6e687
BW
28439@node List of Supported Calls
28440@subsection List of Supported Calls
0ce1b118
CV
28441@cindex list of supported file-i/o calls
28442
28443@menu
28444* open::
28445* close::
28446* read::
28447* write::
28448* lseek::
28449* rename::
28450* unlink::
28451* stat/fstat::
28452* gettimeofday::
28453* isatty::
28454* system::
28455@end menu
28456
28457@node open
28458@unnumberedsubsubsec open
28459@cindex open, file-i/o system call
28460
fc320d37
SL
28461@table @asis
28462@item Synopsis:
0ce1b118 28463@smallexample
0ce1b118
CV
28464int open(const char *pathname, int flags);
28465int open(const char *pathname, int flags, mode_t mode);
0ce1b118
CV
28466@end smallexample
28467
fc320d37
SL
28468@item Request:
28469@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
28470
0ce1b118 28471@noindent
fc320d37 28472@var{flags} is the bitwise @code{OR} of the following values:
0ce1b118
CV
28473
28474@table @code
b383017d 28475@item O_CREAT
0ce1b118
CV
28476If the file does not exist it will be created. The host
28477rules apply as far as file ownership and time stamps
28478are concerned.
28479
b383017d 28480@item O_EXCL
fc320d37 28481When used with @code{O_CREAT}, if the file already exists it is
0ce1b118
CV
28482an error and open() fails.
28483
b383017d 28484@item O_TRUNC
0ce1b118 28485If the file already exists and the open mode allows
fc320d37
SL
28486writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
28487truncated to zero length.
0ce1b118 28488
b383017d 28489@item O_APPEND
0ce1b118
CV
28490The file is opened in append mode.
28491
b383017d 28492@item O_RDONLY
0ce1b118
CV
28493The file is opened for reading only.
28494
b383017d 28495@item O_WRONLY
0ce1b118
CV
28496The file is opened for writing only.
28497
b383017d 28498@item O_RDWR
0ce1b118 28499The file is opened for reading and writing.
fc320d37 28500@end table
0ce1b118
CV
28501
28502@noindent
fc320d37 28503Other bits are silently ignored.
0ce1b118 28504
0ce1b118
CV
28505
28506@noindent
fc320d37 28507@var{mode} is the bitwise @code{OR} of the following values:
0ce1b118
CV
28508
28509@table @code
b383017d 28510@item S_IRUSR
0ce1b118
CV
28511User has read permission.
28512
b383017d 28513@item S_IWUSR
0ce1b118
CV
28514User has write permission.
28515
b383017d 28516@item S_IRGRP
0ce1b118
CV
28517Group has read permission.
28518
b383017d 28519@item S_IWGRP
0ce1b118
CV
28520Group has write permission.
28521
b383017d 28522@item S_IROTH
0ce1b118
CV
28523Others have read permission.
28524
b383017d 28525@item S_IWOTH
0ce1b118 28526Others have write permission.
fc320d37 28527@end table
0ce1b118
CV
28528
28529@noindent
fc320d37 28530Other bits are silently ignored.
0ce1b118 28531
0ce1b118 28532
fc320d37
SL
28533@item Return value:
28534@code{open} returns the new file descriptor or -1 if an error
28535occurred.
0ce1b118 28536
fc320d37 28537@item Errors:
0ce1b118
CV
28538
28539@table @code
b383017d 28540@item EEXIST
fc320d37 28541@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
0ce1b118 28542
b383017d 28543@item EISDIR
fc320d37 28544@var{pathname} refers to a directory.
0ce1b118 28545
b383017d 28546@item EACCES
0ce1b118
CV
28547The requested access is not allowed.
28548
28549@item ENAMETOOLONG
fc320d37 28550@var{pathname} was too long.
0ce1b118 28551
b383017d 28552@item ENOENT
fc320d37 28553A directory component in @var{pathname} does not exist.
0ce1b118 28554
b383017d 28555@item ENODEV
fc320d37 28556@var{pathname} refers to a device, pipe, named pipe or socket.
0ce1b118 28557
b383017d 28558@item EROFS
fc320d37 28559@var{pathname} refers to a file on a read-only filesystem and
0ce1b118
CV
28560write access was requested.
28561
b383017d 28562@item EFAULT
fc320d37 28563@var{pathname} is an invalid pointer value.
0ce1b118 28564
b383017d 28565@item ENOSPC
0ce1b118
CV
28566No space on device to create the file.
28567
b383017d 28568@item EMFILE
0ce1b118
CV
28569The process already has the maximum number of files open.
28570
b383017d 28571@item ENFILE
0ce1b118
CV
28572The limit on the total number of files open on the system
28573has been reached.
28574
b383017d 28575@item EINTR
0ce1b118
CV
28576The call was interrupted by the user.
28577@end table
28578
fc320d37
SL
28579@end table
28580
0ce1b118
CV
28581@node close
28582@unnumberedsubsubsec close
28583@cindex close, file-i/o system call
28584
fc320d37
SL
28585@table @asis
28586@item Synopsis:
0ce1b118 28587@smallexample
0ce1b118 28588int close(int fd);
fc320d37 28589@end smallexample
0ce1b118 28590
fc320d37
SL
28591@item Request:
28592@samp{Fclose,@var{fd}}
0ce1b118 28593
fc320d37
SL
28594@item Return value:
28595@code{close} returns zero on success, or -1 if an error occurred.
0ce1b118 28596
fc320d37 28597@item Errors:
0ce1b118
CV
28598
28599@table @code
b383017d 28600@item EBADF
fc320d37 28601@var{fd} isn't a valid open file descriptor.
0ce1b118 28602
b383017d 28603@item EINTR
0ce1b118
CV
28604The call was interrupted by the user.
28605@end table
28606
fc320d37
SL
28607@end table
28608
0ce1b118
CV
28609@node read
28610@unnumberedsubsubsec read
28611@cindex read, file-i/o system call
28612
fc320d37
SL
28613@table @asis
28614@item Synopsis:
0ce1b118 28615@smallexample
0ce1b118 28616int read(int fd, void *buf, unsigned int count);
fc320d37 28617@end smallexample
0ce1b118 28618
fc320d37
SL
28619@item Request:
28620@samp{Fread,@var{fd},@var{bufptr},@var{count}}
0ce1b118 28621
fc320d37 28622@item Return value:
0ce1b118
CV
28623On success, the number of bytes read is returned.
28624Zero indicates end of file. If count is zero, read
b383017d 28625returns zero as well. On error, -1 is returned.
0ce1b118 28626
fc320d37 28627@item Errors:
0ce1b118
CV
28628
28629@table @code
b383017d 28630@item EBADF
fc320d37 28631@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
28632reading.
28633
b383017d 28634@item EFAULT
fc320d37 28635@var{bufptr} is an invalid pointer value.
0ce1b118 28636
b383017d 28637@item EINTR
0ce1b118
CV
28638The call was interrupted by the user.
28639@end table
28640
fc320d37
SL
28641@end table
28642
0ce1b118
CV
28643@node write
28644@unnumberedsubsubsec write
28645@cindex write, file-i/o system call
28646
fc320d37
SL
28647@table @asis
28648@item Synopsis:
0ce1b118 28649@smallexample
0ce1b118 28650int write(int fd, const void *buf, unsigned int count);
fc320d37 28651@end smallexample
0ce1b118 28652
fc320d37
SL
28653@item Request:
28654@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
0ce1b118 28655
fc320d37 28656@item Return value:
0ce1b118
CV
28657On success, the number of bytes written are returned.
28658Zero indicates nothing was written. On error, -1
28659is returned.
28660
fc320d37 28661@item Errors:
0ce1b118
CV
28662
28663@table @code
b383017d 28664@item EBADF
fc320d37 28665@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
28666writing.
28667
b383017d 28668@item EFAULT
fc320d37 28669@var{bufptr} is an invalid pointer value.
0ce1b118 28670
b383017d 28671@item EFBIG
0ce1b118 28672An attempt was made to write a file that exceeds the
db2e3e2e 28673host-specific maximum file size allowed.
0ce1b118 28674
b383017d 28675@item ENOSPC
0ce1b118
CV
28676No space on device to write the data.
28677
b383017d 28678@item EINTR
0ce1b118
CV
28679The call was interrupted by the user.
28680@end table
28681
fc320d37
SL
28682@end table
28683
0ce1b118
CV
28684@node lseek
28685@unnumberedsubsubsec lseek
28686@cindex lseek, file-i/o system call
28687
fc320d37
SL
28688@table @asis
28689@item Synopsis:
0ce1b118 28690@smallexample
0ce1b118 28691long lseek (int fd, long offset, int flag);
0ce1b118
CV
28692@end smallexample
28693
fc320d37
SL
28694@item Request:
28695@samp{Flseek,@var{fd},@var{offset},@var{flag}}
28696
28697@var{flag} is one of:
0ce1b118
CV
28698
28699@table @code
b383017d 28700@item SEEK_SET
fc320d37 28701The offset is set to @var{offset} bytes.
0ce1b118 28702
b383017d 28703@item SEEK_CUR
fc320d37 28704The offset is set to its current location plus @var{offset}
0ce1b118
CV
28705bytes.
28706
b383017d 28707@item SEEK_END
fc320d37 28708The offset is set to the size of the file plus @var{offset}
0ce1b118
CV
28709bytes.
28710@end table
28711
fc320d37 28712@item Return value:
0ce1b118
CV
28713On success, the resulting unsigned offset in bytes from
28714the beginning of the file is returned. Otherwise, a
28715value of -1 is returned.
28716
fc320d37 28717@item Errors:
0ce1b118
CV
28718
28719@table @code
b383017d 28720@item EBADF
fc320d37 28721@var{fd} is not a valid open file descriptor.
0ce1b118 28722
b383017d 28723@item ESPIPE
fc320d37 28724@var{fd} is associated with the @value{GDBN} console.
0ce1b118 28725
b383017d 28726@item EINVAL
fc320d37 28727@var{flag} is not a proper value.
0ce1b118 28728
b383017d 28729@item EINTR
0ce1b118
CV
28730The call was interrupted by the user.
28731@end table
28732
fc320d37
SL
28733@end table
28734
0ce1b118
CV
28735@node rename
28736@unnumberedsubsubsec rename
28737@cindex rename, file-i/o system call
28738
fc320d37
SL
28739@table @asis
28740@item Synopsis:
0ce1b118 28741@smallexample
0ce1b118 28742int rename(const char *oldpath, const char *newpath);
fc320d37 28743@end smallexample
0ce1b118 28744
fc320d37
SL
28745@item Request:
28746@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
0ce1b118 28747
fc320d37 28748@item Return value:
0ce1b118
CV
28749On success, zero is returned. On error, -1 is returned.
28750
fc320d37 28751@item Errors:
0ce1b118
CV
28752
28753@table @code
b383017d 28754@item EISDIR
fc320d37 28755@var{newpath} is an existing directory, but @var{oldpath} is not a
0ce1b118
CV
28756directory.
28757
b383017d 28758@item EEXIST
fc320d37 28759@var{newpath} is a non-empty directory.
0ce1b118 28760
b383017d 28761@item EBUSY
fc320d37 28762@var{oldpath} or @var{newpath} is a directory that is in use by some
0ce1b118
CV
28763process.
28764
b383017d 28765@item EINVAL
0ce1b118
CV
28766An attempt was made to make a directory a subdirectory
28767of itself.
28768
b383017d 28769@item ENOTDIR
fc320d37
SL
28770A component used as a directory in @var{oldpath} or new
28771path is not a directory. Or @var{oldpath} is a directory
28772and @var{newpath} exists but is not a directory.
0ce1b118 28773
b383017d 28774@item EFAULT
fc320d37 28775@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
0ce1b118 28776
b383017d 28777@item EACCES
0ce1b118
CV
28778No access to the file or the path of the file.
28779
28780@item ENAMETOOLONG
b383017d 28781
fc320d37 28782@var{oldpath} or @var{newpath} was too long.
0ce1b118 28783
b383017d 28784@item ENOENT
fc320d37 28785A directory component in @var{oldpath} or @var{newpath} does not exist.
0ce1b118 28786
b383017d 28787@item EROFS
0ce1b118
CV
28788The file is on a read-only filesystem.
28789
b383017d 28790@item ENOSPC
0ce1b118
CV
28791The device containing the file has no room for the new
28792directory entry.
28793
b383017d 28794@item EINTR
0ce1b118
CV
28795The call was interrupted by the user.
28796@end table
28797
fc320d37
SL
28798@end table
28799
0ce1b118
CV
28800@node unlink
28801@unnumberedsubsubsec unlink
28802@cindex unlink, file-i/o system call
28803
fc320d37
SL
28804@table @asis
28805@item Synopsis:
0ce1b118 28806@smallexample
0ce1b118 28807int unlink(const char *pathname);
fc320d37 28808@end smallexample
0ce1b118 28809
fc320d37
SL
28810@item Request:
28811@samp{Funlink,@var{pathnameptr}/@var{len}}
0ce1b118 28812
fc320d37 28813@item Return value:
0ce1b118
CV
28814On success, zero is returned. On error, -1 is returned.
28815
fc320d37 28816@item Errors:
0ce1b118
CV
28817
28818@table @code
b383017d 28819@item EACCES
0ce1b118
CV
28820No access to the file or the path of the file.
28821
b383017d 28822@item EPERM
0ce1b118
CV
28823The system does not allow unlinking of directories.
28824
b383017d 28825@item EBUSY
fc320d37 28826The file @var{pathname} cannot be unlinked because it's
0ce1b118
CV
28827being used by another process.
28828
b383017d 28829@item EFAULT
fc320d37 28830@var{pathnameptr} is an invalid pointer value.
0ce1b118
CV
28831
28832@item ENAMETOOLONG
fc320d37 28833@var{pathname} was too long.
0ce1b118 28834
b383017d 28835@item ENOENT
fc320d37 28836A directory component in @var{pathname} does not exist.
0ce1b118 28837
b383017d 28838@item ENOTDIR
0ce1b118
CV
28839A component of the path is not a directory.
28840
b383017d 28841@item EROFS
0ce1b118
CV
28842The file is on a read-only filesystem.
28843
b383017d 28844@item EINTR
0ce1b118
CV
28845The call was interrupted by the user.
28846@end table
28847
fc320d37
SL
28848@end table
28849
0ce1b118
CV
28850@node stat/fstat
28851@unnumberedsubsubsec stat/fstat
28852@cindex fstat, file-i/o system call
28853@cindex stat, file-i/o system call
28854
fc320d37
SL
28855@table @asis
28856@item Synopsis:
0ce1b118 28857@smallexample
0ce1b118
CV
28858int stat(const char *pathname, struct stat *buf);
28859int fstat(int fd, struct stat *buf);
fc320d37 28860@end smallexample
0ce1b118 28861
fc320d37
SL
28862@item Request:
28863@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
28864@samp{Ffstat,@var{fd},@var{bufptr}}
0ce1b118 28865
fc320d37 28866@item Return value:
0ce1b118
CV
28867On success, zero is returned. On error, -1 is returned.
28868
fc320d37 28869@item Errors:
0ce1b118
CV
28870
28871@table @code
b383017d 28872@item EBADF
fc320d37 28873@var{fd} is not a valid open file.
0ce1b118 28874
b383017d 28875@item ENOENT
fc320d37 28876A directory component in @var{pathname} does not exist or the
0ce1b118
CV
28877path is an empty string.
28878
b383017d 28879@item ENOTDIR
0ce1b118
CV
28880A component of the path is not a directory.
28881
b383017d 28882@item EFAULT
fc320d37 28883@var{pathnameptr} is an invalid pointer value.
0ce1b118 28884
b383017d 28885@item EACCES
0ce1b118
CV
28886No access to the file or the path of the file.
28887
28888@item ENAMETOOLONG
fc320d37 28889@var{pathname} was too long.
0ce1b118 28890
b383017d 28891@item EINTR
0ce1b118
CV
28892The call was interrupted by the user.
28893@end table
28894
fc320d37
SL
28895@end table
28896
0ce1b118
CV
28897@node gettimeofday
28898@unnumberedsubsubsec gettimeofday
28899@cindex gettimeofday, file-i/o system call
28900
fc320d37
SL
28901@table @asis
28902@item Synopsis:
0ce1b118 28903@smallexample
0ce1b118 28904int gettimeofday(struct timeval *tv, void *tz);
fc320d37 28905@end smallexample
0ce1b118 28906
fc320d37
SL
28907@item Request:
28908@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
0ce1b118 28909
fc320d37 28910@item Return value:
0ce1b118
CV
28911On success, 0 is returned, -1 otherwise.
28912
fc320d37 28913@item Errors:
0ce1b118
CV
28914
28915@table @code
b383017d 28916@item EINVAL
fc320d37 28917@var{tz} is a non-NULL pointer.
0ce1b118 28918
b383017d 28919@item EFAULT
fc320d37
SL
28920@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
28921@end table
28922
0ce1b118
CV
28923@end table
28924
28925@node isatty
28926@unnumberedsubsubsec isatty
28927@cindex isatty, file-i/o system call
28928
fc320d37
SL
28929@table @asis
28930@item Synopsis:
0ce1b118 28931@smallexample
0ce1b118 28932int isatty(int fd);
fc320d37 28933@end smallexample
0ce1b118 28934
fc320d37
SL
28935@item Request:
28936@samp{Fisatty,@var{fd}}
0ce1b118 28937
fc320d37
SL
28938@item Return value:
28939Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
0ce1b118 28940
fc320d37 28941@item Errors:
0ce1b118
CV
28942
28943@table @code
b383017d 28944@item EINTR
0ce1b118
CV
28945The call was interrupted by the user.
28946@end table
28947
fc320d37
SL
28948@end table
28949
28950Note that the @code{isatty} call is treated as a special case: it returns
289511 to the target if the file descriptor is attached
28952to the @value{GDBN} console, 0 otherwise. Implementing through system calls
28953would require implementing @code{ioctl} and would be more complex than
28954needed.
28955
28956
0ce1b118
CV
28957@node system
28958@unnumberedsubsubsec system
28959@cindex system, file-i/o system call
28960
fc320d37
SL
28961@table @asis
28962@item Synopsis:
0ce1b118 28963@smallexample
0ce1b118 28964int system(const char *command);
fc320d37 28965@end smallexample
0ce1b118 28966
fc320d37
SL
28967@item Request:
28968@samp{Fsystem,@var{commandptr}/@var{len}}
0ce1b118 28969
fc320d37 28970@item Return value:
5600ea19
NS
28971If @var{len} is zero, the return value indicates whether a shell is
28972available. A zero return value indicates a shell is not available.
28973For non-zero @var{len}, the value returned is -1 on error and the
28974return status of the command otherwise. Only the exit status of the
28975command is returned, which is extracted from the host's @code{system}
28976return value by calling @code{WEXITSTATUS(retval)}. In case
28977@file{/bin/sh} could not be executed, 127 is returned.
0ce1b118 28978
fc320d37 28979@item Errors:
0ce1b118
CV
28980
28981@table @code
b383017d 28982@item EINTR
0ce1b118
CV
28983The call was interrupted by the user.
28984@end table
28985
fc320d37
SL
28986@end table
28987
28988@value{GDBN} takes over the full task of calling the necessary host calls
28989to perform the @code{system} call. The return value of @code{system} on
28990the host is simplified before it's returned
28991to the target. Any termination signal information from the child process
28992is discarded, and the return value consists
28993entirely of the exit status of the called command.
28994
28995Due to security concerns, the @code{system} call is by default refused
28996by @value{GDBN}. The user has to allow this call explicitly with the
28997@code{set remote system-call-allowed 1} command.
28998
28999@table @code
29000@item set remote system-call-allowed
29001@kindex set remote system-call-allowed
29002Control whether to allow the @code{system} calls in the File I/O
29003protocol for the remote target. The default is zero (disabled).
29004
29005@item show remote system-call-allowed
29006@kindex show remote system-call-allowed
29007Show whether the @code{system} calls are allowed in the File I/O
29008protocol.
29009@end table
29010
db2e3e2e
BW
29011@node Protocol-specific Representation of Datatypes
29012@subsection Protocol-specific Representation of Datatypes
29013@cindex protocol-specific representation of datatypes, in file-i/o protocol
0ce1b118
CV
29014
29015@menu
79a6e687
BW
29016* Integral Datatypes::
29017* Pointer Values::
29018* Memory Transfer::
0ce1b118
CV
29019* struct stat::
29020* struct timeval::
29021@end menu
29022
79a6e687
BW
29023@node Integral Datatypes
29024@unnumberedsubsubsec Integral Datatypes
0ce1b118
CV
29025@cindex integral datatypes, in file-i/o protocol
29026
fc320d37
SL
29027The integral datatypes used in the system calls are @code{int},
29028@code{unsigned int}, @code{long}, @code{unsigned long},
29029@code{mode_t}, and @code{time_t}.
0ce1b118 29030
fc320d37 29031@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
0ce1b118
CV
29032implemented as 32 bit values in this protocol.
29033
fc320d37 29034@code{long} and @code{unsigned long} are implemented as 64 bit types.
b383017d 29035
0ce1b118
CV
29036@xref{Limits}, for corresponding MIN and MAX values (similar to those
29037in @file{limits.h}) to allow range checking on host and target.
29038
29039@code{time_t} datatypes are defined as seconds since the Epoch.
29040
29041All integral datatypes transferred as part of a memory read or write of a
29042structured datatype e.g.@: a @code{struct stat} have to be given in big endian
29043byte order.
29044
79a6e687
BW
29045@node Pointer Values
29046@unnumberedsubsubsec Pointer Values
0ce1b118
CV
29047@cindex pointer values, in file-i/o protocol
29048
29049Pointers to target data are transmitted as they are. An exception
29050is made for pointers to buffers for which the length isn't
29051transmitted as part of the function call, namely strings. Strings
29052are transmitted as a pointer/length pair, both as hex values, e.g.@:
29053
29054@smallexample
29055@code{1aaf/12}
29056@end smallexample
29057
29058@noindent
29059which is a pointer to data of length 18 bytes at position 0x1aaf.
29060The length is defined as the full string length in bytes, including
fc320d37
SL
29061the trailing null byte. For example, the string @code{"hello world"}
29062at address 0x123456 is transmitted as
0ce1b118
CV
29063
29064@smallexample
fc320d37 29065@code{123456/d}
0ce1b118
CV
29066@end smallexample
29067
79a6e687
BW
29068@node Memory Transfer
29069@unnumberedsubsubsec Memory Transfer
fc320d37
SL
29070@cindex memory transfer, in file-i/o protocol
29071
29072Structured data which is transferred using a memory read or write (for
db2e3e2e 29073example, a @code{struct stat}) is expected to be in a protocol-specific format
fc320d37
SL
29074with all scalar multibyte datatypes being big endian. Translation to
29075this representation needs to be done both by the target before the @code{F}
29076packet is sent, and by @value{GDBN} before
29077it transfers memory to the target. Transferred pointers to structured
29078data should point to the already-coerced data at any time.
0ce1b118 29079
0ce1b118
CV
29080
29081@node struct stat
29082@unnumberedsubsubsec struct stat
29083@cindex struct stat, in file-i/o protocol
29084
fc320d37
SL
29085The buffer of type @code{struct stat} used by the target and @value{GDBN}
29086is defined as follows:
0ce1b118
CV
29087
29088@smallexample
29089struct stat @{
29090 unsigned int st_dev; /* device */
29091 unsigned int st_ino; /* inode */
29092 mode_t st_mode; /* protection */
29093 unsigned int st_nlink; /* number of hard links */
29094 unsigned int st_uid; /* user ID of owner */
29095 unsigned int st_gid; /* group ID of owner */
29096 unsigned int st_rdev; /* device type (if inode device) */
29097 unsigned long st_size; /* total size, in bytes */
29098 unsigned long st_blksize; /* blocksize for filesystem I/O */
29099 unsigned long st_blocks; /* number of blocks allocated */
29100 time_t st_atime; /* time of last access */
29101 time_t st_mtime; /* time of last modification */
29102 time_t st_ctime; /* time of last change */
29103@};
29104@end smallexample
29105
fc320d37 29106The integral datatypes conform to the definitions given in the
79a6e687 29107appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
29108structure is of size 64 bytes.
29109
29110The values of several fields have a restricted meaning and/or
29111range of values.
29112
fc320d37 29113@table @code
0ce1b118 29114
fc320d37
SL
29115@item st_dev
29116A value of 0 represents a file, 1 the console.
0ce1b118 29117
fc320d37
SL
29118@item st_ino
29119No valid meaning for the target. Transmitted unchanged.
0ce1b118 29120
fc320d37
SL
29121@item st_mode
29122Valid mode bits are described in @ref{Constants}. Any other
29123bits have currently no meaning for the target.
0ce1b118 29124
fc320d37
SL
29125@item st_uid
29126@itemx st_gid
29127@itemx st_rdev
29128No valid meaning for the target. Transmitted unchanged.
0ce1b118 29129
fc320d37
SL
29130@item st_atime
29131@itemx st_mtime
29132@itemx st_ctime
29133These values have a host and file system dependent
29134accuracy. Especially on Windows hosts, the file system may not
29135support exact timing values.
29136@end table
0ce1b118 29137
fc320d37
SL
29138The target gets a @code{struct stat} of the above representation and is
29139responsible for coercing it to the target representation before
0ce1b118
CV
29140continuing.
29141
fc320d37
SL
29142Note that due to size differences between the host, target, and protocol
29143representations of @code{struct stat} members, these members could eventually
0ce1b118
CV
29144get truncated on the target.
29145
29146@node struct timeval
29147@unnumberedsubsubsec struct timeval
29148@cindex struct timeval, in file-i/o protocol
29149
fc320d37 29150The buffer of type @code{struct timeval} used by the File-I/O protocol
0ce1b118
CV
29151is defined as follows:
29152
29153@smallexample
b383017d 29154struct timeval @{
0ce1b118
CV
29155 time_t tv_sec; /* second */
29156 long tv_usec; /* microsecond */
29157@};
29158@end smallexample
29159
fc320d37 29160The integral datatypes conform to the definitions given in the
79a6e687 29161appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
29162structure is of size 8 bytes.
29163
29164@node Constants
29165@subsection Constants
29166@cindex constants, in file-i/o protocol
29167
29168The following values are used for the constants inside of the
fc320d37 29169protocol. @value{GDBN} and target are responsible for translating these
0ce1b118
CV
29170values before and after the call as needed.
29171
29172@menu
79a6e687
BW
29173* Open Flags::
29174* mode_t Values::
29175* Errno Values::
29176* Lseek Flags::
0ce1b118
CV
29177* Limits::
29178@end menu
29179
79a6e687
BW
29180@node Open Flags
29181@unnumberedsubsubsec Open Flags
0ce1b118
CV
29182@cindex open flags, in file-i/o protocol
29183
29184All values are given in hexadecimal representation.
29185
29186@smallexample
29187 O_RDONLY 0x0
29188 O_WRONLY 0x1
29189 O_RDWR 0x2
29190 O_APPEND 0x8
29191 O_CREAT 0x200
29192 O_TRUNC 0x400
29193 O_EXCL 0x800
29194@end smallexample
29195
79a6e687
BW
29196@node mode_t Values
29197@unnumberedsubsubsec mode_t Values
0ce1b118
CV
29198@cindex mode_t values, in file-i/o protocol
29199
29200All values are given in octal representation.
29201
29202@smallexample
29203 S_IFREG 0100000
29204 S_IFDIR 040000
29205 S_IRUSR 0400
29206 S_IWUSR 0200
29207 S_IXUSR 0100
29208 S_IRGRP 040
29209 S_IWGRP 020
29210 S_IXGRP 010
29211 S_IROTH 04
29212 S_IWOTH 02
29213 S_IXOTH 01
29214@end smallexample
29215
79a6e687
BW
29216@node Errno Values
29217@unnumberedsubsubsec Errno Values
0ce1b118
CV
29218@cindex errno values, in file-i/o protocol
29219
29220All values are given in decimal representation.
29221
29222@smallexample
29223 EPERM 1
29224 ENOENT 2
29225 EINTR 4
29226 EBADF 9
29227 EACCES 13
29228 EFAULT 14
29229 EBUSY 16
29230 EEXIST 17
29231 ENODEV 19
29232 ENOTDIR 20
29233 EISDIR 21
29234 EINVAL 22
29235 ENFILE 23
29236 EMFILE 24
29237 EFBIG 27
29238 ENOSPC 28
29239 ESPIPE 29
29240 EROFS 30
29241 ENAMETOOLONG 91
29242 EUNKNOWN 9999
29243@end smallexample
29244
fc320d37 29245 @code{EUNKNOWN} is used as a fallback error value if a host system returns
0ce1b118
CV
29246 any error value not in the list of supported error numbers.
29247
79a6e687
BW
29248@node Lseek Flags
29249@unnumberedsubsubsec Lseek Flags
0ce1b118
CV
29250@cindex lseek flags, in file-i/o protocol
29251
29252@smallexample
29253 SEEK_SET 0
29254 SEEK_CUR 1
29255 SEEK_END 2
29256@end smallexample
29257
29258@node Limits
29259@unnumberedsubsubsec Limits
29260@cindex limits, in file-i/o protocol
29261
29262All values are given in decimal representation.
29263
29264@smallexample
29265 INT_MIN -2147483648
29266 INT_MAX 2147483647
29267 UINT_MAX 4294967295
29268 LONG_MIN -9223372036854775808
29269 LONG_MAX 9223372036854775807
29270 ULONG_MAX 18446744073709551615
29271@end smallexample
29272
29273@node File-I/O Examples
29274@subsection File-I/O Examples
29275@cindex file-i/o examples
29276
29277Example sequence of a write call, file descriptor 3, buffer is at target
29278address 0x1234, 6 bytes should be written:
29279
29280@smallexample
29281<- @code{Fwrite,3,1234,6}
29282@emph{request memory read from target}
29283-> @code{m1234,6}
29284<- XXXXXX
29285@emph{return "6 bytes written"}
29286-> @code{F6}
29287@end smallexample
29288
29289Example sequence of a read call, file descriptor 3, buffer is at target
29290address 0x1234, 6 bytes should be read:
29291
29292@smallexample
29293<- @code{Fread,3,1234,6}
29294@emph{request memory write to target}
29295-> @code{X1234,6:XXXXXX}
29296@emph{return "6 bytes read"}
29297-> @code{F6}
29298@end smallexample
29299
29300Example sequence of a read call, call fails on the host due to invalid
fc320d37 29301file descriptor (@code{EBADF}):
0ce1b118
CV
29302
29303@smallexample
29304<- @code{Fread,3,1234,6}
29305-> @code{F-1,9}
29306@end smallexample
29307
c8aa23ab 29308Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
0ce1b118
CV
29309host is called:
29310
29311@smallexample
29312<- @code{Fread,3,1234,6}
29313-> @code{F-1,4,C}
29314<- @code{T02}
29315@end smallexample
29316
c8aa23ab 29317Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
0ce1b118
CV
29318host is called:
29319
29320@smallexample
29321<- @code{Fread,3,1234,6}
29322-> @code{X1234,6:XXXXXX}
29323<- @code{T02}
29324@end smallexample
29325
cfa9d6d9
DJ
29326@node Library List Format
29327@section Library List Format
29328@cindex library list format, remote protocol
29329
29330On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
29331same process as your application to manage libraries. In this case,
29332@value{GDBN} can use the loader's symbol table and normal memory
29333operations to maintain a list of shared libraries. On other
29334platforms, the operating system manages loaded libraries.
29335@value{GDBN} can not retrieve the list of currently loaded libraries
29336through memory operations, so it uses the @samp{qXfer:libraries:read}
29337packet (@pxref{qXfer library list read}) instead. The remote stub
29338queries the target's operating system and reports which libraries
29339are loaded.
29340
29341The @samp{qXfer:libraries:read} packet returns an XML document which
29342lists loaded libraries and their offsets. Each library has an
1fddbabb
PA
29343associated name and one or more segment or section base addresses,
29344which report where the library was loaded in memory.
29345
29346For the common case of libraries that are fully linked binaries, the
29347library should have a list of segments. If the target supports
29348dynamic linking of a relocatable object file, its library XML element
29349should instead include a list of allocated sections. The segment or
29350section bases are start addresses, not relocation offsets; they do not
29351depend on the library's link-time base addresses.
cfa9d6d9 29352
9cceb671
DJ
29353@value{GDBN} must be linked with the Expat library to support XML
29354library lists. @xref{Expat}.
29355
cfa9d6d9
DJ
29356A simple memory map, with one loaded library relocated by a single
29357offset, looks like this:
29358
29359@smallexample
29360<library-list>
29361 <library name="/lib/libc.so.6">
29362 <segment address="0x10000000"/>
29363 </library>
29364</library-list>
29365@end smallexample
29366
1fddbabb
PA
29367Another simple memory map, with one loaded library with three
29368allocated sections (.text, .data, .bss), looks like this:
29369
29370@smallexample
29371<library-list>
29372 <library name="sharedlib.o">
29373 <section address="0x10000000"/>
29374 <section address="0x20000000"/>
29375 <section address="0x30000000"/>
29376 </library>
29377</library-list>
29378@end smallexample
29379
cfa9d6d9
DJ
29380The format of a library list is described by this DTD:
29381
29382@smallexample
29383<!-- library-list: Root element with versioning -->
29384<!ELEMENT library-list (library)*>
29385<!ATTLIST library-list version CDATA #FIXED "1.0">
1fddbabb 29386<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
29387<!ATTLIST library name CDATA #REQUIRED>
29388<!ELEMENT segment EMPTY>
29389<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
29390<!ELEMENT section EMPTY>
29391<!ATTLIST section address CDATA #REQUIRED>
cfa9d6d9
DJ
29392@end smallexample
29393
1fddbabb
PA
29394In addition, segments and section descriptors cannot be mixed within a
29395single library element, and you must supply at least one segment or
29396section for each library.
29397
79a6e687
BW
29398@node Memory Map Format
29399@section Memory Map Format
68437a39
DJ
29400@cindex memory map format
29401
29402To be able to write into flash memory, @value{GDBN} needs to obtain a
29403memory map from the target. This section describes the format of the
29404memory map.
29405
29406The memory map is obtained using the @samp{qXfer:memory-map:read}
29407(@pxref{qXfer memory map read}) packet and is an XML document that
9cceb671
DJ
29408lists memory regions.
29409
29410@value{GDBN} must be linked with the Expat library to support XML
29411memory maps. @xref{Expat}.
29412
29413The top-level structure of the document is shown below:
68437a39
DJ
29414
29415@smallexample
29416<?xml version="1.0"?>
29417<!DOCTYPE memory-map
29418 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
29419 "http://sourceware.org/gdb/gdb-memory-map.dtd">
29420<memory-map>
29421 region...
29422</memory-map>
29423@end smallexample
29424
29425Each region can be either:
29426
29427@itemize
29428
29429@item
29430A region of RAM starting at @var{addr} and extending for @var{length}
29431bytes from there:
29432
29433@smallexample
29434<memory type="ram" start="@var{addr}" length="@var{length}"/>
29435@end smallexample
29436
29437
29438@item
29439A region of read-only memory:
29440
29441@smallexample
29442<memory type="rom" start="@var{addr}" length="@var{length}"/>
29443@end smallexample
29444
29445
29446@item
29447A region of flash memory, with erasure blocks @var{blocksize}
29448bytes in length:
29449
29450@smallexample
29451<memory type="flash" start="@var{addr}" length="@var{length}">
29452 <property name="blocksize">@var{blocksize}</property>
29453</memory>
29454@end smallexample
29455
29456@end itemize
29457
29458Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
29459by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
29460packets to write to addresses in such ranges.
29461
29462The formal DTD for memory map format is given below:
29463
29464@smallexample
29465<!-- ................................................... -->
29466<!-- Memory Map XML DTD ................................ -->
29467<!-- File: memory-map.dtd .............................. -->
29468<!-- .................................... .............. -->
29469<!-- memory-map.dtd -->
29470<!-- memory-map: Root element with versioning -->
29471<!ELEMENT memory-map (memory | property)>
29472<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
29473<!ELEMENT memory (property)>
29474<!-- memory: Specifies a memory region,
29475 and its type, or device. -->
29476<!ATTLIST memory type CDATA #REQUIRED
29477 start CDATA #REQUIRED
29478 length CDATA #REQUIRED
29479 device CDATA #IMPLIED>
29480<!-- property: Generic attribute tag -->
29481<!ELEMENT property (#PCDATA | property)*>
29482<!ATTLIST property name CDATA #REQUIRED>
29483@end smallexample
29484
f418dd93
DJ
29485@include agentexpr.texi
29486
23181151
DJ
29487@node Target Descriptions
29488@appendix Target Descriptions
29489@cindex target descriptions
29490
29491@strong{Warning:} target descriptions are still under active development,
29492and the contents and format may change between @value{GDBN} releases.
29493The format is expected to stabilize in the future.
29494
29495One of the challenges of using @value{GDBN} to debug embedded systems
29496is that there are so many minor variants of each processor
29497architecture in use. It is common practice for vendors to start with
29498a standard processor core --- ARM, PowerPC, or MIPS, for example ---
29499and then make changes to adapt it to a particular market niche. Some
29500architectures have hundreds of variants, available from dozens of
29501vendors. This leads to a number of problems:
29502
29503@itemize @bullet
29504@item
29505With so many different customized processors, it is difficult for
29506the @value{GDBN} maintainers to keep up with the changes.
29507@item
29508Since individual variants may have short lifetimes or limited
29509audiences, it may not be worthwhile to carry information about every
29510variant in the @value{GDBN} source tree.
29511@item
29512When @value{GDBN} does support the architecture of the embedded system
29513at hand, the task of finding the correct architecture name to give the
29514@command{set architecture} command can be error-prone.
29515@end itemize
29516
29517To address these problems, the @value{GDBN} remote protocol allows a
29518target system to not only identify itself to @value{GDBN}, but to
29519actually describe its own features. This lets @value{GDBN} support
29520processor variants it has never seen before --- to the extent that the
29521descriptions are accurate, and that @value{GDBN} understands them.
29522
9cceb671
DJ
29523@value{GDBN} must be linked with the Expat library to support XML
29524target descriptions. @xref{Expat}.
123dc839 29525
23181151
DJ
29526@menu
29527* Retrieving Descriptions:: How descriptions are fetched from a target.
29528* Target Description Format:: The contents of a target description.
123dc839
DJ
29529* Predefined Target Types:: Standard types available for target
29530 descriptions.
29531* Standard Target Features:: Features @value{GDBN} knows about.
23181151
DJ
29532@end menu
29533
29534@node Retrieving Descriptions
29535@section Retrieving Descriptions
29536
29537Target descriptions can be read from the target automatically, or
29538specified by the user manually. The default behavior is to read the
29539description from the target. @value{GDBN} retrieves it via the remote
29540protocol using @samp{qXfer} requests (@pxref{General Query Packets,
29541qXfer}). The @var{annex} in the @samp{qXfer} packet will be
29542@samp{target.xml}. The contents of the @samp{target.xml} annex are an
29543XML document, of the form described in @ref{Target Description
29544Format}.
29545
29546Alternatively, you can specify a file to read for the target description.
29547If a file is set, the target will not be queried. The commands to
29548specify a file are:
29549
29550@table @code
29551@cindex set tdesc filename
29552@item set tdesc filename @var{path}
29553Read the target description from @var{path}.
29554
29555@cindex unset tdesc filename
29556@item unset tdesc filename
29557Do not read the XML target description from a file. @value{GDBN}
29558will use the description supplied by the current target.
29559
29560@cindex show tdesc filename
29561@item show tdesc filename
29562Show the filename to read for a target description, if any.
29563@end table
29564
29565
29566@node Target Description Format
29567@section Target Description Format
29568@cindex target descriptions, XML format
29569
29570A target description annex is an @uref{http://www.w3.org/XML/, XML}
29571document which complies with the Document Type Definition provided in
29572the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
29573means you can use generally available tools like @command{xmllint} to
29574check that your feature descriptions are well-formed and valid.
29575However, to help people unfamiliar with XML write descriptions for
29576their targets, we also describe the grammar here.
29577
123dc839
DJ
29578Target descriptions can identify the architecture of the remote target
29579and (for some architectures) provide information about custom register
29580sets. @value{GDBN} can use this information to autoconfigure for your
29581target, or to warn you if you connect to an unsupported target.
23181151
DJ
29582
29583Here is a simple target description:
29584
123dc839 29585@smallexample
1780a0ed 29586<target version="1.0">
23181151
DJ
29587 <architecture>i386:x86-64</architecture>
29588</target>
123dc839 29589@end smallexample
23181151
DJ
29590
29591@noindent
29592This minimal description only says that the target uses
29593the x86-64 architecture.
29594
123dc839
DJ
29595A target description has the following overall form, with [ ] marking
29596optional elements and @dots{} marking repeatable elements. The elements
29597are explained further below.
23181151 29598
123dc839 29599@smallexample
23181151
DJ
29600<?xml version="1.0"?>
29601<!DOCTYPE target SYSTEM "gdb-target.dtd">
1780a0ed 29602<target version="1.0">
123dc839
DJ
29603 @r{[}@var{architecture}@r{]}
29604 @r{[}@var{feature}@dots{}@r{]}
23181151 29605</target>
123dc839 29606@end smallexample
23181151
DJ
29607
29608@noindent
29609The description is generally insensitive to whitespace and line
29610breaks, under the usual common-sense rules. The XML version
29611declaration and document type declaration can generally be omitted
29612(@value{GDBN} does not require them), but specifying them may be
1780a0ed
DJ
29613useful for XML validation tools. The @samp{version} attribute for
29614@samp{<target>} may also be omitted, but we recommend
29615including it; if future versions of @value{GDBN} use an incompatible
29616revision of @file{gdb-target.dtd}, they will detect and report
29617the version mismatch.
23181151 29618
108546a0
DJ
29619@subsection Inclusion
29620@cindex target descriptions, inclusion
29621@cindex XInclude
29622@ifnotinfo
29623@cindex <xi:include>
29624@end ifnotinfo
29625
29626It can sometimes be valuable to split a target description up into
29627several different annexes, either for organizational purposes, or to
29628share files between different possible target descriptions. You can
29629divide a description into multiple files by replacing any element of
29630the target description with an inclusion directive of the form:
29631
123dc839 29632@smallexample
108546a0 29633<xi:include href="@var{document}"/>
123dc839 29634@end smallexample
108546a0
DJ
29635
29636@noindent
29637When @value{GDBN} encounters an element of this form, it will retrieve
29638the named XML @var{document}, and replace the inclusion directive with
29639the contents of that document. If the current description was read
29640using @samp{qXfer}, then so will be the included document;
29641@var{document} will be interpreted as the name of an annex. If the
29642current description was read from a file, @value{GDBN} will look for
29643@var{document} as a file in the same directory where it found the
29644original description.
29645
123dc839
DJ
29646@subsection Architecture
29647@cindex <architecture>
29648
29649An @samp{<architecture>} element has this form:
29650
29651@smallexample
29652 <architecture>@var{arch}</architecture>
29653@end smallexample
29654
29655@var{arch} is an architecture name from the same selection
29656accepted by @code{set architecture} (@pxref{Targets, ,Specifying a
29657Debugging Target}).
29658
29659@subsection Features
29660@cindex <feature>
29661
29662Each @samp{<feature>} describes some logical portion of the target
29663system. Features are currently used to describe available CPU
29664registers and the types of their contents. A @samp{<feature>} element
29665has this form:
29666
29667@smallexample
29668<feature name="@var{name}">
29669 @r{[}@var{type}@dots{}@r{]}
29670 @var{reg}@dots{}
29671</feature>
29672@end smallexample
29673
29674@noindent
29675Each feature's name should be unique within the description. The name
29676of a feature does not matter unless @value{GDBN} has some special
29677knowledge of the contents of that feature; if it does, the feature
29678should have its standard name. @xref{Standard Target Features}.
29679
29680@subsection Types
29681
29682Any register's value is a collection of bits which @value{GDBN} must
29683interpret. The default interpretation is a two's complement integer,
29684but other types can be requested by name in the register description.
29685Some predefined types are provided by @value{GDBN} (@pxref{Predefined
29686Target Types}), and the description can define additional composite types.
29687
29688Each type element must have an @samp{id} attribute, which gives
29689a unique (within the containing @samp{<feature>}) name to the type.
29690Types must be defined before they are used.
29691
29692@cindex <vector>
29693Some targets offer vector registers, which can be treated as arrays
29694of scalar elements. These types are written as @samp{<vector>} elements,
29695specifying the array element type, @var{type}, and the number of elements,
29696@var{count}:
29697
29698@smallexample
29699<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
29700@end smallexample
29701
29702@cindex <union>
29703If a register's value is usefully viewed in multiple ways, define it
29704with a union type containing the useful representations. The
29705@samp{<union>} element contains one or more @samp{<field>} elements,
29706each of which has a @var{name} and a @var{type}:
29707
29708@smallexample
29709<union id="@var{id}">
29710 <field name="@var{name}" type="@var{type}"/>
29711 @dots{}
29712</union>
29713@end smallexample
29714
29715@subsection Registers
29716@cindex <reg>
29717
29718Each register is represented as an element with this form:
29719
29720@smallexample
29721<reg name="@var{name}"
29722 bitsize="@var{size}"
29723 @r{[}regnum="@var{num}"@r{]}
29724 @r{[}save-restore="@var{save-restore}"@r{]}
29725 @r{[}type="@var{type}"@r{]}
29726 @r{[}group="@var{group}"@r{]}/>
29727@end smallexample
29728
29729@noindent
29730The components are as follows:
29731
29732@table @var
29733
29734@item name
29735The register's name; it must be unique within the target description.
29736
29737@item bitsize
29738The register's size, in bits.
29739
29740@item regnum
29741The register's number. If omitted, a register's number is one greater
29742than that of the previous register (either in the current feature or in
29743a preceeding feature); the first register in the target description
29744defaults to zero. This register number is used to read or write
29745the register; e.g.@: it is used in the remote @code{p} and @code{P}
29746packets, and registers appear in the @code{g} and @code{G} packets
29747in order of increasing register number.
29748
29749@item save-restore
29750Whether the register should be preserved across inferior function
29751calls; this must be either @code{yes} or @code{no}. The default is
29752@code{yes}, which is appropriate for most registers except for
29753some system control registers; this is not related to the target's
29754ABI.
29755
29756@item type
29757The type of the register. @var{type} may be a predefined type, a type
29758defined in the current feature, or one of the special types @code{int}
29759and @code{float}. @code{int} is an integer type of the correct size
29760for @var{bitsize}, and @code{float} is a floating point type (in the
29761architecture's normal floating point format) of the correct size for
29762@var{bitsize}. The default is @code{int}.
29763
29764@item group
29765The register group to which this register belongs. @var{group} must
29766be either @code{general}, @code{float}, or @code{vector}. If no
29767@var{group} is specified, @value{GDBN} will not display the register
29768in @code{info registers}.
29769
29770@end table
29771
29772@node Predefined Target Types
29773@section Predefined Target Types
29774@cindex target descriptions, predefined types
29775
29776Type definitions in the self-description can build up composite types
29777from basic building blocks, but can not define fundamental types. Instead,
29778standard identifiers are provided by @value{GDBN} for the fundamental
29779types. The currently supported types are:
29780
29781@table @code
29782
29783@item int8
29784@itemx int16
29785@itemx int32
29786@itemx int64
7cc46491 29787@itemx int128
123dc839
DJ
29788Signed integer types holding the specified number of bits.
29789
29790@item uint8
29791@itemx uint16
29792@itemx uint32
29793@itemx uint64
7cc46491 29794@itemx uint128
123dc839
DJ
29795Unsigned integer types holding the specified number of bits.
29796
29797@item code_ptr
29798@itemx data_ptr
29799Pointers to unspecified code and data. The program counter and
29800any dedicated return address register may be marked as code
29801pointers; printing a code pointer converts it into a symbolic
29802address. The stack pointer and any dedicated address registers
29803may be marked as data pointers.
29804
6e3bbd1a
PB
29805@item ieee_single
29806Single precision IEEE floating point.
29807
29808@item ieee_double
29809Double precision IEEE floating point.
29810
123dc839
DJ
29811@item arm_fpa_ext
29812The 12-byte extended precision format used by ARM FPA registers.
29813
29814@end table
29815
29816@node Standard Target Features
29817@section Standard Target Features
29818@cindex target descriptions, standard features
29819
29820A target description must contain either no registers or all the
29821target's registers. If the description contains no registers, then
29822@value{GDBN} will assume a default register layout, selected based on
29823the architecture. If the description contains any registers, the
29824default layout will not be used; the standard registers must be
29825described in the target description, in such a way that @value{GDBN}
29826can recognize them.
29827
29828This is accomplished by giving specific names to feature elements
29829which contain standard registers. @value{GDBN} will look for features
29830with those names and verify that they contain the expected registers;
29831if any known feature is missing required registers, or if any required
29832feature is missing, @value{GDBN} will reject the target
29833description. You can add additional registers to any of the
29834standard features --- @value{GDBN} will display them just as if
29835they were added to an unrecognized feature.
29836
29837This section lists the known features and their expected contents.
29838Sample XML documents for these features are included in the
29839@value{GDBN} source tree, in the directory @file{gdb/features}.
29840
29841Names recognized by @value{GDBN} should include the name of the
29842company or organization which selected the name, and the overall
29843architecture to which the feature applies; so e.g.@: the feature
29844containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
29845
ff6f572f
DJ
29846The names of registers are not case sensitive for the purpose
29847of recognizing standard features, but @value{GDBN} will only display
29848registers using the capitalization used in the description.
29849
e9c17194
VP
29850@menu
29851* ARM Features::
1e26b4f8 29852* MIPS Features::
e9c17194 29853* M68K Features::
1e26b4f8 29854* PowerPC Features::
e9c17194
VP
29855@end menu
29856
29857
29858@node ARM Features
123dc839
DJ
29859@subsection ARM Features
29860@cindex target descriptions, ARM features
29861
29862The @samp{org.gnu.gdb.arm.core} feature is required for ARM targets.
29863It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
29864@samp{lr}, @samp{pc}, and @samp{cpsr}.
29865
29866The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
29867should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
29868
ff6f572f
DJ
29869The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
29870it should contain at least registers @samp{wR0} through @samp{wR15} and
29871@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
29872@samp{wCSSF}, and @samp{wCASF} registers are optional.
23181151 29873
1e26b4f8 29874@node MIPS Features
f8b73d13
DJ
29875@subsection MIPS Features
29876@cindex target descriptions, MIPS features
29877
29878The @samp{org.gnu.gdb.mips.cpu} feature is required for MIPS targets.
29879It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
29880@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
29881on the target.
29882
29883The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
29884contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
29885registers. They may be 32-bit or 64-bit depending on the target.
29886
29887The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
29888it may be optional in a future version of @value{GDBN}. It should
29889contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
29890@samp{fir}. They may be 32-bit or 64-bit depending on the target.
29891
822b6570
DJ
29892The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
29893contain a single register, @samp{restart}, which is used by the
29894Linux kernel to control restartable syscalls.
29895
e9c17194
VP
29896@node M68K Features
29897@subsection M68K Features
29898@cindex target descriptions, M68K features
29899
29900@table @code
29901@item @samp{org.gnu.gdb.m68k.core}
29902@itemx @samp{org.gnu.gdb.coldfire.core}
29903@itemx @samp{org.gnu.gdb.fido.core}
29904One of those features must be always present.
249e1128 29905The feature that is present determines which flavor of m68k is
e9c17194
VP
29906used. The feature that is present should contain registers
29907@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
29908@samp{sp}, @samp{ps} and @samp{pc}.
29909
29910@item @samp{org.gnu.gdb.coldfire.fp}
29911This feature is optional. If present, it should contain registers
29912@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
29913@samp{fpiaddr}.
29914@end table
29915
1e26b4f8 29916@node PowerPC Features
7cc46491
DJ
29917@subsection PowerPC Features
29918@cindex target descriptions, PowerPC features
29919
29920The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
29921targets. It should contain registers @samp{r0} through @samp{r31},
29922@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
29923@samp{xer}. They may be 32-bit or 64-bit depending on the target.
29924
29925The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
29926contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
29927
29928The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
29929contain registers @samp{vr0} through @samp{vr31}, @samp{vscr},
29930and @samp{vrsave}.
29931
677c5bb1
LM
29932The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
29933contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN}
29934will combine these registers with the floating point registers
29935(@samp{f0} through @samp{f31}) and the altivec registers (@samp{vr0}
aeac0ff9 29936through @samp{vr31}) to present the 128-bit wide registers @samp{vs0}
677c5bb1
LM
29937through @samp{vs63}, the set of vector registers for POWER7.
29938
7cc46491
DJ
29939The @samp{org.gnu.gdb.power.spe} feature is optional. It should
29940contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
29941@samp{spefscr}. SPE targets should provide 32-bit registers in
29942@samp{org.gnu.gdb.power.core} and provide the upper halves in
29943@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
29944these to present registers @samp{ev0} through @samp{ev31} to the
29945user.
29946
07e059b5
VP
29947@node Operating System Information
29948@appendix Operating System Information
29949@cindex operating system information
29950
29951@menu
29952* Process list::
29953@end menu
29954
29955Users of @value{GDBN} often wish to obtain information about the state of
29956the operating system running on the target---for example the list of
29957processes, or the list of open files. This section describes the
29958mechanism that makes it possible. This mechanism is similar to the
29959target features mechanism (@pxref{Target Descriptions}), but focuses
29960on a different aspect of target.
29961
29962Operating system information is retrived from the target via the
29963remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
29964read}). The object name in the request should be @samp{osdata}, and
29965the @var{annex} identifies the data to be fetched.
29966
29967@node Process list
29968@appendixsection Process list
29969@cindex operating system information, process list
29970
29971When requesting the process list, the @var{annex} field in the
29972@samp{qXfer} request should be @samp{processes}. The returned data is
29973an XML document. The formal syntax of this document is defined in
29974@file{gdb/features/osdata.dtd}.
29975
29976An example document is:
29977
29978@smallexample
29979<?xml version="1.0"?>
29980<!DOCTYPE target SYSTEM "osdata.dtd">
29981<osdata type="processes">
29982 <item>
29983 <column name="pid">1</column>
29984 <column name="user">root</column>
29985 <column name="command">/sbin/init</column>
29986 </item>
29987</osdata>
29988@end smallexample
29989
29990Each item should include a column whose name is @samp{pid}. The value
29991of that column should identify the process on the target. The
29992@samp{user} and @samp{command} columns are optional, and will be
29993displayed by @value{GDBN}. Target may provide additional columns,
29994which @value{GDBN} currently ignores.
29995
aab4e0ec 29996@include gpl.texi
eb12ee30 29997
2154891a 29998@raisesections
6826cf00 29999@include fdl.texi
2154891a 30000@lowersections
6826cf00 30001
6d2ebf8b 30002@node Index
c906108c
SS
30003@unnumbered Index
30004
30005@printindex cp
30006
30007@tex
30008% I think something like @colophon should be in texinfo. In the
30009% meantime:
30010\long\def\colophon{\hbox to0pt{}\vfill
30011\centerline{The body of this manual is set in}
30012\centerline{\fontname\tenrm,}
30013\centerline{with headings in {\bf\fontname\tenbf}}
30014\centerline{and examples in {\tt\fontname\tentt}.}
30015\centerline{{\it\fontname\tenit\/},}
30016\centerline{{\bf\fontname\tenbf}, and}
30017\centerline{{\sl\fontname\tensl\/}}
30018\centerline{are used for emphasis.}\vfill}
30019\page\colophon
30020% Blame: doc@cygnus.com, 1991.
30021@end tex
30022
c906108c 30023@bye
This page took 3.343837 seconds and 4 git commands to generate.