Fix list of files submitted to "make TAGS".
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
28e7fd62 2@c Copyright (C) 1988-2013 Free Software Foundation, Inc.
c906108c 3@c
5d161b24 4@c %**start of header
c906108c
SS
5@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
6@c of @set vars. However, you can override filename with makeinfo -o.
7@setfilename gdb.info
8@c
9@include gdb-cfg.texi
10@c
c906108c 11@settitle Debugging with @value{GDBN}
c906108c
SS
12@setchapternewpage odd
13@c %**end of header
14
15@iftex
16@c @smallbook
17@c @cropmarks
18@end iftex
19
20@finalout
00595b5e
EZ
21@c To avoid file-name clashes between index.html and Index.html, when
22@c the manual is produced on a Posix host and then moved to a
23@c case-insensitive filesystem (e.g., MS-Windows), we separate the
24@c indices into two: Concept Index and all the rest.
25@syncodeindex ky fn
26@syncodeindex tp fn
c906108c 27
41afff9a 28@c readline appendices use @vindex, @findex and @ftable,
48e934c6 29@c annotate.texi and gdbmi use @findex.
00595b5e 30@syncodeindex vr fn
c906108c
SS
31
32@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 33@c This is updated by GNU Press.
26829f2b 34@set EDITION Tenth
c906108c 35
87885426
FN
36@c !!set GDB edit command default editor
37@set EDITOR /bin/ex
c906108c 38
6c0e9fb3 39@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 40
c906108c 41@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 42@c manuals to an info tree.
03727ca6 43@dircategory Software development
96a2c332 44@direntry
03727ca6 45* Gdb: (gdb). The GNU debugger.
96a2c332
SS
46@end direntry
47
a67ec3f4 48@copying
28e7fd62 49Copyright @copyright{} 1988-2013 Free Software Foundation, Inc.
c906108c 50
e9c75b65 51Permission is granted to copy, distribute and/or modify this document
4f5d9f07 52under the terms of the GNU Free Documentation License, Version 1.3 or
e9c75b65 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@*
26829f2b 99ISBN 978-0-9831592-3-0 @*
e9c75b65 100
a67ec3f4 101@insertcopying
c906108c
SS
102@end titlepage
103@page
104
6c0e9fb3 105@ifnottex
6d2ebf8b
SS
106@node Top, Summary, (dir), (dir)
107
c906108c
SS
108@top Debugging with @value{GDBN}
109
110This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
111
c16158bc
JM
112This is the @value{EDITION} Edition, for @value{GDBN}
113@ifset VERSION_PACKAGE
114@value{VERSION_PACKAGE}
115@end ifset
116Version @value{GDBVN}.
c906108c 117
28e7fd62 118Copyright (C) 1988-2013 Free Software Foundation, Inc.
6d2ebf8b 119
3fb6a982
JB
120This edition of the GDB manual is dedicated to the memory of Fred
121Fish. Fred was a long-standing contributor to GDB and to Free
122software in general. We will miss him.
123
6d2ebf8b
SS
124@menu
125* Summary:: Summary of @value{GDBN}
126* Sample Session:: A sample @value{GDBN} session
127
128* Invocation:: Getting in and out of @value{GDBN}
129* Commands:: @value{GDBN} commands
130* Running:: Running programs under @value{GDBN}
131* Stopping:: Stopping and continuing
bacec72f 132* Reverse Execution:: Running programs backward
a2311334 133* Process Record and Replay:: Recording inferior's execution and replaying it
6d2ebf8b
SS
134* Stack:: Examining the stack
135* Source:: Examining source files
136* Data:: Examining data
edb3359d 137* Optimized Code:: Debugging optimized code
e2e0bcd1 138* Macros:: Preprocessor Macros
b37052ae 139* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 140* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
141
142* Languages:: Using @value{GDBN} with different languages
143
144* Symbols:: Examining the symbol table
145* Altering:: Altering execution
146* GDB Files:: @value{GDBN} files
147* Targets:: Specifying a debugging target
6b2f586d 148* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
149* Configurations:: Configuration-specific information
150* Controlling GDB:: Controlling @value{GDBN}
d57a3c85 151* Extending GDB:: Extending @value{GDBN}
21c294e6 152* Interpreters:: Command Interpreters
c8f4133a 153* TUI:: @value{GDBN} Text User Interface
6d2ebf8b 154* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
7162c0ca 155* GDB/MI:: @value{GDBN}'s Machine Interface.
c8f4133a 156* Annotations:: @value{GDBN}'s annotation interface.
4efc6507 157* JIT Interface:: Using the JIT debugging interface.
d1feda86 158* In-Process Agent:: In-Process Agent
6d2ebf8b
SS
159
160* GDB Bugs:: Reporting bugs in @value{GDBN}
6d2ebf8b 161
39037522
TT
162@ifset SYSTEM_READLINE
163* Command Line Editing: (rluserman). Command Line Editing
164* Using History Interactively: (history). Using History Interactively
165@end ifset
166@ifclear SYSTEM_READLINE
6d2ebf8b
SS
167* Command Line Editing:: Command Line Editing
168* Using History Interactively:: Using History Interactively
39037522 169@end ifclear
4ceed123 170* In Memoriam:: In Memoriam
0869d01b 171* Formatting Documentation:: How to format and print @value{GDBN} documentation
6d2ebf8b 172* Installing GDB:: Installing GDB
eb12ee30 173* Maintenance Commands:: Maintenance Commands
e0ce93ac 174* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 175* Agent Expressions:: The GDB Agent Expression Mechanism
23181151
DJ
176* Target Descriptions:: How targets can describe themselves to
177 @value{GDBN}
07e059b5
VP
178* Operating System Information:: Getting additional information from
179 the operating system
00bf0b85 180* Trace File Format:: GDB trace file format
90476074 181* Index Section Format:: .gdb_index section format
aab4e0ec
AC
182* Copying:: GNU General Public License says
183 how you can copy and share GDB
6826cf00 184* GNU Free Documentation License:: The license for this documentation
00595b5e
EZ
185* Concept Index:: Index of @value{GDBN} concepts
186* Command and Variable Index:: Index of @value{GDBN} commands, variables,
187 functions, and Python data types
6d2ebf8b
SS
188@end menu
189
6c0e9fb3 190@end ifnottex
c906108c 191
449f3b6c 192@contents
449f3b6c 193
6d2ebf8b 194@node Summary
c906108c
SS
195@unnumbered Summary of @value{GDBN}
196
197The purpose of a debugger such as @value{GDBN} is to allow you to see what is
198going on ``inside'' another program while it executes---or what another
199program was doing at the moment it crashed.
200
201@value{GDBN} can do four main kinds of things (plus other things in support of
202these) to help you catch bugs in the act:
203
204@itemize @bullet
205@item
206Start your program, specifying anything that might affect its behavior.
207
208@item
209Make your program stop on specified conditions.
210
211@item
212Examine what has happened, when your program has stopped.
213
214@item
215Change things in your program, so you can experiment with correcting the
216effects of one bug and go on to learn about another.
217@end itemize
218
49efadf5 219You can use @value{GDBN} to debug programs written in C and C@t{++}.
79a6e687 220For more information, see @ref{Supported Languages,,Supported Languages}.
c906108c
SS
221For more information, see @ref{C,,C and C++}.
222
6aecb9c2
JB
223Support for D is partial. For information on D, see
224@ref{D,,D}.
225
cce74817 226@cindex Modula-2
e632838e
AC
227Support for Modula-2 is partial. For information on Modula-2, see
228@ref{Modula-2,,Modula-2}.
c906108c 229
f4b8a18d
KW
230Support for OpenCL C is partial. For information on OpenCL C, see
231@ref{OpenCL C,,OpenCL C}.
232
cce74817
JM
233@cindex Pascal
234Debugging Pascal programs which use sets, subranges, file variables, or
235nested functions does not currently work. @value{GDBN} does not support
236entering expressions, printing values, or similar features using Pascal
237syntax.
c906108c 238
c906108c
SS
239@cindex Fortran
240@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 241it may be necessary to refer to some variables with a trailing
cce74817 242underscore.
c906108c 243
b37303ee
AF
244@value{GDBN} can be used to debug programs written in Objective-C,
245using either the Apple/NeXT or the GNU Objective-C runtime.
246
c906108c
SS
247@menu
248* Free Software:: Freely redistributable software
984359d2 249* Free Documentation:: Free Software Needs Free Documentation
c906108c
SS
250* Contributors:: Contributors to GDB
251@end menu
252
6d2ebf8b 253@node Free Software
79a6e687 254@unnumberedsec Free Software
c906108c 255
5d161b24 256@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
257General Public License
258(GPL). The GPL gives you the freedom to copy or adapt a licensed
259program---but every person getting a copy also gets with it the
260freedom to modify that copy (which means that they must get access to
261the source code), and the freedom to distribute further copies.
262Typical software companies use copyrights to limit your freedoms; the
263Free Software Foundation uses the GPL to preserve these freedoms.
264
265Fundamentally, the General Public License is a license which says that
266you have these freedoms and that you cannot take these freedoms away
267from anyone else.
268
984359d2 269@node Free Documentation
2666264b 270@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
271
272The biggest deficiency in the free software community today is not in
273the software---it is the lack of good free documentation that we can
274include with the free software. Many of our most important
275programs do not come with free reference manuals and free introductory
276texts. Documentation is an essential part of any software package;
277when an important free software package does not come with a free
278manual and a free tutorial, that is a major gap. We have many such
279gaps today.
280
281Consider Perl, for instance. The tutorial manuals that people
282normally use are non-free. How did this come about? Because the
283authors of those manuals published them with restrictive terms---no
284copying, no modification, source files not available---which exclude
285them from the free software world.
286
287That wasn't the first time this sort of thing happened, and it was far
288from the last. Many times we have heard a GNU user eagerly describe a
289manual that he is writing, his intended contribution to the community,
290only to learn that he had ruined everything by signing a publication
291contract to make it non-free.
292
293Free documentation, like free software, is a matter of freedom, not
294price. The problem with the non-free manual is not that publishers
295charge a price for printed copies---that in itself is fine. (The Free
296Software Foundation sells printed copies of manuals, too.) The
297problem is the restrictions on the use of the manual. Free manuals
298are available in source code form, and give you permission to copy and
299modify. Non-free manuals do not allow this.
300
301The criteria of freedom for a free manual are roughly the same as for
302free software. Redistribution (including the normal kinds of
303commercial redistribution) must be permitted, so that the manual can
304accompany every copy of the program, both on-line and on paper.
305
306Permission for modification of the technical content is crucial too.
307When people modify the software, adding or changing features, if they
308are conscientious they will change the manual too---so they can
309provide accurate and clear documentation for the modified program. A
310manual that leaves you no choice but to write a new manual to document
311a changed version of the program is not really available to our
312community.
313
314Some kinds of limits on the way modification is handled are
315acceptable. For example, requirements to preserve the original
316author's copyright notice, the distribution terms, or the list of
317authors, are ok. It is also no problem to require modified versions
318to include notice that they were modified. Even entire sections that
319may not be deleted or changed are acceptable, as long as they deal
320with nontechnical topics (like this one). These kinds of restrictions
321are acceptable because they don't obstruct the community's normal use
322of the manual.
323
324However, it must be possible to modify all the @emph{technical}
325content of the manual, and then distribute the result in all the usual
326media, through all the usual channels. Otherwise, the restrictions
327obstruct the use of the manual, it is not free, and we need another
328manual to replace it.
329
330Please spread the word about this issue. Our community continues to
331lose manuals to proprietary publishing. If we spread the word that
332free software needs free reference manuals and free tutorials, perhaps
333the next person who wants to contribute by writing documentation will
334realize, before it is too late, that only free manuals contribute to
335the free software community.
336
337If you are writing documentation, please insist on publishing it under
338the GNU Free Documentation License or another free documentation
339license. Remember that this decision requires your approval---you
340don't have to let the publisher decide. Some commercial publishers
341will use a free license if you insist, but they will not propose the
342option; it is up to you to raise the issue and say firmly that this is
343what you want. If the publisher you are dealing with refuses, please
344try other publishers. If you're not sure whether a proposed license
42584a72 345is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
346
347You can encourage commercial publishers to sell more free, copylefted
348manuals and tutorials by buying them, and particularly by buying
349copies from the publishers that paid for their writing or for major
350improvements. Meanwhile, try to avoid buying non-free documentation
351at all. Check the distribution terms of a manual before you buy it,
352and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
353Check the history of the book, and try to reward the publishers that
354have paid or pay the authors to work on it.
959acfd1
EZ
355
356The Free Software Foundation maintains a list of free documentation
357published by other publishers, at
358@url{http://www.fsf.org/doc/other-free-books.html}.
359
6d2ebf8b 360@node Contributors
96a2c332
SS
361@unnumberedsec Contributors to @value{GDBN}
362
363Richard Stallman was the original author of @value{GDBN}, and of many
364other @sc{gnu} programs. Many others have contributed to its
365development. This section attempts to credit major contributors. One
366of the virtues of free software is that everyone is free to contribute
367to it; with regret, we cannot actually acknowledge everyone here. The
368file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
369blow-by-blow account.
370
371Changes much prior to version 2.0 are lost in the mists of time.
372
373@quotation
374@emph{Plea:} Additions to this section are particularly welcome. If you
375or your friends (or enemies, to be evenhanded) have been unfairly
376omitted from this list, we would like to add your names!
377@end quotation
378
379So that they may not regard their many labors as thankless, we
380particularly thank those who shepherded @value{GDBN} through major
381releases:
7ba3cf9c 382Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
383Jim Blandy (release 4.18);
384Jason Molenda (release 4.17);
385Stan Shebs (release 4.14);
386Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
387Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
388John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
389Jim Kingdon (releases 3.5, 3.4, and 3.3);
390and Randy Smith (releases 3.2, 3.1, and 3.0).
391
392Richard Stallman, assisted at various times by Peter TerMaat, Chris
393Hanson, and Richard Mlynarik, handled releases through 2.8.
394
b37052ae
EZ
395Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
396in @value{GDBN}, with significant additional contributions from Per
397Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
398demangler. Early work on C@t{++} was by Peter TerMaat (who also did
399much general update work leading to release 3.0).
c906108c 400
b37052ae 401@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
402object-file formats; BFD was a joint project of David V.
403Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
404
405David Johnson wrote the original COFF support; Pace Willison did
406the original support for encapsulated COFF.
407
0179ffac 408Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
409
410Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
411Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
412support.
413Jean-Daniel Fekete contributed Sun 386i support.
414Chris Hanson improved the HP9000 support.
415Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
416David Johnson contributed Encore Umax support.
417Jyrki Kuoppala contributed Altos 3068 support.
418Jeff Law contributed HP PA and SOM support.
419Keith Packard contributed NS32K support.
420Doug Rabson contributed Acorn Risc Machine support.
421Bob Rusk contributed Harris Nighthawk CX-UX support.
422Chris Smith contributed Convex support (and Fortran debugging).
423Jonathan Stone contributed Pyramid support.
424Michael Tiemann contributed SPARC support.
425Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
426Pace Willison contributed Intel 386 support.
427Jay Vosburgh contributed Symmetry support.
a37295f9 428Marko Mlinar contributed OpenRISC 1000 support.
c906108c 429
1104b9e7 430Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
431
432Rich Schaefer and Peter Schauer helped with support of SunOS shared
433libraries.
434
435Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
436about several machine instruction sets.
437
438Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
439remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
440contributed remote debugging modules for the i960, VxWorks, A29K UDI,
441and RDI targets, respectively.
442
443Brian Fox is the author of the readline libraries providing
444command-line editing and command history.
445
7a292a7a
SS
446Andrew Beers of SUNY Buffalo wrote the language-switching code, the
447Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 448
5d161b24 449Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 450He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 451symbols.
c906108c 452
f24c5e49
KI
453Hitachi America (now Renesas America), Ltd. sponsored the support for
454H8/300, H8/500, and Super-H processors.
c906108c
SS
455
456NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
457
f24c5e49
KI
458Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
459processors.
c906108c
SS
460
461Toshiba sponsored the support for the TX39 Mips processor.
462
463Matsushita sponsored the support for the MN10200 and MN10300 processors.
464
96a2c332 465Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
466
467Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
468watchpoints.
469
470Michael Snyder added support for tracepoints.
471
472Stu Grossman wrote gdbserver.
473
474Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 475nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
476
477The following people at the Hewlett-Packard Company contributed
478support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 479(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
480compiler, and the Text User Interface (nee Terminal User Interface):
481Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
482Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
483provided HP-specific information in this manual.
c906108c 484
b37052ae
EZ
485DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
486Robert Hoehne made significant contributions to the DJGPP port.
487
96a2c332
SS
488Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
489development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
490fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
491Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
492Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
493Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
494Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
495addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
496JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
497Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
498Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
499Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
500Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
501Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
502Zuhn have made contributions both large and small.
c906108c 503
ffed4509
AC
504Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
505Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
506
e2e0bcd1
JB
507Jim Blandy added support for preprocessor macros, while working for Red
508Hat.
c906108c 509
a9967aef
AC
510Andrew Cagney designed @value{GDBN}'s architecture vector. Many
511people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
512Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
513Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
514Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
515with the migration of old architectures to this new framework.
516
c5e30d01
AC
517Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
518unwinder framework, this consisting of a fresh new design featuring
519frame IDs, independent frame sniffers, and the sentinel frame. Mark
520Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
521libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
db2e3e2e 522trad unwinders. The architecture-specific changes, each involving a
c5e30d01
AC
523complete rewrite of the architecture's frame code, were carried out by
524Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
525Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
526Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
527Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
528Weigand.
529
ca3bf3bd
DJ
530Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
531Tensilica, Inc.@: contributed support for Xtensa processors. Others
532who have worked on the Xtensa port of @value{GDBN} in the past include
533Steve Tjiang, John Newlin, and Scott Foehner.
534
08be9d71
ME
535Michael Eager and staff of Xilinx, Inc., contributed support for the
536Xilinx MicroBlaze architecture.
537
6d2ebf8b 538@node Sample Session
c906108c
SS
539@chapter A Sample @value{GDBN} Session
540
541You can use this manual at your leisure to read all about @value{GDBN}.
542However, a handful of commands are enough to get started using the
543debugger. This chapter illustrates those commands.
544
545@iftex
546In this sample session, we emphasize user input like this: @b{input},
547to make it easier to pick out from the surrounding output.
548@end iftex
549
550@c FIXME: this example may not be appropriate for some configs, where
551@c FIXME...primary interest is in remote use.
552
553One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
554processor) exhibits the following bug: sometimes, when we change its
555quote strings from the default, the commands used to capture one macro
556definition within another stop working. In the following short @code{m4}
557session, we define a macro @code{foo} which expands to @code{0000}; we
558then use the @code{m4} built-in @code{defn} to define @code{bar} as the
559same thing. However, when we change the open quote string to
560@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
561procedure fails to define a new synonym @code{baz}:
562
563@smallexample
564$ @b{cd gnu/m4}
565$ @b{./m4}
566@b{define(foo,0000)}
567
568@b{foo}
5690000
570@b{define(bar,defn(`foo'))}
571
572@b{bar}
5730000
574@b{changequote(<QUOTE>,<UNQUOTE>)}
575
576@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
577@b{baz}
c8aa23ab 578@b{Ctrl-d}
c906108c
SS
579m4: End of input: 0: fatal error: EOF in string
580@end smallexample
581
582@noindent
583Let us use @value{GDBN} to try to see what is going on.
584
c906108c
SS
585@smallexample
586$ @b{@value{GDBP} m4}
587@c FIXME: this falsifies the exact text played out, to permit smallbook
588@c FIXME... format to come out better.
589@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 590 of it under certain conditions; type "show copying" to see
c906108c 591 the conditions.
5d161b24 592There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
593 for details.
594
595@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
596(@value{GDBP})
597@end smallexample
c906108c
SS
598
599@noindent
600@value{GDBN} reads only enough symbol data to know where to find the
601rest when needed; as a result, the first prompt comes up very quickly.
602We now tell @value{GDBN} to use a narrower display width than usual, so
603that examples fit in this manual.
604
605@smallexample
606(@value{GDBP}) @b{set width 70}
607@end smallexample
608
609@noindent
610We need to see how the @code{m4} built-in @code{changequote} works.
611Having looked at the source, we know the relevant subroutine is
612@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
613@code{break} command.
614
615@smallexample
616(@value{GDBP}) @b{break m4_changequote}
617Breakpoint 1 at 0x62f4: file builtin.c, line 879.
618@end smallexample
619
620@noindent
621Using the @code{run} command, we start @code{m4} running under @value{GDBN}
622control; as long as control does not reach the @code{m4_changequote}
623subroutine, the program runs as usual:
624
625@smallexample
626(@value{GDBP}) @b{run}
627Starting program: /work/Editorial/gdb/gnu/m4/m4
628@b{define(foo,0000)}
629
630@b{foo}
6310000
632@end smallexample
633
634@noindent
635To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
636suspends execution of @code{m4}, displaying information about the
637context where it stops.
638
639@smallexample
640@b{changequote(<QUOTE>,<UNQUOTE>)}
641
5d161b24 642Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
643 at builtin.c:879
644879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
645@end smallexample
646
647@noindent
648Now we use the command @code{n} (@code{next}) to advance execution to
649the next line of the current function.
650
651@smallexample
652(@value{GDBP}) @b{n}
653882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
654 : nil,
655@end smallexample
656
657@noindent
658@code{set_quotes} looks like a promising subroutine. We can go into it
659by using the command @code{s} (@code{step}) instead of @code{next}.
660@code{step} goes to the next line to be executed in @emph{any}
661subroutine, so it steps into @code{set_quotes}.
662
663@smallexample
664(@value{GDBP}) @b{s}
665set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
666 at input.c:530
667530 if (lquote != def_lquote)
668@end smallexample
669
670@noindent
671The display that shows the subroutine where @code{m4} is now
672suspended (and its arguments) is called a stack frame display. It
673shows a summary of the stack. We can use the @code{backtrace}
674command (which can also be spelled @code{bt}), to see where we are
675in the stack as a whole: the @code{backtrace} command displays a
676stack frame for each active subroutine.
677
678@smallexample
679(@value{GDBP}) @b{bt}
680#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
681 at input.c:530
5d161b24 682#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
683 at builtin.c:882
684#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
685#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
686 at macro.c:71
687#4 0x79dc in expand_input () at macro.c:40
688#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
689@end smallexample
690
691@noindent
692We step through a few more lines to see what happens. The first two
693times, we can use @samp{s}; the next two times we use @code{n} to avoid
694falling into the @code{xstrdup} subroutine.
695
696@smallexample
697(@value{GDBP}) @b{s}
6980x3b5c 532 if (rquote != def_rquote)
699(@value{GDBP}) @b{s}
7000x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
701def_lquote : xstrdup(lq);
702(@value{GDBP}) @b{n}
703536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
704 : xstrdup(rq);
705(@value{GDBP}) @b{n}
706538 len_lquote = strlen(rquote);
707@end smallexample
708
709@noindent
710The last line displayed looks a little odd; we can examine the variables
711@code{lquote} and @code{rquote} to see if they are in fact the new left
712and right quotes we specified. We use the command @code{p}
713(@code{print}) to see their values.
714
715@smallexample
716(@value{GDBP}) @b{p lquote}
717$1 = 0x35d40 "<QUOTE>"
718(@value{GDBP}) @b{p rquote}
719$2 = 0x35d50 "<UNQUOTE>"
720@end smallexample
721
722@noindent
723@code{lquote} and @code{rquote} are indeed the new left and right quotes.
724To look at some context, we can display ten lines of source
725surrounding the current line with the @code{l} (@code{list}) command.
726
727@smallexample
728(@value{GDBP}) @b{l}
729533 xfree(rquote);
730534
731535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
732 : xstrdup (lq);
733536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
734 : xstrdup (rq);
735537
736538 len_lquote = strlen(rquote);
737539 len_rquote = strlen(lquote);
738540 @}
739541
740542 void
741@end smallexample
742
743@noindent
744Let us step past the two lines that set @code{len_lquote} and
745@code{len_rquote}, and then examine the values of those variables.
746
747@smallexample
748(@value{GDBP}) @b{n}
749539 len_rquote = strlen(lquote);
750(@value{GDBP}) @b{n}
751540 @}
752(@value{GDBP}) @b{p len_lquote}
753$3 = 9
754(@value{GDBP}) @b{p len_rquote}
755$4 = 7
756@end smallexample
757
758@noindent
759That certainly looks wrong, assuming @code{len_lquote} and
760@code{len_rquote} are meant to be the lengths of @code{lquote} and
761@code{rquote} respectively. We can set them to better values using
762the @code{p} command, since it can print the value of
763any expression---and that expression can include subroutine calls and
764assignments.
765
766@smallexample
767(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
768$5 = 7
769(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
770$6 = 9
771@end smallexample
772
773@noindent
774Is that enough to fix the problem of using the new quotes with the
775@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
776executing with the @code{c} (@code{continue}) command, and then try the
777example that caused trouble initially:
778
779@smallexample
780(@value{GDBP}) @b{c}
781Continuing.
782
783@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
784
785baz
7860000
787@end smallexample
788
789@noindent
790Success! The new quotes now work just as well as the default ones. The
791problem seems to have been just the two typos defining the wrong
792lengths. We allow @code{m4} exit by giving it an EOF as input:
793
794@smallexample
c8aa23ab 795@b{Ctrl-d}
c906108c
SS
796Program exited normally.
797@end smallexample
798
799@noindent
800The message @samp{Program exited normally.} is from @value{GDBN}; it
801indicates @code{m4} has finished executing. We can end our @value{GDBN}
802session with the @value{GDBN} @code{quit} command.
803
804@smallexample
805(@value{GDBP}) @b{quit}
806@end smallexample
c906108c 807
6d2ebf8b 808@node Invocation
c906108c
SS
809@chapter Getting In and Out of @value{GDBN}
810
811This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 812The essentials are:
c906108c 813@itemize @bullet
5d161b24 814@item
53a5351d 815type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 816@item
c8aa23ab 817type @kbd{quit} or @kbd{Ctrl-d} to exit.
c906108c
SS
818@end itemize
819
820@menu
821* Invoking GDB:: How to start @value{GDBN}
822* Quitting GDB:: How to quit @value{GDBN}
823* Shell Commands:: How to use shell commands inside @value{GDBN}
79a6e687 824* Logging Output:: How to log @value{GDBN}'s output to a file
c906108c
SS
825@end menu
826
6d2ebf8b 827@node Invoking GDB
c906108c
SS
828@section Invoking @value{GDBN}
829
c906108c
SS
830Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
831@value{GDBN} reads commands from the terminal until you tell it to exit.
832
833You can also run @code{@value{GDBP}} with a variety of arguments and options,
834to specify more of your debugging environment at the outset.
835
c906108c
SS
836The command-line options described here are designed
837to cover a variety of situations; in some environments, some of these
5d161b24 838options may effectively be unavailable.
c906108c
SS
839
840The most usual way to start @value{GDBN} is with one argument,
841specifying an executable program:
842
474c8240 843@smallexample
c906108c 844@value{GDBP} @var{program}
474c8240 845@end smallexample
c906108c 846
c906108c
SS
847@noindent
848You can also start with both an executable program and a core file
849specified:
850
474c8240 851@smallexample
c906108c 852@value{GDBP} @var{program} @var{core}
474c8240 853@end smallexample
c906108c
SS
854
855You can, instead, specify a process ID as a second argument, if you want
856to debug a running process:
857
474c8240 858@smallexample
c906108c 859@value{GDBP} @var{program} 1234
474c8240 860@end smallexample
c906108c
SS
861
862@noindent
863would attach @value{GDBN} to process @code{1234} (unless you also have a file
864named @file{1234}; @value{GDBN} does check for a core file first).
865
c906108c 866Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
867complete operating system; when you use @value{GDBN} as a remote
868debugger attached to a bare board, there may not be any notion of
869``process'', and there is often no way to get a core dump. @value{GDBN}
870will warn you if it is unable to attach or to read core dumps.
c906108c 871
aa26fa3a
TT
872You can optionally have @code{@value{GDBP}} pass any arguments after the
873executable file to the inferior using @code{--args}. This option stops
874option processing.
474c8240 875@smallexample
3f94c067 876@value{GDBP} --args gcc -O2 -c foo.c
474c8240 877@end smallexample
aa26fa3a
TT
878This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
879@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
880
96a2c332 881You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
882@value{GDBN}'s non-warranty, by specifying @code{-silent}:
883
884@smallexample
885@value{GDBP} -silent
886@end smallexample
887
888@noindent
889You can further control how @value{GDBN} starts up by using command-line
890options. @value{GDBN} itself can remind you of the options available.
891
892@noindent
893Type
894
474c8240 895@smallexample
c906108c 896@value{GDBP} -help
474c8240 897@end smallexample
c906108c
SS
898
899@noindent
900to display all available options and briefly describe their use
901(@samp{@value{GDBP} -h} is a shorter equivalent).
902
903All options and command line arguments you give are processed
904in sequential order. The order makes a difference when the
905@samp{-x} option is used.
906
907
908@menu
c906108c
SS
909* File Options:: Choosing files
910* Mode Options:: Choosing modes
6fc08d32 911* Startup:: What @value{GDBN} does during startup
c906108c
SS
912@end menu
913
6d2ebf8b 914@node File Options
79a6e687 915@subsection Choosing Files
c906108c 916
2df3850c 917When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
918specifying an executable file and core file (or process ID). This is
919the same as if the arguments were specified by the @samp{-se} and
d52fb0e9 920@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
19837790
MS
921first argument that does not have an associated option flag as
922equivalent to the @samp{-se} option followed by that argument; and the
923second argument that does not have an associated option flag, if any, as
924equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
925If the second argument begins with a decimal digit, @value{GDBN} will
926first attempt to attach to it as a process, and if that fails, attempt
927to open it as a corefile. If you have a corefile whose name begins with
b383017d 928a digit, you can prevent @value{GDBN} from treating it as a pid by
c1468174 929prefixing it with @file{./}, e.g.@: @file{./12345}.
7a292a7a
SS
930
931If @value{GDBN} has not been configured to included core file support,
932such as for most embedded targets, then it will complain about a second
933argument and ignore it.
c906108c
SS
934
935Many options have both long and short forms; both are shown in the
936following list. @value{GDBN} also recognizes the long forms if you truncate
937them, so long as enough of the option is present to be unambiguous.
938(If you prefer, you can flag option arguments with @samp{--} rather
939than @samp{-}, though we illustrate the more usual convention.)
940
d700128c
EZ
941@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
942@c way, both those who look for -foo and --foo in the index, will find
943@c it.
944
c906108c
SS
945@table @code
946@item -symbols @var{file}
947@itemx -s @var{file}
d700128c
EZ
948@cindex @code{--symbols}
949@cindex @code{-s}
c906108c
SS
950Read symbol table from file @var{file}.
951
952@item -exec @var{file}
953@itemx -e @var{file}
d700128c
EZ
954@cindex @code{--exec}
955@cindex @code{-e}
7a292a7a
SS
956Use file @var{file} as the executable file to execute when appropriate,
957and for examining pure data in conjunction with a core dump.
c906108c
SS
958
959@item -se @var{file}
d700128c 960@cindex @code{--se}
c906108c
SS
961Read symbol table from file @var{file} and use it as the executable
962file.
963
c906108c
SS
964@item -core @var{file}
965@itemx -c @var{file}
d700128c
EZ
966@cindex @code{--core}
967@cindex @code{-c}
b383017d 968Use file @var{file} as a core dump to examine.
c906108c 969
19837790
MS
970@item -pid @var{number}
971@itemx -p @var{number}
972@cindex @code{--pid}
973@cindex @code{-p}
974Connect to process ID @var{number}, as with the @code{attach} command.
c906108c
SS
975
976@item -command @var{file}
977@itemx -x @var{file}
d700128c
EZ
978@cindex @code{--command}
979@cindex @code{-x}
95433b34
JB
980Execute commands from file @var{file}. The contents of this file is
981evaluated exactly as the @code{source} command would.
8150ff9c 982@xref{Command Files,, Command files}.
c906108c 983
8a5a3c82
AS
984@item -eval-command @var{command}
985@itemx -ex @var{command}
986@cindex @code{--eval-command}
987@cindex @code{-ex}
988Execute a single @value{GDBN} command.
989
990This option may be used multiple times to call multiple commands. It may
991also be interleaved with @samp{-command} as required.
992
993@smallexample
994@value{GDBP} -ex 'target sim' -ex 'load' \
995 -x setbreakpoints -ex 'run' a.out
996@end smallexample
997
8320cc4f
JK
998@item -init-command @var{file}
999@itemx -ix @var{file}
1000@cindex @code{--init-command}
1001@cindex @code{-ix}
2d7b58e8
JK
1002Execute commands from file @var{file} before loading the inferior (but
1003after loading gdbinit files).
8320cc4f
JK
1004@xref{Startup}.
1005
1006@item -init-eval-command @var{command}
1007@itemx -iex @var{command}
1008@cindex @code{--init-eval-command}
1009@cindex @code{-iex}
2d7b58e8
JK
1010Execute a single @value{GDBN} command before loading the inferior (but
1011after loading gdbinit files).
8320cc4f
JK
1012@xref{Startup}.
1013
c906108c
SS
1014@item -directory @var{directory}
1015@itemx -d @var{directory}
d700128c
EZ
1016@cindex @code{--directory}
1017@cindex @code{-d}
4b505b12 1018Add @var{directory} to the path to search for source and script files.
c906108c 1019
c906108c
SS
1020@item -r
1021@itemx -readnow
d700128c
EZ
1022@cindex @code{--readnow}
1023@cindex @code{-r}
c906108c
SS
1024Read each symbol file's entire symbol table immediately, rather than
1025the default, which is to read it incrementally as it is needed.
1026This makes startup slower, but makes future operations faster.
53a5351d 1027
c906108c
SS
1028@end table
1029
6d2ebf8b 1030@node Mode Options
79a6e687 1031@subsection Choosing Modes
c906108c
SS
1032
1033You can run @value{GDBN} in various alternative modes---for example, in
1034batch mode or quiet mode.
1035
1036@table @code
bf88dd68 1037@anchor{-nx}
c906108c
SS
1038@item -nx
1039@itemx -n
d700128c
EZ
1040@cindex @code{--nx}
1041@cindex @code{-n}
07540c15
DE
1042Do not execute commands found in any initialization file.
1043There are three init files, loaded in the following order:
1044
1045@table @code
1046@item @file{system.gdbinit}
1047This is the system-wide init file.
1048Its location is specified with the @code{--with-system-gdbinit}
1049configure option (@pxref{System-wide configuration}).
1050It is loaded first when @value{GDBN} starts, before command line options
1051have been processed.
1052@item @file{~/.gdbinit}
1053This is the init file in your home directory.
1054It is loaded next, after @file{system.gdbinit}, and before
1055command options have been processed.
1056@item @file{./.gdbinit}
1057This is the init file in the current directory.
1058It is loaded last, after command line options other than @code{-x} and
1059@code{-ex} have been processed. Command line options @code{-x} and
1060@code{-ex} are processed last, after @file{./.gdbinit} has been loaded.
1061@end table
1062
1063For further documentation on startup processing, @xref{Startup}.
1064For documentation on how to write command files,
1065@xref{Command Files,,Command Files}.
1066
1067@anchor{-nh}
1068@item -nh
1069@cindex @code{--nh}
1070Do not execute commands found in @file{~/.gdbinit}, the init file
1071in your home directory.
1072@xref{Startup}.
c906108c
SS
1073
1074@item -quiet
d700128c 1075@itemx -silent
c906108c 1076@itemx -q
d700128c
EZ
1077@cindex @code{--quiet}
1078@cindex @code{--silent}
1079@cindex @code{-q}
c906108c
SS
1080``Quiet''. Do not print the introductory and copyright messages. These
1081messages are also suppressed in batch mode.
1082
1083@item -batch
d700128c 1084@cindex @code{--batch}
c906108c
SS
1085Run in batch mode. Exit with status @code{0} after processing all the
1086command files specified with @samp{-x} (and all commands from
1087initialization files, if not inhibited with @samp{-n}). Exit with
1088nonzero status if an error occurs in executing the @value{GDBN} commands
5da1313b
JK
1089in the command files. Batch mode also disables pagination, sets unlimited
1090terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1091off} were in effect (@pxref{Messages/Warnings}).
c906108c 1092
2df3850c
JM
1093Batch mode may be useful for running @value{GDBN} as a filter, for
1094example to download and run a program on another computer; in order to
1095make this more useful, the message
c906108c 1096
474c8240 1097@smallexample
c906108c 1098Program exited normally.
474c8240 1099@end smallexample
c906108c
SS
1100
1101@noindent
2df3850c
JM
1102(which is ordinarily issued whenever a program running under
1103@value{GDBN} control terminates) is not issued when running in batch
1104mode.
1105
1a088d06
AS
1106@item -batch-silent
1107@cindex @code{--batch-silent}
1108Run in batch mode exactly like @samp{-batch}, but totally silently. All
1109@value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1110unaffected). This is much quieter than @samp{-silent} and would be useless
1111for an interactive session.
1112
1113This is particularly useful when using targets that give @samp{Loading section}
1114messages, for example.
1115
1116Note that targets that give their output via @value{GDBN}, as opposed to
1117writing directly to @code{stdout}, will also be made silent.
1118
4b0ad762
AS
1119@item -return-child-result
1120@cindex @code{--return-child-result}
1121The return code from @value{GDBN} will be the return code from the child
1122process (the process being debugged), with the following exceptions:
1123
1124@itemize @bullet
1125@item
1126@value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1127internal error. In this case the exit code is the same as it would have been
1128without @samp{-return-child-result}.
1129@item
1130The user quits with an explicit value. E.g., @samp{quit 1}.
1131@item
1132The child process never runs, or is not allowed to terminate, in which case
1133the exit code will be -1.
1134@end itemize
1135
1136This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1137when @value{GDBN} is being used as a remote program loader or simulator
1138interface.
1139
2df3850c
JM
1140@item -nowindows
1141@itemx -nw
d700128c
EZ
1142@cindex @code{--nowindows}
1143@cindex @code{-nw}
2df3850c 1144``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1145(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1146interface. If no GUI is available, this option has no effect.
1147
1148@item -windows
1149@itemx -w
d700128c
EZ
1150@cindex @code{--windows}
1151@cindex @code{-w}
2df3850c
JM
1152If @value{GDBN} includes a GUI, then this option requires it to be
1153used if possible.
c906108c
SS
1154
1155@item -cd @var{directory}
d700128c 1156@cindex @code{--cd}
c906108c
SS
1157Run @value{GDBN} using @var{directory} as its working directory,
1158instead of the current directory.
1159
aae1c79a
DE
1160@item -data-directory @var{directory}
1161@cindex @code{--data-directory}
1162Run @value{GDBN} using @var{directory} as its data directory.
1163The data directory is where @value{GDBN} searches for its
1164auxiliary files. @xref{Data Files}.
1165
c906108c
SS
1166@item -fullname
1167@itemx -f
d700128c
EZ
1168@cindex @code{--fullname}
1169@cindex @code{-f}
7a292a7a
SS
1170@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1171subprocess. It tells @value{GDBN} to output the full file name and line
1172number in a standard, recognizable fashion each time a stack frame is
1173displayed (which includes each time your program stops). This
1174recognizable format looks like two @samp{\032} characters, followed by
1175the file name, line number and character position separated by colons,
1176and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1177@samp{\032} characters as a signal to display the source code for the
1178frame.
c906108c 1179
d700128c
EZ
1180@item -annotate @var{level}
1181@cindex @code{--annotate}
1182This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1183effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1184(@pxref{Annotations}). The annotation @var{level} controls how much
1185information @value{GDBN} prints together with its prompt, values of
1186expressions, source lines, and other types of output. Level 0 is the
1187normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1188@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1189that control @value{GDBN}, and level 2 has been deprecated.
1190
265eeb58 1191The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2 1192(@pxref{GDB/MI}).
d700128c 1193
aa26fa3a
TT
1194@item --args
1195@cindex @code{--args}
1196Change interpretation of command line so that arguments following the
1197executable file are passed as command line arguments to the inferior.
1198This option stops option processing.
1199
2df3850c
JM
1200@item -baud @var{bps}
1201@itemx -b @var{bps}
d700128c
EZ
1202@cindex @code{--baud}
1203@cindex @code{-b}
c906108c
SS
1204Set the line speed (baud rate or bits per second) of any serial
1205interface used by @value{GDBN} for remote debugging.
c906108c 1206
f47b1503
AS
1207@item -l @var{timeout}
1208@cindex @code{-l}
1209Set the timeout (in seconds) of any communication used by @value{GDBN}
1210for remote debugging.
1211
c906108c 1212@item -tty @var{device}
d700128c
EZ
1213@itemx -t @var{device}
1214@cindex @code{--tty}
1215@cindex @code{-t}
c906108c
SS
1216Run using @var{device} for your program's standard input and output.
1217@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1218
53a5351d 1219@c resolve the situation of these eventually
c4555f82
SC
1220@item -tui
1221@cindex @code{--tui}
d0d5df6f
AC
1222Activate the @dfn{Text User Interface} when starting. The Text User
1223Interface manages several text windows on the terminal, showing
1224source, assembly, registers and @value{GDBN} command outputs
217bff3e
JK
1225(@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1226option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1227Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1228
1229@c @item -xdb
d700128c 1230@c @cindex @code{--xdb}
53a5351d
JM
1231@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1232@c For information, see the file @file{xdb_trans.html}, which is usually
1233@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1234@c systems.
1235
d700128c
EZ
1236@item -interpreter @var{interp}
1237@cindex @code{--interpreter}
1238Use the interpreter @var{interp} for interface with the controlling
1239program or device. This option is meant to be set by programs which
94bbb2c0 1240communicate with @value{GDBN} using it as a back end.
21c294e6 1241@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1242
da0f9dcd 1243@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1244@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6b5e8c01 1245The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
6c74ac8b
AC
1246previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1247selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1248@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1249
1250@item -write
1251@cindex @code{--write}
1252Open the executable and core files for both reading and writing. This
1253is equivalent to the @samp{set write on} command inside @value{GDBN}
1254(@pxref{Patching}).
1255
1256@item -statistics
1257@cindex @code{--statistics}
1258This option causes @value{GDBN} to print statistics about time and
1259memory usage after it completes each command and returns to the prompt.
1260
1261@item -version
1262@cindex @code{--version}
1263This option causes @value{GDBN} to print its version number and
1264no-warranty blurb, and exit.
1265
c906108c
SS
1266@end table
1267
6fc08d32 1268@node Startup
79a6e687 1269@subsection What @value{GDBN} Does During Startup
6fc08d32
EZ
1270@cindex @value{GDBN} startup
1271
1272Here's the description of what @value{GDBN} does during session startup:
1273
1274@enumerate
1275@item
1276Sets up the command interpreter as specified by the command line
1277(@pxref{Mode Options, interpreter}).
1278
1279@item
1280@cindex init file
098b41a6
JG
1281Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1282used when building @value{GDBN}; @pxref{System-wide configuration,
1283 ,System-wide configuration and settings}) and executes all the commands in
1284that file.
1285
bf88dd68 1286@anchor{Home Directory Init File}
098b41a6
JG
1287@item
1288Reads the init file (if any) in your home directory@footnote{On
6fc08d32
EZ
1289DOS/Windows systems, the home directory is the one pointed to by the
1290@code{HOME} environment variable.} and executes all the commands in
1291that file.
1292
2d7b58e8
JK
1293@anchor{Option -init-eval-command}
1294@item
1295Executes commands and command files specified by the @samp{-iex} and
1296@samp{-ix} options in their specified order. Usually you should use the
1297@samp{-ex} and @samp{-x} options instead, but this way you can apply
1298settings before @value{GDBN} init files get executed and before inferior
1299gets loaded.
1300
6fc08d32
EZ
1301@item
1302Processes command line options and operands.
1303
bf88dd68 1304@anchor{Init File in the Current Directory during Startup}
6fc08d32
EZ
1305@item
1306Reads and executes the commands from init file (if any) in the current
bf88dd68
JK
1307working directory as long as @samp{set auto-load local-gdbinit} is set to
1308@samp{on} (@pxref{Init File in the Current Directory}).
1309This is only done if the current directory is
119b882a
EZ
1310different from your home directory. Thus, you can have more than one
1311init file, one generic in your home directory, and another, specific
1312to the program you are debugging, in the directory where you invoke
6fc08d32
EZ
1313@value{GDBN}.
1314
a86caf66
DE
1315@item
1316If the command line specified a program to debug, or a process to
1317attach to, or a core file, @value{GDBN} loads any auto-loaded
1318scripts provided for the program or for its loaded shared libraries.
1319@xref{Auto-loading}.
1320
1321If you wish to disable the auto-loading during startup,
1322you must do something like the following:
1323
1324@smallexample
bf88dd68 1325$ gdb -iex "set auto-load python-scripts off" myprogram
a86caf66
DE
1326@end smallexample
1327
8320cc4f
JK
1328Option @samp{-ex} does not work because the auto-loading is then turned
1329off too late.
a86caf66 1330
6fc08d32 1331@item
6fe37d23
JK
1332Executes commands and command files specified by the @samp{-ex} and
1333@samp{-x} options in their specified order. @xref{Command Files}, for
1334more details about @value{GDBN} command files.
6fc08d32
EZ
1335
1336@item
1337Reads the command history recorded in the @dfn{history file}.
d620b259 1338@xref{Command History}, for more details about the command history and the
6fc08d32
EZ
1339files where @value{GDBN} records it.
1340@end enumerate
1341
1342Init files use the same syntax as @dfn{command files} (@pxref{Command
1343Files}) and are processed by @value{GDBN} in the same way. The init
1344file in your home directory can set options (such as @samp{set
1345complaints}) that affect subsequent processing of command line options
1346and operands. Init files are not executed if you use the @samp{-nx}
79a6e687 1347option (@pxref{Mode Options, ,Choosing Modes}).
6fc08d32 1348
098b41a6
JG
1349To display the list of init files loaded by gdb at startup, you
1350can use @kbd{gdb --help}.
1351
6fc08d32
EZ
1352@cindex init file name
1353@cindex @file{.gdbinit}
119b882a 1354@cindex @file{gdb.ini}
8807d78b 1355The @value{GDBN} init files are normally called @file{.gdbinit}.
119b882a
EZ
1356The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1357the limitations of file names imposed by DOS filesystems. The Windows
4d3f93a2
JB
1358port of @value{GDBN} uses the standard name, but if it finds a
1359@file{gdb.ini} file in your home directory, it warns you about that
1360and suggests to rename the file to the standard name.
119b882a 1361
6fc08d32 1362
6d2ebf8b 1363@node Quitting GDB
c906108c
SS
1364@section Quitting @value{GDBN}
1365@cindex exiting @value{GDBN}
1366@cindex leaving @value{GDBN}
1367
1368@table @code
1369@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1370@kindex q @r{(@code{quit})}
96a2c332
SS
1371@item quit @r{[}@var{expression}@r{]}
1372@itemx q
1373To exit @value{GDBN}, use the @code{quit} command (abbreviated
c8aa23ab 1374@code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
96a2c332
SS
1375do not supply @var{expression}, @value{GDBN} will terminate normally;
1376otherwise it will terminate using the result of @var{expression} as the
1377error code.
c906108c
SS
1378@end table
1379
1380@cindex interrupt
c8aa23ab 1381An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
c906108c
SS
1382terminates the action of any @value{GDBN} command that is in progress and
1383returns to @value{GDBN} command level. It is safe to type the interrupt
1384character at any time because @value{GDBN} does not allow it to take effect
1385until a time when it is safe.
1386
c906108c
SS
1387If you have been using @value{GDBN} to control an attached process or
1388device, you can release it with the @code{detach} command
79a6e687 1389(@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 1390
6d2ebf8b 1391@node Shell Commands
79a6e687 1392@section Shell Commands
c906108c
SS
1393
1394If you need to execute occasional shell commands during your
1395debugging session, there is no need to leave or suspend @value{GDBN}; you can
1396just use the @code{shell} command.
1397
1398@table @code
1399@kindex shell
ed59ded5 1400@kindex !
c906108c 1401@cindex shell escape
ed59ded5
DE
1402@item shell @var{command-string}
1403@itemx !@var{command-string}
1404Invoke a standard shell to execute @var{command-string}.
1405Note that no space is needed between @code{!} and @var{command-string}.
c906108c 1406If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1407shell to run. Otherwise @value{GDBN} uses the default shell
1408(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1409@end table
1410
1411The utility @code{make} is often needed in development environments.
1412You do not have to use the @code{shell} command for this purpose in
1413@value{GDBN}:
1414
1415@table @code
1416@kindex make
1417@cindex calling make
1418@item make @var{make-args}
1419Execute the @code{make} program with the specified
1420arguments. This is equivalent to @samp{shell make @var{make-args}}.
1421@end table
1422
79a6e687
BW
1423@node Logging Output
1424@section Logging Output
0fac0b41 1425@cindex logging @value{GDBN} output
9c16f35a 1426@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1427
1428You may want to save the output of @value{GDBN} commands to a file.
1429There are several commands to control @value{GDBN}'s logging.
1430
1431@table @code
1432@kindex set logging
1433@item set logging on
1434Enable logging.
1435@item set logging off
1436Disable logging.
9c16f35a 1437@cindex logging file name
0fac0b41
DJ
1438@item set logging file @var{file}
1439Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1440@item set logging overwrite [on|off]
1441By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1442you want @code{set logging on} to overwrite the logfile instead.
1443@item set logging redirect [on|off]
1444By default, @value{GDBN} output will go to both the terminal and the logfile.
1445Set @code{redirect} if you want output to go only to the log file.
1446@kindex show logging
1447@item show logging
1448Show the current values of the logging settings.
1449@end table
1450
6d2ebf8b 1451@node Commands
c906108c
SS
1452@chapter @value{GDBN} Commands
1453
1454You can abbreviate a @value{GDBN} command to the first few letters of the command
1455name, if that abbreviation is unambiguous; and you can repeat certain
1456@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1457key to get @value{GDBN} to fill out the rest of a word in a command (or to
1458show you the alternatives available, if there is more than one possibility).
1459
1460@menu
1461* Command Syntax:: How to give commands to @value{GDBN}
1462* Completion:: Command completion
1463* Help:: How to ask @value{GDBN} for help
1464@end menu
1465
6d2ebf8b 1466@node Command Syntax
79a6e687 1467@section Command Syntax
c906108c
SS
1468
1469A @value{GDBN} command is a single line of input. There is no limit on
1470how long it can be. It starts with a command name, which is followed by
1471arguments whose meaning depends on the command name. For example, the
1472command @code{step} accepts an argument which is the number of times to
1473step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1474with no arguments. Some commands do not allow any arguments.
c906108c
SS
1475
1476@cindex abbreviation
1477@value{GDBN} command names may always be truncated if that abbreviation is
1478unambiguous. Other possible command abbreviations are listed in the
1479documentation for individual commands. In some cases, even ambiguous
1480abbreviations are allowed; for example, @code{s} is specially defined as
1481equivalent to @code{step} even though there are other commands whose
1482names start with @code{s}. You can test abbreviations by using them as
1483arguments to the @code{help} command.
1484
1485@cindex repeating commands
41afff9a 1486@kindex RET @r{(repeat last command)}
c906108c 1487A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1488repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1489will not repeat this way; these are commands whose unintentional
1490repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1491repeat. User-defined commands can disable this feature; see
1492@ref{Define, dont-repeat}.
c906108c
SS
1493
1494The @code{list} and @code{x} commands, when you repeat them with
1495@key{RET}, construct new arguments rather than repeating
1496exactly as typed. This permits easy scanning of source or memory.
1497
1498@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1499output, in a way similar to the common utility @code{more}
79a6e687 1500(@pxref{Screen Size,,Screen Size}). Since it is easy to press one
c906108c
SS
1501@key{RET} too many in this situation, @value{GDBN} disables command
1502repetition after any command that generates this sort of display.
1503
41afff9a 1504@kindex # @r{(a comment)}
c906108c
SS
1505@cindex comment
1506Any text from a @kbd{#} to the end of the line is a comment; it does
1507nothing. This is useful mainly in command files (@pxref{Command
79a6e687 1508Files,,Command Files}).
c906108c 1509
88118b3a 1510@cindex repeating command sequences
c8aa23ab
EZ
1511@kindex Ctrl-o @r{(operate-and-get-next)}
1512The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
7f9087cb 1513commands. This command accepts the current line, like @key{RET}, and
88118b3a
TT
1514then fetches the next line relative to the current line from the history
1515for editing.
1516
6d2ebf8b 1517@node Completion
79a6e687 1518@section Command Completion
c906108c
SS
1519
1520@cindex completion
1521@cindex word completion
1522@value{GDBN} can fill in the rest of a word in a command for you, if there is
1523only one possibility; it can also show you what the valid possibilities
1524are for the next word in a command, at any time. This works for @value{GDBN}
1525commands, @value{GDBN} subcommands, and the names of symbols in your program.
1526
1527Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1528of a word. If there is only one possibility, @value{GDBN} fills in the
1529word, and waits for you to finish the command (or press @key{RET} to
1530enter it). For example, if you type
1531
1532@c FIXME "@key" does not distinguish its argument sufficiently to permit
1533@c complete accuracy in these examples; space introduced for clarity.
1534@c If texinfo enhancements make it unnecessary, it would be nice to
1535@c replace " @key" by "@key" in the following...
474c8240 1536@smallexample
c906108c 1537(@value{GDBP}) info bre @key{TAB}
474c8240 1538@end smallexample
c906108c
SS
1539
1540@noindent
1541@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1542the only @code{info} subcommand beginning with @samp{bre}:
1543
474c8240 1544@smallexample
c906108c 1545(@value{GDBP}) info breakpoints
474c8240 1546@end smallexample
c906108c
SS
1547
1548@noindent
1549You can either press @key{RET} at this point, to run the @code{info
1550breakpoints} command, or backspace and enter something else, if
1551@samp{breakpoints} does not look like the command you expected. (If you
1552were sure you wanted @code{info breakpoints} in the first place, you
1553might as well just type @key{RET} immediately after @samp{info bre},
1554to exploit command abbreviations rather than command completion).
1555
1556If there is more than one possibility for the next word when you press
1557@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1558characters and try again, or just press @key{TAB} a second time;
1559@value{GDBN} displays all the possible completions for that word. For
1560example, you might want to set a breakpoint on a subroutine whose name
1561begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1562just sounds the bell. Typing @key{TAB} again displays all the
1563function names in your program that begin with those characters, for
1564example:
1565
474c8240 1566@smallexample
c906108c
SS
1567(@value{GDBP}) b make_ @key{TAB}
1568@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1569make_a_section_from_file make_environ
1570make_abs_section make_function_type
1571make_blockvector make_pointer_type
1572make_cleanup make_reference_type
c906108c
SS
1573make_command make_symbol_completion_list
1574(@value{GDBP}) b make_
474c8240 1575@end smallexample
c906108c
SS
1576
1577@noindent
1578After displaying the available possibilities, @value{GDBN} copies your
1579partial input (@samp{b make_} in the example) so you can finish the
1580command.
1581
1582If you just want to see the list of alternatives in the first place, you
b37052ae 1583can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1584means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1585key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1586one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1587
1588@cindex quotes in commands
1589@cindex completion of quoted strings
1590Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1591parentheses or other characters that @value{GDBN} normally excludes from
1592its notion of a word. To permit word completion to work in this
1593situation, you may enclose words in @code{'} (single quote marks) in
1594@value{GDBN} commands.
c906108c 1595
c906108c 1596The most likely situation where you might need this is in typing the
b37052ae
EZ
1597name of a C@t{++} function. This is because C@t{++} allows function
1598overloading (multiple definitions of the same function, distinguished
1599by argument type). For example, when you want to set a breakpoint you
1600may need to distinguish whether you mean the version of @code{name}
1601that takes an @code{int} parameter, @code{name(int)}, or the version
1602that takes a @code{float} parameter, @code{name(float)}. To use the
1603word-completion facilities in this situation, type a single quote
1604@code{'} at the beginning of the function name. This alerts
1605@value{GDBN} that it may need to consider more information than usual
1606when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1607
474c8240 1608@smallexample
96a2c332 1609(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1610bubble(double,double) bubble(int,int)
1611(@value{GDBP}) b 'bubble(
474c8240 1612@end smallexample
c906108c
SS
1613
1614In some cases, @value{GDBN} can tell that completing a name requires using
1615quotes. When this happens, @value{GDBN} inserts the quote for you (while
1616completing as much as it can) if you do not type the quote in the first
1617place:
1618
474c8240 1619@smallexample
c906108c
SS
1620(@value{GDBP}) b bub @key{TAB}
1621@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1622(@value{GDBP}) b 'bubble(
474c8240 1623@end smallexample
c906108c
SS
1624
1625@noindent
1626In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1627you have not yet started typing the argument list when you ask for
1628completion on an overloaded symbol.
1629
79a6e687
BW
1630For more information about overloaded functions, see @ref{C Plus Plus
1631Expressions, ,C@t{++} Expressions}. You can use the command @code{set
c906108c 1632overload-resolution off} to disable overload resolution;
79a6e687 1633see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
c906108c 1634
65d12d83
TT
1635@cindex completion of structure field names
1636@cindex structure field name completion
1637@cindex completion of union field names
1638@cindex union field name completion
1639When completing in an expression which looks up a field in a
1640structure, @value{GDBN} also tries@footnote{The completer can be
1641confused by certain kinds of invalid expressions. Also, it only
1642examines the static type of the expression, not the dynamic type.} to
1643limit completions to the field names available in the type of the
1644left-hand-side:
1645
1646@smallexample
1647(@value{GDBP}) p gdb_stdout.@kbd{M-?}
01124a23
DE
1648magic to_fputs to_rewind
1649to_data to_isatty to_write
1650to_delete to_put to_write_async_safe
1651to_flush to_read
65d12d83
TT
1652@end smallexample
1653
1654@noindent
1655This is because the @code{gdb_stdout} is a variable of the type
1656@code{struct ui_file} that is defined in @value{GDBN} sources as
1657follows:
1658
1659@smallexample
1660struct ui_file
1661@{
1662 int *magic;
1663 ui_file_flush_ftype *to_flush;
1664 ui_file_write_ftype *to_write;
01124a23 1665 ui_file_write_async_safe_ftype *to_write_async_safe;
65d12d83
TT
1666 ui_file_fputs_ftype *to_fputs;
1667 ui_file_read_ftype *to_read;
1668 ui_file_delete_ftype *to_delete;
1669 ui_file_isatty_ftype *to_isatty;
1670 ui_file_rewind_ftype *to_rewind;
1671 ui_file_put_ftype *to_put;
1672 void *to_data;
1673@}
1674@end smallexample
1675
c906108c 1676
6d2ebf8b 1677@node Help
79a6e687 1678@section Getting Help
c906108c
SS
1679@cindex online documentation
1680@kindex help
1681
5d161b24 1682You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1683using the command @code{help}.
1684
1685@table @code
41afff9a 1686@kindex h @r{(@code{help})}
c906108c
SS
1687@item help
1688@itemx h
1689You can use @code{help} (abbreviated @code{h}) with no arguments to
1690display a short list of named classes of commands:
1691
1692@smallexample
1693(@value{GDBP}) help
1694List of classes of commands:
1695
2df3850c 1696aliases -- Aliases of other commands
c906108c 1697breakpoints -- Making program stop at certain points
2df3850c 1698data -- Examining data
c906108c 1699files -- Specifying and examining files
2df3850c
JM
1700internals -- Maintenance commands
1701obscure -- Obscure features
1702running -- Running the program
1703stack -- Examining the stack
c906108c
SS
1704status -- Status inquiries
1705support -- Support facilities
12c27660 1706tracepoints -- Tracing of program execution without
96a2c332 1707 stopping the program
c906108c 1708user-defined -- User-defined commands
c906108c 1709
5d161b24 1710Type "help" followed by a class name for a list of
c906108c 1711commands in that class.
5d161b24 1712Type "help" followed by command name for full
c906108c
SS
1713documentation.
1714Command name abbreviations are allowed if unambiguous.
1715(@value{GDBP})
1716@end smallexample
96a2c332 1717@c the above line break eliminates huge line overfull...
c906108c
SS
1718
1719@item help @var{class}
1720Using one of the general help classes as an argument, you can get a
1721list of the individual commands in that class. For example, here is the
1722help display for the class @code{status}:
1723
1724@smallexample
1725(@value{GDBP}) help status
1726Status inquiries.
1727
1728List of commands:
1729
1730@c Line break in "show" line falsifies real output, but needed
1731@c to fit in smallbook page size.
2df3850c 1732info -- Generic command for showing things
12c27660 1733 about the program being debugged
2df3850c 1734show -- Generic command for showing things
12c27660 1735 about the debugger
c906108c 1736
5d161b24 1737Type "help" followed by command name for full
c906108c
SS
1738documentation.
1739Command name abbreviations are allowed if unambiguous.
1740(@value{GDBP})
1741@end smallexample
1742
1743@item help @var{command}
1744With a command name as @code{help} argument, @value{GDBN} displays a
1745short paragraph on how to use that command.
1746
6837a0a2
DB
1747@kindex apropos
1748@item apropos @var{args}
09d4efe1 1749The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2 1750commands, and their documentation, for the regular expression specified in
99e008fe 1751@var{args}. It prints out all matches found. For example:
6837a0a2
DB
1752
1753@smallexample
16899756 1754apropos alias
6837a0a2
DB
1755@end smallexample
1756
b37052ae
EZ
1757@noindent
1758results in:
6837a0a2
DB
1759
1760@smallexample
6d2ebf8b 1761@c @group
16899756
DE
1762alias -- Define a new command that is an alias of an existing command
1763aliases -- Aliases of other commands
1764d -- Delete some breakpoints or auto-display expressions
1765del -- Delete some breakpoints or auto-display expressions
1766delete -- Delete some breakpoints or auto-display expressions
6d2ebf8b 1767@c @end group
6837a0a2
DB
1768@end smallexample
1769
c906108c
SS
1770@kindex complete
1771@item complete @var{args}
1772The @code{complete @var{args}} command lists all the possible completions
1773for the beginning of a command. Use @var{args} to specify the beginning of the
1774command you want completed. For example:
1775
1776@smallexample
1777complete i
1778@end smallexample
1779
1780@noindent results in:
1781
1782@smallexample
1783@group
2df3850c
JM
1784if
1785ignore
c906108c
SS
1786info
1787inspect
c906108c
SS
1788@end group
1789@end smallexample
1790
1791@noindent This is intended for use by @sc{gnu} Emacs.
1792@end table
1793
1794In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1795and @code{show} to inquire about the state of your program, or the state
1796of @value{GDBN} itself. Each command supports many topics of inquiry; this
1797manual introduces each of them in the appropriate context. The listings
00595b5e
EZ
1798under @code{info} and under @code{show} in the Command, Variable, and
1799Function Index point to all the sub-commands. @xref{Command and Variable
1800Index}.
c906108c
SS
1801
1802@c @group
1803@table @code
1804@kindex info
41afff9a 1805@kindex i @r{(@code{info})}
c906108c
SS
1806@item info
1807This command (abbreviated @code{i}) is for describing the state of your
cda4ce5a 1808program. For example, you can show the arguments passed to a function
c906108c
SS
1809with @code{info args}, list the registers currently in use with @code{info
1810registers}, or list the breakpoints you have set with @code{info breakpoints}.
1811You can get a complete list of the @code{info} sub-commands with
1812@w{@code{help info}}.
1813
1814@kindex set
1815@item set
5d161b24 1816You can assign the result of an expression to an environment variable with
c906108c
SS
1817@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1818@code{set prompt $}.
1819
1820@kindex show
1821@item show
5d161b24 1822In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1823@value{GDBN} itself.
1824You can change most of the things you can @code{show}, by using the
1825related command @code{set}; for example, you can control what number
1826system is used for displays with @code{set radix}, or simply inquire
1827which is currently in use with @code{show radix}.
1828
1829@kindex info set
1830To display all the settable parameters and their current
1831values, you can use @code{show} with no arguments; you may also use
1832@code{info set}. Both commands produce the same display.
1833@c FIXME: "info set" violates the rule that "info" is for state of
1834@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1835@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1836@end table
1837@c @end group
1838
1839Here are three miscellaneous @code{show} subcommands, all of which are
1840exceptional in lacking corresponding @code{set} commands:
1841
1842@table @code
1843@kindex show version
9c16f35a 1844@cindex @value{GDBN} version number
c906108c
SS
1845@item show version
1846Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1847information in @value{GDBN} bug-reports. If multiple versions of
1848@value{GDBN} are in use at your site, you may need to determine which
1849version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1850commands are introduced, and old ones may wither away. Also, many
1851system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1852variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1853The version number is the same as the one announced when you start
1854@value{GDBN}.
c906108c
SS
1855
1856@kindex show copying
09d4efe1 1857@kindex info copying
9c16f35a 1858@cindex display @value{GDBN} copyright
c906108c 1859@item show copying
09d4efe1 1860@itemx info copying
c906108c
SS
1861Display information about permission for copying @value{GDBN}.
1862
1863@kindex show warranty
09d4efe1 1864@kindex info warranty
c906108c 1865@item show warranty
09d4efe1 1866@itemx info warranty
2df3850c 1867Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1868if your version of @value{GDBN} comes with one.
2df3850c 1869
c906108c
SS
1870@end table
1871
6d2ebf8b 1872@node Running
c906108c
SS
1873@chapter Running Programs Under @value{GDBN}
1874
1875When you run a program under @value{GDBN}, you must first generate
1876debugging information when you compile it.
7a292a7a
SS
1877
1878You may start @value{GDBN} with its arguments, if any, in an environment
1879of your choice. If you are doing native debugging, you may redirect
1880your program's input and output, debug an already running process, or
1881kill a child process.
c906108c
SS
1882
1883@menu
1884* Compilation:: Compiling for debugging
1885* Starting:: Starting your program
c906108c
SS
1886* Arguments:: Your program's arguments
1887* Environment:: Your program's environment
c906108c
SS
1888
1889* Working Directory:: Your program's working directory
1890* Input/Output:: Your program's input and output
1891* Attach:: Debugging an already-running process
1892* Kill Process:: Killing the child process
c906108c 1893
6c95b8df 1894* Inferiors and Programs:: Debugging multiple inferiors and programs
c906108c 1895* Threads:: Debugging programs with multiple threads
6c95b8df 1896* Forks:: Debugging forks
5c95884b 1897* Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
c906108c
SS
1898@end menu
1899
6d2ebf8b 1900@node Compilation
79a6e687 1901@section Compiling for Debugging
c906108c
SS
1902
1903In order to debug a program effectively, you need to generate
1904debugging information when you compile it. This debugging information
1905is stored in the object file; it describes the data type of each
1906variable or function and the correspondence between source line numbers
1907and addresses in the executable code.
1908
1909To request debugging information, specify the @samp{-g} option when you run
1910the compiler.
1911
514c4d71 1912Programs that are to be shipped to your customers are compiled with
edb3359d 1913optimizations, using the @samp{-O} compiler option. However, some
514c4d71
EZ
1914compilers are unable to handle the @samp{-g} and @samp{-O} options
1915together. Using those compilers, you cannot generate optimized
c906108c
SS
1916executables containing debugging information.
1917
514c4d71 1918@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
1919without @samp{-O}, making it possible to debug optimized code. We
1920recommend that you @emph{always} use @samp{-g} whenever you compile a
1921program. You may think your program is correct, but there is no sense
edb3359d 1922in pushing your luck. For more information, see @ref{Optimized Code}.
c906108c
SS
1923
1924Older versions of the @sc{gnu} C compiler permitted a variant option
1925@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1926format; if your @sc{gnu} C compiler has this option, do not use it.
1927
514c4d71
EZ
1928@value{GDBN} knows about preprocessor macros and can show you their
1929expansion (@pxref{Macros}). Most compilers do not include information
1930about preprocessor macros in the debugging information if you specify
e0f8f636
TT
1931the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
1932the @sc{gnu} C compiler, provides macro information if you are using
1933the DWARF debugging format, and specify the option @option{-g3}.
1934
1935@xref{Debugging Options,,Options for Debugging Your Program or GCC,
1936gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}, for more
1937information on @value{NGCC} options affecting debug information.
1938
1939You will have the best debugging experience if you use the latest
1940version of the DWARF debugging format that your compiler supports.
1941DWARF is currently the most expressive and best supported debugging
1942format in @value{GDBN}.
514c4d71 1943
c906108c 1944@need 2000
6d2ebf8b 1945@node Starting
79a6e687 1946@section Starting your Program
c906108c
SS
1947@cindex starting
1948@cindex running
1949
1950@table @code
1951@kindex run
41afff9a 1952@kindex r @r{(@code{run})}
c906108c
SS
1953@item run
1954@itemx r
7a292a7a
SS
1955Use the @code{run} command to start your program under @value{GDBN}.
1956You must first specify the program name (except on VxWorks) with an
1957argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1958@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
79a6e687 1959(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
1960
1961@end table
1962
c906108c
SS
1963If you are running your program in an execution environment that
1964supports processes, @code{run} creates an inferior process and makes
8edfe269
DJ
1965that process run your program. In some environments without processes,
1966@code{run} jumps to the start of your program. Other targets,
1967like @samp{remote}, are always running. If you get an error
1968message like this one:
1969
1970@smallexample
1971The "remote" target does not support "run".
1972Try "help target" or "continue".
1973@end smallexample
1974
1975@noindent
1976then use @code{continue} to run your program. You may need @code{load}
1977first (@pxref{load}).
c906108c
SS
1978
1979The execution of a program is affected by certain information it
1980receives from its superior. @value{GDBN} provides ways to specify this
1981information, which you must do @emph{before} starting your program. (You
1982can change it after starting your program, but such changes only affect
1983your program the next time you start it.) This information may be
1984divided into four categories:
1985
1986@table @asis
1987@item The @emph{arguments.}
1988Specify the arguments to give your program as the arguments of the
1989@code{run} command. If a shell is available on your target, the shell
1990is used to pass the arguments, so that you may use normal conventions
1991(such as wildcard expansion or variable substitution) in describing
1992the arguments.
1993In Unix systems, you can control which shell is used with the
1994@code{SHELL} environment variable.
79a6e687 1995@xref{Arguments, ,Your Program's Arguments}.
c906108c
SS
1996
1997@item The @emph{environment.}
1998Your program normally inherits its environment from @value{GDBN}, but you can
1999use the @value{GDBN} commands @code{set environment} and @code{unset
2000environment} to change parts of the environment that affect
79a6e687 2001your program. @xref{Environment, ,Your Program's Environment}.
c906108c
SS
2002
2003@item The @emph{working directory.}
2004Your program inherits its working directory from @value{GDBN}. You can set
2005the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
79a6e687 2006@xref{Working Directory, ,Your Program's Working Directory}.
c906108c
SS
2007
2008@item The @emph{standard input and output.}
2009Your program normally uses the same device for standard input and
2010standard output as @value{GDBN} is using. You can redirect input and output
2011in the @code{run} command line, or you can use the @code{tty} command to
2012set a different device for your program.
79a6e687 2013@xref{Input/Output, ,Your Program's Input and Output}.
c906108c
SS
2014
2015@cindex pipes
2016@emph{Warning:} While input and output redirection work, you cannot use
2017pipes to pass the output of the program you are debugging to another
2018program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2019wrong program.
2020@end table
c906108c
SS
2021
2022When you issue the @code{run} command, your program begins to execute
79a6e687 2023immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
c906108c
SS
2024of how to arrange for your program to stop. Once your program has
2025stopped, you may call functions in your program, using the @code{print}
2026or @code{call} commands. @xref{Data, ,Examining Data}.
2027
2028If the modification time of your symbol file has changed since the last
2029time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2030table, and reads it again. When it does this, @value{GDBN} tries to retain
2031your current breakpoints.
2032
4e8b0763
JB
2033@table @code
2034@kindex start
2035@item start
2036@cindex run to main procedure
2037The name of the main procedure can vary from language to language.
2038With C or C@t{++}, the main procedure name is always @code{main}, but
2039other languages such as Ada do not require a specific name for their
2040main procedure. The debugger provides a convenient way to start the
2041execution of the program and to stop at the beginning of the main
2042procedure, depending on the language used.
2043
2044The @samp{start} command does the equivalent of setting a temporary
2045breakpoint at the beginning of the main procedure and then invoking
2046the @samp{run} command.
2047
f018e82f
EZ
2048@cindex elaboration phase
2049Some programs contain an @dfn{elaboration} phase where some startup code is
2050executed before the main procedure is called. This depends on the
2051languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
2052constructors for static and global objects are executed before
2053@code{main} is called. It is therefore possible that the debugger stops
2054before reaching the main procedure. However, the temporary breakpoint
2055will remain to halt execution.
2056
2057Specify the arguments to give to your program as arguments to the
2058@samp{start} command. These arguments will be given verbatim to the
2059underlying @samp{run} command. Note that the same arguments will be
2060reused if no argument is provided during subsequent calls to
2061@samp{start} or @samp{run}.
2062
2063It is sometimes necessary to debug the program during elaboration. In
2064these cases, using the @code{start} command would stop the execution of
2065your program too late, as the program would have already completed the
2066elaboration phase. Under these circumstances, insert breakpoints in your
2067elaboration code before running your program.
ccd213ac
DJ
2068
2069@kindex set exec-wrapper
2070@item set exec-wrapper @var{wrapper}
2071@itemx show exec-wrapper
2072@itemx unset exec-wrapper
2073When @samp{exec-wrapper} is set, the specified wrapper is used to
2074launch programs for debugging. @value{GDBN} starts your program
2075with a shell command of the form @kbd{exec @var{wrapper}
2076@var{program}}. Quoting is added to @var{program} and its
2077arguments, but not to @var{wrapper}, so you should add quotes if
2078appropriate for your shell. The wrapper runs until it executes
2079your program, and then @value{GDBN} takes control.
2080
2081You can use any program that eventually calls @code{execve} with
2082its arguments as a wrapper. Several standard Unix utilities do
2083this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2084with @code{exec "$@@"} will also work.
2085
2086For example, you can use @code{env} to pass an environment variable to
2087the debugged program, without setting the variable in your shell's
2088environment:
2089
2090@smallexample
2091(@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2092(@value{GDBP}) run
2093@end smallexample
2094
2095This command is available when debugging locally on most targets, excluding
2096@sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2097
10568435
JK
2098@kindex set disable-randomization
2099@item set disable-randomization
2100@itemx set disable-randomization on
2101This option (enabled by default in @value{GDBN}) will turn off the native
2102randomization of the virtual address space of the started program. This option
2103is useful for multiple debugging sessions to make the execution better
2104reproducible and memory addresses reusable across debugging sessions.
2105
03583c20
UW
2106This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2107On @sc{gnu}/Linux you can get the same behavior using
10568435
JK
2108
2109@smallexample
2110(@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2111@end smallexample
2112
2113@item set disable-randomization off
2114Leave the behavior of the started executable unchanged. Some bugs rear their
2115ugly heads only when the program is loaded at certain addresses. If your bug
2116disappears when you run the program under @value{GDBN}, that might be because
2117@value{GDBN} by default disables the address randomization on platforms, such
2118as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2119disable-randomization off} to try to reproduce such elusive bugs.
2120
03583c20
UW
2121On targets where it is available, virtual address space randomization
2122protects the programs against certain kinds of security attacks. In these
10568435
JK
2123cases the attacker needs to know the exact location of a concrete executable
2124code. Randomizing its location makes it impossible to inject jumps misusing
2125a code at its expected addresses.
2126
2127Prelinking shared libraries provides a startup performance advantage but it
2128makes addresses in these libraries predictable for privileged processes by
2129having just unprivileged access at the target system. Reading the shared
2130library binary gives enough information for assembling the malicious code
2131misusing it. Still even a prelinked shared library can get loaded at a new
2132random address just requiring the regular relocation process during the
2133startup. Shared libraries not already prelinked are always loaded at
2134a randomly chosen address.
2135
2136Position independent executables (PIE) contain position independent code
2137similar to the shared libraries and therefore such executables get loaded at
2138a randomly chosen address upon startup. PIE executables always load even
2139already prelinked shared libraries at a random address. You can build such
2140executable using @command{gcc -fPIE -pie}.
2141
2142Heap (malloc storage), stack and custom mmap areas are always placed randomly
2143(as long as the randomization is enabled).
2144
2145@item show disable-randomization
2146Show the current setting of the explicit disable of the native randomization of
2147the virtual address space of the started program.
2148
4e8b0763
JB
2149@end table
2150
6d2ebf8b 2151@node Arguments
79a6e687 2152@section Your Program's Arguments
c906108c
SS
2153
2154@cindex arguments (to your program)
2155The arguments to your program can be specified by the arguments of the
5d161b24 2156@code{run} command.
c906108c
SS
2157They are passed to a shell, which expands wildcard characters and
2158performs redirection of I/O, and thence to your program. Your
2159@code{SHELL} environment variable (if it exists) specifies what shell
2160@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
2161the default shell (@file{/bin/sh} on Unix).
2162
2163On non-Unix systems, the program is usually invoked directly by
2164@value{GDBN}, which emulates I/O redirection via the appropriate system
2165calls, and the wildcard characters are expanded by the startup code of
2166the program, not by the shell.
c906108c
SS
2167
2168@code{run} with no arguments uses the same arguments used by the previous
2169@code{run}, or those set by the @code{set args} command.
2170
c906108c 2171@table @code
41afff9a 2172@kindex set args
c906108c
SS
2173@item set args
2174Specify the arguments to be used the next time your program is run. If
2175@code{set args} has no arguments, @code{run} executes your program
2176with no arguments. Once you have run your program with arguments,
2177using @code{set args} before the next @code{run} is the only way to run
2178it again without arguments.
2179
2180@kindex show args
2181@item show args
2182Show the arguments to give your program when it is started.
2183@end table
2184
6d2ebf8b 2185@node Environment
79a6e687 2186@section Your Program's Environment
c906108c
SS
2187
2188@cindex environment (of your program)
2189The @dfn{environment} consists of a set of environment variables and
2190their values. Environment variables conventionally record such things as
2191your user name, your home directory, your terminal type, and your search
2192path for programs to run. Usually you set up environment variables with
2193the shell and they are inherited by all the other programs you run. When
2194debugging, it can be useful to try running your program with a modified
2195environment without having to start @value{GDBN} over again.
2196
2197@table @code
2198@kindex path
2199@item path @var{directory}
2200Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
2201(the search path for executables) that will be passed to your program.
2202The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
2203You may specify several directory names, separated by whitespace or by a
2204system-dependent separator character (@samp{:} on Unix, @samp{;} on
2205MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2206is moved to the front, so it is searched sooner.
c906108c
SS
2207
2208You can use the string @samp{$cwd} to refer to whatever is the current
2209working directory at the time @value{GDBN} searches the path. If you
2210use @samp{.} instead, it refers to the directory where you executed the
2211@code{path} command. @value{GDBN} replaces @samp{.} in the
2212@var{directory} argument (with the current path) before adding
2213@var{directory} to the search path.
2214@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2215@c document that, since repeating it would be a no-op.
2216
2217@kindex show paths
2218@item show paths
2219Display the list of search paths for executables (the @code{PATH}
2220environment variable).
2221
2222@kindex show environment
2223@item show environment @r{[}@var{varname}@r{]}
2224Print the value of environment variable @var{varname} to be given to
2225your program when it starts. If you do not supply @var{varname},
2226print the names and values of all environment variables to be given to
2227your program. You can abbreviate @code{environment} as @code{env}.
2228
2229@kindex set environment
53a5351d 2230@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
2231Set environment variable @var{varname} to @var{value}. The value
2232changes for your program only, not for @value{GDBN} itself. @var{value} may
2233be any string; the values of environment variables are just strings, and
2234any interpretation is supplied by your program itself. The @var{value}
2235parameter is optional; if it is eliminated, the variable is set to a
2236null value.
2237@c "any string" here does not include leading, trailing
2238@c blanks. Gnu asks: does anyone care?
2239
2240For example, this command:
2241
474c8240 2242@smallexample
c906108c 2243set env USER = foo
474c8240 2244@end smallexample
c906108c
SS
2245
2246@noindent
d4f3574e 2247tells the debugged program, when subsequently run, that its user is named
c906108c
SS
2248@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2249are not actually required.)
2250
2251@kindex unset environment
2252@item unset environment @var{varname}
2253Remove variable @var{varname} from the environment to be passed to your
2254program. This is different from @samp{set env @var{varname} =};
2255@code{unset environment} removes the variable from the environment,
2256rather than assigning it an empty value.
2257@end table
2258
d4f3574e
SS
2259@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2260the shell indicated
c906108c
SS
2261by your @code{SHELL} environment variable if it exists (or
2262@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
2263that runs an initialization file---such as @file{.cshrc} for C-shell, or
2264@file{.bashrc} for BASH---any variables you set in that file affect
2265your program. You may wish to move setting of environment variables to
2266files that are only run when you sign on, such as @file{.login} or
2267@file{.profile}.
2268
6d2ebf8b 2269@node Working Directory
79a6e687 2270@section Your Program's Working Directory
c906108c
SS
2271
2272@cindex working directory (of your program)
2273Each time you start your program with @code{run}, it inherits its
2274working directory from the current working directory of @value{GDBN}.
2275The @value{GDBN} working directory is initially whatever it inherited
2276from its parent process (typically the shell), but you can specify a new
2277working directory in @value{GDBN} with the @code{cd} command.
2278
2279The @value{GDBN} working directory also serves as a default for the commands
2280that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
79a6e687 2281Specify Files}.
c906108c
SS
2282
2283@table @code
2284@kindex cd
721c2651 2285@cindex change working directory
f3c8a52a
JK
2286@item cd @r{[}@var{directory}@r{]}
2287Set the @value{GDBN} working directory to @var{directory}. If not
2288given, @var{directory} uses @file{'~'}.
c906108c
SS
2289
2290@kindex pwd
2291@item pwd
2292Print the @value{GDBN} working directory.
2293@end table
2294
60bf7e09
EZ
2295It is generally impossible to find the current working directory of
2296the process being debugged (since a program can change its directory
2297during its run). If you work on a system where @value{GDBN} is
2298configured with the @file{/proc} support, you can use the @code{info
2299proc} command (@pxref{SVR4 Process Information}) to find out the
2300current working directory of the debuggee.
2301
6d2ebf8b 2302@node Input/Output
79a6e687 2303@section Your Program's Input and Output
c906108c
SS
2304
2305@cindex redirection
2306@cindex i/o
2307@cindex terminal
2308By default, the program you run under @value{GDBN} does input and output to
5d161b24 2309the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2310to its own terminal modes to interact with you, but it records the terminal
2311modes your program was using and switches back to them when you continue
2312running your program.
2313
2314@table @code
2315@kindex info terminal
2316@item info terminal
2317Displays information recorded by @value{GDBN} about the terminal modes your
2318program is using.
2319@end table
2320
2321You can redirect your program's input and/or output using shell
2322redirection with the @code{run} command. For example,
2323
474c8240 2324@smallexample
c906108c 2325run > outfile
474c8240 2326@end smallexample
c906108c
SS
2327
2328@noindent
2329starts your program, diverting its output to the file @file{outfile}.
2330
2331@kindex tty
2332@cindex controlling terminal
2333Another way to specify where your program should do input and output is
2334with the @code{tty} command. This command accepts a file name as
2335argument, and causes this file to be the default for future @code{run}
2336commands. It also resets the controlling terminal for the child
2337process, for future @code{run} commands. For example,
2338
474c8240 2339@smallexample
c906108c 2340tty /dev/ttyb
474c8240 2341@end smallexample
c906108c
SS
2342
2343@noindent
2344directs that processes started with subsequent @code{run} commands
2345default to do input and output on the terminal @file{/dev/ttyb} and have
2346that as their controlling terminal.
2347
2348An explicit redirection in @code{run} overrides the @code{tty} command's
2349effect on the input/output device, but not its effect on the controlling
2350terminal.
2351
2352When you use the @code{tty} command or redirect input in the @code{run}
2353command, only the input @emph{for your program} is affected. The input
3cb3b8df
BR
2354for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2355for @code{set inferior-tty}.
2356
2357@cindex inferior tty
2358@cindex set inferior controlling terminal
2359You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2360display the name of the terminal that will be used for future runs of your
2361program.
2362
2363@table @code
2364@item set inferior-tty /dev/ttyb
2365@kindex set inferior-tty
2366Set the tty for the program being debugged to /dev/ttyb.
2367
2368@item show inferior-tty
2369@kindex show inferior-tty
2370Show the current tty for the program being debugged.
2371@end table
c906108c 2372
6d2ebf8b 2373@node Attach
79a6e687 2374@section Debugging an Already-running Process
c906108c
SS
2375@kindex attach
2376@cindex attach
2377
2378@table @code
2379@item attach @var{process-id}
2380This command attaches to a running process---one that was started
2381outside @value{GDBN}. (@code{info files} shows your active
2382targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2383find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2384or with the @samp{jobs -l} shell command.
2385
2386@code{attach} does not repeat if you press @key{RET} a second time after
2387executing the command.
2388@end table
2389
2390To use @code{attach}, your program must be running in an environment
2391which supports processes; for example, @code{attach} does not work for
2392programs on bare-board targets that lack an operating system. You must
2393also have permission to send the process a signal.
2394
2395When you use @code{attach}, the debugger finds the program running in
2396the process first by looking in the current working directory, then (if
2397the program is not found) by using the source file search path
79a6e687 2398(@pxref{Source Path, ,Specifying Source Directories}). You can also use
c906108c
SS
2399the @code{file} command to load the program. @xref{Files, ,Commands to
2400Specify Files}.
2401
2402The first thing @value{GDBN} does after arranging to debug the specified
2403process is to stop it. You can examine and modify an attached process
53a5351d
JM
2404with all the @value{GDBN} commands that are ordinarily available when
2405you start processes with @code{run}. You can insert breakpoints; you
2406can step and continue; you can modify storage. If you would rather the
2407process continue running, you may use the @code{continue} command after
c906108c
SS
2408attaching @value{GDBN} to the process.
2409
2410@table @code
2411@kindex detach
2412@item detach
2413When you have finished debugging the attached process, you can use the
2414@code{detach} command to release it from @value{GDBN} control. Detaching
2415the process continues its execution. After the @code{detach} command,
2416that process and @value{GDBN} become completely independent once more, and you
2417are ready to @code{attach} another process or start one with @code{run}.
2418@code{detach} does not repeat if you press @key{RET} again after
2419executing the command.
2420@end table
2421
159fcc13
JK
2422If you exit @value{GDBN} while you have an attached process, you detach
2423that process. If you use the @code{run} command, you kill that process.
2424By default, @value{GDBN} asks for confirmation if you try to do either of these
2425things; you can control whether or not you need to confirm by using the
2426@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
79a6e687 2427Messages}).
c906108c 2428
6d2ebf8b 2429@node Kill Process
79a6e687 2430@section Killing the Child Process
c906108c
SS
2431
2432@table @code
2433@kindex kill
2434@item kill
2435Kill the child process in which your program is running under @value{GDBN}.
2436@end table
2437
2438This command is useful if you wish to debug a core dump instead of a
2439running process. @value{GDBN} ignores any core dump file while your program
2440is running.
2441
2442On some operating systems, a program cannot be executed outside @value{GDBN}
2443while you have breakpoints set on it inside @value{GDBN}. You can use the
2444@code{kill} command in this situation to permit running your program
2445outside the debugger.
2446
2447The @code{kill} command is also useful if you wish to recompile and
2448relink your program, since on many systems it is impossible to modify an
2449executable file while it is running in a process. In this case, when you
2450next type @code{run}, @value{GDBN} notices that the file has changed, and
2451reads the symbol table again (while trying to preserve your current
2452breakpoint settings).
2453
6c95b8df
PA
2454@node Inferiors and Programs
2455@section Debugging Multiple Inferiors and Programs
b77209e0 2456
6c95b8df
PA
2457@value{GDBN} lets you run and debug multiple programs in a single
2458session. In addition, @value{GDBN} on some systems may let you run
2459several programs simultaneously (otherwise you have to exit from one
2460before starting another). In the most general case, you can have
2461multiple threads of execution in each of multiple processes, launched
2462from multiple executables.
b77209e0
PA
2463
2464@cindex inferior
2465@value{GDBN} represents the state of each program execution with an
2466object called an @dfn{inferior}. An inferior typically corresponds to
2467a process, but is more general and applies also to targets that do not
2468have processes. Inferiors may be created before a process runs, and
6c95b8df
PA
2469may be retained after a process exits. Inferiors have unique
2470identifiers that are different from process ids. Usually each
2471inferior will also have its own distinct address space, although some
2472embedded targets may have several inferiors running in different parts
2473of a single address space. Each inferior may in turn have multiple
2474threads running in it.
b77209e0 2475
6c95b8df
PA
2476To find out what inferiors exist at any moment, use @w{@code{info
2477inferiors}}:
b77209e0
PA
2478
2479@table @code
2480@kindex info inferiors
2481@item info inferiors
2482Print a list of all inferiors currently being managed by @value{GDBN}.
3a1ff0b6
PA
2483
2484@value{GDBN} displays for each inferior (in this order):
2485
2486@enumerate
2487@item
2488the inferior number assigned by @value{GDBN}
2489
2490@item
2491the target system's inferior identifier
6c95b8df
PA
2492
2493@item
2494the name of the executable the inferior is running.
2495
3a1ff0b6
PA
2496@end enumerate
2497
2498@noindent
2499An asterisk @samp{*} preceding the @value{GDBN} inferior number
2500indicates the current inferior.
2501
2502For example,
2277426b 2503@end table
3a1ff0b6
PA
2504@c end table here to get a little more width for example
2505
2506@smallexample
2507(@value{GDBP}) info inferiors
6c95b8df
PA
2508 Num Description Executable
2509 2 process 2307 hello
2510* 1 process 3401 goodbye
3a1ff0b6 2511@end smallexample
2277426b
PA
2512
2513To switch focus between inferiors, use the @code{inferior} command:
2514
2515@table @code
3a1ff0b6
PA
2516@kindex inferior @var{infno}
2517@item inferior @var{infno}
2518Make inferior number @var{infno} the current inferior. The argument
2519@var{infno} is the inferior number assigned by @value{GDBN}, as shown
2520in the first field of the @samp{info inferiors} display.
2277426b
PA
2521@end table
2522
6c95b8df
PA
2523
2524You can get multiple executables into a debugging session via the
2525@code{add-inferior} and @w{@code{clone-inferior}} commands. On some
2526systems @value{GDBN} can add inferiors to the debug session
2527automatically by following calls to @code{fork} and @code{exec}. To
2528remove inferiors from the debugging session use the
af624141 2529@w{@code{remove-inferiors}} command.
6c95b8df
PA
2530
2531@table @code
2532@kindex add-inferior
2533@item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ]
2534Adds @var{n} inferiors to be run using @var{executable} as the
2535executable. @var{n} defaults to 1. If no executable is specified,
2536the inferiors begins empty, with no program. You can still assign or
2537change the program assigned to the inferior at any time by using the
2538@code{file} command with the executable name as its argument.
2539
2540@kindex clone-inferior
2541@item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
2542Adds @var{n} inferiors ready to execute the same program as inferior
2543@var{infno}. @var{n} defaults to 1. @var{infno} defaults to the
2544number of the current inferior. This is a convenient command when you
2545want to run another instance of the inferior you are debugging.
2546
2547@smallexample
2548(@value{GDBP}) info inferiors
2549 Num Description Executable
2550* 1 process 29964 helloworld
2551(@value{GDBP}) clone-inferior
2552Added inferior 2.
25531 inferiors added.
2554(@value{GDBP}) info inferiors
2555 Num Description Executable
2556 2 <null> helloworld
2557* 1 process 29964 helloworld
2558@end smallexample
2559
2560You can now simply switch focus to inferior 2 and run it.
2561
af624141
MS
2562@kindex remove-inferiors
2563@item remove-inferiors @var{infno}@dots{}
2564Removes the inferior or inferiors @var{infno}@dots{}. It is not
2565possible to remove an inferior that is running with this command. For
2566those, use the @code{kill} or @code{detach} command first.
6c95b8df
PA
2567
2568@end table
2569
2570To quit debugging one of the running inferiors that is not the current
2571inferior, you can either detach from it by using the @w{@code{detach
2572inferior}} command (allowing it to run independently), or kill it
af624141 2573using the @w{@code{kill inferiors}} command:
2277426b
PA
2574
2575@table @code
af624141
MS
2576@kindex detach inferiors @var{infno}@dots{}
2577@item detach inferior @var{infno}@dots{}
2578Detach from the inferior or inferiors identified by @value{GDBN}
5e30da2c 2579inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
af624141
MS
2580still stays on the list of inferiors shown by @code{info inferiors},
2581but its Description will show @samp{<null>}.
2582
2583@kindex kill inferiors @var{infno}@dots{}
2584@item kill inferiors @var{infno}@dots{}
2585Kill the inferior or inferiors identified by @value{GDBN} inferior
2586number(s) @var{infno}@dots{}. Note that the inferior's entry still
2587stays on the list of inferiors shown by @code{info inferiors}, but its
2588Description will show @samp{<null>}.
2277426b
PA
2589@end table
2590
6c95b8df 2591After the successful completion of a command such as @code{detach},
af624141 2592@code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
6c95b8df
PA
2593a normal process exit, the inferior is still valid and listed with
2594@code{info inferiors}, ready to be restarted.
2595
2596
2277426b
PA
2597To be notified when inferiors are started or exit under @value{GDBN}'s
2598control use @w{@code{set print inferior-events}}:
b77209e0 2599
2277426b 2600@table @code
b77209e0
PA
2601@kindex set print inferior-events
2602@cindex print messages on inferior start and exit
2603@item set print inferior-events
2604@itemx set print inferior-events on
2605@itemx set print inferior-events off
2606The @code{set print inferior-events} command allows you to enable or
2607disable printing of messages when @value{GDBN} notices that new
2608inferiors have started or that inferiors have exited or have been
2609detached. By default, these messages will not be printed.
2610
2611@kindex show print inferior-events
2612@item show print inferior-events
2613Show whether messages will be printed when @value{GDBN} detects that
2614inferiors have started, exited or have been detached.
2615@end table
2616
6c95b8df
PA
2617Many commands will work the same with multiple programs as with a
2618single program: e.g., @code{print myglobal} will simply display the
2619value of @code{myglobal} in the current inferior.
2620
2621
2622Occasionaly, when debugging @value{GDBN} itself, it may be useful to
2623get more info about the relationship of inferiors, programs, address
2624spaces in a debug session. You can do that with the @w{@code{maint
2625info program-spaces}} command.
2626
2627@table @code
2628@kindex maint info program-spaces
2629@item maint info program-spaces
2630Print a list of all program spaces currently being managed by
2631@value{GDBN}.
2632
2633@value{GDBN} displays for each program space (in this order):
2634
2635@enumerate
2636@item
2637the program space number assigned by @value{GDBN}
2638
2639@item
2640the name of the executable loaded into the program space, with e.g.,
2641the @code{file} command.
2642
2643@end enumerate
2644
2645@noindent
2646An asterisk @samp{*} preceding the @value{GDBN} program space number
2647indicates the current program space.
2648
2649In addition, below each program space line, @value{GDBN} prints extra
2650information that isn't suitable to display in tabular form. For
2651example, the list of inferiors bound to the program space.
2652
2653@smallexample
2654(@value{GDBP}) maint info program-spaces
2655 Id Executable
2656 2 goodbye
2657 Bound inferiors: ID 1 (process 21561)
2658* 1 hello
2659@end smallexample
2660
2661Here we can see that no inferior is running the program @code{hello},
2662while @code{process 21561} is running the program @code{goodbye}. On
2663some targets, it is possible that multiple inferiors are bound to the
2664same program space. The most common example is that of debugging both
2665the parent and child processes of a @code{vfork} call. For example,
2666
2667@smallexample
2668(@value{GDBP}) maint info program-spaces
2669 Id Executable
2670* 1 vfork-test
2671 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
2672@end smallexample
2673
2674Here, both inferior 2 and inferior 1 are running in the same program
2675space as a result of inferior 1 having executed a @code{vfork} call.
2676@end table
2677
6d2ebf8b 2678@node Threads
79a6e687 2679@section Debugging Programs with Multiple Threads
c906108c
SS
2680
2681@cindex threads of execution
2682@cindex multiple threads
2683@cindex switching threads
2684In some operating systems, such as HP-UX and Solaris, a single program
2685may have more than one @dfn{thread} of execution. The precise semantics
2686of threads differ from one operating system to another, but in general
2687the threads of a single program are akin to multiple processes---except
2688that they share one address space (that is, they can all examine and
2689modify the same variables). On the other hand, each thread has its own
2690registers and execution stack, and perhaps private memory.
2691
2692@value{GDBN} provides these facilities for debugging multi-thread
2693programs:
2694
2695@itemize @bullet
2696@item automatic notification of new threads
2697@item @samp{thread @var{threadno}}, a command to switch among threads
2698@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2699@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2700a command to apply a command to a list of threads
2701@item thread-specific breakpoints
93815fbf
VP
2702@item @samp{set print thread-events}, which controls printing of
2703messages on thread start and exit.
17a37d48
PP
2704@item @samp{set libthread-db-search-path @var{path}}, which lets
2705the user specify which @code{libthread_db} to use if the default choice
2706isn't compatible with the program.
c906108c
SS
2707@end itemize
2708
c906108c
SS
2709@quotation
2710@emph{Warning:} These facilities are not yet available on every
2711@value{GDBN} configuration where the operating system supports threads.
2712If your @value{GDBN} does not support threads, these commands have no
2713effect. For example, a system without thread support shows no output
2714from @samp{info threads}, and always rejects the @code{thread} command,
2715like this:
2716
2717@smallexample
2718(@value{GDBP}) info threads
2719(@value{GDBP}) thread 1
2720Thread ID 1 not known. Use the "info threads" command to
2721see the IDs of currently known threads.
2722@end smallexample
2723@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2724@c doesn't support threads"?
2725@end quotation
c906108c
SS
2726
2727@cindex focus of debugging
2728@cindex current thread
2729The @value{GDBN} thread debugging facility allows you to observe all
2730threads while your program runs---but whenever @value{GDBN} takes
2731control, one thread in particular is always the focus of debugging.
2732This thread is called the @dfn{current thread}. Debugging commands show
2733program information from the perspective of the current thread.
2734
41afff9a 2735@cindex @code{New} @var{systag} message
c906108c
SS
2736@cindex thread identifier (system)
2737@c FIXME-implementors!! It would be more helpful if the [New...] message
2738@c included GDB's numeric thread handle, so you could just go to that
2739@c thread without first checking `info threads'.
2740Whenever @value{GDBN} detects a new thread in your program, it displays
2741the target system's identification for the thread with a message in the
2742form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2743whose form varies depending on the particular system. For example, on
8807d78b 2744@sc{gnu}/Linux, you might see
c906108c 2745
474c8240 2746@smallexample
08e796bc 2747[New Thread 0x41e02940 (LWP 25582)]
474c8240 2748@end smallexample
c906108c
SS
2749
2750@noindent
2751when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2752the @var{systag} is simply something like @samp{process 368}, with no
2753further qualifier.
2754
2755@c FIXME!! (1) Does the [New...] message appear even for the very first
2756@c thread of a program, or does it only appear for the
6ca652b0 2757@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2758@c program?
2759@c (2) *Is* there necessarily a first thread always? Or do some
2760@c multithread systems permit starting a program with multiple
5d161b24 2761@c threads ab initio?
c906108c
SS
2762
2763@cindex thread number
2764@cindex thread identifier (GDB)
2765For debugging purposes, @value{GDBN} associates its own thread
2766number---always a single integer---with each thread in your program.
2767
2768@table @code
2769@kindex info threads
60f98dde
MS
2770@item info threads @r{[}@var{id}@dots{}@r{]}
2771Display a summary of all threads currently in your program. Optional
2772argument @var{id}@dots{} is one or more thread ids separated by spaces, and
2773means to print information only about the specified thread or threads.
2774@value{GDBN} displays for each thread (in this order):
c906108c
SS
2775
2776@enumerate
09d4efe1
EZ
2777@item
2778the thread number assigned by @value{GDBN}
c906108c 2779
09d4efe1
EZ
2780@item
2781the target system's thread identifier (@var{systag})
c906108c 2782
4694da01
TT
2783@item
2784the thread's name, if one is known. A thread can either be named by
2785the user (see @code{thread name}, below), or, in some cases, by the
2786program itself.
2787
09d4efe1
EZ
2788@item
2789the current stack frame summary for that thread
c906108c
SS
2790@end enumerate
2791
2792@noindent
2793An asterisk @samp{*} to the left of the @value{GDBN} thread number
2794indicates the current thread.
2795
5d161b24 2796For example,
c906108c
SS
2797@end table
2798@c end table here to get a little more width for example
2799
2800@smallexample
2801(@value{GDBP}) info threads
13fd8b81
TT
2802 Id Target Id Frame
2803 3 process 35 thread 27 0x34e5 in sigpause ()
2804 2 process 35 thread 23 0x34e5 in sigpause ()
2805* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
c906108c
SS
2806 at threadtest.c:68
2807@end smallexample
53a5351d 2808
c45da7e6
EZ
2809On Solaris, you can display more information about user threads with a
2810Solaris-specific command:
2811
2812@table @code
2813@item maint info sol-threads
2814@kindex maint info sol-threads
2815@cindex thread info (Solaris)
2816Display info on Solaris user threads.
2817@end table
2818
c906108c
SS
2819@table @code
2820@kindex thread @var{threadno}
2821@item thread @var{threadno}
2822Make thread number @var{threadno} the current thread. The command
2823argument @var{threadno} is the internal @value{GDBN} thread number, as
2824shown in the first field of the @samp{info threads} display.
2825@value{GDBN} responds by displaying the system identifier of the thread
2826you selected, and its current stack frame summary:
2827
2828@smallexample
c906108c 2829(@value{GDBP}) thread 2
13fd8b81
TT
2830[Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
2831#0 some_function (ignore=0x0) at example.c:8
28328 printf ("hello\n");
c906108c
SS
2833@end smallexample
2834
2835@noindent
2836As with the @samp{[New @dots{}]} message, the form of the text after
2837@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2838threads.
c906108c 2839
6aed2dbc
SS
2840@vindex $_thread@r{, convenience variable}
2841The debugger convenience variable @samp{$_thread} contains the number
2842of the current thread. You may find this useful in writing breakpoint
2843conditional expressions, command scripts, and so forth. See
2844@xref{Convenience Vars,, Convenience Variables}, for general
2845information on convenience variables.
2846
9c16f35a 2847@kindex thread apply
638ac427 2848@cindex apply command to several threads
13fd8b81 2849@item thread apply [@var{threadno} | all] @var{command}
839c27b7
EZ
2850The @code{thread apply} command allows you to apply the named
2851@var{command} to one or more threads. Specify the numbers of the
2852threads that you want affected with the command argument
2853@var{threadno}. It can be a single thread number, one of the numbers
2854shown in the first field of the @samp{info threads} display; or it
2855could be a range of thread numbers, as in @code{2-4}. To apply a
2856command to all threads, type @kbd{thread apply all @var{command}}.
93815fbf 2857
4694da01
TT
2858@kindex thread name
2859@cindex name a thread
2860@item thread name [@var{name}]
2861This command assigns a name to the current thread. If no argument is
2862given, any existing user-specified name is removed. The thread name
2863appears in the @samp{info threads} display.
2864
2865On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
2866determine the name of the thread as given by the OS. On these
2867systems, a name specified with @samp{thread name} will override the
2868system-give name, and removing the user-specified name will cause
2869@value{GDBN} to once again display the system-specified name.
2870
60f98dde
MS
2871@kindex thread find
2872@cindex search for a thread
2873@item thread find [@var{regexp}]
2874Search for and display thread ids whose name or @var{systag}
2875matches the supplied regular expression.
2876
2877As well as being the complement to the @samp{thread name} command,
2878this command also allows you to identify a thread by its target
2879@var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
2880is the LWP id.
2881
2882@smallexample
2883(@value{GDBN}) thread find 26688
2884Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
2885(@value{GDBN}) info thread 4
2886 Id Target Id Frame
2887 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
2888@end smallexample
2889
93815fbf
VP
2890@kindex set print thread-events
2891@cindex print messages on thread start and exit
2892@item set print thread-events
2893@itemx set print thread-events on
2894@itemx set print thread-events off
2895The @code{set print thread-events} command allows you to enable or
2896disable printing of messages when @value{GDBN} notices that new threads have
2897started or that threads have exited. By default, these messages will
2898be printed if detection of these events is supported by the target.
2899Note that these messages cannot be disabled on all targets.
2900
2901@kindex show print thread-events
2902@item show print thread-events
2903Show whether messages will be printed when @value{GDBN} detects that threads
2904have started and exited.
c906108c
SS
2905@end table
2906
79a6e687 2907@xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
c906108c
SS
2908more information about how @value{GDBN} behaves when you stop and start
2909programs with multiple threads.
2910
79a6e687 2911@xref{Set Watchpoints,,Setting Watchpoints}, for information about
c906108c 2912watchpoints in programs with multiple threads.
c906108c 2913
bf88dd68 2914@anchor{set libthread-db-search-path}
17a37d48
PP
2915@table @code
2916@kindex set libthread-db-search-path
2917@cindex search path for @code{libthread_db}
2918@item set libthread-db-search-path @r{[}@var{path}@r{]}
2919If this variable is set, @var{path} is a colon-separated list of
2920directories @value{GDBN} will use to search for @code{libthread_db}.
2921If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
98a5dd13 2922its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
7e0396aa
DE
2923Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
2924macro.
17a37d48
PP
2925
2926On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
2927@code{libthread_db} library to obtain information about threads in the
2928inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
bf88dd68
JK
2929to find @code{libthread_db}. @value{GDBN} also consults first if inferior
2930specific thread debugging library loading is enabled
2931by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
98a5dd13
DE
2932
2933A special entry @samp{$sdir} for @samp{libthread-db-search-path}
2934refers to the default system directories that are
bf88dd68
JK
2935normally searched for loading shared libraries. The @samp{$sdir} entry
2936is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
2937(@pxref{libthread_db.so.1 file}).
98a5dd13
DE
2938
2939A special entry @samp{$pdir} for @samp{libthread-db-search-path}
2940refers to the directory from which @code{libpthread}
2941was loaded in the inferior process.
17a37d48
PP
2942
2943For any @code{libthread_db} library @value{GDBN} finds in above directories,
2944@value{GDBN} attempts to initialize it with the current inferior process.
2945If this initialization fails (which could happen because of a version
2946mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
2947will unload @code{libthread_db}, and continue with the next directory.
2948If none of @code{libthread_db} libraries initialize successfully,
2949@value{GDBN} will issue a warning and thread debugging will be disabled.
2950
2951Setting @code{libthread-db-search-path} is currently implemented
2952only on some platforms.
2953
2954@kindex show libthread-db-search-path
2955@item show libthread-db-search-path
2956Display current libthread_db search path.
02d868e8
PP
2957
2958@kindex set debug libthread-db
2959@kindex show debug libthread-db
2960@cindex debugging @code{libthread_db}
2961@item set debug libthread-db
2962@itemx show debug libthread-db
2963Turns on or off display of @code{libthread_db}-related events.
2964Use @code{1} to enable, @code{0} to disable.
17a37d48
PP
2965@end table
2966
6c95b8df
PA
2967@node Forks
2968@section Debugging Forks
c906108c
SS
2969
2970@cindex fork, debugging programs which call
2971@cindex multiple processes
2972@cindex processes, multiple
53a5351d
JM
2973On most systems, @value{GDBN} has no special support for debugging
2974programs which create additional processes using the @code{fork}
2975function. When a program forks, @value{GDBN} will continue to debug the
2976parent process and the child process will run unimpeded. If you have
2977set a breakpoint in any code which the child then executes, the child
2978will get a @code{SIGTRAP} signal which (unless it catches the signal)
2979will cause it to terminate.
c906108c
SS
2980
2981However, if you want to debug the child process there is a workaround
2982which isn't too painful. Put a call to @code{sleep} in the code which
2983the child process executes after the fork. It may be useful to sleep
2984only if a certain environment variable is set, or a certain file exists,
2985so that the delay need not occur when you don't want to run @value{GDBN}
2986on the child. While the child is sleeping, use the @code{ps} program to
2987get its process ID. Then tell @value{GDBN} (a new invocation of
2988@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2989the child process (@pxref{Attach}). From that point on you can debug
c906108c 2990the child process just like any other process which you attached to.
c906108c 2991
b51970ac
DJ
2992On some systems, @value{GDBN} provides support for debugging programs that
2993create additional processes using the @code{fork} or @code{vfork} functions.
2994Currently, the only platforms with this feature are HP-UX (11.x and later
a6b151f1 2995only?) and @sc{gnu}/Linux (kernel version 2.5.60 and later).
c906108c
SS
2996
2997By default, when a program forks, @value{GDBN} will continue to debug
2998the parent process and the child process will run unimpeded.
2999
3000If you want to follow the child process instead of the parent process,
3001use the command @w{@code{set follow-fork-mode}}.
3002
3003@table @code
3004@kindex set follow-fork-mode
3005@item set follow-fork-mode @var{mode}
3006Set the debugger response to a program call of @code{fork} or
3007@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 3008process. The @var{mode} argument can be:
c906108c
SS
3009
3010@table @code
3011@item parent
3012The original process is debugged after a fork. The child process runs
2df3850c 3013unimpeded. This is the default.
c906108c
SS
3014
3015@item child
3016The new process is debugged after a fork. The parent process runs
3017unimpeded.
3018
c906108c
SS
3019@end table
3020
9c16f35a 3021@kindex show follow-fork-mode
c906108c 3022@item show follow-fork-mode
2df3850c 3023Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
3024@end table
3025
5c95884b
MS
3026@cindex debugging multiple processes
3027On Linux, if you want to debug both the parent and child processes, use the
3028command @w{@code{set detach-on-fork}}.
3029
3030@table @code
3031@kindex set detach-on-fork
3032@item set detach-on-fork @var{mode}
3033Tells gdb whether to detach one of the processes after a fork, or
3034retain debugger control over them both.
3035
3036@table @code
3037@item on
3038The child process (or parent process, depending on the value of
3039@code{follow-fork-mode}) will be detached and allowed to run
3040independently. This is the default.
3041
3042@item off
3043Both processes will be held under the control of @value{GDBN}.
3044One process (child or parent, depending on the value of
3045@code{follow-fork-mode}) is debugged as usual, while the other
3046is held suspended.
3047
3048@end table
3049
11310833
NR
3050@kindex show detach-on-fork
3051@item show detach-on-fork
3052Show whether detach-on-fork mode is on/off.
5c95884b
MS
3053@end table
3054
2277426b
PA
3055If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3056will retain control of all forked processes (including nested forks).
3057You can list the forked processes under the control of @value{GDBN} by
3058using the @w{@code{info inferiors}} command, and switch from one fork
6c95b8df
PA
3059to another by using the @code{inferior} command (@pxref{Inferiors and
3060Programs, ,Debugging Multiple Inferiors and Programs}).
5c95884b
MS
3061
3062To quit debugging one of the forked processes, you can either detach
af624141
MS
3063from it by using the @w{@code{detach inferiors}} command (allowing it
3064to run independently), or kill it using the @w{@code{kill inferiors}}
6c95b8df
PA
3065command. @xref{Inferiors and Programs, ,Debugging Multiple Inferiors
3066and Programs}.
5c95884b 3067
c906108c
SS
3068If you ask to debug a child process and a @code{vfork} is followed by an
3069@code{exec}, @value{GDBN} executes the new target up to the first
3070breakpoint in the new target. If you have a breakpoint set on
3071@code{main} in your original program, the breakpoint will also be set on
3072the child process's @code{main}.
3073
2277426b
PA
3074On some systems, when a child process is spawned by @code{vfork}, you
3075cannot debug the child or parent until an @code{exec} call completes.
c906108c
SS
3076
3077If you issue a @code{run} command to @value{GDBN} after an @code{exec}
6c95b8df
PA
3078call executes, the new target restarts. To restart the parent
3079process, use the @code{file} command with the parent executable name
3080as its argument. By default, after an @code{exec} call executes,
3081@value{GDBN} discards the symbols of the previous executable image.
3082You can change this behaviour with the @w{@code{set follow-exec-mode}}
3083command.
3084
3085@table @code
3086@kindex set follow-exec-mode
3087@item set follow-exec-mode @var{mode}
3088
3089Set debugger response to a program call of @code{exec}. An
3090@code{exec} call replaces the program image of a process.
3091
3092@code{follow-exec-mode} can be:
3093
3094@table @code
3095@item new
3096@value{GDBN} creates a new inferior and rebinds the process to this
3097new inferior. The program the process was running before the
3098@code{exec} call can be restarted afterwards by restarting the
3099original inferior.
3100
3101For example:
3102
3103@smallexample
3104(@value{GDBP}) info inferiors
3105(gdb) info inferior
3106 Id Description Executable
3107* 1 <null> prog1
3108(@value{GDBP}) run
3109process 12020 is executing new program: prog2
3110Program exited normally.
3111(@value{GDBP}) info inferiors
3112 Id Description Executable
3113* 2 <null> prog2
3114 1 <null> prog1
3115@end smallexample
3116
3117@item same
3118@value{GDBN} keeps the process bound to the same inferior. The new
3119executable image replaces the previous executable loaded in the
3120inferior. Restarting the inferior after the @code{exec} call, with
3121e.g., the @code{run} command, restarts the executable the process was
3122running after the @code{exec} call. This is the default mode.
3123
3124For example:
3125
3126@smallexample
3127(@value{GDBP}) info inferiors
3128 Id Description Executable
3129* 1 <null> prog1
3130(@value{GDBP}) run
3131process 12020 is executing new program: prog2
3132Program exited normally.
3133(@value{GDBP}) info inferiors
3134 Id Description Executable
3135* 1 <null> prog2
3136@end smallexample
3137
3138@end table
3139@end table
c906108c
SS
3140
3141You can use the @code{catch} command to make @value{GDBN} stop whenever
3142a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
79a6e687 3143Catchpoints, ,Setting Catchpoints}.
c906108c 3144
5c95884b 3145@node Checkpoint/Restart
79a6e687 3146@section Setting a @emph{Bookmark} to Return to Later
5c95884b
MS
3147
3148@cindex checkpoint
3149@cindex restart
3150@cindex bookmark
3151@cindex snapshot of a process
3152@cindex rewind program state
3153
3154On certain operating systems@footnote{Currently, only
3155@sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3156program's state, called a @dfn{checkpoint}, and come back to it
3157later.
3158
3159Returning to a checkpoint effectively undoes everything that has
3160happened in the program since the @code{checkpoint} was saved. This
3161includes changes in memory, registers, and even (within some limits)
3162system state. Effectively, it is like going back in time to the
3163moment when the checkpoint was saved.
3164
3165Thus, if you're stepping thru a program and you think you're
3166getting close to the point where things go wrong, you can save
3167a checkpoint. Then, if you accidentally go too far and miss
3168the critical statement, instead of having to restart your program
3169from the beginning, you can just go back to the checkpoint and
3170start again from there.
3171
3172This can be especially useful if it takes a lot of time or
3173steps to reach the point where you think the bug occurs.
3174
3175To use the @code{checkpoint}/@code{restart} method of debugging:
3176
3177@table @code
3178@kindex checkpoint
3179@item checkpoint
3180Save a snapshot of the debugged program's current execution state.
3181The @code{checkpoint} command takes no arguments, but each checkpoint
3182is assigned a small integer id, similar to a breakpoint id.
3183
3184@kindex info checkpoints
3185@item info checkpoints
3186List the checkpoints that have been saved in the current debugging
3187session. For each checkpoint, the following information will be
3188listed:
3189
3190@table @code
3191@item Checkpoint ID
3192@item Process ID
3193@item Code Address
3194@item Source line, or label
3195@end table
3196
3197@kindex restart @var{checkpoint-id}
3198@item restart @var{checkpoint-id}
3199Restore the program state that was saved as checkpoint number
3200@var{checkpoint-id}. All program variables, registers, stack frames
3201etc.@: will be returned to the values that they had when the checkpoint
3202was saved. In essence, gdb will ``wind back the clock'' to the point
3203in time when the checkpoint was saved.
3204
3205Note that breakpoints, @value{GDBN} variables, command history etc.
3206are not affected by restoring a checkpoint. In general, a checkpoint
3207only restores things that reside in the program being debugged, not in
3208the debugger.
3209
b8db102d
MS
3210@kindex delete checkpoint @var{checkpoint-id}
3211@item delete checkpoint @var{checkpoint-id}
5c95884b
MS
3212Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
3213
3214@end table
3215
3216Returning to a previously saved checkpoint will restore the user state
3217of the program being debugged, plus a significant subset of the system
3218(OS) state, including file pointers. It won't ``un-write'' data from
3219a file, but it will rewind the file pointer to the previous location,
3220so that the previously written data can be overwritten. For files
3221opened in read mode, the pointer will also be restored so that the
3222previously read data can be read again.
3223
3224Of course, characters that have been sent to a printer (or other
3225external device) cannot be ``snatched back'', and characters received
3226from eg.@: a serial device can be removed from internal program buffers,
3227but they cannot be ``pushed back'' into the serial pipeline, ready to
3228be received again. Similarly, the actual contents of files that have
3229been changed cannot be restored (at this time).
3230
3231However, within those constraints, you actually can ``rewind'' your
3232program to a previously saved point in time, and begin debugging it
3233again --- and you can change the course of events so as to debug a
3234different execution path this time.
3235
3236@cindex checkpoints and process id
3237Finally, there is one bit of internal program state that will be
3238different when you return to a checkpoint --- the program's process
3239id. Each checkpoint will have a unique process id (or @var{pid}),
3240and each will be different from the program's original @var{pid}.
3241If your program has saved a local copy of its process id, this could
3242potentially pose a problem.
3243
79a6e687 3244@subsection A Non-obvious Benefit of Using Checkpoints
5c95884b
MS
3245
3246On some systems such as @sc{gnu}/Linux, address space randomization
3247is performed on new processes for security reasons. This makes it
3248difficult or impossible to set a breakpoint, or watchpoint, on an
3249absolute address if you have to restart the program, since the
3250absolute location of a symbol will change from one execution to the
3251next.
3252
3253A checkpoint, however, is an @emph{identical} copy of a process.
3254Therefore if you create a checkpoint at (eg.@:) the start of main,
3255and simply return to that checkpoint instead of restarting the
3256process, you can avoid the effects of address randomization and
3257your symbols will all stay in the same place.
3258
6d2ebf8b 3259@node Stopping
c906108c
SS
3260@chapter Stopping and Continuing
3261
3262The principal purposes of using a debugger are so that you can stop your
3263program before it terminates; or so that, if your program runs into
3264trouble, you can investigate and find out why.
3265
7a292a7a
SS
3266Inside @value{GDBN}, your program may stop for any of several reasons,
3267such as a signal, a breakpoint, or reaching a new line after a
3268@value{GDBN} command such as @code{step}. You may then examine and
3269change variables, set new breakpoints or remove old ones, and then
3270continue execution. Usually, the messages shown by @value{GDBN} provide
3271ample explanation of the status of your program---but you can also
3272explicitly request this information at any time.
c906108c
SS
3273
3274@table @code
3275@kindex info program
3276@item info program
3277Display information about the status of your program: whether it is
7a292a7a 3278running or not, what process it is, and why it stopped.
c906108c
SS
3279@end table
3280
3281@menu
3282* Breakpoints:: Breakpoints, watchpoints, and catchpoints
3283* Continuing and Stepping:: Resuming execution
aad1c02c
TT
3284* Skipping Over Functions and Files::
3285 Skipping over functions and files
c906108c 3286* Signals:: Signals
c906108c 3287* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
3288@end menu
3289
6d2ebf8b 3290@node Breakpoints
79a6e687 3291@section Breakpoints, Watchpoints, and Catchpoints
c906108c
SS
3292
3293@cindex breakpoints
3294A @dfn{breakpoint} makes your program stop whenever a certain point in
3295the program is reached. For each breakpoint, you can add conditions to
3296control in finer detail whether your program stops. You can set
3297breakpoints with the @code{break} command and its variants (@pxref{Set
79a6e687 3298Breaks, ,Setting Breakpoints}), to specify the place where your program
c906108c
SS
3299should stop by line number, function name or exact address in the
3300program.
3301
09d4efe1
EZ
3302On some systems, you can set breakpoints in shared libraries before
3303the executable is run. There is a minor limitation on HP-UX systems:
3304you must wait until the executable is run in order to set breakpoints
3305in shared library routines that are not called directly by the program
3306(for example, routines that are arguments in a @code{pthread_create}
3307call).
c906108c
SS
3308
3309@cindex watchpoints
fd60e0df 3310@cindex data breakpoints
c906108c
SS
3311@cindex memory tracing
3312@cindex breakpoint on memory address
3313@cindex breakpoint on variable modification
3314A @dfn{watchpoint} is a special breakpoint that stops your program
fd60e0df 3315when the value of an expression changes. The expression may be a value
0ced0c34 3316of a variable, or it could involve values of one or more variables
fd60e0df
EZ
3317combined by operators, such as @samp{a + b}. This is sometimes called
3318@dfn{data breakpoints}. You must use a different command to set
79a6e687 3319watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
fd60e0df
EZ
3320from that, you can manage a watchpoint like any other breakpoint: you
3321enable, disable, and delete both breakpoints and watchpoints using the
3322same commands.
c906108c
SS
3323
3324You can arrange to have values from your program displayed automatically
3325whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
79a6e687 3326Automatic Display}.
c906108c
SS
3327
3328@cindex catchpoints
3329@cindex breakpoint on events
3330A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 3331when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
3332exception or the loading of a library. As with watchpoints, you use a
3333different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
79a6e687 3334Catchpoints}), but aside from that, you can manage a catchpoint like any
c906108c 3335other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 3336@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
3337
3338@cindex breakpoint numbers
3339@cindex numbers for breakpoints
3340@value{GDBN} assigns a number to each breakpoint, watchpoint, or
3341catchpoint when you create it; these numbers are successive integers
3342starting with one. In many of the commands for controlling various
3343features of breakpoints you use the breakpoint number to say which
3344breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
3345@dfn{disabled}; if disabled, it has no effect on your program until you
3346enable it again.
3347
c5394b80
JM
3348@cindex breakpoint ranges
3349@cindex ranges of breakpoints
3350Some @value{GDBN} commands accept a range of breakpoints on which to
3351operate. A breakpoint range is either a single breakpoint number, like
3352@samp{5}, or two such numbers, in increasing order, separated by a
3353hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
d52fb0e9 3354all breakpoints in that range are operated on.
c5394b80 3355
c906108c
SS
3356@menu
3357* Set Breaks:: Setting breakpoints
3358* Set Watchpoints:: Setting watchpoints
3359* Set Catchpoints:: Setting catchpoints
3360* Delete Breaks:: Deleting breakpoints
3361* Disabling:: Disabling breakpoints
3362* Conditions:: Break conditions
3363* Break Commands:: Breakpoint command lists
e7e0cddf 3364* Dynamic Printf:: Dynamic printf
6149aea9 3365* Save Breakpoints:: How to save breakpoints in a file
62e5f89c 3366* Static Probe Points:: Listing static probe points
d4f3574e 3367* Error in Breakpoints:: ``Cannot insert breakpoints''
79a6e687 3368* Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
c906108c
SS
3369@end menu
3370
6d2ebf8b 3371@node Set Breaks
79a6e687 3372@subsection Setting Breakpoints
c906108c 3373
5d161b24 3374@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
3375@c consider in particular declaration with/without initialization.
3376@c
3377@c FIXME 2 is there stuff on this already? break at fun start, already init?
3378
3379@kindex break
41afff9a
EZ
3380@kindex b @r{(@code{break})}
3381@vindex $bpnum@r{, convenience variable}
c906108c
SS
3382@cindex latest breakpoint
3383Breakpoints are set with the @code{break} command (abbreviated
5d161b24 3384@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 3385number of the breakpoint you've set most recently; see @ref{Convenience
79a6e687 3386Vars,, Convenience Variables}, for a discussion of what you can do with
c906108c
SS
3387convenience variables.
3388
c906108c 3389@table @code
2a25a5ba
EZ
3390@item break @var{location}
3391Set a breakpoint at the given @var{location}, which can specify a
3392function name, a line number, or an address of an instruction.
3393(@xref{Specify Location}, for a list of all the possible ways to
3394specify a @var{location}.) The breakpoint will stop your program just
3395before it executes any of the code in the specified @var{location}.
3396
c906108c 3397When using source languages that permit overloading of symbols, such as
2a25a5ba 3398C@t{++}, a function name may refer to more than one possible place to break.
6ba66d6a
JB
3399@xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
3400that situation.
c906108c 3401
45ac276d 3402It is also possible to insert a breakpoint that will stop the program
2c88c651
JB
3403only if a specific thread (@pxref{Thread-Specific Breakpoints})
3404or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
45ac276d 3405
c906108c
SS
3406@item break
3407When called without any arguments, @code{break} sets a breakpoint at
3408the next instruction to be executed in the selected stack frame
3409(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
3410innermost, this makes your program stop as soon as control
3411returns to that frame. This is similar to the effect of a
3412@code{finish} command in the frame inside the selected frame---except
3413that @code{finish} does not leave an active breakpoint. If you use
3414@code{break} without an argument in the innermost frame, @value{GDBN} stops
3415the next time it reaches the current location; this may be useful
3416inside loops.
3417
3418@value{GDBN} normally ignores breakpoints when it resumes execution, until at
3419least one instruction has been executed. If it did not do this, you
3420would be unable to proceed past a breakpoint without first disabling the
3421breakpoint. This rule applies whether or not the breakpoint already
3422existed when your program stopped.
3423
3424@item break @dots{} if @var{cond}
3425Set a breakpoint with condition @var{cond}; evaluate the expression
3426@var{cond} each time the breakpoint is reached, and stop only if the
3427value is nonzero---that is, if @var{cond} evaluates as true.
3428@samp{@dots{}} stands for one of the possible arguments described
3429above (or no argument) specifying where to break. @xref{Conditions,
79a6e687 3430,Break Conditions}, for more information on breakpoint conditions.
c906108c
SS
3431
3432@kindex tbreak
3433@item tbreak @var{args}
3434Set a breakpoint enabled only for one stop. @var{args} are the
3435same as for the @code{break} command, and the breakpoint is set in the same
3436way, but the breakpoint is automatically deleted after the first time your
79a6e687 3437program stops there. @xref{Disabling, ,Disabling Breakpoints}.
c906108c 3438
c906108c 3439@kindex hbreak
ba04e063 3440@cindex hardware breakpoints
c906108c 3441@item hbreak @var{args}
d4f3574e
SS
3442Set a hardware-assisted breakpoint. @var{args} are the same as for the
3443@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
3444breakpoint requires hardware support and some target hardware may not
3445have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
3446debugging, so you can set a breakpoint at an instruction without
3447changing the instruction. This can be used with the new trap-generation
09d4efe1 3448provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
3449will generate traps when a program accesses some data or instruction
3450address that is assigned to the debug registers. However the hardware
3451breakpoint registers can take a limited number of breakpoints. For
3452example, on the DSU, only two data breakpoints can be set at a time, and
3453@value{GDBN} will reject this command if more than two are used. Delete
3454or disable unused hardware breakpoints before setting new ones
79a6e687
BW
3455(@pxref{Disabling, ,Disabling Breakpoints}).
3456@xref{Conditions, ,Break Conditions}.
9c16f35a
EZ
3457For remote targets, you can restrict the number of hardware
3458breakpoints @value{GDBN} will use, see @ref{set remote
3459hardware-breakpoint-limit}.
501eef12 3460
c906108c
SS
3461@kindex thbreak
3462@item thbreak @var{args}
3463Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
3464are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 3465the same way. However, like the @code{tbreak} command,
c906108c
SS
3466the breakpoint is automatically deleted after the
3467first time your program stops there. Also, like the @code{hbreak}
5d161b24 3468command, the breakpoint requires hardware support and some target hardware
79a6e687
BW
3469may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
3470See also @ref{Conditions, ,Break Conditions}.
c906108c
SS
3471
3472@kindex rbreak
3473@cindex regular expression
8bd10a10 3474@cindex breakpoints at functions matching a regexp
c45da7e6 3475@cindex set breakpoints in many functions
c906108c 3476@item rbreak @var{regex}
c906108c 3477Set breakpoints on all functions matching the regular expression
11cf8741
JM
3478@var{regex}. This command sets an unconditional breakpoint on all
3479matches, printing a list of all breakpoints it set. Once these
3480breakpoints are set, they are treated just like the breakpoints set with
3481the @code{break} command. You can delete them, disable them, or make
3482them conditional the same way as any other breakpoint.
3483
3484The syntax of the regular expression is the standard one used with tools
3485like @file{grep}. Note that this is different from the syntax used by
3486shells, so for instance @code{foo*} matches all functions that include
3487an @code{fo} followed by zero or more @code{o}s. There is an implicit
3488@code{.*} leading and trailing the regular expression you supply, so to
3489match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 3490
f7dc1244 3491@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 3492When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
3493breakpoints on overloaded functions that are not members of any special
3494classes.
c906108c 3495
f7dc1244
EZ
3496@cindex set breakpoints on all functions
3497The @code{rbreak} command can be used to set breakpoints in
3498@strong{all} the functions in a program, like this:
3499
3500@smallexample
3501(@value{GDBP}) rbreak .
3502@end smallexample
3503
8bd10a10
CM
3504@item rbreak @var{file}:@var{regex}
3505If @code{rbreak} is called with a filename qualification, it limits
3506the search for functions matching the given regular expression to the
3507specified @var{file}. This can be used, for example, to set breakpoints on
3508every function in a given file:
3509
3510@smallexample
3511(@value{GDBP}) rbreak file.c:.
3512@end smallexample
3513
3514The colon separating the filename qualifier from the regex may
3515optionally be surrounded by spaces.
3516
c906108c
SS
3517@kindex info breakpoints
3518@cindex @code{$_} and @code{info breakpoints}
e5a67952
MS
3519@item info breakpoints @r{[}@var{n}@dots{}@r{]}
3520@itemx info break @r{[}@var{n}@dots{}@r{]}
c906108c 3521Print a table of all breakpoints, watchpoints, and catchpoints set and
45ac1734 3522not deleted. Optional argument @var{n} means print information only
e5a67952
MS
3523about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
3524For each breakpoint, following columns are printed:
c906108c
SS
3525
3526@table @emph
3527@item Breakpoint Numbers
3528@item Type
3529Breakpoint, watchpoint, or catchpoint.
3530@item Disposition
3531Whether the breakpoint is marked to be disabled or deleted when hit.
3532@item Enabled or Disabled
3533Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
b3db7447 3534that are not enabled.
c906108c 3535@item Address
fe6fbf8b 3536Where the breakpoint is in your program, as a memory address. For a
b3db7447
NR
3537pending breakpoint whose address is not yet known, this field will
3538contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
3539library that has the symbol or line referred by breakpoint is loaded.
3540See below for details. A breakpoint with several locations will
3b784c4f 3541have @samp{<MULTIPLE>} in this field---see below for details.
c906108c
SS
3542@item What
3543Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
3544line number. For a pending breakpoint, the original string passed to
3545the breakpoint command will be listed as it cannot be resolved until
3546the appropriate shared library is loaded in the future.
c906108c
SS
3547@end table
3548
3549@noindent
83364271
LM
3550If a breakpoint is conditional, there are two evaluation modes: ``host'' and
3551``target''. If mode is ``host'', breakpoint condition evaluation is done by
3552@value{GDBN} on the host's side. If it is ``target'', then the condition
3553is evaluated by the target. The @code{info break} command shows
3554the condition on the line following the affected breakpoint, together with
3555its condition evaluation mode in between parentheses.
3556
3557Breakpoint commands, if any, are listed after that. A pending breakpoint is
3558allowed to have a condition specified for it. The condition is not parsed for
3559validity until a shared library is loaded that allows the pending
3560breakpoint to resolve to a valid location.
c906108c
SS
3561
3562@noindent
3563@code{info break} with a breakpoint
3564number @var{n} as argument lists only that breakpoint. The
3565convenience variable @code{$_} and the default examining-address for
3566the @code{x} command are set to the address of the last breakpoint
79a6e687 3567listed (@pxref{Memory, ,Examining Memory}).
c906108c
SS
3568
3569@noindent
3570@code{info break} displays a count of the number of times the breakpoint
3571has been hit. This is especially useful in conjunction with the
3572@code{ignore} command. You can ignore a large number of breakpoint
3573hits, look at the breakpoint info to see how many times the breakpoint
3574was hit, and then run again, ignoring one less than that number. This
3575will get you quickly to the last hit of that breakpoint.
816338b5
SS
3576
3577@noindent
3578For a breakpoints with an enable count (xref) greater than 1,
3579@code{info break} also displays that count.
3580
c906108c
SS
3581@end table
3582
3583@value{GDBN} allows you to set any number of breakpoints at the same place in
3584your program. There is nothing silly or meaningless about this. When
3585the breakpoints are conditional, this is even useful
79a6e687 3586(@pxref{Conditions, ,Break Conditions}).
c906108c 3587
2e9132cc
EZ
3588@cindex multiple locations, breakpoints
3589@cindex breakpoints, multiple locations
fcda367b 3590It is possible that a breakpoint corresponds to several locations
fe6fbf8b
VP
3591in your program. Examples of this situation are:
3592
3593@itemize @bullet
f8eba3c6
TT
3594@item
3595Multiple functions in the program may have the same name.
3596
fe6fbf8b
VP
3597@item
3598For a C@t{++} constructor, the @value{NGCC} compiler generates several
3599instances of the function body, used in different cases.
3600
3601@item
3602For a C@t{++} template function, a given line in the function can
3603correspond to any number of instantiations.
3604
3605@item
3606For an inlined function, a given source line can correspond to
3607several places where that function is inlined.
fe6fbf8b
VP
3608@end itemize
3609
3610In all those cases, @value{GDBN} will insert a breakpoint at all
f8eba3c6 3611the relevant locations.
fe6fbf8b 3612
3b784c4f
EZ
3613A breakpoint with multiple locations is displayed in the breakpoint
3614table using several rows---one header row, followed by one row for
3615each breakpoint location. The header row has @samp{<MULTIPLE>} in the
3616address column. The rows for individual locations contain the actual
3617addresses for locations, and show the functions to which those
3618locations belong. The number column for a location is of the form
fe6fbf8b
VP
3619@var{breakpoint-number}.@var{location-number}.
3620
3621For example:
3b784c4f 3622
fe6fbf8b
VP
3623@smallexample
3624Num Type Disp Enb Address What
36251 breakpoint keep y <MULTIPLE>
3626 stop only if i==1
3627 breakpoint already hit 1 time
36281.1 y 0x080486a2 in void foo<int>() at t.cc:8
36291.2 y 0x080486ca in void foo<double>() at t.cc:8
3630@end smallexample
3631
3632Each location can be individually enabled or disabled by passing
3633@var{breakpoint-number}.@var{location-number} as argument to the
3b784c4f
EZ
3634@code{enable} and @code{disable} commands. Note that you cannot
3635delete the individual locations from the list, you can only delete the
16bfc218 3636entire list of locations that belong to their parent breakpoint (with
3b784c4f
EZ
3637the @kbd{delete @var{num}} command, where @var{num} is the number of
3638the parent breakpoint, 1 in the above example). Disabling or enabling
3639the parent breakpoint (@pxref{Disabling}) affects all of the locations
3640that belong to that breakpoint.
fe6fbf8b 3641
2650777c 3642@cindex pending breakpoints
fe6fbf8b 3643It's quite common to have a breakpoint inside a shared library.
3b784c4f 3644Shared libraries can be loaded and unloaded explicitly,
fe6fbf8b
VP
3645and possibly repeatedly, as the program is executed. To support
3646this use case, @value{GDBN} updates breakpoint locations whenever
3647any shared library is loaded or unloaded. Typically, you would
fcda367b 3648set a breakpoint in a shared library at the beginning of your
fe6fbf8b
VP
3649debugging session, when the library is not loaded, and when the
3650symbols from the library are not available. When you try to set
3651breakpoint, @value{GDBN} will ask you if you want to set
3b784c4f 3652a so called @dfn{pending breakpoint}---breakpoint whose address
fe6fbf8b
VP
3653is not yet resolved.
3654
3655After the program is run, whenever a new shared library is loaded,
3656@value{GDBN} reevaluates all the breakpoints. When a newly loaded
3657shared library contains the symbol or line referred to by some
3658pending breakpoint, that breakpoint is resolved and becomes an
3659ordinary breakpoint. When a library is unloaded, all breakpoints
3660that refer to its symbols or source lines become pending again.
3661
3662This logic works for breakpoints with multiple locations, too. For
3663example, if you have a breakpoint in a C@t{++} template function, and
3664a newly loaded shared library has an instantiation of that template,
3665a new location is added to the list of locations for the breakpoint.
3666
3667Except for having unresolved address, pending breakpoints do not
3668differ from regular breakpoints. You can set conditions or commands,
3669enable and disable them and perform other breakpoint operations.
3670
3671@value{GDBN} provides some additional commands for controlling what
3672happens when the @samp{break} command cannot resolve breakpoint
3673address specification to an address:
dd79a6cf
JJ
3674
3675@kindex set breakpoint pending
3676@kindex show breakpoint pending
3677@table @code
3678@item set breakpoint pending auto
3679This is the default behavior. When @value{GDBN} cannot find the breakpoint
3680location, it queries you whether a pending breakpoint should be created.
3681
3682@item set breakpoint pending on
3683This indicates that an unrecognized breakpoint location should automatically
3684result in a pending breakpoint being created.
3685
3686@item set breakpoint pending off
3687This indicates that pending breakpoints are not to be created. Any
3688unrecognized breakpoint location results in an error. This setting does
3689not affect any pending breakpoints previously created.
3690
3691@item show breakpoint pending
3692Show the current behavior setting for creating pending breakpoints.
3693@end table
2650777c 3694
fe6fbf8b
VP
3695The settings above only affect the @code{break} command and its
3696variants. Once breakpoint is set, it will be automatically updated
3697as shared libraries are loaded and unloaded.
2650777c 3698
765dc015
VP
3699@cindex automatic hardware breakpoints
3700For some targets, @value{GDBN} can automatically decide if hardware or
3701software breakpoints should be used, depending on whether the
3702breakpoint address is read-only or read-write. This applies to
3703breakpoints set with the @code{break} command as well as to internal
3704breakpoints set by commands like @code{next} and @code{finish}. For
fcda367b 3705breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
765dc015
VP
3706breakpoints.
3707
3708You can control this automatic behaviour with the following commands::
3709
3710@kindex set breakpoint auto-hw
3711@kindex show breakpoint auto-hw
3712@table @code
3713@item set breakpoint auto-hw on
3714This is the default behavior. When @value{GDBN} sets a breakpoint, it
3715will try to use the target memory map to decide if software or hardware
3716breakpoint must be used.
3717
3718@item set breakpoint auto-hw off
3719This indicates @value{GDBN} should not automatically select breakpoint
3720type. If the target provides a memory map, @value{GDBN} will warn when
3721trying to set software breakpoint at a read-only address.
3722@end table
3723
74960c60
VP
3724@value{GDBN} normally implements breakpoints by replacing the program code
3725at the breakpoint address with a special instruction, which, when
3726executed, given control to the debugger. By default, the program
3727code is so modified only when the program is resumed. As soon as
3728the program stops, @value{GDBN} restores the original instructions. This
3729behaviour guards against leaving breakpoints inserted in the
3730target should gdb abrubptly disconnect. However, with slow remote
3731targets, inserting and removing breakpoint can reduce the performance.
3732This behavior can be controlled with the following commands::
3733
3734@kindex set breakpoint always-inserted
3735@kindex show breakpoint always-inserted
3736@table @code
3737@item set breakpoint always-inserted off
33e5cbd6
PA
3738All breakpoints, including newly added by the user, are inserted in
3739the target only when the target is resumed. All breakpoints are
3740removed from the target when it stops.
74960c60
VP
3741
3742@item set breakpoint always-inserted on
3743Causes all breakpoints to be inserted in the target at all times. If
3744the user adds a new breakpoint, or changes an existing breakpoint, the
3745breakpoints in the target are updated immediately. A breakpoint is
3746removed from the target only when breakpoint itself is removed.
33e5cbd6
PA
3747
3748@cindex non-stop mode, and @code{breakpoint always-inserted}
3749@item set breakpoint always-inserted auto
3750This is the default mode. If @value{GDBN} is controlling the inferior
3751in non-stop mode (@pxref{Non-Stop Mode}), gdb behaves as if
3752@code{breakpoint always-inserted} mode is on. If @value{GDBN} is
3753controlling the inferior in all-stop mode, @value{GDBN} behaves as if
3754@code{breakpoint always-inserted} mode is off.
74960c60 3755@end table
765dc015 3756
83364271
LM
3757@value{GDBN} handles conditional breakpoints by evaluating these conditions
3758when a breakpoint breaks. If the condition is true, then the process being
3759debugged stops, otherwise the process is resumed.
3760
3761If the target supports evaluating conditions on its end, @value{GDBN} may
3762download the breakpoint, together with its conditions, to it.
3763
3764This feature can be controlled via the following commands:
3765
3766@kindex set breakpoint condition-evaluation
3767@kindex show breakpoint condition-evaluation
3768@table @code
3769@item set breakpoint condition-evaluation host
3770This option commands @value{GDBN} to evaluate the breakpoint
3771conditions on the host's side. Unconditional breakpoints are sent to
3772the target which in turn receives the triggers and reports them back to GDB
3773for condition evaluation. This is the standard evaluation mode.
3774
3775@item set breakpoint condition-evaluation target
3776This option commands @value{GDBN} to download breakpoint conditions
3777to the target at the moment of their insertion. The target
3778is responsible for evaluating the conditional expression and reporting
3779breakpoint stop events back to @value{GDBN} whenever the condition
3780is true. Due to limitations of target-side evaluation, some conditions
3781cannot be evaluated there, e.g., conditions that depend on local data
3782that is only known to the host. Examples include
3783conditional expressions involving convenience variables, complex types
3784that cannot be handled by the agent expression parser and expressions
3785that are too long to be sent over to the target, specially when the
3786target is a remote system. In these cases, the conditions will be
3787evaluated by @value{GDBN}.
3788
3789@item set breakpoint condition-evaluation auto
3790This is the default mode. If the target supports evaluating breakpoint
3791conditions on its end, @value{GDBN} will download breakpoint conditions to
3792the target (limitations mentioned previously apply). If the target does
3793not support breakpoint condition evaluation, then @value{GDBN} will fallback
3794to evaluating all these conditions on the host's side.
3795@end table
3796
3797
c906108c
SS
3798@cindex negative breakpoint numbers
3799@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
3800@value{GDBN} itself sometimes sets breakpoints in your program for
3801special purposes, such as proper handling of @code{longjmp} (in C
3802programs). These internal breakpoints are assigned negative numbers,
3803starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 3804You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 3805@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
3806
3807
6d2ebf8b 3808@node Set Watchpoints
79a6e687 3809@subsection Setting Watchpoints
c906108c
SS
3810
3811@cindex setting watchpoints
c906108c
SS
3812You can use a watchpoint to stop execution whenever the value of an
3813expression changes, without having to predict a particular place where
fd60e0df
EZ
3814this may happen. (This is sometimes called a @dfn{data breakpoint}.)
3815The expression may be as simple as the value of a single variable, or
3816as complex as many variables combined by operators. Examples include:
3817
3818@itemize @bullet
3819@item
3820A reference to the value of a single variable.
3821
3822@item
3823An address cast to an appropriate data type. For example,
3824@samp{*(int *)0x12345678} will watch a 4-byte region at the specified
3825address (assuming an @code{int} occupies 4 bytes).
3826
3827@item
3828An arbitrarily complex expression, such as @samp{a*b + c/d}. The
3829expression can use any operators valid in the program's native
3830language (@pxref{Languages}).
3831@end itemize
c906108c 3832
fa4727a6
DJ
3833You can set a watchpoint on an expression even if the expression can
3834not be evaluated yet. For instance, you can set a watchpoint on
3835@samp{*global_ptr} before @samp{global_ptr} is initialized.
3836@value{GDBN} will stop when your program sets @samp{global_ptr} and
3837the expression produces a valid value. If the expression becomes
3838valid in some other way than changing a variable (e.g.@: if the memory
3839pointed to by @samp{*global_ptr} becomes readable as the result of a
3840@code{malloc} call), @value{GDBN} may not stop until the next time
3841the expression changes.
3842
82f2d802
EZ
3843@cindex software watchpoints
3844@cindex hardware watchpoints
c906108c 3845Depending on your system, watchpoints may be implemented in software or
2df3850c 3846hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
3847program and testing the variable's value each time, which is hundreds of
3848times slower than normal execution. (But this may still be worth it, to
3849catch errors where you have no clue what part of your program is the
3850culprit.)
3851
37e4754d 3852On some systems, such as HP-UX, PowerPC, @sc{gnu}/Linux and most other
82f2d802
EZ
3853x86-based targets, @value{GDBN} includes support for hardware
3854watchpoints, which do not slow down the running of your program.
c906108c
SS
3855
3856@table @code
3857@kindex watch
9c06b0b4 3858@item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
fd60e0df
EZ
3859Set a watchpoint for an expression. @value{GDBN} will break when the
3860expression @var{expr} is written into by the program and its value
3861changes. The simplest (and the most popular) use of this command is
3862to watch the value of a single variable:
3863
3864@smallexample
3865(@value{GDBP}) watch foo
3866@end smallexample
c906108c 3867
d8b2a693 3868If the command includes a @code{@r{[}thread @var{threadnum}@r{]}}
9c06b0b4 3869argument, @value{GDBN} breaks only when the thread identified by
d8b2a693
JB
3870@var{threadnum} changes the value of @var{expr}. If any other threads
3871change the value of @var{expr}, @value{GDBN} will not break. Note
3872that watchpoints restricted to a single thread in this way only work
3873with Hardware Watchpoints.
3874
06a64a0b
TT
3875Ordinarily a watchpoint respects the scope of variables in @var{expr}
3876(see below). The @code{-location} argument tells @value{GDBN} to
3877instead watch the memory referred to by @var{expr}. In this case,
3878@value{GDBN} will evaluate @var{expr}, take the address of the result,
3879and watch the memory at that address. The type of the result is used
3880to determine the size of the watched memory. If the expression's
3881result does not have an address, then @value{GDBN} will print an
3882error.
3883
9c06b0b4
TJB
3884The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
3885of masked watchpoints, if the current architecture supports this
3886feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
3887Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
3888to an address to watch. The mask specifies that some bits of an address
3889(the bits which are reset in the mask) should be ignored when matching
3890the address accessed by the inferior against the watchpoint address.
3891Thus, a masked watchpoint watches many addresses simultaneously---those
3892addresses whose unmasked bits are identical to the unmasked bits in the
3893watchpoint address. The @code{mask} argument implies @code{-location}.
3894Examples:
3895
3896@smallexample
3897(@value{GDBP}) watch foo mask 0xffff00ff
3898(@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
3899@end smallexample
3900
c906108c 3901@kindex rwatch
9c06b0b4 3902@item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
3903Set a watchpoint that will break when the value of @var{expr} is read
3904by the program.
c906108c
SS
3905
3906@kindex awatch
9c06b0b4 3907@item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
3908Set a watchpoint that will break when @var{expr} is either read from
3909or written into by the program.
c906108c 3910
e5a67952
MS
3911@kindex info watchpoints @r{[}@var{n}@dots{}@r{]}
3912@item info watchpoints @r{[}@var{n}@dots{}@r{]}
d77f58be
SS
3913This command prints a list of watchpoints, using the same format as
3914@code{info break} (@pxref{Set Breaks}).
c906108c
SS
3915@end table
3916
65d79d4b
SDJ
3917If you watch for a change in a numerically entered address you need to
3918dereference it, as the address itself is just a constant number which will
3919never change. @value{GDBN} refuses to create a watchpoint that watches
3920a never-changing value:
3921
3922@smallexample
3923(@value{GDBP}) watch 0x600850
3924Cannot watch constant value 0x600850.
3925(@value{GDBP}) watch *(int *) 0x600850
3926Watchpoint 1: *(int *) 6293584
3927@end smallexample
3928
c906108c
SS
3929@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
3930watchpoints execute very quickly, and the debugger reports a change in
3931value at the exact instruction where the change occurs. If @value{GDBN}
3932cannot set a hardware watchpoint, it sets a software watchpoint, which
3933executes more slowly and reports the change in value at the next
82f2d802
EZ
3934@emph{statement}, not the instruction, after the change occurs.
3935
82f2d802
EZ
3936@cindex use only software watchpoints
3937You can force @value{GDBN} to use only software watchpoints with the
3938@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
3939zero, @value{GDBN} will never try to use hardware watchpoints, even if
3940the underlying system supports them. (Note that hardware-assisted
3941watchpoints that were set @emph{before} setting
3942@code{can-use-hw-watchpoints} to zero will still use the hardware
d3e8051b 3943mechanism of watching expression values.)
c906108c 3944
9c16f35a
EZ
3945@table @code
3946@item set can-use-hw-watchpoints
3947@kindex set can-use-hw-watchpoints
3948Set whether or not to use hardware watchpoints.
3949
3950@item show can-use-hw-watchpoints
3951@kindex show can-use-hw-watchpoints
3952Show the current mode of using hardware watchpoints.
3953@end table
3954
3955For remote targets, you can restrict the number of hardware
3956watchpoints @value{GDBN} will use, see @ref{set remote
3957hardware-breakpoint-limit}.
3958
c906108c
SS
3959When you issue the @code{watch} command, @value{GDBN} reports
3960
474c8240 3961@smallexample
c906108c 3962Hardware watchpoint @var{num}: @var{expr}
474c8240 3963@end smallexample
c906108c
SS
3964
3965@noindent
3966if it was able to set a hardware watchpoint.
3967
7be570e7
JM
3968Currently, the @code{awatch} and @code{rwatch} commands can only set
3969hardware watchpoints, because accesses to data that don't change the
3970value of the watched expression cannot be detected without examining
3971every instruction as it is being executed, and @value{GDBN} does not do
3972that currently. If @value{GDBN} finds that it is unable to set a
3973hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
3974will print a message like this:
3975
3976@smallexample
3977Expression cannot be implemented with read/access watchpoint.
3978@end smallexample
3979
3980Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
3981data type of the watched expression is wider than what a hardware
3982watchpoint on the target machine can handle. For example, some systems
3983can only watch regions that are up to 4 bytes wide; on such systems you
3984cannot set hardware watchpoints for an expression that yields a
3985double-precision floating-point number (which is typically 8 bytes
3986wide). As a work-around, it might be possible to break the large region
3987into a series of smaller ones and watch them with separate watchpoints.
3988
3989If you set too many hardware watchpoints, @value{GDBN} might be unable
3990to insert all of them when you resume the execution of your program.
3991Since the precise number of active watchpoints is unknown until such
3992time as the program is about to be resumed, @value{GDBN} might not be
3993able to warn you about this when you set the watchpoints, and the
3994warning will be printed only when the program is resumed:
3995
3996@smallexample
3997Hardware watchpoint @var{num}: Could not insert watchpoint
3998@end smallexample
3999
4000@noindent
4001If this happens, delete or disable some of the watchpoints.
4002
fd60e0df
EZ
4003Watching complex expressions that reference many variables can also
4004exhaust the resources available for hardware-assisted watchpoints.
4005That's because @value{GDBN} needs to watch every variable in the
4006expression with separately allocated resources.
4007
c906108c 4008If you call a function interactively using @code{print} or @code{call},
2df3850c 4009any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
4010kind of breakpoint or the call completes.
4011
7be570e7
JM
4012@value{GDBN} automatically deletes watchpoints that watch local
4013(automatic) variables, or expressions that involve such variables, when
4014they go out of scope, that is, when the execution leaves the block in
4015which these variables were defined. In particular, when the program
4016being debugged terminates, @emph{all} local variables go out of scope,
4017and so only watchpoints that watch global variables remain set. If you
4018rerun the program, you will need to set all such watchpoints again. One
4019way of doing that would be to set a code breakpoint at the entry to the
4020@code{main} function and when it breaks, set all the watchpoints.
4021
c906108c
SS
4022@cindex watchpoints and threads
4023@cindex threads and watchpoints
d983da9c
DJ
4024In multi-threaded programs, watchpoints will detect changes to the
4025watched expression from every thread.
4026
4027@quotation
4028@emph{Warning:} In multi-threaded programs, software watchpoints
53a5351d
JM
4029have only limited usefulness. If @value{GDBN} creates a software
4030watchpoint, it can only watch the value of an expression @emph{in a
4031single thread}. If you are confident that the expression can only
4032change due to the current thread's activity (and if you are also
4033confident that no other thread can become current), then you can use
4034software watchpoints as usual. However, @value{GDBN} may not notice
4035when a non-current thread's activity changes the expression. (Hardware
4036watchpoints, in contrast, watch an expression in all threads.)
c906108c 4037@end quotation
c906108c 4038
501eef12
AC
4039@xref{set remote hardware-watchpoint-limit}.
4040
6d2ebf8b 4041@node Set Catchpoints
79a6e687 4042@subsection Setting Catchpoints
d4f3574e 4043@cindex catchpoints, setting
c906108c
SS
4044@cindex exception handlers
4045@cindex event handling
4046
4047You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 4048kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
4049shared library. Use the @code{catch} command to set a catchpoint.
4050
4051@table @code
4052@kindex catch
4053@item catch @var{event}
4054Stop when @var{event} occurs. @var{event} can be any of the following:
4055@table @code
4056@item throw
4644b6e3 4057@cindex stop on C@t{++} exceptions
b37052ae 4058The throwing of a C@t{++} exception.
c906108c
SS
4059
4060@item catch
b37052ae 4061The catching of a C@t{++} exception.
c906108c 4062
8936fcda
JB
4063@item exception
4064@cindex Ada exception catching
4065@cindex catch Ada exceptions
4066An Ada exception being raised. If an exception name is specified
4067at the end of the command (eg @code{catch exception Program_Error}),
4068the debugger will stop only when this specific exception is raised.
4069Otherwise, the debugger stops execution when any Ada exception is raised.
4070
87f67dba
JB
4071When inserting an exception catchpoint on a user-defined exception whose
4072name is identical to one of the exceptions defined by the language, the
4073fully qualified name must be used as the exception name. Otherwise,
4074@value{GDBN} will assume that it should stop on the pre-defined exception
4075rather than the user-defined one. For instance, assuming an exception
4076called @code{Constraint_Error} is defined in package @code{Pck}, then
4077the command to use to catch such exceptions is @kbd{catch exception
4078Pck.Constraint_Error}.
4079
8936fcda
JB
4080@item exception unhandled
4081An exception that was raised but is not handled by the program.
4082
4083@item assert
4084A failed Ada assertion.
4085
c906108c 4086@item exec
4644b6e3 4087@cindex break on fork/exec
5ee187d7
DJ
4088A call to @code{exec}. This is currently only available for HP-UX
4089and @sc{gnu}/Linux.
c906108c 4090
a96d9b2e 4091@item syscall
ee8e71d4 4092@itemx syscall @r{[}@var{name} @r{|} @var{number}@r{]} @dots{}
a96d9b2e
SDJ
4093@cindex break on a system call.
4094A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
4095syscall is a mechanism for application programs to request a service
4096from the operating system (OS) or one of the OS system services.
4097@value{GDBN} can catch some or all of the syscalls issued by the
4098debuggee, and show the related information for each syscall. If no
4099argument is specified, calls to and returns from all system calls
4100will be caught.
4101
4102@var{name} can be any system call name that is valid for the
4103underlying OS. Just what syscalls are valid depends on the OS. On
4104GNU and Unix systems, you can find the full list of valid syscall
4105names on @file{/usr/include/asm/unistd.h}.
4106
4107@c For MS-Windows, the syscall names and the corresponding numbers
4108@c can be found, e.g., on this URL:
4109@c http://www.metasploit.com/users/opcode/syscalls.html
4110@c but we don't support Windows syscalls yet.
4111
4112Normally, @value{GDBN} knows in advance which syscalls are valid for
4113each OS, so you can use the @value{GDBN} command-line completion
4114facilities (@pxref{Completion,, command completion}) to list the
4115available choices.
4116
4117You may also specify the system call numerically. A syscall's
4118number is the value passed to the OS's syscall dispatcher to
4119identify the requested service. When you specify the syscall by its
4120name, @value{GDBN} uses its database of syscalls to convert the name
4121into the corresponding numeric code, but using the number directly
4122may be useful if @value{GDBN}'s database does not have the complete
4123list of syscalls on your system (e.g., because @value{GDBN} lags
4124behind the OS upgrades).
4125
4126The example below illustrates how this command works if you don't provide
4127arguments to it:
4128
4129@smallexample
4130(@value{GDBP}) catch syscall
4131Catchpoint 1 (syscall)
4132(@value{GDBP}) r
4133Starting program: /tmp/catch-syscall
4134
4135Catchpoint 1 (call to syscall 'close'), \
4136 0xffffe424 in __kernel_vsyscall ()
4137(@value{GDBP}) c
4138Continuing.
4139
4140Catchpoint 1 (returned from syscall 'close'), \
4141 0xffffe424 in __kernel_vsyscall ()
4142(@value{GDBP})
4143@end smallexample
4144
4145Here is an example of catching a system call by name:
4146
4147@smallexample
4148(@value{GDBP}) catch syscall chroot
4149Catchpoint 1 (syscall 'chroot' [61])
4150(@value{GDBP}) r
4151Starting program: /tmp/catch-syscall
4152
4153Catchpoint 1 (call to syscall 'chroot'), \
4154 0xffffe424 in __kernel_vsyscall ()
4155(@value{GDBP}) c
4156Continuing.
4157
4158Catchpoint 1 (returned from syscall 'chroot'), \
4159 0xffffe424 in __kernel_vsyscall ()
4160(@value{GDBP})
4161@end smallexample
4162
4163An example of specifying a system call numerically. In the case
4164below, the syscall number has a corresponding entry in the XML
4165file, so @value{GDBN} finds its name and prints it:
4166
4167@smallexample
4168(@value{GDBP}) catch syscall 252
4169Catchpoint 1 (syscall(s) 'exit_group')
4170(@value{GDBP}) r
4171Starting program: /tmp/catch-syscall
4172
4173Catchpoint 1 (call to syscall 'exit_group'), \
4174 0xffffe424 in __kernel_vsyscall ()
4175(@value{GDBP}) c
4176Continuing.
4177
4178Program exited normally.
4179(@value{GDBP})
4180@end smallexample
4181
4182However, there can be situations when there is no corresponding name
4183in XML file for that syscall number. In this case, @value{GDBN} prints
4184a warning message saying that it was not able to find the syscall name,
4185but the catchpoint will be set anyway. See the example below:
4186
4187@smallexample
4188(@value{GDBP}) catch syscall 764
4189warning: The number '764' does not represent a known syscall.
4190Catchpoint 2 (syscall 764)
4191(@value{GDBP})
4192@end smallexample
4193
4194If you configure @value{GDBN} using the @samp{--without-expat} option,
4195it will not be able to display syscall names. Also, if your
4196architecture does not have an XML file describing its system calls,
4197you will not be able to see the syscall names. It is important to
4198notice that these two features are used for accessing the syscall
4199name database. In either case, you will see a warning like this:
4200
4201@smallexample
4202(@value{GDBP}) catch syscall
4203warning: Could not open "syscalls/i386-linux.xml"
4204warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
4205GDB will not be able to display syscall names.
4206Catchpoint 1 (syscall)
4207(@value{GDBP})
4208@end smallexample
4209
4210Of course, the file name will change depending on your architecture and system.
4211
4212Still using the example above, you can also try to catch a syscall by its
4213number. In this case, you would see something like:
4214
4215@smallexample
4216(@value{GDBP}) catch syscall 252
4217Catchpoint 1 (syscall(s) 252)
4218@end smallexample
4219
4220Again, in this case @value{GDBN} would not be able to display syscall's names.
4221
c906108c 4222@item fork
5ee187d7
DJ
4223A call to @code{fork}. This is currently only available for HP-UX
4224and @sc{gnu}/Linux.
c906108c
SS
4225
4226@item vfork
5ee187d7
DJ
4227A call to @code{vfork}. This is currently only available for HP-UX
4228and @sc{gnu}/Linux.
c906108c 4229
edcc5120
TT
4230@item load @r{[}regexp@r{]}
4231@itemx unload @r{[}regexp@r{]}
4232The loading or unloading of a shared library. If @var{regexp} is
4233given, then the catchpoint will stop only if the regular expression
4234matches one of the affected libraries.
4235
ab04a2af
TT
4236@item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
4237The delivery of a signal.
4238
4239With no arguments, this catchpoint will catch any signal that is not
4240used internally by @value{GDBN}, specifically, all signals except
4241@samp{SIGTRAP} and @samp{SIGINT}.
4242
4243With the argument @samp{all}, all signals, including those used by
4244@value{GDBN}, will be caught. This argument cannot be used with other
4245signal names.
4246
4247Otherwise, the arguments are a list of signal names as given to
4248@code{handle} (@pxref{Signals}). Only signals specified in this list
4249will be caught.
4250
4251One reason that @code{catch signal} can be more useful than
4252@code{handle} is that you can attach commands and conditions to the
4253catchpoint.
4254
4255When a signal is caught by a catchpoint, the signal's @code{stop} and
4256@code{print} settings, as specified by @code{handle}, are ignored.
4257However, whether the signal is still delivered to the inferior depends
4258on the @code{pass} setting; this can be changed in the catchpoint's
4259commands.
4260
c906108c
SS
4261@end table
4262
4263@item tcatch @var{event}
4264Set a catchpoint that is enabled only for one stop. The catchpoint is
4265automatically deleted after the first time the event is caught.
4266
4267@end table
4268
4269Use the @code{info break} command to list the current catchpoints.
4270
b37052ae 4271There are currently some limitations to C@t{++} exception handling
c906108c
SS
4272(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
4273
4274@itemize @bullet
4275@item
4276If you call a function interactively, @value{GDBN} normally returns
4277control to you when the function has finished executing. If the call
4278raises an exception, however, the call may bypass the mechanism that
4279returns control to you and cause your program either to abort or to
4280simply continue running until it hits a breakpoint, catches a signal
4281that @value{GDBN} is listening for, or exits. This is the case even if
4282you set a catchpoint for the exception; catchpoints on exceptions are
4283disabled within interactive calls.
4284
4285@item
4286You cannot raise an exception interactively.
4287
4288@item
4289You cannot install an exception handler interactively.
4290@end itemize
4291
4292@cindex raise exceptions
4293Sometimes @code{catch} is not the best way to debug exception handling:
4294if you need to know exactly where an exception is raised, it is better to
4295stop @emph{before} the exception handler is called, since that way you
4296can see the stack before any unwinding takes place. If you set a
4297breakpoint in an exception handler instead, it may not be easy to find
4298out where the exception was raised.
4299
4300To stop just before an exception handler is called, you need some
b37052ae 4301knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
4302raised by calling a library function named @code{__raise_exception}
4303which has the following ANSI C interface:
4304
474c8240 4305@smallexample
c906108c 4306 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
4307 @var{id} is the exception identifier. */
4308 void __raise_exception (void **addr, void *id);
474c8240 4309@end smallexample
c906108c
SS
4310
4311@noindent
4312To make the debugger catch all exceptions before any stack
4313unwinding takes place, set a breakpoint on @code{__raise_exception}
79a6e687 4314(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Exceptions}).
c906108c 4315
79a6e687 4316With a conditional breakpoint (@pxref{Conditions, ,Break Conditions})
c906108c
SS
4317that depends on the value of @var{id}, you can stop your program when
4318a specific exception is raised. You can use multiple conditional
4319breakpoints to stop your program when any of a number of exceptions are
4320raised.
4321
4322
6d2ebf8b 4323@node Delete Breaks
79a6e687 4324@subsection Deleting Breakpoints
c906108c
SS
4325
4326@cindex clearing breakpoints, watchpoints, catchpoints
4327@cindex deleting breakpoints, watchpoints, catchpoints
4328It is often necessary to eliminate a breakpoint, watchpoint, or
4329catchpoint once it has done its job and you no longer want your program
4330to stop there. This is called @dfn{deleting} the breakpoint. A
4331breakpoint that has been deleted no longer exists; it is forgotten.
4332
4333With the @code{clear} command you can delete breakpoints according to
4334where they are in your program. With the @code{delete} command you can
4335delete individual breakpoints, watchpoints, or catchpoints by specifying
4336their breakpoint numbers.
4337
4338It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
4339automatically ignores breakpoints on the first instruction to be executed
4340when you continue execution without changing the execution address.
4341
4342@table @code
4343@kindex clear
4344@item clear
4345Delete any breakpoints at the next instruction to be executed in the
79a6e687 4346selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
c906108c
SS
4347the innermost frame is selected, this is a good way to delete a
4348breakpoint where your program just stopped.
4349
2a25a5ba
EZ
4350@item clear @var{location}
4351Delete any breakpoints set at the specified @var{location}.
4352@xref{Specify Location}, for the various forms of @var{location}; the
4353most useful ones are listed below:
4354
4355@table @code
c906108c
SS
4356@item clear @var{function}
4357@itemx clear @var{filename}:@var{function}
09d4efe1 4358Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
4359
4360@item clear @var{linenum}
4361@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
4362Delete any breakpoints set at or within the code of the specified
4363@var{linenum} of the specified @var{filename}.
2a25a5ba 4364@end table
c906108c
SS
4365
4366@cindex delete breakpoints
4367@kindex delete
41afff9a 4368@kindex d @r{(@code{delete})}
c5394b80
JM
4369@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
4370Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
4371ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
4372breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
4373confirm off}). You can abbreviate this command as @code{d}.
4374@end table
4375
6d2ebf8b 4376@node Disabling
79a6e687 4377@subsection Disabling Breakpoints
c906108c 4378
4644b6e3 4379@cindex enable/disable a breakpoint
c906108c
SS
4380Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
4381prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
4382it had been deleted, but remembers the information on the breakpoint so
4383that you can @dfn{enable} it again later.
4384
4385You disable and enable breakpoints, watchpoints, and catchpoints with
d77f58be
SS
4386the @code{enable} and @code{disable} commands, optionally specifying
4387one or more breakpoint numbers as arguments. Use @code{info break} to
4388print a list of all breakpoints, watchpoints, and catchpoints if you
4389do not know which numbers to use.
c906108c 4390
3b784c4f
EZ
4391Disabling and enabling a breakpoint that has multiple locations
4392affects all of its locations.
4393
816338b5
SS
4394A breakpoint, watchpoint, or catchpoint can have any of several
4395different states of enablement:
c906108c
SS
4396
4397@itemize @bullet
4398@item
4399Enabled. The breakpoint stops your program. A breakpoint set
4400with the @code{break} command starts out in this state.
4401@item
4402Disabled. The breakpoint has no effect on your program.
4403@item
4404Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 4405disabled.
c906108c 4406@item
816338b5
SS
4407Enabled for a count. The breakpoint stops your program for the next
4408N times, then becomes disabled.
4409@item
c906108c 4410Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
4411immediately after it does so it is deleted permanently. A breakpoint
4412set with the @code{tbreak} command starts out in this state.
c906108c
SS
4413@end itemize
4414
4415You can use the following commands to enable or disable breakpoints,
4416watchpoints, and catchpoints:
4417
4418@table @code
c906108c 4419@kindex disable
41afff9a 4420@kindex dis @r{(@code{disable})}
c5394b80 4421@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
4422Disable the specified breakpoints---or all breakpoints, if none are
4423listed. A disabled breakpoint has no effect but is not forgotten. All
4424options such as ignore-counts, conditions and commands are remembered in
4425case the breakpoint is enabled again later. You may abbreviate
4426@code{disable} as @code{dis}.
4427
c906108c 4428@kindex enable
c5394b80 4429@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
4430Enable the specified breakpoints (or all defined breakpoints). They
4431become effective once again in stopping your program.
4432
c5394b80 4433@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
4434Enable the specified breakpoints temporarily. @value{GDBN} disables any
4435of these breakpoints immediately after stopping your program.
4436
816338b5
SS
4437@item enable @r{[}breakpoints@r{]} count @var{count} @var{range}@dots{}
4438Enable the specified breakpoints temporarily. @value{GDBN} records
4439@var{count} with each of the specified breakpoints, and decrements a
4440breakpoint's count when it is hit. When any count reaches 0,
4441@value{GDBN} disables that breakpoint. If a breakpoint has an ignore
4442count (@pxref{Conditions, ,Break Conditions}), that will be
4443decremented to 0 before @var{count} is affected.
4444
c5394b80 4445@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
4446Enable the specified breakpoints to work once, then die. @value{GDBN}
4447deletes any of these breakpoints as soon as your program stops there.
09d4efe1 4448Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
4449@end table
4450
d4f3574e
SS
4451@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
4452@c confusing: tbreak is also initially enabled.
c906108c 4453Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
79a6e687 4454,Setting Breakpoints}), breakpoints that you set are initially enabled;
c906108c
SS
4455subsequently, they become disabled or enabled only when you use one of
4456the commands above. (The command @code{until} can set and delete a
4457breakpoint of its own, but it does not change the state of your other
4458breakpoints; see @ref{Continuing and Stepping, ,Continuing and
79a6e687 4459Stepping}.)
c906108c 4460
6d2ebf8b 4461@node Conditions
79a6e687 4462@subsection Break Conditions
c906108c
SS
4463@cindex conditional breakpoints
4464@cindex breakpoint conditions
4465
4466@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 4467@c in particular for a watchpoint?
c906108c
SS
4468The simplest sort of breakpoint breaks every time your program reaches a
4469specified place. You can also specify a @dfn{condition} for a
4470breakpoint. A condition is just a Boolean expression in your
4471programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
4472a condition evaluates the expression each time your program reaches it,
4473and your program stops only if the condition is @emph{true}.
4474
4475This is the converse of using assertions for program validation; in that
4476situation, you want to stop when the assertion is violated---that is,
4477when the condition is false. In C, if you want to test an assertion expressed
4478by the condition @var{assert}, you should set the condition
4479@samp{! @var{assert}} on the appropriate breakpoint.
4480
4481Conditions are also accepted for watchpoints; you may not need them,
4482since a watchpoint is inspecting the value of an expression anyhow---but
4483it might be simpler, say, to just set a watchpoint on a variable name,
4484and specify a condition that tests whether the new value is an interesting
4485one.
4486
4487Break conditions can have side effects, and may even call functions in
4488your program. This can be useful, for example, to activate functions
4489that log program progress, or to use your own print functions to
99e008fe 4490format special data structures. The effects are completely predictable
c906108c
SS
4491unless there is another enabled breakpoint at the same address. (In
4492that case, @value{GDBN} might see the other breakpoint first and stop your
4493program without checking the condition of this one.) Note that
d4f3574e
SS
4494breakpoint commands are usually more convenient and flexible than break
4495conditions for the
c906108c 4496purpose of performing side effects when a breakpoint is reached
79a6e687 4497(@pxref{Break Commands, ,Breakpoint Command Lists}).
c906108c 4498
83364271
LM
4499Breakpoint conditions can also be evaluated on the target's side if
4500the target supports it. Instead of evaluating the conditions locally,
4501@value{GDBN} encodes the expression into an agent expression
4502(@pxref{Agent Expressions}) suitable for execution on the target,
4503independently of @value{GDBN}. Global variables become raw memory
4504locations, locals become stack accesses, and so forth.
4505
4506In this case, @value{GDBN} will only be notified of a breakpoint trigger
4507when its condition evaluates to true. This mechanism may provide faster
4508response times depending on the performance characteristics of the target
4509since it does not need to keep @value{GDBN} informed about
4510every breakpoint trigger, even those with false conditions.
4511
c906108c
SS
4512Break conditions can be specified when a breakpoint is set, by using
4513@samp{if} in the arguments to the @code{break} command. @xref{Set
79a6e687 4514Breaks, ,Setting Breakpoints}. They can also be changed at any time
c906108c 4515with the @code{condition} command.
53a5351d 4516
c906108c
SS
4517You can also use the @code{if} keyword with the @code{watch} command.
4518The @code{catch} command does not recognize the @code{if} keyword;
4519@code{condition} is the only way to impose a further condition on a
4520catchpoint.
c906108c
SS
4521
4522@table @code
4523@kindex condition
4524@item condition @var{bnum} @var{expression}
4525Specify @var{expression} as the break condition for breakpoint,
4526watchpoint, or catchpoint number @var{bnum}. After you set a condition,
4527breakpoint @var{bnum} stops your program only if the value of
4528@var{expression} is true (nonzero, in C). When you use
4529@code{condition}, @value{GDBN} checks @var{expression} immediately for
4530syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
4531referents in the context of your breakpoint. If @var{expression} uses
4532symbols not referenced in the context of the breakpoint, @value{GDBN}
4533prints an error message:
4534
474c8240 4535@smallexample
d4f3574e 4536No symbol "foo" in current context.
474c8240 4537@end smallexample
d4f3574e
SS
4538
4539@noindent
c906108c
SS
4540@value{GDBN} does
4541not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
4542command (or a command that sets a breakpoint with a condition, like
4543@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
4544
4545@item condition @var{bnum}
4546Remove the condition from breakpoint number @var{bnum}. It becomes
4547an ordinary unconditional breakpoint.
4548@end table
4549
4550@cindex ignore count (of breakpoint)
4551A special case of a breakpoint condition is to stop only when the
4552breakpoint has been reached a certain number of times. This is so
4553useful that there is a special way to do it, using the @dfn{ignore
4554count} of the breakpoint. Every breakpoint has an ignore count, which
4555is an integer. Most of the time, the ignore count is zero, and
4556therefore has no effect. But if your program reaches a breakpoint whose
4557ignore count is positive, then instead of stopping, it just decrements
4558the ignore count by one and continues. As a result, if the ignore count
4559value is @var{n}, the breakpoint does not stop the next @var{n} times
4560your program reaches it.
4561
4562@table @code
4563@kindex ignore
4564@item ignore @var{bnum} @var{count}
4565Set the ignore count of breakpoint number @var{bnum} to @var{count}.
4566The next @var{count} times the breakpoint is reached, your program's
4567execution does not stop; other than to decrement the ignore count, @value{GDBN}
4568takes no action.
4569
4570To make the breakpoint stop the next time it is reached, specify
4571a count of zero.
4572
4573When you use @code{continue} to resume execution of your program from a
4574breakpoint, you can specify an ignore count directly as an argument to
4575@code{continue}, rather than using @code{ignore}. @xref{Continuing and
79a6e687 4576Stepping,,Continuing and Stepping}.
c906108c
SS
4577
4578If a breakpoint has a positive ignore count and a condition, the
4579condition is not checked. Once the ignore count reaches zero,
4580@value{GDBN} resumes checking the condition.
4581
4582You could achieve the effect of the ignore count with a condition such
4583as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
4584is decremented each time. @xref{Convenience Vars, ,Convenience
79a6e687 4585Variables}.
c906108c
SS
4586@end table
4587
4588Ignore counts apply to breakpoints, watchpoints, and catchpoints.
4589
4590
6d2ebf8b 4591@node Break Commands
79a6e687 4592@subsection Breakpoint Command Lists
c906108c
SS
4593
4594@cindex breakpoint commands
4595You can give any breakpoint (or watchpoint or catchpoint) a series of
4596commands to execute when your program stops due to that breakpoint. For
4597example, you might want to print the values of certain expressions, or
4598enable other breakpoints.
4599
4600@table @code
4601@kindex commands
ca91424e 4602@kindex end@r{ (breakpoint commands)}
95a42b64 4603@item commands @r{[}@var{range}@dots{}@r{]}
c906108c
SS
4604@itemx @dots{} @var{command-list} @dots{}
4605@itemx end
95a42b64 4606Specify a list of commands for the given breakpoints. The commands
c906108c
SS
4607themselves appear on the following lines. Type a line containing just
4608@code{end} to terminate the commands.
4609
4610To remove all commands from a breakpoint, type @code{commands} and
4611follow it immediately with @code{end}; that is, give no commands.
4612
95a42b64
TT
4613With no argument, @code{commands} refers to the last breakpoint,
4614watchpoint, or catchpoint set (not to the breakpoint most recently
4615encountered). If the most recent breakpoints were set with a single
4616command, then the @code{commands} will apply to all the breakpoints
4617set by that command. This applies to breakpoints set by
86b17b60
PA
4618@code{rbreak}, and also applies when a single @code{break} command
4619creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
4620Expressions}).
c906108c
SS
4621@end table
4622
4623Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
4624disabled within a @var{command-list}.
4625
4626You can use breakpoint commands to start your program up again. Simply
4627use the @code{continue} command, or @code{step}, or any other command
4628that resumes execution.
4629
4630Any other commands in the command list, after a command that resumes
4631execution, are ignored. This is because any time you resume execution
4632(even with a simple @code{next} or @code{step}), you may encounter
4633another breakpoint---which could have its own command list, leading to
4634ambiguities about which list to execute.
4635
4636@kindex silent
4637If the first command you specify in a command list is @code{silent}, the
4638usual message about stopping at a breakpoint is not printed. This may
4639be desirable for breakpoints that are to print a specific message and
4640then continue. If none of the remaining commands print anything, you
4641see no sign that the breakpoint was reached. @code{silent} is
4642meaningful only at the beginning of a breakpoint command list.
4643
4644The commands @code{echo}, @code{output}, and @code{printf} allow you to
4645print precisely controlled output, and are often useful in silent
79a6e687 4646breakpoints. @xref{Output, ,Commands for Controlled Output}.
c906108c
SS
4647
4648For example, here is how you could use breakpoint commands to print the
4649value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
4650
474c8240 4651@smallexample
c906108c
SS
4652break foo if x>0
4653commands
4654silent
4655printf "x is %d\n",x
4656cont
4657end
474c8240 4658@end smallexample
c906108c
SS
4659
4660One application for breakpoint commands is to compensate for one bug so
4661you can test for another. Put a breakpoint just after the erroneous line
4662of code, give it a condition to detect the case in which something
4663erroneous has been done, and give it commands to assign correct values
4664to any variables that need them. End with the @code{continue} command
4665so that your program does not stop, and start with the @code{silent}
4666command so that no output is produced. Here is an example:
4667
474c8240 4668@smallexample
c906108c
SS
4669break 403
4670commands
4671silent
4672set x = y + 4
4673cont
4674end
474c8240 4675@end smallexample
c906108c 4676
e7e0cddf
SS
4677@node Dynamic Printf
4678@subsection Dynamic Printf
4679
4680@cindex dynamic printf
4681@cindex dprintf
4682The dynamic printf command @code{dprintf} combines a breakpoint with
4683formatted printing of your program's data to give you the effect of
4684inserting @code{printf} calls into your program on-the-fly, without
4685having to recompile it.
4686
4687In its most basic form, the output goes to the GDB console. However,
4688you can set the variable @code{dprintf-style} for alternate handling.
4689For instance, you can ask to format the output by calling your
4690program's @code{printf} function. This has the advantage that the
4691characters go to the program's output device, so they can recorded in
4692redirects to files and so forth.
4693
d3ce09f5
SS
4694If you are doing remote debugging with a stub or agent, you can also
4695ask to have the printf handled by the remote agent. In addition to
4696ensuring that the output goes to the remote program's device along
4697with any other output the program might produce, you can also ask that
4698the dprintf remain active even after disconnecting from the remote
4699target. Using the stub/agent is also more efficient, as it can do
4700everything without needing to communicate with @value{GDBN}.
4701
e7e0cddf
SS
4702@table @code
4703@kindex dprintf
4704@item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
4705Whenever execution reaches @var{location}, print the values of one or
4706more @var{expressions} under the control of the string @var{template}.
4707To print several values, separate them with commas.
4708
4709@item set dprintf-style @var{style}
4710Set the dprintf output to be handled in one of several different
4711styles enumerated below. A change of style affects all existing
4712dynamic printfs immediately. (If you need individual control over the
4713print commands, simply define normal breakpoints with
4714explicitly-supplied command lists.)
4715
4716@item gdb
4717@kindex dprintf-style gdb
4718Handle the output using the @value{GDBN} @code{printf} command.
4719
4720@item call
4721@kindex dprintf-style call
4722Handle the output by calling a function in your program (normally
4723@code{printf}).
4724
d3ce09f5
SS
4725@item agent
4726@kindex dprintf-style agent
4727Have the remote debugging agent (such as @code{gdbserver}) handle
4728the output itself. This style is only available for agents that
4729support running commands on the target.
4730
e7e0cddf
SS
4731@item set dprintf-function @var{function}
4732Set the function to call if the dprintf style is @code{call}. By
4733default its value is @code{printf}. You may set it to any expression.
4734that @value{GDBN} can evaluate to a function, as per the @code{call}
4735command.
4736
4737@item set dprintf-channel @var{channel}
4738Set a ``channel'' for dprintf. If set to a non-empty value,
4739@value{GDBN} will evaluate it as an expression and pass the result as
4740a first argument to the @code{dprintf-function}, in the manner of
4741@code{fprintf} and similar functions. Otherwise, the dprintf format
4742string will be the first argument, in the manner of @code{printf}.
4743
4744As an example, if you wanted @code{dprintf} output to go to a logfile
4745that is a standard I/O stream assigned to the variable @code{mylog},
4746you could do the following:
4747
4748@example
4749(gdb) set dprintf-style call
4750(gdb) set dprintf-function fprintf
4751(gdb) set dprintf-channel mylog
4752(gdb) dprintf 25,"at line 25, glob=%d\n",glob
4753Dprintf 1 at 0x123456: file main.c, line 25.
4754(gdb) info break
47551 dprintf keep y 0x00123456 in main at main.c:25
4756 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
4757 continue
4758(gdb)
4759@end example
4760
4761Note that the @code{info break} displays the dynamic printf commands
4762as normal breakpoint commands; you can thus easily see the effect of
4763the variable settings.
4764
d3ce09f5
SS
4765@item set disconnected-dprintf on
4766@itemx set disconnected-dprintf off
4767@kindex set disconnected-dprintf
4768Choose whether @code{dprintf} commands should continue to run if
4769@value{GDBN} has disconnected from the target. This only applies
4770if the @code{dprintf-style} is @code{agent}.
4771
4772@item show disconnected-dprintf off
4773@kindex show disconnected-dprintf
4774Show the current choice for disconnected @code{dprintf}.
4775
e7e0cddf
SS
4776@end table
4777
4778@value{GDBN} does not check the validity of function and channel,
4779relying on you to supply values that are meaningful for the contexts
4780in which they are being used. For instance, the function and channel
4781may be the values of local variables, but if that is the case, then
4782all enabled dynamic prints must be at locations within the scope of
4783those locals. If evaluation fails, @value{GDBN} will report an error.
4784
6149aea9
PA
4785@node Save Breakpoints
4786@subsection How to save breakpoints to a file
4787
4788To save breakpoint definitions to a file use the @w{@code{save
4789breakpoints}} command.
4790
4791@table @code
4792@kindex save breakpoints
4793@cindex save breakpoints to a file for future sessions
4794@item save breakpoints [@var{filename}]
4795This command saves all current breakpoint definitions together with
4796their commands and ignore counts, into a file @file{@var{filename}}
4797suitable for use in a later debugging session. This includes all
4798types of breakpoints (breakpoints, watchpoints, catchpoints,
4799tracepoints). To read the saved breakpoint definitions, use the
4800@code{source} command (@pxref{Command Files}). Note that watchpoints
4801with expressions involving local variables may fail to be recreated
4802because it may not be possible to access the context where the
4803watchpoint is valid anymore. Because the saved breakpoint definitions
4804are simply a sequence of @value{GDBN} commands that recreate the
4805breakpoints, you can edit the file in your favorite editing program,
4806and remove the breakpoint definitions you're not interested in, or
4807that can no longer be recreated.
4808@end table
4809
62e5f89c
SDJ
4810@node Static Probe Points
4811@subsection Static Probe Points
4812
4813@cindex static probe point, SystemTap
4814@value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
4815for Statically Defined Tracing, and the probes are designed to have a tiny
4816runtime code and data footprint, and no dynamic relocations. They are
4817usable from assembly, C and C@t{++} languages. See
4818@uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
4819for a good reference on how the @acronym{SDT} probes are implemented.
4820
4821Currently, @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
4822@acronym{SDT} probes are supported on ELF-compatible systems. See
4823@uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
4824for more information on how to add @code{SystemTap} @acronym{SDT} probes
4825in your applications.
4826
4827@cindex semaphores on static probe points
4828Some probes have an associated semaphore variable; for instance, this
4829happens automatically if you defined your probe using a DTrace-style
4830@file{.d} file. If your probe has a semaphore, @value{GDBN} will
4831automatically enable it when you specify a breakpoint using the
4832@samp{-probe-stap} notation. But, if you put a breakpoint at a probe's
4833location by some other method (e.g., @code{break file:line}), then
4834@value{GDBN} will not automatically set the semaphore.
4835
4836You can examine the available static static probes using @code{info
4837probes}, with optional arguments:
4838
4839@table @code
4840@kindex info probes
4841@item info probes stap @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
4842If given, @var{provider} is a regular expression used to match against provider
4843names when selecting which probes to list. If omitted, probes by all
4844probes from all providers are listed.
4845
4846If given, @var{name} is a regular expression to match against probe names
4847when selecting which probes to list. If omitted, probe names are not
4848considered when deciding whether to display them.
4849
4850If given, @var{objfile} is a regular expression used to select which
4851object files (executable or shared libraries) to examine. If not
4852given, all object files are considered.
4853
4854@item info probes all
4855List the available static probes, from all types.
4856@end table
4857
4858@vindex $_probe_arg@r{, convenience variable}
4859A probe may specify up to twelve arguments. These are available at the
4860point at which the probe is defined---that is, when the current PC is
4861at the probe's location. The arguments are available using the
4862convenience variables (@pxref{Convenience Vars})
4863@code{$_probe_arg0}@dots{}@code{$_probe_arg11}. Each probe argument is
4864an integer of the appropriate size; types are not preserved. The
4865convenience variable @code{$_probe_argc} holds the number of arguments
4866at the current probe point.
4867
4868These variables are always available, but attempts to access them at
4869any location other than a probe point will cause @value{GDBN} to give
4870an error message.
4871
4872
c906108c 4873@c @ifclear BARETARGET
6d2ebf8b 4874@node Error in Breakpoints
d4f3574e 4875@subsection ``Cannot insert breakpoints''
c906108c 4876
fa3a767f
PA
4877If you request too many active hardware-assisted breakpoints and
4878watchpoints, you will see this error message:
d4f3574e
SS
4879
4880@c FIXME: the precise wording of this message may change; the relevant
4881@c source change is not committed yet (Sep 3, 1999).
4882@smallexample
4883Stopped; cannot insert breakpoints.
4884You may have requested too many hardware breakpoints and watchpoints.
4885@end smallexample
4886
4887@noindent
4888This message is printed when you attempt to resume the program, since
4889only then @value{GDBN} knows exactly how many hardware breakpoints and
4890watchpoints it needs to insert.
4891
4892When this message is printed, you need to disable or remove some of the
4893hardware-assisted breakpoints and watchpoints, and then continue.
4894
79a6e687 4895@node Breakpoint-related Warnings
1485d690
KB
4896@subsection ``Breakpoint address adjusted...''
4897@cindex breakpoint address adjusted
4898
4899Some processor architectures place constraints on the addresses at
4900which breakpoints may be placed. For architectures thus constrained,
4901@value{GDBN} will attempt to adjust the breakpoint's address to comply
4902with the constraints dictated by the architecture.
4903
4904One example of such an architecture is the Fujitsu FR-V. The FR-V is
4905a VLIW architecture in which a number of RISC-like instructions may be
4906bundled together for parallel execution. The FR-V architecture
4907constrains the location of a breakpoint instruction within such a
4908bundle to the instruction with the lowest address. @value{GDBN}
4909honors this constraint by adjusting a breakpoint's address to the
4910first in the bundle.
4911
4912It is not uncommon for optimized code to have bundles which contain
4913instructions from different source statements, thus it may happen that
4914a breakpoint's address will be adjusted from one source statement to
4915another. Since this adjustment may significantly alter @value{GDBN}'s
4916breakpoint related behavior from what the user expects, a warning is
4917printed when the breakpoint is first set and also when the breakpoint
4918is hit.
4919
4920A warning like the one below is printed when setting a breakpoint
4921that's been subject to address adjustment:
4922
4923@smallexample
4924warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
4925@end smallexample
4926
4927Such warnings are printed both for user settable and @value{GDBN}'s
4928internal breakpoints. If you see one of these warnings, you should
4929verify that a breakpoint set at the adjusted address will have the
4930desired affect. If not, the breakpoint in question may be removed and
b383017d 4931other breakpoints may be set which will have the desired behavior.
1485d690
KB
4932E.g., it may be sufficient to place the breakpoint at a later
4933instruction. A conditional breakpoint may also be useful in some
4934cases to prevent the breakpoint from triggering too often.
4935
4936@value{GDBN} will also issue a warning when stopping at one of these
4937adjusted breakpoints:
4938
4939@smallexample
4940warning: Breakpoint 1 address previously adjusted from 0x00010414
4941to 0x00010410.
4942@end smallexample
4943
4944When this warning is encountered, it may be too late to take remedial
4945action except in cases where the breakpoint is hit earlier or more
4946frequently than expected.
d4f3574e 4947
6d2ebf8b 4948@node Continuing and Stepping
79a6e687 4949@section Continuing and Stepping
c906108c
SS
4950
4951@cindex stepping
4952@cindex continuing
4953@cindex resuming execution
4954@dfn{Continuing} means resuming program execution until your program
4955completes normally. In contrast, @dfn{stepping} means executing just
4956one more ``step'' of your program, where ``step'' may mean either one
4957line of source code, or one machine instruction (depending on what
7a292a7a
SS
4958particular command you use). Either when continuing or when stepping,
4959your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
4960it stops due to a signal, you may want to use @code{handle}, or use
4961@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
4962
4963@table @code
4964@kindex continue
41afff9a
EZ
4965@kindex c @r{(@code{continue})}
4966@kindex fg @r{(resume foreground execution)}
c906108c
SS
4967@item continue @r{[}@var{ignore-count}@r{]}
4968@itemx c @r{[}@var{ignore-count}@r{]}
4969@itemx fg @r{[}@var{ignore-count}@r{]}
4970Resume program execution, at the address where your program last stopped;
4971any breakpoints set at that address are bypassed. The optional argument
4972@var{ignore-count} allows you to specify a further number of times to
4973ignore a breakpoint at this location; its effect is like that of
79a6e687 4974@code{ignore} (@pxref{Conditions, ,Break Conditions}).
c906108c
SS
4975
4976The argument @var{ignore-count} is meaningful only when your program
4977stopped due to a breakpoint. At other times, the argument to
4978@code{continue} is ignored.
4979
d4f3574e
SS
4980The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
4981debugged program is deemed to be the foreground program) are provided
4982purely for convenience, and have exactly the same behavior as
4983@code{continue}.
c906108c
SS
4984@end table
4985
4986To resume execution at a different place, you can use @code{return}
79a6e687 4987(@pxref{Returning, ,Returning from a Function}) to go back to the
c906108c 4988calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
79a6e687 4989Different Address}) to go to an arbitrary location in your program.
c906108c
SS
4990
4991A typical technique for using stepping is to set a breakpoint
79a6e687 4992(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
c906108c
SS
4993beginning of the function or the section of your program where a problem
4994is believed to lie, run your program until it stops at that breakpoint,
4995and then step through the suspect area, examining the variables that are
4996interesting, until you see the problem happen.
4997
4998@table @code
4999@kindex step
41afff9a 5000@kindex s @r{(@code{step})}
c906108c
SS
5001@item step
5002Continue running your program until control reaches a different source
5003line, then stop it and return control to @value{GDBN}. This command is
5004abbreviated @code{s}.
5005
5006@quotation
5007@c "without debugging information" is imprecise; actually "without line
5008@c numbers in the debugging information". (gcc -g1 has debugging info but
5009@c not line numbers). But it seems complex to try to make that
5010@c distinction here.
5011@emph{Warning:} If you use the @code{step} command while control is
5012within a function that was compiled without debugging information,
5013execution proceeds until control reaches a function that does have
5014debugging information. Likewise, it will not step into a function which
5015is compiled without debugging information. To step through functions
5016without debugging information, use the @code{stepi} command, described
5017below.
5018@end quotation
5019
4a92d011
EZ
5020The @code{step} command only stops at the first instruction of a source
5021line. This prevents the multiple stops that could otherwise occur in
5022@code{switch} statements, @code{for} loops, etc. @code{step} continues
5023to stop if a function that has debugging information is called within
5024the line. In other words, @code{step} @emph{steps inside} any functions
5025called within the line.
c906108c 5026
d4f3574e
SS
5027Also, the @code{step} command only enters a function if there is line
5028number information for the function. Otherwise it acts like the
5d161b24 5029@code{next} command. This avoids problems when using @code{cc -gl}
eb17f351 5030on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5d161b24 5031was any debugging information about the routine.
c906108c
SS
5032
5033@item step @var{count}
5034Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
5035breakpoint is reached, or a signal not related to stepping occurs before
5036@var{count} steps, stepping stops right away.
c906108c
SS
5037
5038@kindex next
41afff9a 5039@kindex n @r{(@code{next})}
c906108c
SS
5040@item next @r{[}@var{count}@r{]}
5041Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
5042This is similar to @code{step}, but function calls that appear within
5043the line of code are executed without stopping. Execution stops when
5044control reaches a different line of code at the original stack level
5045that was executing when you gave the @code{next} command. This command
5046is abbreviated @code{n}.
c906108c
SS
5047
5048An argument @var{count} is a repeat count, as for @code{step}.
5049
5050
5051@c FIX ME!! Do we delete this, or is there a way it fits in with
5052@c the following paragraph? --- Vctoria
5053@c
5054@c @code{next} within a function that lacks debugging information acts like
5055@c @code{step}, but any function calls appearing within the code of the
5056@c function are executed without stopping.
5057
d4f3574e
SS
5058The @code{next} command only stops at the first instruction of a
5059source line. This prevents multiple stops that could otherwise occur in
4a92d011 5060@code{switch} statements, @code{for} loops, etc.
c906108c 5061
b90a5f51
CF
5062@kindex set step-mode
5063@item set step-mode
5064@cindex functions without line info, and stepping
5065@cindex stepping into functions with no line info
5066@itemx set step-mode on
4a92d011 5067The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
5068stop at the first instruction of a function which contains no debug line
5069information rather than stepping over it.
5070
4a92d011
EZ
5071This is useful in cases where you may be interested in inspecting the
5072machine instructions of a function which has no symbolic info and do not
5073want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
5074
5075@item set step-mode off
4a92d011 5076Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
5077debug information. This is the default.
5078
9c16f35a
EZ
5079@item show step-mode
5080Show whether @value{GDBN} will stop in or step over functions without
5081source line debug information.
5082
c906108c 5083@kindex finish
8dfa32fc 5084@kindex fin @r{(@code{finish})}
c906108c
SS
5085@item finish
5086Continue running until just after function in the selected stack frame
8dfa32fc
JB
5087returns. Print the returned value (if any). This command can be
5088abbreviated as @code{fin}.
c906108c
SS
5089
5090Contrast this with the @code{return} command (@pxref{Returning,
79a6e687 5091,Returning from a Function}).
c906108c
SS
5092
5093@kindex until
41afff9a 5094@kindex u @r{(@code{until})}
09d4efe1 5095@cindex run until specified location
c906108c
SS
5096@item until
5097@itemx u
5098Continue running until a source line past the current line, in the
5099current stack frame, is reached. This command is used to avoid single
5100stepping through a loop more than once. It is like the @code{next}
5101command, except that when @code{until} encounters a jump, it
5102automatically continues execution until the program counter is greater
5103than the address of the jump.
5104
5105This means that when you reach the end of a loop after single stepping
5106though it, @code{until} makes your program continue execution until it
5107exits the loop. In contrast, a @code{next} command at the end of a loop
5108simply steps back to the beginning of the loop, which forces you to step
5109through the next iteration.
5110
5111@code{until} always stops your program if it attempts to exit the current
5112stack frame.
5113
5114@code{until} may produce somewhat counterintuitive results if the order
5115of machine code does not match the order of the source lines. For
5116example, in the following excerpt from a debugging session, the @code{f}
5117(@code{frame}) command shows that execution is stopped at line
5118@code{206}; yet when we use @code{until}, we get to line @code{195}:
5119
474c8240 5120@smallexample
c906108c
SS
5121(@value{GDBP}) f
5122#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
5123206 expand_input();
5124(@value{GDBP}) until
5125195 for ( ; argc > 0; NEXTARG) @{
474c8240 5126@end smallexample
c906108c
SS
5127
5128This happened because, for execution efficiency, the compiler had
5129generated code for the loop closure test at the end, rather than the
5130start, of the loop---even though the test in a C @code{for}-loop is
5131written before the body of the loop. The @code{until} command appeared
5132to step back to the beginning of the loop when it advanced to this
5133expression; however, it has not really gone to an earlier
5134statement---not in terms of the actual machine code.
5135
5136@code{until} with no argument works by means of single
5137instruction stepping, and hence is slower than @code{until} with an
5138argument.
5139
5140@item until @var{location}
5141@itemx u @var{location}
5142Continue running your program until either the specified location is
5143reached, or the current stack frame returns. @var{location} is any of
2a25a5ba
EZ
5144the forms described in @ref{Specify Location}.
5145This form of the command uses temporary breakpoints, and
c60eb6f1
EZ
5146hence is quicker than @code{until} without an argument. The specified
5147location is actually reached only if it is in the current frame. This
5148implies that @code{until} can be used to skip over recursive function
5149invocations. For instance in the code below, if the current location is
5150line @code{96}, issuing @code{until 99} will execute the program up to
db2e3e2e 5151line @code{99} in the same invocation of factorial, i.e., after the inner
c60eb6f1
EZ
5152invocations have returned.
5153
5154@smallexample
515594 int factorial (int value)
515695 @{
515796 if (value > 1) @{
515897 value *= factorial (value - 1);
515998 @}
516099 return (value);
5161100 @}
5162@end smallexample
5163
5164
5165@kindex advance @var{location}
984359d2 5166@item advance @var{location}
09d4efe1 5167Continue running the program up to the given @var{location}. An argument is
2a25a5ba
EZ
5168required, which should be of one of the forms described in
5169@ref{Specify Location}.
5170Execution will also stop upon exit from the current stack
c60eb6f1
EZ
5171frame. This command is similar to @code{until}, but @code{advance} will
5172not skip over recursive function calls, and the target location doesn't
5173have to be in the same frame as the current one.
5174
c906108c
SS
5175
5176@kindex stepi
41afff9a 5177@kindex si @r{(@code{stepi})}
c906108c 5178@item stepi
96a2c332 5179@itemx stepi @var{arg}
c906108c
SS
5180@itemx si
5181Execute one machine instruction, then stop and return to the debugger.
5182
5183It is often useful to do @samp{display/i $pc} when stepping by machine
5184instructions. This makes @value{GDBN} automatically display the next
5185instruction to be executed, each time your program stops. @xref{Auto
79a6e687 5186Display,, Automatic Display}.
c906108c
SS
5187
5188An argument is a repeat count, as in @code{step}.
5189
5190@need 750
5191@kindex nexti
41afff9a 5192@kindex ni @r{(@code{nexti})}
c906108c 5193@item nexti
96a2c332 5194@itemx nexti @var{arg}
c906108c
SS
5195@itemx ni
5196Execute one machine instruction, but if it is a function call,
5197proceed until the function returns.
5198
5199An argument is a repeat count, as in @code{next}.
5200@end table
5201
aad1c02c
TT
5202@node Skipping Over Functions and Files
5203@section Skipping Over Functions and Files
1bfeeb0f
JL
5204@cindex skipping over functions and files
5205
5206The program you are debugging may contain some functions which are
5207uninteresting to debug. The @code{skip} comand lets you tell @value{GDBN} to
5208skip a function or all functions in a file when stepping.
5209
5210For example, consider the following C function:
5211
5212@smallexample
5213101 int func()
5214102 @{
5215103 foo(boring());
5216104 bar(boring());
5217105 @}
5218@end smallexample
5219
5220@noindent
5221Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
5222are not interested in stepping through @code{boring}. If you run @code{step}
5223at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
5224step over both @code{foo} and @code{boring}!
5225
5226One solution is to @code{step} into @code{boring} and use the @code{finish}
5227command to immediately exit it. But this can become tedious if @code{boring}
5228is called from many places.
5229
5230A more flexible solution is to execute @kbd{skip boring}. This instructs
5231@value{GDBN} never to step into @code{boring}. Now when you execute
5232@code{step} at line 103, you'll step over @code{boring} and directly into
5233@code{foo}.
5234
5235You can also instruct @value{GDBN} to skip all functions in a file, with, for
5236example, @code{skip file boring.c}.
5237
5238@table @code
5239@kindex skip function
5240@item skip @r{[}@var{linespec}@r{]}
5241@itemx skip function @r{[}@var{linespec}@r{]}
5242After running this command, the function named by @var{linespec} or the
5243function containing the line named by @var{linespec} will be skipped over when
983fb131 5244stepping. @xref{Specify Location}.
1bfeeb0f
JL
5245
5246If you do not specify @var{linespec}, the function you're currently debugging
5247will be skipped.
5248
5249(If you have a function called @code{file} that you want to skip, use
5250@kbd{skip function file}.)
5251
5252@kindex skip file
5253@item skip file @r{[}@var{filename}@r{]}
5254After running this command, any function whose source lives in @var{filename}
5255will be skipped over when stepping.
5256
5257If you do not specify @var{filename}, functions whose source lives in the file
5258you're currently debugging will be skipped.
5259@end table
5260
5261Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
5262These are the commands for managing your list of skips:
5263
5264@table @code
5265@kindex info skip
5266@item info skip @r{[}@var{range}@r{]}
5267Print details about the specified skip(s). If @var{range} is not specified,
5268print a table with details about all functions and files marked for skipping.
5269@code{info skip} prints the following information about each skip:
5270
5271@table @emph
5272@item Identifier
5273A number identifying this skip.
5274@item Type
5275The type of this skip, either @samp{function} or @samp{file}.
5276@item Enabled or Disabled
5277Enabled skips are marked with @samp{y}. Disabled skips are marked with @samp{n}.
5278@item Address
5279For function skips, this column indicates the address in memory of the function
5280being skipped. If you've set a function skip on a function which has not yet
5281been loaded, this field will contain @samp{<PENDING>}. Once a shared library
5282which has the function is loaded, @code{info skip} will show the function's
5283address here.
5284@item What
5285For file skips, this field contains the filename being skipped. For functions
5286skips, this field contains the function name and its line number in the file
5287where it is defined.
5288@end table
5289
5290@kindex skip delete
5291@item skip delete @r{[}@var{range}@r{]}
5292Delete the specified skip(s). If @var{range} is not specified, delete all
5293skips.
5294
5295@kindex skip enable
5296@item skip enable @r{[}@var{range}@r{]}
5297Enable the specified skip(s). If @var{range} is not specified, enable all
5298skips.
5299
5300@kindex skip disable
5301@item skip disable @r{[}@var{range}@r{]}
5302Disable the specified skip(s). If @var{range} is not specified, disable all
5303skips.
5304
5305@end table
5306
6d2ebf8b 5307@node Signals
c906108c
SS
5308@section Signals
5309@cindex signals
5310
5311A signal is an asynchronous event that can happen in a program. The
5312operating system defines the possible kinds of signals, and gives each
5313kind a name and a number. For example, in Unix @code{SIGINT} is the
c8aa23ab 5314signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
c906108c
SS
5315@code{SIGSEGV} is the signal a program gets from referencing a place in
5316memory far away from all the areas in use; @code{SIGALRM} occurs when
5317the alarm clock timer goes off (which happens only if your program has
5318requested an alarm).
5319
5320@cindex fatal signals
5321Some signals, including @code{SIGALRM}, are a normal part of the
5322functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 5323errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
5324program has not specified in advance some other way to handle the signal.
5325@code{SIGINT} does not indicate an error in your program, but it is normally
5326fatal so it can carry out the purpose of the interrupt: to kill the program.
5327
5328@value{GDBN} has the ability to detect any occurrence of a signal in your
5329program. You can tell @value{GDBN} in advance what to do for each kind of
5330signal.
5331
5332@cindex handling signals
24f93129
EZ
5333Normally, @value{GDBN} is set up to let the non-erroneous signals like
5334@code{SIGALRM} be silently passed to your program
5335(so as not to interfere with their role in the program's functioning)
c906108c
SS
5336but to stop your program immediately whenever an error signal happens.
5337You can change these settings with the @code{handle} command.
5338
5339@table @code
5340@kindex info signals
09d4efe1 5341@kindex info handle
c906108c 5342@item info signals
96a2c332 5343@itemx info handle
c906108c
SS
5344Print a table of all the kinds of signals and how @value{GDBN} has been told to
5345handle each one. You can use this to see the signal numbers of all
5346the defined types of signals.
5347
45ac1734
EZ
5348@item info signals @var{sig}
5349Similar, but print information only about the specified signal number.
5350
d4f3574e 5351@code{info handle} is an alias for @code{info signals}.
c906108c 5352
ab04a2af
TT
5353@item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5354Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
5355for details about this command.
5356
c906108c 5357@kindex handle
45ac1734 5358@item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
5ece1a18
EZ
5359Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
5360can be the number of a signal or its name (with or without the
24f93129 5361@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18 5362@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
45ac1734
EZ
5363known signals. Optional arguments @var{keywords}, described below,
5364say what change to make.
c906108c
SS
5365@end table
5366
5367@c @group
5368The keywords allowed by the @code{handle} command can be abbreviated.
5369Their full names are:
5370
5371@table @code
5372@item nostop
5373@value{GDBN} should not stop your program when this signal happens. It may
5374still print a message telling you that the signal has come in.
5375
5376@item stop
5377@value{GDBN} should stop your program when this signal happens. This implies
5378the @code{print} keyword as well.
5379
5380@item print
5381@value{GDBN} should print a message when this signal happens.
5382
5383@item noprint
5384@value{GDBN} should not mention the occurrence of the signal at all. This
5385implies the @code{nostop} keyword as well.
5386
5387@item pass
5ece1a18 5388@itemx noignore
c906108c
SS
5389@value{GDBN} should allow your program to see this signal; your program
5390can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 5391and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
5392
5393@item nopass
5ece1a18 5394@itemx ignore
c906108c 5395@value{GDBN} should not allow your program to see this signal.
5ece1a18 5396@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
5397@end table
5398@c @end group
5399
d4f3574e
SS
5400When a signal stops your program, the signal is not visible to the
5401program until you
c906108c
SS
5402continue. Your program sees the signal then, if @code{pass} is in
5403effect for the signal in question @emph{at that time}. In other words,
5404after @value{GDBN} reports a signal, you can use the @code{handle}
5405command with @code{pass} or @code{nopass} to control whether your
5406program sees that signal when you continue.
5407
24f93129
EZ
5408The default is set to @code{nostop}, @code{noprint}, @code{pass} for
5409non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
5410@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
5411erroneous signals.
5412
c906108c
SS
5413You can also use the @code{signal} command to prevent your program from
5414seeing a signal, or cause it to see a signal it normally would not see,
5415or to give it any signal at any time. For example, if your program stopped
5416due to some sort of memory reference error, you might store correct
5417values into the erroneous variables and continue, hoping to see more
5418execution; but your program would probably terminate immediately as
5419a result of the fatal signal once it saw the signal. To prevent this,
5420you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
79a6e687 5421Program a Signal}.
c906108c 5422
4aa995e1
PA
5423@cindex extra signal information
5424@anchor{extra signal information}
5425
5426On some targets, @value{GDBN} can inspect extra signal information
5427associated with the intercepted signal, before it is actually
5428delivered to the program being debugged. This information is exported
5429by the convenience variable @code{$_siginfo}, and consists of data
5430that is passed by the kernel to the signal handler at the time of the
5431receipt of a signal. The data type of the information itself is
5432target dependent. You can see the data type using the @code{ptype
5433$_siginfo} command. On Unix systems, it typically corresponds to the
5434standard @code{siginfo_t} type, as defined in the @file{signal.h}
5435system header.
5436
5437Here's an example, on a @sc{gnu}/Linux system, printing the stray
5438referenced address that raised a segmentation fault.
5439
5440@smallexample
5441@group
5442(@value{GDBP}) continue
5443Program received signal SIGSEGV, Segmentation fault.
54440x0000000000400766 in main ()
544569 *(int *)p = 0;
5446(@value{GDBP}) ptype $_siginfo
5447type = struct @{
5448 int si_signo;
5449 int si_errno;
5450 int si_code;
5451 union @{
5452 int _pad[28];
5453 struct @{...@} _kill;
5454 struct @{...@} _timer;
5455 struct @{...@} _rt;
5456 struct @{...@} _sigchld;
5457 struct @{...@} _sigfault;
5458 struct @{...@} _sigpoll;
5459 @} _sifields;
5460@}
5461(@value{GDBP}) ptype $_siginfo._sifields._sigfault
5462type = struct @{
5463 void *si_addr;
5464@}
5465(@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
5466$1 = (void *) 0x7ffff7ff7000
5467@end group
5468@end smallexample
5469
5470Depending on target support, @code{$_siginfo} may also be writable.
5471
6d2ebf8b 5472@node Thread Stops
79a6e687 5473@section Stopping and Starting Multi-thread Programs
c906108c 5474
0606b73b
SL
5475@cindex stopped threads
5476@cindex threads, stopped
5477
5478@cindex continuing threads
5479@cindex threads, continuing
5480
5481@value{GDBN} supports debugging programs with multiple threads
5482(@pxref{Threads,, Debugging Programs with Multiple Threads}). There
5483are two modes of controlling execution of your program within the
5484debugger. In the default mode, referred to as @dfn{all-stop mode},
5485when any thread in your program stops (for example, at a breakpoint
5486or while being stepped), all other threads in the program are also stopped by
5487@value{GDBN}. On some targets, @value{GDBN} also supports
5488@dfn{non-stop mode}, in which other threads can continue to run freely while
5489you examine the stopped thread in the debugger.
5490
5491@menu
5492* All-Stop Mode:: All threads stop when GDB takes control
5493* Non-Stop Mode:: Other threads continue to execute
5494* Background Execution:: Running your program asynchronously
5495* Thread-Specific Breakpoints:: Controlling breakpoints
5496* Interrupted System Calls:: GDB may interfere with system calls
d914c394 5497* Observer Mode:: GDB does not alter program behavior
0606b73b
SL
5498@end menu
5499
5500@node All-Stop Mode
5501@subsection All-Stop Mode
5502
5503@cindex all-stop mode
5504
5505In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
5506@emph{all} threads of execution stop, not just the current thread. This
5507allows you to examine the overall state of the program, including
5508switching between threads, without worrying that things may change
5509underfoot.
5510
5511Conversely, whenever you restart the program, @emph{all} threads start
5512executing. @emph{This is true even when single-stepping} with commands
5513like @code{step} or @code{next}.
5514
5515In particular, @value{GDBN} cannot single-step all threads in lockstep.
5516Since thread scheduling is up to your debugging target's operating
5517system (not controlled by @value{GDBN}), other threads may
5518execute more than one statement while the current thread completes a
5519single step. Moreover, in general other threads stop in the middle of a
5520statement, rather than at a clean statement boundary, when the program
5521stops.
5522
5523You might even find your program stopped in another thread after
5524continuing or even single-stepping. This happens whenever some other
5525thread runs into a breakpoint, a signal, or an exception before the
5526first thread completes whatever you requested.
5527
5528@cindex automatic thread selection
5529@cindex switching threads automatically
5530@cindex threads, automatic switching
5531Whenever @value{GDBN} stops your program, due to a breakpoint or a
5532signal, it automatically selects the thread where that breakpoint or
5533signal happened. @value{GDBN} alerts you to the context switch with a
5534message such as @samp{[Switching to Thread @var{n}]} to identify the
5535thread.
5536
5537On some OSes, you can modify @value{GDBN}'s default behavior by
5538locking the OS scheduler to allow only a single thread to run.
5539
5540@table @code
5541@item set scheduler-locking @var{mode}
5542@cindex scheduler locking mode
5543@cindex lock scheduler
5544Set the scheduler locking mode. If it is @code{off}, then there is no
5545locking and any thread may run at any time. If @code{on}, then only the
5546current thread may run when the inferior is resumed. The @code{step}
5547mode optimizes for single-stepping; it prevents other threads
5548from preempting the current thread while you are stepping, so that
5549the focus of debugging does not change unexpectedly.
5550Other threads only rarely (or never) get a chance to run
5551when you step. They are more likely to run when you @samp{next} over a
5552function call, and they are completely free to run when you use commands
5553like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
5554thread hits a breakpoint during its timeslice, @value{GDBN} does not change
5555the current thread away from the thread that you are debugging.
5556
5557@item show scheduler-locking
5558Display the current scheduler locking mode.
5559@end table
5560
d4db2f36
PA
5561@cindex resume threads of multiple processes simultaneously
5562By default, when you issue one of the execution commands such as
5563@code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
5564threads of the current inferior to run. For example, if @value{GDBN}
5565is attached to two inferiors, each with two threads, the
5566@code{continue} command resumes only the two threads of the current
5567inferior. This is useful, for example, when you debug a program that
5568forks and you want to hold the parent stopped (so that, for instance,
5569it doesn't run to exit), while you debug the child. In other
5570situations, you may not be interested in inspecting the current state
5571of any of the processes @value{GDBN} is attached to, and you may want
5572to resume them all until some breakpoint is hit. In the latter case,
5573you can instruct @value{GDBN} to allow all threads of all the
5574inferiors to run with the @w{@code{set schedule-multiple}} command.
5575
5576@table @code
5577@kindex set schedule-multiple
5578@item set schedule-multiple
5579Set the mode for allowing threads of multiple processes to be resumed
5580when an execution command is issued. When @code{on}, all threads of
5581all processes are allowed to run. When @code{off}, only the threads
5582of the current process are resumed. The default is @code{off}. The
5583@code{scheduler-locking} mode takes precedence when set to @code{on},
5584or while you are stepping and set to @code{step}.
5585
5586@item show schedule-multiple
5587Display the current mode for resuming the execution of threads of
5588multiple processes.
5589@end table
5590
0606b73b
SL
5591@node Non-Stop Mode
5592@subsection Non-Stop Mode
5593
5594@cindex non-stop mode
5595
5596@c This section is really only a place-holder, and needs to be expanded
5597@c with more details.
5598
5599For some multi-threaded targets, @value{GDBN} supports an optional
5600mode of operation in which you can examine stopped program threads in
5601the debugger while other threads continue to execute freely. This
5602minimizes intrusion when debugging live systems, such as programs
5603where some threads have real-time constraints or must continue to
5604respond to external events. This is referred to as @dfn{non-stop} mode.
5605
5606In non-stop mode, when a thread stops to report a debugging event,
5607@emph{only} that thread is stopped; @value{GDBN} does not stop other
5608threads as well, in contrast to the all-stop mode behavior. Additionally,
5609execution commands such as @code{continue} and @code{step} apply by default
5610only to the current thread in non-stop mode, rather than all threads as
5611in all-stop mode. This allows you to control threads explicitly in
5612ways that are not possible in all-stop mode --- for example, stepping
5613one thread while allowing others to run freely, stepping
5614one thread while holding all others stopped, or stepping several threads
5615independently and simultaneously.
5616
5617To enter non-stop mode, use this sequence of commands before you run
5618or attach to your program:
5619
0606b73b
SL
5620@smallexample
5621# Enable the async interface.
c6ebd6cf 5622set target-async 1
0606b73b 5623
0606b73b
SL
5624# If using the CLI, pagination breaks non-stop.
5625set pagination off
5626
5627# Finally, turn it on!
5628set non-stop on
5629@end smallexample
5630
5631You can use these commands to manipulate the non-stop mode setting:
5632
5633@table @code
5634@kindex set non-stop
5635@item set non-stop on
5636Enable selection of non-stop mode.
5637@item set non-stop off
5638Disable selection of non-stop mode.
5639@kindex show non-stop
5640@item show non-stop
5641Show the current non-stop enablement setting.
5642@end table
5643
5644Note these commands only reflect whether non-stop mode is enabled,
5645not whether the currently-executing program is being run in non-stop mode.
5646In particular, the @code{set non-stop} preference is only consulted when
5647@value{GDBN} starts or connects to the target program, and it is generally
5648not possible to switch modes once debugging has started. Furthermore,
5649since not all targets support non-stop mode, even when you have enabled
5650non-stop mode, @value{GDBN} may still fall back to all-stop operation by
5651default.
5652
5653In non-stop mode, all execution commands apply only to the current thread
5654by default. That is, @code{continue} only continues one thread.
5655To continue all threads, issue @code{continue -a} or @code{c -a}.
5656
5657You can use @value{GDBN}'s background execution commands
5658(@pxref{Background Execution}) to run some threads in the background
5659while you continue to examine or step others from @value{GDBN}.
5660The MI execution commands (@pxref{GDB/MI Program Execution}) are
5661always executed asynchronously in non-stop mode.
5662
5663Suspending execution is done with the @code{interrupt} command when
5664running in the background, or @kbd{Ctrl-c} during foreground execution.
5665In all-stop mode, this stops the whole process;
5666but in non-stop mode the interrupt applies only to the current thread.
5667To stop the whole program, use @code{interrupt -a}.
5668
5669Other execution commands do not currently support the @code{-a} option.
5670
5671In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
5672that thread current, as it does in all-stop mode. This is because the
5673thread stop notifications are asynchronous with respect to @value{GDBN}'s
5674command interpreter, and it would be confusing if @value{GDBN} unexpectedly
5675changed to a different thread just as you entered a command to operate on the
5676previously current thread.
5677
5678@node Background Execution
5679@subsection Background Execution
5680
5681@cindex foreground execution
5682@cindex background execution
5683@cindex asynchronous execution
5684@cindex execution, foreground, background and asynchronous
5685
5686@value{GDBN}'s execution commands have two variants: the normal
5687foreground (synchronous) behavior, and a background
5688(asynchronous) behavior. In foreground execution, @value{GDBN} waits for
5689the program to report that some thread has stopped before prompting for
5690another command. In background execution, @value{GDBN} immediately gives
5691a command prompt so that you can issue other commands while your program runs.
5692
32fc0df9
PA
5693You need to explicitly enable asynchronous mode before you can use
5694background execution commands. You can use these commands to
5695manipulate the asynchronous mode setting:
5696
5697@table @code
5698@kindex set target-async
5699@item set target-async on
5700Enable asynchronous mode.
5701@item set target-async off
5702Disable asynchronous mode.
5703@kindex show target-async
5704@item show target-async
5705Show the current target-async setting.
5706@end table
5707
5708If the target doesn't support async mode, @value{GDBN} issues an error
5709message if you attempt to use the background execution commands.
5710
0606b73b
SL
5711To specify background execution, add a @code{&} to the command. For example,
5712the background form of the @code{continue} command is @code{continue&}, or
5713just @code{c&}. The execution commands that accept background execution
5714are:
5715
5716@table @code
5717@kindex run&
5718@item run
5719@xref{Starting, , Starting your Program}.
5720
5721@item attach
5722@kindex attach&
5723@xref{Attach, , Debugging an Already-running Process}.
5724
5725@item step
5726@kindex step&
5727@xref{Continuing and Stepping, step}.
5728
5729@item stepi
5730@kindex stepi&
5731@xref{Continuing and Stepping, stepi}.
5732
5733@item next
5734@kindex next&
5735@xref{Continuing and Stepping, next}.
5736
7ce58dd2
DE
5737@item nexti
5738@kindex nexti&
5739@xref{Continuing and Stepping, nexti}.
5740
0606b73b
SL
5741@item continue
5742@kindex continue&
5743@xref{Continuing and Stepping, continue}.
5744
5745@item finish
5746@kindex finish&
5747@xref{Continuing and Stepping, finish}.
5748
5749@item until
5750@kindex until&
5751@xref{Continuing and Stepping, until}.
5752
5753@end table
5754
5755Background execution is especially useful in conjunction with non-stop
5756mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
5757However, you can also use these commands in the normal all-stop mode with
5758the restriction that you cannot issue another execution command until the
5759previous one finishes. Examples of commands that are valid in all-stop
5760mode while the program is running include @code{help} and @code{info break}.
5761
5762You can interrupt your program while it is running in the background by
5763using the @code{interrupt} command.
5764
5765@table @code
5766@kindex interrupt
5767@item interrupt
5768@itemx interrupt -a
5769
5770Suspend execution of the running program. In all-stop mode,
5771@code{interrupt} stops the whole process, but in non-stop mode, it stops
5772only the current thread. To stop the whole program in non-stop mode,
5773use @code{interrupt -a}.
5774@end table
5775
0606b73b
SL
5776@node Thread-Specific Breakpoints
5777@subsection Thread-Specific Breakpoints
5778
c906108c 5779When your program has multiple threads (@pxref{Threads,, Debugging
79a6e687 5780Programs with Multiple Threads}), you can choose whether to set
c906108c
SS
5781breakpoints on all threads, or on a particular thread.
5782
5783@table @code
5784@cindex breakpoints and threads
5785@cindex thread breakpoints
5786@kindex break @dots{} thread @var{threadno}
5787@item break @var{linespec} thread @var{threadno}
5788@itemx break @var{linespec} thread @var{threadno} if @dots{}
5789@var{linespec} specifies source lines; there are several ways of
2a25a5ba
EZ
5790writing them (@pxref{Specify Location}), but the effect is always to
5791specify some source line.
c906108c
SS
5792
5793Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
5794to specify that you only want @value{GDBN} to stop the program when a
5795particular thread reaches this breakpoint. @var{threadno} is one of the
5796numeric thread identifiers assigned by @value{GDBN}, shown in the first
5797column of the @samp{info threads} display.
5798
5799If you do not specify @samp{thread @var{threadno}} when you set a
5800breakpoint, the breakpoint applies to @emph{all} threads of your
5801program.
5802
5803You can use the @code{thread} qualifier on conditional breakpoints as
b6199126
DJ
5804well; in this case, place @samp{thread @var{threadno}} before or
5805after the breakpoint condition, like this:
c906108c
SS
5806
5807@smallexample
2df3850c 5808(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
5809@end smallexample
5810
5811@end table
5812
0606b73b
SL
5813@node Interrupted System Calls
5814@subsection Interrupted System Calls
c906108c 5815
36d86913
MC
5816@cindex thread breakpoints and system calls
5817@cindex system calls and thread breakpoints
5818@cindex premature return from system calls
0606b73b
SL
5819There is an unfortunate side effect when using @value{GDBN} to debug
5820multi-threaded programs. If one thread stops for a
36d86913
MC
5821breakpoint, or for some other reason, and another thread is blocked in a
5822system call, then the system call may return prematurely. This is a
5823consequence of the interaction between multiple threads and the signals
5824that @value{GDBN} uses to implement breakpoints and other events that
5825stop execution.
5826
5827To handle this problem, your program should check the return value of
5828each system call and react appropriately. This is good programming
5829style anyways.
5830
5831For example, do not write code like this:
5832
5833@smallexample
5834 sleep (10);
5835@end smallexample
5836
5837The call to @code{sleep} will return early if a different thread stops
5838at a breakpoint or for some other reason.
5839
5840Instead, write this:
5841
5842@smallexample
5843 int unslept = 10;
5844 while (unslept > 0)
5845 unslept = sleep (unslept);
5846@end smallexample
5847
5848A system call is allowed to return early, so the system is still
5849conforming to its specification. But @value{GDBN} does cause your
5850multi-threaded program to behave differently than it would without
5851@value{GDBN}.
5852
5853Also, @value{GDBN} uses internal breakpoints in the thread library to
5854monitor certain events such as thread creation and thread destruction.
5855When such an event happens, a system call in another thread may return
5856prematurely, even though your program does not appear to stop.
5857
d914c394
SS
5858@node Observer Mode
5859@subsection Observer Mode
5860
5861If you want to build on non-stop mode and observe program behavior
5862without any chance of disruption by @value{GDBN}, you can set
5863variables to disable all of the debugger's attempts to modify state,
5864whether by writing memory, inserting breakpoints, etc. These operate
5865at a low level, intercepting operations from all commands.
5866
5867When all of these are set to @code{off}, then @value{GDBN} is said to
5868be @dfn{observer mode}. As a convenience, the variable
5869@code{observer} can be set to disable these, plus enable non-stop
5870mode.
5871
5872Note that @value{GDBN} will not prevent you from making nonsensical
5873combinations of these settings. For instance, if you have enabled
5874@code{may-insert-breakpoints} but disabled @code{may-write-memory},
5875then breakpoints that work by writing trap instructions into the code
5876stream will still not be able to be placed.
5877
5878@table @code
5879
5880@kindex observer
5881@item set observer on
5882@itemx set observer off
5883When set to @code{on}, this disables all the permission variables
5884below (except for @code{insert-fast-tracepoints}), plus enables
5885non-stop debugging. Setting this to @code{off} switches back to
5886normal debugging, though remaining in non-stop mode.
5887
5888@item show observer
5889Show whether observer mode is on or off.
5890
5891@kindex may-write-registers
5892@item set may-write-registers on
5893@itemx set may-write-registers off
5894This controls whether @value{GDBN} will attempt to alter the values of
5895registers, such as with assignment expressions in @code{print}, or the
5896@code{jump} command. It defaults to @code{on}.
5897
5898@item show may-write-registers
5899Show the current permission to write registers.
5900
5901@kindex may-write-memory
5902@item set may-write-memory on
5903@itemx set may-write-memory off
5904This controls whether @value{GDBN} will attempt to alter the contents
5905of memory, such as with assignment expressions in @code{print}. It
5906defaults to @code{on}.
5907
5908@item show may-write-memory
5909Show the current permission to write memory.
5910
5911@kindex may-insert-breakpoints
5912@item set may-insert-breakpoints on
5913@itemx set may-insert-breakpoints off
5914This controls whether @value{GDBN} will attempt to insert breakpoints.
5915This affects all breakpoints, including internal breakpoints defined
5916by @value{GDBN}. It defaults to @code{on}.
5917
5918@item show may-insert-breakpoints
5919Show the current permission to insert breakpoints.
5920
5921@kindex may-insert-tracepoints
5922@item set may-insert-tracepoints on
5923@itemx set may-insert-tracepoints off
5924This controls whether @value{GDBN} will attempt to insert (regular)
5925tracepoints at the beginning of a tracing experiment. It affects only
5926non-fast tracepoints, fast tracepoints being under the control of
5927@code{may-insert-fast-tracepoints}. It defaults to @code{on}.
5928
5929@item show may-insert-tracepoints
5930Show the current permission to insert tracepoints.
5931
5932@kindex may-insert-fast-tracepoints
5933@item set may-insert-fast-tracepoints on
5934@itemx set may-insert-fast-tracepoints off
5935This controls whether @value{GDBN} will attempt to insert fast
5936tracepoints at the beginning of a tracing experiment. It affects only
5937fast tracepoints, regular (non-fast) tracepoints being under the
5938control of @code{may-insert-tracepoints}. It defaults to @code{on}.
5939
5940@item show may-insert-fast-tracepoints
5941Show the current permission to insert fast tracepoints.
5942
5943@kindex may-interrupt
5944@item set may-interrupt on
5945@itemx set may-interrupt off
5946This controls whether @value{GDBN} will attempt to interrupt or stop
5947program execution. When this variable is @code{off}, the
5948@code{interrupt} command will have no effect, nor will
5949@kbd{Ctrl-c}. It defaults to @code{on}.
5950
5951@item show may-interrupt
5952Show the current permission to interrupt or stop the program.
5953
5954@end table
c906108c 5955
bacec72f
MS
5956@node Reverse Execution
5957@chapter Running programs backward
5958@cindex reverse execution
5959@cindex running programs backward
5960
5961When you are debugging a program, it is not unusual to realize that
5962you have gone too far, and some event of interest has already happened.
5963If the target environment supports it, @value{GDBN} can allow you to
5964``rewind'' the program by running it backward.
5965
5966A target environment that supports reverse execution should be able
5967to ``undo'' the changes in machine state that have taken place as the
5968program was executing normally. Variables, registers etc.@: should
5969revert to their previous values. Obviously this requires a great
5970deal of sophistication on the part of the target environment; not
5971all target environments can support reverse execution.
5972
5973When a program is executed in reverse, the instructions that
5974have most recently been executed are ``un-executed'', in reverse
5975order. The program counter runs backward, following the previous
5976thread of execution in reverse. As each instruction is ``un-executed'',
5977the values of memory and/or registers that were changed by that
5978instruction are reverted to their previous states. After executing
5979a piece of source code in reverse, all side effects of that code
5980should be ``undone'', and all variables should be returned to their
5981prior values@footnote{
5982Note that some side effects are easier to undo than others. For instance,
5983memory and registers are relatively easy, but device I/O is hard. Some
5984targets may be able undo things like device I/O, and some may not.
5985
5986The contract between @value{GDBN} and the reverse executing target
5987requires only that the target do something reasonable when
5988@value{GDBN} tells it to execute backwards, and then report the
5989results back to @value{GDBN}. Whatever the target reports back to
5990@value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
5991assumes that the memory and registers that the target reports are in a
5992consistant state, but @value{GDBN} accepts whatever it is given.
5993}.
5994
5995If you are debugging in a target environment that supports
5996reverse execution, @value{GDBN} provides the following commands.
5997
5998@table @code
5999@kindex reverse-continue
6000@kindex rc @r{(@code{reverse-continue})}
6001@item reverse-continue @r{[}@var{ignore-count}@r{]}
6002@itemx rc @r{[}@var{ignore-count}@r{]}
6003Beginning at the point where your program last stopped, start executing
6004in reverse. Reverse execution will stop for breakpoints and synchronous
6005exceptions (signals), just like normal execution. Behavior of
6006asynchronous signals depends on the target environment.
6007
6008@kindex reverse-step
6009@kindex rs @r{(@code{step})}
6010@item reverse-step @r{[}@var{count}@r{]}
6011Run the program backward until control reaches the start of a
6012different source line; then stop it, and return control to @value{GDBN}.
6013
6014Like the @code{step} command, @code{reverse-step} will only stop
6015at the beginning of a source line. It ``un-executes'' the previously
6016executed source line. If the previous source line included calls to
6017debuggable functions, @code{reverse-step} will step (backward) into
6018the called function, stopping at the beginning of the @emph{last}
6019statement in the called function (typically a return statement).
6020
6021Also, as with the @code{step} command, if non-debuggable functions are
6022called, @code{reverse-step} will run thru them backward without stopping.
6023
6024@kindex reverse-stepi
6025@kindex rsi @r{(@code{reverse-stepi})}
6026@item reverse-stepi @r{[}@var{count}@r{]}
6027Reverse-execute one machine instruction. Note that the instruction
6028to be reverse-executed is @emph{not} the one pointed to by the program
6029counter, but the instruction executed prior to that one. For instance,
6030if the last instruction was a jump, @code{reverse-stepi} will take you
6031back from the destination of the jump to the jump instruction itself.
6032
6033@kindex reverse-next
6034@kindex rn @r{(@code{reverse-next})}
6035@item reverse-next @r{[}@var{count}@r{]}
6036Run backward to the beginning of the previous line executed in
6037the current (innermost) stack frame. If the line contains function
6038calls, they will be ``un-executed'' without stopping. Starting from
6039the first line of a function, @code{reverse-next} will take you back
6040to the caller of that function, @emph{before} the function was called,
6041just as the normal @code{next} command would take you from the last
6042line of a function back to its return to its caller
16af530a 6043@footnote{Unless the code is too heavily optimized.}.
bacec72f
MS
6044
6045@kindex reverse-nexti
6046@kindex rni @r{(@code{reverse-nexti})}
6047@item reverse-nexti @r{[}@var{count}@r{]}
6048Like @code{nexti}, @code{reverse-nexti} executes a single instruction
6049in reverse, except that called functions are ``un-executed'' atomically.
6050That is, if the previously executed instruction was a return from
540aa8e7 6051another function, @code{reverse-nexti} will continue to execute
bacec72f
MS
6052in reverse until the call to that function (from the current stack
6053frame) is reached.
6054
6055@kindex reverse-finish
6056@item reverse-finish
6057Just as the @code{finish} command takes you to the point where the
6058current function returns, @code{reverse-finish} takes you to the point
6059where it was called. Instead of ending up at the end of the current
6060function invocation, you end up at the beginning.
6061
6062@kindex set exec-direction
6063@item set exec-direction
6064Set the direction of target execution.
984359d2 6065@item set exec-direction reverse
bacec72f
MS
6066@cindex execute forward or backward in time
6067@value{GDBN} will perform all execution commands in reverse, until the
6068exec-direction mode is changed to ``forward''. Affected commands include
6069@code{step, stepi, next, nexti, continue, and finish}. The @code{return}
6070command cannot be used in reverse mode.
6071@item set exec-direction forward
6072@value{GDBN} will perform all execution commands in the normal fashion.
6073This is the default.
6074@end table
6075
c906108c 6076
a2311334
EZ
6077@node Process Record and Replay
6078@chapter Recording Inferior's Execution and Replaying It
53cc454a
HZ
6079@cindex process record and replay
6080@cindex recording inferior's execution and replaying it
6081
8e05493c
EZ
6082On some platforms, @value{GDBN} provides a special @dfn{process record
6083and replay} target that can record a log of the process execution, and
6084replay it later with both forward and reverse execution commands.
a2311334
EZ
6085
6086@cindex replay mode
6087When this target is in use, if the execution log includes the record
6088for the next instruction, @value{GDBN} will debug in @dfn{replay
6089mode}. In the replay mode, the inferior does not really execute code
6090instructions. Instead, all the events that normally happen during
6091code execution are taken from the execution log. While code is not
6092really executed in replay mode, the values of registers (including the
6093program counter register) and the memory of the inferior are still
8e05493c
EZ
6094changed as they normally would. Their contents are taken from the
6095execution log.
a2311334
EZ
6096
6097@cindex record mode
6098If the record for the next instruction is not in the execution log,
6099@value{GDBN} will debug in @dfn{record mode}. In this mode, the
6100inferior executes normally, and @value{GDBN} records the execution log
6101for future replay.
6102
8e05493c
EZ
6103The process record and replay target supports reverse execution
6104(@pxref{Reverse Execution}), even if the platform on which the
6105inferior runs does not. However, the reverse execution is limited in
6106this case by the range of the instructions recorded in the execution
6107log. In other words, reverse execution on platforms that don't
6108support it directly can only be done in the replay mode.
6109
6110When debugging in the reverse direction, @value{GDBN} will work in
6111replay mode as long as the execution log includes the record for the
6112previous instruction; otherwise, it will work in record mode, if the
6113platform supports reverse execution, or stop if not.
6114
a2311334
EZ
6115For architecture environments that support process record and replay,
6116@value{GDBN} provides the following commands:
53cc454a
HZ
6117
6118@table @code
6119@kindex target record
59ea5688
MM
6120@kindex target record-full
6121@kindex target record-btrace
53cc454a 6122@kindex record
59ea5688
MM
6123@kindex record full
6124@kindex record btrace
53cc454a 6125@kindex rec
59ea5688
MM
6126@kindex rec full
6127@kindex rec btrace
6128@item record @var{method}
6129This command starts the process record and replay target. The
6130recording method can be specified as parameter. Without a parameter
6131the command uses the @code{full} recording method. The following
6132recording methods are available:
a2311334 6133
59ea5688
MM
6134@table @code
6135@item full
6136Full record/replay recording using @value{GDBN}'s software record and
6137replay implementation. This method allows replaying and reverse
6138execution.
6139
6140@item btrace
6141Hardware-supported instruction recording. This method does not allow
6142replaying and reverse execution.
6143
6144This recording method may not be available on all processors.
6145@end table
6146
6147The process record and replay target can only debug a process that is
6148already running. Therefore, you need first to start the process with
6149the @kbd{run} or @kbd{start} commands, and then start the recording
6150with the @kbd{record @var{method}} command.
6151
6152Both @code{record @var{method}} and @code{rec @var{method}} are
6153aliases of @code{target record-@var{method}}.
a2311334
EZ
6154
6155@cindex displaced stepping, and process record and replay
6156Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
6157will be automatically disabled when process record and replay target
6158is started. That's because the process record and replay target
6159doesn't support displaced stepping.
6160
6161@cindex non-stop mode, and process record and replay
6162@cindex asynchronous execution, and process record and replay
6163If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
59ea5688
MM
6164the asynchronous execution mode (@pxref{Background Execution}), not
6165all recording methods are available. The @code{full} recording method
6166does not support these two modes.
53cc454a
HZ
6167
6168@kindex record stop
6169@kindex rec s
6170@item record stop
a2311334
EZ
6171Stop the process record and replay target. When process record and
6172replay target stops, the entire execution log will be deleted and the
6173inferior will either be terminated, or will remain in its final state.
53cc454a 6174
a2311334
EZ
6175When you stop the process record and replay target in record mode (at
6176the end of the execution log), the inferior will be stopped at the
6177next instruction that would have been recorded. In other words, if
6178you record for a while and then stop recording, the inferior process
6179will be left in the same state as if the recording never happened.
53cc454a 6180
a2311334
EZ
6181On the other hand, if the process record and replay target is stopped
6182while in replay mode (that is, not at the end of the execution log,
6183but at some earlier point), the inferior process will become ``live''
6184at that earlier state, and it will then be possible to continue the
6185usual ``live'' debugging of the process from that state.
53cc454a 6186
a2311334
EZ
6187When the inferior process exits, or @value{GDBN} detaches from it,
6188process record and replay target will automatically stop itself.
53cc454a 6189
24e933df
HZ
6190@kindex record save
6191@item record save @var{filename}
6192Save the execution log to a file @file{@var{filename}}.
6193Default filename is @file{gdb_record.@var{process_id}}, where
6194@var{process_id} is the process ID of the inferior.
6195
59ea5688
MM
6196This command may not be available for all recording methods.
6197
24e933df
HZ
6198@kindex record restore
6199@item record restore @var{filename}
6200Restore the execution log from a file @file{@var{filename}}.
6201File must have been created with @code{record save}.
6202
59ea5688
MM
6203@kindex set record full
6204@item set record full insn-number-max @var{limit}
6205Set the limit of instructions to be recorded for the @code{full}
6206recording method. Default value is 200000.
53cc454a 6207
a2311334
EZ
6208If @var{limit} is a positive number, then @value{GDBN} will start
6209deleting instructions from the log once the number of the record
6210instructions becomes greater than @var{limit}. For every new recorded
6211instruction, @value{GDBN} will delete the earliest recorded
6212instruction to keep the number of recorded instructions at the limit.
6213(Since deleting recorded instructions loses information, @value{GDBN}
6214lets you control what happens when the limit is reached, by means of
6215the @code{stop-at-limit} option, described below.)
53cc454a 6216
a2311334
EZ
6217If @var{limit} is zero, @value{GDBN} will never delete recorded
6218instructions from the execution log. The number of recorded
6219instructions is unlimited in this case.
53cc454a 6220
59ea5688
MM
6221@kindex show record full
6222@item show record full insn-number-max
6223Show the limit of instructions to be recorded with the @code{full}
6224recording method.
53cc454a 6225
59ea5688
MM
6226@item set record full stop-at-limit
6227Control the behavior of the @code{full} recording method when the
6228number of recorded instructions reaches the limit. If ON (the
6229default), @value{GDBN} will stop when the limit is reached for the
6230first time and ask you whether you want to stop the inferior or
6231continue running it and recording the execution log. If you decide
6232to continue recording, each new recorded instruction will cause the
6233oldest one to be deleted.
53cc454a 6234
a2311334
EZ
6235If this option is OFF, @value{GDBN} will automatically delete the
6236oldest record to make room for each new one, without asking.
53cc454a 6237
59ea5688 6238@item show record full stop-at-limit
a2311334 6239Show the current setting of @code{stop-at-limit}.
53cc454a 6240
59ea5688 6241@item set record full memory-query
bb08c432 6242Control the behavior when @value{GDBN} is unable to record memory
59ea5688
MM
6243changes caused by an instruction for the @code{full} recording method.
6244If ON, @value{GDBN} will query whether to stop the inferior in that
6245case.
bb08c432
HZ
6246
6247If this option is OFF (the default), @value{GDBN} will automatically
6248ignore the effect of such instructions on memory. Later, when
6249@value{GDBN} replays this execution log, it will mark the log of this
6250instruction as not accessible, and it will not affect the replay
6251results.
6252
59ea5688 6253@item show record full memory-query
bb08c432
HZ
6254Show the current setting of @code{memory-query}.
6255
29153c24
MS
6256@kindex info record
6257@item info record
59ea5688
MM
6258Show various statistics about the recording depending on the recording
6259method:
6260
6261@table @code
6262@item full
6263For the @code{full} recording method, it shows the state of process
6264record and its in-memory execution log buffer, including:
29153c24
MS
6265
6266@itemize @bullet
6267@item
6268Whether in record mode or replay mode.
6269@item
6270Lowest recorded instruction number (counting from when the current execution log started recording instructions).
6271@item
6272Highest recorded instruction number.
6273@item
6274Current instruction about to be replayed (if in replay mode).
6275@item
6276Number of instructions contained in the execution log.
6277@item
6278Maximum number of instructions that may be contained in the execution log.
6279@end itemize
53cc454a 6280
59ea5688
MM
6281@item btrace
6282For the @code{btrace} recording method, it shows the number of
6283instructions that have been recorded and the number of blocks of
6284sequential control-flow that is formed by the recorded instructions.
6285@end table
6286
53cc454a
HZ
6287@kindex record delete
6288@kindex rec del
6289@item record delete
a2311334 6290When record target runs in replay mode (``in the past''), delete the
53cc454a 6291subsequent execution log and begin to record a new execution log starting
a2311334 6292from the current address. This means you will abandon the previously
53cc454a 6293recorded ``future'' and begin recording a new ``future''.
59ea5688
MM
6294
6295@kindex record instruction-history
6296@kindex rec instruction-history
6297@item record instruction-history
6298Disassembles instructions from the recorded execution log. By
6299default, ten instructions are disassembled. This can be changed using
6300the @code{set record instruction-history-size} command. Instructions
6301are printed in execution order. There are several ways to specify
6302what part of the execution log to disassemble:
6303
6304@table @code
6305@item record instruction-history @var{insn}
6306Disassembles ten instructions starting from instruction number
6307@var{insn}.
6308
6309@item record instruction-history @var{insn}, +/-@var{n}
6310Disassembles @var{n} instructions around instruction number
6311@var{insn}. If @var{n} is preceded with @code{+}, disassembles
6312@var{n} instructions after instruction number @var{insn}. If
6313@var{n} is preceded with @code{-}, disassembles @var{n}
6314instructions before instruction number @var{insn}.
6315
6316@item record instruction-history
6317Disassembles ten more instructions after the last disassembly.
6318
6319@item record instruction-history -
6320Disassembles ten more instructions before the last disassembly.
6321
6322@item record instruction-history @var{begin} @var{end}
6323Disassembles instructions beginning with instruction number
6324@var{begin} until instruction number @var{end}. The instruction
6325number @var{end} is not included.
6326@end table
6327
6328This command may not be available for all recording methods.
6329
6330@kindex set record
6331@item set record instruction-history-size
6332Define how many instructions to disassemble in the @code{record
6333instruction-history} command. The default value is 10.
6334
6335@kindex show record
6336@item show record instruction-history-size
6337Show how many instructions to disassemble in the @code{record
6338instruction-history} command.
6339
6340@kindex record function-call-history
6341@kindex rec function-call-history
6342@item record function-call-history
6343Prints the execution history at function granularity. It prints one
6344line for each sequence of instructions that belong to the same
6345function giving the name of that function, the source lines
6346for this instruction sequence (if the @code{/l} modifier is
6347specified), and the instructions numbers that form the sequence (if
6348the @code{/i} modifier is specified).
6349
6350@smallexample
6351(@value{GDBP}) @b{list 1, 10}
63521 void foo (void)
63532 @{
63543 @}
63554
63565 void bar (void)
63576 @{
63587 ...
63598 foo ();
63609 ...
636110 @}
6362(@value{GDBP}) @b{record function-call-history /l}
63631 foo.c:6-8 bar
63642 foo.c:2-3 foo
63653 foo.c:9-10 bar
6366@end smallexample
6367
6368By default, ten lines are printed. This can be changed using the
6369@code{set record function-call-history-size} command. Functions are
6370printed in execution order. There are several ways to specify what
6371to print:
6372
6373@table @code
6374@item record function-call-history @var{func}
6375Prints ten functions starting from function number @var{func}.
6376
6377@item record function-call-history @var{func}, +/-@var{n}
6378Prints @var{n} functions around function number @var{func}. If
6379@var{n} is preceded with @code{+}, prints @var{n} functions after
6380function number @var{func}. If @var{n} is preceded with @code{-},
6381prints @var{n} functions before function number @var{func}.
6382
6383@item record function-call-history
6384Prints ten more functions after the last ten-line print.
6385
6386@item record function-call-history -
6387Prints ten more functions before the last ten-line print.
6388
6389@item record function-call-history @var{begin} @var{end}
6390Prints functions beginning with function number @var{begin} until
6391function number @var{end}. The function number @var{end} is not
6392included.
6393@end table
6394
6395This command may not be available for all recording methods.
6396
6397@item set record function-call-history-size
6398Define how many lines to print in the
6399@code{record function-call-history} command. The default value is 10.
6400
6401@item show record function-call-history-size
6402Show how many lines to print in the
6403@code{record function-call-history} command.
53cc454a
HZ
6404@end table
6405
6406
6d2ebf8b 6407@node Stack
c906108c
SS
6408@chapter Examining the Stack
6409
6410When your program has stopped, the first thing you need to know is where it
6411stopped and how it got there.
6412
6413@cindex call stack
5d161b24
DB
6414Each time your program performs a function call, information about the call
6415is generated.
6416That information includes the location of the call in your program,
6417the arguments of the call,
c906108c 6418and the local variables of the function being called.
5d161b24 6419The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
6420The stack frames are allocated in a region of memory called the @dfn{call
6421stack}.
6422
6423When your program stops, the @value{GDBN} commands for examining the
6424stack allow you to see all of this information.
6425
6426@cindex selected frame
6427One of the stack frames is @dfn{selected} by @value{GDBN} and many
6428@value{GDBN} commands refer implicitly to the selected frame. In
6429particular, whenever you ask @value{GDBN} for the value of a variable in
6430your program, the value is found in the selected frame. There are
6431special @value{GDBN} commands to select whichever frame you are
79a6e687 6432interested in. @xref{Selection, ,Selecting a Frame}.
c906108c
SS
6433
6434When your program stops, @value{GDBN} automatically selects the
5d161b24 6435currently executing frame and describes it briefly, similar to the
79a6e687 6436@code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
c906108c
SS
6437
6438@menu
6439* Frames:: Stack frames
6440* Backtrace:: Backtraces
6441* Selection:: Selecting a frame
6442* Frame Info:: Information on a frame
c906108c
SS
6443
6444@end menu
6445
6d2ebf8b 6446@node Frames
79a6e687 6447@section Stack Frames
c906108c 6448
d4f3574e 6449@cindex frame, definition
c906108c
SS
6450@cindex stack frame
6451The call stack is divided up into contiguous pieces called @dfn{stack
6452frames}, or @dfn{frames} for short; each frame is the data associated
6453with one call to one function. The frame contains the arguments given
6454to the function, the function's local variables, and the address at
6455which the function is executing.
6456
6457@cindex initial frame
6458@cindex outermost frame
6459@cindex innermost frame
6460When your program is started, the stack has only one frame, that of the
6461function @code{main}. This is called the @dfn{initial} frame or the
6462@dfn{outermost} frame. Each time a function is called, a new frame is
6463made. Each time a function returns, the frame for that function invocation
6464is eliminated. If a function is recursive, there can be many frames for
6465the same function. The frame for the function in which execution is
6466actually occurring is called the @dfn{innermost} frame. This is the most
6467recently created of all the stack frames that still exist.
6468
6469@cindex frame pointer
6470Inside your program, stack frames are identified by their addresses. A
6471stack frame consists of many bytes, each of which has its own address; each
6472kind of computer has a convention for choosing one byte whose
6473address serves as the address of the frame. Usually this address is kept
e09f16f9
EZ
6474in a register called the @dfn{frame pointer register}
6475(@pxref{Registers, $fp}) while execution is going on in that frame.
c906108c
SS
6476
6477@cindex frame number
6478@value{GDBN} assigns numbers to all existing stack frames, starting with
6479zero for the innermost frame, one for the frame that called it,
6480and so on upward. These numbers do not really exist in your program;
6481they are assigned by @value{GDBN} to give you a way of designating stack
6482frames in @value{GDBN} commands.
6483
6d2ebf8b
SS
6484@c The -fomit-frame-pointer below perennially causes hbox overflow
6485@c underflow problems.
c906108c
SS
6486@cindex frameless execution
6487Some compilers provide a way to compile functions so that they operate
e22ea452 6488without stack frames. (For example, the @value{NGCC} option
474c8240 6489@smallexample
6d2ebf8b 6490@samp{-fomit-frame-pointer}
474c8240 6491@end smallexample
6d2ebf8b 6492generates functions without a frame.)
c906108c
SS
6493This is occasionally done with heavily used library functions to save
6494the frame setup time. @value{GDBN} has limited facilities for dealing
6495with these function invocations. If the innermost function invocation
6496has no stack frame, @value{GDBN} nevertheless regards it as though
6497it had a separate frame, which is numbered zero as usual, allowing
6498correct tracing of the function call chain. However, @value{GDBN} has
6499no provision for frameless functions elsewhere in the stack.
6500
6501@table @code
d4f3574e 6502@kindex frame@r{, command}
41afff9a 6503@cindex current stack frame
c906108c 6504@item frame @var{args}
5d161b24 6505The @code{frame} command allows you to move from one stack frame to another,
c906108c 6506and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
6507address of the frame or the stack frame number. Without an argument,
6508@code{frame} prints the current stack frame.
c906108c
SS
6509
6510@kindex select-frame
41afff9a 6511@cindex selecting frame silently
c906108c
SS
6512@item select-frame
6513The @code{select-frame} command allows you to move from one stack frame
6514to another without printing the frame. This is the silent version of
6515@code{frame}.
6516@end table
6517
6d2ebf8b 6518@node Backtrace
c906108c
SS
6519@section Backtraces
6520
09d4efe1
EZ
6521@cindex traceback
6522@cindex call stack traces
c906108c
SS
6523A backtrace is a summary of how your program got where it is. It shows one
6524line per frame, for many frames, starting with the currently executing
6525frame (frame zero), followed by its caller (frame one), and on up the
6526stack.
6527
6528@table @code
6529@kindex backtrace
41afff9a 6530@kindex bt @r{(@code{backtrace})}
c906108c
SS
6531@item backtrace
6532@itemx bt
6533Print a backtrace of the entire stack: one line per frame for all
6534frames in the stack.
6535
6536You can stop the backtrace at any time by typing the system interrupt
c8aa23ab 6537character, normally @kbd{Ctrl-c}.
c906108c
SS
6538
6539@item backtrace @var{n}
6540@itemx bt @var{n}
6541Similar, but print only the innermost @var{n} frames.
6542
6543@item backtrace -@var{n}
6544@itemx bt -@var{n}
6545Similar, but print only the outermost @var{n} frames.
0f061b69
NR
6546
6547@item backtrace full
0f061b69 6548@itemx bt full
dd74f6ae
NR
6549@itemx bt full @var{n}
6550@itemx bt full -@var{n}
e7109c7e 6551Print the values of the local variables also. @var{n} specifies the
286ba84d 6552number of frames to print, as described above.
c906108c
SS
6553@end table
6554
6555@kindex where
6556@kindex info stack
c906108c
SS
6557The names @code{where} and @code{info stack} (abbreviated @code{info s})
6558are additional aliases for @code{backtrace}.
6559
839c27b7
EZ
6560@cindex multiple threads, backtrace
6561In a multi-threaded program, @value{GDBN} by default shows the
6562backtrace only for the current thread. To display the backtrace for
6563several or all of the threads, use the command @code{thread apply}
6564(@pxref{Threads, thread apply}). For example, if you type @kbd{thread
6565apply all backtrace}, @value{GDBN} will display the backtrace for all
6566the threads; this is handy when you debug a core dump of a
6567multi-threaded program.
6568
c906108c
SS
6569Each line in the backtrace shows the frame number and the function name.
6570The program counter value is also shown---unless you use @code{set
6571print address off}. The backtrace also shows the source file name and
6572line number, as well as the arguments to the function. The program
6573counter value is omitted if it is at the beginning of the code for that
6574line number.
6575
6576Here is an example of a backtrace. It was made with the command
6577@samp{bt 3}, so it shows the innermost three frames.
6578
6579@smallexample
6580@group
5d161b24 6581#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c 6582 at builtin.c:993
4f5376b2 6583#1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
c906108c
SS
6584#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
6585 at macro.c:71
6586(More stack frames follow...)
6587@end group
6588@end smallexample
6589
6590@noindent
6591The display for frame zero does not begin with a program counter
6592value, indicating that your program has stopped at the beginning of the
6593code for line @code{993} of @code{builtin.c}.
6594
4f5376b2
JB
6595@noindent
6596The value of parameter @code{data} in frame 1 has been replaced by
6597@code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
6598only if it is a scalar (integer, pointer, enumeration, etc). See command
6599@kbd{set print frame-arguments} in @ref{Print Settings} for more details
6600on how to configure the way function parameter values are printed.
6601
585fdaa1 6602@cindex optimized out, in backtrace
18999be5
EZ
6603@cindex function call arguments, optimized out
6604If your program was compiled with optimizations, some compilers will
6605optimize away arguments passed to functions if those arguments are
6606never used after the call. Such optimizations generate code that
6607passes arguments through registers, but doesn't store those arguments
6608in the stack frame. @value{GDBN} has no way of displaying such
6609arguments in stack frames other than the innermost one. Here's what
6610such a backtrace might look like:
6611
6612@smallexample
6613@group
6614#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
6615 at builtin.c:993
585fdaa1
PA
6616#1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
6617#2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
18999be5
EZ
6618 at macro.c:71
6619(More stack frames follow...)
6620@end group
6621@end smallexample
6622
6623@noindent
6624The values of arguments that were not saved in their stack frames are
585fdaa1 6625shown as @samp{<optimized out>}.
18999be5
EZ
6626
6627If you need to display the values of such optimized-out arguments,
6628either deduce that from other variables whose values depend on the one
6629you are interested in, or recompile without optimizations.
6630
a8f24a35
EZ
6631@cindex backtrace beyond @code{main} function
6632@cindex program entry point
6633@cindex startup code, and backtrace
25d29d70
AC
6634Most programs have a standard user entry point---a place where system
6635libraries and startup code transition into user code. For C this is
d416eeec
EZ
6636@code{main}@footnote{
6637Note that embedded programs (the so-called ``free-standing''
6638environment) are not required to have a @code{main} function as the
6639entry point. They could even have multiple entry points.}.
6640When @value{GDBN} finds the entry function in a backtrace
25d29d70
AC
6641it will terminate the backtrace, to avoid tracing into highly
6642system-specific (and generally uninteresting) code.
6643
6644If you need to examine the startup code, or limit the number of levels
6645in a backtrace, you can change this behavior:
95f90d25
DJ
6646
6647@table @code
25d29d70
AC
6648@item set backtrace past-main
6649@itemx set backtrace past-main on
4644b6e3 6650@kindex set backtrace
25d29d70
AC
6651Backtraces will continue past the user entry point.
6652
6653@item set backtrace past-main off
95f90d25
DJ
6654Backtraces will stop when they encounter the user entry point. This is the
6655default.
6656
25d29d70 6657@item show backtrace past-main
4644b6e3 6658@kindex show backtrace
25d29d70
AC
6659Display the current user entry point backtrace policy.
6660
2315ffec
RC
6661@item set backtrace past-entry
6662@itemx set backtrace past-entry on
a8f24a35 6663Backtraces will continue past the internal entry point of an application.
2315ffec
RC
6664This entry point is encoded by the linker when the application is built,
6665and is likely before the user entry point @code{main} (or equivalent) is called.
6666
6667@item set backtrace past-entry off
d3e8051b 6668Backtraces will stop when they encounter the internal entry point of an
2315ffec
RC
6669application. This is the default.
6670
6671@item show backtrace past-entry
6672Display the current internal entry point backtrace policy.
6673
25d29d70
AC
6674@item set backtrace limit @var{n}
6675@itemx set backtrace limit 0
6676@cindex backtrace limit
6677Limit the backtrace to @var{n} levels. A value of zero means
6678unlimited.
95f90d25 6679
25d29d70
AC
6680@item show backtrace limit
6681Display the current limit on backtrace levels.
95f90d25
DJ
6682@end table
6683
1b56eb55
JK
6684You can control how file names are displayed.
6685
6686@table @code
6687@item set filename-display
6688@itemx set filename-display relative
6689@cindex filename-display
6690Display file names relative to the compilation directory. This is the default.
6691
6692@item set filename-display basename
6693Display only basename of a filename.
6694
6695@item set filename-display absolute
6696Display an absolute filename.
6697
6698@item show filename-display
6699Show the current way to display filenames.
6700@end table
6701
6d2ebf8b 6702@node Selection
79a6e687 6703@section Selecting a Frame
c906108c
SS
6704
6705Most commands for examining the stack and other data in your program work on
6706whichever stack frame is selected at the moment. Here are the commands for
6707selecting a stack frame; all of them finish by printing a brief description
6708of the stack frame just selected.
6709
6710@table @code
d4f3574e 6711@kindex frame@r{, selecting}
41afff9a 6712@kindex f @r{(@code{frame})}
c906108c
SS
6713@item frame @var{n}
6714@itemx f @var{n}
6715Select frame number @var{n}. Recall that frame zero is the innermost
6716(currently executing) frame, frame one is the frame that called the
6717innermost one, and so on. The highest-numbered frame is the one for
6718@code{main}.
6719
6720@item frame @var{addr}
6721@itemx f @var{addr}
6722Select the frame at address @var{addr}. This is useful mainly if the
6723chaining of stack frames has been damaged by a bug, making it
6724impossible for @value{GDBN} to assign numbers properly to all frames. In
6725addition, this can be useful when your program has multiple stacks and
6726switches between them.
6727
c906108c
SS
6728On the SPARC architecture, @code{frame} needs two addresses to
6729select an arbitrary frame: a frame pointer and a stack pointer.
6730
eb17f351 6731On the @acronym{MIPS} and Alpha architecture, it needs two addresses: a stack
c906108c
SS
6732pointer and a program counter.
6733
6734On the 29k architecture, it needs three addresses: a register stack
6735pointer, a program counter, and a memory stack pointer.
c906108c
SS
6736
6737@kindex up
6738@item up @var{n}
6739Move @var{n} frames up the stack. For positive numbers @var{n}, this
6740advances toward the outermost frame, to higher frame numbers, to frames
6741that have existed longer. @var{n} defaults to one.
6742
6743@kindex down
41afff9a 6744@kindex do @r{(@code{down})}
c906108c
SS
6745@item down @var{n}
6746Move @var{n} frames down the stack. For positive numbers @var{n}, this
6747advances toward the innermost frame, to lower frame numbers, to frames
6748that were created more recently. @var{n} defaults to one. You may
6749abbreviate @code{down} as @code{do}.
6750@end table
6751
6752All of these commands end by printing two lines of output describing the
6753frame. The first line shows the frame number, the function name, the
6754arguments, and the source file and line number of execution in that
5d161b24 6755frame. The second line shows the text of that source line.
c906108c
SS
6756
6757@need 1000
6758For example:
6759
6760@smallexample
6761@group
6762(@value{GDBP}) up
6763#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
6764 at env.c:10
676510 read_input_file (argv[i]);
6766@end group
6767@end smallexample
6768
6769After such a printout, the @code{list} command with no arguments
6770prints ten lines centered on the point of execution in the frame.
87885426
FN
6771You can also edit the program at the point of execution with your favorite
6772editing program by typing @code{edit}.
79a6e687 6773@xref{List, ,Printing Source Lines},
87885426 6774for details.
c906108c
SS
6775
6776@table @code
6777@kindex down-silently
6778@kindex up-silently
6779@item up-silently @var{n}
6780@itemx down-silently @var{n}
6781These two commands are variants of @code{up} and @code{down},
6782respectively; they differ in that they do their work silently, without
6783causing display of the new frame. They are intended primarily for use
6784in @value{GDBN} command scripts, where the output might be unnecessary and
6785distracting.
6786@end table
6787
6d2ebf8b 6788@node Frame Info
79a6e687 6789@section Information About a Frame
c906108c
SS
6790
6791There are several other commands to print information about the selected
6792stack frame.
6793
6794@table @code
6795@item frame
6796@itemx f
6797When used without any argument, this command does not change which
6798frame is selected, but prints a brief description of the currently
6799selected stack frame. It can be abbreviated @code{f}. With an
6800argument, this command is used to select a stack frame.
79a6e687 6801@xref{Selection, ,Selecting a Frame}.
c906108c
SS
6802
6803@kindex info frame
41afff9a 6804@kindex info f @r{(@code{info frame})}
c906108c
SS
6805@item info frame
6806@itemx info f
6807This command prints a verbose description of the selected stack frame,
6808including:
6809
6810@itemize @bullet
5d161b24
DB
6811@item
6812the address of the frame
c906108c
SS
6813@item
6814the address of the next frame down (called by this frame)
6815@item
6816the address of the next frame up (caller of this frame)
6817@item
6818the language in which the source code corresponding to this frame is written
6819@item
6820the address of the frame's arguments
6821@item
d4f3574e
SS
6822the address of the frame's local variables
6823@item
c906108c
SS
6824the program counter saved in it (the address of execution in the caller frame)
6825@item
6826which registers were saved in the frame
6827@end itemize
6828
6829@noindent The verbose description is useful when
6830something has gone wrong that has made the stack format fail to fit
6831the usual conventions.
6832
6833@item info frame @var{addr}
6834@itemx info f @var{addr}
6835Print a verbose description of the frame at address @var{addr}, without
6836selecting that frame. The selected frame remains unchanged by this
6837command. This requires the same kind of address (more than one for some
6838architectures) that you specify in the @code{frame} command.
79a6e687 6839@xref{Selection, ,Selecting a Frame}.
c906108c
SS
6840
6841@kindex info args
6842@item info args
6843Print the arguments of the selected frame, each on a separate line.
6844
6845@item info locals
6846@kindex info locals
6847Print the local variables of the selected frame, each on a separate
6848line. These are all variables (declared either static or automatic)
6849accessible at the point of execution of the selected frame.
6850
c906108c
SS
6851@end table
6852
c906108c 6853
6d2ebf8b 6854@node Source
c906108c
SS
6855@chapter Examining Source Files
6856
6857@value{GDBN} can print parts of your program's source, since the debugging
6858information recorded in the program tells @value{GDBN} what source files were
6859used to build it. When your program stops, @value{GDBN} spontaneously prints
6860the line where it stopped. Likewise, when you select a stack frame
79a6e687 6861(@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
c906108c
SS
6862execution in that frame has stopped. You can print other portions of
6863source files by explicit command.
6864
7a292a7a 6865If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 6866prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 6867@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
6868
6869@menu
6870* List:: Printing source lines
2a25a5ba 6871* Specify Location:: How to specify code locations
87885426 6872* Edit:: Editing source files
c906108c 6873* Search:: Searching source files
c906108c
SS
6874* Source Path:: Specifying source directories
6875* Machine Code:: Source and machine code
6876@end menu
6877
6d2ebf8b 6878@node List
79a6e687 6879@section Printing Source Lines
c906108c
SS
6880
6881@kindex list
41afff9a 6882@kindex l @r{(@code{list})}
c906108c 6883To print lines from a source file, use the @code{list} command
5d161b24 6884(abbreviated @code{l}). By default, ten lines are printed.
2a25a5ba
EZ
6885There are several ways to specify what part of the file you want to
6886print; see @ref{Specify Location}, for the full list.
c906108c
SS
6887
6888Here are the forms of the @code{list} command most commonly used:
6889
6890@table @code
6891@item list @var{linenum}
6892Print lines centered around line number @var{linenum} in the
6893current source file.
6894
6895@item list @var{function}
6896Print lines centered around the beginning of function
6897@var{function}.
6898
6899@item list
6900Print more lines. If the last lines printed were printed with a
6901@code{list} command, this prints lines following the last lines
6902printed; however, if the last line printed was a solitary line printed
6903as part of displaying a stack frame (@pxref{Stack, ,Examining the
6904Stack}), this prints lines centered around that line.
6905
6906@item list -
6907Print lines just before the lines last printed.
6908@end table
6909
9c16f35a 6910@cindex @code{list}, how many lines to display
c906108c
SS
6911By default, @value{GDBN} prints ten source lines with any of these forms of
6912the @code{list} command. You can change this using @code{set listsize}:
6913
6914@table @code
6915@kindex set listsize
6916@item set listsize @var{count}
6917Make the @code{list} command display @var{count} source lines (unless
6918the @code{list} argument explicitly specifies some other number).
7f7cc265 6919Setting @var{count} to 0 means there's no limit.
c906108c
SS
6920
6921@kindex show listsize
6922@item show listsize
6923Display the number of lines that @code{list} prints.
6924@end table
6925
6926Repeating a @code{list} command with @key{RET} discards the argument,
6927so it is equivalent to typing just @code{list}. This is more useful
6928than listing the same lines again. An exception is made for an
6929argument of @samp{-}; that argument is preserved in repetition so that
6930each repetition moves up in the source file.
6931
c906108c
SS
6932In general, the @code{list} command expects you to supply zero, one or two
6933@dfn{linespecs}. Linespecs specify source lines; there are several ways
2a25a5ba
EZ
6934of writing them (@pxref{Specify Location}), but the effect is always
6935to specify some source line.
6936
c906108c
SS
6937Here is a complete description of the possible arguments for @code{list}:
6938
6939@table @code
6940@item list @var{linespec}
6941Print lines centered around the line specified by @var{linespec}.
6942
6943@item list @var{first},@var{last}
6944Print lines from @var{first} to @var{last}. Both arguments are
2a25a5ba
EZ
6945linespecs. When a @code{list} command has two linespecs, and the
6946source file of the second linespec is omitted, this refers to
6947the same source file as the first linespec.
c906108c
SS
6948
6949@item list ,@var{last}
6950Print lines ending with @var{last}.
6951
6952@item list @var{first},
6953Print lines starting with @var{first}.
6954
6955@item list +
6956Print lines just after the lines last printed.
6957
6958@item list -
6959Print lines just before the lines last printed.
6960
6961@item list
6962As described in the preceding table.
6963@end table
6964
2a25a5ba
EZ
6965@node Specify Location
6966@section Specifying a Location
6967@cindex specifying location
6968@cindex linespec
c906108c 6969
2a25a5ba
EZ
6970Several @value{GDBN} commands accept arguments that specify a location
6971of your program's code. Since @value{GDBN} is a source-level
6972debugger, a location usually specifies some line in the source code;
6973for that reason, locations are also known as @dfn{linespecs}.
c906108c 6974
2a25a5ba
EZ
6975Here are all the different ways of specifying a code location that
6976@value{GDBN} understands:
c906108c 6977
2a25a5ba
EZ
6978@table @code
6979@item @var{linenum}
6980Specifies the line number @var{linenum} of the current source file.
c906108c 6981
2a25a5ba
EZ
6982@item -@var{offset}
6983@itemx +@var{offset}
6984Specifies the line @var{offset} lines before or after the @dfn{current
6985line}. For the @code{list} command, the current line is the last one
6986printed; for the breakpoint commands, this is the line at which
6987execution stopped in the currently selected @dfn{stack frame}
6988(@pxref{Frames, ,Frames}, for a description of stack frames.) When
6989used as the second of the two linespecs in a @code{list} command,
6990this specifies the line @var{offset} lines up or down from the first
6991linespec.
6992
6993@item @var{filename}:@var{linenum}
6994Specifies the line @var{linenum} in the source file @var{filename}.
4aac40c8
TT
6995If @var{filename} is a relative file name, then it will match any
6996source file name with the same trailing components. For example, if
6997@var{filename} is @samp{gcc/expr.c}, then it will match source file
6998name of @file{/build/trunk/gcc/expr.c}, but not
6999@file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
c906108c
SS
7000
7001@item @var{function}
7002Specifies the line that begins the body of the function @var{function}.
2a25a5ba 7003For example, in C, this is the line with the open brace.
c906108c 7004
9ef07c8c
TT
7005@item @var{function}:@var{label}
7006Specifies the line where @var{label} appears in @var{function}.
7007
c906108c 7008@item @var{filename}:@var{function}
2a25a5ba
EZ
7009Specifies the line that begins the body of the function @var{function}
7010in the file @var{filename}. You only need the file name with a
7011function name to avoid ambiguity when there are identically named
7012functions in different source files.
c906108c 7013
0f5238ed
TT
7014@item @var{label}
7015Specifies the line at which the label named @var{label} appears.
7016@value{GDBN} searches for the label in the function corresponding to
7017the currently selected stack frame. If there is no current selected
7018stack frame (for instance, if the inferior is not running), then
7019@value{GDBN} will not search for a label.
7020
c906108c 7021@item *@var{address}
2a25a5ba
EZ
7022Specifies the program address @var{address}. For line-oriented
7023commands, such as @code{list} and @code{edit}, this specifies a source
7024line that contains @var{address}. For @code{break} and other
7025breakpoint oriented commands, this can be used to set breakpoints in
7026parts of your program which do not have debugging information or
7027source files.
7028
7029Here @var{address} may be any expression valid in the current working
7030language (@pxref{Languages, working language}) that specifies a code
5fa54e5d
EZ
7031address. In addition, as a convenience, @value{GDBN} extends the
7032semantics of expressions used in locations to cover the situations
7033that frequently happen during debugging. Here are the various forms
7034of @var{address}:
2a25a5ba
EZ
7035
7036@table @code
7037@item @var{expression}
7038Any expression valid in the current working language.
7039
7040@item @var{funcaddr}
7041An address of a function or procedure derived from its name. In C,
7042C@t{++}, Java, Objective-C, Fortran, minimal, and assembly, this is
7043simply the function's name @var{function} (and actually a special case
7044of a valid expression). In Pascal and Modula-2, this is
7045@code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
7046(although the Pascal form also works).
7047
7048This form specifies the address of the function's first instruction,
7049before the stack frame and arguments have been set up.
7050
7051@item '@var{filename}'::@var{funcaddr}
7052Like @var{funcaddr} above, but also specifies the name of the source
7053file explicitly. This is useful if the name of the function does not
7054specify the function unambiguously, e.g., if there are several
7055functions with identical names in different source files.
c906108c
SS
7056@end table
7057
62e5f89c
SDJ
7058@cindex breakpoint at static probe point
7059@item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
7060The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
7061applications to embed static probes. @xref{Static Probe Points}, for more
7062information on finding and using static probes. This form of linespec
7063specifies the location of such a static probe.
7064
7065If @var{objfile} is given, only probes coming from that shared library
7066or executable matching @var{objfile} as a regular expression are considered.
7067If @var{provider} is given, then only probes from that provider are considered.
7068If several probes match the spec, @value{GDBN} will insert a breakpoint at
7069each one of those probes.
7070
2a25a5ba
EZ
7071@end table
7072
7073
87885426 7074@node Edit
79a6e687 7075@section Editing Source Files
87885426
FN
7076@cindex editing source files
7077
7078@kindex edit
7079@kindex e @r{(@code{edit})}
7080To edit the lines in a source file, use the @code{edit} command.
7081The editing program of your choice
7082is invoked with the current line set to
7083the active line in the program.
7084Alternatively, there are several ways to specify what part of the file you
2a25a5ba 7085want to print if you want to see other parts of the program:
87885426
FN
7086
7087@table @code
2a25a5ba
EZ
7088@item edit @var{location}
7089Edit the source file specified by @code{location}. Editing starts at
7090that @var{location}, e.g., at the specified source line of the
7091specified file. @xref{Specify Location}, for all the possible forms
7092of the @var{location} argument; here are the forms of the @code{edit}
7093command most commonly used:
87885426 7094
2a25a5ba 7095@table @code
87885426
FN
7096@item edit @var{number}
7097Edit the current source file with @var{number} as the active line number.
7098
7099@item edit @var{function}
7100Edit the file containing @var{function} at the beginning of its definition.
2a25a5ba 7101@end table
87885426 7102
87885426
FN
7103@end table
7104
79a6e687 7105@subsection Choosing your Editor
87885426
FN
7106You can customize @value{GDBN} to use any editor you want
7107@footnote{
7108The only restriction is that your editor (say @code{ex}), recognizes the
7109following command-line syntax:
10998722 7110@smallexample
87885426 7111ex +@var{number} file
10998722 7112@end smallexample
15387254
EZ
7113The optional numeric value +@var{number} specifies the number of the line in
7114the file where to start editing.}.
7115By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
7116by setting the environment variable @code{EDITOR} before using
7117@value{GDBN}. For example, to configure @value{GDBN} to use the
7118@code{vi} editor, you could use these commands with the @code{sh} shell:
7119@smallexample
87885426
FN
7120EDITOR=/usr/bin/vi
7121export EDITOR
15387254 7122gdb @dots{}
10998722 7123@end smallexample
87885426 7124or in the @code{csh} shell,
10998722 7125@smallexample
87885426 7126setenv EDITOR /usr/bin/vi
15387254 7127gdb @dots{}
10998722 7128@end smallexample
87885426 7129
6d2ebf8b 7130@node Search
79a6e687 7131@section Searching Source Files
15387254 7132@cindex searching source files
c906108c
SS
7133
7134There are two commands for searching through the current source file for a
7135regular expression.
7136
7137@table @code
7138@kindex search
7139@kindex forward-search
1e96de83 7140@kindex fo @r{(@code{forward-search})}
c906108c
SS
7141@item forward-search @var{regexp}
7142@itemx search @var{regexp}
7143The command @samp{forward-search @var{regexp}} checks each line,
7144starting with the one following the last line listed, for a match for
5d161b24 7145@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
7146synonym @samp{search @var{regexp}} or abbreviate the command name as
7147@code{fo}.
7148
09d4efe1 7149@kindex reverse-search
c906108c
SS
7150@item reverse-search @var{regexp}
7151The command @samp{reverse-search @var{regexp}} checks each line, starting
7152with the one before the last line listed and going backward, for a match
7153for @var{regexp}. It lists the line that is found. You can abbreviate
7154this command as @code{rev}.
7155@end table
c906108c 7156
6d2ebf8b 7157@node Source Path
79a6e687 7158@section Specifying Source Directories
c906108c
SS
7159
7160@cindex source path
7161@cindex directories for source files
7162Executable programs sometimes do not record the directories of the source
7163files from which they were compiled, just the names. Even when they do,
7164the directories could be moved between the compilation and your debugging
7165session. @value{GDBN} has a list of directories to search for source files;
7166this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
7167it tries all the directories in the list, in the order they are present
0b66e38c
EZ
7168in the list, until it finds a file with the desired name.
7169
7170For example, suppose an executable references the file
7171@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
7172@file{/mnt/cross}. The file is first looked up literally; if this
7173fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
7174fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
7175message is printed. @value{GDBN} does not look up the parts of the
7176source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
7177Likewise, the subdirectories of the source path are not searched: if
7178the source path is @file{/mnt/cross}, and the binary refers to
7179@file{foo.c}, @value{GDBN} would not find it under
7180@file{/mnt/cross/usr/src/foo-1.0/lib}.
7181
7182Plain file names, relative file names with leading directories, file
7183names containing dots, etc.@: are all treated as described above; for
7184instance, if the source path is @file{/mnt/cross}, and the source file
7185is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
7186@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
7187that---@file{/mnt/cross/foo.c}.
7188
7189Note that the executable search path is @emph{not} used to locate the
cd852561 7190source files.
c906108c
SS
7191
7192Whenever you reset or rearrange the source path, @value{GDBN} clears out
7193any information it has cached about where source files are found and where
7194each line is in the file.
7195
7196@kindex directory
7197@kindex dir
d4f3574e
SS
7198When you start @value{GDBN}, its source path includes only @samp{cdir}
7199and @samp{cwd}, in that order.
c906108c
SS
7200To add other directories, use the @code{directory} command.
7201
4b505b12
AS
7202The search path is used to find both program source files and @value{GDBN}
7203script files (read using the @samp{-command} option and @samp{source} command).
7204
30daae6c
JB
7205In addition to the source path, @value{GDBN} provides a set of commands
7206that manage a list of source path substitution rules. A @dfn{substitution
7207rule} specifies how to rewrite source directories stored in the program's
7208debug information in case the sources were moved to a different
7209directory between compilation and debugging. A rule is made of
7210two strings, the first specifying what needs to be rewritten in
7211the path, and the second specifying how it should be rewritten.
7212In @ref{set substitute-path}, we name these two parts @var{from} and
7213@var{to} respectively. @value{GDBN} does a simple string replacement
7214of @var{from} with @var{to} at the start of the directory part of the
7215source file name, and uses that result instead of the original file
7216name to look up the sources.
7217
7218Using the previous example, suppose the @file{foo-1.0} tree has been
7219moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
3f94c067 7220@value{GDBN} to replace @file{/usr/src} in all source path names with
30daae6c
JB
7221@file{/mnt/cross}. The first lookup will then be
7222@file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
7223of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
7224substitution rule, use the @code{set substitute-path} command
7225(@pxref{set substitute-path}).
7226
7227To avoid unexpected substitution results, a rule is applied only if the
7228@var{from} part of the directory name ends at a directory separator.
7229For instance, a rule substituting @file{/usr/source} into
7230@file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
7231not to @file{/usr/sourceware/foo-2.0}. And because the substitution
d3e8051b 7232is applied only at the beginning of the directory name, this rule will
30daae6c
JB
7233not be applied to @file{/root/usr/source/baz.c} either.
7234
7235In many cases, you can achieve the same result using the @code{directory}
7236command. However, @code{set substitute-path} can be more efficient in
7237the case where the sources are organized in a complex tree with multiple
7238subdirectories. With the @code{directory} command, you need to add each
7239subdirectory of your project. If you moved the entire tree while
7240preserving its internal organization, then @code{set substitute-path}
7241allows you to direct the debugger to all the sources with one single
7242command.
7243
7244@code{set substitute-path} is also more than just a shortcut command.
7245The source path is only used if the file at the original location no
7246longer exists. On the other hand, @code{set substitute-path} modifies
7247the debugger behavior to look at the rewritten location instead. So, if
7248for any reason a source file that is not relevant to your executable is
7249located at the original location, a substitution rule is the only
3f94c067 7250method available to point @value{GDBN} at the new location.
30daae6c 7251
29b0e8a2
JM
7252@cindex @samp{--with-relocated-sources}
7253@cindex default source path substitution
7254You can configure a default source path substitution rule by
7255configuring @value{GDBN} with the
7256@samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
7257should be the name of a directory under @value{GDBN}'s configured
7258prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
7259directory names in debug information under @var{dir} will be adjusted
7260automatically if the installed @value{GDBN} is moved to a new
7261location. This is useful if @value{GDBN}, libraries or executables
7262with debug information and corresponding source code are being moved
7263together.
7264
c906108c
SS
7265@table @code
7266@item directory @var{dirname} @dots{}
7267@item dir @var{dirname} @dots{}
7268Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
7269directory names may be given to this command, separated by @samp{:}
7270(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
7271part of absolute file names) or
c906108c
SS
7272whitespace. You may specify a directory that is already in the source
7273path; this moves it forward, so @value{GDBN} searches it sooner.
7274
7275@kindex cdir
7276@kindex cwd
41afff9a 7277@vindex $cdir@r{, convenience variable}
d3e8051b 7278@vindex $cwd@r{, convenience variable}
c906108c
SS
7279@cindex compilation directory
7280@cindex current directory
7281@cindex working directory
7282@cindex directory, current
7283@cindex directory, compilation
7284You can use the string @samp{$cdir} to refer to the compilation
7285directory (if one is recorded), and @samp{$cwd} to refer to the current
7286working directory. @samp{$cwd} is not the same as @samp{.}---the former
7287tracks the current working directory as it changes during your @value{GDBN}
7288session, while the latter is immediately expanded to the current
7289directory at the time you add an entry to the source path.
7290
7291@item directory
cd852561 7292Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
c906108c
SS
7293
7294@c RET-repeat for @code{directory} is explicitly disabled, but since
7295@c repeating it would be a no-op we do not say that. (thanks to RMS)
7296
99e7ae30
DE
7297@item set directories @var{path-list}
7298@kindex set directories
7299Set the source path to @var{path-list}.
7300@samp{$cdir:$cwd} are added if missing.
7301
c906108c
SS
7302@item show directories
7303@kindex show directories
7304Print the source path: show which directories it contains.
30daae6c
JB
7305
7306@anchor{set substitute-path}
7307@item set substitute-path @var{from} @var{to}
7308@kindex set substitute-path
7309Define a source path substitution rule, and add it at the end of the
7310current list of existing substitution rules. If a rule with the same
7311@var{from} was already defined, then the old rule is also deleted.
7312
7313For example, if the file @file{/foo/bar/baz.c} was moved to
7314@file{/mnt/cross/baz.c}, then the command
7315
7316@smallexample
7317(@value{GDBP}) set substitute-path /usr/src /mnt/cross
7318@end smallexample
7319
7320@noindent
7321will tell @value{GDBN} to replace @samp{/usr/src} with
7322@samp{/mnt/cross}, which will allow @value{GDBN} to find the file
7323@file{baz.c} even though it was moved.
7324
7325In the case when more than one substitution rule have been defined,
7326the rules are evaluated one by one in the order where they have been
7327defined. The first one matching, if any, is selected to perform
7328the substitution.
7329
7330For instance, if we had entered the following commands:
7331
7332@smallexample
7333(@value{GDBP}) set substitute-path /usr/src/include /mnt/include
7334(@value{GDBP}) set substitute-path /usr/src /mnt/src
7335@end smallexample
7336
7337@noindent
7338@value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
7339@file{/mnt/include/defs.h} by using the first rule. However, it would
7340use the second rule to rewrite @file{/usr/src/lib/foo.c} into
7341@file{/mnt/src/lib/foo.c}.
7342
7343
7344@item unset substitute-path [path]
7345@kindex unset substitute-path
7346If a path is specified, search the current list of substitution rules
7347for a rule that would rewrite that path. Delete that rule if found.
7348A warning is emitted by the debugger if no rule could be found.
7349
7350If no path is specified, then all substitution rules are deleted.
7351
7352@item show substitute-path [path]
7353@kindex show substitute-path
7354If a path is specified, then print the source path substitution rule
7355which would rewrite that path, if any.
7356
7357If no path is specified, then print all existing source path substitution
7358rules.
7359
c906108c
SS
7360@end table
7361
7362If your source path is cluttered with directories that are no longer of
7363interest, @value{GDBN} may sometimes cause confusion by finding the wrong
7364versions of source. You can correct the situation as follows:
7365
7366@enumerate
7367@item
cd852561 7368Use @code{directory} with no argument to reset the source path to its default value.
c906108c
SS
7369
7370@item
7371Use @code{directory} with suitable arguments to reinstall the
7372directories you want in the source path. You can add all the
7373directories in one command.
7374@end enumerate
7375
6d2ebf8b 7376@node Machine Code
79a6e687 7377@section Source and Machine Code
15387254 7378@cindex source line and its code address
c906108c
SS
7379
7380You can use the command @code{info line} to map source lines to program
7381addresses (and vice versa), and the command @code{disassemble} to display
91440f57
HZ
7382a range of addresses as machine instructions. You can use the command
7383@code{set disassemble-next-line} to set whether to disassemble next
7384source line when execution stops. When run under @sc{gnu} Emacs
d4f3574e 7385mode, the @code{info line} command causes the arrow to point to the
5d161b24 7386line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
7387well as hex.
7388
7389@table @code
7390@kindex info line
7391@item info line @var{linespec}
7392Print the starting and ending addresses of the compiled code for
7393source line @var{linespec}. You can specify source lines in any of
2a25a5ba 7394the ways documented in @ref{Specify Location}.
c906108c
SS
7395@end table
7396
7397For example, we can use @code{info line} to discover the location of
7398the object code for the first line of function
7399@code{m4_changequote}:
7400
d4f3574e
SS
7401@c FIXME: I think this example should also show the addresses in
7402@c symbolic form, as they usually would be displayed.
c906108c 7403@smallexample
96a2c332 7404(@value{GDBP}) info line m4_changequote
c906108c
SS
7405Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
7406@end smallexample
7407
7408@noindent
15387254 7409@cindex code address and its source line
c906108c
SS
7410We can also inquire (using @code{*@var{addr}} as the form for
7411@var{linespec}) what source line covers a particular address:
7412@smallexample
7413(@value{GDBP}) info line *0x63ff
7414Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
7415@end smallexample
7416
7417@cindex @code{$_} and @code{info line}
15387254 7418@cindex @code{x} command, default address
41afff9a 7419@kindex x@r{(examine), and} info line
c906108c
SS
7420After @code{info line}, the default address for the @code{x} command
7421is changed to the starting address of the line, so that @samp{x/i} is
7422sufficient to begin examining the machine code (@pxref{Memory,
79a6e687 7423,Examining Memory}). Also, this address is saved as the value of the
c906108c 7424convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
79a6e687 7425Variables}).
c906108c
SS
7426
7427@table @code
7428@kindex disassemble
7429@cindex assembly instructions
7430@cindex instructions, assembly
7431@cindex machine instructions
7432@cindex listing machine instructions
7433@item disassemble
d14508fe 7434@itemx disassemble /m
9b117ef3 7435@itemx disassemble /r
c906108c 7436This specialized command dumps a range of memory as machine
d14508fe 7437instructions. It can also print mixed source+disassembly by specifying
9b117ef3
HZ
7438the @code{/m} modifier and print the raw instructions in hex as well as
7439in symbolic form by specifying the @code{/r}.
d14508fe 7440The default memory range is the function surrounding the
c906108c
SS
7441program counter of the selected frame. A single argument to this
7442command is a program counter value; @value{GDBN} dumps the function
21a0512e
PP
7443surrounding this value. When two arguments are given, they should
7444be separated by a comma, possibly surrounded by whitespace. The
53a71c06
CR
7445arguments specify a range of addresses to dump, in one of two forms:
7446
7447@table @code
7448@item @var{start},@var{end}
7449the addresses from @var{start} (inclusive) to @var{end} (exclusive)
7450@item @var{start},+@var{length}
7451the addresses from @var{start} (inclusive) to
7452@code{@var{start}+@var{length}} (exclusive).
7453@end table
7454
7455@noindent
7456When 2 arguments are specified, the name of the function is also
7457printed (since there could be several functions in the given range).
21a0512e
PP
7458
7459The argument(s) can be any expression yielding a numeric value, such as
7460@samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
2b28d209
PP
7461
7462If the range of memory being disassembled contains current program counter,
7463the instruction at that location is shown with a @code{=>} marker.
c906108c
SS
7464@end table
7465
c906108c
SS
7466The following example shows the disassembly of a range of addresses of
7467HP PA-RISC 2.0 code:
7468
7469@smallexample
21a0512e 7470(@value{GDBP}) disas 0x32c4, 0x32e4
c906108c 7471Dump of assembler code from 0x32c4 to 0x32e4:
2b28d209
PP
7472 0x32c4 <main+204>: addil 0,dp
7473 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
7474 0x32cc <main+212>: ldil 0x3000,r31
7475 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
7476 0x32d4 <main+220>: ldo 0(r31),rp
7477 0x32d8 <main+224>: addil -0x800,dp
7478 0x32dc <main+228>: ldo 0x588(r1),r26
7479 0x32e0 <main+232>: ldil 0x3000,r31
c906108c
SS
7480End of assembler dump.
7481@end smallexample
c906108c 7482
2b28d209
PP
7483Here is an example showing mixed source+assembly for Intel x86, when the
7484program is stopped just after function prologue:
d14508fe
DE
7485
7486@smallexample
7487(@value{GDBP}) disas /m main
7488Dump of assembler code for function main:
74895 @{
9c419145
PP
7490 0x08048330 <+0>: push %ebp
7491 0x08048331 <+1>: mov %esp,%ebp
7492 0x08048333 <+3>: sub $0x8,%esp
7493 0x08048336 <+6>: and $0xfffffff0,%esp
7494 0x08048339 <+9>: sub $0x10,%esp
d14508fe
DE
7495
74966 printf ("Hello.\n");
9c419145
PP
7497=> 0x0804833c <+12>: movl $0x8048440,(%esp)
7498 0x08048343 <+19>: call 0x8048284 <puts@@plt>
d14508fe
DE
7499
75007 return 0;
75018 @}
9c419145
PP
7502 0x08048348 <+24>: mov $0x0,%eax
7503 0x0804834d <+29>: leave
7504 0x0804834e <+30>: ret
d14508fe
DE
7505
7506End of assembler dump.
7507@end smallexample
7508
53a71c06
CR
7509Here is another example showing raw instructions in hex for AMD x86-64,
7510
7511@smallexample
7512(gdb) disas /r 0x400281,+10
7513Dump of assembler code from 0x400281 to 0x40028b:
7514 0x0000000000400281: 38 36 cmp %dh,(%rsi)
7515 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
7516 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
7517 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
7518End of assembler dump.
7519@end smallexample
7520
7e1e0340
DE
7521Addresses cannot be specified as a linespec (@pxref{Specify Location}).
7522So, for example, if you want to disassemble function @code{bar}
7523in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
7524and not @samp{disassemble foo.c:bar}.
7525
c906108c
SS
7526Some architectures have more than one commonly-used set of instruction
7527mnemonics or other syntax.
7528
76d17f34
EZ
7529For programs that were dynamically linked and use shared libraries,
7530instructions that call functions or branch to locations in the shared
7531libraries might show a seemingly bogus location---it's actually a
7532location of the relocation table. On some architectures, @value{GDBN}
7533might be able to resolve these to actual function names.
7534
c906108c 7535@table @code
d4f3574e 7536@kindex set disassembly-flavor
d4f3574e
SS
7537@cindex Intel disassembly flavor
7538@cindex AT&T disassembly flavor
7539@item set disassembly-flavor @var{instruction-set}
c906108c
SS
7540Select the instruction set to use when disassembling the
7541program via the @code{disassemble} or @code{x/i} commands.
7542
7543Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
7544can set @var{instruction-set} to either @code{intel} or @code{att}.
7545The default is @code{att}, the AT&T flavor used by default by Unix
7546assemblers for x86-based targets.
9c16f35a
EZ
7547
7548@kindex show disassembly-flavor
7549@item show disassembly-flavor
7550Show the current setting of the disassembly flavor.
c906108c
SS
7551@end table
7552
91440f57
HZ
7553@table @code
7554@kindex set disassemble-next-line
7555@kindex show disassemble-next-line
7556@item set disassemble-next-line
7557@itemx show disassemble-next-line
32ae1842
EZ
7558Control whether or not @value{GDBN} will disassemble the next source
7559line or instruction when execution stops. If ON, @value{GDBN} will
7560display disassembly of the next source line when execution of the
7561program being debugged stops. This is @emph{in addition} to
7562displaying the source line itself, which @value{GDBN} always does if
7563possible. If the next source line cannot be displayed for some reason
7564(e.g., if @value{GDBN} cannot find the source file, or there's no line
7565info in the debug info), @value{GDBN} will display disassembly of the
7566next @emph{instruction} instead of showing the next source line. If
7567AUTO, @value{GDBN} will display disassembly of next instruction only
7568if the source line cannot be displayed. This setting causes
7569@value{GDBN} to display some feedback when you step through a function
7570with no line info or whose source file is unavailable. The default is
7571OFF, which means never display the disassembly of the next line or
7572instruction.
91440f57
HZ
7573@end table
7574
c906108c 7575
6d2ebf8b 7576@node Data
c906108c
SS
7577@chapter Examining Data
7578
7579@cindex printing data
7580@cindex examining data
7581@kindex print
7582@kindex inspect
c906108c 7583The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
7584command (abbreviated @code{p}), or its synonym @code{inspect}. It
7585evaluates and prints the value of an expression of the language your
7586program is written in (@pxref{Languages, ,Using @value{GDBN} with
78e2826b
TT
7587Different Languages}). It may also print the expression using a
7588Python-based pretty-printer (@pxref{Pretty Printing}).
c906108c
SS
7589
7590@table @code
d4f3574e
SS
7591@item print @var{expr}
7592@itemx print /@var{f} @var{expr}
7593@var{expr} is an expression (in the source language). By default the
7594value of @var{expr} is printed in a format appropriate to its data type;
c906108c 7595you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 7596@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
79a6e687 7597Formats}.
c906108c
SS
7598
7599@item print
7600@itemx print /@var{f}
15387254 7601@cindex reprint the last value
d4f3574e 7602If you omit @var{expr}, @value{GDBN} displays the last value again (from the
79a6e687 7603@dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
c906108c
SS
7604conveniently inspect the same value in an alternative format.
7605@end table
7606
7607A more low-level way of examining data is with the @code{x} command.
7608It examines data in memory at a specified address and prints it in a
79a6e687 7609specified format. @xref{Memory, ,Examining Memory}.
c906108c 7610
7a292a7a 7611If you are interested in information about types, or about how the
d4f3574e
SS
7612fields of a struct or a class are declared, use the @code{ptype @var{exp}}
7613command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 7614Table}.
c906108c 7615
06fc020f
SCR
7616@cindex exploring hierarchical data structures
7617@kindex explore
7618Another way of examining values of expressions and type information is
7619through the Python extension command @code{explore} (available only if
7620the @value{GDBN} build is configured with @code{--with-python}). It
7621offers an interactive way to start at the highest level (or, the most
7622abstract level) of the data type of an expression (or, the data type
7623itself) and explore all the way down to leaf scalar values/fields
7624embedded in the higher level data types.
7625
7626@table @code
7627@item explore @var{arg}
7628@var{arg} is either an expression (in the source language), or a type
7629visible in the current context of the program being debugged.
7630@end table
7631
7632The working of the @code{explore} command can be illustrated with an
7633example. If a data type @code{struct ComplexStruct} is defined in your
7634C program as
7635
7636@smallexample
7637struct SimpleStruct
7638@{
7639 int i;
7640 double d;
7641@};
7642
7643struct ComplexStruct
7644@{
7645 struct SimpleStruct *ss_p;
7646 int arr[10];
7647@};
7648@end smallexample
7649
7650@noindent
7651followed by variable declarations as
7652
7653@smallexample
7654struct SimpleStruct ss = @{ 10, 1.11 @};
7655struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
7656@end smallexample
7657
7658@noindent
7659then, the value of the variable @code{cs} can be explored using the
7660@code{explore} command as follows.
7661
7662@smallexample
7663(gdb) explore cs
7664The value of `cs' is a struct/class of type `struct ComplexStruct' with
7665the following fields:
7666
7667 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
7668 arr = <Enter 1 to explore this field of type `int [10]'>
7669
7670Enter the field number of choice:
7671@end smallexample
7672
7673@noindent
7674Since the fields of @code{cs} are not scalar values, you are being
7675prompted to chose the field you want to explore. Let's say you choose
7676the field @code{ss_p} by entering @code{0}. Then, since this field is a
7677pointer, you will be asked if it is pointing to a single value. From
7678the declaration of @code{cs} above, it is indeed pointing to a single
7679value, hence you enter @code{y}. If you enter @code{n}, then you will
7680be asked if it were pointing to an array of values, in which case this
7681field will be explored as if it were an array.
7682
7683@smallexample
7684`cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
7685Continue exploring it as a pointer to a single value [y/n]: y
7686The value of `*(cs.ss_p)' is a struct/class of type `struct
7687SimpleStruct' with the following fields:
7688
7689 i = 10 .. (Value of type `int')
7690 d = 1.1100000000000001 .. (Value of type `double')
7691
7692Press enter to return to parent value:
7693@end smallexample
7694
7695@noindent
7696If the field @code{arr} of @code{cs} was chosen for exploration by
7697entering @code{1} earlier, then since it is as array, you will be
7698prompted to enter the index of the element in the array that you want
7699to explore.
7700
7701@smallexample
7702`cs.arr' is an array of `int'.
7703Enter the index of the element you want to explore in `cs.arr': 5
7704
7705`(cs.arr)[5]' is a scalar value of type `int'.
7706
7707(cs.arr)[5] = 4
7708
7709Press enter to return to parent value:
7710@end smallexample
7711
7712In general, at any stage of exploration, you can go deeper towards the
7713leaf values by responding to the prompts appropriately, or hit the
7714return key to return to the enclosing data structure (the @i{higher}
7715level data structure).
7716
7717Similar to exploring values, you can use the @code{explore} command to
7718explore types. Instead of specifying a value (which is typically a
7719variable name or an expression valid in the current context of the
7720program being debugged), you specify a type name. If you consider the
7721same example as above, your can explore the type
7722@code{struct ComplexStruct} by passing the argument
7723@code{struct ComplexStruct} to the @code{explore} command.
7724
7725@smallexample
7726(gdb) explore struct ComplexStruct
7727@end smallexample
7728
7729@noindent
7730By responding to the prompts appropriately in the subsequent interactive
7731session, you can explore the type @code{struct ComplexStruct} in a
7732manner similar to how the value @code{cs} was explored in the above
7733example.
7734
7735The @code{explore} command also has two sub-commands,
7736@code{explore value} and @code{explore type}. The former sub-command is
7737a way to explicitly specify that value exploration of the argument is
7738being invoked, while the latter is a way to explicitly specify that type
7739exploration of the argument is being invoked.
7740
7741@table @code
7742@item explore value @var{expr}
7743@cindex explore value
7744This sub-command of @code{explore} explores the value of the
7745expression @var{expr} (if @var{expr} is an expression valid in the
7746current context of the program being debugged). The behavior of this
7747command is identical to that of the behavior of the @code{explore}
7748command being passed the argument @var{expr}.
7749
7750@item explore type @var{arg}
7751@cindex explore type
7752This sub-command of @code{explore} explores the type of @var{arg} (if
7753@var{arg} is a type visible in the current context of program being
7754debugged), or the type of the value/expression @var{arg} (if @var{arg}
7755is an expression valid in the current context of the program being
7756debugged). If @var{arg} is a type, then the behavior of this command is
7757identical to that of the @code{explore} command being passed the
7758argument @var{arg}. If @var{arg} is an expression, then the behavior of
7759this command will be identical to that of the @code{explore} command
7760being passed the type of @var{arg} as the argument.
7761@end table
7762
c906108c
SS
7763@menu
7764* Expressions:: Expressions
6ba66d6a 7765* Ambiguous Expressions:: Ambiguous Expressions
c906108c
SS
7766* Variables:: Program variables
7767* Arrays:: Artificial arrays
7768* Output Formats:: Output formats
7769* Memory:: Examining memory
7770* Auto Display:: Automatic display
7771* Print Settings:: Print settings
4c374409 7772* Pretty Printing:: Python pretty printing
c906108c
SS
7773* Value History:: Value history
7774* Convenience Vars:: Convenience variables
a72c3253 7775* Convenience Funs:: Convenience functions
c906108c 7776* Registers:: Registers
c906108c 7777* Floating Point Hardware:: Floating point hardware
53c69bd7 7778* Vector Unit:: Vector Unit
721c2651 7779* OS Information:: Auxiliary data provided by operating system
29e57380 7780* Memory Region Attributes:: Memory region attributes
16d9dec6 7781* Dump/Restore Files:: Copy between memory and a file
384ee23f 7782* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
7783* Character Sets:: Debugging programs that use a different
7784 character set than GDB does
09d4efe1 7785* Caching Remote Data:: Data caching for remote targets
08388c79 7786* Searching Memory:: Searching memory for a sequence of bytes
c906108c
SS
7787@end menu
7788
6d2ebf8b 7789@node Expressions
c906108c
SS
7790@section Expressions
7791
7792@cindex expressions
7793@code{print} and many other @value{GDBN} commands accept an expression and
7794compute its value. Any kind of constant, variable or operator defined
7795by the programming language you are using is valid in an expression in
e2e0bcd1
JB
7796@value{GDBN}. This includes conditional expressions, function calls,
7797casts, and string constants. It also includes preprocessor macros, if
7798you compiled your program to include this information; see
7799@ref{Compilation}.
c906108c 7800
15387254 7801@cindex arrays in expressions
d4f3574e
SS
7802@value{GDBN} supports array constants in expressions input by
7803the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
63092375
DJ
7804you can use the command @code{print @{1, 2, 3@}} to create an array
7805of three integers. If you pass an array to a function or assign it
7806to a program variable, @value{GDBN} copies the array to memory that
7807is @code{malloc}ed in the target program.
c906108c 7808
c906108c
SS
7809Because C is so widespread, most of the expressions shown in examples in
7810this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
7811Languages}, for information on how to use expressions in other
7812languages.
7813
7814In this section, we discuss operators that you can use in @value{GDBN}
7815expressions regardless of your programming language.
7816
15387254 7817@cindex casts, in expressions
c906108c
SS
7818Casts are supported in all languages, not just in C, because it is so
7819useful to cast a number into a pointer in order to examine a structure
7820at that address in memory.
7821@c FIXME: casts supported---Mod2 true?
c906108c
SS
7822
7823@value{GDBN} supports these operators, in addition to those common
7824to programming languages:
7825
7826@table @code
7827@item @@
7828@samp{@@} is a binary operator for treating parts of memory as arrays.
79a6e687 7829@xref{Arrays, ,Artificial Arrays}, for more information.
c906108c
SS
7830
7831@item ::
7832@samp{::} allows you to specify a variable in terms of the file or
79a6e687 7833function where it is defined. @xref{Variables, ,Program Variables}.
c906108c
SS
7834
7835@cindex @{@var{type}@}
7836@cindex type casting memory
7837@cindex memory, viewing as typed object
7838@cindex casts, to view memory
7839@item @{@var{type}@} @var{addr}
7840Refers to an object of type @var{type} stored at address @var{addr} in
7841memory. @var{addr} may be any expression whose value is an integer or
7842pointer (but parentheses are required around binary operators, just as in
7843a cast). This construct is allowed regardless of what kind of data is
7844normally supposed to reside at @var{addr}.
7845@end table
7846
6ba66d6a
JB
7847@node Ambiguous Expressions
7848@section Ambiguous Expressions
7849@cindex ambiguous expressions
7850
7851Expressions can sometimes contain some ambiguous elements. For instance,
7852some programming languages (notably Ada, C@t{++} and Objective-C) permit
7853a single function name to be defined several times, for application in
7854different contexts. This is called @dfn{overloading}. Another example
7855involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
7856templates and is typically instantiated several times, resulting in
7857the same function name being defined in different contexts.
7858
7859In some cases and depending on the language, it is possible to adjust
7860the expression to remove the ambiguity. For instance in C@t{++}, you
7861can specify the signature of the function you want to break on, as in
7862@kbd{break @var{function}(@var{types})}. In Ada, using the fully
7863qualified name of your function often makes the expression unambiguous
7864as well.
7865
7866When an ambiguity that needs to be resolved is detected, the debugger
7867has the capability to display a menu of numbered choices for each
7868possibility, and then waits for the selection with the prompt @samp{>}.
7869The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
7870aborts the current command. If the command in which the expression was
7871used allows more than one choice to be selected, the next option in the
7872menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
7873choices.
7874
7875For example, the following session excerpt shows an attempt to set a
7876breakpoint at the overloaded symbol @code{String::after}.
7877We choose three particular definitions of that function name:
7878
7879@c FIXME! This is likely to change to show arg type lists, at least
7880@smallexample
7881@group
7882(@value{GDBP}) b String::after
7883[0] cancel
7884[1] all
7885[2] file:String.cc; line number:867
7886[3] file:String.cc; line number:860
7887[4] file:String.cc; line number:875
7888[5] file:String.cc; line number:853
7889[6] file:String.cc; line number:846
7890[7] file:String.cc; line number:735
7891> 2 4 6
7892Breakpoint 1 at 0xb26c: file String.cc, line 867.
7893Breakpoint 2 at 0xb344: file String.cc, line 875.
7894Breakpoint 3 at 0xafcc: file String.cc, line 846.
7895Multiple breakpoints were set.
7896Use the "delete" command to delete unwanted
7897 breakpoints.
7898(@value{GDBP})
7899@end group
7900@end smallexample
7901
7902@table @code
7903@kindex set multiple-symbols
7904@item set multiple-symbols @var{mode}
7905@cindex multiple-symbols menu
7906
7907This option allows you to adjust the debugger behavior when an expression
7908is ambiguous.
7909
7910By default, @var{mode} is set to @code{all}. If the command with which
7911the expression is used allows more than one choice, then @value{GDBN}
7912automatically selects all possible choices. For instance, inserting
7913a breakpoint on a function using an ambiguous name results in a breakpoint
7914inserted on each possible match. However, if a unique choice must be made,
7915then @value{GDBN} uses the menu to help you disambiguate the expression.
7916For instance, printing the address of an overloaded function will result
7917in the use of the menu.
7918
7919When @var{mode} is set to @code{ask}, the debugger always uses the menu
7920when an ambiguity is detected.
7921
7922Finally, when @var{mode} is set to @code{cancel}, the debugger reports
7923an error due to the ambiguity and the command is aborted.
7924
7925@kindex show multiple-symbols
7926@item show multiple-symbols
7927Show the current value of the @code{multiple-symbols} setting.
7928@end table
7929
6d2ebf8b 7930@node Variables
79a6e687 7931@section Program Variables
c906108c
SS
7932
7933The most common kind of expression to use is the name of a variable
7934in your program.
7935
7936Variables in expressions are understood in the selected stack frame
79a6e687 7937(@pxref{Selection, ,Selecting a Frame}); they must be either:
c906108c
SS
7938
7939@itemize @bullet
7940@item
7941global (or file-static)
7942@end itemize
7943
5d161b24 7944@noindent or
c906108c
SS
7945
7946@itemize @bullet
7947@item
7948visible according to the scope rules of the
7949programming language from the point of execution in that frame
5d161b24 7950@end itemize
c906108c
SS
7951
7952@noindent This means that in the function
7953
474c8240 7954@smallexample
c906108c
SS
7955foo (a)
7956 int a;
7957@{
7958 bar (a);
7959 @{
7960 int b = test ();
7961 bar (b);
7962 @}
7963@}
474c8240 7964@end smallexample
c906108c
SS
7965
7966@noindent
7967you can examine and use the variable @code{a} whenever your program is
7968executing within the function @code{foo}, but you can only use or
7969examine the variable @code{b} while your program is executing inside
7970the block where @code{b} is declared.
7971
7972@cindex variable name conflict
7973There is an exception: you can refer to a variable or function whose
7974scope is a single source file even if the current execution point is not
7975in this file. But it is possible to have more than one such variable or
7976function with the same name (in different source files). If that
7977happens, referring to that name has unpredictable effects. If you wish,
72384ba3 7978you can specify a static variable in a particular function or file by
15387254 7979using the colon-colon (@code{::}) notation:
c906108c 7980
d4f3574e 7981@cindex colon-colon, context for variables/functions
12c27660 7982@ifnotinfo
c906108c 7983@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 7984@cindex @code{::}, context for variables/functions
12c27660 7985@end ifnotinfo
474c8240 7986@smallexample
c906108c
SS
7987@var{file}::@var{variable}
7988@var{function}::@var{variable}
474c8240 7989@end smallexample
c906108c
SS
7990
7991@noindent
7992Here @var{file} or @var{function} is the name of the context for the
7993static @var{variable}. In the case of file names, you can use quotes to
7994make sure @value{GDBN} parses the file name as a single word---for example,
7995to print a global value of @code{x} defined in @file{f2.c}:
7996
474c8240 7997@smallexample
c906108c 7998(@value{GDBP}) p 'f2.c'::x
474c8240 7999@end smallexample
c906108c 8000
72384ba3
PH
8001The @code{::} notation is normally used for referring to
8002static variables, since you typically disambiguate uses of local variables
8003in functions by selecting the appropriate frame and using the
8004simple name of the variable. However, you may also use this notation
8005to refer to local variables in frames enclosing the selected frame:
8006
8007@smallexample
8008void
8009foo (int a)
8010@{
8011 if (a < 10)
8012 bar (a);
8013 else
8014 process (a); /* Stop here */
8015@}
8016
8017int
8018bar (int a)
8019@{
8020 foo (a + 5);
8021@}
8022@end smallexample
8023
8024@noindent
8025For example, if there is a breakpoint at the commented line,
8026here is what you might see
8027when the program stops after executing the call @code{bar(0)}:
8028
8029@smallexample
8030(@value{GDBP}) p a
8031$1 = 10
8032(@value{GDBP}) p bar::a
8033$2 = 5
8034(@value{GDBP}) up 2
8035#2 0x080483d0 in foo (a=5) at foobar.c:12
8036(@value{GDBP}) p a
8037$3 = 5
8038(@value{GDBP}) p bar::a
8039$4 = 0
8040@end smallexample
8041
b37052ae 8042@cindex C@t{++} scope resolution
72384ba3 8043These uses of @samp{::} are very rarely in conflict with the very similar
b37052ae 8044use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
8045scope resolution operator in @value{GDBN} expressions.
8046@c FIXME: Um, so what happens in one of those rare cases where it's in
8047@c conflict?? --mew
c906108c
SS
8048
8049@cindex wrong values
8050@cindex variable values, wrong
15387254
EZ
8051@cindex function entry/exit, wrong values of variables
8052@cindex optimized code, wrong values of variables
c906108c
SS
8053@quotation
8054@emph{Warning:} Occasionally, a local variable may appear to have the
8055wrong value at certain points in a function---just after entry to a new
8056scope, and just before exit.
8057@end quotation
8058You may see this problem when you are stepping by machine instructions.
8059This is because, on most machines, it takes more than one instruction to
8060set up a stack frame (including local variable definitions); if you are
8061stepping by machine instructions, variables may appear to have the wrong
8062values until the stack frame is completely built. On exit, it usually
8063also takes more than one machine instruction to destroy a stack frame;
8064after you begin stepping through that group of instructions, local
8065variable definitions may be gone.
8066
8067This may also happen when the compiler does significant optimizations.
8068To be sure of always seeing accurate values, turn off all optimization
8069when compiling.
8070
d4f3574e
SS
8071@cindex ``No symbol "foo" in current context''
8072Another possible effect of compiler optimizations is to optimize
8073unused variables out of existence, or assign variables to registers (as
8074opposed to memory addresses). Depending on the support for such cases
8075offered by the debug info format used by the compiler, @value{GDBN}
8076might not be able to display values for such local variables. If that
8077happens, @value{GDBN} will print a message like this:
8078
474c8240 8079@smallexample
d4f3574e 8080No symbol "foo" in current context.
474c8240 8081@end smallexample
d4f3574e
SS
8082
8083To solve such problems, either recompile without optimizations, or use a
8084different debug info format, if the compiler supports several such
e0f8f636
TT
8085formats. @xref{Compilation}, for more information on choosing compiler
8086options. @xref{C, ,C and C@t{++}}, for more information about debug
8087info formats that are best suited to C@t{++} programs.
d4f3574e 8088
ab1adacd
EZ
8089If you ask to print an object whose contents are unknown to
8090@value{GDBN}, e.g., because its data type is not completely specified
8091by the debug information, @value{GDBN} will say @samp{<incomplete
8092type>}. @xref{Symbols, incomplete type}, for more about this.
8093
36b11add
JK
8094If you append @kbd{@@entry} string to a function parameter name you get its
8095value at the time the function got called. If the value is not available an
8096error message is printed. Entry values are available only with some compilers.
8097Entry values are normally also printed at the function parameter list according
8098to @ref{set print entry-values}.
8099
8100@smallexample
8101Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
810229 i++;
8103(gdb) next
810430 e (i);
8105(gdb) print i
8106$1 = 31
8107(gdb) print i@@entry
8108$2 = 30
8109@end smallexample
8110
3a60f64e
JK
8111Strings are identified as arrays of @code{char} values without specified
8112signedness. Arrays of either @code{signed char} or @code{unsigned char} get
8113printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
8114@code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
8115defines literal string type @code{"char"} as @code{char} without a sign.
8116For program code
8117
8118@smallexample
8119char var0[] = "A";
8120signed char var1[] = "A";
8121@end smallexample
8122
8123You get during debugging
8124@smallexample
8125(gdb) print var0
8126$1 = "A"
8127(gdb) print var1
8128$2 = @{65 'A', 0 '\0'@}
8129@end smallexample
8130
6d2ebf8b 8131@node Arrays
79a6e687 8132@section Artificial Arrays
c906108c
SS
8133
8134@cindex artificial array
15387254 8135@cindex arrays
41afff9a 8136@kindex @@@r{, referencing memory as an array}
c906108c
SS
8137It is often useful to print out several successive objects of the
8138same type in memory; a section of an array, or an array of
8139dynamically determined size for which only a pointer exists in the
8140program.
8141
8142You can do this by referring to a contiguous span of memory as an
8143@dfn{artificial array}, using the binary operator @samp{@@}. The left
8144operand of @samp{@@} should be the first element of the desired array
8145and be an individual object. The right operand should be the desired length
8146of the array. The result is an array value whose elements are all of
8147the type of the left argument. The first element is actually the left
8148argument; the second element comes from bytes of memory immediately
8149following those that hold the first element, and so on. Here is an
8150example. If a program says
8151
474c8240 8152@smallexample
c906108c 8153int *array = (int *) malloc (len * sizeof (int));
474c8240 8154@end smallexample
c906108c
SS
8155
8156@noindent
8157you can print the contents of @code{array} with
8158
474c8240 8159@smallexample
c906108c 8160p *array@@len
474c8240 8161@end smallexample
c906108c
SS
8162
8163The left operand of @samp{@@} must reside in memory. Array values made
8164with @samp{@@} in this way behave just like other arrays in terms of
8165subscripting, and are coerced to pointers when used in expressions.
8166Artificial arrays most often appear in expressions via the value history
79a6e687 8167(@pxref{Value History, ,Value History}), after printing one out.
c906108c
SS
8168
8169Another way to create an artificial array is to use a cast.
8170This re-interprets a value as if it were an array.
8171The value need not be in memory:
474c8240 8172@smallexample
c906108c
SS
8173(@value{GDBP}) p/x (short[2])0x12345678
8174$1 = @{0x1234, 0x5678@}
474c8240 8175@end smallexample
c906108c
SS
8176
8177As a convenience, if you leave the array length out (as in
c3f6f71d 8178@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 8179the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 8180@smallexample
c906108c
SS
8181(@value{GDBP}) p/x (short[])0x12345678
8182$2 = @{0x1234, 0x5678@}
474c8240 8183@end smallexample
c906108c
SS
8184
8185Sometimes the artificial array mechanism is not quite enough; in
8186moderately complex data structures, the elements of interest may not
8187actually be adjacent---for example, if you are interested in the values
8188of pointers in an array. One useful work-around in this situation is
8189to use a convenience variable (@pxref{Convenience Vars, ,Convenience
79a6e687 8190Variables}) as a counter in an expression that prints the first
c906108c
SS
8191interesting value, and then repeat that expression via @key{RET}. For
8192instance, suppose you have an array @code{dtab} of pointers to
8193structures, and you are interested in the values of a field @code{fv}
8194in each structure. Here is an example of what you might type:
8195
474c8240 8196@smallexample
c906108c
SS
8197set $i = 0
8198p dtab[$i++]->fv
8199@key{RET}
8200@key{RET}
8201@dots{}
474c8240 8202@end smallexample
c906108c 8203
6d2ebf8b 8204@node Output Formats
79a6e687 8205@section Output Formats
c906108c
SS
8206
8207@cindex formatted output
8208@cindex output formats
8209By default, @value{GDBN} prints a value according to its data type. Sometimes
8210this is not what you want. For example, you might want to print a number
8211in hex, or a pointer in decimal. Or you might want to view data in memory
8212at a certain address as a character string or as an instruction. To do
8213these things, specify an @dfn{output format} when you print a value.
8214
8215The simplest use of output formats is to say how to print a value
8216already computed. This is done by starting the arguments of the
8217@code{print} command with a slash and a format letter. The format
8218letters supported are:
8219
8220@table @code
8221@item x
8222Regard the bits of the value as an integer, and print the integer in
8223hexadecimal.
8224
8225@item d
8226Print as integer in signed decimal.
8227
8228@item u
8229Print as integer in unsigned decimal.
8230
8231@item o
8232Print as integer in octal.
8233
8234@item t
8235Print as integer in binary. The letter @samp{t} stands for ``two''.
8236@footnote{@samp{b} cannot be used because these format letters are also
8237used with the @code{x} command, where @samp{b} stands for ``byte'';
79a6e687 8238see @ref{Memory,,Examining Memory}.}
c906108c
SS
8239
8240@item a
8241@cindex unknown address, locating
3d67e040 8242@cindex locate address
c906108c
SS
8243Print as an address, both absolute in hexadecimal and as an offset from
8244the nearest preceding symbol. You can use this format used to discover
8245where (in what function) an unknown address is located:
8246
474c8240 8247@smallexample
c906108c
SS
8248(@value{GDBP}) p/a 0x54320
8249$3 = 0x54320 <_initialize_vx+396>
474c8240 8250@end smallexample
c906108c 8251
3d67e040
EZ
8252@noindent
8253The command @code{info symbol 0x54320} yields similar results.
8254@xref{Symbols, info symbol}.
8255
c906108c 8256@item c
51274035
EZ
8257Regard as an integer and print it as a character constant. This
8258prints both the numerical value and its character representation. The
8259character representation is replaced with the octal escape @samp{\nnn}
8260for characters outside the 7-bit @sc{ascii} range.
c906108c 8261
ea37ba09
DJ
8262Without this format, @value{GDBN} displays @code{char},
8263@w{@code{unsigned char}}, and @w{@code{signed char}} data as character
8264constants. Single-byte members of vectors are displayed as integer
8265data.
8266
c906108c
SS
8267@item f
8268Regard the bits of the value as a floating point number and print
8269using typical floating point syntax.
ea37ba09
DJ
8270
8271@item s
8272@cindex printing strings
8273@cindex printing byte arrays
8274Regard as a string, if possible. With this format, pointers to single-byte
8275data are displayed as null-terminated strings and arrays of single-byte data
8276are displayed as fixed-length strings. Other values are displayed in their
8277natural types.
8278
8279Without this format, @value{GDBN} displays pointers to and arrays of
8280@code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
8281strings. Single-byte members of a vector are displayed as an integer
8282array.
a6bac58e
TT
8283
8284@item r
8285@cindex raw printing
8286Print using the @samp{raw} formatting. By default, @value{GDBN} will
78e2826b
TT
8287use a Python-based pretty-printer, if one is available (@pxref{Pretty
8288Printing}). This typically results in a higher-level display of the
8289value's contents. The @samp{r} format bypasses any Python
8290pretty-printer which might exist.
c906108c
SS
8291@end table
8292
8293For example, to print the program counter in hex (@pxref{Registers}), type
8294
474c8240 8295@smallexample
c906108c 8296p/x $pc
474c8240 8297@end smallexample
c906108c
SS
8298
8299@noindent
8300Note that no space is required before the slash; this is because command
8301names in @value{GDBN} cannot contain a slash.
8302
8303To reprint the last value in the value history with a different format,
8304you can use the @code{print} command with just a format and no
8305expression. For example, @samp{p/x} reprints the last value in hex.
8306
6d2ebf8b 8307@node Memory
79a6e687 8308@section Examining Memory
c906108c
SS
8309
8310You can use the command @code{x} (for ``examine'') to examine memory in
8311any of several formats, independently of your program's data types.
8312
8313@cindex examining memory
8314@table @code
41afff9a 8315@kindex x @r{(examine memory)}
c906108c
SS
8316@item x/@var{nfu} @var{addr}
8317@itemx x @var{addr}
8318@itemx x
8319Use the @code{x} command to examine memory.
8320@end table
8321
8322@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
8323much memory to display and how to format it; @var{addr} is an
8324expression giving the address where you want to start displaying memory.
8325If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
8326Several commands set convenient defaults for @var{addr}.
8327
8328@table @r
8329@item @var{n}, the repeat count
8330The repeat count is a decimal integer; the default is 1. It specifies
8331how much memory (counting by units @var{u}) to display.
8332@c This really is **decimal**; unaffected by 'set radix' as of GDB
8333@c 4.1.2.
8334
8335@item @var{f}, the display format
51274035
EZ
8336The display format is one of the formats used by @code{print}
8337(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
ea37ba09
DJ
8338@samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
8339The default is @samp{x} (hexadecimal) initially. The default changes
8340each time you use either @code{x} or @code{print}.
c906108c
SS
8341
8342@item @var{u}, the unit size
8343The unit size is any of
8344
8345@table @code
8346@item b
8347Bytes.
8348@item h
8349Halfwords (two bytes).
8350@item w
8351Words (four bytes). This is the initial default.
8352@item g
8353Giant words (eight bytes).
8354@end table
8355
8356Each time you specify a unit size with @code{x}, that size becomes the
9a22f0d0
PM
8357default unit the next time you use @code{x}. For the @samp{i} format,
8358the unit size is ignored and is normally not written. For the @samp{s} format,
8359the unit size defaults to @samp{b}, unless it is explicitly given.
8360Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
836132-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
8362Note that the results depend on the programming language of the
8363current compilation unit. If the language is C, the @samp{s}
8364modifier will use the UTF-16 encoding while @samp{w} will use
8365UTF-32. The encoding is set by the programming language and cannot
8366be altered.
c906108c
SS
8367
8368@item @var{addr}, starting display address
8369@var{addr} is the address where you want @value{GDBN} to begin displaying
8370memory. The expression need not have a pointer value (though it may);
8371it is always interpreted as an integer address of a byte of memory.
8372@xref{Expressions, ,Expressions}, for more information on expressions. The default for
8373@var{addr} is usually just after the last address examined---but several
8374other commands also set the default address: @code{info breakpoints} (to
8375the address of the last breakpoint listed), @code{info line} (to the
8376starting address of a line), and @code{print} (if you use it to display
8377a value from memory).
8378@end table
8379
8380For example, @samp{x/3uh 0x54320} is a request to display three halfwords
8381(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
8382starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
8383words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 8384@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
8385
8386Since the letters indicating unit sizes are all distinct from the
8387letters specifying output formats, you do not have to remember whether
8388unit size or format comes first; either order works. The output
8389specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
8390(However, the count @var{n} must come first; @samp{wx4} does not work.)
8391
8392Even though the unit size @var{u} is ignored for the formats @samp{s}
8393and @samp{i}, you might still want to use a count @var{n}; for example,
8394@samp{3i} specifies that you want to see three machine instructions,
a4642986
MR
8395including any operands. For convenience, especially when used with
8396the @code{display} command, the @samp{i} format also prints branch delay
8397slot instructions, if any, beyond the count specified, which immediately
8398follow the last instruction that is within the count. The command
8399@code{disassemble} gives an alternative way of inspecting machine
8400instructions; see @ref{Machine Code,,Source and Machine Code}.
c906108c
SS
8401
8402All the defaults for the arguments to @code{x} are designed to make it
8403easy to continue scanning memory with minimal specifications each time
8404you use @code{x}. For example, after you have inspected three machine
8405instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
8406with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
8407the repeat count @var{n} is used again; the other arguments default as
8408for successive uses of @code{x}.
8409
2b28d209
PP
8410When examining machine instructions, the instruction at current program
8411counter is shown with a @code{=>} marker. For example:
8412
8413@smallexample
8414(@value{GDBP}) x/5i $pc-6
8415 0x804837f <main+11>: mov %esp,%ebp
8416 0x8048381 <main+13>: push %ecx
8417 0x8048382 <main+14>: sub $0x4,%esp
8418=> 0x8048385 <main+17>: movl $0x8048460,(%esp)
8419 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
8420@end smallexample
8421
c906108c
SS
8422@cindex @code{$_}, @code{$__}, and value history
8423The addresses and contents printed by the @code{x} command are not saved
8424in the value history because there is often too much of them and they
8425would get in the way. Instead, @value{GDBN} makes these values available for
8426subsequent use in expressions as values of the convenience variables
8427@code{$_} and @code{$__}. After an @code{x} command, the last address
8428examined is available for use in expressions in the convenience variable
8429@code{$_}. The contents of that address, as examined, are available in
8430the convenience variable @code{$__}.
8431
8432If the @code{x} command has a repeat count, the address and contents saved
8433are from the last memory unit printed; this is not the same as the last
8434address printed if several units were printed on the last line of output.
8435
09d4efe1
EZ
8436@cindex remote memory comparison
8437@cindex verify remote memory image
8438When you are debugging a program running on a remote target machine
ea35711c 8439(@pxref{Remote Debugging}), you may wish to verify the program's image in the
09d4efe1
EZ
8440remote machine's memory against the executable file you downloaded to
8441the target. The @code{compare-sections} command is provided for such
8442situations.
8443
8444@table @code
8445@kindex compare-sections
8446@item compare-sections @r{[}@var{section-name}@r{]}
8447Compare the data of a loadable section @var{section-name} in the
8448executable file of the program being debugged with the same section in
8449the remote machine's memory, and report any mismatches. With no
8450arguments, compares all loadable sections. This command's
8451availability depends on the target's support for the @code{"qCRC"}
8452remote request.
8453@end table
8454
6d2ebf8b 8455@node Auto Display
79a6e687 8456@section Automatic Display
c906108c
SS
8457@cindex automatic display
8458@cindex display of expressions
8459
8460If you find that you want to print the value of an expression frequently
8461(to see how it changes), you might want to add it to the @dfn{automatic
8462display list} so that @value{GDBN} prints its value each time your program stops.
8463Each expression added to the list is given a number to identify it;
8464to remove an expression from the list, you specify that number.
8465The automatic display looks like this:
8466
474c8240 8467@smallexample
c906108c
SS
84682: foo = 38
84693: bar[5] = (struct hack *) 0x3804
474c8240 8470@end smallexample
c906108c
SS
8471
8472@noindent
8473This display shows item numbers, expressions and their current values. As with
8474displays you request manually using @code{x} or @code{print}, you can
8475specify the output format you prefer; in fact, @code{display} decides
ea37ba09
DJ
8476whether to use @code{print} or @code{x} depending your format
8477specification---it uses @code{x} if you specify either the @samp{i}
8478or @samp{s} format, or a unit size; otherwise it uses @code{print}.
c906108c
SS
8479
8480@table @code
8481@kindex display
d4f3574e
SS
8482@item display @var{expr}
8483Add the expression @var{expr} to the list of expressions to display
c906108c
SS
8484each time your program stops. @xref{Expressions, ,Expressions}.
8485
8486@code{display} does not repeat if you press @key{RET} again after using it.
8487
d4f3574e 8488@item display/@var{fmt} @var{expr}
c906108c 8489For @var{fmt} specifying only a display format and not a size or
d4f3574e 8490count, add the expression @var{expr} to the auto-display list but
c906108c 8491arrange to display it each time in the specified format @var{fmt}.
79a6e687 8492@xref{Output Formats,,Output Formats}.
c906108c
SS
8493
8494@item display/@var{fmt} @var{addr}
8495For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
8496number of units, add the expression @var{addr} as a memory address to
8497be examined each time your program stops. Examining means in effect
79a6e687 8498doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
c906108c
SS
8499@end table
8500
8501For example, @samp{display/i $pc} can be helpful, to see the machine
8502instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 8503is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
8504
8505@table @code
8506@kindex delete display
8507@kindex undisplay
8508@item undisplay @var{dnums}@dots{}
8509@itemx delete display @var{dnums}@dots{}
c9174737
PA
8510Remove items from the list of expressions to display. Specify the
8511numbers of the displays that you want affected with the command
8512argument @var{dnums}. It can be a single display number, one of the
8513numbers shown in the first field of the @samp{info display} display;
8514or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
8515
8516@code{undisplay} does not repeat if you press @key{RET} after using it.
8517(Otherwise you would just get the error @samp{No display number @dots{}}.)
8518
8519@kindex disable display
8520@item disable display @var{dnums}@dots{}
8521Disable the display of item numbers @var{dnums}. A disabled display
8522item is not printed automatically, but is not forgotten. It may be
c9174737
PA
8523enabled again later. Specify the numbers of the displays that you
8524want affected with the command argument @var{dnums}. It can be a
8525single display number, one of the numbers shown in the first field of
8526the @samp{info display} display; or it could be a range of display
8527numbers, as in @code{2-4}.
c906108c
SS
8528
8529@kindex enable display
8530@item enable display @var{dnums}@dots{}
8531Enable display of item numbers @var{dnums}. It becomes effective once
8532again in auto display of its expression, until you specify otherwise.
c9174737
PA
8533Specify the numbers of the displays that you want affected with the
8534command argument @var{dnums}. It can be a single display number, one
8535of the numbers shown in the first field of the @samp{info display}
8536display; or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
8537
8538@item display
8539Display the current values of the expressions on the list, just as is
8540done when your program stops.
8541
8542@kindex info display
8543@item info display
8544Print the list of expressions previously set up to display
8545automatically, each one with its item number, but without showing the
8546values. This includes disabled expressions, which are marked as such.
8547It also includes expressions which would not be displayed right now
8548because they refer to automatic variables not currently available.
8549@end table
8550
15387254 8551@cindex display disabled out of scope
c906108c
SS
8552If a display expression refers to local variables, then it does not make
8553sense outside the lexical context for which it was set up. Such an
8554expression is disabled when execution enters a context where one of its
8555variables is not defined. For example, if you give the command
8556@code{display last_char} while inside a function with an argument
8557@code{last_char}, @value{GDBN} displays this argument while your program
8558continues to stop inside that function. When it stops elsewhere---where
8559there is no variable @code{last_char}---the display is disabled
8560automatically. The next time your program stops where @code{last_char}
8561is meaningful, you can enable the display expression once again.
8562
6d2ebf8b 8563@node Print Settings
79a6e687 8564@section Print Settings
c906108c
SS
8565
8566@cindex format options
8567@cindex print settings
8568@value{GDBN} provides the following ways to control how arrays, structures,
8569and symbols are printed.
8570
8571@noindent
8572These settings are useful for debugging programs in any language:
8573
8574@table @code
4644b6e3 8575@kindex set print
c906108c
SS
8576@item set print address
8577@itemx set print address on
4644b6e3 8578@cindex print/don't print memory addresses
c906108c
SS
8579@value{GDBN} prints memory addresses showing the location of stack
8580traces, structure values, pointer values, breakpoints, and so forth,
8581even when it also displays the contents of those addresses. The default
8582is @code{on}. For example, this is what a stack frame display looks like with
8583@code{set print address on}:
8584
8585@smallexample
8586@group
8587(@value{GDBP}) f
8588#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
8589 at input.c:530
8590530 if (lquote != def_lquote)
8591@end group
8592@end smallexample
8593
8594@item set print address off
8595Do not print addresses when displaying their contents. For example,
8596this is the same stack frame displayed with @code{set print address off}:
8597
8598@smallexample
8599@group
8600(@value{GDBP}) set print addr off
8601(@value{GDBP}) f
8602#0 set_quotes (lq="<<", rq=">>") at input.c:530
8603530 if (lquote != def_lquote)
8604@end group
8605@end smallexample
8606
8607You can use @samp{set print address off} to eliminate all machine
8608dependent displays from the @value{GDBN} interface. For example, with
8609@code{print address off}, you should get the same text for backtraces on
8610all machines---whether or not they involve pointer arguments.
8611
4644b6e3 8612@kindex show print
c906108c
SS
8613@item show print address
8614Show whether or not addresses are to be printed.
8615@end table
8616
8617When @value{GDBN} prints a symbolic address, it normally prints the
8618closest earlier symbol plus an offset. If that symbol does not uniquely
8619identify the address (for example, it is a name whose scope is a single
8620source file), you may need to clarify. One way to do this is with
8621@code{info line}, for example @samp{info line *0x4537}. Alternately,
8622you can set @value{GDBN} to print the source file and line number when
8623it prints a symbolic address:
8624
8625@table @code
c906108c 8626@item set print symbol-filename on
9c16f35a
EZ
8627@cindex source file and line of a symbol
8628@cindex symbol, source file and line
c906108c
SS
8629Tell @value{GDBN} to print the source file name and line number of a
8630symbol in the symbolic form of an address.
8631
8632@item set print symbol-filename off
8633Do not print source file name and line number of a symbol. This is the
8634default.
8635
c906108c
SS
8636@item show print symbol-filename
8637Show whether or not @value{GDBN} will print the source file name and
8638line number of a symbol in the symbolic form of an address.
8639@end table
8640
8641Another situation where it is helpful to show symbol filenames and line
8642numbers is when disassembling code; @value{GDBN} shows you the line
8643number and source file that corresponds to each instruction.
8644
8645Also, you may wish to see the symbolic form only if the address being
8646printed is reasonably close to the closest earlier symbol:
8647
8648@table @code
c906108c 8649@item set print max-symbolic-offset @var{max-offset}
4644b6e3 8650@cindex maximum value for offset of closest symbol
c906108c
SS
8651Tell @value{GDBN} to only display the symbolic form of an address if the
8652offset between the closest earlier symbol and the address is less than
5d161b24 8653@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
8654to always print the symbolic form of an address if any symbol precedes it.
8655
c906108c
SS
8656@item show print max-symbolic-offset
8657Ask how large the maximum offset is that @value{GDBN} prints in a
8658symbolic address.
8659@end table
8660
8661@cindex wild pointer, interpreting
8662@cindex pointer, finding referent
8663If you have a pointer and you are not sure where it points, try
8664@samp{set print symbol-filename on}. Then you can determine the name
8665and source file location of the variable where it points, using
8666@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
8667For example, here @value{GDBN} shows that a variable @code{ptt} points
8668at another variable @code{t}, defined in @file{hi2.c}:
8669
474c8240 8670@smallexample
c906108c
SS
8671(@value{GDBP}) set print symbol-filename on
8672(@value{GDBP}) p/a ptt
8673$4 = 0xe008 <t in hi2.c>
474c8240 8674@end smallexample
c906108c
SS
8675
8676@quotation
8677@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
8678does not show the symbol name and filename of the referent, even with
8679the appropriate @code{set print} options turned on.
8680@end quotation
8681
9cb709b6
TT
8682You can also enable @samp{/a}-like formatting all the time using
8683@samp{set print symbol on}:
8684
8685@table @code
8686@item set print symbol on
8687Tell @value{GDBN} to print the symbol corresponding to an address, if
8688one exists.
8689
8690@item set print symbol off
8691Tell @value{GDBN} not to print the symbol corresponding to an
8692address. In this mode, @value{GDBN} will still print the symbol
8693corresponding to pointers to functions. This is the default.
8694
8695@item show print symbol
8696Show whether @value{GDBN} will display the symbol corresponding to an
8697address.
8698@end table
8699
c906108c
SS
8700Other settings control how different kinds of objects are printed:
8701
8702@table @code
c906108c
SS
8703@item set print array
8704@itemx set print array on
4644b6e3 8705@cindex pretty print arrays
c906108c
SS
8706Pretty print arrays. This format is more convenient to read,
8707but uses more space. The default is off.
8708
8709@item set print array off
8710Return to compressed format for arrays.
8711
c906108c
SS
8712@item show print array
8713Show whether compressed or pretty format is selected for displaying
8714arrays.
8715
3c9c013a
JB
8716@cindex print array indexes
8717@item set print array-indexes
8718@itemx set print array-indexes on
8719Print the index of each element when displaying arrays. May be more
8720convenient to locate a given element in the array or quickly find the
8721index of a given element in that printed array. The default is off.
8722
8723@item set print array-indexes off
8724Stop printing element indexes when displaying arrays.
8725
8726@item show print array-indexes
8727Show whether the index of each element is printed when displaying
8728arrays.
8729
c906108c 8730@item set print elements @var{number-of-elements}
4644b6e3 8731@cindex number of array elements to print
9c16f35a 8732@cindex limit on number of printed array elements
c906108c
SS
8733Set a limit on how many elements of an array @value{GDBN} will print.
8734If @value{GDBN} is printing a large array, it stops printing after it has
8735printed the number of elements set by the @code{set print elements} command.
8736This limit also applies to the display of strings.
d4f3574e 8737When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
8738Setting @var{number-of-elements} to zero means that the printing is unlimited.
8739
c906108c
SS
8740@item show print elements
8741Display the number of elements of a large array that @value{GDBN} will print.
8742If the number is 0, then the printing is unlimited.
8743
b4740add 8744@item set print frame-arguments @var{value}
a0381d3a 8745@kindex set print frame-arguments
b4740add
JB
8746@cindex printing frame argument values
8747@cindex print all frame argument values
8748@cindex print frame argument values for scalars only
8749@cindex do not print frame argument values
8750This command allows to control how the values of arguments are printed
8751when the debugger prints a frame (@pxref{Frames}). The possible
8752values are:
8753
8754@table @code
8755@item all
4f5376b2 8756The values of all arguments are printed.
b4740add
JB
8757
8758@item scalars
8759Print the value of an argument only if it is a scalar. The value of more
8760complex arguments such as arrays, structures, unions, etc, is replaced
4f5376b2
JB
8761by @code{@dots{}}. This is the default. Here is an example where
8762only scalar arguments are shown:
b4740add
JB
8763
8764@smallexample
8765#1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
8766 at frame-args.c:23
8767@end smallexample
8768
8769@item none
8770None of the argument values are printed. Instead, the value of each argument
8771is replaced by @code{@dots{}}. In this case, the example above now becomes:
8772
8773@smallexample
8774#1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
8775 at frame-args.c:23
8776@end smallexample
8777@end table
8778
4f5376b2
JB
8779By default, only scalar arguments are printed. This command can be used
8780to configure the debugger to print the value of all arguments, regardless
8781of their type. However, it is often advantageous to not print the value
8782of more complex parameters. For instance, it reduces the amount of
8783information printed in each frame, making the backtrace more readable.
8784Also, it improves performance when displaying Ada frames, because
8785the computation of large arguments can sometimes be CPU-intensive,
8786especially in large applications. Setting @code{print frame-arguments}
8787to @code{scalars} (the default) or @code{none} avoids this computation,
8788thus speeding up the display of each Ada frame.
b4740add
JB
8789
8790@item show print frame-arguments
8791Show how the value of arguments should be displayed when printing a frame.
8792
36b11add 8793@anchor{set print entry-values}
e18b2753
JK
8794@item set print entry-values @var{value}
8795@kindex set print entry-values
8796Set printing of frame argument values at function entry. In some cases
8797@value{GDBN} can determine the value of function argument which was passed by
8798the function caller, even if the value was modified inside the called function
8799and therefore is different. With optimized code, the current value could be
8800unavailable, but the entry value may still be known.
8801
8802The default value is @code{default} (see below for its description). Older
8803@value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
8804this feature will behave in the @code{default} setting the same way as with the
8805@code{no} setting.
8806
8807This functionality is currently supported only by DWARF 2 debugging format and
8808the compiler has to produce @samp{DW_TAG_GNU_call_site} tags. With
8809@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
8810this information.
8811
8812The @var{value} parameter can be one of the following:
8813
8814@table @code
8815@item no
8816Print only actual parameter values, never print values from function entry
8817point.
8818@smallexample
8819#0 equal (val=5)
8820#0 different (val=6)
8821#0 lost (val=<optimized out>)
8822#0 born (val=10)
8823#0 invalid (val=<optimized out>)
8824@end smallexample
8825
8826@item only
8827Print only parameter values from function entry point. The actual parameter
8828values are never printed.
8829@smallexample
8830#0 equal (val@@entry=5)
8831#0 different (val@@entry=5)
8832#0 lost (val@@entry=5)
8833#0 born (val@@entry=<optimized out>)
8834#0 invalid (val@@entry=<optimized out>)
8835@end smallexample
8836
8837@item preferred
8838Print only parameter values from function entry point. If value from function
8839entry point is not known while the actual value is known, print the actual
8840value for such parameter.
8841@smallexample
8842#0 equal (val@@entry=5)
8843#0 different (val@@entry=5)
8844#0 lost (val@@entry=5)
8845#0 born (val=10)
8846#0 invalid (val@@entry=<optimized out>)
8847@end smallexample
8848
8849@item if-needed
8850Print actual parameter values. If actual parameter value is not known while
8851value from function entry point is known, print the entry point value for such
8852parameter.
8853@smallexample
8854#0 equal (val=5)
8855#0 different (val=6)
8856#0 lost (val@@entry=5)
8857#0 born (val=10)
8858#0 invalid (val=<optimized out>)
8859@end smallexample
8860
8861@item both
8862Always print both the actual parameter value and its value from function entry
8863point, even if values of one or both are not available due to compiler
8864optimizations.
8865@smallexample
8866#0 equal (val=5, val@@entry=5)
8867#0 different (val=6, val@@entry=5)
8868#0 lost (val=<optimized out>, val@@entry=5)
8869#0 born (val=10, val@@entry=<optimized out>)
8870#0 invalid (val=<optimized out>, val@@entry=<optimized out>)
8871@end smallexample
8872
8873@item compact
8874Print the actual parameter value if it is known and also its value from
8875function entry point if it is known. If neither is known, print for the actual
8876value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
8877values are known and identical, print the shortened
8878@code{param=param@@entry=VALUE} notation.
8879@smallexample
8880#0 equal (val=val@@entry=5)
8881#0 different (val=6, val@@entry=5)
8882#0 lost (val@@entry=5)
8883#0 born (val=10)
8884#0 invalid (val=<optimized out>)
8885@end smallexample
8886
8887@item default
8888Always print the actual parameter value. Print also its value from function
8889entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
8890if both values are known and identical, print the shortened
8891@code{param=param@@entry=VALUE} notation.
8892@smallexample
8893#0 equal (val=val@@entry=5)
8894#0 different (val=6, val@@entry=5)
8895#0 lost (val=<optimized out>, val@@entry=5)
8896#0 born (val=10)
8897#0 invalid (val=<optimized out>)
8898@end smallexample
8899@end table
8900
8901For analysis messages on possible failures of frame argument values at function
8902entry resolution see @ref{set debug entry-values}.
8903
8904@item show print entry-values
8905Show the method being used for printing of frame argument values at function
8906entry.
8907
9c16f35a
EZ
8908@item set print repeats
8909@cindex repeated array elements
8910Set the threshold for suppressing display of repeated array
d3e8051b 8911elements. When the number of consecutive identical elements of an
9c16f35a
EZ
8912array exceeds the threshold, @value{GDBN} prints the string
8913@code{"<repeats @var{n} times>"}, where @var{n} is the number of
8914identical repetitions, instead of displaying the identical elements
8915themselves. Setting the threshold to zero will cause all elements to
8916be individually printed. The default threshold is 10.
8917
8918@item show print repeats
8919Display the current threshold for printing repeated identical
8920elements.
8921
c906108c 8922@item set print null-stop
4644b6e3 8923@cindex @sc{null} elements in arrays
c906108c 8924Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 8925@sc{null} is encountered. This is useful when large arrays actually
c906108c 8926contain only short strings.
d4f3574e 8927The default is off.
c906108c 8928
9c16f35a
EZ
8929@item show print null-stop
8930Show whether @value{GDBN} stops printing an array on the first
8931@sc{null} character.
8932
c906108c 8933@item set print pretty on
9c16f35a
EZ
8934@cindex print structures in indented form
8935@cindex indentation in structure display
5d161b24 8936Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
8937per line, like this:
8938
8939@smallexample
8940@group
8941$1 = @{
8942 next = 0x0,
8943 flags = @{
8944 sweet = 1,
8945 sour = 1
8946 @},
8947 meat = 0x54 "Pork"
8948@}
8949@end group
8950@end smallexample
8951
8952@item set print pretty off
8953Cause @value{GDBN} to print structures in a compact format, like this:
8954
8955@smallexample
8956@group
8957$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
8958meat = 0x54 "Pork"@}
8959@end group
8960@end smallexample
8961
8962@noindent
8963This is the default format.
8964
c906108c
SS
8965@item show print pretty
8966Show which format @value{GDBN} is using to print structures.
8967
c906108c 8968@item set print sevenbit-strings on
4644b6e3
EZ
8969@cindex eight-bit characters in strings
8970@cindex octal escapes in strings
c906108c
SS
8971Print using only seven-bit characters; if this option is set,
8972@value{GDBN} displays any eight-bit characters (in strings or
8973character values) using the notation @code{\}@var{nnn}. This setting is
8974best if you are working in English (@sc{ascii}) and you use the
8975high-order bit of characters as a marker or ``meta'' bit.
8976
8977@item set print sevenbit-strings off
8978Print full eight-bit characters. This allows the use of more
8979international character sets, and is the default.
8980
c906108c
SS
8981@item show print sevenbit-strings
8982Show whether or not @value{GDBN} is printing only seven-bit characters.
8983
c906108c 8984@item set print union on
4644b6e3 8985@cindex unions in structures, printing
9c16f35a
EZ
8986Tell @value{GDBN} to print unions which are contained in structures
8987and other unions. This is the default setting.
c906108c
SS
8988
8989@item set print union off
9c16f35a
EZ
8990Tell @value{GDBN} not to print unions which are contained in
8991structures and other unions. @value{GDBN} will print @code{"@{...@}"}
8992instead.
c906108c 8993
c906108c
SS
8994@item show print union
8995Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 8996structures and other unions.
c906108c
SS
8997
8998For example, given the declarations
8999
9000@smallexample
9001typedef enum @{Tree, Bug@} Species;
9002typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 9003typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
9004 Bug_forms;
9005
9006struct thing @{
9007 Species it;
9008 union @{
9009 Tree_forms tree;
9010 Bug_forms bug;
9011 @} form;
9012@};
9013
9014struct thing foo = @{Tree, @{Acorn@}@};
9015@end smallexample
9016
9017@noindent
9018with @code{set print union on} in effect @samp{p foo} would print
9019
9020@smallexample
9021$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
9022@end smallexample
9023
9024@noindent
9025and with @code{set print union off} in effect it would print
9026
9027@smallexample
9028$1 = @{it = Tree, form = @{...@}@}
9029@end smallexample
9c16f35a
EZ
9030
9031@noindent
9032@code{set print union} affects programs written in C-like languages
9033and in Pascal.
c906108c
SS
9034@end table
9035
c906108c
SS
9036@need 1000
9037@noindent
b37052ae 9038These settings are of interest when debugging C@t{++} programs:
c906108c
SS
9039
9040@table @code
4644b6e3 9041@cindex demangling C@t{++} names
c906108c
SS
9042@item set print demangle
9043@itemx set print demangle on
b37052ae 9044Print C@t{++} names in their source form rather than in the encoded
c906108c 9045(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 9046linkage. The default is on.
c906108c 9047
c906108c 9048@item show print demangle
b37052ae 9049Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 9050
c906108c
SS
9051@item set print asm-demangle
9052@itemx set print asm-demangle on
b37052ae 9053Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
9054in assembler code printouts such as instruction disassemblies.
9055The default is off.
9056
c906108c 9057@item show print asm-demangle
b37052ae 9058Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
9059or demangled form.
9060
b37052ae
EZ
9061@cindex C@t{++} symbol decoding style
9062@cindex symbol decoding style, C@t{++}
a8f24a35 9063@kindex set demangle-style
c906108c
SS
9064@item set demangle-style @var{style}
9065Choose among several encoding schemes used by different compilers to
b37052ae 9066represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
9067
9068@table @code
9069@item auto
9070Allow @value{GDBN} to choose a decoding style by inspecting your program.
891df0ea 9071This is the default.
c906108c
SS
9072
9073@item gnu
b37052ae 9074Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c
SS
9075
9076@item hp
b37052ae 9077Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
9078
9079@item lucid
b37052ae 9080Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
9081
9082@item arm
b37052ae 9083Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
9084@strong{Warning:} this setting alone is not sufficient to allow
9085debugging @code{cfront}-generated executables. @value{GDBN} would
9086require further enhancement to permit that.
9087
9088@end table
9089If you omit @var{style}, you will see a list of possible formats.
9090
c906108c 9091@item show demangle-style
b37052ae 9092Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 9093
c906108c
SS
9094@item set print object
9095@itemx set print object on
4644b6e3 9096@cindex derived type of an object, printing
9c16f35a 9097@cindex display derived types
c906108c
SS
9098When displaying a pointer to an object, identify the @emph{actual}
9099(derived) type of the object rather than the @emph{declared} type, using
625c0d47
TT
9100the virtual function table. Note that the virtual function table is
9101required---this feature can only work for objects that have run-time
9102type identification; a single virtual method in the object's declared
8264ba82
AG
9103type is sufficient. Note that this setting is also taken into account when
9104working with variable objects via MI (@pxref{GDB/MI}).
c906108c
SS
9105
9106@item set print object off
9107Display only the declared type of objects, without reference to the
9108virtual function table. This is the default setting.
9109
c906108c
SS
9110@item show print object
9111Show whether actual, or declared, object types are displayed.
9112
c906108c
SS
9113@item set print static-members
9114@itemx set print static-members on
4644b6e3 9115@cindex static members of C@t{++} objects
b37052ae 9116Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
9117
9118@item set print static-members off
b37052ae 9119Do not print static members when displaying a C@t{++} object.
c906108c 9120
c906108c 9121@item show print static-members
9c16f35a
EZ
9122Show whether C@t{++} static members are printed or not.
9123
9124@item set print pascal_static-members
9125@itemx set print pascal_static-members on
d3e8051b
EZ
9126@cindex static members of Pascal objects
9127@cindex Pascal objects, static members display
9c16f35a
EZ
9128Print static members when displaying a Pascal object. The default is on.
9129
9130@item set print pascal_static-members off
9131Do not print static members when displaying a Pascal object.
9132
9133@item show print pascal_static-members
9134Show whether Pascal static members are printed or not.
c906108c
SS
9135
9136@c These don't work with HP ANSI C++ yet.
c906108c
SS
9137@item set print vtbl
9138@itemx set print vtbl on
4644b6e3 9139@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
9140@cindex virtual functions (C@t{++}) display
9141@cindex VTBL display
b37052ae 9142Pretty print C@t{++} virtual function tables. The default is off.
c906108c 9143(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 9144ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
9145
9146@item set print vtbl off
b37052ae 9147Do not pretty print C@t{++} virtual function tables.
c906108c 9148
c906108c 9149@item show print vtbl
b37052ae 9150Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 9151@end table
c906108c 9152
4c374409
JK
9153@node Pretty Printing
9154@section Pretty Printing
9155
9156@value{GDBN} provides a mechanism to allow pretty-printing of values using
9157Python code. It greatly simplifies the display of complex objects. This
9158mechanism works for both MI and the CLI.
9159
7b51bc51
DE
9160@menu
9161* Pretty-Printer Introduction:: Introduction to pretty-printers
9162* Pretty-Printer Example:: An example pretty-printer
9163* Pretty-Printer Commands:: Pretty-printer commands
9164@end menu
9165
9166@node Pretty-Printer Introduction
9167@subsection Pretty-Printer Introduction
9168
9169When @value{GDBN} prints a value, it first sees if there is a pretty-printer
9170registered for the value. If there is then @value{GDBN} invokes the
9171pretty-printer to print the value. Otherwise the value is printed normally.
9172
9173Pretty-printers are normally named. This makes them easy to manage.
9174The @samp{info pretty-printer} command will list all the installed
9175pretty-printers with their names.
9176If a pretty-printer can handle multiple data types, then its
9177@dfn{subprinters} are the printers for the individual data types.
9178Each such subprinter has its own name.
4e04c971 9179The format of the name is @var{printer-name};@var{subprinter-name}.
7b51bc51
DE
9180
9181Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
9182Typically they are automatically loaded and registered when the corresponding
9183debug information is loaded, thus making them available without having to
9184do anything special.
9185
9186There are three places where a pretty-printer can be registered.
9187
9188@itemize @bullet
9189@item
9190Pretty-printers registered globally are available when debugging
9191all inferiors.
9192
9193@item
9194Pretty-printers registered with a program space are available only
9195when debugging that program.
9196@xref{Progspaces In Python}, for more details on program spaces in Python.
9197
9198@item
9199Pretty-printers registered with an objfile are loaded and unloaded
9200with the corresponding objfile (e.g., shared library).
9201@xref{Objfiles In Python}, for more details on objfiles in Python.
9202@end itemize
9203
9204@xref{Selecting Pretty-Printers}, for further information on how
9205pretty-printers are selected,
9206
9207@xref{Writing a Pretty-Printer}, for implementing pretty printers
9208for new types.
9209
9210@node Pretty-Printer Example
9211@subsection Pretty-Printer Example
9212
9213Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
4c374409
JK
9214
9215@smallexample
9216(@value{GDBP}) print s
9217$1 = @{
9218 static npos = 4294967295,
9219 _M_dataplus = @{
9220 <std::allocator<char>> = @{
9221 <__gnu_cxx::new_allocator<char>> = @{
9222 <No data fields>@}, <No data fields>
9223 @},
9224 members of std::basic_string<char, std::char_traits<char>,
9225 std::allocator<char> >::_Alloc_hider:
9226 _M_p = 0x804a014 "abcd"
9227 @}
9228@}
9229@end smallexample
9230
9231With a pretty-printer for @code{std::string} only the contents are printed:
9232
9233@smallexample
9234(@value{GDBP}) print s
9235$2 = "abcd"
9236@end smallexample
9237
7b51bc51
DE
9238@node Pretty-Printer Commands
9239@subsection Pretty-Printer Commands
9240@cindex pretty-printer commands
9241
9242@table @code
9243@kindex info pretty-printer
9244@item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9245Print the list of installed pretty-printers.
9246This includes disabled pretty-printers, which are marked as such.
9247
9248@var{object-regexp} is a regular expression matching the objects
9249whose pretty-printers to list.
9250Objects can be @code{global}, the program space's file
9251(@pxref{Progspaces In Python}),
9252and the object files within that program space (@pxref{Objfiles In Python}).
9253@xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
9254looks up a printer from these three objects.
9255
9256@var{name-regexp} is a regular expression matching the name of the printers
9257to list.
9258
9259@kindex disable pretty-printer
9260@item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9261Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
9262A disabled pretty-printer is not forgotten, it may be enabled again later.
9263
9264@kindex enable pretty-printer
9265@item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9266Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
9267@end table
9268
9269Example:
9270
9271Suppose we have three pretty-printers installed: one from library1.so
9272named @code{foo} that prints objects of type @code{foo}, and
9273another from library2.so named @code{bar} that prints two types of objects,
9274@code{bar1} and @code{bar2}.
9275
9276@smallexample
9277(gdb) info pretty-printer
9278library1.so:
9279 foo
9280library2.so:
9281 bar
9282 bar1
9283 bar2
9284(gdb) info pretty-printer library2
9285library2.so:
9286 bar
9287 bar1
9288 bar2
9289(gdb) disable pretty-printer library1
92901 printer disabled
92912 of 3 printers enabled
9292(gdb) info pretty-printer
9293library1.so:
9294 foo [disabled]
9295library2.so:
9296 bar
9297 bar1
9298 bar2
9299(gdb) disable pretty-printer library2 bar:bar1
93001 printer disabled
93011 of 3 printers enabled
9302(gdb) info pretty-printer library2
9303library1.so:
9304 foo [disabled]
9305library2.so:
9306 bar
9307 bar1 [disabled]
9308 bar2
9309(gdb) disable pretty-printer library2 bar
93101 printer disabled
93110 of 3 printers enabled
9312(gdb) info pretty-printer library2
9313library1.so:
9314 foo [disabled]
9315library2.so:
9316 bar [disabled]
9317 bar1 [disabled]
9318 bar2
9319@end smallexample
9320
9321Note that for @code{bar} the entire printer can be disabled,
9322as can each individual subprinter.
4c374409 9323
6d2ebf8b 9324@node Value History
79a6e687 9325@section Value History
c906108c
SS
9326
9327@cindex value history
9c16f35a 9328@cindex history of values printed by @value{GDBN}
5d161b24
DB
9329Values printed by the @code{print} command are saved in the @value{GDBN}
9330@dfn{value history}. This allows you to refer to them in other expressions.
9331Values are kept until the symbol table is re-read or discarded
9332(for example with the @code{file} or @code{symbol-file} commands).
9333When the symbol table changes, the value history is discarded,
9334since the values may contain pointers back to the types defined in the
c906108c
SS
9335symbol table.
9336
9337@cindex @code{$}
9338@cindex @code{$$}
9339@cindex history number
9340The values printed are given @dfn{history numbers} by which you can
9341refer to them. These are successive integers starting with one.
9342@code{print} shows you the history number assigned to a value by
9343printing @samp{$@var{num} = } before the value; here @var{num} is the
9344history number.
9345
9346To refer to any previous value, use @samp{$} followed by the value's
9347history number. The way @code{print} labels its output is designed to
9348remind you of this. Just @code{$} refers to the most recent value in
9349the history, and @code{$$} refers to the value before that.
9350@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
9351is the value just prior to @code{$$}, @code{$$1} is equivalent to
9352@code{$$}, and @code{$$0} is equivalent to @code{$}.
9353
9354For example, suppose you have just printed a pointer to a structure and
9355want to see the contents of the structure. It suffices to type
9356
474c8240 9357@smallexample
c906108c 9358p *$
474c8240 9359@end smallexample
c906108c
SS
9360
9361If you have a chain of structures where the component @code{next} points
9362to the next one, you can print the contents of the next one with this:
9363
474c8240 9364@smallexample
c906108c 9365p *$.next
474c8240 9366@end smallexample
c906108c
SS
9367
9368@noindent
9369You can print successive links in the chain by repeating this
9370command---which you can do by just typing @key{RET}.
9371
9372Note that the history records values, not expressions. If the value of
9373@code{x} is 4 and you type these commands:
9374
474c8240 9375@smallexample
c906108c
SS
9376print x
9377set x=5
474c8240 9378@end smallexample
c906108c
SS
9379
9380@noindent
9381then the value recorded in the value history by the @code{print} command
9382remains 4 even though the value of @code{x} has changed.
9383
9384@table @code
9385@kindex show values
9386@item show values
9387Print the last ten values in the value history, with their item numbers.
9388This is like @samp{p@ $$9} repeated ten times, except that @code{show
9389values} does not change the history.
9390
9391@item show values @var{n}
9392Print ten history values centered on history item number @var{n}.
9393
9394@item show values +
9395Print ten history values just after the values last printed. If no more
9396values are available, @code{show values +} produces no display.
9397@end table
9398
9399Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
9400same effect as @samp{show values +}.
9401
6d2ebf8b 9402@node Convenience Vars
79a6e687 9403@section Convenience Variables
c906108c
SS
9404
9405@cindex convenience variables
9c16f35a 9406@cindex user-defined variables
c906108c
SS
9407@value{GDBN} provides @dfn{convenience variables} that you can use within
9408@value{GDBN} to hold on to a value and refer to it later. These variables
9409exist entirely within @value{GDBN}; they are not part of your program, and
9410setting a convenience variable has no direct effect on further execution
9411of your program. That is why you can use them freely.
9412
9413Convenience variables are prefixed with @samp{$}. Any name preceded by
9414@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 9415the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c 9416(Value history references, in contrast, are @emph{numbers} preceded
79a6e687 9417by @samp{$}. @xref{Value History, ,Value History}.)
c906108c
SS
9418
9419You can save a value in a convenience variable with an assignment
9420expression, just as you would set a variable in your program.
9421For example:
9422
474c8240 9423@smallexample
c906108c 9424set $foo = *object_ptr
474c8240 9425@end smallexample
c906108c
SS
9426
9427@noindent
9428would save in @code{$foo} the value contained in the object pointed to by
9429@code{object_ptr}.
9430
9431Using a convenience variable for the first time creates it, but its
9432value is @code{void} until you assign a new value. You can alter the
9433value with another assignment at any time.
9434
9435Convenience variables have no fixed types. You can assign a convenience
9436variable any type of value, including structures and arrays, even if
9437that variable already has a value of a different type. The convenience
9438variable, when used as an expression, has the type of its current value.
9439
9440@table @code
9441@kindex show convenience
f47f77df 9442@cindex show all user variables and functions
c906108c 9443@item show convenience
f47f77df
DE
9444Print a list of convenience variables used so far, and their values,
9445as well as a list of the convenience functions.
d4f3574e 9446Abbreviated @code{show conv}.
53e5f3cf
AS
9447
9448@kindex init-if-undefined
9449@cindex convenience variables, initializing
9450@item init-if-undefined $@var{variable} = @var{expression}
9451Set a convenience variable if it has not already been set. This is useful
9452for user-defined commands that keep some state. It is similar, in concept,
9453to using local static variables with initializers in C (except that
9454convenience variables are global). It can also be used to allow users to
9455override default values used in a command script.
9456
9457If the variable is already defined then the expression is not evaluated so
9458any side-effects do not occur.
c906108c
SS
9459@end table
9460
9461One of the ways to use a convenience variable is as a counter to be
9462incremented or a pointer to be advanced. For example, to print
9463a field from successive elements of an array of structures:
9464
474c8240 9465@smallexample
c906108c
SS
9466set $i = 0
9467print bar[$i++]->contents
474c8240 9468@end smallexample
c906108c 9469
d4f3574e
SS
9470@noindent
9471Repeat that command by typing @key{RET}.
c906108c
SS
9472
9473Some convenience variables are created automatically by @value{GDBN} and given
9474values likely to be useful.
9475
9476@table @code
41afff9a 9477@vindex $_@r{, convenience variable}
c906108c
SS
9478@item $_
9479The variable @code{$_} is automatically set by the @code{x} command to
79a6e687 9480the last address examined (@pxref{Memory, ,Examining Memory}). Other
c906108c
SS
9481commands which provide a default address for @code{x} to examine also
9482set @code{$_} to that address; these commands include @code{info line}
9483and @code{info breakpoint}. The type of @code{$_} is @code{void *}
9484except when set by the @code{x} command, in which case it is a pointer
9485to the type of @code{$__}.
9486
41afff9a 9487@vindex $__@r{, convenience variable}
c906108c
SS
9488@item $__
9489The variable @code{$__} is automatically set by the @code{x} command
9490to the value found in the last address examined. Its type is chosen
9491to match the format in which the data was printed.
9492
9493@item $_exitcode
41afff9a 9494@vindex $_exitcode@r{, convenience variable}
c906108c
SS
9495The variable @code{$_exitcode} is automatically set to the exit code when
9496the program being debugged terminates.
4aa995e1 9497
62e5f89c
SDJ
9498@item $_probe_argc
9499@itemx $_probe_arg0@dots{}$_probe_arg11
9500Arguments to a static probe. @xref{Static Probe Points}.
9501
0fb4aa4b
PA
9502@item $_sdata
9503@vindex $_sdata@r{, inspect, convenience variable}
9504The variable @code{$_sdata} contains extra collected static tracepoint
9505data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
9506@code{$_sdata} could be empty, if not inspecting a trace buffer, or
9507if extra static tracepoint data has not been collected.
9508
4aa995e1
PA
9509@item $_siginfo
9510@vindex $_siginfo@r{, convenience variable}
ec7e75e7
PP
9511The variable @code{$_siginfo} contains extra signal information
9512(@pxref{extra signal information}). Note that @code{$_siginfo}
9513could be empty, if the application has not yet received any signals.
9514For example, it will be empty before you execute the @code{run} command.
711e434b
PM
9515
9516@item $_tlb
9517@vindex $_tlb@r{, convenience variable}
9518The variable @code{$_tlb} is automatically set when debugging
9519applications running on MS-Windows in native mode or connected to
9520gdbserver that supports the @code{qGetTIBAddr} request.
9521@xref{General Query Packets}.
9522This variable contains the address of the thread information block.
9523
c906108c
SS
9524@end table
9525
53a5351d
JM
9526On HP-UX systems, if you refer to a function or variable name that
9527begins with a dollar sign, @value{GDBN} searches for a user or system
9528name first, before it searches for a convenience variable.
c906108c 9529
a72c3253
DE
9530@node Convenience Funs
9531@section Convenience Functions
9532
bc3b79fd
TJB
9533@cindex convenience functions
9534@value{GDBN} also supplies some @dfn{convenience functions}. These
9535have a syntax similar to convenience variables. A convenience
9536function can be used in an expression just like an ordinary function;
9537however, a convenience function is implemented internally to
9538@value{GDBN}.
9539
a72c3253
DE
9540These functions require @value{GDBN} to be configured with
9541@code{Python} support.
9542
9543@table @code
9544
9545@item $_memeq(@var{buf1}, @var{buf2}, @var{length})
9546@findex $_memeq@r{, convenience function}
9547Returns one if the @var{length} bytes at the addresses given by
9548@var{buf1} and @var{buf2} are equal.
9549Otherwise it returns zero.
9550
9551@item $_regex(@var{str}, @var{regex})
9552@findex $_regex@r{, convenience function}
9553Returns one if the string @var{str} matches the regular expression
9554@var{regex}. Otherwise it returns zero.
9555The syntax of the regular expression is that specified by @code{Python}'s
9556regular expression support.
9557
9558@item $_streq(@var{str1}, @var{str2})
9559@findex $_streq@r{, convenience function}
9560Returns one if the strings @var{str1} and @var{str2} are equal.
9561Otherwise it returns zero.
9562
9563@item $_strlen(@var{str})
9564@findex $_strlen@r{, convenience function}
9565Returns the length of string @var{str}.
9566
9567@end table
9568
9569@value{GDBN} provides the ability to list and get help on
9570convenience functions.
9571
bc3b79fd
TJB
9572@table @code
9573@item help function
9574@kindex help function
9575@cindex show all convenience functions
9576Print a list of all convenience functions.
9577@end table
9578
6d2ebf8b 9579@node Registers
c906108c
SS
9580@section Registers
9581
9582@cindex registers
9583You can refer to machine register contents, in expressions, as variables
9584with names starting with @samp{$}. The names of registers are different
9585for each machine; use @code{info registers} to see the names used on
9586your machine.
9587
9588@table @code
9589@kindex info registers
9590@item info registers
9591Print the names and values of all registers except floating-point
c85508ee 9592and vector registers (in the selected stack frame).
c906108c
SS
9593
9594@kindex info all-registers
9595@cindex floating point registers
9596@item info all-registers
9597Print the names and values of all registers, including floating-point
c85508ee 9598and vector registers (in the selected stack frame).
c906108c
SS
9599
9600@item info registers @var{regname} @dots{}
9601Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
9602As discussed in detail below, register values are normally relative to
9603the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
9604the machine you are using, with or without the initial @samp{$}.
9605@end table
9606
e09f16f9
EZ
9607@cindex stack pointer register
9608@cindex program counter register
9609@cindex process status register
9610@cindex frame pointer register
9611@cindex standard registers
c906108c
SS
9612@value{GDBN} has four ``standard'' register names that are available (in
9613expressions) on most machines---whenever they do not conflict with an
9614architecture's canonical mnemonics for registers. The register names
9615@code{$pc} and @code{$sp} are used for the program counter register and
9616the stack pointer. @code{$fp} is used for a register that contains a
9617pointer to the current stack frame, and @code{$ps} is used for a
9618register that contains the processor status. For example,
9619you could print the program counter in hex with
9620
474c8240 9621@smallexample
c906108c 9622p/x $pc
474c8240 9623@end smallexample
c906108c
SS
9624
9625@noindent
9626or print the instruction to be executed next with
9627
474c8240 9628@smallexample
c906108c 9629x/i $pc
474c8240 9630@end smallexample
c906108c
SS
9631
9632@noindent
9633or add four to the stack pointer@footnote{This is a way of removing
9634one word from the stack, on machines where stacks grow downward in
9635memory (most machines, nowadays). This assumes that the innermost
9636stack frame is selected; setting @code{$sp} is not allowed when other
9637stack frames are selected. To pop entire frames off the stack,
9638regardless of machine architecture, use @code{return};
79a6e687 9639see @ref{Returning, ,Returning from a Function}.} with
c906108c 9640
474c8240 9641@smallexample
c906108c 9642set $sp += 4
474c8240 9643@end smallexample
c906108c
SS
9644
9645Whenever possible, these four standard register names are available on
9646your machine even though the machine has different canonical mnemonics,
9647so long as there is no conflict. The @code{info registers} command
9648shows the canonical names. For example, on the SPARC, @code{info
9649registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
9650can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
9651is an alias for the @sc{eflags} register.
c906108c
SS
9652
9653@value{GDBN} always considers the contents of an ordinary register as an
9654integer when the register is examined in this way. Some machines have
9655special registers which can hold nothing but floating point; these
9656registers are considered to have floating point values. There is no way
9657to refer to the contents of an ordinary register as floating point value
9658(although you can @emph{print} it as a floating point value with
9659@samp{print/f $@var{regname}}).
9660
9661Some registers have distinct ``raw'' and ``virtual'' data formats. This
9662means that the data format in which the register contents are saved by
9663the operating system is not the same one that your program normally
9664sees. For example, the registers of the 68881 floating point
9665coprocessor are always saved in ``extended'' (raw) format, but all C
9666programs expect to work with ``double'' (virtual) format. In such
5d161b24 9667cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
9668that makes sense for your program), but the @code{info registers} command
9669prints the data in both formats.
9670
36b80e65
EZ
9671@cindex SSE registers (x86)
9672@cindex MMX registers (x86)
9673Some machines have special registers whose contents can be interpreted
9674in several different ways. For example, modern x86-based machines
9675have SSE and MMX registers that can hold several values packed
9676together in several different formats. @value{GDBN} refers to such
9677registers in @code{struct} notation:
9678
9679@smallexample
9680(@value{GDBP}) print $xmm1
9681$1 = @{
9682 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
9683 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
9684 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
9685 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
9686 v4_int32 = @{0, 20657912, 11, 13@},
9687 v2_int64 = @{88725056443645952, 55834574859@},
9688 uint128 = 0x0000000d0000000b013b36f800000000
9689@}
9690@end smallexample
9691
9692@noindent
9693To set values of such registers, you need to tell @value{GDBN} which
9694view of the register you wish to change, as if you were assigning
9695value to a @code{struct} member:
9696
9697@smallexample
9698 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
9699@end smallexample
9700
c906108c 9701Normally, register values are relative to the selected stack frame
79a6e687 9702(@pxref{Selection, ,Selecting a Frame}). This means that you get the
c906108c
SS
9703value that the register would contain if all stack frames farther in
9704were exited and their saved registers restored. In order to see the
9705true contents of hardware registers, you must select the innermost
9706frame (with @samp{frame 0}).
9707
9708However, @value{GDBN} must deduce where registers are saved, from the machine
9709code generated by your compiler. If some registers are not saved, or if
9710@value{GDBN} is unable to locate the saved registers, the selected stack
9711frame makes no difference.
9712
6d2ebf8b 9713@node Floating Point Hardware
79a6e687 9714@section Floating Point Hardware
c906108c
SS
9715@cindex floating point
9716
9717Depending on the configuration, @value{GDBN} may be able to give
9718you more information about the status of the floating point hardware.
9719
9720@table @code
9721@kindex info float
9722@item info float
9723Display hardware-dependent information about the floating
9724point unit. The exact contents and layout vary depending on the
9725floating point chip. Currently, @samp{info float} is supported on
9726the ARM and x86 machines.
9727@end table
c906108c 9728
e76f1f2e
AC
9729@node Vector Unit
9730@section Vector Unit
9731@cindex vector unit
9732
9733Depending on the configuration, @value{GDBN} may be able to give you
9734more information about the status of the vector unit.
9735
9736@table @code
9737@kindex info vector
9738@item info vector
9739Display information about the vector unit. The exact contents and
9740layout vary depending on the hardware.
9741@end table
9742
721c2651 9743@node OS Information
79a6e687 9744@section Operating System Auxiliary Information
721c2651
EZ
9745@cindex OS information
9746
9747@value{GDBN} provides interfaces to useful OS facilities that can help
9748you debug your program.
9749
b383017d
RM
9750@cindex auxiliary vector
9751@cindex vector, auxiliary
b383017d
RM
9752Some operating systems supply an @dfn{auxiliary vector} to programs at
9753startup. This is akin to the arguments and environment that you
9754specify for a program, but contains a system-dependent variety of
9755binary values that tell system libraries important details about the
9756hardware, operating system, and process. Each value's purpose is
9757identified by an integer tag; the meanings are well-known but system-specific.
9758Depending on the configuration and operating system facilities,
9c16f35a
EZ
9759@value{GDBN} may be able to show you this information. For remote
9760targets, this functionality may further depend on the remote stub's
427c3a89
DJ
9761support of the @samp{qXfer:auxv:read} packet, see
9762@ref{qXfer auxiliary vector read}.
b383017d
RM
9763
9764@table @code
9765@kindex info auxv
9766@item info auxv
9767Display the auxiliary vector of the inferior, which can be either a
e4937fc1 9768live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
9769numerically, and also shows names and text descriptions for recognized
9770tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 9771pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
9772most appropriate form for a recognized tag, and in hexadecimal for
9773an unrecognized tag.
9774@end table
9775
85d4a676
SS
9776On some targets, @value{GDBN} can access operating system-specific
9777information and show it to you. The types of information available
9778will differ depending on the type of operating system running on the
9779target. The mechanism used to fetch the data is described in
9780@ref{Operating System Information}. For remote targets, this
9781functionality depends on the remote stub's support of the
07e059b5
VP
9782@samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
9783
9784@table @code
a61408f8 9785@kindex info os
85d4a676
SS
9786@item info os @var{infotype}
9787
9788Display OS information of the requested type.
a61408f8 9789
85d4a676
SS
9790On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
9791
9792@anchor{linux info os infotypes}
9793@table @code
07e059b5 9794@kindex info os processes
85d4a676 9795@item processes
07e059b5 9796Display the list of processes on the target. For each process,
85d4a676
SS
9797@value{GDBN} prints the process identifier, the name of the user, the
9798command corresponding to the process, and the list of processor cores
9799that the process is currently running on. (To understand what these
9800properties mean, for this and the following info types, please consult
9801the general @sc{gnu}/Linux documentation.)
9802
9803@kindex info os procgroups
9804@item procgroups
9805Display the list of process groups on the target. For each process,
9806@value{GDBN} prints the identifier of the process group that it belongs
9807to, the command corresponding to the process group leader, the process
9808identifier, and the command line of the process. The list is sorted
9809first by the process group identifier, then by the process identifier,
9810so that processes belonging to the same process group are grouped together
9811and the process group leader is listed first.
9812
9813@kindex info os threads
9814@item threads
9815Display the list of threads running on the target. For each thread,
9816@value{GDBN} prints the identifier of the process that the thread
9817belongs to, the command of the process, the thread identifier, and the
9818processor core that it is currently running on. The main thread of a
9819process is not listed.
9820
9821@kindex info os files
9822@item files
9823Display the list of open file descriptors on the target. For each
9824file descriptor, @value{GDBN} prints the identifier of the process
9825owning the descriptor, the command of the owning process, the value
9826of the descriptor, and the target of the descriptor.
9827
9828@kindex info os sockets
9829@item sockets
9830Display the list of Internet-domain sockets on the target. For each
9831socket, @value{GDBN} prints the address and port of the local and
9832remote endpoints, the current state of the connection, the creator of
9833the socket, the IP address family of the socket, and the type of the
9834connection.
9835
9836@kindex info os shm
9837@item shm
9838Display the list of all System V shared-memory regions on the target.
9839For each shared-memory region, @value{GDBN} prints the region key,
9840the shared-memory identifier, the access permissions, the size of the
9841region, the process that created the region, the process that last
9842attached to or detached from the region, the current number of live
9843attaches to the region, and the times at which the region was last
9844attached to, detach from, and changed.
9845
9846@kindex info os semaphores
9847@item semaphores
9848Display the list of all System V semaphore sets on the target. For each
9849semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
9850set identifier, the access permissions, the number of semaphores in the
9851set, the user and group of the owner and creator of the semaphore set,
9852and the times at which the semaphore set was operated upon and changed.
9853
9854@kindex info os msg
9855@item msg
9856Display the list of all System V message queues on the target. For each
9857message queue, @value{GDBN} prints the message queue key, the message
9858queue identifier, the access permissions, the current number of bytes
9859on the queue, the current number of messages on the queue, the processes
9860that last sent and received a message on the queue, the user and group
9861of the owner and creator of the message queue, the times at which a
9862message was last sent and received on the queue, and the time at which
9863the message queue was last changed.
9864
9865@kindex info os modules
9866@item modules
9867Display the list of all loaded kernel modules on the target. For each
9868module, @value{GDBN} prints the module name, the size of the module in
9869bytes, the number of times the module is used, the dependencies of the
9870module, the status of the module, and the address of the loaded module
9871in memory.
9872@end table
9873
9874@item info os
9875If @var{infotype} is omitted, then list the possible values for
9876@var{infotype} and the kind of OS information available for each
9877@var{infotype}. If the target does not return a list of possible
9878types, this command will report an error.
07e059b5 9879@end table
721c2651 9880
29e57380 9881@node Memory Region Attributes
79a6e687 9882@section Memory Region Attributes
29e57380
C
9883@cindex memory region attributes
9884
b383017d 9885@dfn{Memory region attributes} allow you to describe special handling
fd79ecee
DJ
9886required by regions of your target's memory. @value{GDBN} uses
9887attributes to determine whether to allow certain types of memory
9888accesses; whether to use specific width accesses; and whether to cache
9889target memory. By default the description of memory regions is
9890fetched from the target (if the current target supports this), but the
9891user can override the fetched regions.
29e57380
C
9892
9893Defined memory regions can be individually enabled and disabled. When a
9894memory region is disabled, @value{GDBN} uses the default attributes when
9895accessing memory in that region. Similarly, if no memory regions have
9896been defined, @value{GDBN} uses the default attributes when accessing
9897all memory.
9898
b383017d 9899When a memory region is defined, it is given a number to identify it;
29e57380
C
9900to enable, disable, or remove a memory region, you specify that number.
9901
9902@table @code
9903@kindex mem
bfac230e 9904@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
9905Define a memory region bounded by @var{lower} and @var{upper} with
9906attributes @var{attributes}@dots{}, and add it to the list of regions
9907monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
d3e8051b 9908case: it is treated as the target's maximum memory address.
bfac230e 9909(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380 9910
fd79ecee
DJ
9911@item mem auto
9912Discard any user changes to the memory regions and use target-supplied
9913regions, if available, or no regions if the target does not support.
9914
29e57380
C
9915@kindex delete mem
9916@item delete mem @var{nums}@dots{}
09d4efe1
EZ
9917Remove memory regions @var{nums}@dots{} from the list of regions
9918monitored by @value{GDBN}.
29e57380
C
9919
9920@kindex disable mem
9921@item disable mem @var{nums}@dots{}
09d4efe1 9922Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 9923A disabled memory region is not forgotten.
29e57380
C
9924It may be enabled again later.
9925
9926@kindex enable mem
9927@item enable mem @var{nums}@dots{}
09d4efe1 9928Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
9929
9930@kindex info mem
9931@item info mem
9932Print a table of all defined memory regions, with the following columns
09d4efe1 9933for each region:
29e57380
C
9934
9935@table @emph
9936@item Memory Region Number
9937@item Enabled or Disabled.
b383017d 9938Enabled memory regions are marked with @samp{y}.
29e57380
C
9939Disabled memory regions are marked with @samp{n}.
9940
9941@item Lo Address
9942The address defining the inclusive lower bound of the memory region.
9943
9944@item Hi Address
9945The address defining the exclusive upper bound of the memory region.
9946
9947@item Attributes
9948The list of attributes set for this memory region.
9949@end table
9950@end table
9951
9952
9953@subsection Attributes
9954
b383017d 9955@subsubsection Memory Access Mode
29e57380
C
9956The access mode attributes set whether @value{GDBN} may make read or
9957write accesses to a memory region.
9958
9959While these attributes prevent @value{GDBN} from performing invalid
9960memory accesses, they do nothing to prevent the target system, I/O DMA,
359df76b 9961etc.@: from accessing memory.
29e57380
C
9962
9963@table @code
9964@item ro
9965Memory is read only.
9966@item wo
9967Memory is write only.
9968@item rw
6ca652b0 9969Memory is read/write. This is the default.
29e57380
C
9970@end table
9971
9972@subsubsection Memory Access Size
d3e8051b 9973The access size attribute tells @value{GDBN} to use specific sized
29e57380
C
9974accesses in the memory region. Often memory mapped device registers
9975require specific sized accesses. If no access size attribute is
9976specified, @value{GDBN} may use accesses of any size.
9977
9978@table @code
9979@item 8
9980Use 8 bit memory accesses.
9981@item 16
9982Use 16 bit memory accesses.
9983@item 32
9984Use 32 bit memory accesses.
9985@item 64
9986Use 64 bit memory accesses.
9987@end table
9988
9989@c @subsubsection Hardware/Software Breakpoints
9990@c The hardware/software breakpoint attributes set whether @value{GDBN}
9991@c will use hardware or software breakpoints for the internal breakpoints
9992@c used by the step, next, finish, until, etc. commands.
9993@c
9994@c @table @code
9995@c @item hwbreak
b383017d 9996@c Always use hardware breakpoints
29e57380
C
9997@c @item swbreak (default)
9998@c @end table
9999
10000@subsubsection Data Cache
10001The data cache attributes set whether @value{GDBN} will cache target
10002memory. While this generally improves performance by reducing debug
10003protocol overhead, it can lead to incorrect results because @value{GDBN}
10004does not know about volatile variables or memory mapped device
10005registers.
10006
10007@table @code
10008@item cache
b383017d 10009Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
10010@item nocache
10011Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
10012@end table
10013
4b5752d0
VP
10014@subsection Memory Access Checking
10015@value{GDBN} can be instructed to refuse accesses to memory that is
10016not explicitly described. This can be useful if accessing such
10017regions has undesired effects for a specific target, or to provide
10018better error checking. The following commands control this behaviour.
10019
10020@table @code
10021@kindex set mem inaccessible-by-default
10022@item set mem inaccessible-by-default [on|off]
10023If @code{on} is specified, make @value{GDBN} treat memory not
10024explicitly described by the memory ranges as non-existent and refuse accesses
10025to such memory. The checks are only performed if there's at least one
10026memory range defined. If @code{off} is specified, make @value{GDBN}
10027treat the memory not explicitly described by the memory ranges as RAM.
56cf5405 10028The default value is @code{on}.
4b5752d0
VP
10029@kindex show mem inaccessible-by-default
10030@item show mem inaccessible-by-default
10031Show the current handling of accesses to unknown memory.
10032@end table
10033
10034
29e57380 10035@c @subsubsection Memory Write Verification
b383017d 10036@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
10037@c will re-reads data after each write to verify the write was successful.
10038@c
10039@c @table @code
10040@c @item verify
10041@c @item noverify (default)
10042@c @end table
10043
16d9dec6 10044@node Dump/Restore Files
79a6e687 10045@section Copy Between Memory and a File
16d9dec6
MS
10046@cindex dump/restore files
10047@cindex append data to a file
10048@cindex dump data to a file
10049@cindex restore data from a file
16d9dec6 10050
df5215a6
JB
10051You can use the commands @code{dump}, @code{append}, and
10052@code{restore} to copy data between target memory and a file. The
10053@code{dump} and @code{append} commands write data to a file, and the
10054@code{restore} command reads data from a file back into the inferior's
10055memory. Files may be in binary, Motorola S-record, Intel hex, or
10056Tektronix Hex format; however, @value{GDBN} can only append to binary
10057files.
10058
10059@table @code
10060
10061@kindex dump
10062@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
10063@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
10064Dump the contents of memory from @var{start_addr} to @var{end_addr},
10065or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 10066
df5215a6 10067The @var{format} parameter may be any one of:
16d9dec6 10068@table @code
df5215a6
JB
10069@item binary
10070Raw binary form.
10071@item ihex
10072Intel hex format.
10073@item srec
10074Motorola S-record format.
10075@item tekhex
10076Tektronix Hex format.
10077@end table
10078
10079@value{GDBN} uses the same definitions of these formats as the
10080@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
10081@var{format} is omitted, @value{GDBN} dumps the data in raw binary
10082form.
10083
10084@kindex append
10085@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
10086@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
10087Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 10088or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
10089(@value{GDBN} can only append data to files in raw binary form.)
10090
10091@kindex restore
10092@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
10093Restore the contents of file @var{filename} into memory. The
10094@code{restore} command can automatically recognize any known @sc{bfd}
10095file format, except for raw binary. To restore a raw binary file you
10096must specify the optional keyword @code{binary} after the filename.
16d9dec6 10097
b383017d 10098If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
10099contained in the file. Binary files always start at address zero, so
10100they will be restored at address @var{bias}. Other bfd files have
10101a built-in location; they will be restored at offset @var{bias}
10102from that location.
10103
10104If @var{start} and/or @var{end} are non-zero, then only data between
10105file offset @var{start} and file offset @var{end} will be restored.
b383017d 10106These offsets are relative to the addresses in the file, before
16d9dec6
MS
10107the @var{bias} argument is applied.
10108
10109@end table
10110
384ee23f
EZ
10111@node Core File Generation
10112@section How to Produce a Core File from Your Program
10113@cindex dump core from inferior
10114
10115A @dfn{core file} or @dfn{core dump} is a file that records the memory
10116image of a running process and its process status (register values
10117etc.). Its primary use is post-mortem debugging of a program that
10118crashed while it ran outside a debugger. A program that crashes
10119automatically produces a core file, unless this feature is disabled by
10120the user. @xref{Files}, for information on invoking @value{GDBN} in
10121the post-mortem debugging mode.
10122
10123Occasionally, you may wish to produce a core file of the program you
10124are debugging in order to preserve a snapshot of its state.
10125@value{GDBN} has a special command for that.
10126
10127@table @code
10128@kindex gcore
10129@kindex generate-core-file
10130@item generate-core-file [@var{file}]
10131@itemx gcore [@var{file}]
10132Produce a core dump of the inferior process. The optional argument
10133@var{file} specifies the file name where to put the core dump. If not
10134specified, the file name defaults to @file{core.@var{pid}}, where
10135@var{pid} is the inferior process ID.
10136
10137Note that this command is implemented only for some systems (as of
05b4bd79 10138this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
384ee23f
EZ
10139@end table
10140
a0eb71c5
KB
10141@node Character Sets
10142@section Character Sets
10143@cindex character sets
10144@cindex charset
10145@cindex translating between character sets
10146@cindex host character set
10147@cindex target character set
10148
10149If the program you are debugging uses a different character set to
10150represent characters and strings than the one @value{GDBN} uses itself,
10151@value{GDBN} can automatically translate between the character sets for
10152you. The character set @value{GDBN} uses we call the @dfn{host
10153character set}; the one the inferior program uses we call the
10154@dfn{target character set}.
10155
10156For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
10157uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
ea35711c 10158remote protocol (@pxref{Remote Debugging}) to debug a program
a0eb71c5
KB
10159running on an IBM mainframe, which uses the @sc{ebcdic} character set,
10160then the host character set is Latin-1, and the target character set is
10161@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 10162target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
10163@sc{ebcdic} and Latin 1 as you print character or string values, or use
10164character and string literals in expressions.
10165
10166@value{GDBN} has no way to automatically recognize which character set
10167the inferior program uses; you must tell it, using the @code{set
10168target-charset} command, described below.
10169
10170Here are the commands for controlling @value{GDBN}'s character set
10171support:
10172
10173@table @code
10174@item set target-charset @var{charset}
10175@kindex set target-charset
10af6951
EZ
10176Set the current target character set to @var{charset}. To display the
10177list of supported target character sets, type
10178@kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
a0eb71c5 10179
a0eb71c5
KB
10180@item set host-charset @var{charset}
10181@kindex set host-charset
10182Set the current host character set to @var{charset}.
10183
10184By default, @value{GDBN} uses a host character set appropriate to the
10185system it is running on; you can override that default using the
732f6a93
TT
10186@code{set host-charset} command. On some systems, @value{GDBN} cannot
10187automatically determine the appropriate host character set. In this
10188case, @value{GDBN} uses @samp{UTF-8}.
a0eb71c5
KB
10189
10190@value{GDBN} can only use certain character sets as its host character
c1b6b909 10191set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
10af6951 10192@value{GDBN} will list the host character sets it supports.
a0eb71c5
KB
10193
10194@item set charset @var{charset}
10195@kindex set charset
e33d66ec 10196Set the current host and target character sets to @var{charset}. As
10af6951
EZ
10197above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
10198@value{GDBN} will list the names of the character sets that can be used
e33d66ec
EZ
10199for both host and target.
10200
a0eb71c5 10201@item show charset
a0eb71c5 10202@kindex show charset
10af6951 10203Show the names of the current host and target character sets.
e33d66ec 10204
10af6951 10205@item show host-charset
a0eb71c5 10206@kindex show host-charset
10af6951 10207Show the name of the current host character set.
e33d66ec 10208
10af6951 10209@item show target-charset
a0eb71c5 10210@kindex show target-charset
10af6951 10211Show the name of the current target character set.
a0eb71c5 10212
10af6951
EZ
10213@item set target-wide-charset @var{charset}
10214@kindex set target-wide-charset
10215Set the current target's wide character set to @var{charset}. This is
10216the character set used by the target's @code{wchar_t} type. To
10217display the list of supported wide character sets, type
10218@kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
10219
10220@item show target-wide-charset
10221@kindex show target-wide-charset
10222Show the name of the current target's wide character set.
a0eb71c5
KB
10223@end table
10224
a0eb71c5
KB
10225Here is an example of @value{GDBN}'s character set support in action.
10226Assume that the following source code has been placed in the file
10227@file{charset-test.c}:
10228
10229@smallexample
10230#include <stdio.h>
10231
10232char ascii_hello[]
10233 = @{72, 101, 108, 108, 111, 44, 32, 119,
10234 111, 114, 108, 100, 33, 10, 0@};
10235char ibm1047_hello[]
10236 = @{200, 133, 147, 147, 150, 107, 64, 166,
10237 150, 153, 147, 132, 90, 37, 0@};
10238
10239main ()
10240@{
10241 printf ("Hello, world!\n");
10242@}
10998722 10243@end smallexample
a0eb71c5
KB
10244
10245In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
10246containing the string @samp{Hello, world!} followed by a newline,
10247encoded in the @sc{ascii} and @sc{ibm1047} character sets.
10248
10249We compile the program, and invoke the debugger on it:
10250
10251@smallexample
10252$ gcc -g charset-test.c -o charset-test
10253$ gdb -nw charset-test
10254GNU gdb 2001-12-19-cvs
10255Copyright 2001 Free Software Foundation, Inc.
10256@dots{}
f7dc1244 10257(@value{GDBP})
10998722 10258@end smallexample
a0eb71c5
KB
10259
10260We can use the @code{show charset} command to see what character sets
10261@value{GDBN} is currently using to interpret and display characters and
10262strings:
10263
10264@smallexample
f7dc1244 10265(@value{GDBP}) show charset
e33d66ec 10266The current host and target character set is `ISO-8859-1'.
f7dc1244 10267(@value{GDBP})
10998722 10268@end smallexample
a0eb71c5
KB
10269
10270For the sake of printing this manual, let's use @sc{ascii} as our
10271initial character set:
10272@smallexample
f7dc1244
EZ
10273(@value{GDBP}) set charset ASCII
10274(@value{GDBP}) show charset
e33d66ec 10275The current host and target character set is `ASCII'.
f7dc1244 10276(@value{GDBP})
10998722 10277@end smallexample
a0eb71c5
KB
10278
10279Let's assume that @sc{ascii} is indeed the correct character set for our
10280host system --- in other words, let's assume that if @value{GDBN} prints
10281characters using the @sc{ascii} character set, our terminal will display
10282them properly. Since our current target character set is also
10283@sc{ascii}, the contents of @code{ascii_hello} print legibly:
10284
10285@smallexample
f7dc1244 10286(@value{GDBP}) print ascii_hello
a0eb71c5 10287$1 = 0x401698 "Hello, world!\n"
f7dc1244 10288(@value{GDBP}) print ascii_hello[0]
a0eb71c5 10289$2 = 72 'H'
f7dc1244 10290(@value{GDBP})
10998722 10291@end smallexample
a0eb71c5
KB
10292
10293@value{GDBN} uses the target character set for character and string
10294literals you use in expressions:
10295
10296@smallexample
f7dc1244 10297(@value{GDBP}) print '+'
a0eb71c5 10298$3 = 43 '+'
f7dc1244 10299(@value{GDBP})
10998722 10300@end smallexample
a0eb71c5
KB
10301
10302The @sc{ascii} character set uses the number 43 to encode the @samp{+}
10303character.
10304
10305@value{GDBN} relies on the user to tell it which character set the
10306target program uses. If we print @code{ibm1047_hello} while our target
10307character set is still @sc{ascii}, we get jibberish:
10308
10309@smallexample
f7dc1244 10310(@value{GDBP}) print ibm1047_hello
a0eb71c5 10311$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 10312(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 10313$5 = 200 '\310'
f7dc1244 10314(@value{GDBP})
10998722 10315@end smallexample
a0eb71c5 10316
e33d66ec 10317If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
10318@value{GDBN} tells us the character sets it supports:
10319
10320@smallexample
f7dc1244 10321(@value{GDBP}) set target-charset
b383017d 10322ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 10323(@value{GDBP}) set target-charset
10998722 10324@end smallexample
a0eb71c5
KB
10325
10326We can select @sc{ibm1047} as our target character set, and examine the
10327program's strings again. Now the @sc{ascii} string is wrong, but
10328@value{GDBN} translates the contents of @code{ibm1047_hello} from the
10329target character set, @sc{ibm1047}, to the host character set,
10330@sc{ascii}, and they display correctly:
10331
10332@smallexample
f7dc1244
EZ
10333(@value{GDBP}) set target-charset IBM1047
10334(@value{GDBP}) show charset
e33d66ec
EZ
10335The current host character set is `ASCII'.
10336The current target character set is `IBM1047'.
f7dc1244 10337(@value{GDBP}) print ascii_hello
a0eb71c5 10338$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 10339(@value{GDBP}) print ascii_hello[0]
a0eb71c5 10340$7 = 72 '\110'
f7dc1244 10341(@value{GDBP}) print ibm1047_hello
a0eb71c5 10342$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 10343(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 10344$9 = 200 'H'
f7dc1244 10345(@value{GDBP})
10998722 10346@end smallexample
a0eb71c5
KB
10347
10348As above, @value{GDBN} uses the target character set for character and
10349string literals you use in expressions:
10350
10351@smallexample
f7dc1244 10352(@value{GDBP}) print '+'
a0eb71c5 10353$10 = 78 '+'
f7dc1244 10354(@value{GDBP})
10998722 10355@end smallexample
a0eb71c5 10356
e33d66ec 10357The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
10358character.
10359
09d4efe1
EZ
10360@node Caching Remote Data
10361@section Caching Data of Remote Targets
10362@cindex caching data of remote targets
10363
4e5d721f 10364@value{GDBN} caches data exchanged between the debugger and a
ea35711c 10365remote target (@pxref{Remote Debugging}). Such caching generally improves
09d4efe1 10366performance, because it reduces the overhead of the remote protocol by
4e5d721f
DE
10367bundling memory reads and writes into large chunks. Unfortunately, simply
10368caching everything would lead to incorrect results, since @value{GDBN}
10369does not necessarily know anything about volatile values, memory-mapped I/O
29b090c0
DE
10370addresses, etc. Furthermore, in non-stop mode (@pxref{Non-Stop Mode})
10371memory can be changed @emph{while} a gdb command is executing.
10372Therefore, by default, @value{GDBN} only caches data
10373known to be on the stack@footnote{In non-stop mode, it is moderately
10374rare for a running thread to modify the stack of a stopped thread
10375in a way that would interfere with a backtrace, and caching of
10376stack reads provides a significant speed up of remote backtraces.}.
10377Other regions of memory can be explicitly marked as
4e5d721f 10378cacheable; see @pxref{Memory Region Attributes}.
09d4efe1
EZ
10379
10380@table @code
10381@kindex set remotecache
10382@item set remotecache on
10383@itemx set remotecache off
4e5d721f
DE
10384This option no longer does anything; it exists for compatibility
10385with old scripts.
09d4efe1
EZ
10386
10387@kindex show remotecache
10388@item show remotecache
4e5d721f
DE
10389Show the current state of the obsolete remotecache flag.
10390
10391@kindex set stack-cache
10392@item set stack-cache on
10393@itemx set stack-cache off
10394Enable or disable caching of stack accesses. When @code{ON}, use
10395caching. By default, this option is @code{ON}.
10396
10397@kindex show stack-cache
10398@item show stack-cache
10399Show the current state of data caching for memory accesses.
09d4efe1
EZ
10400
10401@kindex info dcache
4e5d721f 10402@item info dcache @r{[}line@r{]}
09d4efe1 10403Print the information about the data cache performance. The
4e5d721f
DE
10404information displayed includes the dcache width and depth, and for
10405each cache line, its number, address, and how many times it was
10406referenced. This command is useful for debugging the data cache
10407operation.
10408
10409If a line number is specified, the contents of that line will be
10410printed in hex.
1a532630
PP
10411
10412@item set dcache size @var{size}
10413@cindex dcache size
10414@kindex set dcache size
10415Set maximum number of entries in dcache (dcache depth above).
10416
10417@item set dcache line-size @var{line-size}
10418@cindex dcache line-size
10419@kindex set dcache line-size
10420Set number of bytes each dcache entry caches (dcache width above).
10421Must be a power of 2.
10422
10423@item show dcache size
10424@kindex show dcache size
10425Show maximum number of dcache entries. See also @ref{Caching Remote Data, info dcache}.
10426
10427@item show dcache line-size
10428@kindex show dcache line-size
10429Show default size of dcache lines. See also @ref{Caching Remote Data, info dcache}.
10430
09d4efe1
EZ
10431@end table
10432
08388c79
DE
10433@node Searching Memory
10434@section Search Memory
10435@cindex searching memory
10436
10437Memory can be searched for a particular sequence of bytes with the
10438@code{find} command.
10439
10440@table @code
10441@kindex find
10442@item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
10443@itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
10444Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
10445etc. The search begins at address @var{start_addr} and continues for either
10446@var{len} bytes or through to @var{end_addr} inclusive.
10447@end table
10448
10449@var{s} and @var{n} are optional parameters.
10450They may be specified in either order, apart or together.
10451
10452@table @r
10453@item @var{s}, search query size
10454The size of each search query value.
10455
10456@table @code
10457@item b
10458bytes
10459@item h
10460halfwords (two bytes)
10461@item w
10462words (four bytes)
10463@item g
10464giant words (eight bytes)
10465@end table
10466
10467All values are interpreted in the current language.
10468This means, for example, that if the current source language is C/C@t{++}
10469then searching for the string ``hello'' includes the trailing '\0'.
10470
10471If the value size is not specified, it is taken from the
10472value's type in the current language.
10473This is useful when one wants to specify the search
10474pattern as a mixture of types.
10475Note that this means, for example, that in the case of C-like languages
10476a search for an untyped 0x42 will search for @samp{(int) 0x42}
10477which is typically four bytes.
10478
10479@item @var{n}, maximum number of finds
10480The maximum number of matches to print. The default is to print all finds.
10481@end table
10482
10483You can use strings as search values. Quote them with double-quotes
10484 (@code{"}).
10485The string value is copied into the search pattern byte by byte,
10486regardless of the endianness of the target and the size specification.
10487
10488The address of each match found is printed as well as a count of the
10489number of matches found.
10490
10491The address of the last value found is stored in convenience variable
10492@samp{$_}.
10493A count of the number of matches is stored in @samp{$numfound}.
10494
10495For example, if stopped at the @code{printf} in this function:
10496
10497@smallexample
10498void
10499hello ()
10500@{
10501 static char hello[] = "hello-hello";
10502 static struct @{ char c; short s; int i; @}
10503 __attribute__ ((packed)) mixed
10504 = @{ 'c', 0x1234, 0x87654321 @};
10505 printf ("%s\n", hello);
10506@}
10507@end smallexample
10508
10509@noindent
10510you get during debugging:
10511
10512@smallexample
10513(gdb) find &hello[0], +sizeof(hello), "hello"
105140x804956d <hello.1620+6>
105151 pattern found
10516(gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
105170x8049567 <hello.1620>
105180x804956d <hello.1620+6>
105192 patterns found
10520(gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
105210x8049567 <hello.1620>
105221 pattern found
10523(gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
105240x8049560 <mixed.1625>
105251 pattern found
10526(gdb) print $numfound
10527$1 = 1
10528(gdb) print $_
10529$2 = (void *) 0x8049560
10530@end smallexample
a0eb71c5 10531
edb3359d
DJ
10532@node Optimized Code
10533@chapter Debugging Optimized Code
10534@cindex optimized code, debugging
10535@cindex debugging optimized code
10536
10537Almost all compilers support optimization. With optimization
10538disabled, the compiler generates assembly code that corresponds
10539directly to your source code, in a simplistic way. As the compiler
10540applies more powerful optimizations, the generated assembly code
10541diverges from your original source code. With help from debugging
10542information generated by the compiler, @value{GDBN} can map from
10543the running program back to constructs from your original source.
10544
10545@value{GDBN} is more accurate with optimization disabled. If you
10546can recompile without optimization, it is easier to follow the
10547progress of your program during debugging. But, there are many cases
10548where you may need to debug an optimized version.
10549
10550When you debug a program compiled with @samp{-g -O}, remember that the
10551optimizer has rearranged your code; the debugger shows you what is
10552really there. Do not be too surprised when the execution path does not
10553exactly match your source file! An extreme example: if you define a
10554variable, but never use it, @value{GDBN} never sees that
10555variable---because the compiler optimizes it out of existence.
10556
10557Some things do not work as well with @samp{-g -O} as with just
10558@samp{-g}, particularly on machines with instruction scheduling. If in
10559doubt, recompile with @samp{-g} alone, and if this fixes the problem,
10560please report it to us as a bug (including a test case!).
10561@xref{Variables}, for more information about debugging optimized code.
10562
10563@menu
10564* Inline Functions:: How @value{GDBN} presents inlining
111c6489 10565* Tail Call Frames:: @value{GDBN} analysis of jumps to functions
edb3359d
DJ
10566@end menu
10567
10568@node Inline Functions
10569@section Inline Functions
10570@cindex inline functions, debugging
10571
10572@dfn{Inlining} is an optimization that inserts a copy of the function
10573body directly at each call site, instead of jumping to a shared
10574routine. @value{GDBN} displays inlined functions just like
10575non-inlined functions. They appear in backtraces. You can view their
10576arguments and local variables, step into them with @code{step}, skip
10577them with @code{next}, and escape from them with @code{finish}.
10578You can check whether a function was inlined by using the
10579@code{info frame} command.
10580
10581For @value{GDBN} to support inlined functions, the compiler must
10582record information about inlining in the debug information ---
10583@value{NGCC} using the @sc{dwarf 2} format does this, and several
10584other compilers do also. @value{GDBN} only supports inlined functions
10585when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
10586do not emit two required attributes (@samp{DW_AT_call_file} and
10587@samp{DW_AT_call_line}); @value{GDBN} does not display inlined
10588function calls with earlier versions of @value{NGCC}. It instead
10589displays the arguments and local variables of inlined functions as
10590local variables in the caller.
10591
10592The body of an inlined function is directly included at its call site;
10593unlike a non-inlined function, there are no instructions devoted to
10594the call. @value{GDBN} still pretends that the call site and the
10595start of the inlined function are different instructions. Stepping to
10596the call site shows the call site, and then stepping again shows
10597the first line of the inlined function, even though no additional
10598instructions are executed.
10599
10600This makes source-level debugging much clearer; you can see both the
10601context of the call and then the effect of the call. Only stepping by
10602a single instruction using @code{stepi} or @code{nexti} does not do
10603this; single instruction steps always show the inlined body.
10604
10605There are some ways that @value{GDBN} does not pretend that inlined
10606function calls are the same as normal calls:
10607
10608@itemize @bullet
edb3359d
DJ
10609@item
10610Setting breakpoints at the call site of an inlined function may not
10611work, because the call site does not contain any code. @value{GDBN}
10612may incorrectly move the breakpoint to the next line of the enclosing
10613function, after the call. This limitation will be removed in a future
10614version of @value{GDBN}; until then, set a breakpoint on an earlier line
10615or inside the inlined function instead.
10616
10617@item
10618@value{GDBN} cannot locate the return value of inlined calls after
10619using the @code{finish} command. This is a limitation of compiler-generated
10620debugging information; after @code{finish}, you can step to the next line
10621and print a variable where your program stored the return value.
10622
10623@end itemize
10624
111c6489
JK
10625@node Tail Call Frames
10626@section Tail Call Frames
10627@cindex tail call frames, debugging
10628
10629Function @code{B} can call function @code{C} in its very last statement. In
10630unoptimized compilation the call of @code{C} is immediately followed by return
10631instruction at the end of @code{B} code. Optimizing compiler may replace the
10632call and return in function @code{B} into one jump to function @code{C}
10633instead. Such use of a jump instruction is called @dfn{tail call}.
10634
10635During execution of function @code{C}, there will be no indication in the
10636function call stack frames that it was tail-called from @code{B}. If function
10637@code{A} regularly calls function @code{B} which tail-calls function @code{C},
10638then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
10639some cases @value{GDBN} can determine that @code{C} was tail-called from
10640@code{B}, and it will then create fictitious call frame for that, with the
10641return address set up as if @code{B} called @code{C} normally.
10642
10643This functionality is currently supported only by DWARF 2 debugging format and
10644the compiler has to produce @samp{DW_TAG_GNU_call_site} tags. With
10645@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
10646this information.
10647
10648@kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
10649kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
10650
10651@smallexample
10652(gdb) x/i $pc - 2
10653 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
10654(gdb) info frame
10655Stack level 1, frame at 0x7fffffffda30:
10656 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
10657 tail call frame, caller of frame at 0x7fffffffda30
10658 source language c++.
10659 Arglist at unknown address.
10660 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
10661@end smallexample
10662
10663The detection of all the possible code path executions can find them ambiguous.
10664There is no execution history stored (possible @ref{Reverse Execution} is never
10665used for this purpose) and the last known caller could have reached the known
10666callee by multiple different jump sequences. In such case @value{GDBN} still
10667tries to show at least all the unambiguous top tail callers and all the
10668unambiguous bottom tail calees, if any.
10669
10670@table @code
e18b2753 10671@anchor{set debug entry-values}
111c6489
JK
10672@item set debug entry-values
10673@kindex set debug entry-values
10674When set to on, enables printing of analysis messages for both frame argument
10675values at function entry and tail calls. It will show all the possible valid
10676tail calls code paths it has considered. It will also print the intersection
10677of them with the final unambiguous (possibly partial or even empty) code path
10678result.
10679
10680@item show debug entry-values
10681@kindex show debug entry-values
10682Show the current state of analysis messages printing for both frame argument
10683values at function entry and tail calls.
10684@end table
10685
10686The analysis messages for tail calls can for example show why the virtual tail
10687call frame for function @code{c} has not been recognized (due to the indirect
10688reference by variable @code{x}):
10689
10690@smallexample
10691static void __attribute__((noinline, noclone)) c (void);
10692void (*x) (void) = c;
10693static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
10694static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
10695int main (void) @{ x (); return 0; @}
10696
10697Breakpoint 1, DW_OP_GNU_entry_value resolving cannot find
10698DW_TAG_GNU_call_site 0x40039a in main
10699a () at t.c:3
107003 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
10701(gdb) bt
10702#0 a () at t.c:3
10703#1 0x000000000040039a in main () at t.c:5
10704@end smallexample
10705
10706Another possibility is an ambiguous virtual tail call frames resolution:
10707
10708@smallexample
10709int i;
10710static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
10711static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
10712static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
10713static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
10714static void __attribute__((noinline, noclone)) b (void)
10715@{ if (i) c (); else e (); @}
10716static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
10717int main (void) @{ a (); return 0; @}
10718
10719tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
10720tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
10721tailcall: reduced: 0x4004d2(a) |
10722(gdb) bt
10723#0 f () at t.c:2
10724#1 0x00000000004004d2 in a () at t.c:8
10725#2 0x0000000000400395 in main () at t.c:9
10726@end smallexample
10727
5048e516
JK
10728@set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
10729@set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
10730
10731@c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
10732@ifset HAVE_MAKEINFO_CLICK
10733@set ARROW @click{}
10734@set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
10735@set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
10736@end ifset
10737@ifclear HAVE_MAKEINFO_CLICK
10738@set ARROW ->
10739@set CALLSEQ1B @value{CALLSEQ1A}
10740@set CALLSEQ2B @value{CALLSEQ2A}
10741@end ifclear
10742
10743Frames #0 and #2 are real, #1 is a virtual tail call frame.
10744The code can have possible execution paths @value{CALLSEQ1B} or
10745@value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
111c6489
JK
10746
10747@code{initial:} state shows some random possible calling sequence @value{GDBN}
10748has found. It then finds another possible calling sequcen - that one is
10749prefixed by @code{compare:}. The non-ambiguous intersection of these two is
10750printed as the @code{reduced:} calling sequence. That one could have many
10751futher @code{compare:} and @code{reduced:} statements as long as there remain
10752any non-ambiguous sequence entries.
10753
10754For the frame of function @code{b} in both cases there are different possible
10755@code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
10756also ambigous. The only non-ambiguous frame is the one for function @code{a},
10757therefore this one is displayed to the user while the ambiguous frames are
10758omitted.
edb3359d 10759
e18b2753
JK
10760There can be also reasons why printing of frame argument values at function
10761entry may fail:
10762
10763@smallexample
10764int v;
10765static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
10766static void __attribute__((noinline, noclone)) a (int i);
10767static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
10768static void __attribute__((noinline, noclone)) a (int i)
10769@{ if (i) b (i - 1); else c (0); @}
10770int main (void) @{ a (5); return 0; @}
10771
10772(gdb) bt
10773#0 c (i=i@@entry=0) at t.c:2
10774#1 0x0000000000400428 in a (DW_OP_GNU_entry_value resolving has found
10775function "a" at 0x400420 can call itself via tail calls
10776i=<optimized out>) at t.c:6
10777#2 0x000000000040036e in main () at t.c:7
10778@end smallexample
10779
10780@value{GDBN} cannot find out from the inferior state if and how many times did
10781function @code{a} call itself (via function @code{b}) as these calls would be
10782tail calls. Such tail calls would modify thue @code{i} variable, therefore
10783@value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
10784prints @code{<optimized out>} instead.
10785
e2e0bcd1
JB
10786@node Macros
10787@chapter C Preprocessor Macros
10788
49efadf5 10789Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
10790``preprocessor macros'' which expand into strings of tokens.
10791@value{GDBN} can evaluate expressions containing macro invocations, show
10792the result of macro expansion, and show a macro's definition, including
10793where it was defined.
10794
10795You may need to compile your program specially to provide @value{GDBN}
10796with information about preprocessor macros. Most compilers do not
10797include macros in their debugging information, even when you compile
10798with the @option{-g} flag. @xref{Compilation}.
10799
10800A program may define a macro at one point, remove that definition later,
10801and then provide a different definition after that. Thus, at different
10802points in the program, a macro may have different definitions, or have
10803no definition at all. If there is a current stack frame, @value{GDBN}
10804uses the macros in scope at that frame's source code line. Otherwise,
10805@value{GDBN} uses the macros in scope at the current listing location;
10806see @ref{List}.
10807
e2e0bcd1
JB
10808Whenever @value{GDBN} evaluates an expression, it always expands any
10809macro invocations present in the expression. @value{GDBN} also provides
10810the following commands for working with macros explicitly.
10811
10812@table @code
10813
10814@kindex macro expand
10815@cindex macro expansion, showing the results of preprocessor
10816@cindex preprocessor macro expansion, showing the results of
10817@cindex expanding preprocessor macros
10818@item macro expand @var{expression}
10819@itemx macro exp @var{expression}
10820Show the results of expanding all preprocessor macro invocations in
10821@var{expression}. Since @value{GDBN} simply expands macros, but does
10822not parse the result, @var{expression} need not be a valid expression;
10823it can be any string of tokens.
10824
09d4efe1 10825@kindex macro exp1
e2e0bcd1
JB
10826@item macro expand-once @var{expression}
10827@itemx macro exp1 @var{expression}
4644b6e3 10828@cindex expand macro once
e2e0bcd1
JB
10829@i{(This command is not yet implemented.)} Show the results of
10830expanding those preprocessor macro invocations that appear explicitly in
10831@var{expression}. Macro invocations appearing in that expansion are
10832left unchanged. This command allows you to see the effect of a
10833particular macro more clearly, without being confused by further
10834expansions. Since @value{GDBN} simply expands macros, but does not
10835parse the result, @var{expression} need not be a valid expression; it
10836can be any string of tokens.
10837
475b0867 10838@kindex info macro
e2e0bcd1 10839@cindex macro definition, showing
9b158ba0 10840@cindex definition of a macro, showing
10841@cindex macros, from debug info
71eba9c2 10842@item info macro [-a|-all] [--] @var{macro}
10843Show the current definition or all definitions of the named @var{macro},
10844and describe the source location or compiler command-line where that
10845definition was established. The optional double dash is to signify the end of
10846argument processing and the beginning of @var{macro} for non C-like macros where
10847the macro may begin with a hyphen.
e2e0bcd1 10848
9b158ba0 10849@kindex info macros
10850@item info macros @var{linespec}
10851Show all macro definitions that are in effect at the location specified
10852by @var{linespec}, and describe the source location or compiler
10853command-line where those definitions were established.
10854
e2e0bcd1
JB
10855@kindex macro define
10856@cindex user-defined macros
10857@cindex defining macros interactively
10858@cindex macros, user-defined
10859@item macro define @var{macro} @var{replacement-list}
10860@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
d7d9f01e
TT
10861Introduce a definition for a preprocessor macro named @var{macro},
10862invocations of which are replaced by the tokens given in
10863@var{replacement-list}. The first form of this command defines an
10864``object-like'' macro, which takes no arguments; the second form
10865defines a ``function-like'' macro, which takes the arguments given in
10866@var{arglist}.
10867
10868A definition introduced by this command is in scope in every
10869expression evaluated in @value{GDBN}, until it is removed with the
10870@code{macro undef} command, described below. The definition overrides
10871all definitions for @var{macro} present in the program being debugged,
10872as well as any previous user-supplied definition.
e2e0bcd1
JB
10873
10874@kindex macro undef
10875@item macro undef @var{macro}
d7d9f01e
TT
10876Remove any user-supplied definition for the macro named @var{macro}.
10877This command only affects definitions provided with the @code{macro
10878define} command, described above; it cannot remove definitions present
10879in the program being debugged.
e2e0bcd1 10880
09d4efe1
EZ
10881@kindex macro list
10882@item macro list
d7d9f01e 10883List all the macros defined using the @code{macro define} command.
e2e0bcd1
JB
10884@end table
10885
10886@cindex macros, example of debugging with
10887Here is a transcript showing the above commands in action. First, we
10888show our source files:
10889
10890@smallexample
10891$ cat sample.c
10892#include <stdio.h>
10893#include "sample.h"
10894
10895#define M 42
10896#define ADD(x) (M + x)
10897
10898main ()
10899@{
10900#define N 28
10901 printf ("Hello, world!\n");
10902#undef N
10903 printf ("We're so creative.\n");
10904#define N 1729
10905 printf ("Goodbye, world!\n");
10906@}
10907$ cat sample.h
10908#define Q <
10909$
10910@end smallexample
10911
e0f8f636
TT
10912Now, we compile the program using the @sc{gnu} C compiler,
10913@value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
10914minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
10915and @option{-gdwarf-4}; we recommend always choosing the most recent
10916version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
10917includes information about preprocessor macros in the debugging
e2e0bcd1
JB
10918information.
10919
10920@smallexample
10921$ gcc -gdwarf-2 -g3 sample.c -o sample
10922$
10923@end smallexample
10924
10925Now, we start @value{GDBN} on our sample program:
10926
10927@smallexample
10928$ gdb -nw sample
10929GNU gdb 2002-05-06-cvs
10930Copyright 2002 Free Software Foundation, Inc.
10931GDB is free software, @dots{}
f7dc1244 10932(@value{GDBP})
e2e0bcd1
JB
10933@end smallexample
10934
10935We can expand macros and examine their definitions, even when the
10936program is not running. @value{GDBN} uses the current listing position
10937to decide which macro definitions are in scope:
10938
10939@smallexample
f7dc1244 10940(@value{GDBP}) list main
e2e0bcd1
JB
109413
109424 #define M 42
109435 #define ADD(x) (M + x)
109446
109457 main ()
109468 @{
109479 #define N 28
1094810 printf ("Hello, world!\n");
1094911 #undef N
1095012 printf ("We're so creative.\n");
f7dc1244 10951(@value{GDBP}) info macro ADD
e2e0bcd1
JB
10952Defined at /home/jimb/gdb/macros/play/sample.c:5
10953#define ADD(x) (M + x)
f7dc1244 10954(@value{GDBP}) info macro Q
e2e0bcd1
JB
10955Defined at /home/jimb/gdb/macros/play/sample.h:1
10956 included at /home/jimb/gdb/macros/play/sample.c:2
10957#define Q <
f7dc1244 10958(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 10959expands to: (42 + 1)
f7dc1244 10960(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 10961expands to: once (M + 1)
f7dc1244 10962(@value{GDBP})
e2e0bcd1
JB
10963@end smallexample
10964
d7d9f01e 10965In the example above, note that @code{macro expand-once} expands only
e2e0bcd1
JB
10966the macro invocation explicit in the original text --- the invocation of
10967@code{ADD} --- but does not expand the invocation of the macro @code{M},
10968which was introduced by @code{ADD}.
10969
3f94c067
BW
10970Once the program is running, @value{GDBN} uses the macro definitions in
10971force at the source line of the current stack frame:
e2e0bcd1
JB
10972
10973@smallexample
f7dc1244 10974(@value{GDBP}) break main
e2e0bcd1 10975Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 10976(@value{GDBP}) run
b383017d 10977Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
10978
10979Breakpoint 1, main () at sample.c:10
1098010 printf ("Hello, world!\n");
f7dc1244 10981(@value{GDBP})
e2e0bcd1
JB
10982@end smallexample
10983
10984At line 10, the definition of the macro @code{N} at line 9 is in force:
10985
10986@smallexample
f7dc1244 10987(@value{GDBP}) info macro N
e2e0bcd1
JB
10988Defined at /home/jimb/gdb/macros/play/sample.c:9
10989#define N 28
f7dc1244 10990(@value{GDBP}) macro expand N Q M
e2e0bcd1 10991expands to: 28 < 42
f7dc1244 10992(@value{GDBP}) print N Q M
e2e0bcd1 10993$1 = 1
f7dc1244 10994(@value{GDBP})
e2e0bcd1
JB
10995@end smallexample
10996
10997As we step over directives that remove @code{N}'s definition, and then
10998give it a new definition, @value{GDBN} finds the definition (or lack
10999thereof) in force at each point:
11000
11001@smallexample
f7dc1244 11002(@value{GDBP}) next
e2e0bcd1
JB
11003Hello, world!
1100412 printf ("We're so creative.\n");
f7dc1244 11005(@value{GDBP}) info macro N
e2e0bcd1
JB
11006The symbol `N' has no definition as a C/C++ preprocessor macro
11007at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 11008(@value{GDBP}) next
e2e0bcd1
JB
11009We're so creative.
1101014 printf ("Goodbye, world!\n");
f7dc1244 11011(@value{GDBP}) info macro N
e2e0bcd1
JB
11012Defined at /home/jimb/gdb/macros/play/sample.c:13
11013#define N 1729
f7dc1244 11014(@value{GDBP}) macro expand N Q M
e2e0bcd1 11015expands to: 1729 < 42
f7dc1244 11016(@value{GDBP}) print N Q M
e2e0bcd1 11017$2 = 0
f7dc1244 11018(@value{GDBP})
e2e0bcd1
JB
11019@end smallexample
11020
484086b7
JK
11021In addition to source files, macros can be defined on the compilation command
11022line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
11023such a way, @value{GDBN} displays the location of their definition as line zero
11024of the source file submitted to the compiler.
11025
11026@smallexample
11027(@value{GDBP}) info macro __STDC__
11028Defined at /home/jimb/gdb/macros/play/sample.c:0
11029-D__STDC__=1
11030(@value{GDBP})
11031@end smallexample
11032
e2e0bcd1 11033
b37052ae
EZ
11034@node Tracepoints
11035@chapter Tracepoints
11036@c This chapter is based on the documentation written by Michael
11037@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
11038
11039@cindex tracepoints
11040In some applications, it is not feasible for the debugger to interrupt
11041the program's execution long enough for the developer to learn
11042anything helpful about its behavior. If the program's correctness
11043depends on its real-time behavior, delays introduced by a debugger
11044might cause the program to change its behavior drastically, or perhaps
11045fail, even when the code itself is correct. It is useful to be able
11046to observe the program's behavior without interrupting it.
11047
11048Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
11049specify locations in the program, called @dfn{tracepoints}, and
11050arbitrary expressions to evaluate when those tracepoints are reached.
11051Later, using the @code{tfind} command, you can examine the values
11052those expressions had when the program hit the tracepoints. The
11053expressions may also denote objects in memory---structures or arrays,
11054for example---whose values @value{GDBN} should record; while visiting
11055a particular tracepoint, you may inspect those objects as if they were
11056in memory at that moment. However, because @value{GDBN} records these
11057values without interacting with you, it can do so quickly and
11058unobtrusively, hopefully not disturbing the program's behavior.
11059
11060The tracepoint facility is currently available only for remote
9d29849a
JB
11061targets. @xref{Targets}. In addition, your remote target must know
11062how to collect trace data. This functionality is implemented in the
11063remote stub; however, none of the stubs distributed with @value{GDBN}
11064support tracepoints as of this writing. The format of the remote
11065packets used to implement tracepoints are described in @ref{Tracepoint
11066Packets}.
b37052ae 11067
00bf0b85
SS
11068It is also possible to get trace data from a file, in a manner reminiscent
11069of corefiles; you specify the filename, and use @code{tfind} to search
11070through the file. @xref{Trace Files}, for more details.
11071
b37052ae
EZ
11072This chapter describes the tracepoint commands and features.
11073
11074@menu
b383017d
RM
11075* Set Tracepoints::
11076* Analyze Collected Data::
11077* Tracepoint Variables::
00bf0b85 11078* Trace Files::
b37052ae
EZ
11079@end menu
11080
11081@node Set Tracepoints
11082@section Commands to Set Tracepoints
11083
11084Before running such a @dfn{trace experiment}, an arbitrary number of
1042e4c0
SS
11085tracepoints can be set. A tracepoint is actually a special type of
11086breakpoint (@pxref{Set Breaks}), so you can manipulate it using
11087standard breakpoint commands. For instance, as with breakpoints,
11088tracepoint numbers are successive integers starting from one, and many
11089of the commands associated with tracepoints take the tracepoint number
11090as their argument, to identify which tracepoint to work on.
b37052ae
EZ
11091
11092For each tracepoint, you can specify, in advance, some arbitrary set
11093of data that you want the target to collect in the trace buffer when
11094it hits that tracepoint. The collected data can include registers,
11095local variables, or global data. Later, you can use @value{GDBN}
11096commands to examine the values these data had at the time the
11097tracepoint was hit.
11098
7d13fe92
SS
11099Tracepoints do not support every breakpoint feature. Ignore counts on
11100tracepoints have no effect, and tracepoints cannot run @value{GDBN}
11101commands when they are hit. Tracepoints may not be thread-specific
11102either.
1042e4c0 11103
7a697b8d
SS
11104@cindex fast tracepoints
11105Some targets may support @dfn{fast tracepoints}, which are inserted in
11106a different way (such as with a jump instead of a trap), that is
11107faster but possibly restricted in where they may be installed.
11108
0fb4aa4b
PA
11109@cindex static tracepoints
11110@cindex markers, static tracepoints
11111@cindex probing markers, static tracepoints
11112Regular and fast tracepoints are dynamic tracing facilities, meaning
11113that they can be used to insert tracepoints at (almost) any location
11114in the target. Some targets may also support controlling @dfn{static
11115tracepoints} from @value{GDBN}. With static tracing, a set of
11116instrumentation points, also known as @dfn{markers}, are embedded in
11117the target program, and can be activated or deactivated by name or
11118address. These are usually placed at locations which facilitate
11119investigating what the target is actually doing. @value{GDBN}'s
11120support for static tracing includes being able to list instrumentation
11121points, and attach them with @value{GDBN} defined high level
11122tracepoints that expose the whole range of convenience of
8786b2bd 11123@value{GDBN}'s tracepoints support. Namely, support for collecting
0fb4aa4b
PA
11124registers values and values of global or local (to the instrumentation
11125point) variables; tracepoint conditions and trace state variables.
11126The act of installing a @value{GDBN} static tracepoint on an
11127instrumentation point, or marker, is referred to as @dfn{probing} a
11128static tracepoint marker.
11129
fa593d66
PA
11130@code{gdbserver} supports tracepoints on some target systems.
11131@xref{Server,,Tracepoints support in @code{gdbserver}}.
11132
b37052ae
EZ
11133This section describes commands to set tracepoints and associated
11134conditions and actions.
11135
11136@menu
b383017d
RM
11137* Create and Delete Tracepoints::
11138* Enable and Disable Tracepoints::
11139* Tracepoint Passcounts::
782b2b07 11140* Tracepoint Conditions::
f61e138d 11141* Trace State Variables::
b383017d
RM
11142* Tracepoint Actions::
11143* Listing Tracepoints::
0fb4aa4b 11144* Listing Static Tracepoint Markers::
79a6e687 11145* Starting and Stopping Trace Experiments::
c9429232 11146* Tracepoint Restrictions::
b37052ae
EZ
11147@end menu
11148
11149@node Create and Delete Tracepoints
11150@subsection Create and Delete Tracepoints
11151
11152@table @code
11153@cindex set tracepoint
11154@kindex trace
1042e4c0 11155@item trace @var{location}
b37052ae 11156The @code{trace} command is very similar to the @code{break} command.
1042e4c0
SS
11157Its argument @var{location} can be a source line, a function name, or
11158an address in the target program. @xref{Specify Location}. The
11159@code{trace} command defines a tracepoint, which is a point in the
11160target program where the debugger will briefly stop, collect some
11161data, and then allow the program to continue. Setting a tracepoint or
1e4d1764
YQ
11162changing its actions takes effect immediately if the remote stub
11163supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
11164in tracing}).
11165If remote stub doesn't support the @samp{InstallInTrace} feature, all
11166these changes don't take effect until the next @code{tstart}
1042e4c0 11167command, and once a trace experiment is running, further changes will
bfccc43c
YQ
11168not have any effect until the next trace experiment starts. In addition,
11169@value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
11170address is not yet resolved. (This is similar to pending breakpoints.)
11171Pending tracepoints are not downloaded to the target and not installed
11172until they are resolved. The resolution of pending tracepoints requires
11173@value{GDBN} support---when debugging with the remote target, and
11174@value{GDBN} disconnects from the remote stub (@pxref{disconnected
11175tracing}), pending tracepoints can not be resolved (and downloaded to
11176the remote stub) while @value{GDBN} is disconnected.
b37052ae
EZ
11177
11178Here are some examples of using the @code{trace} command:
11179
11180@smallexample
11181(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
11182
11183(@value{GDBP}) @b{trace +2} // 2 lines forward
11184
11185(@value{GDBP}) @b{trace my_function} // first source line of function
11186
11187(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
11188
11189(@value{GDBP}) @b{trace *0x2117c4} // an address
11190@end smallexample
11191
11192@noindent
11193You can abbreviate @code{trace} as @code{tr}.
11194
782b2b07
SS
11195@item trace @var{location} if @var{cond}
11196Set a tracepoint with condition @var{cond}; evaluate the expression
11197@var{cond} each time the tracepoint is reached, and collect data only
11198if the value is nonzero---that is, if @var{cond} evaluates as true.
11199@xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
11200information on tracepoint conditions.
11201
7a697b8d
SS
11202@item ftrace @var{location} [ if @var{cond} ]
11203@cindex set fast tracepoint
74c761c1 11204@cindex fast tracepoints, setting
7a697b8d
SS
11205@kindex ftrace
11206The @code{ftrace} command sets a fast tracepoint. For targets that
11207support them, fast tracepoints will use a more efficient but possibly
11208less general technique to trigger data collection, such as a jump
11209instruction instead of a trap, or some sort of hardware support. It
11210may not be possible to create a fast tracepoint at the desired
11211location, in which case the command will exit with an explanatory
11212message.
11213
11214@value{GDBN} handles arguments to @code{ftrace} exactly as for
11215@code{trace}.
11216
405f8e94
SS
11217On 32-bit x86-architecture systems, fast tracepoints normally need to
11218be placed at an instruction that is 5 bytes or longer, but can be
11219placed at 4-byte instructions if the low 64K of memory of the target
11220program is available to install trampolines. Some Unix-type systems,
11221such as @sc{gnu}/Linux, exclude low addresses from the program's
11222address space; but for instance with the Linux kernel it is possible
11223to let @value{GDBN} use this area by doing a @command{sysctl} command
11224to set the @code{mmap_min_addr} kernel parameter, as in
11225
11226@example
11227sudo sysctl -w vm.mmap_min_addr=32768
11228@end example
11229
11230@noindent
11231which sets the low address to 32K, which leaves plenty of room for
11232trampolines. The minimum address should be set to a page boundary.
11233
0fb4aa4b 11234@item strace @var{location} [ if @var{cond} ]
74c761c1
PA
11235@cindex set static tracepoint
11236@cindex static tracepoints, setting
11237@cindex probe static tracepoint marker
0fb4aa4b
PA
11238@kindex strace
11239The @code{strace} command sets a static tracepoint. For targets that
11240support it, setting a static tracepoint probes a static
11241instrumentation point, or marker, found at @var{location}. It may not
11242be possible to set a static tracepoint at the desired location, in
11243which case the command will exit with an explanatory message.
11244
11245@value{GDBN} handles arguments to @code{strace} exactly as for
11246@code{trace}, with the addition that the user can also specify
11247@code{-m @var{marker}} as @var{location}. This probes the marker
11248identified by the @var{marker} string identifier. This identifier
11249depends on the static tracepoint backend library your program is
11250using. You can find all the marker identifiers in the @samp{ID} field
11251of the @code{info static-tracepoint-markers} command output.
11252@xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
11253Markers}. For example, in the following small program using the UST
11254tracing engine:
11255
11256@smallexample
11257main ()
11258@{
11259 trace_mark(ust, bar33, "str %s", "FOOBAZ");
11260@}
11261@end smallexample
11262
11263@noindent
11264the marker id is composed of joining the first two arguments to the
11265@code{trace_mark} call with a slash, which translates to:
11266
11267@smallexample
11268(@value{GDBP}) info static-tracepoint-markers
11269Cnt Enb ID Address What
112701 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
11271 Data: "str %s"
11272[etc...]
11273@end smallexample
11274
11275@noindent
11276so you may probe the marker above with:
11277
11278@smallexample
11279(@value{GDBP}) strace -m ust/bar33
11280@end smallexample
11281
11282Static tracepoints accept an extra collect action --- @code{collect
11283$_sdata}. This collects arbitrary user data passed in the probe point
11284call to the tracing library. In the UST example above, you'll see
11285that the third argument to @code{trace_mark} is a printf-like format
11286string. The user data is then the result of running that formating
11287string against the following arguments. Note that @code{info
11288static-tracepoint-markers} command output lists that format string in
11289the @samp{Data:} field.
11290
11291You can inspect this data when analyzing the trace buffer, by printing
11292the $_sdata variable like any other variable available to
11293@value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
11294
b37052ae
EZ
11295@vindex $tpnum
11296@cindex last tracepoint number
11297@cindex recent tracepoint number
11298@cindex tracepoint number
11299The convenience variable @code{$tpnum} records the tracepoint number
11300of the most recently set tracepoint.
11301
11302@kindex delete tracepoint
11303@cindex tracepoint deletion
11304@item delete tracepoint @r{[}@var{num}@r{]}
11305Permanently delete one or more tracepoints. With no argument, the
1042e4c0
SS
11306default is to delete all tracepoints. Note that the regular
11307@code{delete} command can remove tracepoints also.
b37052ae
EZ
11308
11309Examples:
11310
11311@smallexample
11312(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
11313
11314(@value{GDBP}) @b{delete trace} // remove all tracepoints
11315@end smallexample
11316
11317@noindent
11318You can abbreviate this command as @code{del tr}.
11319@end table
11320
11321@node Enable and Disable Tracepoints
11322@subsection Enable and Disable Tracepoints
11323
1042e4c0
SS
11324These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
11325
b37052ae
EZ
11326@table @code
11327@kindex disable tracepoint
11328@item disable tracepoint @r{[}@var{num}@r{]}
11329Disable tracepoint @var{num}, or all tracepoints if no argument
11330@var{num} is given. A disabled tracepoint will have no effect during
d248b706 11331a trace experiment, but it is not forgotten. You can re-enable
b37052ae 11332a disabled tracepoint using the @code{enable tracepoint} command.
d248b706
KY
11333If the command is issued during a trace experiment and the debug target
11334has support for disabling tracepoints during a trace experiment, then the
11335change will be effective immediately. Otherwise, it will be applied to the
11336next trace experiment.
b37052ae
EZ
11337
11338@kindex enable tracepoint
11339@item enable tracepoint @r{[}@var{num}@r{]}
d248b706
KY
11340Enable tracepoint @var{num}, or all tracepoints. If this command is
11341issued during a trace experiment and the debug target supports enabling
11342tracepoints during a trace experiment, then the enabled tracepoints will
11343become effective immediately. Otherwise, they will become effective the
11344next time a trace experiment is run.
b37052ae
EZ
11345@end table
11346
11347@node Tracepoint Passcounts
11348@subsection Tracepoint Passcounts
11349
11350@table @code
11351@kindex passcount
11352@cindex tracepoint pass count
11353@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
11354Set the @dfn{passcount} of a tracepoint. The passcount is a way to
11355automatically stop a trace experiment. If a tracepoint's passcount is
11356@var{n}, then the trace experiment will be automatically stopped on
11357the @var{n}'th time that tracepoint is hit. If the tracepoint number
11358@var{num} is not specified, the @code{passcount} command sets the
11359passcount of the most recently defined tracepoint. If no passcount is
11360given, the trace experiment will run until stopped explicitly by the
11361user.
11362
11363Examples:
11364
11365@smallexample
b383017d 11366(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 11367@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
11368
11369(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 11370@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
11371(@value{GDBP}) @b{trace foo}
11372(@value{GDBP}) @b{pass 3}
11373(@value{GDBP}) @b{trace bar}
11374(@value{GDBP}) @b{pass 2}
11375(@value{GDBP}) @b{trace baz}
11376(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
11377@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
11378@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
11379@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
11380@end smallexample
11381@end table
11382
782b2b07
SS
11383@node Tracepoint Conditions
11384@subsection Tracepoint Conditions
11385@cindex conditional tracepoints
11386@cindex tracepoint conditions
11387
11388The simplest sort of tracepoint collects data every time your program
11389reaches a specified place. You can also specify a @dfn{condition} for
11390a tracepoint. A condition is just a Boolean expression in your
11391programming language (@pxref{Expressions, ,Expressions}). A
11392tracepoint with a condition evaluates the expression each time your
11393program reaches it, and data collection happens only if the condition
11394is true.
11395
11396Tracepoint conditions can be specified when a tracepoint is set, by
11397using @samp{if} in the arguments to the @code{trace} command.
11398@xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
11399also be set or changed at any time with the @code{condition} command,
11400just as with breakpoints.
11401
11402Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
11403the conditional expression itself. Instead, @value{GDBN} encodes the
6dcd5565 11404expression into an agent expression (@pxref{Agent Expressions})
782b2b07
SS
11405suitable for execution on the target, independently of @value{GDBN}.
11406Global variables become raw memory locations, locals become stack
11407accesses, and so forth.
11408
11409For instance, suppose you have a function that is usually called
11410frequently, but should not be called after an error has occurred. You
11411could use the following tracepoint command to collect data about calls
11412of that function that happen while the error code is propagating
11413through the program; an unconditional tracepoint could end up
11414collecting thousands of useless trace frames that you would have to
11415search through.
11416
11417@smallexample
11418(@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
11419@end smallexample
11420
f61e138d
SS
11421@node Trace State Variables
11422@subsection Trace State Variables
11423@cindex trace state variables
11424
11425A @dfn{trace state variable} is a special type of variable that is
11426created and managed by target-side code. The syntax is the same as
11427that for GDB's convenience variables (a string prefixed with ``$''),
11428but they are stored on the target. They must be created explicitly,
11429using a @code{tvariable} command. They are always 64-bit signed
11430integers.
11431
11432Trace state variables are remembered by @value{GDBN}, and downloaded
11433to the target along with tracepoint information when the trace
11434experiment starts. There are no intrinsic limits on the number of
11435trace state variables, beyond memory limitations of the target.
11436
11437@cindex convenience variables, and trace state variables
11438Although trace state variables are managed by the target, you can use
11439them in print commands and expressions as if they were convenience
11440variables; @value{GDBN} will get the current value from the target
11441while the trace experiment is running. Trace state variables share
11442the same namespace as other ``$'' variables, which means that you
11443cannot have trace state variables with names like @code{$23} or
11444@code{$pc}, nor can you have a trace state variable and a convenience
11445variable with the same name.
11446
11447@table @code
11448
11449@item tvariable $@var{name} [ = @var{expression} ]
11450@kindex tvariable
11451The @code{tvariable} command creates a new trace state variable named
11452@code{$@var{name}}, and optionally gives it an initial value of
11453@var{expression}. @var{expression} is evaluated when this command is
11454entered; the result will be converted to an integer if possible,
11455otherwise @value{GDBN} will report an error. A subsequent
11456@code{tvariable} command specifying the same name does not create a
11457variable, but instead assigns the supplied initial value to the
11458existing variable of that name, overwriting any previous initial
11459value. The default initial value is 0.
11460
11461@item info tvariables
11462@kindex info tvariables
11463List all the trace state variables along with their initial values.
11464Their current values may also be displayed, if the trace experiment is
11465currently running.
11466
11467@item delete tvariable @r{[} $@var{name} @dots{} @r{]}
11468@kindex delete tvariable
11469Delete the given trace state variables, or all of them if no arguments
11470are specified.
11471
11472@end table
11473
b37052ae
EZ
11474@node Tracepoint Actions
11475@subsection Tracepoint Action Lists
11476
11477@table @code
11478@kindex actions
11479@cindex tracepoint actions
11480@item actions @r{[}@var{num}@r{]}
11481This command will prompt for a list of actions to be taken when the
11482tracepoint is hit. If the tracepoint number @var{num} is not
11483specified, this command sets the actions for the one that was most
11484recently defined (so that you can define a tracepoint and then say
11485@code{actions} without bothering about its number). You specify the
11486actions themselves on the following lines, one action at a time, and
11487terminate the actions list with a line containing just @code{end}. So
7d13fe92 11488far, the only defined actions are @code{collect}, @code{teval}, and
b37052ae
EZ
11489@code{while-stepping}.
11490
5a9351ae
SS
11491@code{actions} is actually equivalent to @code{commands} (@pxref{Break
11492Commands, ,Breakpoint Command Lists}), except that only the defined
11493actions are allowed; any other @value{GDBN} command is rejected.
11494
b37052ae
EZ
11495@cindex remove actions from a tracepoint
11496To remove all actions from a tracepoint, type @samp{actions @var{num}}
11497and follow it immediately with @samp{end}.
11498
11499@smallexample
11500(@value{GDBP}) @b{collect @var{data}} // collect some data
11501
6826cf00 11502(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 11503
6826cf00 11504(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
11505@end smallexample
11506
11507In the following example, the action list begins with @code{collect}
11508commands indicating the things to be collected when the tracepoint is
11509hit. Then, in order to single-step and collect additional data
11510following the tracepoint, a @code{while-stepping} command is used,
7d13fe92
SS
11511followed by the list of things to be collected after each step in a
11512sequence of single steps. The @code{while-stepping} command is
11513terminated by its own separate @code{end} command. Lastly, the action
11514list is terminated by an @code{end} command.
b37052ae
EZ
11515
11516@smallexample
11517(@value{GDBP}) @b{trace foo}
11518(@value{GDBP}) @b{actions}
11519Enter actions for tracepoint 1, one per line:
11520> collect bar,baz
11521> collect $regs
11522> while-stepping 12
5a9351ae 11523 > collect $pc, arr[i]
b37052ae
EZ
11524 > end
11525end
11526@end smallexample
11527
11528@kindex collect @r{(tracepoints)}
3065dfb6 11529@item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
b37052ae
EZ
11530Collect values of the given expressions when the tracepoint is hit.
11531This command accepts a comma-separated list of any valid expressions.
11532In addition to global, static, or local variables, the following
11533special arguments are supported:
11534
11535@table @code
11536@item $regs
0fb4aa4b 11537Collect all registers.
b37052ae
EZ
11538
11539@item $args
0fb4aa4b 11540Collect all function arguments.
b37052ae
EZ
11541
11542@item $locals
0fb4aa4b
PA
11543Collect all local variables.
11544
6710bf39
SS
11545@item $_ret
11546Collect the return address. This is helpful if you want to see more
11547of a backtrace.
11548
62e5f89c
SDJ
11549@item $_probe_argc
11550Collects the number of arguments from the static probe at which the
11551tracepoint is located.
11552@xref{Static Probe Points}.
11553
11554@item $_probe_arg@var{n}
11555@var{n} is an integer between 0 and 11. Collects the @var{n}th argument
11556from the static probe at which the tracepoint is located.
11557@xref{Static Probe Points}.
11558
0fb4aa4b
PA
11559@item $_sdata
11560@vindex $_sdata@r{, collect}
11561Collect static tracepoint marker specific data. Only available for
11562static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
11563Lists}. On the UST static tracepoints library backend, an
11564instrumentation point resembles a @code{printf} function call. The
11565tracing library is able to collect user specified data formatted to a
11566character string using the format provided by the programmer that
11567instrumented the program. Other backends have similar mechanisms.
11568Here's an example of a UST marker call:
11569
11570@smallexample
11571 const char master_name[] = "$your_name";
11572 trace_mark(channel1, marker1, "hello %s", master_name)
11573@end smallexample
11574
11575In this case, collecting @code{$_sdata} collects the string
11576@samp{hello $yourname}. When analyzing the trace buffer, you can
11577inspect @samp{$_sdata} like any other variable available to
11578@value{GDBN}.
b37052ae
EZ
11579@end table
11580
11581You can give several consecutive @code{collect} commands, each one
11582with a single argument, or one @code{collect} command with several
5a9351ae 11583arguments separated by commas; the effect is the same.
b37052ae 11584
3065dfb6
SS
11585The optional @var{mods} changes the usual handling of the arguments.
11586@code{s} requests that pointers to chars be handled as strings, in
11587particular collecting the contents of the memory being pointed at, up
11588to the first zero. The upper bound is by default the value of the
11589@code{print elements} variable; if @code{s} is followed by a decimal
11590number, that is the upper bound instead. So for instance
11591@samp{collect/s25 mystr} collects as many as 25 characters at
11592@samp{mystr}.
11593
f5c37c66
EZ
11594The command @code{info scope} (@pxref{Symbols, info scope}) is
11595particularly useful for figuring out what data to collect.
11596
6da95a67
SS
11597@kindex teval @r{(tracepoints)}
11598@item teval @var{expr1}, @var{expr2}, @dots{}
11599Evaluate the given expressions when the tracepoint is hit. This
11600command accepts a comma-separated list of expressions. The results
11601are discarded, so this is mainly useful for assigning values to trace
11602state variables (@pxref{Trace State Variables}) without adding those
11603values to the trace buffer, as would be the case if the @code{collect}
11604action were used.
11605
b37052ae
EZ
11606@kindex while-stepping @r{(tracepoints)}
11607@item while-stepping @var{n}
c9429232 11608Perform @var{n} single-step instruction traces after the tracepoint,
7d13fe92 11609collecting new data after each step. The @code{while-stepping}
c9429232
SS
11610command is followed by the list of what to collect while stepping
11611(followed by its own @code{end} command):
b37052ae
EZ
11612
11613@smallexample
11614> while-stepping 12
11615 > collect $regs, myglobal
11616 > end
11617>
11618@end smallexample
11619
11620@noindent
7d13fe92
SS
11621Note that @code{$pc} is not automatically collected by
11622@code{while-stepping}; you need to explicitly collect that register if
11623you need it. You may abbreviate @code{while-stepping} as @code{ws} or
b37052ae 11624@code{stepping}.
236f1d4d
SS
11625
11626@item set default-collect @var{expr1}, @var{expr2}, @dots{}
11627@kindex set default-collect
11628@cindex default collection action
11629This variable is a list of expressions to collect at each tracepoint
11630hit. It is effectively an additional @code{collect} action prepended
11631to every tracepoint action list. The expressions are parsed
11632individually for each tracepoint, so for instance a variable named
11633@code{xyz} may be interpreted as a global for one tracepoint, and a
11634local for another, as appropriate to the tracepoint's location.
11635
11636@item show default-collect
11637@kindex show default-collect
11638Show the list of expressions that are collected by default at each
11639tracepoint hit.
11640
b37052ae
EZ
11641@end table
11642
11643@node Listing Tracepoints
11644@subsection Listing Tracepoints
11645
11646@table @code
e5a67952
MS
11647@kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
11648@kindex info tp @r{[}@var{n}@dots{}@r{]}
b37052ae 11649@cindex information about tracepoints
e5a67952 11650@item info tracepoints @r{[}@var{num}@dots{}@r{]}
1042e4c0
SS
11651Display information about the tracepoint @var{num}. If you don't
11652specify a tracepoint number, displays information about all the
11653tracepoints defined so far. The format is similar to that used for
11654@code{info breakpoints}; in fact, @code{info tracepoints} is the same
11655command, simply restricting itself to tracepoints.
11656
11657A tracepoint's listing may include additional information specific to
11658tracing:
b37052ae
EZ
11659
11660@itemize @bullet
11661@item
b37052ae 11662its passcount as given by the @code{passcount @var{n}} command
f2a8bc8a
YQ
11663
11664@item
11665the state about installed on target of each location
b37052ae
EZ
11666@end itemize
11667
11668@smallexample
11669(@value{GDBP}) @b{info trace}
1042e4c0
SS
11670Num Type Disp Enb Address What
116711 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
5a9351ae
SS
11672 while-stepping 20
11673 collect globfoo, $regs
11674 end
11675 collect globfoo2
11676 end
1042e4c0 11677 pass count 1200
f2a8bc8a
YQ
116782 tracepoint keep y <MULTIPLE>
11679 collect $eip
116802.1 y 0x0804859c in func4 at change-loc.h:35
11681 installed on target
116822.2 y 0xb7ffc480 in func4 at change-loc.h:35
11683 installed on target
116842.3 y <PENDING> set_tracepoint
116853 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
11686 not installed on target
b37052ae
EZ
11687(@value{GDBP})
11688@end smallexample
11689
11690@noindent
11691This command can be abbreviated @code{info tp}.
11692@end table
11693
0fb4aa4b
PA
11694@node Listing Static Tracepoint Markers
11695@subsection Listing Static Tracepoint Markers
11696
11697@table @code
11698@kindex info static-tracepoint-markers
11699@cindex information about static tracepoint markers
11700@item info static-tracepoint-markers
11701Display information about all static tracepoint markers defined in the
11702program.
11703
11704For each marker, the following columns are printed:
11705
11706@table @emph
11707@item Count
11708An incrementing counter, output to help readability. This is not a
11709stable identifier.
11710@item ID
11711The marker ID, as reported by the target.
11712@item Enabled or Disabled
11713Probed markers are tagged with @samp{y}. @samp{n} identifies marks
11714that are not enabled.
11715@item Address
11716Where the marker is in your program, as a memory address.
11717@item What
11718Where the marker is in the source for your program, as a file and line
11719number. If the debug information included in the program does not
11720allow @value{GDBN} to locate the source of the marker, this column
11721will be left blank.
11722@end table
11723
11724@noindent
11725In addition, the following information may be printed for each marker:
11726
11727@table @emph
11728@item Data
11729User data passed to the tracing library by the marker call. In the
11730UST backend, this is the format string passed as argument to the
11731marker call.
11732@item Static tracepoints probing the marker
11733The list of static tracepoints attached to the marker.
11734@end table
11735
11736@smallexample
11737(@value{GDBP}) info static-tracepoint-markers
11738Cnt ID Enb Address What
117391 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
11740 Data: number1 %d number2 %d
11741 Probed by static tracepoints: #2
117422 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
11743 Data: str %s
11744(@value{GDBP})
11745@end smallexample
11746@end table
11747
79a6e687
BW
11748@node Starting and Stopping Trace Experiments
11749@subsection Starting and Stopping Trace Experiments
b37052ae
EZ
11750
11751@table @code
f196051f 11752@kindex tstart [ @var{notes} ]
b37052ae
EZ
11753@cindex start a new trace experiment
11754@cindex collected data discarded
11755@item tstart
f196051f
SS
11756This command starts the trace experiment, and begins collecting data.
11757It has the side effect of discarding all the data collected in the
11758trace buffer during the previous trace experiment. If any arguments
11759are supplied, they are taken as a note and stored with the trace
11760experiment's state. The notes may be arbitrary text, and are
11761especially useful with disconnected tracing in a multi-user context;
11762the notes can explain what the trace is doing, supply user contact
11763information, and so forth.
11764
11765@kindex tstop [ @var{notes} ]
b37052ae
EZ
11766@cindex stop a running trace experiment
11767@item tstop
f196051f
SS
11768This command stops the trace experiment. If any arguments are
11769supplied, they are recorded with the experiment as a note. This is
11770useful if you are stopping a trace started by someone else, for
11771instance if the trace is interfering with the system's behavior and
11772needs to be stopped quickly.
b37052ae 11773
68c71a2e 11774@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
11775automatically if any tracepoint's passcount is reached
11776(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
11777
11778@kindex tstatus
11779@cindex status of trace data collection
11780@cindex trace experiment, status of
11781@item tstatus
11782This command displays the status of the current trace data
11783collection.
11784@end table
11785
11786Here is an example of the commands we described so far:
11787
11788@smallexample
11789(@value{GDBP}) @b{trace gdb_c_test}
11790(@value{GDBP}) @b{actions}
11791Enter actions for tracepoint #1, one per line.
11792> collect $regs,$locals,$args
11793> while-stepping 11
11794 > collect $regs
11795 > end
11796> end
11797(@value{GDBP}) @b{tstart}
11798 [time passes @dots{}]
11799(@value{GDBP}) @b{tstop}
11800@end smallexample
11801
03f2bd59 11802@anchor{disconnected tracing}
d5551862
SS
11803@cindex disconnected tracing
11804You can choose to continue running the trace experiment even if
11805@value{GDBN} disconnects from the target, voluntarily or
11806involuntarily. For commands such as @code{detach}, the debugger will
11807ask what you want to do with the trace. But for unexpected
11808terminations (@value{GDBN} crash, network outage), it would be
11809unfortunate to lose hard-won trace data, so the variable
11810@code{disconnected-tracing} lets you decide whether the trace should
11811continue running without @value{GDBN}.
11812
11813@table @code
11814@item set disconnected-tracing on
11815@itemx set disconnected-tracing off
11816@kindex set disconnected-tracing
11817Choose whether a tracing run should continue to run if @value{GDBN}
11818has disconnected from the target. Note that @code{detach} or
11819@code{quit} will ask you directly what to do about a running trace no
11820matter what this variable's setting, so the variable is mainly useful
11821for handling unexpected situations, such as loss of the network.
11822
11823@item show disconnected-tracing
11824@kindex show disconnected-tracing
11825Show the current choice for disconnected tracing.
11826
11827@end table
11828
11829When you reconnect to the target, the trace experiment may or may not
11830still be running; it might have filled the trace buffer in the
11831meantime, or stopped for one of the other reasons. If it is running,
11832it will continue after reconnection.
11833
11834Upon reconnection, the target will upload information about the
11835tracepoints in effect. @value{GDBN} will then compare that
11836information to the set of tracepoints currently defined, and attempt
11837to match them up, allowing for the possibility that the numbers may
11838have changed due to creation and deletion in the meantime. If one of
11839the target's tracepoints does not match any in @value{GDBN}, the
11840debugger will create a new tracepoint, so that you have a number with
11841which to specify that tracepoint. This matching-up process is
11842necessarily heuristic, and it may result in useless tracepoints being
11843created; you may simply delete them if they are of no use.
b37052ae 11844
4daf5ac0
SS
11845@cindex circular trace buffer
11846If your target agent supports a @dfn{circular trace buffer}, then you
11847can run a trace experiment indefinitely without filling the trace
11848buffer; when space runs out, the agent deletes already-collected trace
11849frames, oldest first, until there is enough room to continue
11850collecting. This is especially useful if your tracepoints are being
11851hit too often, and your trace gets terminated prematurely because the
11852buffer is full. To ask for a circular trace buffer, simply set
81896e36 11853@samp{circular-trace-buffer} to on. You can set this at any time,
4daf5ac0
SS
11854including during tracing; if the agent can do it, it will change
11855buffer handling on the fly, otherwise it will not take effect until
11856the next run.
11857
11858@table @code
11859@item set circular-trace-buffer on
11860@itemx set circular-trace-buffer off
11861@kindex set circular-trace-buffer
11862Choose whether a tracing run should use a linear or circular buffer
11863for trace data. A linear buffer will not lose any trace data, but may
11864fill up prematurely, while a circular buffer will discard old trace
11865data, but it will have always room for the latest tracepoint hits.
11866
11867@item show circular-trace-buffer
11868@kindex show circular-trace-buffer
11869Show the current choice for the trace buffer. Note that this may not
11870match the agent's current buffer handling, nor is it guaranteed to
11871match the setting that might have been in effect during a past run,
11872for instance if you are looking at frames from a trace file.
11873
11874@end table
11875
f6f899bf
HAQ
11876@table @code
11877@item set trace-buffer-size @var{n}
11878@kindex set trace-buffer-size
11879Request that the target use a trace buffer of @var{n} bytes. Not all
11880targets will honor the request; they may have a compiled-in size for
11881the trace buffer, or some other limitation. Set to a value of
11882@code{-1} to let the target use whatever size it likes. This is also
11883the default.
11884
11885@item show trace-buffer-size
11886@kindex show trace-buffer-size
11887Show the current requested size for the trace buffer. Note that this
11888will only match the actual size if the target supports size-setting,
11889and was able to handle the requested size. For instance, if the
11890target can only change buffer size between runs, this variable will
11891not reflect the change until the next run starts. Use @code{tstatus}
11892to get a report of the actual buffer size.
11893@end table
11894
f196051f
SS
11895@table @code
11896@item set trace-user @var{text}
11897@kindex set trace-user
11898
11899@item show trace-user
11900@kindex show trace-user
11901
11902@item set trace-notes @var{text}
11903@kindex set trace-notes
11904Set the trace run's notes.
11905
11906@item show trace-notes
11907@kindex show trace-notes
11908Show the trace run's notes.
11909
11910@item set trace-stop-notes @var{text}
11911@kindex set trace-stop-notes
11912Set the trace run's stop notes. The handling of the note is as for
11913@code{tstop} arguments; the set command is convenient way to fix a
11914stop note that is mistaken or incomplete.
11915
11916@item show trace-stop-notes
11917@kindex show trace-stop-notes
11918Show the trace run's stop notes.
11919
11920@end table
11921
c9429232
SS
11922@node Tracepoint Restrictions
11923@subsection Tracepoint Restrictions
11924
11925@cindex tracepoint restrictions
11926There are a number of restrictions on the use of tracepoints. As
11927described above, tracepoint data gathering occurs on the target
11928without interaction from @value{GDBN}. Thus the full capabilities of
11929the debugger are not available during data gathering, and then at data
11930examination time, you will be limited by only having what was
11931collected. The following items describe some common problems, but it
11932is not exhaustive, and you may run into additional difficulties not
11933mentioned here.
11934
11935@itemize @bullet
11936
11937@item
11938Tracepoint expressions are intended to gather objects (lvalues). Thus
11939the full flexibility of GDB's expression evaluator is not available.
11940You cannot call functions, cast objects to aggregate types, access
11941convenience variables or modify values (except by assignment to trace
11942state variables). Some language features may implicitly call
11943functions (for instance Objective-C fields with accessors), and therefore
11944cannot be collected either.
11945
11946@item
11947Collection of local variables, either individually or in bulk with
11948@code{$locals} or @code{$args}, during @code{while-stepping} may
11949behave erratically. The stepping action may enter a new scope (for
11950instance by stepping into a function), or the location of the variable
11951may change (for instance it is loaded into a register). The
11952tracepoint data recorded uses the location information for the
11953variables that is correct for the tracepoint location. When the
11954tracepoint is created, it is not possible, in general, to determine
11955where the steps of a @code{while-stepping} sequence will advance the
11956program---particularly if a conditional branch is stepped.
11957
11958@item
11959Collection of an incompletely-initialized or partially-destroyed object
11960may result in something that @value{GDBN} cannot display, or displays
11961in a misleading way.
11962
11963@item
11964When @value{GDBN} displays a pointer to character it automatically
11965dereferences the pointer to also display characters of the string
11966being pointed to. However, collecting the pointer during tracing does
11967not automatically collect the string. You need to explicitly
11968dereference the pointer and provide size information if you want to
11969collect not only the pointer, but the memory pointed to. For example,
11970@code{*ptr@@50} can be used to collect the 50 element array pointed to
11971by @code{ptr}.
11972
11973@item
11974It is not possible to collect a complete stack backtrace at a
11975tracepoint. Instead, you may collect the registers and a few hundred
d99f7e48 11976bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
c9429232
SS
11977(adjust to use the name of the actual stack pointer register on your
11978target architecture, and the amount of stack you wish to capture).
11979Then the @code{backtrace} command will show a partial backtrace when
11980using a trace frame. The number of stack frames that can be examined
11981depends on the sizes of the frames in the collected stack. Note that
11982if you ask for a block so large that it goes past the bottom of the
11983stack, the target agent may report an error trying to read from an
11984invalid address.
11985
af54718e
SS
11986@item
11987If you do not collect registers at a tracepoint, @value{GDBN} can
11988infer that the value of @code{$pc} must be the same as the address of
11989the tracepoint and use that when you are looking at a trace frame
11990for that tracepoint. However, this cannot work if the tracepoint has
11991multiple locations (for instance if it was set in a function that was
11992inlined), or if it has a @code{while-stepping} loop. In those cases
11993@value{GDBN} will warn you that it can't infer @code{$pc}, and default
11994it to zero.
11995
c9429232
SS
11996@end itemize
11997
b37052ae 11998@node Analyze Collected Data
79a6e687 11999@section Using the Collected Data
b37052ae
EZ
12000
12001After the tracepoint experiment ends, you use @value{GDBN} commands
12002for examining the trace data. The basic idea is that each tracepoint
12003collects a trace @dfn{snapshot} every time it is hit and another
12004snapshot every time it single-steps. All these snapshots are
12005consecutively numbered from zero and go into a buffer, and you can
12006examine them later. The way you examine them is to @dfn{focus} on a
12007specific trace snapshot. When the remote stub is focused on a trace
12008snapshot, it will respond to all @value{GDBN} requests for memory and
12009registers by reading from the buffer which belongs to that snapshot,
12010rather than from @emph{real} memory or registers of the program being
12011debugged. This means that @strong{all} @value{GDBN} commands
12012(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
12013behave as if we were currently debugging the program state as it was
12014when the tracepoint occurred. Any requests for data that are not in
12015the buffer will fail.
12016
12017@menu
12018* tfind:: How to select a trace snapshot
12019* tdump:: How to display all data for a snapshot
6149aea9 12020* save tracepoints:: How to save tracepoints for a future run
b37052ae
EZ
12021@end menu
12022
12023@node tfind
12024@subsection @code{tfind @var{n}}
12025
12026@kindex tfind
12027@cindex select trace snapshot
12028@cindex find trace snapshot
12029The basic command for selecting a trace snapshot from the buffer is
12030@code{tfind @var{n}}, which finds trace snapshot number @var{n},
12031counting from zero. If no argument @var{n} is given, the next
12032snapshot is selected.
12033
12034Here are the various forms of using the @code{tfind} command.
12035
12036@table @code
12037@item tfind start
12038Find the first snapshot in the buffer. This is a synonym for
12039@code{tfind 0} (since 0 is the number of the first snapshot).
12040
12041@item tfind none
12042Stop debugging trace snapshots, resume @emph{live} debugging.
12043
12044@item tfind end
12045Same as @samp{tfind none}.
12046
12047@item tfind
12048No argument means find the next trace snapshot.
12049
12050@item tfind -
12051Find the previous trace snapshot before the current one. This permits
12052retracing earlier steps.
12053
12054@item tfind tracepoint @var{num}
12055Find the next snapshot associated with tracepoint @var{num}. Search
12056proceeds forward from the last examined trace snapshot. If no
12057argument @var{num} is given, it means find the next snapshot collected
12058for the same tracepoint as the current snapshot.
12059
12060@item tfind pc @var{addr}
12061Find the next snapshot associated with the value @var{addr} of the
12062program counter. Search proceeds forward from the last examined trace
12063snapshot. If no argument @var{addr} is given, it means find the next
12064snapshot with the same value of PC as the current snapshot.
12065
12066@item tfind outside @var{addr1}, @var{addr2}
12067Find the next snapshot whose PC is outside the given range of
081dfbf7 12068addresses (exclusive).
b37052ae
EZ
12069
12070@item tfind range @var{addr1}, @var{addr2}
12071Find the next snapshot whose PC is between @var{addr1} and
081dfbf7 12072@var{addr2} (inclusive).
b37052ae
EZ
12073
12074@item tfind line @r{[}@var{file}:@r{]}@var{n}
12075Find the next snapshot associated with the source line @var{n}. If
12076the optional argument @var{file} is given, refer to line @var{n} in
12077that source file. Search proceeds forward from the last examined
12078trace snapshot. If no argument @var{n} is given, it means find the
12079next line other than the one currently being examined; thus saying
12080@code{tfind line} repeatedly can appear to have the same effect as
12081stepping from line to line in a @emph{live} debugging session.
12082@end table
12083
12084The default arguments for the @code{tfind} commands are specifically
12085designed to make it easy to scan through the trace buffer. For
12086instance, @code{tfind} with no argument selects the next trace
12087snapshot, and @code{tfind -} with no argument selects the previous
12088trace snapshot. So, by giving one @code{tfind} command, and then
12089simply hitting @key{RET} repeatedly you can examine all the trace
12090snapshots in order. Or, by saying @code{tfind -} and then hitting
12091@key{RET} repeatedly you can examine the snapshots in reverse order.
12092The @code{tfind line} command with no argument selects the snapshot
12093for the next source line executed. The @code{tfind pc} command with
12094no argument selects the next snapshot with the same program counter
12095(PC) as the current frame. The @code{tfind tracepoint} command with
12096no argument selects the next trace snapshot collected by the same
12097tracepoint as the current one.
12098
12099In addition to letting you scan through the trace buffer manually,
12100these commands make it easy to construct @value{GDBN} scripts that
12101scan through the trace buffer and print out whatever collected data
12102you are interested in. Thus, if we want to examine the PC, FP, and SP
12103registers from each trace frame in the buffer, we can say this:
12104
12105@smallexample
12106(@value{GDBP}) @b{tfind start}
12107(@value{GDBP}) @b{while ($trace_frame != -1)}
12108> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
12109 $trace_frame, $pc, $sp, $fp
12110> tfind
12111> end
12112
12113Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
12114Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
12115Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
12116Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
12117Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
12118Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
12119Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
12120Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
12121Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
12122Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
12123Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
12124@end smallexample
12125
12126Or, if we want to examine the variable @code{X} at each source line in
12127the buffer:
12128
12129@smallexample
12130(@value{GDBP}) @b{tfind start}
12131(@value{GDBP}) @b{while ($trace_frame != -1)}
12132> printf "Frame %d, X == %d\n", $trace_frame, X
12133> tfind line
12134> end
12135
12136Frame 0, X = 1
12137Frame 7, X = 2
12138Frame 13, X = 255
12139@end smallexample
12140
12141@node tdump
12142@subsection @code{tdump}
12143@kindex tdump
12144@cindex dump all data collected at tracepoint
12145@cindex tracepoint data, display
12146
12147This command takes no arguments. It prints all the data collected at
12148the current trace snapshot.
12149
12150@smallexample
12151(@value{GDBP}) @b{trace 444}
12152(@value{GDBP}) @b{actions}
12153Enter actions for tracepoint #2, one per line:
12154> collect $regs, $locals, $args, gdb_long_test
12155> end
12156
12157(@value{GDBP}) @b{tstart}
12158
12159(@value{GDBP}) @b{tfind line 444}
12160#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
12161at gdb_test.c:444
12162444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
12163
12164(@value{GDBP}) @b{tdump}
12165Data collected at tracepoint 2, trace frame 1:
12166d0 0xc4aa0085 -995491707
12167d1 0x18 24
12168d2 0x80 128
12169d3 0x33 51
12170d4 0x71aea3d 119204413
12171d5 0x22 34
12172d6 0xe0 224
12173d7 0x380035 3670069
12174a0 0x19e24a 1696330
12175a1 0x3000668 50333288
12176a2 0x100 256
12177a3 0x322000 3284992
12178a4 0x3000698 50333336
12179a5 0x1ad3cc 1758156
12180fp 0x30bf3c 0x30bf3c
12181sp 0x30bf34 0x30bf34
12182ps 0x0 0
12183pc 0x20b2c8 0x20b2c8
12184fpcontrol 0x0 0
12185fpstatus 0x0 0
12186fpiaddr 0x0 0
12187p = 0x20e5b4 "gdb-test"
12188p1 = (void *) 0x11
12189p2 = (void *) 0x22
12190p3 = (void *) 0x33
12191p4 = (void *) 0x44
12192p5 = (void *) 0x55
12193p6 = (void *) 0x66
12194gdb_long_test = 17 '\021'
12195
12196(@value{GDBP})
12197@end smallexample
12198
af54718e
SS
12199@code{tdump} works by scanning the tracepoint's current collection
12200actions and printing the value of each expression listed. So
12201@code{tdump} can fail, if after a run, you change the tracepoint's
12202actions to mention variables that were not collected during the run.
12203
12204Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
12205uses the collected value of @code{$pc} to distinguish between trace
12206frames that were collected at the tracepoint hit, and frames that were
12207collected while stepping. This allows it to correctly choose whether
12208to display the basic list of collections, or the collections from the
12209body of the while-stepping loop. However, if @code{$pc} was not collected,
12210then @code{tdump} will always attempt to dump using the basic collection
12211list, and may fail if a while-stepping frame does not include all the
12212same data that is collected at the tracepoint hit.
12213@c This is getting pretty arcane, example would be good.
12214
6149aea9
PA
12215@node save tracepoints
12216@subsection @code{save tracepoints @var{filename}}
12217@kindex save tracepoints
b37052ae
EZ
12218@kindex save-tracepoints
12219@cindex save tracepoints for future sessions
12220
12221This command saves all current tracepoint definitions together with
12222their actions and passcounts, into a file @file{@var{filename}}
12223suitable for use in a later debugging session. To read the saved
12224tracepoint definitions, use the @code{source} command (@pxref{Command
6149aea9
PA
12225Files}). The @w{@code{save-tracepoints}} command is a deprecated
12226alias for @w{@code{save tracepoints}}
b37052ae
EZ
12227
12228@node Tracepoint Variables
12229@section Convenience Variables for Tracepoints
12230@cindex tracepoint variables
12231@cindex convenience variables for tracepoints
12232
12233@table @code
12234@vindex $trace_frame
12235@item (int) $trace_frame
12236The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
12237snapshot is selected.
12238
12239@vindex $tracepoint
12240@item (int) $tracepoint
12241The tracepoint for the current trace snapshot.
12242
12243@vindex $trace_line
12244@item (int) $trace_line
12245The line number for the current trace snapshot.
12246
12247@vindex $trace_file
12248@item (char []) $trace_file
12249The source file for the current trace snapshot.
12250
12251@vindex $trace_func
12252@item (char []) $trace_func
12253The name of the function containing @code{$tracepoint}.
12254@end table
12255
12256Note: @code{$trace_file} is not suitable for use in @code{printf},
12257use @code{output} instead.
12258
12259Here's a simple example of using these convenience variables for
12260stepping through all the trace snapshots and printing some of their
f61e138d
SS
12261data. Note that these are not the same as trace state variables,
12262which are managed by the target.
b37052ae
EZ
12263
12264@smallexample
12265(@value{GDBP}) @b{tfind start}
12266
12267(@value{GDBP}) @b{while $trace_frame != -1}
12268> output $trace_file
12269> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
12270> tfind
12271> end
12272@end smallexample
12273
00bf0b85
SS
12274@node Trace Files
12275@section Using Trace Files
12276@cindex trace files
12277
12278In some situations, the target running a trace experiment may no
12279longer be available; perhaps it crashed, or the hardware was needed
12280for a different activity. To handle these cases, you can arrange to
12281dump the trace data into a file, and later use that file as a source
12282of trace data, via the @code{target tfile} command.
12283
12284@table @code
12285
12286@kindex tsave
12287@item tsave [ -r ] @var{filename}
d0353e76 12288@itemx tsave [-ctf] @var{dirname}
00bf0b85
SS
12289Save the trace data to @var{filename}. By default, this command
12290assumes that @var{filename} refers to the host filesystem, so if
12291necessary @value{GDBN} will copy raw trace data up from the target and
12292then save it. If the target supports it, you can also supply the
12293optional argument @code{-r} (``remote'') to direct the target to save
12294the data directly into @var{filename} in its own filesystem, which may be
12295more efficient if the trace buffer is very large. (Note, however, that
12296@code{target tfile} can only read from files accessible to the host.)
d0353e76
YQ
12297By default, this command will save trace frame in tfile format.
12298You can supply the optional argument @code{-ctf} to save date in CTF
12299format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
12300that can be shared by multiple debugging and tracing tools. Please go to
12301@indicateurl{http://www.efficios.com/ctf} to get more information.
00bf0b85
SS
12302
12303@kindex target tfile
12304@kindex tfile
12305@item target tfile @var{filename}
12306Use the file named @var{filename} as a source of trace data. Commands
12307that examine data work as they do with a live target, but it is not
12308possible to run any new trace experiments. @code{tstatus} will report
12309the state of the trace run at the moment the data was saved, as well
12310as the current trace frame you are examining. @var{filename} must be
12311on a filesystem accessible to the host.
12312
12313@end table
12314
df0cd8c5
JB
12315@node Overlays
12316@chapter Debugging Programs That Use Overlays
12317@cindex overlays
12318
12319If your program is too large to fit completely in your target system's
12320memory, you can sometimes use @dfn{overlays} to work around this
12321problem. @value{GDBN} provides some support for debugging programs that
12322use overlays.
12323
12324@menu
12325* How Overlays Work:: A general explanation of overlays.
12326* Overlay Commands:: Managing overlays in @value{GDBN}.
12327* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
12328 mapped by asking the inferior.
12329* Overlay Sample Program:: A sample program using overlays.
12330@end menu
12331
12332@node How Overlays Work
12333@section How Overlays Work
12334@cindex mapped overlays
12335@cindex unmapped overlays
12336@cindex load address, overlay's
12337@cindex mapped address
12338@cindex overlay area
12339
12340Suppose you have a computer whose instruction address space is only 64
12341kilobytes long, but which has much more memory which can be accessed by
12342other means: special instructions, segment registers, or memory
12343management hardware, for example. Suppose further that you want to
12344adapt a program which is larger than 64 kilobytes to run on this system.
12345
12346One solution is to identify modules of your program which are relatively
12347independent, and need not call each other directly; call these modules
12348@dfn{overlays}. Separate the overlays from the main program, and place
12349their machine code in the larger memory. Place your main program in
12350instruction memory, but leave at least enough space there to hold the
12351largest overlay as well.
12352
12353Now, to call a function located in an overlay, you must first copy that
12354overlay's machine code from the large memory into the space set aside
12355for it in the instruction memory, and then jump to its entry point
12356there.
12357
c928edc0
AC
12358@c NB: In the below the mapped area's size is greater or equal to the
12359@c size of all overlays. This is intentional to remind the developer
12360@c that overlays don't necessarily need to be the same size.
12361
474c8240 12362@smallexample
df0cd8c5 12363@group
c928edc0
AC
12364 Data Instruction Larger
12365Address Space Address Space Address Space
12366+-----------+ +-----------+ +-----------+
12367| | | | | |
12368+-----------+ +-----------+ +-----------+<-- overlay 1
12369| program | | main | .----| overlay 1 | load address
12370| variables | | program | | +-----------+
12371| and heap | | | | | |
12372+-----------+ | | | +-----------+<-- overlay 2
12373| | +-----------+ | | | load address
12374+-----------+ | | | .-| overlay 2 |
12375 | | | | | |
12376 mapped --->+-----------+ | | +-----------+
12377 address | | | | | |
12378 | overlay | <-' | | |
12379 | area | <---' +-----------+<-- overlay 3
12380 | | <---. | | load address
12381 +-----------+ `--| overlay 3 |
12382 | | | |
12383 +-----------+ | |
12384 +-----------+
12385 | |
12386 +-----------+
12387
12388 @anchor{A code overlay}A code overlay
df0cd8c5 12389@end group
474c8240 12390@end smallexample
df0cd8c5 12391
c928edc0
AC
12392The diagram (@pxref{A code overlay}) shows a system with separate data
12393and instruction address spaces. To map an overlay, the program copies
12394its code from the larger address space to the instruction address space.
12395Since the overlays shown here all use the same mapped address, only one
12396may be mapped at a time. For a system with a single address space for
12397data and instructions, the diagram would be similar, except that the
12398program variables and heap would share an address space with the main
12399program and the overlay area.
df0cd8c5
JB
12400
12401An overlay loaded into instruction memory and ready for use is called a
12402@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
12403instruction memory. An overlay not present (or only partially present)
12404in instruction memory is called @dfn{unmapped}; its @dfn{load address}
12405is its address in the larger memory. The mapped address is also called
12406the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
12407called the @dfn{load memory address}, or @dfn{LMA}.
12408
12409Unfortunately, overlays are not a completely transparent way to adapt a
12410program to limited instruction memory. They introduce a new set of
12411global constraints you must keep in mind as you design your program:
12412
12413@itemize @bullet
12414
12415@item
12416Before calling or returning to a function in an overlay, your program
12417must make sure that overlay is actually mapped. Otherwise, the call or
12418return will transfer control to the right address, but in the wrong
12419overlay, and your program will probably crash.
12420
12421@item
12422If the process of mapping an overlay is expensive on your system, you
12423will need to choose your overlays carefully to minimize their effect on
12424your program's performance.
12425
12426@item
12427The executable file you load onto your system must contain each
12428overlay's instructions, appearing at the overlay's load address, not its
12429mapped address. However, each overlay's instructions must be relocated
12430and its symbols defined as if the overlay were at its mapped address.
12431You can use GNU linker scripts to specify different load and relocation
12432addresses for pieces of your program; see @ref{Overlay Description,,,
12433ld.info, Using ld: the GNU linker}.
12434
12435@item
12436The procedure for loading executable files onto your system must be able
12437to load their contents into the larger address space as well as the
12438instruction and data spaces.
12439
12440@end itemize
12441
12442The overlay system described above is rather simple, and could be
12443improved in many ways:
12444
12445@itemize @bullet
12446
12447@item
12448If your system has suitable bank switch registers or memory management
12449hardware, you could use those facilities to make an overlay's load area
12450contents simply appear at their mapped address in instruction space.
12451This would probably be faster than copying the overlay to its mapped
12452area in the usual way.
12453
12454@item
12455If your overlays are small enough, you could set aside more than one
12456overlay area, and have more than one overlay mapped at a time.
12457
12458@item
12459You can use overlays to manage data, as well as instructions. In
12460general, data overlays are even less transparent to your design than
12461code overlays: whereas code overlays only require care when you call or
12462return to functions, data overlays require care every time you access
12463the data. Also, if you change the contents of a data overlay, you
12464must copy its contents back out to its load address before you can copy a
12465different data overlay into the same mapped area.
12466
12467@end itemize
12468
12469
12470@node Overlay Commands
12471@section Overlay Commands
12472
12473To use @value{GDBN}'s overlay support, each overlay in your program must
12474correspond to a separate section of the executable file. The section's
12475virtual memory address and load memory address must be the overlay's
12476mapped and load addresses. Identifying overlays with sections allows
12477@value{GDBN} to determine the appropriate address of a function or
12478variable, depending on whether the overlay is mapped or not.
12479
12480@value{GDBN}'s overlay commands all start with the word @code{overlay};
12481you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
12482
12483@table @code
12484@item overlay off
4644b6e3 12485@kindex overlay
df0cd8c5
JB
12486Disable @value{GDBN}'s overlay support. When overlay support is
12487disabled, @value{GDBN} assumes that all functions and variables are
12488always present at their mapped addresses. By default, @value{GDBN}'s
12489overlay support is disabled.
12490
12491@item overlay manual
df0cd8c5
JB
12492@cindex manual overlay debugging
12493Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
12494relies on you to tell it which overlays are mapped, and which are not,
12495using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
12496commands described below.
12497
12498@item overlay map-overlay @var{overlay}
12499@itemx overlay map @var{overlay}
df0cd8c5
JB
12500@cindex map an overlay
12501Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
12502be the name of the object file section containing the overlay. When an
12503overlay is mapped, @value{GDBN} assumes it can find the overlay's
12504functions and variables at their mapped addresses. @value{GDBN} assumes
12505that any other overlays whose mapped ranges overlap that of
12506@var{overlay} are now unmapped.
12507
12508@item overlay unmap-overlay @var{overlay}
12509@itemx overlay unmap @var{overlay}
df0cd8c5
JB
12510@cindex unmap an overlay
12511Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
12512must be the name of the object file section containing the overlay.
12513When an overlay is unmapped, @value{GDBN} assumes it can find the
12514overlay's functions and variables at their load addresses.
12515
12516@item overlay auto
df0cd8c5
JB
12517Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
12518consults a data structure the overlay manager maintains in the inferior
12519to see which overlays are mapped. For details, see @ref{Automatic
12520Overlay Debugging}.
12521
12522@item overlay load-target
12523@itemx overlay load
df0cd8c5
JB
12524@cindex reloading the overlay table
12525Re-read the overlay table from the inferior. Normally, @value{GDBN}
12526re-reads the table @value{GDBN} automatically each time the inferior
12527stops, so this command should only be necessary if you have changed the
12528overlay mapping yourself using @value{GDBN}. This command is only
12529useful when using automatic overlay debugging.
12530
12531@item overlay list-overlays
12532@itemx overlay list
12533@cindex listing mapped overlays
12534Display a list of the overlays currently mapped, along with their mapped
12535addresses, load addresses, and sizes.
12536
12537@end table
12538
12539Normally, when @value{GDBN} prints a code address, it includes the name
12540of the function the address falls in:
12541
474c8240 12542@smallexample
f7dc1244 12543(@value{GDBP}) print main
df0cd8c5 12544$3 = @{int ()@} 0x11a0 <main>
474c8240 12545@end smallexample
df0cd8c5
JB
12546@noindent
12547When overlay debugging is enabled, @value{GDBN} recognizes code in
12548unmapped overlays, and prints the names of unmapped functions with
12549asterisks around them. For example, if @code{foo} is a function in an
12550unmapped overlay, @value{GDBN} prints it this way:
12551
474c8240 12552@smallexample
f7dc1244 12553(@value{GDBP}) overlay list
df0cd8c5 12554No sections are mapped.
f7dc1244 12555(@value{GDBP}) print foo
df0cd8c5 12556$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 12557@end smallexample
df0cd8c5
JB
12558@noindent
12559When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
12560name normally:
12561
474c8240 12562@smallexample
f7dc1244 12563(@value{GDBP}) overlay list
b383017d 12564Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 12565 mapped at 0x1016 - 0x104a
f7dc1244 12566(@value{GDBP}) print foo
df0cd8c5 12567$6 = @{int (int)@} 0x1016 <foo>
474c8240 12568@end smallexample
df0cd8c5
JB
12569
12570When overlay debugging is enabled, @value{GDBN} can find the correct
12571address for functions and variables in an overlay, whether or not the
12572overlay is mapped. This allows most @value{GDBN} commands, like
12573@code{break} and @code{disassemble}, to work normally, even on unmapped
12574code. However, @value{GDBN}'s breakpoint support has some limitations:
12575
12576@itemize @bullet
12577@item
12578@cindex breakpoints in overlays
12579@cindex overlays, setting breakpoints in
12580You can set breakpoints in functions in unmapped overlays, as long as
12581@value{GDBN} can write to the overlay at its load address.
12582@item
12583@value{GDBN} can not set hardware or simulator-based breakpoints in
12584unmapped overlays. However, if you set a breakpoint at the end of your
12585overlay manager (and tell @value{GDBN} which overlays are now mapped, if
12586you are using manual overlay management), @value{GDBN} will re-set its
12587breakpoints properly.
12588@end itemize
12589
12590
12591@node Automatic Overlay Debugging
12592@section Automatic Overlay Debugging
12593@cindex automatic overlay debugging
12594
12595@value{GDBN} can automatically track which overlays are mapped and which
12596are not, given some simple co-operation from the overlay manager in the
12597inferior. If you enable automatic overlay debugging with the
12598@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
12599looks in the inferior's memory for certain variables describing the
12600current state of the overlays.
12601
12602Here are the variables your overlay manager must define to support
12603@value{GDBN}'s automatic overlay debugging:
12604
12605@table @asis
12606
12607@item @code{_ovly_table}:
12608This variable must be an array of the following structures:
12609
474c8240 12610@smallexample
df0cd8c5
JB
12611struct
12612@{
12613 /* The overlay's mapped address. */
12614 unsigned long vma;
12615
12616 /* The size of the overlay, in bytes. */
12617 unsigned long size;
12618
12619 /* The overlay's load address. */
12620 unsigned long lma;
12621
12622 /* Non-zero if the overlay is currently mapped;
12623 zero otherwise. */
12624 unsigned long mapped;
12625@}
474c8240 12626@end smallexample
df0cd8c5
JB
12627
12628@item @code{_novlys}:
12629This variable must be a four-byte signed integer, holding the total
12630number of elements in @code{_ovly_table}.
12631
12632@end table
12633
12634To decide whether a particular overlay is mapped or not, @value{GDBN}
12635looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
12636@code{lma} members equal the VMA and LMA of the overlay's section in the
12637executable file. When @value{GDBN} finds a matching entry, it consults
12638the entry's @code{mapped} member to determine whether the overlay is
12639currently mapped.
12640
81d46470 12641In addition, your overlay manager may define a function called
def71bfa 12642@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
12643will silently set a breakpoint there. If the overlay manager then
12644calls this function whenever it has changed the overlay table, this
12645will enable @value{GDBN} to accurately keep track of which overlays
12646are in program memory, and update any breakpoints that may be set
b383017d 12647in overlays. This will allow breakpoints to work even if the
81d46470
MS
12648overlays are kept in ROM or other non-writable memory while they
12649are not being executed.
df0cd8c5
JB
12650
12651@node Overlay Sample Program
12652@section Overlay Sample Program
12653@cindex overlay example program
12654
12655When linking a program which uses overlays, you must place the overlays
12656at their load addresses, while relocating them to run at their mapped
12657addresses. To do this, you must write a linker script (@pxref{Overlay
12658Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
12659since linker scripts are specific to a particular host system, target
12660architecture, and target memory layout, this manual cannot provide
12661portable sample code demonstrating @value{GDBN}'s overlay support.
12662
12663However, the @value{GDBN} source distribution does contain an overlaid
12664program, with linker scripts for a few systems, as part of its test
12665suite. The program consists of the following files from
12666@file{gdb/testsuite/gdb.base}:
12667
12668@table @file
12669@item overlays.c
12670The main program file.
12671@item ovlymgr.c
12672A simple overlay manager, used by @file{overlays.c}.
12673@item foo.c
12674@itemx bar.c
12675@itemx baz.c
12676@itemx grbx.c
12677Overlay modules, loaded and used by @file{overlays.c}.
12678@item d10v.ld
12679@itemx m32r.ld
12680Linker scripts for linking the test program on the @code{d10v-elf}
12681and @code{m32r-elf} targets.
12682@end table
12683
12684You can build the test program using the @code{d10v-elf} GCC
12685cross-compiler like this:
12686
474c8240 12687@smallexample
df0cd8c5
JB
12688$ d10v-elf-gcc -g -c overlays.c
12689$ d10v-elf-gcc -g -c ovlymgr.c
12690$ d10v-elf-gcc -g -c foo.c
12691$ d10v-elf-gcc -g -c bar.c
12692$ d10v-elf-gcc -g -c baz.c
12693$ d10v-elf-gcc -g -c grbx.c
12694$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
12695 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 12696@end smallexample
df0cd8c5
JB
12697
12698The build process is identical for any other architecture, except that
12699you must substitute the appropriate compiler and linker script for the
12700target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
12701
12702
6d2ebf8b 12703@node Languages
c906108c
SS
12704@chapter Using @value{GDBN} with Different Languages
12705@cindex languages
12706
c906108c
SS
12707Although programming languages generally have common aspects, they are
12708rarely expressed in the same manner. For instance, in ANSI C,
12709dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
12710Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 12711represented (and displayed) differently. Hex numbers in C appear as
c906108c 12712@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
12713
12714@cindex working language
12715Language-specific information is built into @value{GDBN} for some languages,
12716allowing you to express operations like the above in your program's
12717native language, and allowing @value{GDBN} to output values in a manner
12718consistent with the syntax of your program's native language. The
12719language you use to build expressions is called the @dfn{working
12720language}.
12721
12722@menu
12723* Setting:: Switching between source languages
12724* Show:: Displaying the language
c906108c 12725* Checks:: Type and range checks
79a6e687
BW
12726* Supported Languages:: Supported languages
12727* Unsupported Languages:: Unsupported languages
c906108c
SS
12728@end menu
12729
6d2ebf8b 12730@node Setting
79a6e687 12731@section Switching Between Source Languages
c906108c
SS
12732
12733There are two ways to control the working language---either have @value{GDBN}
12734set it automatically, or select it manually yourself. You can use the
12735@code{set language} command for either purpose. On startup, @value{GDBN}
12736defaults to setting the language automatically. The working language is
12737used to determine how expressions you type are interpreted, how values
12738are printed, etc.
12739
12740In addition to the working language, every source file that
12741@value{GDBN} knows about has its own working language. For some object
12742file formats, the compiler might indicate which language a particular
12743source file is in. However, most of the time @value{GDBN} infers the
12744language from the name of the file. The language of a source file
b37052ae 12745controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 12746show each frame appropriately for its own language. There is no way to
d4f3574e
SS
12747set the language of a source file from within @value{GDBN}, but you can
12748set the language associated with a filename extension. @xref{Show, ,
79a6e687 12749Displaying the Language}.
c906108c
SS
12750
12751This is most commonly a problem when you use a program, such
5d161b24 12752as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
12753another language. In that case, make the
12754program use @code{#line} directives in its C output; that way
12755@value{GDBN} will know the correct language of the source code of the original
12756program, and will display that source code, not the generated C code.
12757
12758@menu
12759* Filenames:: Filename extensions and languages.
12760* Manually:: Setting the working language manually
12761* Automatically:: Having @value{GDBN} infer the source language
12762@end menu
12763
6d2ebf8b 12764@node Filenames
79a6e687 12765@subsection List of Filename Extensions and Languages
c906108c
SS
12766
12767If a source file name ends in one of the following extensions, then
12768@value{GDBN} infers that its language is the one indicated.
12769
12770@table @file
e07c999f
PH
12771@item .ada
12772@itemx .ads
12773@itemx .adb
12774@itemx .a
12775Ada source file.
c906108c
SS
12776
12777@item .c
12778C source file
12779
12780@item .C
12781@itemx .cc
12782@itemx .cp
12783@itemx .cpp
12784@itemx .cxx
12785@itemx .c++
b37052ae 12786C@t{++} source file
c906108c 12787
6aecb9c2
JB
12788@item .d
12789D source file
12790
b37303ee
AF
12791@item .m
12792Objective-C source file
12793
c906108c
SS
12794@item .f
12795@itemx .F
12796Fortran source file
12797
c906108c
SS
12798@item .mod
12799Modula-2 source file
c906108c
SS
12800
12801@item .s
12802@itemx .S
12803Assembler source file. This actually behaves almost like C, but
12804@value{GDBN} does not skip over function prologues when stepping.
12805@end table
12806
12807In addition, you may set the language associated with a filename
79a6e687 12808extension. @xref{Show, , Displaying the Language}.
c906108c 12809
6d2ebf8b 12810@node Manually
79a6e687 12811@subsection Setting the Working Language
c906108c
SS
12812
12813If you allow @value{GDBN} to set the language automatically,
12814expressions are interpreted the same way in your debugging session and
12815your program.
12816
12817@kindex set language
12818If you wish, you may set the language manually. To do this, issue the
12819command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 12820a language, such as
c906108c 12821@code{c} or @code{modula-2}.
c906108c
SS
12822For a list of the supported languages, type @samp{set language}.
12823
c906108c
SS
12824Setting the language manually prevents @value{GDBN} from updating the working
12825language automatically. This can lead to confusion if you try
12826to debug a program when the working language is not the same as the
12827source language, when an expression is acceptable to both
12828languages---but means different things. For instance, if the current
12829source file were written in C, and @value{GDBN} was parsing Modula-2, a
12830command such as:
12831
474c8240 12832@smallexample
c906108c 12833print a = b + c
474c8240 12834@end smallexample
c906108c
SS
12835
12836@noindent
12837might not have the effect you intended. In C, this means to add
12838@code{b} and @code{c} and place the result in @code{a}. The result
12839printed would be the value of @code{a}. In Modula-2, this means to compare
12840@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 12841
6d2ebf8b 12842@node Automatically
79a6e687 12843@subsection Having @value{GDBN} Infer the Source Language
c906108c
SS
12844
12845To have @value{GDBN} set the working language automatically, use
12846@samp{set language local} or @samp{set language auto}. @value{GDBN}
12847then infers the working language. That is, when your program stops in a
12848frame (usually by encountering a breakpoint), @value{GDBN} sets the
12849working language to the language recorded for the function in that
12850frame. If the language for a frame is unknown (that is, if the function
12851or block corresponding to the frame was defined in a source file that
12852does not have a recognized extension), the current working language is
12853not changed, and @value{GDBN} issues a warning.
12854
12855This may not seem necessary for most programs, which are written
12856entirely in one source language. However, program modules and libraries
12857written in one source language can be used by a main program written in
12858a different source language. Using @samp{set language auto} in this
12859case frees you from having to set the working language manually.
12860
6d2ebf8b 12861@node Show
79a6e687 12862@section Displaying the Language
c906108c
SS
12863
12864The following commands help you find out which language is the
12865working language, and also what language source files were written in.
12866
c906108c
SS
12867@table @code
12868@item show language
9c16f35a 12869@kindex show language
c906108c
SS
12870Display the current working language. This is the
12871language you can use with commands such as @code{print} to
12872build and compute expressions that may involve variables in your program.
12873
12874@item info frame
4644b6e3 12875@kindex info frame@r{, show the source language}
5d161b24 12876Display the source language for this frame. This language becomes the
c906108c 12877working language if you use an identifier from this frame.
79a6e687 12878@xref{Frame Info, ,Information about a Frame}, to identify the other
c906108c
SS
12879information listed here.
12880
12881@item info source
4644b6e3 12882@kindex info source@r{, show the source language}
c906108c 12883Display the source language of this source file.
5d161b24 12884@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
12885information listed here.
12886@end table
12887
12888In unusual circumstances, you may have source files with extensions
12889not in the standard list. You can then set the extension associated
12890with a language explicitly:
12891
c906108c 12892@table @code
09d4efe1 12893@item set extension-language @var{ext} @var{language}
9c16f35a 12894@kindex set extension-language
09d4efe1
EZ
12895Tell @value{GDBN} that source files with extension @var{ext} are to be
12896assumed as written in the source language @var{language}.
c906108c
SS
12897
12898@item info extensions
9c16f35a 12899@kindex info extensions
c906108c
SS
12900List all the filename extensions and the associated languages.
12901@end table
12902
6d2ebf8b 12903@node Checks
79a6e687 12904@section Type and Range Checking
c906108c 12905
c906108c
SS
12906Some languages are designed to guard you against making seemingly common
12907errors through a series of compile- and run-time checks. These include
a451cb65 12908checking the type of arguments to functions and operators and making
c906108c
SS
12909sure mathematical overflows are caught at run time. Checks such as
12910these help to ensure a program's correctness once it has been compiled
a451cb65 12911by eliminating type mismatches and providing active checks for range
c906108c
SS
12912errors when your program is running.
12913
a451cb65
KS
12914By default @value{GDBN} checks for these errors according to the
12915rules of the current source language. Although @value{GDBN} does not check
12916the statements in your program, it can check expressions entered directly
12917into @value{GDBN} for evaluation via the @code{print} command, for example.
c906108c
SS
12918
12919@menu
12920* Type Checking:: An overview of type checking
12921* Range Checking:: An overview of range checking
12922@end menu
12923
12924@cindex type checking
12925@cindex checks, type
6d2ebf8b 12926@node Type Checking
79a6e687 12927@subsection An Overview of Type Checking
c906108c 12928
a451cb65 12929Some languages, such as C and C@t{++}, are strongly typed, meaning that the
c906108c
SS
12930arguments to operators and functions have to be of the correct type,
12931otherwise an error occurs. These checks prevent type mismatch
12932errors from ever causing any run-time problems. For example,
12933
12934@smallexample
a451cb65
KS
12935int klass::my_method(char *b) @{ return b ? 1 : 2; @}
12936
12937(@value{GDBP}) print obj.my_method (0)
12938$1 = 2
c906108c 12939@exdent but
a451cb65
KS
12940(@value{GDBP}) print obj.my_method (0x1234)
12941Cannot resolve method klass::my_method to any overloaded instance
c906108c
SS
12942@end smallexample
12943
a451cb65
KS
12944The second example fails because in C@t{++} the integer constant
12945@samp{0x1234} is not type-compatible with the pointer parameter type.
c906108c 12946
a451cb65
KS
12947For the expressions you use in @value{GDBN} commands, you can tell
12948@value{GDBN} to not enforce strict type checking or
5d161b24 12949to treat any mismatches as errors and abandon the expression;
a451cb65
KS
12950When type checking is disabled, @value{GDBN} successfully evaluates
12951expressions like the second example above.
c906108c 12952
a451cb65 12953Even if type checking is off, there may be other reasons
5d161b24
DB
12954related to type that prevent @value{GDBN} from evaluating an expression.
12955For instance, @value{GDBN} does not know how to add an @code{int} and
12956a @code{struct foo}. These particular type errors have nothing to do
a451cb65
KS
12957with the language in use and usually arise from expressions which make
12958little sense to evaluate anyway.
c906108c 12959
a451cb65 12960@value{GDBN} provides some additional commands for controlling type checking:
c906108c 12961
c906108c
SS
12962@kindex set check type
12963@kindex show check type
12964@table @code
c906108c
SS
12965@item set check type on
12966@itemx set check type off
a451cb65 12967Set strict type checking on or off. If any type mismatches occur in
d4f3574e 12968evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
12969message and aborts evaluation of the expression.
12970
a451cb65
KS
12971@item show check type
12972Show the current setting of type checking and whether @value{GDBN}
12973is enforcing strict type checking rules.
c906108c
SS
12974@end table
12975
12976@cindex range checking
12977@cindex checks, range
6d2ebf8b 12978@node Range Checking
79a6e687 12979@subsection An Overview of Range Checking
c906108c
SS
12980
12981In some languages (such as Modula-2), it is an error to exceed the
12982bounds of a type; this is enforced with run-time checks. Such range
12983checking is meant to ensure program correctness by making sure
12984computations do not overflow, or indices on an array element access do
12985not exceed the bounds of the array.
12986
12987For expressions you use in @value{GDBN} commands, you can tell
12988@value{GDBN} to treat range errors in one of three ways: ignore them,
12989always treat them as errors and abandon the expression, or issue
12990warnings but evaluate the expression anyway.
12991
12992A range error can result from numerical overflow, from exceeding an
12993array index bound, or when you type a constant that is not a member
12994of any type. Some languages, however, do not treat overflows as an
12995error. In many implementations of C, mathematical overflow causes the
12996result to ``wrap around'' to lower values---for example, if @var{m} is
12997the largest integer value, and @var{s} is the smallest, then
12998
474c8240 12999@smallexample
c906108c 13000@var{m} + 1 @result{} @var{s}
474c8240 13001@end smallexample
c906108c
SS
13002
13003This, too, is specific to individual languages, and in some cases
79a6e687
BW
13004specific to individual compilers or machines. @xref{Supported Languages, ,
13005Supported Languages}, for further details on specific languages.
c906108c
SS
13006
13007@value{GDBN} provides some additional commands for controlling the range checker:
13008
c906108c
SS
13009@kindex set check range
13010@kindex show check range
13011@table @code
13012@item set check range auto
13013Set range checking on or off based on the current working language.
79a6e687 13014@xref{Supported Languages, ,Supported Languages}, for the default settings for
c906108c
SS
13015each language.
13016
13017@item set check range on
13018@itemx set check range off
13019Set range checking on or off, overriding the default setting for the
13020current working language. A warning is issued if the setting does not
c3f6f71d
JM
13021match the language default. If a range error occurs and range checking is on,
13022then a message is printed and evaluation of the expression is aborted.
c906108c
SS
13023
13024@item set check range warn
13025Output messages when the @value{GDBN} range checker detects a range error,
13026but attempt to evaluate the expression anyway. Evaluating the
13027expression may still be impossible for other reasons, such as accessing
13028memory that the process does not own (a typical example from many Unix
13029systems).
13030
13031@item show range
13032Show the current setting of the range checker, and whether or not it is
13033being set automatically by @value{GDBN}.
13034@end table
c906108c 13035
79a6e687
BW
13036@node Supported Languages
13037@section Supported Languages
c906108c 13038
a766d390
DE
13039@value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran, Java,
13040OpenCL C, Pascal, assembly, Modula-2, and Ada.
cce74817 13041@c This is false ...
c906108c
SS
13042Some @value{GDBN} features may be used in expressions regardless of the
13043language you use: the @value{GDBN} @code{@@} and @code{::} operators,
13044and the @samp{@{type@}addr} construct (@pxref{Expressions,
13045,Expressions}) can be used with the constructs of any supported
13046language.
13047
13048The following sections detail to what degree each source language is
13049supported by @value{GDBN}. These sections are not meant to be language
13050tutorials or references, but serve only as a reference guide to what the
13051@value{GDBN} expression parser accepts, and what input and output
13052formats should look like for different languages. There are many good
13053books written on each of these languages; please look to these for a
13054language reference or tutorial.
13055
c906108c 13056@menu
b37303ee 13057* C:: C and C@t{++}
6aecb9c2 13058* D:: D
a766d390 13059* Go:: Go
b383017d 13060* Objective-C:: Objective-C
f4b8a18d 13061* OpenCL C:: OpenCL C
09d4efe1 13062* Fortran:: Fortran
9c16f35a 13063* Pascal:: Pascal
b37303ee 13064* Modula-2:: Modula-2
e07c999f 13065* Ada:: Ada
c906108c
SS
13066@end menu
13067
6d2ebf8b 13068@node C
b37052ae 13069@subsection C and C@t{++}
7a292a7a 13070
b37052ae
EZ
13071@cindex C and C@t{++}
13072@cindex expressions in C or C@t{++}
c906108c 13073
b37052ae 13074Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
13075to both languages. Whenever this is the case, we discuss those languages
13076together.
13077
41afff9a
EZ
13078@cindex C@t{++}
13079@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
13080@cindex @sc{gnu} C@t{++}
13081The C@t{++} debugging facilities are jointly implemented by the C@t{++}
13082compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
13083effectively, you must compile your C@t{++} programs with a supported
13084C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
13085compiler (@code{aCC}).
13086
c906108c 13087@menu
b37052ae
EZ
13088* C Operators:: C and C@t{++} operators
13089* C Constants:: C and C@t{++} constants
79a6e687 13090* C Plus Plus Expressions:: C@t{++} expressions
b37052ae
EZ
13091* C Defaults:: Default settings for C and C@t{++}
13092* C Checks:: C and C@t{++} type and range checks
c906108c 13093* Debugging C:: @value{GDBN} and C
79a6e687 13094* Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
febe4383 13095* Decimal Floating Point:: Numbers in Decimal Floating Point format
c906108c 13096@end menu
c906108c 13097
6d2ebf8b 13098@node C Operators
79a6e687 13099@subsubsection C and C@t{++} Operators
7a292a7a 13100
b37052ae 13101@cindex C and C@t{++} operators
c906108c
SS
13102
13103Operators must be defined on values of specific types. For instance,
13104@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 13105often defined on groups of types.
c906108c 13106
b37052ae 13107For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
13108
13109@itemize @bullet
53a5351d 13110
c906108c 13111@item
c906108c 13112@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 13113specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
13114
13115@item
d4f3574e
SS
13116@emph{Floating-point types} include @code{float}, @code{double}, and
13117@code{long double} (if supported by the target platform).
c906108c
SS
13118
13119@item
53a5351d 13120@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
13121
13122@item
13123@emph{Scalar types} include all of the above.
53a5351d 13124
c906108c
SS
13125@end itemize
13126
13127@noindent
13128The following operators are supported. They are listed here
13129in order of increasing precedence:
13130
13131@table @code
13132@item ,
13133The comma or sequencing operator. Expressions in a comma-separated list
13134are evaluated from left to right, with the result of the entire
13135expression being the last expression evaluated.
13136
13137@item =
13138Assignment. The value of an assignment expression is the value
13139assigned. Defined on scalar types.
13140
13141@item @var{op}=
13142Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
13143and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 13144@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
13145@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
13146@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
13147
13148@item ?:
13149The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
13150of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
13151integral type.
13152
13153@item ||
13154Logical @sc{or}. Defined on integral types.
13155
13156@item &&
13157Logical @sc{and}. Defined on integral types.
13158
13159@item |
13160Bitwise @sc{or}. Defined on integral types.
13161
13162@item ^
13163Bitwise exclusive-@sc{or}. Defined on integral types.
13164
13165@item &
13166Bitwise @sc{and}. Defined on integral types.
13167
13168@item ==@r{, }!=
13169Equality and inequality. Defined on scalar types. The value of these
13170expressions is 0 for false and non-zero for true.
13171
13172@item <@r{, }>@r{, }<=@r{, }>=
13173Less than, greater than, less than or equal, greater than or equal.
13174Defined on scalar types. The value of these expressions is 0 for false
13175and non-zero for true.
13176
13177@item <<@r{, }>>
13178left shift, and right shift. Defined on integral types.
13179
13180@item @@
13181The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
13182
13183@item +@r{, }-
13184Addition and subtraction. Defined on integral types, floating-point types and
13185pointer types.
13186
13187@item *@r{, }/@r{, }%
13188Multiplication, division, and modulus. Multiplication and division are
13189defined on integral and floating-point types. Modulus is defined on
13190integral types.
13191
13192@item ++@r{, }--
13193Increment and decrement. When appearing before a variable, the
13194operation is performed before the variable is used in an expression;
13195when appearing after it, the variable's value is used before the
13196operation takes place.
13197
13198@item *
13199Pointer dereferencing. Defined on pointer types. Same precedence as
13200@code{++}.
13201
13202@item &
13203Address operator. Defined on variables. Same precedence as @code{++}.
13204
b37052ae
EZ
13205For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
13206allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
b17828ca 13207to examine the address
b37052ae 13208where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 13209stored.
c906108c
SS
13210
13211@item -
13212Negative. Defined on integral and floating-point types. Same
13213precedence as @code{++}.
13214
13215@item !
13216Logical negation. Defined on integral types. Same precedence as
13217@code{++}.
13218
13219@item ~
13220Bitwise complement operator. Defined on integral types. Same precedence as
13221@code{++}.
13222
13223
13224@item .@r{, }->
13225Structure member, and pointer-to-structure member. For convenience,
13226@value{GDBN} regards the two as equivalent, choosing whether to dereference a
13227pointer based on the stored type information.
13228Defined on @code{struct} and @code{union} data.
13229
c906108c
SS
13230@item .*@r{, }->*
13231Dereferences of pointers to members.
c906108c
SS
13232
13233@item []
13234Array indexing. @code{@var{a}[@var{i}]} is defined as
13235@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
13236
13237@item ()
13238Function parameter list. Same precedence as @code{->}.
13239
c906108c 13240@item ::
b37052ae 13241C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 13242and @code{class} types.
c906108c
SS
13243
13244@item ::
7a292a7a
SS
13245Doubled colons also represent the @value{GDBN} scope operator
13246(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
13247above.
c906108c
SS
13248@end table
13249
c906108c
SS
13250If an operator is redefined in the user code, @value{GDBN} usually
13251attempts to invoke the redefined version instead of using the operator's
13252predefined meaning.
c906108c 13253
6d2ebf8b 13254@node C Constants
79a6e687 13255@subsubsection C and C@t{++} Constants
c906108c 13256
b37052ae 13257@cindex C and C@t{++} constants
c906108c 13258
b37052ae 13259@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 13260following ways:
c906108c
SS
13261
13262@itemize @bullet
13263@item
13264Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
13265specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
13266by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
13267@samp{l}, specifying that the constant should be treated as a
13268@code{long} value.
13269
13270@item
13271Floating point constants are a sequence of digits, followed by a decimal
13272point, followed by a sequence of digits, and optionally followed by an
13273exponent. An exponent is of the form:
13274@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
13275sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
13276A floating-point constant may also end with a letter @samp{f} or
13277@samp{F}, specifying that the constant should be treated as being of
13278the @code{float} (as opposed to the default @code{double}) type; or with
13279a letter @samp{l} or @samp{L}, which specifies a @code{long double}
13280constant.
c906108c
SS
13281
13282@item
13283Enumerated constants consist of enumerated identifiers, or their
13284integral equivalents.
13285
13286@item
13287Character constants are a single character surrounded by single quotes
13288(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 13289(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
13290be represented by a letter or by @dfn{escape sequences}, which are of
13291the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
13292of the character's ordinal value; or of the form @samp{\@var{x}}, where
13293@samp{@var{x}} is a predefined special character---for example,
13294@samp{\n} for newline.
13295
e0f8f636
TT
13296Wide character constants can be written by prefixing a character
13297constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
13298form of @samp{x}. The target wide character set is used when
13299computing the value of this constant (@pxref{Character Sets}).
13300
c906108c 13301@item
96a2c332
SS
13302String constants are a sequence of character constants surrounded by
13303double quotes (@code{"}). Any valid character constant (as described
13304above) may appear. Double quotes within the string must be preceded by
13305a backslash, so for instance @samp{"a\"b'c"} is a string of five
13306characters.
c906108c 13307
e0f8f636
TT
13308Wide string constants can be written by prefixing a string constant
13309with @samp{L}, as in C. The target wide character set is used when
13310computing the value of this constant (@pxref{Character Sets}).
13311
c906108c
SS
13312@item
13313Pointer constants are an integral value. You can also write pointers
13314to constants using the C operator @samp{&}.
13315
13316@item
13317Array constants are comma-separated lists surrounded by braces @samp{@{}
13318and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
13319integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
13320and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
13321@end itemize
13322
79a6e687
BW
13323@node C Plus Plus Expressions
13324@subsubsection C@t{++} Expressions
b37052ae
EZ
13325
13326@cindex expressions in C@t{++}
13327@value{GDBN} expression handling can interpret most C@t{++} expressions.
13328
0179ffac
DC
13329@cindex debugging C@t{++} programs
13330@cindex C@t{++} compilers
13331@cindex debug formats and C@t{++}
13332@cindex @value{NGCC} and C@t{++}
c906108c 13333@quotation
e0f8f636
TT
13334@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
13335the proper compiler and the proper debug format. Currently,
13336@value{GDBN} works best when debugging C@t{++} code that is compiled
13337with the most recent version of @value{NGCC} possible. The DWARF
13338debugging format is preferred; @value{NGCC} defaults to this on most
13339popular platforms. Other compilers and/or debug formats are likely to
13340work badly or not at all when using @value{GDBN} to debug C@t{++}
13341code. @xref{Compilation}.
c906108c 13342@end quotation
c906108c
SS
13343
13344@enumerate
13345
13346@cindex member functions
13347@item
13348Member function calls are allowed; you can use expressions like
13349
474c8240 13350@smallexample
c906108c 13351count = aml->GetOriginal(x, y)
474c8240 13352@end smallexample
c906108c 13353
41afff9a 13354@vindex this@r{, inside C@t{++} member functions}
b37052ae 13355@cindex namespace in C@t{++}
c906108c
SS
13356@item
13357While a member function is active (in the selected stack frame), your
13358expressions have the same namespace available as the member function;
13359that is, @value{GDBN} allows implicit references to the class instance
e0f8f636
TT
13360pointer @code{this} following the same rules as C@t{++}. @code{using}
13361declarations in the current scope are also respected by @value{GDBN}.
c906108c 13362
c906108c 13363@cindex call overloaded functions
d4f3574e 13364@cindex overloaded functions, calling
b37052ae 13365@cindex type conversions in C@t{++}
c906108c
SS
13366@item
13367You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 13368call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
13369perform overload resolution involving user-defined type conversions,
13370calls to constructors, or instantiations of templates that do not exist
13371in the program. It also cannot handle ellipsis argument lists or
13372default arguments.
13373
13374It does perform integral conversions and promotions, floating-point
13375promotions, arithmetic conversions, pointer conversions, conversions of
13376class objects to base classes, and standard conversions such as those of
13377functions or arrays to pointers; it requires an exact match on the
13378number of function arguments.
13379
13380Overload resolution is always performed, unless you have specified
79a6e687
BW
13381@code{set overload-resolution off}. @xref{Debugging C Plus Plus,
13382,@value{GDBN} Features for C@t{++}}.
c906108c 13383
d4f3574e 13384You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
13385explicit function signature to call an overloaded function, as in
13386@smallexample
13387p 'foo(char,int)'('x', 13)
13388@end smallexample
d4f3574e 13389
c906108c 13390The @value{GDBN} command-completion facility can simplify this;
79a6e687 13391see @ref{Completion, ,Command Completion}.
c906108c 13392
c906108c
SS
13393@cindex reference declarations
13394@item
b37052ae
EZ
13395@value{GDBN} understands variables declared as C@t{++} references; you can use
13396them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
13397dereferenced.
13398
13399In the parameter list shown when @value{GDBN} displays a frame, the values of
13400reference variables are not displayed (unlike other variables); this
13401avoids clutter, since references are often used for large structures.
13402The @emph{address} of a reference variable is always shown, unless
13403you have specified @samp{set print address off}.
13404
13405@item
b37052ae 13406@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
13407expressions can use it just as expressions in your program do. Since
13408one scope may be defined in another, you can use @code{::} repeatedly if
13409necessary, for example in an expression like
13410@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 13411resolving name scope by reference to source files, in both C and C@t{++}
79a6e687 13412debugging (@pxref{Variables, ,Program Variables}).
c906108c 13413
e0f8f636
TT
13414@item
13415@value{GDBN} performs argument-dependent lookup, following the C@t{++}
13416specification.
13417@end enumerate
c906108c 13418
6d2ebf8b 13419@node C Defaults
79a6e687 13420@subsubsection C and C@t{++} Defaults
7a292a7a 13421
b37052ae 13422@cindex C and C@t{++} defaults
c906108c 13423
a451cb65
KS
13424If you allow @value{GDBN} to set range checking automatically, it
13425defaults to @code{off} whenever the working language changes to
b37052ae 13426C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 13427selects the working language.
c906108c
SS
13428
13429If you allow @value{GDBN} to set the language automatically, it
13430recognizes source files whose names end with @file{.c}, @file{.C}, or
13431@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 13432these files, it sets the working language to C or C@t{++}.
79a6e687 13433@xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
c906108c
SS
13434for further details.
13435
6d2ebf8b 13436@node C Checks
79a6e687 13437@subsubsection C and C@t{++} Type and Range Checks
7a292a7a 13438
b37052ae 13439@cindex C and C@t{++} checks
c906108c 13440
a451cb65
KS
13441By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
13442checking is used. However, if you turn type checking off, @value{GDBN}
13443will allow certain non-standard conversions, such as promoting integer
13444constants to pointers.
c906108c
SS
13445
13446Range checking, if turned on, is done on mathematical operations. Array
13447indices are not checked, since they are often used to index a pointer
13448that is not itself an array.
c906108c 13449
6d2ebf8b 13450@node Debugging C
c906108c 13451@subsubsection @value{GDBN} and C
c906108c
SS
13452
13453The @code{set print union} and @code{show print union} commands apply to
13454the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
13455inside a @code{struct} or @code{class} is also printed. Otherwise, it
13456appears as @samp{@{...@}}.
c906108c
SS
13457
13458The @code{@@} operator aids in the debugging of dynamic arrays, formed
13459with pointers and a memory allocation function. @xref{Expressions,
13460,Expressions}.
13461
79a6e687
BW
13462@node Debugging C Plus Plus
13463@subsubsection @value{GDBN} Features for C@t{++}
c906108c 13464
b37052ae 13465@cindex commands for C@t{++}
7a292a7a 13466
b37052ae
EZ
13467Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
13468designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
13469
13470@table @code
13471@cindex break in overloaded functions
13472@item @r{breakpoint menus}
13473When you want a breakpoint in a function whose name is overloaded,
6ba66d6a
JB
13474@value{GDBN} has the capability to display a menu of possible breakpoint
13475locations to help you specify which function definition you want.
13476@xref{Ambiguous Expressions,,Ambiguous Expressions}.
c906108c 13477
b37052ae 13478@cindex overloading in C@t{++}
c906108c
SS
13479@item rbreak @var{regex}
13480Setting breakpoints using regular expressions is helpful for setting
13481breakpoints on overloaded functions that are not members of any special
13482classes.
79a6e687 13483@xref{Set Breaks, ,Setting Breakpoints}.
c906108c 13484
b37052ae 13485@cindex C@t{++} exception handling
c906108c
SS
13486@item catch throw
13487@itemx catch catch
b37052ae 13488Debug C@t{++} exception handling using these commands. @xref{Set
79a6e687 13489Catchpoints, , Setting Catchpoints}.
c906108c
SS
13490
13491@cindex inheritance
13492@item ptype @var{typename}
13493Print inheritance relationships as well as other information for type
13494@var{typename}.
13495@xref{Symbols, ,Examining the Symbol Table}.
13496
c4aeac85
TT
13497@item info vtbl @var{expression}.
13498The @code{info vtbl} command can be used to display the virtual
13499method tables of the object computed by @var{expression}. This shows
13500one entry per virtual table; there may be multiple virtual tables when
13501multiple inheritance is in use.
13502
b37052ae 13503@cindex C@t{++} symbol display
c906108c
SS
13504@item set print demangle
13505@itemx show print demangle
13506@itemx set print asm-demangle
13507@itemx show print asm-demangle
b37052ae
EZ
13508Control whether C@t{++} symbols display in their source form, both when
13509displaying code as C@t{++} source and when displaying disassemblies.
79a6e687 13510@xref{Print Settings, ,Print Settings}.
c906108c
SS
13511
13512@item set print object
13513@itemx show print object
13514Choose whether to print derived (actual) or declared types of objects.
79a6e687 13515@xref{Print Settings, ,Print Settings}.
c906108c
SS
13516
13517@item set print vtbl
13518@itemx show print vtbl
13519Control the format for printing virtual function tables.
79a6e687 13520@xref{Print Settings, ,Print Settings}.
c906108c 13521(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 13522ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
13523
13524@kindex set overload-resolution
d4f3574e 13525@cindex overloaded functions, overload resolution
c906108c 13526@item set overload-resolution on
b37052ae 13527Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
13528is on. For overloaded functions, @value{GDBN} evaluates the arguments
13529and searches for a function whose signature matches the argument types,
79a6e687
BW
13530using the standard C@t{++} conversion rules (see @ref{C Plus Plus
13531Expressions, ,C@t{++} Expressions}, for details).
13532If it cannot find a match, it emits a message.
c906108c
SS
13533
13534@item set overload-resolution off
b37052ae 13535Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
13536overloaded functions that are not class member functions, @value{GDBN}
13537chooses the first function of the specified name that it finds in the
13538symbol table, whether or not its arguments are of the correct type. For
13539overloaded functions that are class member functions, @value{GDBN}
13540searches for a function whose signature @emph{exactly} matches the
13541argument types.
c906108c 13542
9c16f35a
EZ
13543@kindex show overload-resolution
13544@item show overload-resolution
13545Show the current setting of overload resolution.
13546
c906108c
SS
13547@item @r{Overloaded symbol names}
13548You can specify a particular definition of an overloaded symbol, using
b37052ae 13549the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
13550@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
13551also use the @value{GDBN} command-line word completion facilities to list the
13552available choices, or to finish the type list for you.
79a6e687 13553@xref{Completion,, Command Completion}, for details on how to do this.
c906108c 13554@end table
c906108c 13555
febe4383
TJB
13556@node Decimal Floating Point
13557@subsubsection Decimal Floating Point format
13558@cindex decimal floating point format
13559
13560@value{GDBN} can examine, set and perform computations with numbers in
13561decimal floating point format, which in the C language correspond to the
13562@code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
13563specified by the extension to support decimal floating-point arithmetic.
13564
13565There are two encodings in use, depending on the architecture: BID (Binary
13566Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
99e008fe 13567PowerPC. @value{GDBN} will use the appropriate encoding for the configured
febe4383
TJB
13568target.
13569
13570Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
13571to manipulate decimal floating point numbers, it is not possible to convert
13572(using a cast, for example) integers wider than 32-bit to decimal float.
13573
13574In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
13575point computations, error checking in decimal float operations ignores
13576underflow, overflow and divide by zero exceptions.
13577
4acd40f3 13578In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
99e008fe
EZ
13579to inspect @code{_Decimal128} values stored in floating point registers.
13580See @ref{PowerPC,,PowerPC} for more details.
4acd40f3 13581
6aecb9c2
JB
13582@node D
13583@subsection D
13584
13585@cindex D
13586@value{GDBN} can be used to debug programs written in D and compiled with
13587GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
13588specific feature --- dynamic arrays.
13589
a766d390
DE
13590@node Go
13591@subsection Go
13592
13593@cindex Go (programming language)
13594@value{GDBN} can be used to debug programs written in Go and compiled with
13595@file{gccgo} or @file{6g} compilers.
13596
13597Here is a summary of the Go-specific features and restrictions:
13598
13599@table @code
13600@cindex current Go package
13601@item The current Go package
13602The name of the current package does not need to be specified when
13603specifying global variables and functions.
13604
13605For example, given the program:
13606
13607@example
13608package main
13609var myglob = "Shall we?"
13610func main () @{
13611 // ...
13612@}
13613@end example
13614
13615When stopped inside @code{main} either of these work:
13616
13617@example
13618(gdb) p myglob
13619(gdb) p main.myglob
13620@end example
13621
13622@cindex builtin Go types
13623@item Builtin Go types
13624The @code{string} type is recognized by @value{GDBN} and is printed
13625as a string.
13626
13627@cindex builtin Go functions
13628@item Builtin Go functions
13629The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
13630function and handles it internally.
a766d390
DE
13631
13632@cindex restrictions on Go expressions
13633@item Restrictions on Go expressions
13634All Go operators are supported except @code{&^}.
13635The Go @code{_} ``blank identifier'' is not supported.
13636Automatic dereferencing of pointers is not supported.
50f042b9 13637@end table
a766d390 13638
b37303ee
AF
13639@node Objective-C
13640@subsection Objective-C
13641
13642@cindex Objective-C
13643This section provides information about some commands and command
721c2651
EZ
13644options that are useful for debugging Objective-C code. See also
13645@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
13646few more commands specific to Objective-C support.
b37303ee
AF
13647
13648@menu
b383017d
RM
13649* Method Names in Commands::
13650* The Print Command with Objective-C::
b37303ee
AF
13651@end menu
13652
c8f4133a 13653@node Method Names in Commands
b37303ee
AF
13654@subsubsection Method Names in Commands
13655
13656The following commands have been extended to accept Objective-C method
13657names as line specifications:
13658
13659@kindex clear@r{, and Objective-C}
13660@kindex break@r{, and Objective-C}
13661@kindex info line@r{, and Objective-C}
13662@kindex jump@r{, and Objective-C}
13663@kindex list@r{, and Objective-C}
13664@itemize
13665@item @code{clear}
13666@item @code{break}
13667@item @code{info line}
13668@item @code{jump}
13669@item @code{list}
13670@end itemize
13671
13672A fully qualified Objective-C method name is specified as
13673
13674@smallexample
13675-[@var{Class} @var{methodName}]
13676@end smallexample
13677
c552b3bb
JM
13678where the minus sign is used to indicate an instance method and a
13679plus sign (not shown) is used to indicate a class method. The class
13680name @var{Class} and method name @var{methodName} are enclosed in
13681brackets, similar to the way messages are specified in Objective-C
13682source code. For example, to set a breakpoint at the @code{create}
13683instance method of class @code{Fruit} in the program currently being
13684debugged, enter:
b37303ee
AF
13685
13686@smallexample
13687break -[Fruit create]
13688@end smallexample
13689
13690To list ten program lines around the @code{initialize} class method,
13691enter:
13692
13693@smallexample
13694list +[NSText initialize]
13695@end smallexample
13696
c552b3bb
JM
13697In the current version of @value{GDBN}, the plus or minus sign is
13698required. In future versions of @value{GDBN}, the plus or minus
13699sign will be optional, but you can use it to narrow the search. It
13700is also possible to specify just a method name:
b37303ee
AF
13701
13702@smallexample
13703break create
13704@end smallexample
13705
13706You must specify the complete method name, including any colons. If
13707your program's source files contain more than one @code{create} method,
13708you'll be presented with a numbered list of classes that implement that
13709method. Indicate your choice by number, or type @samp{0} to exit if
13710none apply.
13711
13712As another example, to clear a breakpoint established at the
13713@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
13714
13715@smallexample
13716clear -[NSWindow makeKeyAndOrderFront:]
13717@end smallexample
13718
13719@node The Print Command with Objective-C
13720@subsubsection The Print Command With Objective-C
721c2651 13721@cindex Objective-C, print objects
c552b3bb
JM
13722@kindex print-object
13723@kindex po @r{(@code{print-object})}
b37303ee 13724
c552b3bb 13725The print command has also been extended to accept methods. For example:
b37303ee
AF
13726
13727@smallexample
c552b3bb 13728print -[@var{object} hash]
b37303ee
AF
13729@end smallexample
13730
13731@cindex print an Objective-C object description
c552b3bb
JM
13732@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
13733@noindent
13734will tell @value{GDBN} to send the @code{hash} message to @var{object}
13735and print the result. Also, an additional command has been added,
13736@code{print-object} or @code{po} for short, which is meant to print
13737the description of an object. However, this command may only work
13738with certain Objective-C libraries that have a particular hook
13739function, @code{_NSPrintForDebugger}, defined.
b37303ee 13740
f4b8a18d
KW
13741@node OpenCL C
13742@subsection OpenCL C
13743
13744@cindex OpenCL C
13745This section provides information about @value{GDBN}s OpenCL C support.
13746
13747@menu
13748* OpenCL C Datatypes::
13749* OpenCL C Expressions::
13750* OpenCL C Operators::
13751@end menu
13752
13753@node OpenCL C Datatypes
13754@subsubsection OpenCL C Datatypes
13755
13756@cindex OpenCL C Datatypes
13757@value{GDBN} supports the builtin scalar and vector datatypes specified
13758by OpenCL 1.1. In addition the half- and double-precision floating point
13759data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
13760extensions are also known to @value{GDBN}.
13761
13762@node OpenCL C Expressions
13763@subsubsection OpenCL C Expressions
13764
13765@cindex OpenCL C Expressions
13766@value{GDBN} supports accesses to vector components including the access as
13767lvalue where possible. Since OpenCL C is based on C99 most C expressions
13768supported by @value{GDBN} can be used as well.
13769
13770@node OpenCL C Operators
13771@subsubsection OpenCL C Operators
13772
13773@cindex OpenCL C Operators
13774@value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
13775vector data types.
13776
09d4efe1
EZ
13777@node Fortran
13778@subsection Fortran
13779@cindex Fortran-specific support in @value{GDBN}
13780
814e32d7
WZ
13781@value{GDBN} can be used to debug programs written in Fortran, but it
13782currently supports only the features of Fortran 77 language.
13783
13784@cindex trailing underscore, in Fortran symbols
13785Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
13786among them) append an underscore to the names of variables and
13787functions. When you debug programs compiled by those compilers, you
13788will need to refer to variables and functions with a trailing
13789underscore.
13790
13791@menu
13792* Fortran Operators:: Fortran operators and expressions
13793* Fortran Defaults:: Default settings for Fortran
79a6e687 13794* Special Fortran Commands:: Special @value{GDBN} commands for Fortran
814e32d7
WZ
13795@end menu
13796
13797@node Fortran Operators
79a6e687 13798@subsubsection Fortran Operators and Expressions
814e32d7
WZ
13799
13800@cindex Fortran operators and expressions
13801
13802Operators must be defined on values of specific types. For instance,
13803@code{+} is defined on numbers, but not on characters or other non-
ff2587ec 13804arithmetic types. Operators are often defined on groups of types.
814e32d7
WZ
13805
13806@table @code
13807@item **
99e008fe 13808The exponentiation operator. It raises the first operand to the power
814e32d7
WZ
13809of the second one.
13810
13811@item :
13812The range operator. Normally used in the form of array(low:high) to
13813represent a section of array.
68837c9d
MD
13814
13815@item %
13816The access component operator. Normally used to access elements in derived
13817types. Also suitable for unions. As unions aren't part of regular Fortran,
13818this can only happen when accessing a register that uses a gdbarch-defined
13819union type.
814e32d7
WZ
13820@end table
13821
13822@node Fortran Defaults
13823@subsubsection Fortran Defaults
13824
13825@cindex Fortran Defaults
13826
13827Fortran symbols are usually case-insensitive, so @value{GDBN} by
13828default uses case-insensitive matches for Fortran symbols. You can
13829change that with the @samp{set case-insensitive} command, see
13830@ref{Symbols}, for the details.
13831
79a6e687
BW
13832@node Special Fortran Commands
13833@subsubsection Special Fortran Commands
814e32d7
WZ
13834
13835@cindex Special Fortran commands
13836
db2e3e2e
BW
13837@value{GDBN} has some commands to support Fortran-specific features,
13838such as displaying common blocks.
814e32d7 13839
09d4efe1
EZ
13840@table @code
13841@cindex @code{COMMON} blocks, Fortran
13842@kindex info common
13843@item info common @r{[}@var{common-name}@r{]}
13844This command prints the values contained in the Fortran @code{COMMON}
13845block whose name is @var{common-name}. With no argument, the names of
d52fb0e9 13846all @code{COMMON} blocks visible at the current program location are
09d4efe1
EZ
13847printed.
13848@end table
13849
9c16f35a
EZ
13850@node Pascal
13851@subsection Pascal
13852
13853@cindex Pascal support in @value{GDBN}, limitations
13854Debugging Pascal programs which use sets, subranges, file variables, or
13855nested functions does not currently work. @value{GDBN} does not support
13856entering expressions, printing values, or similar features using Pascal
13857syntax.
13858
13859The Pascal-specific command @code{set print pascal_static-members}
13860controls whether static members of Pascal objects are displayed.
13861@xref{Print Settings, pascal_static-members}.
13862
09d4efe1 13863@node Modula-2
c906108c 13864@subsection Modula-2
7a292a7a 13865
d4f3574e 13866@cindex Modula-2, @value{GDBN} support
c906108c
SS
13867
13868The extensions made to @value{GDBN} to support Modula-2 only support
13869output from the @sc{gnu} Modula-2 compiler (which is currently being
13870developed). Other Modula-2 compilers are not currently supported, and
13871attempting to debug executables produced by them is most likely
13872to give an error as @value{GDBN} reads in the executable's symbol
13873table.
13874
13875@cindex expressions in Modula-2
13876@menu
13877* M2 Operators:: Built-in operators
13878* Built-In Func/Proc:: Built-in functions and procedures
13879* M2 Constants:: Modula-2 constants
72019c9c 13880* M2 Types:: Modula-2 types
c906108c
SS
13881* M2 Defaults:: Default settings for Modula-2
13882* Deviations:: Deviations from standard Modula-2
13883* M2 Checks:: Modula-2 type and range checks
13884* M2 Scope:: The scope operators @code{::} and @code{.}
13885* GDB/M2:: @value{GDBN} and Modula-2
13886@end menu
13887
6d2ebf8b 13888@node M2 Operators
c906108c
SS
13889@subsubsection Operators
13890@cindex Modula-2 operators
13891
13892Operators must be defined on values of specific types. For instance,
13893@code{+} is defined on numbers, but not on structures. Operators are
13894often defined on groups of types. For the purposes of Modula-2, the
13895following definitions hold:
13896
13897@itemize @bullet
13898
13899@item
13900@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
13901their subranges.
13902
13903@item
13904@emph{Character types} consist of @code{CHAR} and its subranges.
13905
13906@item
13907@emph{Floating-point types} consist of @code{REAL}.
13908
13909@item
13910@emph{Pointer types} consist of anything declared as @code{POINTER TO
13911@var{type}}.
13912
13913@item
13914@emph{Scalar types} consist of all of the above.
13915
13916@item
13917@emph{Set types} consist of @code{SET} and @code{BITSET} types.
13918
13919@item
13920@emph{Boolean types} consist of @code{BOOLEAN}.
13921@end itemize
13922
13923@noindent
13924The following operators are supported, and appear in order of
13925increasing precedence:
13926
13927@table @code
13928@item ,
13929Function argument or array index separator.
13930
13931@item :=
13932Assignment. The value of @var{var} @code{:=} @var{value} is
13933@var{value}.
13934
13935@item <@r{, }>
13936Less than, greater than on integral, floating-point, or enumerated
13937types.
13938
13939@item <=@r{, }>=
96a2c332 13940Less than or equal to, greater than or equal to
c906108c
SS
13941on integral, floating-point and enumerated types, or set inclusion on
13942set types. Same precedence as @code{<}.
13943
13944@item =@r{, }<>@r{, }#
13945Equality and two ways of expressing inequality, valid on scalar types.
13946Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
13947available for inequality, since @code{#} conflicts with the script
13948comment character.
13949
13950@item IN
13951Set membership. Defined on set types and the types of their members.
13952Same precedence as @code{<}.
13953
13954@item OR
13955Boolean disjunction. Defined on boolean types.
13956
13957@item AND@r{, }&
d4f3574e 13958Boolean conjunction. Defined on boolean types.
c906108c
SS
13959
13960@item @@
13961The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
13962
13963@item +@r{, }-
13964Addition and subtraction on integral and floating-point types, or union
13965and difference on set types.
13966
13967@item *
13968Multiplication on integral and floating-point types, or set intersection
13969on set types.
13970
13971@item /
13972Division on floating-point types, or symmetric set difference on set
13973types. Same precedence as @code{*}.
13974
13975@item DIV@r{, }MOD
13976Integer division and remainder. Defined on integral types. Same
13977precedence as @code{*}.
13978
13979@item -
99e008fe 13980Negative. Defined on @code{INTEGER} and @code{REAL} data.
c906108c
SS
13981
13982@item ^
13983Pointer dereferencing. Defined on pointer types.
13984
13985@item NOT
13986Boolean negation. Defined on boolean types. Same precedence as
13987@code{^}.
13988
13989@item .
13990@code{RECORD} field selector. Defined on @code{RECORD} data. Same
13991precedence as @code{^}.
13992
13993@item []
13994Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
13995
13996@item ()
13997Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
13998as @code{^}.
13999
14000@item ::@r{, }.
14001@value{GDBN} and Modula-2 scope operators.
14002@end table
14003
14004@quotation
72019c9c 14005@emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
c906108c
SS
14006treats the use of the operator @code{IN}, or the use of operators
14007@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
14008@code{<=}, and @code{>=} on sets as an error.
14009@end quotation
14010
cb51c4e0 14011
6d2ebf8b 14012@node Built-In Func/Proc
79a6e687 14013@subsubsection Built-in Functions and Procedures
cb51c4e0 14014@cindex Modula-2 built-ins
c906108c
SS
14015
14016Modula-2 also makes available several built-in procedures and functions.
14017In describing these, the following metavariables are used:
14018
14019@table @var
14020
14021@item a
14022represents an @code{ARRAY} variable.
14023
14024@item c
14025represents a @code{CHAR} constant or variable.
14026
14027@item i
14028represents a variable or constant of integral type.
14029
14030@item m
14031represents an identifier that belongs to a set. Generally used in the
14032same function with the metavariable @var{s}. The type of @var{s} should
14033be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
14034
14035@item n
14036represents a variable or constant of integral or floating-point type.
14037
14038@item r
14039represents a variable or constant of floating-point type.
14040
14041@item t
14042represents a type.
14043
14044@item v
14045represents a variable.
14046
14047@item x
14048represents a variable or constant of one of many types. See the
14049explanation of the function for details.
14050@end table
14051
14052All Modula-2 built-in procedures also return a result, described below.
14053
14054@table @code
14055@item ABS(@var{n})
14056Returns the absolute value of @var{n}.
14057
14058@item CAP(@var{c})
14059If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 14060equivalent, otherwise it returns its argument.
c906108c
SS
14061
14062@item CHR(@var{i})
14063Returns the character whose ordinal value is @var{i}.
14064
14065@item DEC(@var{v})
c3f6f71d 14066Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
14067
14068@item DEC(@var{v},@var{i})
14069Decrements the value in the variable @var{v} by @var{i}. Returns the
14070new value.
14071
14072@item EXCL(@var{m},@var{s})
14073Removes the element @var{m} from the set @var{s}. Returns the new
14074set.
14075
14076@item FLOAT(@var{i})
14077Returns the floating point equivalent of the integer @var{i}.
14078
14079@item HIGH(@var{a})
14080Returns the index of the last member of @var{a}.
14081
14082@item INC(@var{v})
c3f6f71d 14083Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
14084
14085@item INC(@var{v},@var{i})
14086Increments the value in the variable @var{v} by @var{i}. Returns the
14087new value.
14088
14089@item INCL(@var{m},@var{s})
14090Adds the element @var{m} to the set @var{s} if it is not already
14091there. Returns the new set.
14092
14093@item MAX(@var{t})
14094Returns the maximum value of the type @var{t}.
14095
14096@item MIN(@var{t})
14097Returns the minimum value of the type @var{t}.
14098
14099@item ODD(@var{i})
14100Returns boolean TRUE if @var{i} is an odd number.
14101
14102@item ORD(@var{x})
14103Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
14104value of a character is its @sc{ascii} value (on machines supporting the
14105@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
14106integral, character and enumerated types.
14107
14108@item SIZE(@var{x})
14109Returns the size of its argument. @var{x} can be a variable or a type.
14110
14111@item TRUNC(@var{r})
14112Returns the integral part of @var{r}.
14113
844781a1
GM
14114@item TSIZE(@var{x})
14115Returns the size of its argument. @var{x} can be a variable or a type.
14116
c906108c
SS
14117@item VAL(@var{t},@var{i})
14118Returns the member of the type @var{t} whose ordinal value is @var{i}.
14119@end table
14120
14121@quotation
14122@emph{Warning:} Sets and their operations are not yet supported, so
14123@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
14124an error.
14125@end quotation
14126
14127@cindex Modula-2 constants
6d2ebf8b 14128@node M2 Constants
c906108c
SS
14129@subsubsection Constants
14130
14131@value{GDBN} allows you to express the constants of Modula-2 in the following
14132ways:
14133
14134@itemize @bullet
14135
14136@item
14137Integer constants are simply a sequence of digits. When used in an
14138expression, a constant is interpreted to be type-compatible with the
14139rest of the expression. Hexadecimal integers are specified by a
14140trailing @samp{H}, and octal integers by a trailing @samp{B}.
14141
14142@item
14143Floating point constants appear as a sequence of digits, followed by a
14144decimal point and another sequence of digits. An optional exponent can
14145then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
14146@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
14147digits of the floating point constant must be valid decimal (base 10)
14148digits.
14149
14150@item
14151Character constants consist of a single character enclosed by a pair of
14152like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 14153also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
14154followed by a @samp{C}.
14155
14156@item
14157String constants consist of a sequence of characters enclosed by a
14158pair of like quotes, either single (@code{'}) or double (@code{"}).
14159Escape sequences in the style of C are also allowed. @xref{C
79a6e687 14160Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
c906108c
SS
14161sequences.
14162
14163@item
14164Enumerated constants consist of an enumerated identifier.
14165
14166@item
14167Boolean constants consist of the identifiers @code{TRUE} and
14168@code{FALSE}.
14169
14170@item
14171Pointer constants consist of integral values only.
14172
14173@item
14174Set constants are not yet supported.
14175@end itemize
14176
72019c9c
GM
14177@node M2 Types
14178@subsubsection Modula-2 Types
14179@cindex Modula-2 types
14180
14181Currently @value{GDBN} can print the following data types in Modula-2
14182syntax: array types, record types, set types, pointer types, procedure
14183types, enumerated types, subrange types and base types. You can also
14184print the contents of variables declared using these type.
14185This section gives a number of simple source code examples together with
14186sample @value{GDBN} sessions.
14187
14188The first example contains the following section of code:
14189
14190@smallexample
14191VAR
14192 s: SET OF CHAR ;
14193 r: [20..40] ;
14194@end smallexample
14195
14196@noindent
14197and you can request @value{GDBN} to interrogate the type and value of
14198@code{r} and @code{s}.
14199
14200@smallexample
14201(@value{GDBP}) print s
14202@{'A'..'C', 'Z'@}
14203(@value{GDBP}) ptype s
14204SET OF CHAR
14205(@value{GDBP}) print r
1420621
14207(@value{GDBP}) ptype r
14208[20..40]
14209@end smallexample
14210
14211@noindent
14212Likewise if your source code declares @code{s} as:
14213
14214@smallexample
14215VAR
14216 s: SET ['A'..'Z'] ;
14217@end smallexample
14218
14219@noindent
14220then you may query the type of @code{s} by:
14221
14222@smallexample
14223(@value{GDBP}) ptype s
14224type = SET ['A'..'Z']
14225@end smallexample
14226
14227@noindent
14228Note that at present you cannot interactively manipulate set
14229expressions using the debugger.
14230
14231The following example shows how you might declare an array in Modula-2
14232and how you can interact with @value{GDBN} to print its type and contents:
14233
14234@smallexample
14235VAR
14236 s: ARRAY [-10..10] OF CHAR ;
14237@end smallexample
14238
14239@smallexample
14240(@value{GDBP}) ptype s
14241ARRAY [-10..10] OF CHAR
14242@end smallexample
14243
14244Note that the array handling is not yet complete and although the type
14245is printed correctly, expression handling still assumes that all
14246arrays have a lower bound of zero and not @code{-10} as in the example
844781a1 14247above.
72019c9c
GM
14248
14249Here are some more type related Modula-2 examples:
14250
14251@smallexample
14252TYPE
14253 colour = (blue, red, yellow, green) ;
14254 t = [blue..yellow] ;
14255VAR
14256 s: t ;
14257BEGIN
14258 s := blue ;
14259@end smallexample
14260
14261@noindent
14262The @value{GDBN} interaction shows how you can query the data type
14263and value of a variable.
14264
14265@smallexample
14266(@value{GDBP}) print s
14267$1 = blue
14268(@value{GDBP}) ptype t
14269type = [blue..yellow]
14270@end smallexample
14271
14272@noindent
14273In this example a Modula-2 array is declared and its contents
14274displayed. Observe that the contents are written in the same way as
14275their @code{C} counterparts.
14276
14277@smallexample
14278VAR
14279 s: ARRAY [1..5] OF CARDINAL ;
14280BEGIN
14281 s[1] := 1 ;
14282@end smallexample
14283
14284@smallexample
14285(@value{GDBP}) print s
14286$1 = @{1, 0, 0, 0, 0@}
14287(@value{GDBP}) ptype s
14288type = ARRAY [1..5] OF CARDINAL
14289@end smallexample
14290
14291The Modula-2 language interface to @value{GDBN} also understands
14292pointer types as shown in this example:
14293
14294@smallexample
14295VAR
14296 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
14297BEGIN
14298 NEW(s) ;
14299 s^[1] := 1 ;
14300@end smallexample
14301
14302@noindent
14303and you can request that @value{GDBN} describes the type of @code{s}.
14304
14305@smallexample
14306(@value{GDBP}) ptype s
14307type = POINTER TO ARRAY [1..5] OF CARDINAL
14308@end smallexample
14309
14310@value{GDBN} handles compound types as we can see in this example.
14311Here we combine array types, record types, pointer types and subrange
14312types:
14313
14314@smallexample
14315TYPE
14316 foo = RECORD
14317 f1: CARDINAL ;
14318 f2: CHAR ;
14319 f3: myarray ;
14320 END ;
14321
14322 myarray = ARRAY myrange OF CARDINAL ;
14323 myrange = [-2..2] ;
14324VAR
14325 s: POINTER TO ARRAY myrange OF foo ;
14326@end smallexample
14327
14328@noindent
14329and you can ask @value{GDBN} to describe the type of @code{s} as shown
14330below.
14331
14332@smallexample
14333(@value{GDBP}) ptype s
14334type = POINTER TO ARRAY [-2..2] OF foo = RECORD
14335 f1 : CARDINAL;
14336 f2 : CHAR;
14337 f3 : ARRAY [-2..2] OF CARDINAL;
14338END
14339@end smallexample
14340
6d2ebf8b 14341@node M2 Defaults
79a6e687 14342@subsubsection Modula-2 Defaults
c906108c
SS
14343@cindex Modula-2 defaults
14344
14345If type and range checking are set automatically by @value{GDBN}, they
14346both default to @code{on} whenever the working language changes to
d4f3574e 14347Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
14348selected the working language.
14349
14350If you allow @value{GDBN} to set the language automatically, then entering
14351code compiled from a file whose name ends with @file{.mod} sets the
79a6e687
BW
14352working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
14353Infer the Source Language}, for further details.
c906108c 14354
6d2ebf8b 14355@node Deviations
79a6e687 14356@subsubsection Deviations from Standard Modula-2
c906108c
SS
14357@cindex Modula-2, deviations from
14358
14359A few changes have been made to make Modula-2 programs easier to debug.
14360This is done primarily via loosening its type strictness:
14361
14362@itemize @bullet
14363@item
14364Unlike in standard Modula-2, pointer constants can be formed by
14365integers. This allows you to modify pointer variables during
14366debugging. (In standard Modula-2, the actual address contained in a
14367pointer variable is hidden from you; it can only be modified
14368through direct assignment to another pointer variable or expression that
14369returned a pointer.)
14370
14371@item
14372C escape sequences can be used in strings and characters to represent
14373non-printable characters. @value{GDBN} prints out strings with these
14374escape sequences embedded. Single non-printable characters are
14375printed using the @samp{CHR(@var{nnn})} format.
14376
14377@item
14378The assignment operator (@code{:=}) returns the value of its right-hand
14379argument.
14380
14381@item
14382All built-in procedures both modify @emph{and} return their argument.
14383@end itemize
14384
6d2ebf8b 14385@node M2 Checks
79a6e687 14386@subsubsection Modula-2 Type and Range Checks
c906108c
SS
14387@cindex Modula-2 checks
14388
14389@quotation
14390@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
14391range checking.
14392@end quotation
14393@c FIXME remove warning when type/range checks added
14394
14395@value{GDBN} considers two Modula-2 variables type equivalent if:
14396
14397@itemize @bullet
14398@item
14399They are of types that have been declared equivalent via a @code{TYPE
14400@var{t1} = @var{t2}} statement
14401
14402@item
14403They have been declared on the same line. (Note: This is true of the
14404@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
14405@end itemize
14406
14407As long as type checking is enabled, any attempt to combine variables
14408whose types are not equivalent is an error.
14409
14410Range checking is done on all mathematical operations, assignment, array
14411index bounds, and all built-in functions and procedures.
14412
6d2ebf8b 14413@node M2 Scope
79a6e687 14414@subsubsection The Scope Operators @code{::} and @code{.}
c906108c 14415@cindex scope
41afff9a 14416@cindex @code{.}, Modula-2 scope operator
c906108c
SS
14417@cindex colon, doubled as scope operator
14418@ifinfo
41afff9a 14419@vindex colon-colon@r{, in Modula-2}
c906108c
SS
14420@c Info cannot handle :: but TeX can.
14421@end ifinfo
a67ec3f4 14422@ifnotinfo
41afff9a 14423@vindex ::@r{, in Modula-2}
a67ec3f4 14424@end ifnotinfo
c906108c
SS
14425
14426There are a few subtle differences between the Modula-2 scope operator
14427(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
14428similar syntax:
14429
474c8240 14430@smallexample
c906108c
SS
14431
14432@var{module} . @var{id}
14433@var{scope} :: @var{id}
474c8240 14434@end smallexample
c906108c
SS
14435
14436@noindent
14437where @var{scope} is the name of a module or a procedure,
14438@var{module} the name of a module, and @var{id} is any declared
14439identifier within your program, except another module.
14440
14441Using the @code{::} operator makes @value{GDBN} search the scope
14442specified by @var{scope} for the identifier @var{id}. If it is not
14443found in the specified scope, then @value{GDBN} searches all scopes
14444enclosing the one specified by @var{scope}.
14445
14446Using the @code{.} operator makes @value{GDBN} search the current scope for
14447the identifier specified by @var{id} that was imported from the
14448definition module specified by @var{module}. With this operator, it is
14449an error if the identifier @var{id} was not imported from definition
14450module @var{module}, or if @var{id} is not an identifier in
14451@var{module}.
14452
6d2ebf8b 14453@node GDB/M2
c906108c
SS
14454@subsubsection @value{GDBN} and Modula-2
14455
14456Some @value{GDBN} commands have little use when debugging Modula-2 programs.
14457Five subcommands of @code{set print} and @code{show print} apply
b37052ae 14458specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 14459@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 14460apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
14461analogue in Modula-2.
14462
14463The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 14464with any language, is not useful with Modula-2. Its
c906108c 14465intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 14466created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 14467address can be specified by an integral constant, the construct
d4f3574e 14468@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
14469
14470@cindex @code{#} in Modula-2
14471In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
14472interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 14473
e07c999f
PH
14474@node Ada
14475@subsection Ada
14476@cindex Ada
14477
14478The extensions made to @value{GDBN} for Ada only support
14479output from the @sc{gnu} Ada (GNAT) compiler.
14480Other Ada compilers are not currently supported, and
14481attempting to debug executables produced by them is most likely
14482to be difficult.
14483
14484
14485@cindex expressions in Ada
14486@menu
14487* Ada Mode Intro:: General remarks on the Ada syntax
14488 and semantics supported by Ada mode
14489 in @value{GDBN}.
14490* Omissions from Ada:: Restrictions on the Ada expression syntax.
14491* Additions to Ada:: Extensions of the Ada expression syntax.
14492* Stopping Before Main Program:: Debugging the program during elaboration.
20924a55
JB
14493* Ada Tasks:: Listing and setting breakpoints in tasks.
14494* Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
6e1bb179
JB
14495* Ravenscar Profile:: Tasking Support when using the Ravenscar
14496 Profile
e07c999f
PH
14497* Ada Glitches:: Known peculiarities of Ada mode.
14498@end menu
14499
14500@node Ada Mode Intro
14501@subsubsection Introduction
14502@cindex Ada mode, general
14503
14504The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
14505syntax, with some extensions.
14506The philosophy behind the design of this subset is
14507
14508@itemize @bullet
14509@item
14510That @value{GDBN} should provide basic literals and access to operations for
14511arithmetic, dereferencing, field selection, indexing, and subprogram calls,
14512leaving more sophisticated computations to subprograms written into the
14513program (which therefore may be called from @value{GDBN}).
14514
14515@item
14516That type safety and strict adherence to Ada language restrictions
14517are not particularly important to the @value{GDBN} user.
14518
14519@item
14520That brevity is important to the @value{GDBN} user.
14521@end itemize
14522
f3a2dd1a
JB
14523Thus, for brevity, the debugger acts as if all names declared in
14524user-written packages are directly visible, even if they are not visible
14525according to Ada rules, thus making it unnecessary to fully qualify most
14526names with their packages, regardless of context. Where this causes
14527ambiguity, @value{GDBN} asks the user's intent.
e07c999f
PH
14528
14529The debugger will start in Ada mode if it detects an Ada main program.
14530As for other languages, it will enter Ada mode when stopped in a program that
14531was translated from an Ada source file.
14532
14533While in Ada mode, you may use `@t{--}' for comments. This is useful
14534mostly for documenting command files. The standard @value{GDBN} comment
14535(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
14536middle (to allow based literals).
14537
14538The debugger supports limited overloading. Given a subprogram call in which
14539the function symbol has multiple definitions, it will use the number of
14540actual parameters and some information about their types to attempt to narrow
14541the set of definitions. It also makes very limited use of context, preferring
14542procedures to functions in the context of the @code{call} command, and
14543functions to procedures elsewhere.
14544
14545@node Omissions from Ada
14546@subsubsection Omissions from Ada
14547@cindex Ada, omissions from
14548
14549Here are the notable omissions from the subset:
14550
14551@itemize @bullet
14552@item
14553Only a subset of the attributes are supported:
14554
14555@itemize @minus
14556@item
14557@t{'First}, @t{'Last}, and @t{'Length}
14558 on array objects (not on types and subtypes).
14559
14560@item
14561@t{'Min} and @t{'Max}.
14562
14563@item
14564@t{'Pos} and @t{'Val}.
14565
14566@item
14567@t{'Tag}.
14568
14569@item
14570@t{'Range} on array objects (not subtypes), but only as the right
14571operand of the membership (@code{in}) operator.
14572
14573@item
14574@t{'Access}, @t{'Unchecked_Access}, and
14575@t{'Unrestricted_Access} (a GNAT extension).
14576
14577@item
14578@t{'Address}.
14579@end itemize
14580
14581@item
14582The names in
14583@code{Characters.Latin_1} are not available and
14584concatenation is not implemented. Thus, escape characters in strings are
14585not currently available.
14586
14587@item
14588Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
14589equality of representations. They will generally work correctly
14590for strings and arrays whose elements have integer or enumeration types.
14591They may not work correctly for arrays whose element
14592types have user-defined equality, for arrays of real values
14593(in particular, IEEE-conformant floating point, because of negative
14594zeroes and NaNs), and for arrays whose elements contain unused bits with
14595indeterminate values.
14596
14597@item
14598The other component-by-component array operations (@code{and}, @code{or},
14599@code{xor}, @code{not}, and relational tests other than equality)
14600are not implemented.
14601
14602@item
860701dc
PH
14603@cindex array aggregates (Ada)
14604@cindex record aggregates (Ada)
14605@cindex aggregates (Ada)
14606There is limited support for array and record aggregates. They are
14607permitted only on the right sides of assignments, as in these examples:
14608
14609@smallexample
077e0a52
JB
14610(@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
14611(@value{GDBP}) set An_Array := (1, others => 0)
14612(@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
14613(@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
14614(@value{GDBP}) set A_Record := (1, "Peter", True);
14615(@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
860701dc
PH
14616@end smallexample
14617
14618Changing a
14619discriminant's value by assigning an aggregate has an
14620undefined effect if that discriminant is used within the record.
14621However, you can first modify discriminants by directly assigning to
14622them (which normally would not be allowed in Ada), and then performing an
14623aggregate assignment. For example, given a variable @code{A_Rec}
14624declared to have a type such as:
14625
14626@smallexample
14627type Rec (Len : Small_Integer := 0) is record
14628 Id : Integer;
14629 Vals : IntArray (1 .. Len);
14630end record;
14631@end smallexample
14632
14633you can assign a value with a different size of @code{Vals} with two
14634assignments:
14635
14636@smallexample
077e0a52
JB
14637(@value{GDBP}) set A_Rec.Len := 4
14638(@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
860701dc
PH
14639@end smallexample
14640
14641As this example also illustrates, @value{GDBN} is very loose about the usual
14642rules concerning aggregates. You may leave out some of the
14643components of an array or record aggregate (such as the @code{Len}
14644component in the assignment to @code{A_Rec} above); they will retain their
14645original values upon assignment. You may freely use dynamic values as
14646indices in component associations. You may even use overlapping or
14647redundant component associations, although which component values are
14648assigned in such cases is not defined.
e07c999f
PH
14649
14650@item
14651Calls to dispatching subprograms are not implemented.
14652
14653@item
14654The overloading algorithm is much more limited (i.e., less selective)
ae21e955
BW
14655than that of real Ada. It makes only limited use of the context in
14656which a subexpression appears to resolve its meaning, and it is much
14657looser in its rules for allowing type matches. As a result, some
14658function calls will be ambiguous, and the user will be asked to choose
14659the proper resolution.
e07c999f
PH
14660
14661@item
14662The @code{new} operator is not implemented.
14663
14664@item
14665Entry calls are not implemented.
14666
14667@item
14668Aside from printing, arithmetic operations on the native VAX floating-point
14669formats are not supported.
14670
14671@item
14672It is not possible to slice a packed array.
158c7665
PH
14673
14674@item
14675The names @code{True} and @code{False}, when not part of a qualified name,
14676are interpreted as if implicitly prefixed by @code{Standard}, regardless of
14677context.
14678Should your program
14679redefine these names in a package or procedure (at best a dubious practice),
14680you will have to use fully qualified names to access their new definitions.
e07c999f
PH
14681@end itemize
14682
14683@node Additions to Ada
14684@subsubsection Additions to Ada
14685@cindex Ada, deviations from
14686
14687As it does for other languages, @value{GDBN} makes certain generic
14688extensions to Ada (@pxref{Expressions}):
14689
14690@itemize @bullet
14691@item
ae21e955
BW
14692If the expression @var{E} is a variable residing in memory (typically
14693a local variable or array element) and @var{N} is a positive integer,
14694then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
14695@var{N}-1 adjacent variables following it in memory as an array. In
14696Ada, this operator is generally not necessary, since its prime use is
14697in displaying parts of an array, and slicing will usually do this in
14698Ada. However, there are occasional uses when debugging programs in
14699which certain debugging information has been optimized away.
e07c999f
PH
14700
14701@item
ae21e955
BW
14702@code{@var{B}::@var{var}} means ``the variable named @var{var} that
14703appears in function or file @var{B}.'' When @var{B} is a file name,
14704you must typically surround it in single quotes.
e07c999f
PH
14705
14706@item
14707The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
14708@var{type} that appears at address @var{addr}.''
14709
14710@item
14711A name starting with @samp{$} is a convenience variable
14712(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
14713@end itemize
14714
ae21e955
BW
14715In addition, @value{GDBN} provides a few other shortcuts and outright
14716additions specific to Ada:
e07c999f
PH
14717
14718@itemize @bullet
14719@item
14720The assignment statement is allowed as an expression, returning
14721its right-hand operand as its value. Thus, you may enter
14722
14723@smallexample
077e0a52
JB
14724(@value{GDBP}) set x := y + 3
14725(@value{GDBP}) print A(tmp := y + 1)
e07c999f
PH
14726@end smallexample
14727
14728@item
14729The semicolon is allowed as an ``operator,'' returning as its value
14730the value of its right-hand operand.
14731This allows, for example,
14732complex conditional breaks:
14733
14734@smallexample
077e0a52
JB
14735(@value{GDBP}) break f
14736(@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
e07c999f
PH
14737@end smallexample
14738
14739@item
14740Rather than use catenation and symbolic character names to introduce special
14741characters into strings, one may instead use a special bracket notation,
14742which is also used to print strings. A sequence of characters of the form
14743@samp{["@var{XX}"]} within a string or character literal denotes the
14744(single) character whose numeric encoding is @var{XX} in hexadecimal. The
14745sequence of characters @samp{["""]} also denotes a single quotation mark
14746in strings. For example,
14747@smallexample
14748 "One line.["0a"]Next line.["0a"]"
14749@end smallexample
14750@noindent
ae21e955
BW
14751contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
14752after each period.
e07c999f
PH
14753
14754@item
14755The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
14756@t{'Max} is optional (and is ignored in any case). For example, it is valid
14757to write
14758
14759@smallexample
077e0a52 14760(@value{GDBP}) print 'max(x, y)
e07c999f
PH
14761@end smallexample
14762
14763@item
14764When printing arrays, @value{GDBN} uses positional notation when the
14765array has a lower bound of 1, and uses a modified named notation otherwise.
ae21e955
BW
14766For example, a one-dimensional array of three integers with a lower bound
14767of 3 might print as
e07c999f
PH
14768
14769@smallexample
14770(3 => 10, 17, 1)
14771@end smallexample
14772
14773@noindent
14774That is, in contrast to valid Ada, only the first component has a @code{=>}
14775clause.
14776
14777@item
14778You may abbreviate attributes in expressions with any unique,
14779multi-character subsequence of
14780their names (an exact match gets preference).
14781For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
14782in place of @t{a'length}.
14783
14784@item
14785@cindex quoting Ada internal identifiers
14786Since Ada is case-insensitive, the debugger normally maps identifiers you type
14787to lower case. The GNAT compiler uses upper-case characters for
14788some of its internal identifiers, which are normally of no interest to users.
14789For the rare occasions when you actually have to look at them,
14790enclose them in angle brackets to avoid the lower-case mapping.
14791For example,
14792@smallexample
077e0a52 14793(@value{GDBP}) print <JMPBUF_SAVE>[0]
e07c999f
PH
14794@end smallexample
14795
14796@item
14797Printing an object of class-wide type or dereferencing an
14798access-to-class-wide value will display all the components of the object's
14799specific type (as indicated by its run-time tag). Likewise, component
14800selection on such a value will operate on the specific type of the
14801object.
14802
14803@end itemize
14804
14805@node Stopping Before Main Program
14806@subsubsection Stopping at the Very Beginning
14807
14808@cindex breakpointing Ada elaboration code
14809It is sometimes necessary to debug the program during elaboration, and
14810before reaching the main procedure.
14811As defined in the Ada Reference
14812Manual, the elaboration code is invoked from a procedure called
14813@code{adainit}. To run your program up to the beginning of
14814elaboration, simply use the following two commands:
14815@code{tbreak adainit} and @code{run}.
14816
20924a55
JB
14817@node Ada Tasks
14818@subsubsection Extensions for Ada Tasks
14819@cindex Ada, tasking
14820
14821Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
14822@value{GDBN} provides the following task-related commands:
14823
14824@table @code
14825@kindex info tasks
14826@item info tasks
14827This command shows a list of current Ada tasks, as in the following example:
14828
14829
14830@smallexample
14831@iftex
14832@leftskip=0.5cm
14833@end iftex
14834(@value{GDBP}) info tasks
14835 ID TID P-ID Pri State Name
14836 1 8088000 0 15 Child Activation Wait main_task
14837 2 80a4000 1 15 Accept Statement b
14838 3 809a800 1 15 Child Activation Wait a
32cd1edc 14839* 4 80ae800 3 15 Runnable c
20924a55
JB
14840
14841@end smallexample
14842
14843@noindent
14844In this listing, the asterisk before the last task indicates it to be the
14845task currently being inspected.
14846
14847@table @asis
14848@item ID
14849Represents @value{GDBN}'s internal task number.
14850
14851@item TID
14852The Ada task ID.
14853
14854@item P-ID
14855The parent's task ID (@value{GDBN}'s internal task number).
14856
14857@item Pri
14858The base priority of the task.
14859
14860@item State
14861Current state of the task.
14862
14863@table @code
14864@item Unactivated
14865The task has been created but has not been activated. It cannot be
14866executing.
14867
20924a55
JB
14868@item Runnable
14869The task is not blocked for any reason known to Ada. (It may be waiting
14870for a mutex, though.) It is conceptually "executing" in normal mode.
14871
14872@item Terminated
14873The task is terminated, in the sense of ARM 9.3 (5). Any dependents
14874that were waiting on terminate alternatives have been awakened and have
14875terminated themselves.
14876
14877@item Child Activation Wait
14878The task is waiting for created tasks to complete activation.
14879
14880@item Accept Statement
14881The task is waiting on an accept or selective wait statement.
14882
14883@item Waiting on entry call
14884The task is waiting on an entry call.
14885
14886@item Async Select Wait
14887The task is waiting to start the abortable part of an asynchronous
14888select statement.
14889
14890@item Delay Sleep
14891The task is waiting on a select statement with only a delay
14892alternative open.
14893
14894@item Child Termination Wait
14895The task is sleeping having completed a master within itself, and is
14896waiting for the tasks dependent on that master to become terminated or
14897waiting on a terminate Phase.
14898
14899@item Wait Child in Term Alt
14900The task is sleeping waiting for tasks on terminate alternatives to
14901finish terminating.
14902
14903@item Accepting RV with @var{taskno}
14904The task is accepting a rendez-vous with the task @var{taskno}.
14905@end table
14906
14907@item Name
14908Name of the task in the program.
14909
14910@end table
14911
14912@kindex info task @var{taskno}
14913@item info task @var{taskno}
14914This command shows detailled informations on the specified task, as in
14915the following example:
14916@smallexample
14917@iftex
14918@leftskip=0.5cm
14919@end iftex
14920(@value{GDBP}) info tasks
14921 ID TID P-ID Pri State Name
14922 1 8077880 0 15 Child Activation Wait main_task
32cd1edc 14923* 2 807c468 1 15 Runnable task_1
20924a55
JB
14924(@value{GDBP}) info task 2
14925Ada Task: 0x807c468
14926Name: task_1
14927Thread: 0x807f378
14928Parent: 1 (main_task)
14929Base Priority: 15
14930State: Runnable
14931@end smallexample
14932
14933@item task
14934@kindex task@r{ (Ada)}
14935@cindex current Ada task ID
14936This command prints the ID of the current task.
14937
14938@smallexample
14939@iftex
14940@leftskip=0.5cm
14941@end iftex
14942(@value{GDBP}) info tasks
14943 ID TID P-ID Pri State Name
14944 1 8077870 0 15 Child Activation Wait main_task
32cd1edc 14945* 2 807c458 1 15 Runnable t
20924a55
JB
14946(@value{GDBP}) task
14947[Current task is 2]
14948@end smallexample
14949
14950@item task @var{taskno}
14951@cindex Ada task switching
14952This command is like the @code{thread @var{threadno}}
14953command (@pxref{Threads}). It switches the context of debugging
14954from the current task to the given task.
14955
14956@smallexample
14957@iftex
14958@leftskip=0.5cm
14959@end iftex
14960(@value{GDBP}) info tasks
14961 ID TID P-ID Pri State Name
14962 1 8077870 0 15 Child Activation Wait main_task
32cd1edc 14963* 2 807c458 1 15 Runnable t
20924a55
JB
14964(@value{GDBP}) task 1
14965[Switching to task 1]
14966#0 0x8067726 in pthread_cond_wait ()
14967(@value{GDBP}) bt
14968#0 0x8067726 in pthread_cond_wait ()
14969#1 0x8056714 in system.os_interface.pthread_cond_wait ()
14970#2 0x805cb63 in system.task_primitives.operations.sleep ()
14971#3 0x806153e in system.tasking.stages.activate_tasks ()
14972#4 0x804aacc in un () at un.adb:5
14973@end smallexample
14974
45ac276d
JB
14975@item break @var{linespec} task @var{taskno}
14976@itemx break @var{linespec} task @var{taskno} if @dots{}
14977@cindex breakpoints and tasks, in Ada
14978@cindex task breakpoints, in Ada
14979@kindex break @dots{} task @var{taskno}@r{ (Ada)}
14980These commands are like the @code{break @dots{} thread @dots{}}
14981command (@pxref{Thread Stops}).
14982@var{linespec} specifies source lines, as described
14983in @ref{Specify Location}.
14984
14985Use the qualifier @samp{task @var{taskno}} with a breakpoint command
14986to specify that you only want @value{GDBN} to stop the program when a
14987particular Ada task reaches this breakpoint. @var{taskno} is one of the
14988numeric task identifiers assigned by @value{GDBN}, shown in the first
14989column of the @samp{info tasks} display.
14990
14991If you do not specify @samp{task @var{taskno}} when you set a
14992breakpoint, the breakpoint applies to @emph{all} tasks of your
14993program.
14994
14995You can use the @code{task} qualifier on conditional breakpoints as
14996well; in this case, place @samp{task @var{taskno}} before the
14997breakpoint condition (before the @code{if}).
14998
14999For example,
15000
15001@smallexample
15002@iftex
15003@leftskip=0.5cm
15004@end iftex
15005(@value{GDBP}) info tasks
15006 ID TID P-ID Pri State Name
15007 1 140022020 0 15 Child Activation Wait main_task
15008 2 140045060 1 15 Accept/Select Wait t2
15009 3 140044840 1 15 Runnable t1
15010* 4 140056040 1 15 Runnable t3
15011(@value{GDBP}) b 15 task 2
15012Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
15013(@value{GDBP}) cont
15014Continuing.
15015task # 1 running
15016task # 2 running
15017
15018Breakpoint 5, test_task_debug () at test_task_debug.adb:15
1501915 flush;
15020(@value{GDBP}) info tasks
15021 ID TID P-ID Pri State Name
15022 1 140022020 0 15 Child Activation Wait main_task
15023* 2 140045060 1 15 Runnable t2
15024 3 140044840 1 15 Runnable t1
15025 4 140056040 1 15 Delay Sleep t3
15026@end smallexample
20924a55
JB
15027@end table
15028
15029@node Ada Tasks and Core Files
15030@subsubsection Tasking Support when Debugging Core Files
15031@cindex Ada tasking and core file debugging
15032
15033When inspecting a core file, as opposed to debugging a live program,
15034tasking support may be limited or even unavailable, depending on
15035the platform being used.
15036For instance, on x86-linux, the list of tasks is available, but task
15037switching is not supported. On Tru64, however, task switching will work
15038as usual.
15039
15040On certain platforms, including Tru64, the debugger needs to perform some
15041memory writes in order to provide Ada tasking support. When inspecting
15042a core file, this means that the core file must be opened with read-write
15043privileges, using the command @samp{"set write on"} (@pxref{Patching}).
15044Under these circumstances, you should make a backup copy of the core
15045file before inspecting it with @value{GDBN}.
15046
6e1bb179
JB
15047@node Ravenscar Profile
15048@subsubsection Tasking Support when using the Ravenscar Profile
15049@cindex Ravenscar Profile
15050
15051The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
15052specifically designed for systems with safety-critical real-time
15053requirements.
15054
15055@table @code
15056@kindex set ravenscar task-switching on
15057@cindex task switching with program using Ravenscar Profile
15058@item set ravenscar task-switching on
15059Allows task switching when debugging a program that uses the Ravenscar
15060Profile. This is the default.
15061
15062@kindex set ravenscar task-switching off
15063@item set ravenscar task-switching off
15064Turn off task switching when debugging a program that uses the Ravenscar
15065Profile. This is mostly intended to disable the code that adds support
15066for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
15067the Ravenscar runtime is preventing @value{GDBN} from working properly.
15068To be effective, this command should be run before the program is started.
15069
15070@kindex show ravenscar task-switching
15071@item show ravenscar task-switching
15072Show whether it is possible to switch from task to task in a program
15073using the Ravenscar Profile.
15074
15075@end table
15076
e07c999f
PH
15077@node Ada Glitches
15078@subsubsection Known Peculiarities of Ada Mode
15079@cindex Ada, problems
15080
15081Besides the omissions listed previously (@pxref{Omissions from Ada}),
15082we know of several problems with and limitations of Ada mode in
15083@value{GDBN},
15084some of which will be fixed with planned future releases of the debugger
15085and the GNU Ada compiler.
15086
15087@itemize @bullet
e07c999f
PH
15088@item
15089Static constants that the compiler chooses not to materialize as objects in
15090storage are invisible to the debugger.
15091
15092@item
15093Named parameter associations in function argument lists are ignored (the
15094argument lists are treated as positional).
15095
15096@item
15097Many useful library packages are currently invisible to the debugger.
15098
15099@item
15100Fixed-point arithmetic, conversions, input, and output is carried out using
15101floating-point arithmetic, and may give results that only approximate those on
15102the host machine.
15103
e07c999f
PH
15104@item
15105The GNAT compiler never generates the prefix @code{Standard} for any of
15106the standard symbols defined by the Ada language. @value{GDBN} knows about
15107this: it will strip the prefix from names when you use it, and will never
15108look for a name you have so qualified among local symbols, nor match against
15109symbols in other packages or subprograms. If you have
15110defined entities anywhere in your program other than parameters and
15111local variables whose simple names match names in @code{Standard},
15112GNAT's lack of qualification here can cause confusion. When this happens,
15113you can usually resolve the confusion
15114by qualifying the problematic names with package
15115@code{Standard} explicitly.
15116@end itemize
15117
95433b34
JB
15118Older versions of the compiler sometimes generate erroneous debugging
15119information, resulting in the debugger incorrectly printing the value
15120of affected entities. In some cases, the debugger is able to work
15121around an issue automatically. In other cases, the debugger is able
15122to work around the issue, but the work-around has to be specifically
15123enabled.
15124
15125@kindex set ada trust-PAD-over-XVS
15126@kindex show ada trust-PAD-over-XVS
15127@table @code
15128
15129@item set ada trust-PAD-over-XVS on
15130Configure GDB to strictly follow the GNAT encoding when computing the
15131value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
15132types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
15133a complete description of the encoding used by the GNAT compiler).
15134This is the default.
15135
15136@item set ada trust-PAD-over-XVS off
15137This is related to the encoding using by the GNAT compiler. If @value{GDBN}
15138sometimes prints the wrong value for certain entities, changing @code{ada
15139trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
15140the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
15141@code{off}, but this incurs a slight performance penalty, so it is
15142recommended to leave this setting to @code{on} unless necessary.
15143
15144@end table
15145
79a6e687
BW
15146@node Unsupported Languages
15147@section Unsupported Languages
4e562065
JB
15148
15149@cindex unsupported languages
15150@cindex minimal language
15151In addition to the other fully-supported programming languages,
15152@value{GDBN} also provides a pseudo-language, called @code{minimal}.
15153It does not represent a real programming language, but provides a set
15154of capabilities close to what the C or assembly languages provide.
15155This should allow most simple operations to be performed while debugging
15156an application that uses a language currently not supported by @value{GDBN}.
15157
15158If the language is set to @code{auto}, @value{GDBN} will automatically
15159select this language if the current frame corresponds to an unsupported
15160language.
15161
6d2ebf8b 15162@node Symbols
c906108c
SS
15163@chapter Examining the Symbol Table
15164
d4f3574e 15165The commands described in this chapter allow you to inquire about the
c906108c
SS
15166symbols (names of variables, functions and types) defined in your
15167program. This information is inherent in the text of your program and
15168does not change as your program executes. @value{GDBN} finds it in your
15169program's symbol table, in the file indicated when you started @value{GDBN}
79a6e687
BW
15170(@pxref{File Options, ,Choosing Files}), or by one of the
15171file-management commands (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
15172
15173@cindex symbol names
15174@cindex names of symbols
15175@cindex quoting names
15176Occasionally, you may need to refer to symbols that contain unusual
15177characters, which @value{GDBN} ordinarily treats as word delimiters. The
15178most frequent case is in referring to static variables in other
79a6e687 15179source files (@pxref{Variables,,Program Variables}). File names
c906108c
SS
15180are recorded in object files as debugging symbols, but @value{GDBN} would
15181ordinarily parse a typical file name, like @file{foo.c}, as the three words
15182@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
15183@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
15184
474c8240 15185@smallexample
c906108c 15186p 'foo.c'::x
474c8240 15187@end smallexample
c906108c
SS
15188
15189@noindent
15190looks up the value of @code{x} in the scope of the file @file{foo.c}.
15191
15192@table @code
a8f24a35
EZ
15193@cindex case-insensitive symbol names
15194@cindex case sensitivity in symbol names
15195@kindex set case-sensitive
15196@item set case-sensitive on
15197@itemx set case-sensitive off
15198@itemx set case-sensitive auto
15199Normally, when @value{GDBN} looks up symbols, it matches their names
15200with case sensitivity determined by the current source language.
15201Occasionally, you may wish to control that. The command @code{set
15202case-sensitive} lets you do that by specifying @code{on} for
15203case-sensitive matches or @code{off} for case-insensitive ones. If
15204you specify @code{auto}, case sensitivity is reset to the default
15205suitable for the source language. The default is case-sensitive
15206matches for all languages except for Fortran, for which the default is
15207case-insensitive matches.
15208
9c16f35a
EZ
15209@kindex show case-sensitive
15210@item show case-sensitive
a8f24a35
EZ
15211This command shows the current setting of case sensitivity for symbols
15212lookups.
15213
53342f27
TT
15214@kindex set print type methods
15215@item set print type methods
15216@itemx set print type methods on
15217@itemx set print type methods off
15218Normally, when @value{GDBN} prints a class, it displays any methods
15219declared in that class. You can control this behavior either by
15220passing the appropriate flag to @code{ptype}, or using @command{set
15221print type methods}. Specifying @code{on} will cause @value{GDBN} to
15222display the methods; this is the default. Specifying @code{off} will
15223cause @value{GDBN} to omit the methods.
15224
15225@kindex show print type methods
15226@item show print type methods
15227This command shows the current setting of method display when printing
15228classes.
15229
15230@kindex set print type typedefs
15231@item set print type typedefs
15232@itemx set print type typedefs on
15233@itemx set print type typedefs off
15234
15235Normally, when @value{GDBN} prints a class, it displays any typedefs
15236defined in that class. You can control this behavior either by
15237passing the appropriate flag to @code{ptype}, or using @command{set
15238print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
15239display the typedef definitions; this is the default. Specifying
15240@code{off} will cause @value{GDBN} to omit the typedef definitions.
15241Note that this controls whether the typedef definition itself is
15242printed, not whether typedef names are substituted when printing other
15243types.
15244
15245@kindex show print type typedefs
15246@item show print type typedefs
15247This command shows the current setting of typedef display when
15248printing classes.
15249
c906108c 15250@kindex info address
b37052ae 15251@cindex address of a symbol
c906108c
SS
15252@item info address @var{symbol}
15253Describe where the data for @var{symbol} is stored. For a register
15254variable, this says which register it is kept in. For a non-register
15255local variable, this prints the stack-frame offset at which the variable
15256is always stored.
15257
15258Note the contrast with @samp{print &@var{symbol}}, which does not work
15259at all for a register variable, and for a stack local variable prints
15260the exact address of the current instantiation of the variable.
15261
3d67e040 15262@kindex info symbol
b37052ae 15263@cindex symbol from address
9c16f35a 15264@cindex closest symbol and offset for an address
3d67e040
EZ
15265@item info symbol @var{addr}
15266Print the name of a symbol which is stored at the address @var{addr}.
15267If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
15268nearest symbol and an offset from it:
15269
474c8240 15270@smallexample
3d67e040
EZ
15271(@value{GDBP}) info symbol 0x54320
15272_initialize_vx + 396 in section .text
474c8240 15273@end smallexample
3d67e040
EZ
15274
15275@noindent
15276This is the opposite of the @code{info address} command. You can use
15277it to find out the name of a variable or a function given its address.
15278
c14c28ba
PP
15279For dynamically linked executables, the name of executable or shared
15280library containing the symbol is also printed:
15281
15282@smallexample
15283(@value{GDBP}) info symbol 0x400225
15284_start + 5 in section .text of /tmp/a.out
15285(@value{GDBP}) info symbol 0x2aaaac2811cf
15286__read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
15287@end smallexample
15288
c906108c 15289@kindex whatis
53342f27 15290@item whatis[/@var{flags}] [@var{arg}]
177bc839
JK
15291Print the data type of @var{arg}, which can be either an expression
15292or a name of a data type. With no argument, print the data type of
15293@code{$}, the last value in the value history.
15294
15295If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
15296is not actually evaluated, and any side-effecting operations (such as
15297assignments or function calls) inside it do not take place.
15298
15299If @var{arg} is a variable or an expression, @code{whatis} prints its
15300literal type as it is used in the source code. If the type was
15301defined using a @code{typedef}, @code{whatis} will @emph{not} print
15302the data type underlying the @code{typedef}. If the type of the
15303variable or the expression is a compound data type, such as
15304@code{struct} or @code{class}, @code{whatis} never prints their
15305fields or methods. It just prints the @code{struct}/@code{class}
15306name (a.k.a.@: its @dfn{tag}). If you want to see the members of
15307such a compound data type, use @code{ptype}.
15308
15309If @var{arg} is a type name that was defined using @code{typedef},
15310@code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
15311Unrolling means that @code{whatis} will show the underlying type used
15312in the @code{typedef} declaration of @var{arg}. However, if that
15313underlying type is also a @code{typedef}, @code{whatis} will not
15314unroll it.
15315
15316For C code, the type names may also have the form @samp{class
15317@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
15318@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 15319
53342f27
TT
15320@var{flags} can be used to modify how the type is displayed.
15321Available flags are:
15322
15323@table @code
15324@item r
15325Display in ``raw'' form. Normally, @value{GDBN} substitutes template
15326parameters and typedefs defined in a class when printing the class'
15327members. The @code{/r} flag disables this.
15328
15329@item m
15330Do not print methods defined in the class.
15331
15332@item M
15333Print methods defined in the class. This is the default, but the flag
15334exists in case you change the default with @command{set print type methods}.
15335
15336@item t
15337Do not print typedefs defined in the class. Note that this controls
15338whether the typedef definition itself is printed, not whether typedef
15339names are substituted when printing other types.
15340
15341@item T
15342Print typedefs defined in the class. This is the default, but the flag
15343exists in case you change the default with @command{set print type typedefs}.
15344@end table
15345
c906108c 15346@kindex ptype
53342f27 15347@item ptype[/@var{flags}] [@var{arg}]
62f3a2ba
FF
15348@code{ptype} accepts the same arguments as @code{whatis}, but prints a
15349detailed description of the type, instead of just the name of the type.
15350@xref{Expressions, ,Expressions}.
c906108c 15351
177bc839
JK
15352Contrary to @code{whatis}, @code{ptype} always unrolls any
15353@code{typedef}s in its argument declaration, whether the argument is
15354a variable, expression, or a data type. This means that @code{ptype}
15355of a variable or an expression will not print literally its type as
15356present in the source code---use @code{whatis} for that. @code{typedef}s at
15357the pointer or reference targets are also unrolled. Only @code{typedef}s of
15358fields, methods and inner @code{class typedef}s of @code{struct}s,
15359@code{class}es and @code{union}s are not unrolled even with @code{ptype}.
15360
c906108c
SS
15361For example, for this variable declaration:
15362
474c8240 15363@smallexample
177bc839
JK
15364typedef double real_t;
15365struct complex @{ real_t real; double imag; @};
15366typedef struct complex complex_t;
15367complex_t var;
15368real_t *real_pointer_var;
474c8240 15369@end smallexample
c906108c
SS
15370
15371@noindent
15372the two commands give this output:
15373
474c8240 15374@smallexample
c906108c 15375@group
177bc839
JK
15376(@value{GDBP}) whatis var
15377type = complex_t
15378(@value{GDBP}) ptype var
15379type = struct complex @{
15380 real_t real;
15381 double imag;
15382@}
15383(@value{GDBP}) whatis complex_t
15384type = struct complex
15385(@value{GDBP}) whatis struct complex
c906108c 15386type = struct complex
177bc839 15387(@value{GDBP}) ptype struct complex
c906108c 15388type = struct complex @{
177bc839 15389 real_t real;
c906108c
SS
15390 double imag;
15391@}
177bc839
JK
15392(@value{GDBP}) whatis real_pointer_var
15393type = real_t *
15394(@value{GDBP}) ptype real_pointer_var
15395type = double *
c906108c 15396@end group
474c8240 15397@end smallexample
c906108c
SS
15398
15399@noindent
15400As with @code{whatis}, using @code{ptype} without an argument refers to
15401the type of @code{$}, the last value in the value history.
15402
ab1adacd
EZ
15403@cindex incomplete type
15404Sometimes, programs use opaque data types or incomplete specifications
15405of complex data structure. If the debug information included in the
15406program does not allow @value{GDBN} to display a full declaration of
15407the data type, it will say @samp{<incomplete type>}. For example,
15408given these declarations:
15409
15410@smallexample
15411 struct foo;
15412 struct foo *fooptr;
15413@end smallexample
15414
15415@noindent
15416but no definition for @code{struct foo} itself, @value{GDBN} will say:
15417
15418@smallexample
ddb50cd7 15419 (@value{GDBP}) ptype foo
ab1adacd
EZ
15420 $1 = <incomplete type>
15421@end smallexample
15422
15423@noindent
15424``Incomplete type'' is C terminology for data types that are not
15425completely specified.
15426
c906108c
SS
15427@kindex info types
15428@item info types @var{regexp}
15429@itemx info types
09d4efe1
EZ
15430Print a brief description of all types whose names match the regular
15431expression @var{regexp} (or all types in your program, if you supply
15432no argument). Each complete typename is matched as though it were a
15433complete line; thus, @samp{i type value} gives information on all
15434types in your program whose names include the string @code{value}, but
15435@samp{i type ^value$} gives information only on types whose complete
15436name is @code{value}.
c906108c
SS
15437
15438This command differs from @code{ptype} in two ways: first, like
15439@code{whatis}, it does not print a detailed description; second, it
15440lists all source files where a type is defined.
15441
18a9fc12
TT
15442@kindex info type-printers
15443@item info type-printers
15444Versions of @value{GDBN} that ship with Python scripting enabled may
15445have ``type printers'' available. When using @command{ptype} or
15446@command{whatis}, these printers are consulted when the name of a type
15447is needed. @xref{Type Printing API}, for more information on writing
15448type printers.
15449
15450@code{info type-printers} displays all the available type printers.
15451
15452@kindex enable type-printer
15453@kindex disable type-printer
15454@item enable type-printer @var{name}@dots{}
15455@item disable type-printer @var{name}@dots{}
15456These commands can be used to enable or disable type printers.
15457
b37052ae
EZ
15458@kindex info scope
15459@cindex local variables
09d4efe1 15460@item info scope @var{location}
b37052ae 15461List all the variables local to a particular scope. This command
09d4efe1
EZ
15462accepts a @var{location} argument---a function name, a source line, or
15463an address preceded by a @samp{*}, and prints all the variables local
2a25a5ba
EZ
15464to the scope defined by that location. (@xref{Specify Location}, for
15465details about supported forms of @var{location}.) For example:
b37052ae
EZ
15466
15467@smallexample
15468(@value{GDBP}) @b{info scope command_line_handler}
15469Scope for command_line_handler:
15470Symbol rl is an argument at stack/frame offset 8, length 4.
15471Symbol linebuffer is in static storage at address 0x150a18, length 4.
15472Symbol linelength is in static storage at address 0x150a1c, length 4.
15473Symbol p is a local variable in register $esi, length 4.
15474Symbol p1 is a local variable in register $ebx, length 4.
15475Symbol nline is a local variable in register $edx, length 4.
15476Symbol repeat is a local variable at frame offset -8, length 4.
15477@end smallexample
15478
f5c37c66
EZ
15479@noindent
15480This command is especially useful for determining what data to collect
15481during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
15482collect}.
15483
c906108c
SS
15484@kindex info source
15485@item info source
919d772c
JB
15486Show information about the current source file---that is, the source file for
15487the function containing the current point of execution:
15488@itemize @bullet
15489@item
15490the name of the source file, and the directory containing it,
15491@item
15492the directory it was compiled in,
15493@item
15494its length, in lines,
15495@item
15496which programming language it is written in,
15497@item
15498whether the executable includes debugging information for that file, and
15499if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
15500@item
15501whether the debugging information includes information about
15502preprocessor macros.
15503@end itemize
15504
c906108c
SS
15505
15506@kindex info sources
15507@item info sources
15508Print the names of all source files in your program for which there is
15509debugging information, organized into two lists: files whose symbols
15510have already been read, and files whose symbols will be read when needed.
15511
15512@kindex info functions
15513@item info functions
15514Print the names and data types of all defined functions.
15515
15516@item info functions @var{regexp}
15517Print the names and data types of all defined functions
15518whose names contain a match for regular expression @var{regexp}.
15519Thus, @samp{info fun step} finds all functions whose names
15520include @code{step}; @samp{info fun ^step} finds those whose names
b383017d 15521start with @code{step}. If a function name contains characters
c1468174 15522that conflict with the regular expression language (e.g.@:
1c5dfdad 15523@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
15524
15525@kindex info variables
15526@item info variables
0fe7935b 15527Print the names and data types of all variables that are defined
6ca652b0 15528outside of functions (i.e.@: excluding local variables).
c906108c
SS
15529
15530@item info variables @var{regexp}
15531Print the names and data types of all variables (except for local
15532variables) whose names contain a match for regular expression
15533@var{regexp}.
15534
b37303ee 15535@kindex info classes
721c2651 15536@cindex Objective-C, classes and selectors
b37303ee
AF
15537@item info classes
15538@itemx info classes @var{regexp}
15539Display all Objective-C classes in your program, or
15540(with the @var{regexp} argument) all those matching a particular regular
15541expression.
15542
15543@kindex info selectors
15544@item info selectors
15545@itemx info selectors @var{regexp}
15546Display all Objective-C selectors in your program, or
15547(with the @var{regexp} argument) all those matching a particular regular
15548expression.
15549
c906108c
SS
15550@ignore
15551This was never implemented.
15552@kindex info methods
15553@item info methods
15554@itemx info methods @var{regexp}
15555The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
15556methods within C@t{++} program, or (with the @var{regexp} argument) a
15557specific set of methods found in the various C@t{++} classes. Many
15558C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
15559from the @code{ptype} command can be overwhelming and hard to use. The
15560@code{info-methods} command filters the methods, printing only those
15561which match the regular-expression @var{regexp}.
15562@end ignore
15563
9c16f35a 15564@cindex opaque data types
c906108c
SS
15565@kindex set opaque-type-resolution
15566@item set opaque-type-resolution on
15567Tell @value{GDBN} to resolve opaque types. An opaque type is a type
15568declared as a pointer to a @code{struct}, @code{class}, or
15569@code{union}---for example, @code{struct MyType *}---that is used in one
15570source file although the full declaration of @code{struct MyType} is in
15571another source file. The default is on.
15572
15573A change in the setting of this subcommand will not take effect until
15574the next time symbols for a file are loaded.
15575
15576@item set opaque-type-resolution off
15577Tell @value{GDBN} not to resolve opaque types. In this case, the type
15578is printed as follows:
15579@smallexample
15580@{<no data fields>@}
15581@end smallexample
15582
15583@kindex show opaque-type-resolution
15584@item show opaque-type-resolution
15585Show whether opaque types are resolved or not.
c906108c
SS
15586
15587@kindex maint print symbols
15588@cindex symbol dump
15589@kindex maint print psymbols
15590@cindex partial symbol dump
15591@item maint print symbols @var{filename}
15592@itemx maint print psymbols @var{filename}
15593@itemx maint print msymbols @var{filename}
15594Write a dump of debugging symbol data into the file @var{filename}.
15595These commands are used to debug the @value{GDBN} symbol-reading code. Only
15596symbols with debugging data are included. If you use @samp{maint print
15597symbols}, @value{GDBN} includes all the symbols for which it has already
15598collected full details: that is, @var{filename} reflects symbols for
15599only those files whose symbols @value{GDBN} has read. You can use the
15600command @code{info sources} to find out which files these are. If you
15601use @samp{maint print psymbols} instead, the dump shows information about
15602symbols that @value{GDBN} only knows partially---that is, symbols defined in
15603files that @value{GDBN} has skimmed, but not yet read completely. Finally,
15604@samp{maint print msymbols} dumps just the minimal symbol information
15605required for each object file from which @value{GDBN} has read some symbols.
79a6e687 15606@xref{Files, ,Commands to Specify Files}, for a discussion of how
c906108c 15607@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 15608
5e7b2f39
JB
15609@kindex maint info symtabs
15610@kindex maint info psymtabs
44ea7b70
JB
15611@cindex listing @value{GDBN}'s internal symbol tables
15612@cindex symbol tables, listing @value{GDBN}'s internal
15613@cindex full symbol tables, listing @value{GDBN}'s internal
15614@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
15615@item maint info symtabs @r{[} @var{regexp} @r{]}
15616@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
15617
15618List the @code{struct symtab} or @code{struct partial_symtab}
15619structures whose names match @var{regexp}. If @var{regexp} is not
15620given, list them all. The output includes expressions which you can
15621copy into a @value{GDBN} debugging this one to examine a particular
15622structure in more detail. For example:
15623
15624@smallexample
5e7b2f39 15625(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
15626@{ objfile /home/gnu/build/gdb/gdb
15627 ((struct objfile *) 0x82e69d0)
b383017d 15628 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
15629 ((struct partial_symtab *) 0x8474b10)
15630 readin no
15631 fullname (null)
15632 text addresses 0x814d3c8 -- 0x8158074
15633 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
15634 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
15635 dependencies (none)
15636 @}
15637@}
5e7b2f39 15638(@value{GDBP}) maint info symtabs
44ea7b70
JB
15639(@value{GDBP})
15640@end smallexample
15641@noindent
15642We see that there is one partial symbol table whose filename contains
15643the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
15644and we see that @value{GDBN} has not read in any symtabs yet at all.
15645If we set a breakpoint on a function, that will cause @value{GDBN} to
15646read the symtab for the compilation unit containing that function:
15647
15648@smallexample
15649(@value{GDBP}) break dwarf2_psymtab_to_symtab
15650Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
15651line 1574.
5e7b2f39 15652(@value{GDBP}) maint info symtabs
b383017d 15653@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 15654 ((struct objfile *) 0x82e69d0)
b383017d 15655 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
15656 ((struct symtab *) 0x86c1f38)
15657 dirname (null)
15658 fullname (null)
15659 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
1b39d5c0 15660 linetable ((struct linetable *) 0x8370fa0)
44ea7b70
JB
15661 debugformat DWARF 2
15662 @}
15663@}
b383017d 15664(@value{GDBP})
44ea7b70 15665@end smallexample
c906108c
SS
15666@end table
15667
44ea7b70 15668
6d2ebf8b 15669@node Altering
c906108c
SS
15670@chapter Altering Execution
15671
15672Once you think you have found an error in your program, you might want to
15673find out for certain whether correcting the apparent error would lead to
15674correct results in the rest of the run. You can find the answer by
15675experiment, using the @value{GDBN} features for altering execution of the
15676program.
15677
15678For example, you can store new values into variables or memory
7a292a7a
SS
15679locations, give your program a signal, restart it at a different
15680address, or even return prematurely from a function.
c906108c
SS
15681
15682@menu
15683* Assignment:: Assignment to variables
15684* Jumping:: Continuing at a different address
c906108c 15685* Signaling:: Giving your program a signal
c906108c
SS
15686* Returning:: Returning from a function
15687* Calling:: Calling your program's functions
15688* Patching:: Patching your program
15689@end menu
15690
6d2ebf8b 15691@node Assignment
79a6e687 15692@section Assignment to Variables
c906108c
SS
15693
15694@cindex assignment
15695@cindex setting variables
15696To alter the value of a variable, evaluate an assignment expression.
15697@xref{Expressions, ,Expressions}. For example,
15698
474c8240 15699@smallexample
c906108c 15700print x=4
474c8240 15701@end smallexample
c906108c
SS
15702
15703@noindent
15704stores the value 4 into the variable @code{x}, and then prints the
5d161b24 15705value of the assignment expression (which is 4).
c906108c
SS
15706@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
15707information on operators in supported languages.
c906108c
SS
15708
15709@kindex set variable
15710@cindex variables, setting
15711If you are not interested in seeing the value of the assignment, use the
15712@code{set} command instead of the @code{print} command. @code{set} is
15713really the same as @code{print} except that the expression's value is
15714not printed and is not put in the value history (@pxref{Value History,
79a6e687 15715,Value History}). The expression is evaluated only for its effects.
c906108c 15716
c906108c
SS
15717If the beginning of the argument string of the @code{set} command
15718appears identical to a @code{set} subcommand, use the @code{set
15719variable} command instead of just @code{set}. This command is identical
15720to @code{set} except for its lack of subcommands. For example, if your
15721program has a variable @code{width}, you get an error if you try to set
15722a new value with just @samp{set width=13}, because @value{GDBN} has the
15723command @code{set width}:
15724
474c8240 15725@smallexample
c906108c
SS
15726(@value{GDBP}) whatis width
15727type = double
15728(@value{GDBP}) p width
15729$4 = 13
15730(@value{GDBP}) set width=47
15731Invalid syntax in expression.
474c8240 15732@end smallexample
c906108c
SS
15733
15734@noindent
15735The invalid expression, of course, is @samp{=47}. In
15736order to actually set the program's variable @code{width}, use
15737
474c8240 15738@smallexample
c906108c 15739(@value{GDBP}) set var width=47
474c8240 15740@end smallexample
53a5351d 15741
c906108c
SS
15742Because the @code{set} command has many subcommands that can conflict
15743with the names of program variables, it is a good idea to use the
15744@code{set variable} command instead of just @code{set}. For example, if
15745your program has a variable @code{g}, you run into problems if you try
15746to set a new value with just @samp{set g=4}, because @value{GDBN} has
15747the command @code{set gnutarget}, abbreviated @code{set g}:
15748
474c8240 15749@smallexample
c906108c
SS
15750@group
15751(@value{GDBP}) whatis g
15752type = double
15753(@value{GDBP}) p g
15754$1 = 1
15755(@value{GDBP}) set g=4
2df3850c 15756(@value{GDBP}) p g
c906108c
SS
15757$2 = 1
15758(@value{GDBP}) r
15759The program being debugged has been started already.
15760Start it from the beginning? (y or n) y
15761Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
15762"/home/smith/cc_progs/a.out": can't open to read symbols:
15763 Invalid bfd target.
c906108c
SS
15764(@value{GDBP}) show g
15765The current BFD target is "=4".
15766@end group
474c8240 15767@end smallexample
c906108c
SS
15768
15769@noindent
15770The program variable @code{g} did not change, and you silently set the
15771@code{gnutarget} to an invalid value. In order to set the variable
15772@code{g}, use
15773
474c8240 15774@smallexample
c906108c 15775(@value{GDBP}) set var g=4
474c8240 15776@end smallexample
c906108c
SS
15777
15778@value{GDBN} allows more implicit conversions in assignments than C; you can
15779freely store an integer value into a pointer variable or vice versa,
15780and you can convert any structure to any other structure that is the
15781same length or shorter.
15782@comment FIXME: how do structs align/pad in these conversions?
15783@comment /doc@cygnus.com 18dec1990
15784
15785To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
15786construct to generate a value of specified type at a specified address
15787(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
15788to memory location @code{0x83040} as an integer (which implies a certain size
15789and representation in memory), and
15790
474c8240 15791@smallexample
c906108c 15792set @{int@}0x83040 = 4
474c8240 15793@end smallexample
c906108c
SS
15794
15795@noindent
15796stores the value 4 into that memory location.
15797
6d2ebf8b 15798@node Jumping
79a6e687 15799@section Continuing at a Different Address
c906108c
SS
15800
15801Ordinarily, when you continue your program, you do so at the place where
15802it stopped, with the @code{continue} command. You can instead continue at
15803an address of your own choosing, with the following commands:
15804
15805@table @code
15806@kindex jump
c1d780c2 15807@kindex j @r{(@code{jump})}
c906108c 15808@item jump @var{linespec}
c1d780c2 15809@itemx j @var{linespec}
2a25a5ba 15810@itemx jump @var{location}
c1d780c2 15811@itemx j @var{location}
2a25a5ba
EZ
15812Resume execution at line @var{linespec} or at address given by
15813@var{location}. Execution stops again immediately if there is a
15814breakpoint there. @xref{Specify Location}, for a description of the
15815different forms of @var{linespec} and @var{location}. It is common
15816practice to use the @code{tbreak} command in conjunction with
15817@code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
c906108c
SS
15818
15819The @code{jump} command does not change the current stack frame, or
15820the stack pointer, or the contents of any memory location or any
15821register other than the program counter. If line @var{linespec} is in
15822a different function from the one currently executing, the results may
15823be bizarre if the two functions expect different patterns of arguments or
15824of local variables. For this reason, the @code{jump} command requests
15825confirmation if the specified line is not in the function currently
15826executing. However, even bizarre results are predictable if you are
15827well acquainted with the machine-language code of your program.
c906108c
SS
15828@end table
15829
c906108c 15830@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
15831On many systems, you can get much the same effect as the @code{jump}
15832command by storing a new value into the register @code{$pc}. The
15833difference is that this does not start your program running; it only
15834changes the address of where it @emph{will} run when you continue. For
15835example,
c906108c 15836
474c8240 15837@smallexample
c906108c 15838set $pc = 0x485
474c8240 15839@end smallexample
c906108c
SS
15840
15841@noindent
15842makes the next @code{continue} command or stepping command execute at
15843address @code{0x485}, rather than at the address where your program stopped.
79a6e687 15844@xref{Continuing and Stepping, ,Continuing and Stepping}.
c906108c
SS
15845
15846The most common occasion to use the @code{jump} command is to back
15847up---perhaps with more breakpoints set---over a portion of a program
15848that has already executed, in order to examine its execution in more
15849detail.
15850
c906108c 15851@c @group
6d2ebf8b 15852@node Signaling
79a6e687 15853@section Giving your Program a Signal
9c16f35a 15854@cindex deliver a signal to a program
c906108c
SS
15855
15856@table @code
15857@kindex signal
15858@item signal @var{signal}
15859Resume execution where your program stopped, but immediately give it the
15860signal @var{signal}. @var{signal} can be the name or the number of a
15861signal. For example, on many systems @code{signal 2} and @code{signal
15862SIGINT} are both ways of sending an interrupt signal.
15863
15864Alternatively, if @var{signal} is zero, continue execution without
15865giving a signal. This is useful when your program stopped on account of
ae606bee 15866a signal and would ordinarily see the signal when resumed with the
c906108c
SS
15867@code{continue} command; @samp{signal 0} causes it to resume without a
15868signal.
15869
15870@code{signal} does not repeat when you press @key{RET} a second time
15871after executing the command.
15872@end table
15873@c @end group
15874
15875Invoking the @code{signal} command is not the same as invoking the
15876@code{kill} utility from the shell. Sending a signal with @code{kill}
15877causes @value{GDBN} to decide what to do with the signal depending on
15878the signal handling tables (@pxref{Signals}). The @code{signal} command
15879passes the signal directly to your program.
15880
c906108c 15881
6d2ebf8b 15882@node Returning
79a6e687 15883@section Returning from a Function
c906108c
SS
15884
15885@table @code
15886@cindex returning from a function
15887@kindex return
15888@item return
15889@itemx return @var{expression}
15890You can cancel execution of a function call with the @code{return}
15891command. If you give an
15892@var{expression} argument, its value is used as the function's return
15893value.
15894@end table
15895
15896When you use @code{return}, @value{GDBN} discards the selected stack frame
15897(and all frames within it). You can think of this as making the
15898discarded frame return prematurely. If you wish to specify a value to
15899be returned, give that value as the argument to @code{return}.
15900
15901This pops the selected stack frame (@pxref{Selection, ,Selecting a
79a6e687 15902Frame}), and any other frames inside of it, leaving its caller as the
c906108c
SS
15903innermost remaining frame. That frame becomes selected. The
15904specified value is stored in the registers used for returning values
15905of functions.
15906
15907The @code{return} command does not resume execution; it leaves the
15908program stopped in the state that would exist if the function had just
15909returned. In contrast, the @code{finish} command (@pxref{Continuing
79a6e687 15910and Stepping, ,Continuing and Stepping}) resumes execution until the
c906108c
SS
15911selected stack frame returns naturally.
15912
61ff14c6
JK
15913@value{GDBN} needs to know how the @var{expression} argument should be set for
15914the inferior. The concrete registers assignment depends on the OS ABI and the
15915type being returned by the selected stack frame. For example it is common for
15916OS ABI to return floating point values in FPU registers while integer values in
15917CPU registers. Still some ABIs return even floating point values in CPU
15918registers. Larger integer widths (such as @code{long long int}) also have
15919specific placement rules. @value{GDBN} already knows the OS ABI from its
15920current target so it needs to find out also the type being returned to make the
15921assignment into the right register(s).
15922
15923Normally, the selected stack frame has debug info. @value{GDBN} will always
15924use the debug info instead of the implicit type of @var{expression} when the
15925debug info is available. For example, if you type @kbd{return -1}, and the
15926function in the current stack frame is declared to return a @code{long long
15927int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
15928into a @code{long long int}:
15929
15930@smallexample
15931Breakpoint 1, func () at gdb.base/return-nodebug.c:29
1593229 return 31;
15933(@value{GDBP}) return -1
15934Make func return now? (y or n) y
15935#0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
1593643 printf ("result=%lld\n", func ());
15937(@value{GDBP})
15938@end smallexample
15939
15940However, if the selected stack frame does not have a debug info, e.g., if the
15941function was compiled without debug info, @value{GDBN} has to find out the type
15942to return from user. Specifying a different type by mistake may set the value
15943in different inferior registers than the caller code expects. For example,
15944typing @kbd{return -1} with its implicit type @code{int} would set only a part
15945of a @code{long long int} result for a debug info less function (on 32-bit
15946architectures). Therefore the user is required to specify the return type by
15947an appropriate cast explicitly:
15948
15949@smallexample
15950Breakpoint 2, 0x0040050b in func ()
15951(@value{GDBP}) return -1
15952Return value type not available for selected stack frame.
15953Please use an explicit cast of the value to return.
15954(@value{GDBP}) return (long long int) -1
15955Make selected stack frame return now? (y or n) y
15956#0 0x00400526 in main ()
15957(@value{GDBP})
15958@end smallexample
15959
6d2ebf8b 15960@node Calling
79a6e687 15961@section Calling Program Functions
c906108c 15962
f8568604 15963@table @code
c906108c 15964@cindex calling functions
f8568604
EZ
15965@cindex inferior functions, calling
15966@item print @var{expr}
d3e8051b 15967Evaluate the expression @var{expr} and display the resulting value.
f8568604
EZ
15968@var{expr} may include calls to functions in the program being
15969debugged.
15970
c906108c 15971@kindex call
c906108c
SS
15972@item call @var{expr}
15973Evaluate the expression @var{expr} without displaying @code{void}
15974returned values.
c906108c
SS
15975
15976You can use this variant of the @code{print} command if you want to
f8568604
EZ
15977execute a function from your program that does not return anything
15978(a.k.a.@: @dfn{a void function}), but without cluttering the output
15979with @code{void} returned values that @value{GDBN} will otherwise
15980print. If the result is not void, it is printed and saved in the
15981value history.
15982@end table
15983
9c16f35a
EZ
15984It is possible for the function you call via the @code{print} or
15985@code{call} command to generate a signal (e.g., if there's a bug in
15986the function, or if you passed it incorrect arguments). What happens
15987in that case is controlled by the @code{set unwindonsignal} command.
15988
7cd1089b
PM
15989Similarly, with a C@t{++} program it is possible for the function you
15990call via the @code{print} or @code{call} command to generate an
15991exception that is not handled due to the constraints of the dummy
15992frame. In this case, any exception that is raised in the frame, but has
15993an out-of-frame exception handler will not be found. GDB builds a
15994dummy-frame for the inferior function call, and the unwinder cannot
15995seek for exception handlers outside of this dummy-frame. What happens
15996in that case is controlled by the
15997@code{set unwind-on-terminating-exception} command.
15998
9c16f35a
EZ
15999@table @code
16000@item set unwindonsignal
16001@kindex set unwindonsignal
16002@cindex unwind stack in called functions
16003@cindex call dummy stack unwinding
16004Set unwinding of the stack if a signal is received while in a function
16005that @value{GDBN} called in the program being debugged. If set to on,
16006@value{GDBN} unwinds the stack it created for the call and restores
16007the context to what it was before the call. If set to off (the
16008default), @value{GDBN} stops in the frame where the signal was
16009received.
16010
16011@item show unwindonsignal
16012@kindex show unwindonsignal
16013Show the current setting of stack unwinding in the functions called by
16014@value{GDBN}.
7cd1089b
PM
16015
16016@item set unwind-on-terminating-exception
16017@kindex set unwind-on-terminating-exception
16018@cindex unwind stack in called functions with unhandled exceptions
16019@cindex call dummy stack unwinding on unhandled exception.
16020Set unwinding of the stack if a C@t{++} exception is raised, but left
16021unhandled while in a function that @value{GDBN} called in the program being
16022debugged. If set to on (the default), @value{GDBN} unwinds the stack
16023it created for the call and restores the context to what it was before
16024the call. If set to off, @value{GDBN} the exception is delivered to
16025the default C@t{++} exception handler and the inferior terminated.
16026
16027@item show unwind-on-terminating-exception
16028@kindex show unwind-on-terminating-exception
16029Show the current setting of stack unwinding in the functions called by
16030@value{GDBN}.
16031
9c16f35a
EZ
16032@end table
16033
f8568604
EZ
16034@cindex weak alias functions
16035Sometimes, a function you wish to call is actually a @dfn{weak alias}
16036for another function. In such case, @value{GDBN} might not pick up
16037the type information, including the types of the function arguments,
16038which causes @value{GDBN} to call the inferior function incorrectly.
16039As a result, the called function will function erroneously and may
16040even crash. A solution to that is to use the name of the aliased
16041function instead.
c906108c 16042
6d2ebf8b 16043@node Patching
79a6e687 16044@section Patching Programs
7a292a7a 16045
c906108c
SS
16046@cindex patching binaries
16047@cindex writing into executables
c906108c 16048@cindex writing into corefiles
c906108c 16049
7a292a7a
SS
16050By default, @value{GDBN} opens the file containing your program's
16051executable code (or the corefile) read-only. This prevents accidental
16052alterations to machine code; but it also prevents you from intentionally
16053patching your program's binary.
c906108c
SS
16054
16055If you'd like to be able to patch the binary, you can specify that
16056explicitly with the @code{set write} command. For example, you might
16057want to turn on internal debugging flags, or even to make emergency
16058repairs.
16059
16060@table @code
16061@kindex set write
16062@item set write on
16063@itemx set write off
7a292a7a 16064If you specify @samp{set write on}, @value{GDBN} opens executable and
20924a55 16065core files for both reading and writing; if you specify @kbd{set write
c906108c
SS
16066off} (the default), @value{GDBN} opens them read-only.
16067
16068If you have already loaded a file, you must load it again (using the
7a292a7a
SS
16069@code{exec-file} or @code{core-file} command) after changing @code{set
16070write}, for your new setting to take effect.
c906108c
SS
16071
16072@item show write
16073@kindex show write
7a292a7a
SS
16074Display whether executable files and core files are opened for writing
16075as well as reading.
c906108c
SS
16076@end table
16077
6d2ebf8b 16078@node GDB Files
c906108c
SS
16079@chapter @value{GDBN} Files
16080
7a292a7a
SS
16081@value{GDBN} needs to know the file name of the program to be debugged,
16082both in order to read its symbol table and in order to start your
16083program. To debug a core dump of a previous run, you must also tell
16084@value{GDBN} the name of the core dump file.
c906108c
SS
16085
16086@menu
16087* Files:: Commands to specify files
5b5d99cf 16088* Separate Debug Files:: Debugging information in separate files
608e2dbb 16089* MiniDebugInfo:: Debugging information in a special section
9291a0cd 16090* Index Files:: Index files speed up GDB
c906108c 16091* Symbol Errors:: Errors reading symbol files
b14b1491 16092* Data Files:: GDB data files
c906108c
SS
16093@end menu
16094
6d2ebf8b 16095@node Files
79a6e687 16096@section Commands to Specify Files
c906108c 16097
7a292a7a 16098@cindex symbol table
c906108c 16099@cindex core dump file
7a292a7a
SS
16100
16101You may want to specify executable and core dump file names. The usual
16102way to do this is at start-up time, using the arguments to
16103@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
16104Out of @value{GDBN}}).
c906108c
SS
16105
16106Occasionally it is necessary to change to a different file during a
397ca115
EZ
16107@value{GDBN} session. Or you may run @value{GDBN} and forget to
16108specify a file you want to use. Or you are debugging a remote target
79a6e687
BW
16109via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
16110Program}). In these situations the @value{GDBN} commands to specify
0869d01b 16111new files are useful.
c906108c
SS
16112
16113@table @code
16114@cindex executable file
16115@kindex file
16116@item file @var{filename}
16117Use @var{filename} as the program to be debugged. It is read for its
16118symbols and for the contents of pure memory. It is also the program
16119executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
16120directory and the file is not found in the @value{GDBN} working directory,
16121@value{GDBN} uses the environment variable @code{PATH} as a list of
16122directories to search, just as the shell does when looking for a program
16123to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
16124and your program, using the @code{path} command.
16125
fc8be69e
EZ
16126@cindex unlinked object files
16127@cindex patching object files
16128You can load unlinked object @file{.o} files into @value{GDBN} using
16129the @code{file} command. You will not be able to ``run'' an object
16130file, but you can disassemble functions and inspect variables. Also,
16131if the underlying BFD functionality supports it, you could use
16132@kbd{gdb -write} to patch object files using this technique. Note
16133that @value{GDBN} can neither interpret nor modify relocations in this
16134case, so branches and some initialized variables will appear to go to
16135the wrong place. But this feature is still handy from time to time.
16136
c906108c
SS
16137@item file
16138@code{file} with no argument makes @value{GDBN} discard any information it
16139has on both executable file and the symbol table.
16140
16141@kindex exec-file
16142@item exec-file @r{[} @var{filename} @r{]}
16143Specify that the program to be run (but not the symbol table) is found
16144in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
16145if necessary to locate your program. Omitting @var{filename} means to
16146discard information on the executable file.
16147
16148@kindex symbol-file
16149@item symbol-file @r{[} @var{filename} @r{]}
16150Read symbol table information from file @var{filename}. @code{PATH} is
16151searched when necessary. Use the @code{file} command to get both symbol
16152table and program to run from the same file.
16153
16154@code{symbol-file} with no argument clears out @value{GDBN} information on your
16155program's symbol table.
16156
ae5a43e0
DJ
16157The @code{symbol-file} command causes @value{GDBN} to forget the contents of
16158some breakpoints and auto-display expressions. This is because they may
16159contain pointers to the internal data recording symbols and data types,
16160which are part of the old symbol table data being discarded inside
16161@value{GDBN}.
c906108c
SS
16162
16163@code{symbol-file} does not repeat if you press @key{RET} again after
16164executing it once.
16165
16166When @value{GDBN} is configured for a particular environment, it
16167understands debugging information in whatever format is the standard
16168generated for that environment; you may use either a @sc{gnu} compiler, or
16169other compilers that adhere to the local conventions.
c906108c 16170Best results are usually obtained from @sc{gnu} compilers; for example,
e22ea452 16171using @code{@value{NGCC}} you can generate debugging information for
c906108c 16172optimized code.
c906108c
SS
16173
16174For most kinds of object files, with the exception of old SVR3 systems
16175using COFF, the @code{symbol-file} command does not normally read the
16176symbol table in full right away. Instead, it scans the symbol table
16177quickly to find which source files and which symbols are present. The
16178details are read later, one source file at a time, as they are needed.
16179
16180The purpose of this two-stage reading strategy is to make @value{GDBN}
16181start up faster. For the most part, it is invisible except for
16182occasional pauses while the symbol table details for a particular source
16183file are being read. (The @code{set verbose} command can turn these
16184pauses into messages if desired. @xref{Messages/Warnings, ,Optional
79a6e687 16185Warnings and Messages}.)
c906108c 16186
c906108c
SS
16187We have not implemented the two-stage strategy for COFF yet. When the
16188symbol table is stored in COFF format, @code{symbol-file} reads the
16189symbol table data in full right away. Note that ``stabs-in-COFF''
16190still does the two-stage strategy, since the debug info is actually
16191in stabs format.
16192
16193@kindex readnow
16194@cindex reading symbols immediately
16195@cindex symbols, reading immediately
6ac33a4e
TT
16196@item symbol-file @r{[} -readnow @r{]} @var{filename}
16197@itemx file @r{[} -readnow @r{]} @var{filename}
c906108c
SS
16198You can override the @value{GDBN} two-stage strategy for reading symbol
16199tables by using the @samp{-readnow} option with any of the commands that
16200load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 16201entire symbol table available.
c906108c 16202
c906108c
SS
16203@c FIXME: for now no mention of directories, since this seems to be in
16204@c flux. 13mar1992 status is that in theory GDB would look either in
16205@c current dir or in same dir as myprog; but issues like competing
16206@c GDB's, or clutter in system dirs, mean that in practice right now
16207@c only current dir is used. FFish says maybe a special GDB hierarchy
16208@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
16209@c files.
16210
c906108c 16211@kindex core-file
09d4efe1 16212@item core-file @r{[}@var{filename}@r{]}
4644b6e3 16213@itemx core
c906108c
SS
16214Specify the whereabouts of a core dump file to be used as the ``contents
16215of memory''. Traditionally, core files contain only some parts of the
16216address space of the process that generated them; @value{GDBN} can access the
16217executable file itself for other parts.
16218
16219@code{core-file} with no argument specifies that no core file is
16220to be used.
16221
16222Note that the core file is ignored when your program is actually running
7a292a7a
SS
16223under @value{GDBN}. So, if you have been running your program and you
16224wish to debug a core file instead, you must kill the subprocess in which
16225the program is running. To do this, use the @code{kill} command
79a6e687 16226(@pxref{Kill Process, ,Killing the Child Process}).
c906108c 16227
c906108c
SS
16228@kindex add-symbol-file
16229@cindex dynamic linking
16230@item add-symbol-file @var{filename} @var{address}
a94ab193 16231@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
24bdad53 16232@itemx add-symbol-file @var{filename} @var{address} -s @var{section} @var{address} @dots{}
96a2c332
SS
16233The @code{add-symbol-file} command reads additional symbol table
16234information from the file @var{filename}. You would use this command
16235when @var{filename} has been dynamically loaded (by some other means)
16236into the program that is running. @var{address} should be the memory
16237address at which the file has been loaded; @value{GDBN} cannot figure
d167840f 16238this out for itself. You can additionally specify an arbitrary number
24bdad53 16239of @samp{-s @var{section} @var{address}} pairs, to give an explicit
d167840f
EZ
16240section name and base address for that section. You can specify any
16241@var{address} as an expression.
c906108c
SS
16242
16243The symbol table of the file @var{filename} is added to the symbol table
16244originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
16245@code{add-symbol-file} command any number of times; the new symbol data
16246thus read keeps adding to the old. To discard all old symbol data
16247instead, use the @code{symbol-file} command without any arguments.
c906108c 16248
17d9d558
JB
16249@cindex relocatable object files, reading symbols from
16250@cindex object files, relocatable, reading symbols from
16251@cindex reading symbols from relocatable object files
16252@cindex symbols, reading from relocatable object files
16253@cindex @file{.o} files, reading symbols from
16254Although @var{filename} is typically a shared library file, an
16255executable file, or some other object file which has been fully
16256relocated for loading into a process, you can also load symbolic
16257information from relocatable @file{.o} files, as long as:
16258
16259@itemize @bullet
16260@item
16261the file's symbolic information refers only to linker symbols defined in
16262that file, not to symbols defined by other object files,
16263@item
16264every section the file's symbolic information refers to has actually
16265been loaded into the inferior, as it appears in the file, and
16266@item
16267you can determine the address at which every section was loaded, and
16268provide these to the @code{add-symbol-file} command.
16269@end itemize
16270
16271@noindent
16272Some embedded operating systems, like Sun Chorus and VxWorks, can load
16273relocatable files into an already running program; such systems
16274typically make the requirements above easy to meet. However, it's
16275important to recognize that many native systems use complex link
49efadf5 16276procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
16277assembly, for example) that make the requirements difficult to meet. In
16278general, one cannot assume that using @code{add-symbol-file} to read a
16279relocatable object file's symbolic information will have the same effect
16280as linking the relocatable object file into the program in the normal
16281way.
16282
c906108c
SS
16283@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
16284
c45da7e6
EZ
16285@kindex add-symbol-file-from-memory
16286@cindex @code{syscall DSO}
16287@cindex load symbols from memory
16288@item add-symbol-file-from-memory @var{address}
16289Load symbols from the given @var{address} in a dynamically loaded
16290object file whose image is mapped directly into the inferior's memory.
16291For example, the Linux kernel maps a @code{syscall DSO} into each
16292process's address space; this DSO provides kernel-specific code for
16293some system calls. The argument can be any expression whose
16294evaluation yields the address of the file's shared object file header.
16295For this command to work, you must have used @code{symbol-file} or
16296@code{exec-file} commands in advance.
16297
09d4efe1
EZ
16298@kindex add-shared-symbol-files
16299@kindex assf
16300@item add-shared-symbol-files @var{library-file}
16301@itemx assf @var{library-file}
16302The @code{add-shared-symbol-files} command can currently be used only
16303in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
16304alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
16305@value{GDBN} automatically looks for shared libraries, however if
16306@value{GDBN} does not find yours, you can invoke
16307@code{add-shared-symbol-files}. It takes one argument: the shared
16308library's file name. @code{assf} is a shorthand alias for
16309@code{add-shared-symbol-files}.
c906108c 16310
c906108c 16311@kindex section
09d4efe1
EZ
16312@item section @var{section} @var{addr}
16313The @code{section} command changes the base address of the named
16314@var{section} of the exec file to @var{addr}. This can be used if the
16315exec file does not contain section addresses, (such as in the
16316@code{a.out} format), or when the addresses specified in the file
16317itself are wrong. Each section must be changed separately. The
16318@code{info files} command, described below, lists all the sections and
16319their addresses.
c906108c
SS
16320
16321@kindex info files
16322@kindex info target
16323@item info files
16324@itemx info target
7a292a7a
SS
16325@code{info files} and @code{info target} are synonymous; both print the
16326current target (@pxref{Targets, ,Specifying a Debugging Target}),
16327including the names of the executable and core dump files currently in
16328use by @value{GDBN}, and the files from which symbols were loaded. The
16329command @code{help target} lists all possible targets rather than
16330current ones.
16331
fe95c787
MS
16332@kindex maint info sections
16333@item maint info sections
16334Another command that can give you extra information about program sections
16335is @code{maint info sections}. In addition to the section information
16336displayed by @code{info files}, this command displays the flags and file
16337offset of each section in the executable and core dump files. In addition,
16338@code{maint info sections} provides the following command options (which
16339may be arbitrarily combined):
16340
16341@table @code
16342@item ALLOBJ
16343Display sections for all loaded object files, including shared libraries.
16344@item @var{sections}
6600abed 16345Display info only for named @var{sections}.
fe95c787
MS
16346@item @var{section-flags}
16347Display info only for sections for which @var{section-flags} are true.
16348The section flags that @value{GDBN} currently knows about are:
16349@table @code
16350@item ALLOC
16351Section will have space allocated in the process when loaded.
16352Set for all sections except those containing debug information.
16353@item LOAD
16354Section will be loaded from the file into the child process memory.
16355Set for pre-initialized code and data, clear for @code{.bss} sections.
16356@item RELOC
16357Section needs to be relocated before loading.
16358@item READONLY
16359Section cannot be modified by the child process.
16360@item CODE
16361Section contains executable code only.
6600abed 16362@item DATA
fe95c787
MS
16363Section contains data only (no executable code).
16364@item ROM
16365Section will reside in ROM.
16366@item CONSTRUCTOR
16367Section contains data for constructor/destructor lists.
16368@item HAS_CONTENTS
16369Section is not empty.
16370@item NEVER_LOAD
16371An instruction to the linker to not output the section.
16372@item COFF_SHARED_LIBRARY
16373A notification to the linker that the section contains
16374COFF shared library information.
16375@item IS_COMMON
16376Section contains common symbols.
16377@end table
16378@end table
6763aef9 16379@kindex set trust-readonly-sections
9c16f35a 16380@cindex read-only sections
6763aef9
MS
16381@item set trust-readonly-sections on
16382Tell @value{GDBN} that readonly sections in your object file
6ca652b0 16383really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
16384In that case, @value{GDBN} can fetch values from these sections
16385out of the object file, rather than from the target program.
16386For some targets (notably embedded ones), this can be a significant
16387enhancement to debugging performance.
16388
16389The default is off.
16390
16391@item set trust-readonly-sections off
15110bc3 16392Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
16393the contents of the section might change while the program is running,
16394and must therefore be fetched from the target when needed.
9c16f35a
EZ
16395
16396@item show trust-readonly-sections
16397Show the current setting of trusting readonly sections.
c906108c
SS
16398@end table
16399
16400All file-specifying commands allow both absolute and relative file names
16401as arguments. @value{GDBN} always converts the file name to an absolute file
16402name and remembers it that way.
16403
c906108c 16404@cindex shared libraries
9cceb671
DJ
16405@anchor{Shared Libraries}
16406@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
9c16f35a 16407and IBM RS/6000 AIX shared libraries.
53a5351d 16408
9cceb671
DJ
16409On MS-Windows @value{GDBN} must be linked with the Expat library to support
16410shared libraries. @xref{Expat}.
16411
c906108c
SS
16412@value{GDBN} automatically loads symbol definitions from shared libraries
16413when you use the @code{run} command, or when you examine a core file.
16414(Before you issue the @code{run} command, @value{GDBN} does not understand
16415references to a function in a shared library, however---unless you are
16416debugging a core file).
53a5351d
JM
16417
16418On HP-UX, if the program loads a library explicitly, @value{GDBN}
16419automatically loads the symbols at the time of the @code{shl_load} call.
16420
c906108c
SS
16421@c FIXME: some @value{GDBN} release may permit some refs to undef
16422@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
16423@c FIXME...lib; check this from time to time when updating manual
16424
b7209cb4
FF
16425There are times, however, when you may wish to not automatically load
16426symbol definitions from shared libraries, such as when they are
16427particularly large or there are many of them.
16428
16429To control the automatic loading of shared library symbols, use the
16430commands:
16431
16432@table @code
16433@kindex set auto-solib-add
16434@item set auto-solib-add @var{mode}
16435If @var{mode} is @code{on}, symbols from all shared object libraries
16436will be loaded automatically when the inferior begins execution, you
16437attach to an independently started inferior, or when the dynamic linker
16438informs @value{GDBN} that a new library has been loaded. If @var{mode}
16439is @code{off}, symbols must be loaded manually, using the
16440@code{sharedlibrary} command. The default value is @code{on}.
16441
dcaf7c2c
EZ
16442@cindex memory used for symbol tables
16443If your program uses lots of shared libraries with debug info that
16444takes large amounts of memory, you can decrease the @value{GDBN}
16445memory footprint by preventing it from automatically loading the
16446symbols from shared libraries. To that end, type @kbd{set
16447auto-solib-add off} before running the inferior, then load each
16448library whose debug symbols you do need with @kbd{sharedlibrary
d3e8051b 16449@var{regexp}}, where @var{regexp} is a regular expression that matches
dcaf7c2c
EZ
16450the libraries whose symbols you want to be loaded.
16451
b7209cb4
FF
16452@kindex show auto-solib-add
16453@item show auto-solib-add
16454Display the current autoloading mode.
16455@end table
16456
c45da7e6 16457@cindex load shared library
b7209cb4
FF
16458To explicitly load shared library symbols, use the @code{sharedlibrary}
16459command:
16460
c906108c
SS
16461@table @code
16462@kindex info sharedlibrary
16463@kindex info share
55333a84
DE
16464@item info share @var{regex}
16465@itemx info sharedlibrary @var{regex}
16466Print the names of the shared libraries which are currently loaded
16467that match @var{regex}. If @var{regex} is omitted then print
16468all shared libraries that are loaded.
c906108c
SS
16469
16470@kindex sharedlibrary
16471@kindex share
16472@item sharedlibrary @var{regex}
16473@itemx share @var{regex}
c906108c
SS
16474Load shared object library symbols for files matching a
16475Unix regular expression.
16476As with files loaded automatically, it only loads shared libraries
16477required by your program for a core file or after typing @code{run}. If
16478@var{regex} is omitted all shared libraries required by your program are
16479loaded.
c45da7e6
EZ
16480
16481@item nosharedlibrary
16482@kindex nosharedlibrary
16483@cindex unload symbols from shared libraries
16484Unload all shared object library symbols. This discards all symbols
16485that have been loaded from all shared libraries. Symbols from shared
16486libraries that were loaded by explicit user requests are not
16487discarded.
c906108c
SS
16488@end table
16489
721c2651 16490Sometimes you may wish that @value{GDBN} stops and gives you control
edcc5120
TT
16491when any of shared library events happen. The best way to do this is
16492to use @code{catch load} and @code{catch unload} (@pxref{Set
16493Catchpoints}).
16494
16495@value{GDBN} also supports the the @code{set stop-on-solib-events}
16496command for this. This command exists for historical reasons. It is
16497less useful than setting a catchpoint, because it does not allow for
16498conditions or commands as a catchpoint does.
721c2651
EZ
16499
16500@table @code
16501@item set stop-on-solib-events
16502@kindex set stop-on-solib-events
16503This command controls whether @value{GDBN} should give you control
16504when the dynamic linker notifies it about some shared library event.
16505The most common event of interest is loading or unloading of a new
16506shared library.
16507
16508@item show stop-on-solib-events
16509@kindex show stop-on-solib-events
16510Show whether @value{GDBN} stops and gives you control when shared
16511library events happen.
16512@end table
16513
f5ebfba0 16514Shared libraries are also supported in many cross or remote debugging
f1838a98
UW
16515configurations. @value{GDBN} needs to have access to the target's libraries;
16516this can be accomplished either by providing copies of the libraries
16517on the host system, or by asking @value{GDBN} to automatically retrieve the
16518libraries from the target. If copies of the target libraries are
16519provided, they need to be the same as the target libraries, although the
f5ebfba0
DJ
16520copies on the target can be stripped as long as the copies on the host are
16521not.
16522
59b7b46f
EZ
16523@cindex where to look for shared libraries
16524For remote debugging, you need to tell @value{GDBN} where the target
16525libraries are, so that it can load the correct copies---otherwise, it
16526may try to load the host's libraries. @value{GDBN} has two variables
16527to specify the search directories for target libraries.
f5ebfba0
DJ
16528
16529@table @code
59b7b46f 16530@cindex prefix for shared library file names
f822c95b 16531@cindex system root, alternate
f5ebfba0 16532@kindex set solib-absolute-prefix
f822c95b
DJ
16533@kindex set sysroot
16534@item set sysroot @var{path}
16535Use @var{path} as the system root for the program being debugged. Any
16536absolute shared library paths will be prefixed with @var{path}; many
16537runtime loaders store the absolute paths to the shared library in the
16538target program's memory. If you use @code{set sysroot} to find shared
16539libraries, they need to be laid out in the same way that they are on
16540the target, with e.g.@: a @file{/lib} and @file{/usr/lib} hierarchy
16541under @var{path}.
16542
f1838a98
UW
16543If @var{path} starts with the sequence @file{remote:}, @value{GDBN} will
16544retrieve the target libraries from the remote system. This is only
16545supported when using a remote target that supports the @code{remote get}
16546command (@pxref{File Transfer,,Sending files to a remote system}).
16547The part of @var{path} following the initial @file{remote:}
16548(if present) is used as system root prefix on the remote file system.
16549@footnote{If you want to specify a local system root using a directory
16550that happens to be named @file{remote:}, you need to use some equivalent
16551variant of the name like @file{./remote:}.}
16552
ab38a727
PA
16553For targets with an MS-DOS based filesystem, such as MS-Windows and
16554SymbianOS, @value{GDBN} tries prefixing a few variants of the target
16555absolute file name with @var{path}. But first, on Unix hosts,
16556@value{GDBN} converts all backslash directory separators into forward
16557slashes, because the backslash is not a directory separator on Unix:
16558
16559@smallexample
16560 c:\foo\bar.dll @result{} c:/foo/bar.dll
16561@end smallexample
16562
16563Then, @value{GDBN} attempts prefixing the target file name with
16564@var{path}, and looks for the resulting file name in the host file
16565system:
16566
16567@smallexample
16568 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
16569@end smallexample
16570
16571If that does not find the shared library, @value{GDBN} tries removing
16572the @samp{:} character from the drive spec, both for convenience, and,
16573for the case of the host file system not supporting file names with
16574colons:
16575
16576@smallexample
16577 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
16578@end smallexample
16579
16580This makes it possible to have a system root that mirrors a target
16581with more than one drive. E.g., you may want to setup your local
16582copies of the target system shared libraries like so (note @samp{c} vs
16583@samp{z}):
16584
16585@smallexample
16586 @file{/path/to/sysroot/c/sys/bin/foo.dll}
16587 @file{/path/to/sysroot/c/sys/bin/bar.dll}
16588 @file{/path/to/sysroot/z/sys/bin/bar.dll}
16589@end smallexample
16590
16591@noindent
16592and point the system root at @file{/path/to/sysroot}, so that
16593@value{GDBN} can find the correct copies of both
16594@file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
16595
16596If that still does not find the shared library, @value{GDBN} tries
16597removing the whole drive spec from the target file name:
16598
16599@smallexample
16600 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
16601@end smallexample
16602
16603This last lookup makes it possible to not care about the drive name,
16604if you don't want or need to.
16605
f822c95b
DJ
16606The @code{set solib-absolute-prefix} command is an alias for @code{set
16607sysroot}.
16608
16609@cindex default system root
59b7b46f 16610@cindex @samp{--with-sysroot}
f822c95b
DJ
16611You can set the default system root by using the configure-time
16612@samp{--with-sysroot} option. If the system root is inside
16613@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
16614@samp{--exec-prefix}), then the default system root will be updated
16615automatically if the installed @value{GDBN} is moved to a new
16616location.
16617
16618@kindex show sysroot
16619@item show sysroot
f5ebfba0
DJ
16620Display the current shared library prefix.
16621
16622@kindex set solib-search-path
16623@item set solib-search-path @var{path}
f822c95b
DJ
16624If this variable is set, @var{path} is a colon-separated list of
16625directories to search for shared libraries. @samp{solib-search-path}
16626is used after @samp{sysroot} fails to locate the library, or if the
16627path to the library is relative instead of absolute. If you want to
16628use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
d3e8051b 16629@samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
f822c95b 16630finding your host's libraries. @samp{sysroot} is preferred; setting
d3e8051b 16631it to a nonexistent directory may interfere with automatic loading
f822c95b 16632of shared library symbols.
f5ebfba0
DJ
16633
16634@kindex show solib-search-path
16635@item show solib-search-path
16636Display the current shared library search path.
ab38a727
PA
16637
16638@cindex DOS file-name semantics of file names.
16639@kindex set target-file-system-kind (unix|dos-based|auto)
16640@kindex show target-file-system-kind
16641@item set target-file-system-kind @var{kind}
16642Set assumed file system kind for target reported file names.
16643
16644Shared library file names as reported by the target system may not
16645make sense as is on the system @value{GDBN} is running on. For
16646example, when remote debugging a target that has MS-DOS based file
16647system semantics, from a Unix host, the target may be reporting to
16648@value{GDBN} a list of loaded shared libraries with file names such as
16649@file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
16650drive letters, so the @samp{c:\} prefix is not normally understood as
16651indicating an absolute file name, and neither is the backslash
16652normally considered a directory separator character. In that case,
16653the native file system would interpret this whole absolute file name
16654as a relative file name with no directory components. This would make
16655it impossible to point @value{GDBN} at a copy of the remote target's
16656shared libraries on the host using @code{set sysroot}, and impractical
16657with @code{set solib-search-path}. Setting
16658@code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
16659to interpret such file names similarly to how the target would, and to
16660map them to file names valid on @value{GDBN}'s native file system
16661semantics. The value of @var{kind} can be @code{"auto"}, in addition
16662to one of the supported file system kinds. In that case, @value{GDBN}
16663tries to determine the appropriate file system variant based on the
16664current target's operating system (@pxref{ABI, ,Configuring the
16665Current ABI}). The supported file system settings are:
16666
16667@table @code
16668@item unix
16669Instruct @value{GDBN} to assume the target file system is of Unix
16670kind. Only file names starting the forward slash (@samp{/}) character
16671are considered absolute, and the directory separator character is also
16672the forward slash.
16673
16674@item dos-based
16675Instruct @value{GDBN} to assume the target file system is DOS based.
16676File names starting with either a forward slash, or a drive letter
16677followed by a colon (e.g., @samp{c:}), are considered absolute, and
16678both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
16679considered directory separators.
16680
16681@item auto
16682Instruct @value{GDBN} to use the file system kind associated with the
16683target operating system (@pxref{ABI, ,Configuring the Current ABI}).
16684This is the default.
16685@end table
f5ebfba0
DJ
16686@end table
16687
c011a4f4
DE
16688@cindex file name canonicalization
16689@cindex base name differences
16690When processing file names provided by the user, @value{GDBN}
16691frequently needs to compare them to the file names recorded in the
16692program's debug info. Normally, @value{GDBN} compares just the
16693@dfn{base names} of the files as strings, which is reasonably fast
16694even for very large programs. (The base name of a file is the last
16695portion of its name, after stripping all the leading directories.)
16696This shortcut in comparison is based upon the assumption that files
16697cannot have more than one base name. This is usually true, but
16698references to files that use symlinks or similar filesystem
16699facilities violate that assumption. If your program records files
16700using such facilities, or if you provide file names to @value{GDBN}
16701using symlinks etc., you can set @code{basenames-may-differ} to
16702@code{true} to instruct @value{GDBN} to completely canonicalize each
16703pair of file names it needs to compare. This will make file-name
16704comparisons accurate, but at a price of a significant slowdown.
16705
16706@table @code
16707@item set basenames-may-differ
16708@kindex set basenames-may-differ
16709Set whether a source file may have multiple base names.
16710
16711@item show basenames-may-differ
16712@kindex show basenames-may-differ
16713Show whether a source file may have multiple base names.
16714@end table
5b5d99cf
JB
16715
16716@node Separate Debug Files
16717@section Debugging Information in Separate Files
16718@cindex separate debugging information files
16719@cindex debugging information in separate files
16720@cindex @file{.debug} subdirectories
16721@cindex debugging information directory, global
f307c045 16722@cindex global debugging information directories
c7e83d54
EZ
16723@cindex build ID, and separate debugging files
16724@cindex @file{.build-id} directory
5b5d99cf
JB
16725
16726@value{GDBN} allows you to put a program's debugging information in a
16727file separate from the executable itself, in a way that allows
16728@value{GDBN} to find and load the debugging information automatically.
c7e83d54
EZ
16729Since debugging information can be very large---sometimes larger
16730than the executable code itself---some systems distribute debugging
5b5d99cf
JB
16731information for their executables in separate files, which users can
16732install only when they need to debug a problem.
16733
c7e83d54
EZ
16734@value{GDBN} supports two ways of specifying the separate debug info
16735file:
5b5d99cf
JB
16736
16737@itemize @bullet
16738@item
c7e83d54
EZ
16739The executable contains a @dfn{debug link} that specifies the name of
16740the separate debug info file. The separate debug file's name is
16741usually @file{@var{executable}.debug}, where @var{executable} is the
16742name of the corresponding executable file without leading directories
16743(e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
99e008fe
EZ
16744debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
16745checksum for the debug file, which @value{GDBN} uses to validate that
16746the executable and the debug file came from the same build.
c7e83d54
EZ
16747
16748@item
7e27a47a 16749The executable contains a @dfn{build ID}, a unique bit string that is
c7e83d54 16750also present in the corresponding debug info file. (This is supported
7e27a47a
EZ
16751only on some operating systems, notably those which use the ELF format
16752for binary files and the @sc{gnu} Binutils.) For more details about
16753this feature, see the description of the @option{--build-id}
16754command-line option in @ref{Options, , Command Line Options, ld.info,
16755The GNU Linker}. The debug info file's name is not specified
16756explicitly by the build ID, but can be computed from the build ID, see
16757below.
d3750b24
JK
16758@end itemize
16759
c7e83d54
EZ
16760Depending on the way the debug info file is specified, @value{GDBN}
16761uses two different methods of looking for the debug file:
d3750b24
JK
16762
16763@itemize @bullet
16764@item
c7e83d54
EZ
16765For the ``debug link'' method, @value{GDBN} looks up the named file in
16766the directory of the executable file, then in a subdirectory of that
f307c045
JK
16767directory named @file{.debug}, and finally under each one of the global debug
16768directories, in a subdirectory whose name is identical to the leading
c7e83d54
EZ
16769directories of the executable's absolute file name.
16770
16771@item
83f83d7f 16772For the ``build ID'' method, @value{GDBN} looks in the
f307c045
JK
16773@file{.build-id} subdirectory of each one of the global debug directories for
16774a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
7e27a47a
EZ
16775first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
16776are the rest of the bit string. (Real build ID strings are 32 or more
16777hex characters, not 10.)
c7e83d54
EZ
16778@end itemize
16779
16780So, for example, suppose you ask @value{GDBN} to debug
7e27a47a
EZ
16781@file{/usr/bin/ls}, which has a debug link that specifies the
16782file @file{ls.debug}, and a build ID whose value in hex is
f307c045 16783@code{abcdef1234}. If the list of the global debug directories includes
c7e83d54
EZ
16784@file{/usr/lib/debug}, then @value{GDBN} will look for the following
16785debug information files, in the indicated order:
16786
16787@itemize @minus
16788@item
16789@file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
d3750b24 16790@item
c7e83d54 16791@file{/usr/bin/ls.debug}
5b5d99cf 16792@item
c7e83d54 16793@file{/usr/bin/.debug/ls.debug}
5b5d99cf 16794@item
c7e83d54 16795@file{/usr/lib/debug/usr/bin/ls.debug}.
5b5d99cf 16796@end itemize
5b5d99cf 16797
1564a261
JK
16798@anchor{debug-file-directory}
16799Global debugging info directories default to what is set by @value{GDBN}
16800configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
16801you can also set the global debugging info directories, and view the list
16802@value{GDBN} is currently using.
5b5d99cf
JB
16803
16804@table @code
16805
16806@kindex set debug-file-directory
24ddea62
JK
16807@item set debug-file-directory @var{directories}
16808Set the directories which @value{GDBN} searches for separate debugging
d9242c17
JK
16809information files to @var{directory}. Multiple path components can be set
16810concatenating them by a path separator.
5b5d99cf
JB
16811
16812@kindex show debug-file-directory
16813@item show debug-file-directory
24ddea62 16814Show the directories @value{GDBN} searches for separate debugging
5b5d99cf
JB
16815information files.
16816
16817@end table
16818
16819@cindex @code{.gnu_debuglink} sections
c7e83d54 16820@cindex debug link sections
5b5d99cf
JB
16821A debug link is a special section of the executable file named
16822@code{.gnu_debuglink}. The section must contain:
16823
16824@itemize
16825@item
16826A filename, with any leading directory components removed, followed by
16827a zero byte,
16828@item
16829zero to three bytes of padding, as needed to reach the next four-byte
16830boundary within the section, and
16831@item
16832a four-byte CRC checksum, stored in the same endianness used for the
16833executable file itself. The checksum is computed on the debugging
16834information file's full contents by the function given below, passing
16835zero as the @var{crc} argument.
16836@end itemize
16837
16838Any executable file format can carry a debug link, as long as it can
16839contain a section named @code{.gnu_debuglink} with the contents
16840described above.
16841
d3750b24 16842@cindex @code{.note.gnu.build-id} sections
c7e83d54 16843@cindex build ID sections
7e27a47a
EZ
16844The build ID is a special section in the executable file (and in other
16845ELF binary files that @value{GDBN} may consider). This section is
16846often named @code{.note.gnu.build-id}, but that name is not mandatory.
16847It contains unique identification for the built files---the ID remains
16848the same across multiple builds of the same build tree. The default
16849algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
16850content for the build ID string. The same section with an identical
16851value is present in the original built binary with symbols, in its
16852stripped variant, and in the separate debugging information file.
d3750b24 16853
5b5d99cf
JB
16854The debugging information file itself should be an ordinary
16855executable, containing a full set of linker symbols, sections, and
16856debugging information. The sections of the debugging information file
c7e83d54
EZ
16857should have the same names, addresses, and sizes as the original file,
16858but they need not contain any data---much like a @code{.bss} section
5b5d99cf
JB
16859in an ordinary executable.
16860
7e27a47a 16861The @sc{gnu} binary utilities (Binutils) package includes the
c7e83d54
EZ
16862@samp{objcopy} utility that can produce
16863the separated executable / debugging information file pairs using the
16864following commands:
16865
16866@smallexample
16867@kbd{objcopy --only-keep-debug foo foo.debug}
16868@kbd{strip -g foo}
c7e83d54
EZ
16869@end smallexample
16870
16871@noindent
16872These commands remove the debugging
83f83d7f
JK
16873information from the executable file @file{foo} and place it in the file
16874@file{foo.debug}. You can use the first, second or both methods to link the
16875two files:
16876
16877@itemize @bullet
16878@item
16879The debug link method needs the following additional command to also leave
16880behind a debug link in @file{foo}:
16881
16882@smallexample
16883@kbd{objcopy --add-gnu-debuglink=foo.debug foo}
16884@end smallexample
16885
16886Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
d3750b24 16887a version of the @code{strip} command such that the command @kbd{strip foo -f
83f83d7f
JK
16888foo.debug} has the same functionality as the two @code{objcopy} commands and
16889the @code{ln -s} command above, together.
16890
16891@item
16892Build ID gets embedded into the main executable using @code{ld --build-id} or
16893the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
16894compatibility fixes for debug files separation are present in @sc{gnu} binary
7e27a47a 16895utilities (Binutils) package since version 2.18.
83f83d7f
JK
16896@end itemize
16897
16898@noindent
d3750b24 16899
99e008fe
EZ
16900@cindex CRC algorithm definition
16901The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
16902IEEE 802.3 using the polynomial:
16903
16904@c TexInfo requires naked braces for multi-digit exponents for Tex
16905@c output, but this causes HTML output to barf. HTML has to be set using
16906@c raw commands. So we end up having to specify this equation in 2
16907@c different ways!
16908@ifhtml
16909@display
16910@html
16911 <em>x</em><sup>32</sup> + <em>x</em><sup>26</sup> + <em>x</em><sup>23</sup> + <em>x</em><sup>22</sup> + <em>x</em><sup>16</sup> + <em>x</em><sup>12</sup> + <em>x</em><sup>11</sup>
16912 + <em>x</em><sup>10</sup> + <em>x</em><sup>8</sup> + <em>x</em><sup>7</sup> + <em>x</em><sup>5</sup> + <em>x</em><sup>4</sup> + <em>x</em><sup>2</sup> + <em>x</em> + 1
16913@end html
16914@end display
16915@end ifhtml
16916@ifnothtml
16917@display
16918 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
16919 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
16920@end display
16921@end ifnothtml
16922
16923The function is computed byte at a time, taking the least
16924significant bit of each byte first. The initial pattern
16925@code{0xffffffff} is used, to ensure leading zeros affect the CRC and
16926the final result is inverted to ensure trailing zeros also affect the
16927CRC.
16928
16929@emph{Note:} This is the same CRC polynomial as used in handling the
16930@dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{Remote Protocol,
16931, @value{GDBN} Remote Serial Protocol}). However in the
16932case of the Remote Serial Protocol, the CRC is computed @emph{most}
16933significant bit first, and the result is not inverted, so trailing
16934zeros have no effect on the CRC value.
16935
16936To complete the description, we show below the code of the function
16937which produces the CRC used in @code{.gnu_debuglink}. Inverting the
16938initially supplied @code{crc} argument means that an initial call to
16939this function passing in zero will start computing the CRC using
16940@code{0xffffffff}.
5b5d99cf 16941
4644b6e3 16942@kindex gnu_debuglink_crc32
5b5d99cf
JB
16943@smallexample
16944unsigned long
16945gnu_debuglink_crc32 (unsigned long crc,
16946 unsigned char *buf, size_t len)
16947@{
16948 static const unsigned long crc32_table[256] =
16949 @{
16950 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
16951 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
16952 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
16953 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
16954 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
16955 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
16956 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
16957 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
16958 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
16959 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
16960 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
16961 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
16962 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
16963 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
16964 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
16965 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
16966 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
16967 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
16968 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
16969 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
16970 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
16971 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
16972 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
16973 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
16974 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
16975 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
16976 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
16977 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
16978 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
16979 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
16980 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
16981 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
16982 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
16983 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
16984 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
16985 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
16986 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
16987 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
16988 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
16989 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
16990 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
16991 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
16992 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
16993 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
16994 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
16995 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
16996 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
16997 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
16998 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
16999 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
17000 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
17001 0x2d02ef8d
17002 @};
17003 unsigned char *end;
17004
17005 crc = ~crc & 0xffffffff;
17006 for (end = buf + len; buf < end; ++buf)
17007 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 17008 return ~crc & 0xffffffff;
5b5d99cf
JB
17009@}
17010@end smallexample
17011
c7e83d54
EZ
17012@noindent
17013This computation does not apply to the ``build ID'' method.
17014
608e2dbb
TT
17015@node MiniDebugInfo
17016@section Debugging information in a special section
17017@cindex separate debug sections
17018@cindex @samp{.gnu_debugdata} section
17019
17020Some systems ship pre-built executables and libraries that have a
17021special @samp{.gnu_debugdata} section. This feature is called
17022@dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
17023is used to supply extra symbols for backtraces.
17024
17025The intent of this section is to provide extra minimal debugging
17026information for use in simple backtraces. It is not intended to be a
17027replacement for full separate debugging information (@pxref{Separate
17028Debug Files}). The example below shows the intended use; however,
17029@value{GDBN} does not currently put restrictions on what sort of
17030debugging information might be included in the section.
17031
17032@value{GDBN} has support for this extension. If the section exists,
17033then it is used provided that no other source of debugging information
17034can be found, and that @value{GDBN} was configured with LZMA support.
17035
17036This section can be easily created using @command{objcopy} and other
17037standard utilities:
17038
17039@smallexample
17040# Extract the dynamic symbols from the main binary, there is no need
17041# to also have these in the normal symbol table
17042nm -D @var{binary} --format=posix --defined-only \
17043 | awk '@{ print $1 @}' | sort > dynsyms
17044
17045# Extract all the text (i.e. function) symbols from the debuginfo .
17046nm @var{binary} --format=posix --defined-only \
17047 | awk '@{ if ($2 == "T" || $2 == "t") print $1 @}' \
17048 | sort > funcsyms
17049
17050# Keep all the function symbols not already in the dynamic symbol
17051# table.
17052comm -13 dynsyms funcsyms > keep_symbols
17053
17054# Copy the full debuginfo, keeping only a minimal set of symbols and
17055# removing some unnecessary sections.
17056objcopy -S --remove-section .gdb_index --remove-section .comment \
17057 --keep-symbols=keep_symbols @var{binary} mini_debuginfo
17058
17059# Inject the compressed data into the .gnu_debugdata section of the
17060# original binary.
17061xz mini_debuginfo
17062objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
17063@end smallexample
5b5d99cf 17064
9291a0cd
TT
17065@node Index Files
17066@section Index Files Speed Up @value{GDBN}
17067@cindex index files
17068@cindex @samp{.gdb_index} section
17069
17070When @value{GDBN} finds a symbol file, it scans the symbols in the
17071file in order to construct an internal symbol table. This lets most
17072@value{GDBN} operations work quickly---at the cost of a delay early
17073on. For large programs, this delay can be quite lengthy, so
17074@value{GDBN} provides a way to build an index, which speeds up
17075startup.
17076
17077The index is stored as a section in the symbol file. @value{GDBN} can
17078write the index to a file, then you can put it into the symbol file
17079using @command{objcopy}.
17080
17081To create an index file, use the @code{save gdb-index} command:
17082
17083@table @code
17084@item save gdb-index @var{directory}
17085@kindex save gdb-index
17086Create an index file for each symbol file currently known by
17087@value{GDBN}. Each file is named after its corresponding symbol file,
17088with @samp{.gdb-index} appended, and is written into the given
17089@var{directory}.
17090@end table
17091
17092Once you have created an index file you can merge it into your symbol
17093file, here named @file{symfile}, using @command{objcopy}:
17094
17095@smallexample
17096$ objcopy --add-section .gdb_index=symfile.gdb-index \
17097 --set-section-flags .gdb_index=readonly symfile symfile
17098@end smallexample
17099
e615022a
DE
17100@value{GDBN} will normally ignore older versions of @file{.gdb_index}
17101sections that have been deprecated. Usually they are deprecated because
17102they are missing a new feature or have performance issues.
17103To tell @value{GDBN} to use a deprecated index section anyway
17104specify @code{set use-deprecated-index-sections on}.
17105The default is @code{off}.
17106This can speed up startup, but may result in some functionality being lost.
17107@xref{Index Section Format}.
17108
17109@emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
17110must be done before gdb reads the file. The following will not work:
17111
17112@smallexample
17113$ gdb -ex "set use-deprecated-index-sections on" <program>
17114@end smallexample
17115
17116Instead you must do, for example,
17117
17118@smallexample
17119$ gdb -iex "set use-deprecated-index-sections on" <program>
17120@end smallexample
17121
9291a0cd
TT
17122There are currently some limitation on indices. They only work when
17123for DWARF debugging information, not stabs. And, they do not
17124currently work for programs using Ada.
17125
6d2ebf8b 17126@node Symbol Errors
79a6e687 17127@section Errors Reading Symbol Files
c906108c
SS
17128
17129While reading a symbol file, @value{GDBN} occasionally encounters problems,
17130such as symbol types it does not recognize, or known bugs in compiler
17131output. By default, @value{GDBN} does not notify you of such problems, since
17132they are relatively common and primarily of interest to people
17133debugging compilers. If you are interested in seeing information
17134about ill-constructed symbol tables, you can either ask @value{GDBN} to print
17135only one message about each such type of problem, no matter how many
17136times the problem occurs; or you can ask @value{GDBN} to print more messages,
17137to see how many times the problems occur, with the @code{set
79a6e687
BW
17138complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
17139Messages}).
c906108c
SS
17140
17141The messages currently printed, and their meanings, include:
17142
17143@table @code
17144@item inner block not inside outer block in @var{symbol}
17145
17146The symbol information shows where symbol scopes begin and end
17147(such as at the start of a function or a block of statements). This
17148error indicates that an inner scope block is not fully contained
17149in its outer scope blocks.
17150
17151@value{GDBN} circumvents the problem by treating the inner block as if it had
17152the same scope as the outer block. In the error message, @var{symbol}
17153may be shown as ``@code{(don't know)}'' if the outer block is not a
17154function.
17155
17156@item block at @var{address} out of order
17157
17158The symbol information for symbol scope blocks should occur in
17159order of increasing addresses. This error indicates that it does not
17160do so.
17161
17162@value{GDBN} does not circumvent this problem, and has trouble
17163locating symbols in the source file whose symbols it is reading. (You
17164can often determine what source file is affected by specifying
79a6e687
BW
17165@code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
17166Messages}.)
c906108c
SS
17167
17168@item bad block start address patched
17169
17170The symbol information for a symbol scope block has a start address
17171smaller than the address of the preceding source line. This is known
17172to occur in the SunOS 4.1.1 (and earlier) C compiler.
17173
17174@value{GDBN} circumvents the problem by treating the symbol scope block as
17175starting on the previous source line.
17176
17177@item bad string table offset in symbol @var{n}
17178
17179@cindex foo
17180Symbol number @var{n} contains a pointer into the string table which is
17181larger than the size of the string table.
17182
17183@value{GDBN} circumvents the problem by considering the symbol to have the
17184name @code{foo}, which may cause other problems if many symbols end up
17185with this name.
17186
17187@item unknown symbol type @code{0x@var{nn}}
17188
7a292a7a
SS
17189The symbol information contains new data types that @value{GDBN} does
17190not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 17191uncomprehended information, in hexadecimal.
c906108c 17192
7a292a7a
SS
17193@value{GDBN} circumvents the error by ignoring this symbol information.
17194This usually allows you to debug your program, though certain symbols
c906108c 17195are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
17196debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
17197on @code{complain}, then go up to the function @code{read_dbx_symtab}
17198and examine @code{*bufp} to see the symbol.
c906108c
SS
17199
17200@item stub type has NULL name
c906108c 17201
7a292a7a 17202@value{GDBN} could not find the full definition for a struct or class.
c906108c 17203
7a292a7a 17204@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 17205The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
17206information that recent versions of the compiler should have output for
17207it.
c906108c
SS
17208
17209@item info mismatch between compiler and debugger
17210
17211@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 17212
c906108c
SS
17213@end table
17214
b14b1491
TT
17215@node Data Files
17216@section GDB Data Files
17217
17218@cindex prefix for data files
17219@value{GDBN} will sometimes read an auxiliary data file. These files
17220are kept in a directory known as the @dfn{data directory}.
17221
17222You can set the data directory's name, and view the name @value{GDBN}
17223is currently using.
17224
17225@table @code
17226@kindex set data-directory
17227@item set data-directory @var{directory}
17228Set the directory which @value{GDBN} searches for auxiliary data files
17229to @var{directory}.
17230
17231@kindex show data-directory
17232@item show data-directory
17233Show the directory @value{GDBN} searches for auxiliary data files.
17234@end table
17235
17236@cindex default data directory
17237@cindex @samp{--with-gdb-datadir}
17238You can set the default data directory by using the configure-time
17239@samp{--with-gdb-datadir} option. If the data directory is inside
17240@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
17241@samp{--exec-prefix}), then the default data directory will be updated
17242automatically if the installed @value{GDBN} is moved to a new
17243location.
17244
aae1c79a
DE
17245The data directory may also be specified with the
17246@code{--data-directory} command line option.
17247@xref{Mode Options}.
17248
6d2ebf8b 17249@node Targets
c906108c 17250@chapter Specifying a Debugging Target
7a292a7a 17251
c906108c 17252@cindex debugging target
c906108c 17253A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
17254
17255Often, @value{GDBN} runs in the same host environment as your program;
17256in that case, the debugging target is specified as a side effect when
17257you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
17258flexibility---for example, running @value{GDBN} on a physically separate
17259host, or controlling a standalone system over a serial port or a
53a5351d
JM
17260realtime system over a TCP/IP connection---you can use the @code{target}
17261command to specify one of the target types configured for @value{GDBN}
79a6e687 17262(@pxref{Target Commands, ,Commands for Managing Targets}).
c906108c 17263
a8f24a35
EZ
17264@cindex target architecture
17265It is possible to build @value{GDBN} for several different @dfn{target
17266architectures}. When @value{GDBN} is built like that, you can choose
17267one of the available architectures with the @kbd{set architecture}
17268command.
17269
17270@table @code
17271@kindex set architecture
17272@kindex show architecture
17273@item set architecture @var{arch}
17274This command sets the current target architecture to @var{arch}. The
17275value of @var{arch} can be @code{"auto"}, in addition to one of the
17276supported architectures.
17277
17278@item show architecture
17279Show the current target architecture.
9c16f35a
EZ
17280
17281@item set processor
17282@itemx processor
17283@kindex set processor
17284@kindex show processor
17285These are alias commands for, respectively, @code{set architecture}
17286and @code{show architecture}.
a8f24a35
EZ
17287@end table
17288
c906108c
SS
17289@menu
17290* Active Targets:: Active targets
17291* Target Commands:: Commands for managing targets
c906108c 17292* Byte Order:: Choosing target byte order
c906108c
SS
17293@end menu
17294
6d2ebf8b 17295@node Active Targets
79a6e687 17296@section Active Targets
7a292a7a 17297
c906108c
SS
17298@cindex stacking targets
17299@cindex active targets
17300@cindex multiple targets
17301
8ea5bce5 17302There are multiple classes of targets such as: processes, executable files or
c0edd9ed
JK
17303recording sessions. Core files belong to the process class, making core file
17304and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
17305on multiple active targets, one in each class. This allows you to (for
17306example) start a process and inspect its activity, while still having access to
17307the executable file after the process finishes. Or if you start process
17308recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
17309presented a virtual layer of the recording target, while the process target
17310remains stopped at the chronologically last point of the process execution.
17311
17312Use the @code{core-file} and @code{exec-file} commands to select a new core
17313file or executable target (@pxref{Files, ,Commands to Specify Files}). To
17314specify as a target a process that is already running, use the @code{attach}
17315command (@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 17316
6d2ebf8b 17317@node Target Commands
79a6e687 17318@section Commands for Managing Targets
c906108c
SS
17319
17320@table @code
17321@item target @var{type} @var{parameters}
7a292a7a
SS
17322Connects the @value{GDBN} host environment to a target machine or
17323process. A target is typically a protocol for talking to debugging
17324facilities. You use the argument @var{type} to specify the type or
17325protocol of the target machine.
c906108c
SS
17326
17327Further @var{parameters} are interpreted by the target protocol, but
17328typically include things like device names or host names to connect
17329with, process numbers, and baud rates.
c906108c
SS
17330
17331The @code{target} command does not repeat if you press @key{RET} again
17332after executing the command.
17333
17334@kindex help target
17335@item help target
17336Displays the names of all targets available. To display targets
17337currently selected, use either @code{info target} or @code{info files}
79a6e687 17338(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
17339
17340@item help target @var{name}
17341Describe a particular target, including any parameters necessary to
17342select it.
17343
17344@kindex set gnutarget
17345@item set gnutarget @var{args}
5d161b24 17346@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 17347knows whether it is reading an @dfn{executable},
5d161b24
DB
17348a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
17349with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
17350with @code{gnutarget} the @code{target} refers to a program, not a machine.
17351
d4f3574e 17352@quotation
c906108c
SS
17353@emph{Warning:} To specify a file format with @code{set gnutarget},
17354you must know the actual BFD name.
d4f3574e 17355@end quotation
c906108c 17356
d4f3574e 17357@noindent
79a6e687 17358@xref{Files, , Commands to Specify Files}.
c906108c 17359
5d161b24 17360@kindex show gnutarget
c906108c
SS
17361@item show gnutarget
17362Use the @code{show gnutarget} command to display what file format
17363@code{gnutarget} is set to read. If you have not set @code{gnutarget},
17364@value{GDBN} will determine the file format for each file automatically,
c4957902 17365and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
c906108c
SS
17366@end table
17367
4644b6e3 17368@cindex common targets
c906108c
SS
17369Here are some common targets (available, or not, depending on the GDB
17370configuration):
c906108c
SS
17371
17372@table @code
4644b6e3 17373@kindex target
c906108c 17374@item target exec @var{program}
4644b6e3 17375@cindex executable file target
c906108c
SS
17376An executable file. @samp{target exec @var{program}} is the same as
17377@samp{exec-file @var{program}}.
17378
c906108c 17379@item target core @var{filename}
4644b6e3 17380@cindex core dump file target
c906108c
SS
17381A core dump file. @samp{target core @var{filename}} is the same as
17382@samp{core-file @var{filename}}.
c906108c 17383
1a10341b 17384@item target remote @var{medium}
4644b6e3 17385@cindex remote target
1a10341b
JB
17386A remote system connected to @value{GDBN} via a serial line or network
17387connection. This command tells @value{GDBN} to use its own remote
17388protocol over @var{medium} for debugging. @xref{Remote Debugging}.
17389
17390For example, if you have a board connected to @file{/dev/ttya} on the
17391machine running @value{GDBN}, you could say:
17392
17393@smallexample
17394target remote /dev/ttya
17395@end smallexample
17396
17397@code{target remote} supports the @code{load} command. This is only
17398useful if you have some other way of getting the stub to the target
17399system, and you can put it somewhere in memory where it won't get
17400clobbered by the download.
c906108c 17401
ee8e71d4 17402@item target sim @r{[}@var{simargs}@r{]} @dots{}
4644b6e3 17403@cindex built-in simulator target
2df3850c 17404Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 17405In general,
474c8240 17406@smallexample
104c1213
JM
17407 target sim
17408 load
17409 run
474c8240 17410@end smallexample
d4f3574e 17411@noindent
104c1213 17412works; however, you cannot assume that a specific memory map, device
d4f3574e 17413drivers, or even basic I/O is available, although some simulators do
104c1213
JM
17414provide these. For info about any processor-specific simulator details,
17415see the appropriate section in @ref{Embedded Processors, ,Embedded
17416Processors}.
17417
c906108c
SS
17418@end table
17419
104c1213 17420Some configurations may include these targets as well:
c906108c
SS
17421
17422@table @code
17423
c906108c 17424@item target nrom @var{dev}
4644b6e3 17425@cindex NetROM ROM emulator target
c906108c
SS
17426NetROM ROM emulator. This target only supports downloading.
17427
c906108c
SS
17428@end table
17429
5d161b24 17430Different targets are available on different configurations of @value{GDBN};
c906108c 17431your configuration may have more or fewer targets.
c906108c 17432
721c2651
EZ
17433Many remote targets require you to download the executable's code once
17434you've successfully established a connection. You may wish to control
3d00d119
DJ
17435various aspects of this process.
17436
17437@table @code
721c2651
EZ
17438
17439@item set hash
17440@kindex set hash@r{, for remote monitors}
17441@cindex hash mark while downloading
17442This command controls whether a hash mark @samp{#} is displayed while
17443downloading a file to the remote monitor. If on, a hash mark is
17444displayed after each S-record is successfully downloaded to the
17445monitor.
17446
17447@item show hash
17448@kindex show hash@r{, for remote monitors}
17449Show the current status of displaying the hash mark.
17450
17451@item set debug monitor
17452@kindex set debug monitor
17453@cindex display remote monitor communications
17454Enable or disable display of communications messages between
17455@value{GDBN} and the remote monitor.
17456
17457@item show debug monitor
17458@kindex show debug monitor
17459Show the current status of displaying communications between
17460@value{GDBN} and the remote monitor.
a8f24a35 17461@end table
c906108c
SS
17462
17463@table @code
17464
17465@kindex load @var{filename}
17466@item load @var{filename}
8edfe269 17467@anchor{load}
c906108c
SS
17468Depending on what remote debugging facilities are configured into
17469@value{GDBN}, the @code{load} command may be available. Where it exists, it
17470is meant to make @var{filename} (an executable) available for debugging
17471on the remote system---by downloading, or dynamic linking, for example.
17472@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
17473the @code{add-symbol-file} command.
17474
17475If your @value{GDBN} does not have a @code{load} command, attempting to
17476execute it gets the error message ``@code{You can't do that when your
17477target is @dots{}}''
c906108c
SS
17478
17479The file is loaded at whatever address is specified in the executable.
17480For some object file formats, you can specify the load address when you
17481link the program; for other formats, like a.out, the object file format
17482specifies a fixed address.
17483@c FIXME! This would be a good place for an xref to the GNU linker doc.
17484
68437a39
DJ
17485Depending on the remote side capabilities, @value{GDBN} may be able to
17486load programs into flash memory.
17487
c906108c
SS
17488@code{load} does not repeat if you press @key{RET} again after using it.
17489@end table
17490
6d2ebf8b 17491@node Byte Order
79a6e687 17492@section Choosing Target Byte Order
7a292a7a 17493
c906108c
SS
17494@cindex choosing target byte order
17495@cindex target byte order
c906108c 17496
eb17f351 17497Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
c906108c
SS
17498offer the ability to run either big-endian or little-endian byte
17499orders. Usually the executable or symbol will include a bit to
17500designate the endian-ness, and you will not need to worry about
17501which to use. However, you may still find it useful to adjust
d4f3574e 17502@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
17503
17504@table @code
4644b6e3 17505@kindex set endian
c906108c
SS
17506@item set endian big
17507Instruct @value{GDBN} to assume the target is big-endian.
17508
c906108c
SS
17509@item set endian little
17510Instruct @value{GDBN} to assume the target is little-endian.
17511
c906108c
SS
17512@item set endian auto
17513Instruct @value{GDBN} to use the byte order associated with the
17514executable.
17515
17516@item show endian
17517Display @value{GDBN}'s current idea of the target byte order.
17518
17519@end table
17520
17521Note that these commands merely adjust interpretation of symbolic
17522data on the host, and that they have absolutely no effect on the
17523target system.
17524
ea35711c
DJ
17525
17526@node Remote Debugging
17527@chapter Debugging Remote Programs
c906108c
SS
17528@cindex remote debugging
17529
17530If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
17531@value{GDBN} in the usual way, it is often useful to use remote debugging.
17532For example, you might use remote debugging on an operating system kernel,
c906108c
SS
17533or on a small system which does not have a general purpose operating system
17534powerful enough to run a full-featured debugger.
17535
17536Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
17537to make this work with particular debugging targets. In addition,
5d161b24 17538@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
17539but not specific to any particular target system) which you can use if you
17540write the remote stubs---the code that runs on the remote system to
17541communicate with @value{GDBN}.
17542
17543Other remote targets may be available in your
17544configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 17545
6b2f586d 17546@menu
07f31aa6 17547* Connecting:: Connecting to a remote target
a6b151f1 17548* File Transfer:: Sending files to a remote system
6b2f586d 17549* Server:: Using the gdbserver program
79a6e687
BW
17550* Remote Configuration:: Remote configuration
17551* Remote Stub:: Implementing a remote stub
6b2f586d
AC
17552@end menu
17553
07f31aa6 17554@node Connecting
79a6e687 17555@section Connecting to a Remote Target
07f31aa6
DJ
17556
17557On the @value{GDBN} host machine, you will need an unstripped copy of
d3e8051b 17558your program, since @value{GDBN} needs symbol and debugging information.
07f31aa6
DJ
17559Start up @value{GDBN} as usual, using the name of the local copy of your
17560program as the first argument.
17561
86941c27
JB
17562@cindex @code{target remote}
17563@value{GDBN} can communicate with the target over a serial line, or
17564over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
17565each case, @value{GDBN} uses the same protocol for debugging your
17566program; only the medium carrying the debugging packets varies. The
17567@code{target remote} command establishes a connection to the target.
17568Its arguments indicate which medium to use:
17569
17570@table @code
17571
17572@item target remote @var{serial-device}
07f31aa6 17573@cindex serial line, @code{target remote}
86941c27
JB
17574Use @var{serial-device} to communicate with the target. For example,
17575to use a serial line connected to the device named @file{/dev/ttyb}:
17576
17577@smallexample
17578target remote /dev/ttyb
17579@end smallexample
17580
07f31aa6
DJ
17581If you're using a serial line, you may want to give @value{GDBN} the
17582@w{@samp{--baud}} option, or use the @code{set remotebaud} command
79a6e687 17583(@pxref{Remote Configuration, set remotebaud}) before the
9c16f35a 17584@code{target} command.
07f31aa6 17585
86941c27
JB
17586@item target remote @code{@var{host}:@var{port}}
17587@itemx target remote @code{tcp:@var{host}:@var{port}}
17588@cindex @acronym{TCP} port, @code{target remote}
17589Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
17590The @var{host} may be either a host name or a numeric @acronym{IP}
17591address; @var{port} must be a decimal number. The @var{host} could be
17592the target machine itself, if it is directly connected to the net, or
17593it might be a terminal server which in turn has a serial line to the
17594target.
07f31aa6 17595
86941c27
JB
17596For example, to connect to port 2828 on a terminal server named
17597@code{manyfarms}:
07f31aa6
DJ
17598
17599@smallexample
17600target remote manyfarms:2828
17601@end smallexample
17602
86941c27
JB
17603If your remote target is actually running on the same machine as your
17604debugger session (e.g.@: a simulator for your target running on the
17605same host), you can omit the hostname. For example, to connect to
17606port 1234 on your local machine:
07f31aa6
DJ
17607
17608@smallexample
17609target remote :1234
17610@end smallexample
17611@noindent
17612
17613Note that the colon is still required here.
17614
86941c27
JB
17615@item target remote @code{udp:@var{host}:@var{port}}
17616@cindex @acronym{UDP} port, @code{target remote}
17617Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
17618connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
07f31aa6
DJ
17619
17620@smallexample
17621target remote udp:manyfarms:2828
17622@end smallexample
17623
86941c27
JB
17624When using a @acronym{UDP} connection for remote debugging, you should
17625keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
17626can silently drop packets on busy or unreliable networks, which will
17627cause havoc with your debugging session.
17628
66b8c7f6
JB
17629@item target remote | @var{command}
17630@cindex pipe, @code{target remote} to
17631Run @var{command} in the background and communicate with it using a
17632pipe. The @var{command} is a shell command, to be parsed and expanded
17633by the system's command shell, @code{/bin/sh}; it should expect remote
17634protocol packets on its standard input, and send replies on its
17635standard output. You could use this to run a stand-alone simulator
17636that speaks the remote debugging protocol, to make net connections
17637using programs like @code{ssh}, or for other similar tricks.
17638
17639If @var{command} closes its standard output (perhaps by exiting),
17640@value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
17641program has already exited, this will have no effect.)
17642
86941c27 17643@end table
07f31aa6 17644
86941c27 17645Once the connection has been established, you can use all the usual
8edfe269
DJ
17646commands to examine and change data. The remote program is already
17647running; you can use @kbd{step} and @kbd{continue}, and you do not
17648need to use @kbd{run}.
07f31aa6
DJ
17649
17650@cindex interrupting remote programs
17651@cindex remote programs, interrupting
17652Whenever @value{GDBN} is waiting for the remote program, if you type the
c8aa23ab 17653interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
07f31aa6
DJ
17654program. This may or may not succeed, depending in part on the hardware
17655and the serial drivers the remote system uses. If you type the
17656interrupt character once again, @value{GDBN} displays this prompt:
17657
17658@smallexample
17659Interrupted while waiting for the program.
17660Give up (and stop debugging it)? (y or n)
17661@end smallexample
17662
17663If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
17664(If you decide you want to try again later, you can use @samp{target
17665remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
17666goes back to waiting.
17667
17668@table @code
17669@kindex detach (remote)
17670@item detach
17671When you have finished debugging the remote program, you can use the
17672@code{detach} command to release it from @value{GDBN} control.
17673Detaching from the target normally resumes its execution, but the results
17674will depend on your particular remote stub. After the @code{detach}
17675command, @value{GDBN} is free to connect to another target.
17676
17677@kindex disconnect
17678@item disconnect
17679The @code{disconnect} command behaves like @code{detach}, except that
17680the target is generally not resumed. It will wait for @value{GDBN}
17681(this instance or another one) to connect and continue debugging. After
17682the @code{disconnect} command, @value{GDBN} is again free to connect to
17683another target.
09d4efe1
EZ
17684
17685@cindex send command to remote monitor
fad38dfa
EZ
17686@cindex extend @value{GDBN} for remote targets
17687@cindex add new commands for external monitor
09d4efe1
EZ
17688@kindex monitor
17689@item monitor @var{cmd}
fad38dfa
EZ
17690This command allows you to send arbitrary commands directly to the
17691remote monitor. Since @value{GDBN} doesn't care about the commands it
17692sends like this, this command is the way to extend @value{GDBN}---you
17693can add new commands that only the external monitor will understand
17694and implement.
07f31aa6
DJ
17695@end table
17696
a6b151f1
DJ
17697@node File Transfer
17698@section Sending files to a remote system
17699@cindex remote target, file transfer
17700@cindex file transfer
17701@cindex sending files to remote systems
17702
17703Some remote targets offer the ability to transfer files over the same
17704connection used to communicate with @value{GDBN}. This is convenient
17705for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
17706running @code{gdbserver} over a network interface. For other targets,
17707e.g.@: embedded devices with only a single serial port, this may be
17708the only way to upload or download files.
17709
17710Not all remote targets support these commands.
17711
17712@table @code
17713@kindex remote put
17714@item remote put @var{hostfile} @var{targetfile}
17715Copy file @var{hostfile} from the host system (the machine running
17716@value{GDBN}) to @var{targetfile} on the target system.
17717
17718@kindex remote get
17719@item remote get @var{targetfile} @var{hostfile}
17720Copy file @var{targetfile} from the target system to @var{hostfile}
17721on the host system.
17722
17723@kindex remote delete
17724@item remote delete @var{targetfile}
17725Delete @var{targetfile} from the target system.
17726
17727@end table
17728
6f05cf9f 17729@node Server
79a6e687 17730@section Using the @code{gdbserver} Program
6f05cf9f
AC
17731
17732@kindex gdbserver
17733@cindex remote connection without stubs
17734@code{gdbserver} is a control program for Unix-like systems, which
17735allows you to connect your program with a remote @value{GDBN} via
17736@code{target remote}---but without linking in the usual debugging stub.
17737
17738@code{gdbserver} is not a complete replacement for the debugging stubs,
17739because it requires essentially the same operating-system facilities
17740that @value{GDBN} itself does. In fact, a system that can run
17741@code{gdbserver} to connect to a remote @value{GDBN} could also run
17742@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
17743because it is a much smaller program than @value{GDBN} itself. It is
17744also easier to port than all of @value{GDBN}, so you may be able to get
17745started more quickly on a new system by using @code{gdbserver}.
17746Finally, if you develop code for real-time systems, you may find that
17747the tradeoffs involved in real-time operation make it more convenient to
17748do as much development work as possible on another system, for example
17749by cross-compiling. You can use @code{gdbserver} to make a similar
17750choice for debugging.
17751
17752@value{GDBN} and @code{gdbserver} communicate via either a serial line
17753or a TCP connection, using the standard @value{GDBN} remote serial
17754protocol.
17755
2d717e4f
DJ
17756@quotation
17757@emph{Warning:} @code{gdbserver} does not have any built-in security.
17758Do not run @code{gdbserver} connected to any public network; a
17759@value{GDBN} connection to @code{gdbserver} provides access to the
17760target system with the same privileges as the user running
17761@code{gdbserver}.
17762@end quotation
17763
17764@subsection Running @code{gdbserver}
17765@cindex arguments, to @code{gdbserver}
d9b1a651 17766@cindex @code{gdbserver}, command-line arguments
2d717e4f
DJ
17767
17768Run @code{gdbserver} on the target system. You need a copy of the
17769program you want to debug, including any libraries it requires.
6f05cf9f
AC
17770@code{gdbserver} does not need your program's symbol table, so you can
17771strip the program if necessary to save space. @value{GDBN} on the host
17772system does all the symbol handling.
17773
17774To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 17775the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
17776syntax is:
17777
17778@smallexample
17779target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
17780@end smallexample
17781
e0f9f062
DE
17782@var{comm} is either a device name (to use a serial line), or a TCP
17783hostname and portnumber, or @code{-} or @code{stdio} to use
17784stdin/stdout of @code{gdbserver}.
17785For example, to debug Emacs with the argument
6f05cf9f
AC
17786@samp{foo.txt} and communicate with @value{GDBN} over the serial port
17787@file{/dev/com1}:
17788
17789@smallexample
17790target> gdbserver /dev/com1 emacs foo.txt
17791@end smallexample
17792
17793@code{gdbserver} waits passively for the host @value{GDBN} to communicate
17794with it.
17795
17796To use a TCP connection instead of a serial line:
17797
17798@smallexample
17799target> gdbserver host:2345 emacs foo.txt
17800@end smallexample
17801
17802The only difference from the previous example is the first argument,
17803specifying that you are communicating with the host @value{GDBN} via
17804TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
17805expect a TCP connection from machine @samp{host} to local TCP port 2345.
17806(Currently, the @samp{host} part is ignored.) You can choose any number
17807you want for the port number as long as it does not conflict with any
17808TCP ports already in use on the target system (for example, @code{23} is
17809reserved for @code{telnet}).@footnote{If you choose a port number that
17810conflicts with another service, @code{gdbserver} prints an error message
17811and exits.} You must use the same port number with the host @value{GDBN}
17812@code{target remote} command.
17813
e0f9f062
DE
17814The @code{stdio} connection is useful when starting @code{gdbserver}
17815with ssh:
17816
17817@smallexample
17818(gdb) target remote | ssh -T hostname gdbserver - hello
17819@end smallexample
17820
17821The @samp{-T} option to ssh is provided because we don't need a remote pty,
17822and we don't want escape-character handling. Ssh does this by default when
17823a command is provided, the flag is provided to make it explicit.
17824You could elide it if you want to.
17825
17826Programs started with stdio-connected gdbserver have @file{/dev/null} for
17827@code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
17828display through a pipe connected to gdbserver.
17829Both @code{stdout} and @code{stderr} use the same pipe.
17830
2d717e4f 17831@subsubsection Attaching to a Running Program
d9b1a651
EZ
17832@cindex attach to a program, @code{gdbserver}
17833@cindex @option{--attach}, @code{gdbserver} option
2d717e4f 17834
56460a61
DJ
17835On some targets, @code{gdbserver} can also attach to running programs.
17836This is accomplished via the @code{--attach} argument. The syntax is:
17837
17838@smallexample
2d717e4f 17839target> gdbserver --attach @var{comm} @var{pid}
56460a61
DJ
17840@end smallexample
17841
17842@var{pid} is the process ID of a currently running process. It isn't necessary
17843to point @code{gdbserver} at a binary for the running process.
17844
b1fe9455 17845@pindex pidof
b1fe9455
DJ
17846You can debug processes by name instead of process ID if your target has the
17847@code{pidof} utility:
17848
17849@smallexample
2d717e4f 17850target> gdbserver --attach @var{comm} `pidof @var{program}`
b1fe9455
DJ
17851@end smallexample
17852
f822c95b 17853In case more than one copy of @var{program} is running, or @var{program}
b1fe9455
DJ
17854has multiple threads, most versions of @code{pidof} support the
17855@code{-s} option to only return the first process ID.
17856
2d717e4f 17857@subsubsection Multi-Process Mode for @code{gdbserver}
d9b1a651
EZ
17858@cindex @code{gdbserver}, multiple processes
17859@cindex multiple processes with @code{gdbserver}
2d717e4f
DJ
17860
17861When you connect to @code{gdbserver} using @code{target remote},
17862@code{gdbserver} debugs the specified program only once. When the
17863program exits, or you detach from it, @value{GDBN} closes the connection
17864and @code{gdbserver} exits.
17865
6e6c6f50 17866If you connect using @kbd{target extended-remote}, @code{gdbserver}
2d717e4f
DJ
17867enters multi-process mode. When the debugged program exits, or you
17868detach from it, @value{GDBN} stays connected to @code{gdbserver} even
17869though no program is running. The @code{run} and @code{attach}
17870commands instruct @code{gdbserver} to run or attach to a new program.
17871The @code{run} command uses @code{set remote exec-file} (@pxref{set
17872remote exec-file}) to select the program to run. Command line
17873arguments are supported, except for wildcard expansion and I/O
17874redirection (@pxref{Arguments}).
17875
d9b1a651 17876@cindex @option{--multi}, @code{gdbserver} option
2d717e4f
DJ
17877To start @code{gdbserver} without supplying an initial command to run
17878or process ID to attach, use the @option{--multi} command line option.
6e6c6f50 17879Then you can connect using @kbd{target extended-remote} and start
2d717e4f
DJ
17880the program you want to debug.
17881
03f2bd59
JK
17882In multi-process mode @code{gdbserver} does not automatically exit unless you
17883use the option @option{--once}. You can terminate it by using
17884@code{monitor exit} (@pxref{Monitor Commands for gdbserver}). Note that the
17885conditions under which @code{gdbserver} terminates depend on how @value{GDBN}
17886connects to it (@kbd{target remote} or @kbd{target extended-remote}). The
17887@option{--multi} option to @code{gdbserver} has no influence on that.
17888
17889@subsubsection TCP port allocation lifecycle of @code{gdbserver}
17890
17891This section applies only when @code{gdbserver} is run to listen on a TCP port.
17892
17893@code{gdbserver} normally terminates after all of its debugged processes have
17894terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
17895extended-remote}, @code{gdbserver} stays running even with no processes left.
17896@value{GDBN} normally terminates the spawned debugged process on its exit,
17897which normally also terminates @code{gdbserver} in the @kbd{target remote}
17898mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
17899cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
17900stays running even in the @kbd{target remote} mode.
17901
17902When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
17903Such reconnecting is useful for features like @ref{disconnected tracing}. For
17904completeness, at most one @value{GDBN} can be connected at a time.
17905
17906@cindex @option{--once}, @code{gdbserver} option
17907By default, @code{gdbserver} keeps the listening TCP port open, so that
17908additional connections are possible. However, if you start @code{gdbserver}
17909with the @option{--once} option, it will stop listening for any further
17910connection attempts after connecting to the first @value{GDBN} session. This
17911means no further connections to @code{gdbserver} will be possible after the
17912first one. It also means @code{gdbserver} will terminate after the first
17913connection with remote @value{GDBN} has closed, even for unexpectedly closed
17914connections and even in the @kbd{target extended-remote} mode. The
17915@option{--once} option allows reusing the same port number for connecting to
17916multiple instances of @code{gdbserver} running on the same host, since each
17917instance closes its port after the first connection.
2d717e4f
DJ
17918
17919@subsubsection Other Command-Line Arguments for @code{gdbserver}
17920
d9b1a651 17921@cindex @option{--debug}, @code{gdbserver} option
62709adf 17922The @option{--debug} option tells @code{gdbserver} to display extra
d9b1a651
EZ
17923status information about the debugging process.
17924@cindex @option{--remote-debug}, @code{gdbserver} option
17925The @option{--remote-debug} option tells @code{gdbserver} to display
62709adf
PA
17926remote protocol debug output. These options are intended for
17927@code{gdbserver} development and for bug reports to the developers.
2d717e4f 17928
d9b1a651 17929@cindex @option{--wrapper}, @code{gdbserver} option
ccd213ac
DJ
17930The @option{--wrapper} option specifies a wrapper to launch programs
17931for debugging. The option should be followed by the name of the
17932wrapper, then any command-line arguments to pass to the wrapper, then
17933@kbd{--} indicating the end of the wrapper arguments.
17934
17935@code{gdbserver} runs the specified wrapper program with a combined
17936command line including the wrapper arguments, then the name of the
17937program to debug, then any arguments to the program. The wrapper
17938runs until it executes your program, and then @value{GDBN} gains control.
17939
17940You can use any program that eventually calls @code{execve} with
17941its arguments as a wrapper. Several standard Unix utilities do
17942this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
17943with @code{exec "$@@"} will also work.
17944
17945For example, you can use @code{env} to pass an environment variable to
17946the debugged program, without setting the variable in @code{gdbserver}'s
17947environment:
17948
17949@smallexample
17950$ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
17951@end smallexample
17952
2d717e4f
DJ
17953@subsection Connecting to @code{gdbserver}
17954
17955Run @value{GDBN} on the host system.
17956
17957First make sure you have the necessary symbol files. Load symbols for
f822c95b
DJ
17958your application using the @code{file} command before you connect. Use
17959@code{set sysroot} to locate target libraries (unless your @value{GDBN}
2d717e4f 17960was compiled with the correct sysroot using @code{--with-sysroot}).
f822c95b
DJ
17961
17962The symbol file and target libraries must exactly match the executable
17963and libraries on the target, with one exception: the files on the host
17964system should not be stripped, even if the files on the target system
17965are. Mismatched or missing files will lead to confusing results
17966during debugging. On @sc{gnu}/Linux targets, mismatched or missing
17967files may also prevent @code{gdbserver} from debugging multi-threaded
17968programs.
17969
79a6e687 17970Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
6f05cf9f
AC
17971For TCP connections, you must start up @code{gdbserver} prior to using
17972the @code{target remote} command. Otherwise you may get an error whose
17973text depends on the host system, but which usually looks something like
2d717e4f 17974@samp{Connection refused}. Don't use the @code{load}
397ca115 17975command in @value{GDBN} when using @code{gdbserver}, since the program is
f822c95b 17976already on the target.
07f31aa6 17977
79a6e687 17978@subsection Monitor Commands for @code{gdbserver}
c74d0ad8 17979@cindex monitor commands, for @code{gdbserver}
2d717e4f 17980@anchor{Monitor Commands for gdbserver}
c74d0ad8
DJ
17981
17982During a @value{GDBN} session using @code{gdbserver}, you can use the
17983@code{monitor} command to send special requests to @code{gdbserver}.
2d717e4f 17984Here are the available commands.
c74d0ad8
DJ
17985
17986@table @code
17987@item monitor help
17988List the available monitor commands.
17989
17990@item monitor set debug 0
17991@itemx monitor set debug 1
17992Disable or enable general debugging messages.
17993
17994@item monitor set remote-debug 0
17995@itemx monitor set remote-debug 1
17996Disable or enable specific debugging messages associated with the remote
17997protocol (@pxref{Remote Protocol}).
17998
cdbfd419
PP
17999@item monitor set libthread-db-search-path [PATH]
18000@cindex gdbserver, search path for @code{libthread_db}
18001When this command is issued, @var{path} is a colon-separated list of
18002directories to search for @code{libthread_db} (@pxref{Threads,,set
18003libthread-db-search-path}). If you omit @var{path},
84e578fb 18004@samp{libthread-db-search-path} will be reset to its default value.
cdbfd419 18005
98a5dd13
DE
18006The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
18007not supported in @code{gdbserver}.
18008
2d717e4f
DJ
18009@item monitor exit
18010Tell gdbserver to exit immediately. This command should be followed by
18011@code{disconnect} to close the debugging session. @code{gdbserver} will
18012detach from any attached processes and kill any processes it created.
18013Use @code{monitor exit} to terminate @code{gdbserver} at the end
18014of a multi-process mode debug session.
18015
c74d0ad8
DJ
18016@end table
18017
fa593d66
PA
18018@subsection Tracepoints support in @code{gdbserver}
18019@cindex tracepoints support in @code{gdbserver}
18020
0fb4aa4b
PA
18021On some targets, @code{gdbserver} supports tracepoints, fast
18022tracepoints and static tracepoints.
fa593d66 18023
0fb4aa4b 18024For fast or static tracepoints to work, a special library called the
fa593d66
PA
18025@dfn{in-process agent} (IPA), must be loaded in the inferior process.
18026This library is built and distributed as an integral part of
0fb4aa4b
PA
18027@code{gdbserver}. In addition, support for static tracepoints
18028requires building the in-process agent library with static tracepoints
18029support. At present, the UST (LTTng Userspace Tracer,
18030@url{http://lttng.org/ust}) tracing engine is supported. This support
18031is automatically available if UST development headers are found in the
18032standard include path when @code{gdbserver} is built, or if
18033@code{gdbserver} was explicitly configured using @option{--with-ust}
18034to point at such headers. You can explicitly disable the support
18035using @option{--with-ust=no}.
fa593d66
PA
18036
18037There are several ways to load the in-process agent in your program:
18038
18039@table @code
18040@item Specifying it as dependency at link time
18041
18042You can link your program dynamically with the in-process agent
18043library. On most systems, this is accomplished by adding
18044@code{-linproctrace} to the link command.
18045
18046@item Using the system's preloading mechanisms
18047
18048You can force loading the in-process agent at startup time by using
18049your system's support for preloading shared libraries. Many Unixes
18050support the concept of preloading user defined libraries. In most
18051cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
18052in the environment. See also the description of @code{gdbserver}'s
18053@option{--wrapper} command line option.
18054
18055@item Using @value{GDBN} to force loading the agent at run time
18056
18057On some systems, you can force the inferior to load a shared library,
18058by calling a dynamic loader function in the inferior that takes care
18059of dynamically looking up and loading a shared library. On most Unix
18060systems, the function is @code{dlopen}. You'll use the @code{call}
18061command for that. For example:
18062
18063@smallexample
18064(@value{GDBP}) call dlopen ("libinproctrace.so", ...)
18065@end smallexample
18066
18067Note that on most Unix systems, for the @code{dlopen} function to be
18068available, the program needs to be linked with @code{-ldl}.
18069@end table
18070
18071On systems that have a userspace dynamic loader, like most Unix
18072systems, when you connect to @code{gdbserver} using @code{target
18073remote}, you'll find that the program is stopped at the dynamic
18074loader's entry point, and no shared library has been loaded in the
18075program's address space yet, including the in-process agent. In that
0fb4aa4b
PA
18076case, before being able to use any of the fast or static tracepoints
18077features, you need to let the loader run and load the shared
18078libraries. The simplest way to do that is to run the program to the
18079main procedure. E.g., if debugging a C or C@t{++} program, start
fa593d66
PA
18080@code{gdbserver} like so:
18081
18082@smallexample
18083$ gdbserver :9999 myprogram
18084@end smallexample
18085
18086Start GDB and connect to @code{gdbserver} like so, and run to main:
18087
18088@smallexample
18089$ gdb myprogram
18090(@value{GDBP}) target remote myhost:9999
180910x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
18092(@value{GDBP}) b main
18093(@value{GDBP}) continue
18094@end smallexample
18095
18096The in-process tracing agent library should now be loaded into the
18097process; you can confirm it with the @code{info sharedlibrary}
18098command, which will list @file{libinproctrace.so} as loaded in the
0fb4aa4b
PA
18099process. You are now ready to install fast tracepoints, list static
18100tracepoint markers, probe static tracepoints markers, and start
fa593d66
PA
18101tracing.
18102
79a6e687
BW
18103@node Remote Configuration
18104@section Remote Configuration
501eef12 18105
9c16f35a
EZ
18106@kindex set remote
18107@kindex show remote
18108This section documents the configuration options available when
18109debugging remote programs. For the options related to the File I/O
fc320d37 18110extensions of the remote protocol, see @ref{system,
9c16f35a 18111system-call-allowed}.
501eef12
AC
18112
18113@table @code
9c16f35a 18114@item set remoteaddresssize @var{bits}
d3e8051b 18115@cindex address size for remote targets
9c16f35a
EZ
18116@cindex bits in remote address
18117Set the maximum size of address in a memory packet to the specified
18118number of bits. @value{GDBN} will mask off the address bits above
18119that number, when it passes addresses to the remote target. The
18120default value is the number of bits in the target's address.
18121
18122@item show remoteaddresssize
18123Show the current value of remote address size in bits.
18124
18125@item set remotebaud @var{n}
18126@cindex baud rate for remote targets
18127Set the baud rate for the remote serial I/O to @var{n} baud. The
18128value is used to set the speed of the serial port used for debugging
18129remote targets.
18130
18131@item show remotebaud
18132Show the current speed of the remote connection.
18133
18134@item set remotebreak
18135@cindex interrupt remote programs
18136@cindex BREAK signal instead of Ctrl-C
9a6253be 18137@anchor{set remotebreak}
9c16f35a 18138If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
c8aa23ab 18139when you type @kbd{Ctrl-c} to interrupt the program running
9a7a1b36 18140on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
9c16f35a
EZ
18141character instead. The default is off, since most remote systems
18142expect to see @samp{Ctrl-C} as the interrupt signal.
18143
18144@item show remotebreak
18145Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
18146interrupt the remote program.
18147
23776285
MR
18148@item set remoteflow on
18149@itemx set remoteflow off
18150@kindex set remoteflow
18151Enable or disable hardware flow control (@code{RTS}/@code{CTS})
18152on the serial port used to communicate to the remote target.
18153
18154@item show remoteflow
18155@kindex show remoteflow
18156Show the current setting of hardware flow control.
18157
9c16f35a
EZ
18158@item set remotelogbase @var{base}
18159Set the base (a.k.a.@: radix) of logging serial protocol
18160communications to @var{base}. Supported values of @var{base} are:
18161@code{ascii}, @code{octal}, and @code{hex}. The default is
18162@code{ascii}.
18163
18164@item show remotelogbase
18165Show the current setting of the radix for logging remote serial
18166protocol.
18167
18168@item set remotelogfile @var{file}
18169@cindex record serial communications on file
18170Record remote serial communications on the named @var{file}. The
18171default is not to record at all.
18172
18173@item show remotelogfile.
18174Show the current setting of the file name on which to record the
18175serial communications.
18176
18177@item set remotetimeout @var{num}
18178@cindex timeout for serial communications
18179@cindex remote timeout
18180Set the timeout limit to wait for the remote target to respond to
18181@var{num} seconds. The default is 2 seconds.
18182
18183@item show remotetimeout
18184Show the current number of seconds to wait for the remote target
18185responses.
18186
18187@cindex limit hardware breakpoints and watchpoints
18188@cindex remote target, limit break- and watchpoints
501eef12
AC
18189@anchor{set remote hardware-watchpoint-limit}
18190@anchor{set remote hardware-breakpoint-limit}
18191@item set remote hardware-watchpoint-limit @var{limit}
18192@itemx set remote hardware-breakpoint-limit @var{limit}
18193Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
18194watchpoints. A limit of -1, the default, is treated as unlimited.
2d717e4f 18195
480a3f21
PW
18196@cindex limit hardware watchpoints length
18197@cindex remote target, limit watchpoints length
18198@anchor{set remote hardware-watchpoint-length-limit}
18199@item set remote hardware-watchpoint-length-limit @var{limit}
18200Restrict @value{GDBN} to using @var{limit} bytes for the maximum length of
18201a remote hardware watchpoint. A limit of -1, the default, is treated
18202as unlimited.
18203
18204@item show remote hardware-watchpoint-length-limit
18205Show the current limit (in bytes) of the maximum length of
18206a remote hardware watchpoint.
18207
2d717e4f
DJ
18208@item set remote exec-file @var{filename}
18209@itemx show remote exec-file
18210@anchor{set remote exec-file}
18211@cindex executable file, for remote target
18212Select the file used for @code{run} with @code{target
18213extended-remote}. This should be set to a filename valid on the
18214target system. If it is not set, the target will use a default
18215filename (e.g.@: the last program run).
84603566 18216
9a7071a8
JB
18217@item set remote interrupt-sequence
18218@cindex interrupt remote programs
18219@cindex select Ctrl-C, BREAK or BREAK-g
18220Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
18221@samp{BREAK-g} as the
18222sequence to the remote target in order to interrupt the execution.
18223@samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
18224is high level of serial line for some certain time.
18225Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
18226It is @code{BREAK} signal followed by character @code{g}.
18227
18228@item show interrupt-sequence
18229Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
18230is sent by @value{GDBN} to interrupt the remote program.
18231@code{BREAK-g} is BREAK signal followed by @code{g} and
18232also known as Magic SysRq g.
18233
18234@item set remote interrupt-on-connect
18235@cindex send interrupt-sequence on start
18236Specify whether interrupt-sequence is sent to remote target when
18237@value{GDBN} connects to it. This is mostly needed when you debug
18238Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
18239which is known as Magic SysRq g in order to connect @value{GDBN}.
18240
18241@item show interrupt-on-connect
18242Show whether interrupt-sequence is sent
18243to remote target when @value{GDBN} connects to it.
18244
84603566
SL
18245@kindex set tcp
18246@kindex show tcp
18247@item set tcp auto-retry on
18248@cindex auto-retry, for remote TCP target
18249Enable auto-retry for remote TCP connections. This is useful if the remote
18250debugging agent is launched in parallel with @value{GDBN}; there is a race
18251condition because the agent may not become ready to accept the connection
18252before @value{GDBN} attempts to connect. When auto-retry is
18253enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
18254to establish the connection using the timeout specified by
18255@code{set tcp connect-timeout}.
18256
18257@item set tcp auto-retry off
18258Do not auto-retry failed TCP connections.
18259
18260@item show tcp auto-retry
18261Show the current auto-retry setting.
18262
18263@item set tcp connect-timeout @var{seconds}
18264@cindex connection timeout, for remote TCP target
18265@cindex timeout, for remote target connection
18266Set the timeout for establishing a TCP connection to the remote target to
18267@var{seconds}. The timeout affects both polling to retry failed connections
18268(enabled by @code{set tcp auto-retry on}) and waiting for connections
18269that are merely slow to complete, and represents an approximate cumulative
18270value.
18271
18272@item show tcp connect-timeout
18273Show the current connection timeout setting.
501eef12
AC
18274@end table
18275
427c3a89
DJ
18276@cindex remote packets, enabling and disabling
18277The @value{GDBN} remote protocol autodetects the packets supported by
18278your debugging stub. If you need to override the autodetection, you
18279can use these commands to enable or disable individual packets. Each
18280packet can be set to @samp{on} (the remote target supports this
18281packet), @samp{off} (the remote target does not support this packet),
18282or @samp{auto} (detect remote target support for this packet). They
18283all default to @samp{auto}. For more information about each packet,
18284see @ref{Remote Protocol}.
18285
18286During normal use, you should not have to use any of these commands.
18287If you do, that may be a bug in your remote debugging stub, or a bug
18288in @value{GDBN}. You may want to report the problem to the
18289@value{GDBN} developers.
18290
cfa9d6d9
DJ
18291For each packet @var{name}, the command to enable or disable the
18292packet is @code{set remote @var{name}-packet}. The available settings
18293are:
427c3a89 18294
cfa9d6d9 18295@multitable @columnfractions 0.28 0.32 0.25
427c3a89
DJ
18296@item Command Name
18297@tab Remote Packet
18298@tab Related Features
18299
cfa9d6d9 18300@item @code{fetch-register}
427c3a89
DJ
18301@tab @code{p}
18302@tab @code{info registers}
18303
cfa9d6d9 18304@item @code{set-register}
427c3a89
DJ
18305@tab @code{P}
18306@tab @code{set}
18307
cfa9d6d9 18308@item @code{binary-download}
427c3a89
DJ
18309@tab @code{X}
18310@tab @code{load}, @code{set}
18311
cfa9d6d9 18312@item @code{read-aux-vector}
427c3a89
DJ
18313@tab @code{qXfer:auxv:read}
18314@tab @code{info auxv}
18315
cfa9d6d9 18316@item @code{symbol-lookup}
427c3a89
DJ
18317@tab @code{qSymbol}
18318@tab Detecting multiple threads
18319
2d717e4f
DJ
18320@item @code{attach}
18321@tab @code{vAttach}
18322@tab @code{attach}
18323
cfa9d6d9 18324@item @code{verbose-resume}
427c3a89
DJ
18325@tab @code{vCont}
18326@tab Stepping or resuming multiple threads
18327
2d717e4f
DJ
18328@item @code{run}
18329@tab @code{vRun}
18330@tab @code{run}
18331
cfa9d6d9 18332@item @code{software-breakpoint}
427c3a89
DJ
18333@tab @code{Z0}
18334@tab @code{break}
18335
cfa9d6d9 18336@item @code{hardware-breakpoint}
427c3a89
DJ
18337@tab @code{Z1}
18338@tab @code{hbreak}
18339
cfa9d6d9 18340@item @code{write-watchpoint}
427c3a89
DJ
18341@tab @code{Z2}
18342@tab @code{watch}
18343
cfa9d6d9 18344@item @code{read-watchpoint}
427c3a89
DJ
18345@tab @code{Z3}
18346@tab @code{rwatch}
18347
cfa9d6d9 18348@item @code{access-watchpoint}
427c3a89
DJ
18349@tab @code{Z4}
18350@tab @code{awatch}
18351
cfa9d6d9
DJ
18352@item @code{target-features}
18353@tab @code{qXfer:features:read}
18354@tab @code{set architecture}
18355
18356@item @code{library-info}
18357@tab @code{qXfer:libraries:read}
18358@tab @code{info sharedlibrary}
18359
18360@item @code{memory-map}
18361@tab @code{qXfer:memory-map:read}
18362@tab @code{info mem}
18363
0fb4aa4b
PA
18364@item @code{read-sdata-object}
18365@tab @code{qXfer:sdata:read}
18366@tab @code{print $_sdata}
18367
cfa9d6d9
DJ
18368@item @code{read-spu-object}
18369@tab @code{qXfer:spu:read}
18370@tab @code{info spu}
18371
18372@item @code{write-spu-object}
18373@tab @code{qXfer:spu:write}
18374@tab @code{info spu}
18375
4aa995e1
PA
18376@item @code{read-siginfo-object}
18377@tab @code{qXfer:siginfo:read}
18378@tab @code{print $_siginfo}
18379
18380@item @code{write-siginfo-object}
18381@tab @code{qXfer:siginfo:write}
18382@tab @code{set $_siginfo}
18383
dc146f7c
VP
18384@item @code{threads}
18385@tab @code{qXfer:threads:read}
18386@tab @code{info threads}
18387
cfa9d6d9 18388@item @code{get-thread-local-@*storage-address}
427c3a89
DJ
18389@tab @code{qGetTLSAddr}
18390@tab Displaying @code{__thread} variables
18391
711e434b
PM
18392@item @code{get-thread-information-block-address}
18393@tab @code{qGetTIBAddr}
18394@tab Display MS-Windows Thread Information Block.
18395
08388c79
DE
18396@item @code{search-memory}
18397@tab @code{qSearch:memory}
18398@tab @code{find}
18399
427c3a89
DJ
18400@item @code{supported-packets}
18401@tab @code{qSupported}
18402@tab Remote communications parameters
18403
cfa9d6d9 18404@item @code{pass-signals}
89be2091
DJ
18405@tab @code{QPassSignals}
18406@tab @code{handle @var{signal}}
18407
9b224c5e
PA
18408@item @code{program-signals}
18409@tab @code{QProgramSignals}
18410@tab @code{handle @var{signal}}
18411
a6b151f1
DJ
18412@item @code{hostio-close-packet}
18413@tab @code{vFile:close}
18414@tab @code{remote get}, @code{remote put}
18415
18416@item @code{hostio-open-packet}
18417@tab @code{vFile:open}
18418@tab @code{remote get}, @code{remote put}
18419
18420@item @code{hostio-pread-packet}
18421@tab @code{vFile:pread}
18422@tab @code{remote get}, @code{remote put}
18423
18424@item @code{hostio-pwrite-packet}
18425@tab @code{vFile:pwrite}
18426@tab @code{remote get}, @code{remote put}
18427
18428@item @code{hostio-unlink-packet}
18429@tab @code{vFile:unlink}
18430@tab @code{remote delete}
a6f3e723 18431
b9e7b9c3
UW
18432@item @code{hostio-readlink-packet}
18433@tab @code{vFile:readlink}
18434@tab Host I/O
18435
a6f3e723
SL
18436@item @code{noack-packet}
18437@tab @code{QStartNoAckMode}
18438@tab Packet acknowledgment
07e059b5
VP
18439
18440@item @code{osdata}
18441@tab @code{qXfer:osdata:read}
18442@tab @code{info os}
0b16c5cf
PA
18443
18444@item @code{query-attached}
18445@tab @code{qAttached}
18446@tab Querying remote process attach state.
b3b9301e 18447
bd3eecc3
PA
18448@item @code{trace-status}
18449@tab @code{qTStatus}
18450@tab @code{tstatus}
18451
b3b9301e
PA
18452@item @code{traceframe-info}
18453@tab @code{qXfer:traceframe-info:read}
18454@tab Traceframe info
03583c20 18455
1e4d1764
YQ
18456@item @code{install-in-trace}
18457@tab @code{InstallInTrace}
18458@tab Install tracepoint in tracing
18459
03583c20
UW
18460@item @code{disable-randomization}
18461@tab @code{QDisableRandomization}
18462@tab @code{set disable-randomization}
83364271
LM
18463
18464@item @code{conditional-breakpoints-packet}
18465@tab @code{Z0 and Z1}
18466@tab @code{Support for target-side breakpoint condition evaluation}
427c3a89
DJ
18467@end multitable
18468
79a6e687
BW
18469@node Remote Stub
18470@section Implementing a Remote Stub
7a292a7a 18471
8e04817f
AC
18472@cindex debugging stub, example
18473@cindex remote stub, example
18474@cindex stub example, remote debugging
18475The stub files provided with @value{GDBN} implement the target side of the
18476communication protocol, and the @value{GDBN} side is implemented in the
18477@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
18478these subroutines to communicate, and ignore the details. (If you're
18479implementing your own stub file, you can still ignore the details: start
18480with one of the existing stub files. @file{sparc-stub.c} is the best
18481organized, and therefore the easiest to read.)
18482
104c1213
JM
18483@cindex remote serial debugging, overview
18484To debug a program running on another machine (the debugging
18485@dfn{target} machine), you must first arrange for all the usual
18486prerequisites for the program to run by itself. For example, for a C
18487program, you need:
c906108c 18488
104c1213
JM
18489@enumerate
18490@item
18491A startup routine to set up the C runtime environment; these usually
18492have a name like @file{crt0}. The startup routine may be supplied by
18493your hardware supplier, or you may have to write your own.
96baa820 18494
5d161b24 18495@item
d4f3574e 18496A C subroutine library to support your program's
104c1213 18497subroutine calls, notably managing input and output.
96baa820 18498
104c1213
JM
18499@item
18500A way of getting your program to the other machine---for example, a
18501download program. These are often supplied by the hardware
18502manufacturer, but you may have to write your own from hardware
18503documentation.
18504@end enumerate
96baa820 18505
104c1213
JM
18506The next step is to arrange for your program to use a serial port to
18507communicate with the machine where @value{GDBN} is running (the @dfn{host}
18508machine). In general terms, the scheme looks like this:
96baa820 18509
104c1213
JM
18510@table @emph
18511@item On the host,
18512@value{GDBN} already understands how to use this protocol; when everything
18513else is set up, you can simply use the @samp{target remote} command
18514(@pxref{Targets,,Specifying a Debugging Target}).
18515
18516@item On the target,
18517you must link with your program a few special-purpose subroutines that
18518implement the @value{GDBN} remote serial protocol. The file containing these
18519subroutines is called a @dfn{debugging stub}.
18520
18521On certain remote targets, you can use an auxiliary program
18522@code{gdbserver} instead of linking a stub into your program.
79a6e687 18523@xref{Server,,Using the @code{gdbserver} Program}, for details.
104c1213 18524@end table
96baa820 18525
104c1213
JM
18526The debugging stub is specific to the architecture of the remote
18527machine; for example, use @file{sparc-stub.c} to debug programs on
18528@sc{sparc} boards.
96baa820 18529
104c1213
JM
18530@cindex remote serial stub list
18531These working remote stubs are distributed with @value{GDBN}:
96baa820 18532
104c1213
JM
18533@table @code
18534
18535@item i386-stub.c
41afff9a 18536@cindex @file{i386-stub.c}
104c1213
JM
18537@cindex Intel
18538@cindex i386
18539For Intel 386 and compatible architectures.
18540
18541@item m68k-stub.c
41afff9a 18542@cindex @file{m68k-stub.c}
104c1213
JM
18543@cindex Motorola 680x0
18544@cindex m680x0
18545For Motorola 680x0 architectures.
18546
18547@item sh-stub.c
41afff9a 18548@cindex @file{sh-stub.c}
172c2a43 18549@cindex Renesas
104c1213 18550@cindex SH
172c2a43 18551For Renesas SH architectures.
104c1213
JM
18552
18553@item sparc-stub.c
41afff9a 18554@cindex @file{sparc-stub.c}
104c1213
JM
18555@cindex Sparc
18556For @sc{sparc} architectures.
18557
18558@item sparcl-stub.c
41afff9a 18559@cindex @file{sparcl-stub.c}
104c1213
JM
18560@cindex Fujitsu
18561@cindex SparcLite
18562For Fujitsu @sc{sparclite} architectures.
18563
18564@end table
18565
18566The @file{README} file in the @value{GDBN} distribution may list other
18567recently added stubs.
18568
18569@menu
18570* Stub Contents:: What the stub can do for you
18571* Bootstrapping:: What you must do for the stub
18572* Debug Session:: Putting it all together
104c1213
JM
18573@end menu
18574
6d2ebf8b 18575@node Stub Contents
79a6e687 18576@subsection What the Stub Can Do for You
104c1213
JM
18577
18578@cindex remote serial stub
18579The debugging stub for your architecture supplies these three
18580subroutines:
18581
18582@table @code
18583@item set_debug_traps
4644b6e3 18584@findex set_debug_traps
104c1213
JM
18585@cindex remote serial stub, initialization
18586This routine arranges for @code{handle_exception} to run when your
2fb860fc
PA
18587program stops. You must call this subroutine explicitly in your
18588program's startup code.
104c1213
JM
18589
18590@item handle_exception
4644b6e3 18591@findex handle_exception
104c1213
JM
18592@cindex remote serial stub, main routine
18593This is the central workhorse, but your program never calls it
18594explicitly---the setup code arranges for @code{handle_exception} to
18595run when a trap is triggered.
18596
18597@code{handle_exception} takes control when your program stops during
18598execution (for example, on a breakpoint), and mediates communications
18599with @value{GDBN} on the host machine. This is where the communications
18600protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 18601representative on the target machine. It begins by sending summary
104c1213
JM
18602information on the state of your program, then continues to execute,
18603retrieving and transmitting any information @value{GDBN} needs, until you
18604execute a @value{GDBN} command that makes your program resume; at that point,
18605@code{handle_exception} returns control to your own code on the target
5d161b24 18606machine.
104c1213
JM
18607
18608@item breakpoint
18609@cindex @code{breakpoint} subroutine, remote
18610Use this auxiliary subroutine to make your program contain a
18611breakpoint. Depending on the particular situation, this may be the only
18612way for @value{GDBN} to get control. For instance, if your target
18613machine has some sort of interrupt button, you won't need to call this;
18614pressing the interrupt button transfers control to
18615@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
18616simply receiving characters on the serial port may also trigger a trap;
18617again, in that situation, you don't need to call @code{breakpoint} from
18618your own program---simply running @samp{target remote} from the host
5d161b24 18619@value{GDBN} session gets control.
104c1213
JM
18620
18621Call @code{breakpoint} if none of these is true, or if you simply want
18622to make certain your program stops at a predetermined point for the
18623start of your debugging session.
18624@end table
18625
6d2ebf8b 18626@node Bootstrapping
79a6e687 18627@subsection What You Must Do for the Stub
104c1213
JM
18628
18629@cindex remote stub, support routines
18630The debugging stubs that come with @value{GDBN} are set up for a particular
18631chip architecture, but they have no information about the rest of your
18632debugging target machine.
18633
18634First of all you need to tell the stub how to communicate with the
18635serial port.
18636
18637@table @code
18638@item int getDebugChar()
4644b6e3 18639@findex getDebugChar
104c1213
JM
18640Write this subroutine to read a single character from the serial port.
18641It may be identical to @code{getchar} for your target system; a
18642different name is used to allow you to distinguish the two if you wish.
18643
18644@item void putDebugChar(int)
4644b6e3 18645@findex putDebugChar
104c1213 18646Write this subroutine to write a single character to the serial port.
5d161b24 18647It may be identical to @code{putchar} for your target system; a
104c1213
JM
18648different name is used to allow you to distinguish the two if you wish.
18649@end table
18650
18651@cindex control C, and remote debugging
18652@cindex interrupting remote targets
18653If you want @value{GDBN} to be able to stop your program while it is
18654running, you need to use an interrupt-driven serial driver, and arrange
18655for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
18656character). That is the character which @value{GDBN} uses to tell the
18657remote system to stop.
18658
18659Getting the debugging target to return the proper status to @value{GDBN}
18660probably requires changes to the standard stub; one quick and dirty way
18661is to just execute a breakpoint instruction (the ``dirty'' part is that
18662@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
18663
18664Other routines you need to supply are:
18665
18666@table @code
18667@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 18668@findex exceptionHandler
104c1213
JM
18669Write this function to install @var{exception_address} in the exception
18670handling tables. You need to do this because the stub does not have any
18671way of knowing what the exception handling tables on your target system
18672are like (for example, the processor's table might be in @sc{rom},
18673containing entries which point to a table in @sc{ram}).
18674@var{exception_number} is the exception number which should be changed;
18675its meaning is architecture-dependent (for example, different numbers
18676might represent divide by zero, misaligned access, etc). When this
18677exception occurs, control should be transferred directly to
18678@var{exception_address}, and the processor state (stack, registers,
18679and so on) should be just as it is when a processor exception occurs. So if
18680you want to use a jump instruction to reach @var{exception_address}, it
18681should be a simple jump, not a jump to subroutine.
18682
18683For the 386, @var{exception_address} should be installed as an interrupt
18684gate so that interrupts are masked while the handler runs. The gate
18685should be at privilege level 0 (the most privileged level). The
18686@sc{sparc} and 68k stubs are able to mask interrupts themselves without
18687help from @code{exceptionHandler}.
18688
18689@item void flush_i_cache()
4644b6e3 18690@findex flush_i_cache
d4f3574e 18691On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
18692instruction cache, if any, on your target machine. If there is no
18693instruction cache, this subroutine may be a no-op.
18694
18695On target machines that have instruction caches, @value{GDBN} requires this
18696function to make certain that the state of your program is stable.
18697@end table
18698
18699@noindent
18700You must also make sure this library routine is available:
18701
18702@table @code
18703@item void *memset(void *, int, int)
4644b6e3 18704@findex memset
104c1213
JM
18705This is the standard library function @code{memset} that sets an area of
18706memory to a known value. If you have one of the free versions of
18707@code{libc.a}, @code{memset} can be found there; otherwise, you must
18708either obtain it from your hardware manufacturer, or write your own.
18709@end table
18710
18711If you do not use the GNU C compiler, you may need other standard
18712library subroutines as well; this varies from one stub to another,
18713but in general the stubs are likely to use any of the common library
e22ea452 18714subroutines which @code{@value{NGCC}} generates as inline code.
104c1213
JM
18715
18716
6d2ebf8b 18717@node Debug Session
79a6e687 18718@subsection Putting it All Together
104c1213
JM
18719
18720@cindex remote serial debugging summary
18721In summary, when your program is ready to debug, you must follow these
18722steps.
18723
18724@enumerate
18725@item
6d2ebf8b 18726Make sure you have defined the supporting low-level routines
79a6e687 18727(@pxref{Bootstrapping,,What You Must Do for the Stub}):
104c1213
JM
18728@display
18729@code{getDebugChar}, @code{putDebugChar},
18730@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
18731@end display
18732
18733@item
2fb860fc
PA
18734Insert these lines in your program's startup code, before the main
18735procedure is called:
104c1213 18736
474c8240 18737@smallexample
104c1213
JM
18738set_debug_traps();
18739breakpoint();
474c8240 18740@end smallexample
104c1213 18741
2fb860fc
PA
18742On some machines, when a breakpoint trap is raised, the hardware
18743automatically makes the PC point to the instruction after the
18744breakpoint. If your machine doesn't do that, you may need to adjust
18745@code{handle_exception} to arrange for it to return to the instruction
18746after the breakpoint on this first invocation, so that your program
18747doesn't keep hitting the initial breakpoint instead of making
18748progress.
18749
104c1213
JM
18750@item
18751For the 680x0 stub only, you need to provide a variable called
18752@code{exceptionHook}. Normally you just use:
18753
474c8240 18754@smallexample
104c1213 18755void (*exceptionHook)() = 0;
474c8240 18756@end smallexample
104c1213 18757
d4f3574e 18758@noindent
104c1213 18759but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 18760function in your program, that function is called when
104c1213
JM
18761@code{@value{GDBN}} continues after stopping on a trap (for example, bus
18762error). The function indicated by @code{exceptionHook} is called with
18763one parameter: an @code{int} which is the exception number.
18764
18765@item
18766Compile and link together: your program, the @value{GDBN} debugging stub for
18767your target architecture, and the supporting subroutines.
18768
18769@item
18770Make sure you have a serial connection between your target machine and
18771the @value{GDBN} host, and identify the serial port on the host.
18772
18773@item
18774@c The "remote" target now provides a `load' command, so we should
18775@c document that. FIXME.
18776Download your program to your target machine (or get it there by
18777whatever means the manufacturer provides), and start it.
18778
18779@item
07f31aa6 18780Start @value{GDBN} on the host, and connect to the target
79a6e687 18781(@pxref{Connecting,,Connecting to a Remote Target}).
9db8d71f 18782
104c1213
JM
18783@end enumerate
18784
8e04817f
AC
18785@node Configurations
18786@chapter Configuration-Specific Information
104c1213 18787
8e04817f
AC
18788While nearly all @value{GDBN} commands are available for all native and
18789cross versions of the debugger, there are some exceptions. This chapter
18790describes things that are only available in certain configurations.
104c1213 18791
8e04817f
AC
18792There are three major categories of configurations: native
18793configurations, where the host and target are the same, embedded
18794operating system configurations, which are usually the same for several
18795different processor architectures, and bare embedded processors, which
18796are quite different from each other.
104c1213 18797
8e04817f
AC
18798@menu
18799* Native::
18800* Embedded OS::
18801* Embedded Processors::
18802* Architectures::
18803@end menu
104c1213 18804
8e04817f
AC
18805@node Native
18806@section Native
104c1213 18807
8e04817f
AC
18808This section describes details specific to particular native
18809configurations.
6cf7e474 18810
8e04817f
AC
18811@menu
18812* HP-UX:: HP-UX
7561d450 18813* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
18814* SVR4 Process Information:: SVR4 process information
18815* DJGPP Native:: Features specific to the DJGPP port
78c47bea 18816* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 18817* Hurd Native:: Features specific to @sc{gnu} Hurd
a80b95ba 18818* Darwin:: Features specific to Darwin
8e04817f 18819@end menu
6cf7e474 18820
8e04817f
AC
18821@node HP-UX
18822@subsection HP-UX
104c1213 18823
8e04817f
AC
18824On HP-UX systems, if you refer to a function or variable name that
18825begins with a dollar sign, @value{GDBN} searches for a user or system
18826name first, before it searches for a convenience variable.
104c1213 18827
9c16f35a 18828
7561d450
MK
18829@node BSD libkvm Interface
18830@subsection BSD libkvm Interface
18831
18832@cindex libkvm
18833@cindex kernel memory image
18834@cindex kernel crash dump
18835
18836BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
18837interface that provides a uniform interface for accessing kernel virtual
18838memory images, including live systems and crash dumps. @value{GDBN}
18839uses this interface to allow you to debug live kernels and kernel crash
18840dumps on many native BSD configurations. This is implemented as a
18841special @code{kvm} debugging target. For debugging a live system, load
18842the currently running kernel into @value{GDBN} and connect to the
18843@code{kvm} target:
18844
18845@smallexample
18846(@value{GDBP}) @b{target kvm}
18847@end smallexample
18848
18849For debugging crash dumps, provide the file name of the crash dump as an
18850argument:
18851
18852@smallexample
18853(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
18854@end smallexample
18855
18856Once connected to the @code{kvm} target, the following commands are
18857available:
18858
18859@table @code
18860@kindex kvm
18861@item kvm pcb
721c2651 18862Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
18863
18864@item kvm proc
18865Set current context from proc address. This command isn't available on
18866modern FreeBSD systems.
18867@end table
18868
8e04817f 18869@node SVR4 Process Information
79a6e687 18870@subsection SVR4 Process Information
60bf7e09
EZ
18871@cindex /proc
18872@cindex examine process image
18873@cindex process info via @file{/proc}
104c1213 18874
60bf7e09
EZ
18875Many versions of SVR4 and compatible systems provide a facility called
18876@samp{/proc} that can be used to examine the image of a running
451b7c33
TT
18877process using file-system subroutines.
18878
18879If @value{GDBN} is configured for an operating system with this
18880facility, the command @code{info proc} is available to report
18881information about the process running your program, or about any
18882process running on your system. This includes, as of this writing,
18883@sc{gnu}/Linux, OSF/1 (Digital Unix), Solaris, and Irix, but
18884not HP-UX, for example.
18885
18886This command may also work on core files that were created on a system
18887that has the @samp{/proc} facility.
104c1213 18888
8e04817f
AC
18889@table @code
18890@kindex info proc
60bf7e09 18891@cindex process ID
8e04817f 18892@item info proc
60bf7e09
EZ
18893@itemx info proc @var{process-id}
18894Summarize available information about any running process. If a
18895process ID is specified by @var{process-id}, display information about
18896that process; otherwise display information about the program being
18897debugged. The summary includes the debugged process ID, the command
18898line used to invoke it, its current working directory, and its
18899executable file's absolute file name.
18900
18901On some systems, @var{process-id} can be of the form
18902@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
18903within a process. If the optional @var{pid} part is missing, it means
18904a thread from the process being debugged (the leading @samp{/} still
18905needs to be present, or else @value{GDBN} will interpret the number as
18906a process ID rather than a thread ID).
6cf7e474 18907
0c631110
TT
18908@item info proc cmdline
18909@cindex info proc cmdline
18910Show the original command line of the process. This command is
18911specific to @sc{gnu}/Linux.
18912
18913@item info proc cwd
18914@cindex info proc cwd
18915Show the current working directory of the process. This command is
18916specific to @sc{gnu}/Linux.
18917
18918@item info proc exe
18919@cindex info proc exe
18920Show the name of executable of the process. This command is specific
18921to @sc{gnu}/Linux.
18922
8e04817f 18923@item info proc mappings
60bf7e09
EZ
18924@cindex memory address space mappings
18925Report the memory address space ranges accessible in the program, with
18926information on whether the process has read, write, or execute access
18927rights to each range. On @sc{gnu}/Linux systems, each memory range
18928includes the object file which is mapped to that range, instead of the
18929memory access rights to that range.
18930
18931@item info proc stat
18932@itemx info proc status
18933@cindex process detailed status information
18934These subcommands are specific to @sc{gnu}/Linux systems. They show
18935the process-related information, including the user ID and group ID;
18936how many threads are there in the process; its virtual memory usage;
18937the signals that are pending, blocked, and ignored; its TTY; its
18938consumption of system and user time; its stack size; its @samp{nice}
2eecc4ab 18939value; etc. For more information, see the @samp{proc} man page
60bf7e09
EZ
18940(type @kbd{man 5 proc} from your shell prompt).
18941
18942@item info proc all
18943Show all the information about the process described under all of the
18944above @code{info proc} subcommands.
18945
8e04817f
AC
18946@ignore
18947@comment These sub-options of 'info proc' were not included when
18948@comment procfs.c was re-written. Keep their descriptions around
18949@comment against the day when someone finds the time to put them back in.
18950@kindex info proc times
18951@item info proc times
18952Starting time, user CPU time, and system CPU time for your program and
18953its children.
6cf7e474 18954
8e04817f
AC
18955@kindex info proc id
18956@item info proc id
18957Report on the process IDs related to your program: its own process ID,
18958the ID of its parent, the process group ID, and the session ID.
8e04817f 18959@end ignore
721c2651
EZ
18960
18961@item set procfs-trace
18962@kindex set procfs-trace
18963@cindex @code{procfs} API calls
18964This command enables and disables tracing of @code{procfs} API calls.
18965
18966@item show procfs-trace
18967@kindex show procfs-trace
18968Show the current state of @code{procfs} API call tracing.
18969
18970@item set procfs-file @var{file}
18971@kindex set procfs-file
18972Tell @value{GDBN} to write @code{procfs} API trace to the named
18973@var{file}. @value{GDBN} appends the trace info to the previous
18974contents of the file. The default is to display the trace on the
18975standard output.
18976
18977@item show procfs-file
18978@kindex show procfs-file
18979Show the file to which @code{procfs} API trace is written.
18980
18981@item proc-trace-entry
18982@itemx proc-trace-exit
18983@itemx proc-untrace-entry
18984@itemx proc-untrace-exit
18985@kindex proc-trace-entry
18986@kindex proc-trace-exit
18987@kindex proc-untrace-entry
18988@kindex proc-untrace-exit
18989These commands enable and disable tracing of entries into and exits
18990from the @code{syscall} interface.
18991
18992@item info pidlist
18993@kindex info pidlist
18994@cindex process list, QNX Neutrino
18995For QNX Neutrino only, this command displays the list of all the
18996processes and all the threads within each process.
18997
18998@item info meminfo
18999@kindex info meminfo
19000@cindex mapinfo list, QNX Neutrino
19001For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 19002@end table
104c1213 19003
8e04817f
AC
19004@node DJGPP Native
19005@subsection Features for Debugging @sc{djgpp} Programs
19006@cindex @sc{djgpp} debugging
19007@cindex native @sc{djgpp} debugging
19008@cindex MS-DOS-specific commands
104c1213 19009
514c4d71
EZ
19010@cindex DPMI
19011@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
19012MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
19013that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
19014top of real-mode DOS systems and their emulations.
104c1213 19015
8e04817f
AC
19016@value{GDBN} supports native debugging of @sc{djgpp} programs, and
19017defines a few commands specific to the @sc{djgpp} port. This
19018subsection describes those commands.
104c1213 19019
8e04817f
AC
19020@table @code
19021@kindex info dos
19022@item info dos
19023This is a prefix of @sc{djgpp}-specific commands which print
19024information about the target system and important OS structures.
f1251bdd 19025
8e04817f
AC
19026@kindex sysinfo
19027@cindex MS-DOS system info
19028@cindex free memory information (MS-DOS)
19029@item info dos sysinfo
19030This command displays assorted information about the underlying
19031platform: the CPU type and features, the OS version and flavor, the
19032DPMI version, and the available conventional and DPMI memory.
104c1213 19033
8e04817f
AC
19034@cindex GDT
19035@cindex LDT
19036@cindex IDT
19037@cindex segment descriptor tables
19038@cindex descriptor tables display
19039@item info dos gdt
19040@itemx info dos ldt
19041@itemx info dos idt
19042These 3 commands display entries from, respectively, Global, Local,
19043and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
19044tables are data structures which store a descriptor for each segment
19045that is currently in use. The segment's selector is an index into a
19046descriptor table; the table entry for that index holds the
19047descriptor's base address and limit, and its attributes and access
19048rights.
104c1213 19049
8e04817f
AC
19050A typical @sc{djgpp} program uses 3 segments: a code segment, a data
19051segment (used for both data and the stack), and a DOS segment (which
19052allows access to DOS/BIOS data structures and absolute addresses in
19053conventional memory). However, the DPMI host will usually define
19054additional segments in order to support the DPMI environment.
d4f3574e 19055
8e04817f
AC
19056@cindex garbled pointers
19057These commands allow to display entries from the descriptor tables.
19058Without an argument, all entries from the specified table are
19059displayed. An argument, which should be an integer expression, means
19060display a single entry whose index is given by the argument. For
19061example, here's a convenient way to display information about the
19062debugged program's data segment:
104c1213 19063
8e04817f
AC
19064@smallexample
19065@exdent @code{(@value{GDBP}) info dos ldt $ds}
19066@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
19067@end smallexample
104c1213 19068
8e04817f
AC
19069@noindent
19070This comes in handy when you want to see whether a pointer is outside
19071the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 19072
8e04817f
AC
19073@cindex page tables display (MS-DOS)
19074@item info dos pde
19075@itemx info dos pte
19076These two commands display entries from, respectively, the Page
19077Directory and the Page Tables. Page Directories and Page Tables are
19078data structures which control how virtual memory addresses are mapped
19079into physical addresses. A Page Table includes an entry for every
19080page of memory that is mapped into the program's address space; there
19081may be several Page Tables, each one holding up to 4096 entries. A
19082Page Directory has up to 4096 entries, one each for every Page Table
19083that is currently in use.
104c1213 19084
8e04817f
AC
19085Without an argument, @kbd{info dos pde} displays the entire Page
19086Directory, and @kbd{info dos pte} displays all the entries in all of
19087the Page Tables. An argument, an integer expression, given to the
19088@kbd{info dos pde} command means display only that entry from the Page
19089Directory table. An argument given to the @kbd{info dos pte} command
19090means display entries from a single Page Table, the one pointed to by
19091the specified entry in the Page Directory.
104c1213 19092
8e04817f
AC
19093@cindex direct memory access (DMA) on MS-DOS
19094These commands are useful when your program uses @dfn{DMA} (Direct
19095Memory Access), which needs physical addresses to program the DMA
19096controller.
104c1213 19097
8e04817f 19098These commands are supported only with some DPMI servers.
104c1213 19099
8e04817f
AC
19100@cindex physical address from linear address
19101@item info dos address-pte @var{addr}
19102This command displays the Page Table entry for a specified linear
514c4d71
EZ
19103address. The argument @var{addr} is a linear address which should
19104already have the appropriate segment's base address added to it,
19105because this command accepts addresses which may belong to @emph{any}
19106segment. For example, here's how to display the Page Table entry for
19107the page where a variable @code{i} is stored:
104c1213 19108
b383017d 19109@smallexample
8e04817f
AC
19110@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
19111@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 19112@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 19113@end smallexample
104c1213 19114
8e04817f
AC
19115@noindent
19116This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 19117whose physical base address is @code{0x02698000}, and shows all the
8e04817f 19118attributes of that page.
104c1213 19119
8e04817f
AC
19120Note that you must cast the addresses of variables to a @code{char *},
19121since otherwise the value of @code{__djgpp_base_address}, the base
19122address of all variables and functions in a @sc{djgpp} program, will
19123be added using the rules of C pointer arithmetics: if @code{i} is
19124declared an @code{int}, @value{GDBN} will add 4 times the value of
19125@code{__djgpp_base_address} to the address of @code{i}.
104c1213 19126
8e04817f
AC
19127Here's another example, it displays the Page Table entry for the
19128transfer buffer:
104c1213 19129
8e04817f
AC
19130@smallexample
19131@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
19132@exdent @code{Page Table entry for address 0x29110:}
19133@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
19134@end smallexample
104c1213 19135
8e04817f
AC
19136@noindent
19137(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
191383rd member of the @code{_go32_info_block} structure.) The output
19139clearly shows that this DPMI server maps the addresses in conventional
19140memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
19141linear (@code{0x29110}) addresses are identical.
104c1213 19142
8e04817f
AC
19143This command is supported only with some DPMI servers.
19144@end table
104c1213 19145
c45da7e6 19146@cindex DOS serial data link, remote debugging
a8f24a35
EZ
19147In addition to native debugging, the DJGPP port supports remote
19148debugging via a serial data link. The following commands are specific
19149to remote serial debugging in the DJGPP port of @value{GDBN}.
19150
19151@table @code
19152@kindex set com1base
19153@kindex set com1irq
19154@kindex set com2base
19155@kindex set com2irq
19156@kindex set com3base
19157@kindex set com3irq
19158@kindex set com4base
19159@kindex set com4irq
19160@item set com1base @var{addr}
19161This command sets the base I/O port address of the @file{COM1} serial
19162port.
19163
19164@item set com1irq @var{irq}
19165This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
19166for the @file{COM1} serial port.
19167
19168There are similar commands @samp{set com2base}, @samp{set com3irq},
19169etc.@: for setting the port address and the @code{IRQ} lines for the
19170other 3 COM ports.
19171
19172@kindex show com1base
19173@kindex show com1irq
19174@kindex show com2base
19175@kindex show com2irq
19176@kindex show com3base
19177@kindex show com3irq
19178@kindex show com4base
19179@kindex show com4irq
19180The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
19181display the current settings of the base address and the @code{IRQ}
19182lines used by the COM ports.
c45da7e6
EZ
19183
19184@item info serial
19185@kindex info serial
19186@cindex DOS serial port status
19187This command prints the status of the 4 DOS serial ports. For each
19188port, it prints whether it's active or not, its I/O base address and
19189IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
19190counts of various errors encountered so far.
a8f24a35
EZ
19191@end table
19192
19193
78c47bea 19194@node Cygwin Native
79a6e687 19195@subsection Features for Debugging MS Windows PE Executables
78c47bea
PM
19196@cindex MS Windows debugging
19197@cindex native Cygwin debugging
19198@cindex Cygwin-specific commands
19199
be448670 19200@value{GDBN} supports native debugging of MS Windows programs, including
cbb8f428
EZ
19201DLLs with and without symbolic debugging information.
19202
19203@cindex Ctrl-BREAK, MS-Windows
19204@cindex interrupt debuggee on MS-Windows
19205MS-Windows programs that call @code{SetConsoleMode} to switch off the
19206special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
19207by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
19208supports @kbd{C-@key{BREAK}} as an alternative interrupt key
19209sequence, which can be used to interrupt the debuggee even if it
19210ignores @kbd{C-c}.
19211
19212There are various additional Cygwin-specific commands, described in
19213this section. Working with DLLs that have no debugging symbols is
19214described in @ref{Non-debug DLL Symbols}.
78c47bea
PM
19215
19216@table @code
19217@kindex info w32
19218@item info w32
db2e3e2e 19219This is a prefix of MS Windows-specific commands which print
78c47bea
PM
19220information about the target system and important OS structures.
19221
19222@item info w32 selector
19223This command displays information returned by
19224the Win32 API @code{GetThreadSelectorEntry} function.
19225It takes an optional argument that is evaluated to
19226a long value to give the information about this given selector.
19227Without argument, this command displays information
d3e8051b 19228about the six segment registers.
78c47bea 19229
711e434b
PM
19230@item info w32 thread-information-block
19231This command displays thread specific information stored in the
19232Thread Information Block (readable on the X86 CPU family using @code{$fs}
19233selector for 32-bit programs and @code{$gs} for 64-bit programs).
19234
78c47bea
PM
19235@kindex info dll
19236@item info dll
db2e3e2e 19237This is a Cygwin-specific alias of @code{info shared}.
78c47bea
PM
19238
19239@kindex dll-symbols
19240@item dll-symbols
19241This command loads symbols from a dll similarly to
19242add-sym command but without the need to specify a base address.
19243
be90c084 19244@kindex set cygwin-exceptions
e16b02ee
EZ
19245@cindex debugging the Cygwin DLL
19246@cindex Cygwin DLL, debugging
be90c084 19247@item set cygwin-exceptions @var{mode}
e16b02ee
EZ
19248If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
19249happen inside the Cygwin DLL. If @var{mode} is @code{off},
19250@value{GDBN} will delay recognition of exceptions, and may ignore some
19251exceptions which seem to be caused by internal Cygwin DLL
19252``bookkeeping''. This option is meant primarily for debugging the
19253Cygwin DLL itself; the default value is @code{off} to avoid annoying
19254@value{GDBN} users with false @code{SIGSEGV} signals.
be90c084
CF
19255
19256@kindex show cygwin-exceptions
19257@item show cygwin-exceptions
e16b02ee
EZ
19258Displays whether @value{GDBN} will break on exceptions that happen
19259inside the Cygwin DLL itself.
be90c084 19260
b383017d 19261@kindex set new-console
78c47bea 19262@item set new-console @var{mode}
b383017d 19263If @var{mode} is @code{on} the debuggee will
78c47bea 19264be started in a new console on next start.
e03e5e7b 19265If @var{mode} is @code{off}, the debuggee will
78c47bea
PM
19266be started in the same console as the debugger.
19267
19268@kindex show new-console
19269@item show new-console
19270Displays whether a new console is used
19271when the debuggee is started.
19272
19273@kindex set new-group
19274@item set new-group @var{mode}
19275This boolean value controls whether the debuggee should
19276start a new group or stay in the same group as the debugger.
19277This affects the way the Windows OS handles
c8aa23ab 19278@samp{Ctrl-C}.
78c47bea
PM
19279
19280@kindex show new-group
19281@item show new-group
19282Displays current value of new-group boolean.
19283
19284@kindex set debugevents
19285@item set debugevents
219eec71
EZ
19286This boolean value adds debug output concerning kernel events related
19287to the debuggee seen by the debugger. This includes events that
19288signal thread and process creation and exit, DLL loading and
19289unloading, console interrupts, and debugging messages produced by the
19290Windows @code{OutputDebugString} API call.
78c47bea
PM
19291
19292@kindex set debugexec
19293@item set debugexec
b383017d 19294This boolean value adds debug output concerning execute events
219eec71 19295(such as resume thread) seen by the debugger.
78c47bea
PM
19296
19297@kindex set debugexceptions
19298@item set debugexceptions
219eec71
EZ
19299This boolean value adds debug output concerning exceptions in the
19300debuggee seen by the debugger.
78c47bea
PM
19301
19302@kindex set debugmemory
19303@item set debugmemory
219eec71
EZ
19304This boolean value adds debug output concerning debuggee memory reads
19305and writes by the debugger.
78c47bea
PM
19306
19307@kindex set shell
19308@item set shell
19309This boolean values specifies whether the debuggee is called
19310via a shell or directly (default value is on).
19311
19312@kindex show shell
19313@item show shell
19314Displays if the debuggee will be started with a shell.
19315
19316@end table
19317
be448670 19318@menu
79a6e687 19319* Non-debug DLL Symbols:: Support for DLLs without debugging symbols
be448670
CF
19320@end menu
19321
79a6e687
BW
19322@node Non-debug DLL Symbols
19323@subsubsection Support for DLLs without Debugging Symbols
be448670
CF
19324@cindex DLLs with no debugging symbols
19325@cindex Minimal symbols and DLLs
19326
19327Very often on windows, some of the DLLs that your program relies on do
19328not include symbolic debugging information (for example,
db2e3e2e 19329@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
be448670 19330symbols in a DLL, it relies on the minimal amount of symbolic
db2e3e2e 19331information contained in the DLL's export table. This section
be448670
CF
19332describes working with such symbols, known internally to @value{GDBN} as
19333``minimal symbols''.
19334
19335Note that before the debugged program has started execution, no DLLs
db2e3e2e 19336will have been loaded. The easiest way around this problem is simply to
be448670 19337start the program --- either by setting a breakpoint or letting the
db2e3e2e 19338program run once to completion. It is also possible to force
be448670 19339@value{GDBN} to load a particular DLL before starting the executable ---
12c27660 19340see the shared library information in @ref{Files}, or the
db2e3e2e 19341@code{dll-symbols} command in @ref{Cygwin Native}. Currently,
be448670
CF
19342explicitly loading symbols from a DLL with no debugging information will
19343cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
19344which may adversely affect symbol lookup performance.
19345
79a6e687 19346@subsubsection DLL Name Prefixes
be448670
CF
19347
19348In keeping with the naming conventions used by the Microsoft debugging
19349tools, DLL export symbols are made available with a prefix based on the
19350DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
19351also entered into the symbol table, so @code{CreateFileA} is often
99e008fe 19352sufficient. In some cases there will be name clashes within a program
be448670
CF
19353(particularly if the executable itself includes full debugging symbols)
19354necessitating the use of the fully qualified name when referring to the
99e008fe 19355contents of the DLL. Use single-quotes around the name to avoid the
be448670
CF
19356exclamation mark (``!'') being interpreted as a language operator.
19357
19358Note that the internal name of the DLL may be all upper-case, even
99e008fe 19359though the file name of the DLL is lower-case, or vice-versa. Since
be448670
CF
19360symbols within @value{GDBN} are @emph{case-sensitive} this may cause
19361some confusion. If in doubt, try the @code{info functions} and
0869d01b
NR
19362@code{info variables} commands or even @code{maint print msymbols}
19363(@pxref{Symbols}). Here's an example:
be448670
CF
19364
19365@smallexample
f7dc1244 19366(@value{GDBP}) info function CreateFileA
be448670
CF
19367All functions matching regular expression "CreateFileA":
19368
19369Non-debugging symbols:
193700x77e885f4 CreateFileA
193710x77e885f4 KERNEL32!CreateFileA
19372@end smallexample
19373
19374@smallexample
f7dc1244 19375(@value{GDBP}) info function !
be448670
CF
19376All functions matching regular expression "!":
19377
19378Non-debugging symbols:
193790x6100114c cygwin1!__assert
193800x61004034 cygwin1!_dll_crt0@@0
193810x61004240 cygwin1!dll_crt0(per_process *)
19382[etc...]
19383@end smallexample
19384
79a6e687 19385@subsubsection Working with Minimal Symbols
be448670
CF
19386
19387Symbols extracted from a DLL's export table do not contain very much
19388type information. All that @value{GDBN} can do is guess whether a symbol
19389refers to a function or variable depending on the linker section that
19390contains the symbol. Also note that the actual contents of the memory
19391contained in a DLL are not available unless the program is running. This
19392means that you cannot examine the contents of a variable or disassemble
19393a function within a DLL without a running program.
19394
19395Variables are generally treated as pointers and dereferenced
19396automatically. For this reason, it is often necessary to prefix a
19397variable name with the address-of operator (``&'') and provide explicit
19398type information in the command. Here's an example of the type of
19399problem:
19400
19401@smallexample
f7dc1244 19402(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
19403$1 = 268572168
19404@end smallexample
19405
19406@smallexample
f7dc1244 19407(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
194080x10021610: "\230y\""
19409@end smallexample
19410
19411And two possible solutions:
19412
19413@smallexample
f7dc1244 19414(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
19415$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
19416@end smallexample
19417
19418@smallexample
f7dc1244 19419(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 194200x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 19421(@value{GDBP}) x/x 0x10021608
be448670 194220x10021608: 0x0022fd98
f7dc1244 19423(@value{GDBP}) x/s 0x0022fd98
be448670
CF
194240x22fd98: "/cygdrive/c/mydirectory/myprogram"
19425@end smallexample
19426
19427Setting a break point within a DLL is possible even before the program
19428starts execution. However, under these circumstances, @value{GDBN} can't
19429examine the initial instructions of the function in order to skip the
19430function's frame set-up code. You can work around this by using ``*&''
19431to set the breakpoint at a raw memory address:
19432
19433@smallexample
f7dc1244 19434(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
19435Breakpoint 1 at 0x1e04eff0
19436@end smallexample
19437
19438The author of these extensions is not entirely convinced that setting a
19439break point within a shared DLL like @file{kernel32.dll} is completely
19440safe.
19441
14d6dd68 19442@node Hurd Native
79a6e687 19443@subsection Commands Specific to @sc{gnu} Hurd Systems
14d6dd68
EZ
19444@cindex @sc{gnu} Hurd debugging
19445
19446This subsection describes @value{GDBN} commands specific to the
19447@sc{gnu} Hurd native debugging.
19448
19449@table @code
19450@item set signals
19451@itemx set sigs
19452@kindex set signals@r{, Hurd command}
19453@kindex set sigs@r{, Hurd command}
19454This command toggles the state of inferior signal interception by
19455@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
19456affected by this command. @code{sigs} is a shorthand alias for
19457@code{signals}.
19458
19459@item show signals
19460@itemx show sigs
19461@kindex show signals@r{, Hurd command}
19462@kindex show sigs@r{, Hurd command}
19463Show the current state of intercepting inferior's signals.
19464
19465@item set signal-thread
19466@itemx set sigthread
19467@kindex set signal-thread
19468@kindex set sigthread
19469This command tells @value{GDBN} which thread is the @code{libc} signal
19470thread. That thread is run when a signal is delivered to a running
19471process. @code{set sigthread} is the shorthand alias of @code{set
19472signal-thread}.
19473
19474@item show signal-thread
19475@itemx show sigthread
19476@kindex show signal-thread
19477@kindex show sigthread
19478These two commands show which thread will run when the inferior is
19479delivered a signal.
19480
19481@item set stopped
19482@kindex set stopped@r{, Hurd command}
19483This commands tells @value{GDBN} that the inferior process is stopped,
19484as with the @code{SIGSTOP} signal. The stopped process can be
19485continued by delivering a signal to it.
19486
19487@item show stopped
19488@kindex show stopped@r{, Hurd command}
19489This command shows whether @value{GDBN} thinks the debuggee is
19490stopped.
19491
19492@item set exceptions
19493@kindex set exceptions@r{, Hurd command}
19494Use this command to turn off trapping of exceptions in the inferior.
19495When exception trapping is off, neither breakpoints nor
19496single-stepping will work. To restore the default, set exception
19497trapping on.
19498
19499@item show exceptions
19500@kindex show exceptions@r{, Hurd command}
19501Show the current state of trapping exceptions in the inferior.
19502
19503@item set task pause
19504@kindex set task@r{, Hurd commands}
19505@cindex task attributes (@sc{gnu} Hurd)
19506@cindex pause current task (@sc{gnu} Hurd)
19507This command toggles task suspension when @value{GDBN} has control.
19508Setting it to on takes effect immediately, and the task is suspended
19509whenever @value{GDBN} gets control. Setting it to off will take
19510effect the next time the inferior is continued. If this option is set
19511to off, you can use @code{set thread default pause on} or @code{set
19512thread pause on} (see below) to pause individual threads.
19513
19514@item show task pause
19515@kindex show task@r{, Hurd commands}
19516Show the current state of task suspension.
19517
19518@item set task detach-suspend-count
19519@cindex task suspend count
19520@cindex detach from task, @sc{gnu} Hurd
19521This command sets the suspend count the task will be left with when
19522@value{GDBN} detaches from it.
19523
19524@item show task detach-suspend-count
19525Show the suspend count the task will be left with when detaching.
19526
19527@item set task exception-port
19528@itemx set task excp
19529@cindex task exception port, @sc{gnu} Hurd
19530This command sets the task exception port to which @value{GDBN} will
19531forward exceptions. The argument should be the value of the @dfn{send
19532rights} of the task. @code{set task excp} is a shorthand alias.
19533
19534@item set noninvasive
19535@cindex noninvasive task options
19536This command switches @value{GDBN} to a mode that is the least
19537invasive as far as interfering with the inferior is concerned. This
19538is the same as using @code{set task pause}, @code{set exceptions}, and
19539@code{set signals} to values opposite to the defaults.
19540
19541@item info send-rights
19542@itemx info receive-rights
19543@itemx info port-rights
19544@itemx info port-sets
19545@itemx info dead-names
19546@itemx info ports
19547@itemx info psets
19548@cindex send rights, @sc{gnu} Hurd
19549@cindex receive rights, @sc{gnu} Hurd
19550@cindex port rights, @sc{gnu} Hurd
19551@cindex port sets, @sc{gnu} Hurd
19552@cindex dead names, @sc{gnu} Hurd
19553These commands display information about, respectively, send rights,
19554receive rights, port rights, port sets, and dead names of a task.
19555There are also shorthand aliases: @code{info ports} for @code{info
19556port-rights} and @code{info psets} for @code{info port-sets}.
19557
19558@item set thread pause
19559@kindex set thread@r{, Hurd command}
19560@cindex thread properties, @sc{gnu} Hurd
19561@cindex pause current thread (@sc{gnu} Hurd)
19562This command toggles current thread suspension when @value{GDBN} has
19563control. Setting it to on takes effect immediately, and the current
19564thread is suspended whenever @value{GDBN} gets control. Setting it to
19565off will take effect the next time the inferior is continued.
19566Normally, this command has no effect, since when @value{GDBN} has
19567control, the whole task is suspended. However, if you used @code{set
19568task pause off} (see above), this command comes in handy to suspend
19569only the current thread.
19570
19571@item show thread pause
19572@kindex show thread@r{, Hurd command}
19573This command shows the state of current thread suspension.
19574
19575@item set thread run
d3e8051b 19576This command sets whether the current thread is allowed to run.
14d6dd68
EZ
19577
19578@item show thread run
19579Show whether the current thread is allowed to run.
19580
19581@item set thread detach-suspend-count
19582@cindex thread suspend count, @sc{gnu} Hurd
19583@cindex detach from thread, @sc{gnu} Hurd
19584This command sets the suspend count @value{GDBN} will leave on a
19585thread when detaching. This number is relative to the suspend count
19586found by @value{GDBN} when it notices the thread; use @code{set thread
19587takeover-suspend-count} to force it to an absolute value.
19588
19589@item show thread detach-suspend-count
19590Show the suspend count @value{GDBN} will leave on the thread when
19591detaching.
19592
19593@item set thread exception-port
19594@itemx set thread excp
19595Set the thread exception port to which to forward exceptions. This
19596overrides the port set by @code{set task exception-port} (see above).
19597@code{set thread excp} is the shorthand alias.
19598
19599@item set thread takeover-suspend-count
19600Normally, @value{GDBN}'s thread suspend counts are relative to the
19601value @value{GDBN} finds when it notices each thread. This command
19602changes the suspend counts to be absolute instead.
19603
19604@item set thread default
19605@itemx show thread default
19606@cindex thread default settings, @sc{gnu} Hurd
19607Each of the above @code{set thread} commands has a @code{set thread
19608default} counterpart (e.g., @code{set thread default pause}, @code{set
19609thread default exception-port}, etc.). The @code{thread default}
19610variety of commands sets the default thread properties for all
19611threads; you can then change the properties of individual threads with
19612the non-default commands.
19613@end table
19614
a80b95ba
TG
19615@node Darwin
19616@subsection Darwin
19617@cindex Darwin
19618
19619@value{GDBN} provides the following commands specific to the Darwin target:
19620
19621@table @code
19622@item set debug darwin @var{num}
19623@kindex set debug darwin
19624When set to a non zero value, enables debugging messages specific to
19625the Darwin support. Higher values produce more verbose output.
19626
19627@item show debug darwin
19628@kindex show debug darwin
19629Show the current state of Darwin messages.
19630
19631@item set debug mach-o @var{num}
19632@kindex set debug mach-o
19633When set to a non zero value, enables debugging messages while
19634@value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
19635file format used on Darwin for object and executable files.) Higher
19636values produce more verbose output. This is a command to diagnose
19637problems internal to @value{GDBN} and should not be needed in normal
19638usage.
19639
19640@item show debug mach-o
19641@kindex show debug mach-o
19642Show the current state of Mach-O file messages.
19643
19644@item set mach-exceptions on
19645@itemx set mach-exceptions off
19646@kindex set mach-exceptions
19647On Darwin, faults are first reported as a Mach exception and are then
19648mapped to a Posix signal. Use this command to turn on trapping of
19649Mach exceptions in the inferior. This might be sometimes useful to
19650better understand the cause of a fault. The default is off.
19651
19652@item show mach-exceptions
19653@kindex show mach-exceptions
19654Show the current state of exceptions trapping.
19655@end table
19656
a64548ea 19657
8e04817f
AC
19658@node Embedded OS
19659@section Embedded Operating Systems
104c1213 19660
8e04817f
AC
19661This section describes configurations involving the debugging of
19662embedded operating systems that are available for several different
19663architectures.
d4f3574e 19664
8e04817f
AC
19665@menu
19666* VxWorks:: Using @value{GDBN} with VxWorks
19667@end menu
104c1213 19668
8e04817f
AC
19669@value{GDBN} includes the ability to debug programs running on
19670various real-time operating systems.
104c1213 19671
8e04817f
AC
19672@node VxWorks
19673@subsection Using @value{GDBN} with VxWorks
104c1213 19674
8e04817f 19675@cindex VxWorks
104c1213 19676
8e04817f 19677@table @code
104c1213 19678
8e04817f
AC
19679@kindex target vxworks
19680@item target vxworks @var{machinename}
19681A VxWorks system, attached via TCP/IP. The argument @var{machinename}
19682is the target system's machine name or IP address.
104c1213 19683
8e04817f 19684@end table
104c1213 19685
8e04817f
AC
19686On VxWorks, @code{load} links @var{filename} dynamically on the
19687current target system as well as adding its symbols in @value{GDBN}.
104c1213 19688
8e04817f
AC
19689@value{GDBN} enables developers to spawn and debug tasks running on networked
19690VxWorks targets from a Unix host. Already-running tasks spawned from
19691the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
19692both the Unix host and on the VxWorks target. The program
19693@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
19694installed with the name @code{vxgdb}, to distinguish it from a
19695@value{GDBN} for debugging programs on the host itself.)
104c1213 19696
8e04817f
AC
19697@table @code
19698@item VxWorks-timeout @var{args}
19699@kindex vxworks-timeout
19700All VxWorks-based targets now support the option @code{vxworks-timeout}.
19701This option is set by the user, and @var{args} represents the number of
19702seconds @value{GDBN} waits for responses to rpc's. You might use this if
19703your VxWorks target is a slow software simulator or is on the far side
19704of a thin network line.
19705@end table
104c1213 19706
8e04817f
AC
19707The following information on connecting to VxWorks was current when
19708this manual was produced; newer releases of VxWorks may use revised
19709procedures.
104c1213 19710
4644b6e3 19711@findex INCLUDE_RDB
8e04817f
AC
19712To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
19713to include the remote debugging interface routines in the VxWorks
19714library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
19715VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
19716kernel. The resulting kernel contains @file{rdb.a}, and spawns the
19717source debugging task @code{tRdbTask} when VxWorks is booted. For more
19718information on configuring and remaking VxWorks, see the manufacturer's
19719manual.
19720@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 19721
8e04817f
AC
19722Once you have included @file{rdb.a} in your VxWorks system image and set
19723your Unix execution search path to find @value{GDBN}, you are ready to
19724run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
19725@code{vxgdb}, depending on your installation).
104c1213 19726
8e04817f 19727@value{GDBN} comes up showing the prompt:
104c1213 19728
474c8240 19729@smallexample
8e04817f 19730(vxgdb)
474c8240 19731@end smallexample
104c1213 19732
8e04817f
AC
19733@menu
19734* VxWorks Connection:: Connecting to VxWorks
19735* VxWorks Download:: VxWorks download
19736* VxWorks Attach:: Running tasks
19737@end menu
104c1213 19738
8e04817f
AC
19739@node VxWorks Connection
19740@subsubsection Connecting to VxWorks
104c1213 19741
8e04817f
AC
19742The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
19743network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 19744
474c8240 19745@smallexample
8e04817f 19746(vxgdb) target vxworks tt
474c8240 19747@end smallexample
104c1213 19748
8e04817f
AC
19749@need 750
19750@value{GDBN} displays messages like these:
104c1213 19751
8e04817f
AC
19752@smallexample
19753Attaching remote machine across net...
19754Connected to tt.
19755@end smallexample
104c1213 19756
8e04817f
AC
19757@need 1000
19758@value{GDBN} then attempts to read the symbol tables of any object modules
19759loaded into the VxWorks target since it was last booted. @value{GDBN} locates
19760these files by searching the directories listed in the command search
79a6e687 19761path (@pxref{Environment, ,Your Program's Environment}); if it fails
8e04817f 19762to find an object file, it displays a message such as:
5d161b24 19763
474c8240 19764@smallexample
8e04817f 19765prog.o: No such file or directory.
474c8240 19766@end smallexample
104c1213 19767
8e04817f
AC
19768When this happens, add the appropriate directory to the search path with
19769the @value{GDBN} command @code{path}, and execute the @code{target}
19770command again.
104c1213 19771
8e04817f 19772@node VxWorks Download
79a6e687 19773@subsubsection VxWorks Download
104c1213 19774
8e04817f
AC
19775@cindex download to VxWorks
19776If you have connected to the VxWorks target and you want to debug an
19777object that has not yet been loaded, you can use the @value{GDBN}
19778@code{load} command to download a file from Unix to VxWorks
19779incrementally. The object file given as an argument to the @code{load}
19780command is actually opened twice: first by the VxWorks target in order
19781to download the code, then by @value{GDBN} in order to read the symbol
19782table. This can lead to problems if the current working directories on
19783the two systems differ. If both systems have NFS mounted the same
19784filesystems, you can avoid these problems by using absolute paths.
19785Otherwise, it is simplest to set the working directory on both systems
19786to the directory in which the object file resides, and then to reference
19787the file by its name, without any path. For instance, a program
19788@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
19789and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
19790program, type this on VxWorks:
104c1213 19791
474c8240 19792@smallexample
8e04817f 19793-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 19794@end smallexample
104c1213 19795
8e04817f
AC
19796@noindent
19797Then, in @value{GDBN}, type:
104c1213 19798
474c8240 19799@smallexample
8e04817f
AC
19800(vxgdb) cd @var{hostpath}/vw/demo/rdb
19801(vxgdb) load prog.o
474c8240 19802@end smallexample
104c1213 19803
8e04817f 19804@value{GDBN} displays a response similar to this:
104c1213 19805
8e04817f
AC
19806@smallexample
19807Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
19808@end smallexample
104c1213 19809
8e04817f
AC
19810You can also use the @code{load} command to reload an object module
19811after editing and recompiling the corresponding source file. Note that
19812this makes @value{GDBN} delete all currently-defined breakpoints,
19813auto-displays, and convenience variables, and to clear the value
19814history. (This is necessary in order to preserve the integrity of
19815debugger's data structures that reference the target system's symbol
19816table.)
104c1213 19817
8e04817f 19818@node VxWorks Attach
79a6e687 19819@subsubsection Running Tasks
104c1213
JM
19820
19821@cindex running VxWorks tasks
19822You can also attach to an existing task using the @code{attach} command as
19823follows:
19824
474c8240 19825@smallexample
104c1213 19826(vxgdb) attach @var{task}
474c8240 19827@end smallexample
104c1213
JM
19828
19829@noindent
19830where @var{task} is the VxWorks hexadecimal task ID. The task can be running
19831or suspended when you attach to it. Running tasks are suspended at
19832the time of attachment.
19833
6d2ebf8b 19834@node Embedded Processors
104c1213
JM
19835@section Embedded Processors
19836
19837This section goes into details specific to particular embedded
19838configurations.
19839
c45da7e6
EZ
19840@cindex send command to simulator
19841Whenever a specific embedded processor has a simulator, @value{GDBN}
19842allows to send an arbitrary command to the simulator.
19843
19844@table @code
19845@item sim @var{command}
19846@kindex sim@r{, a command}
19847Send an arbitrary @var{command} string to the simulator. Consult the
19848documentation for the specific simulator in use for information about
19849acceptable commands.
19850@end table
19851
7d86b5d5 19852
104c1213 19853@menu
c45da7e6 19854* ARM:: ARM RDI
172c2a43 19855* M32R/D:: Renesas M32R/D
104c1213 19856* M68K:: Motorola M68K
08be9d71 19857* MicroBlaze:: Xilinx MicroBlaze
104c1213 19858* MIPS Embedded:: MIPS Embedded
4acd40f3 19859* PowerPC Embedded:: PowerPC Embedded
984359d2 19860* PA:: HP PA Embedded
104c1213
JM
19861* Sparclet:: Tsqware Sparclet
19862* Sparclite:: Fujitsu Sparclite
104c1213 19863* Z8000:: Zilog Z8000
a64548ea
EZ
19864* AVR:: Atmel AVR
19865* CRIS:: CRIS
19866* Super-H:: Renesas Super-H
104c1213
JM
19867@end menu
19868
6d2ebf8b 19869@node ARM
104c1213 19870@subsection ARM
c45da7e6 19871@cindex ARM RDI
104c1213
JM
19872
19873@table @code
8e04817f
AC
19874@kindex target rdi
19875@item target rdi @var{dev}
19876ARM Angel monitor, via RDI library interface to ADP protocol. You may
19877use this target to communicate with both boards running the Angel
19878monitor, or with the EmbeddedICE JTAG debug device.
19879
19880@kindex target rdp
19881@item target rdp @var{dev}
19882ARM Demon monitor.
19883
19884@end table
19885
e2f4edfd
EZ
19886@value{GDBN} provides the following ARM-specific commands:
19887
19888@table @code
19889@item set arm disassembler
19890@kindex set arm
19891This commands selects from a list of disassembly styles. The
19892@code{"std"} style is the standard style.
19893
19894@item show arm disassembler
19895@kindex show arm
19896Show the current disassembly style.
19897
19898@item set arm apcs32
19899@cindex ARM 32-bit mode
19900This command toggles ARM operation mode between 32-bit and 26-bit.
19901
19902@item show arm apcs32
19903Display the current usage of the ARM 32-bit mode.
19904
19905@item set arm fpu @var{fputype}
19906This command sets the ARM floating-point unit (FPU) type. The
19907argument @var{fputype} can be one of these:
19908
19909@table @code
19910@item auto
19911Determine the FPU type by querying the OS ABI.
19912@item softfpa
19913Software FPU, with mixed-endian doubles on little-endian ARM
19914processors.
19915@item fpa
19916GCC-compiled FPA co-processor.
19917@item softvfp
19918Software FPU with pure-endian doubles.
19919@item vfp
19920VFP co-processor.
19921@end table
19922
19923@item show arm fpu
19924Show the current type of the FPU.
19925
19926@item set arm abi
19927This command forces @value{GDBN} to use the specified ABI.
19928
19929@item show arm abi
19930Show the currently used ABI.
19931
0428b8f5
DJ
19932@item set arm fallback-mode (arm|thumb|auto)
19933@value{GDBN} uses the symbol table, when available, to determine
19934whether instructions are ARM or Thumb. This command controls
19935@value{GDBN}'s default behavior when the symbol table is not
19936available. The default is @samp{auto}, which causes @value{GDBN} to
19937use the current execution mode (from the @code{T} bit in the @code{CPSR}
19938register).
19939
19940@item show arm fallback-mode
19941Show the current fallback instruction mode.
19942
19943@item set arm force-mode (arm|thumb|auto)
19944This command overrides use of the symbol table to determine whether
19945instructions are ARM or Thumb. The default is @samp{auto}, which
19946causes @value{GDBN} to use the symbol table and then the setting
19947of @samp{set arm fallback-mode}.
19948
19949@item show arm force-mode
19950Show the current forced instruction mode.
19951
e2f4edfd
EZ
19952@item set debug arm
19953Toggle whether to display ARM-specific debugging messages from the ARM
19954target support subsystem.
19955
19956@item show debug arm
19957Show whether ARM-specific debugging messages are enabled.
19958@end table
19959
c45da7e6
EZ
19960The following commands are available when an ARM target is debugged
19961using the RDI interface:
19962
19963@table @code
19964@item rdilogfile @r{[}@var{file}@r{]}
19965@kindex rdilogfile
19966@cindex ADP (Angel Debugger Protocol) logging
19967Set the filename for the ADP (Angel Debugger Protocol) packet log.
19968With an argument, sets the log file to the specified @var{file}. With
19969no argument, show the current log file name. The default log file is
19970@file{rdi.log}.
19971
19972@item rdilogenable @r{[}@var{arg}@r{]}
19973@kindex rdilogenable
19974Control logging of ADP packets. With an argument of 1 or @code{"yes"}
19975enables logging, with an argument 0 or @code{"no"} disables it. With
19976no arguments displays the current setting. When logging is enabled,
19977ADP packets exchanged between @value{GDBN} and the RDI target device
19978are logged to a file.
19979
19980@item set rdiromatzero
19981@kindex set rdiromatzero
19982@cindex ROM at zero address, RDI
19983Tell @value{GDBN} whether the target has ROM at address 0. If on,
19984vector catching is disabled, so that zero address can be used. If off
19985(the default), vector catching is enabled. For this command to take
19986effect, it needs to be invoked prior to the @code{target rdi} command.
19987
19988@item show rdiromatzero
19989@kindex show rdiromatzero
19990Show the current setting of ROM at zero address.
19991
19992@item set rdiheartbeat
19993@kindex set rdiheartbeat
19994@cindex RDI heartbeat
19995Enable or disable RDI heartbeat packets. It is not recommended to
19996turn on this option, since it confuses ARM and EPI JTAG interface, as
19997well as the Angel monitor.
19998
19999@item show rdiheartbeat
20000@kindex show rdiheartbeat
20001Show the setting of RDI heartbeat packets.
20002@end table
20003
ee8e71d4
EZ
20004@table @code
20005@item target sim @r{[}@var{simargs}@r{]} @dots{}
20006The @value{GDBN} ARM simulator accepts the following optional arguments.
20007
20008@table @code
20009@item --swi-support=@var{type}
20010Tell the simulator which SWI interfaces to support.
20011@var{type} may be a comma separated list of the following values.
20012The default value is @code{all}.
20013
20014@table @code
20015@item none
20016@item demon
20017@item angel
20018@item redboot
20019@item all
20020@end table
20021@end table
20022@end table
e2f4edfd 20023
8e04817f 20024@node M32R/D
ba04e063 20025@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
20026
20027@table @code
8e04817f
AC
20028@kindex target m32r
20029@item target m32r @var{dev}
172c2a43 20030Renesas M32R/D ROM monitor.
8e04817f 20031
fb3e19c0
KI
20032@kindex target m32rsdi
20033@item target m32rsdi @var{dev}
20034Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
20035@end table
20036
20037The following @value{GDBN} commands are specific to the M32R monitor:
20038
20039@table @code
20040@item set download-path @var{path}
20041@kindex set download-path
20042@cindex find downloadable @sc{srec} files (M32R)
d3e8051b 20043Set the default path for finding downloadable @sc{srec} files.
721c2651
EZ
20044
20045@item show download-path
20046@kindex show download-path
20047Show the default path for downloadable @sc{srec} files.
fb3e19c0 20048
721c2651
EZ
20049@item set board-address @var{addr}
20050@kindex set board-address
20051@cindex M32-EVA target board address
20052Set the IP address for the M32R-EVA target board.
20053
20054@item show board-address
20055@kindex show board-address
20056Show the current IP address of the target board.
20057
20058@item set server-address @var{addr}
20059@kindex set server-address
20060@cindex download server address (M32R)
20061Set the IP address for the download server, which is the @value{GDBN}'s
20062host machine.
20063
20064@item show server-address
20065@kindex show server-address
20066Display the IP address of the download server.
20067
20068@item upload @r{[}@var{file}@r{]}
20069@kindex upload@r{, M32R}
20070Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
20071upload capability. If no @var{file} argument is given, the current
20072executable file is uploaded.
20073
20074@item tload @r{[}@var{file}@r{]}
20075@kindex tload@r{, M32R}
20076Test the @code{upload} command.
8e04817f
AC
20077@end table
20078
ba04e063
EZ
20079The following commands are available for M32R/SDI:
20080
20081@table @code
20082@item sdireset
20083@kindex sdireset
20084@cindex reset SDI connection, M32R
20085This command resets the SDI connection.
20086
20087@item sdistatus
20088@kindex sdistatus
20089This command shows the SDI connection status.
20090
20091@item debug_chaos
20092@kindex debug_chaos
20093@cindex M32R/Chaos debugging
20094Instructs the remote that M32R/Chaos debugging is to be used.
20095
20096@item use_debug_dma
20097@kindex use_debug_dma
20098Instructs the remote to use the DEBUG_DMA method of accessing memory.
20099
20100@item use_mon_code
20101@kindex use_mon_code
20102Instructs the remote to use the MON_CODE method of accessing memory.
20103
20104@item use_ib_break
20105@kindex use_ib_break
20106Instructs the remote to set breakpoints by IB break.
20107
20108@item use_dbt_break
20109@kindex use_dbt_break
20110Instructs the remote to set breakpoints by DBT.
20111@end table
20112
8e04817f
AC
20113@node M68K
20114@subsection M68k
20115
7ce59000
DJ
20116The Motorola m68k configuration includes ColdFire support, and a
20117target command for the following ROM monitor.
8e04817f
AC
20118
20119@table @code
20120
8e04817f
AC
20121@kindex target dbug
20122@item target dbug @var{dev}
20123dBUG ROM monitor for Motorola ColdFire.
20124
8e04817f
AC
20125@end table
20126
08be9d71
ME
20127@node MicroBlaze
20128@subsection MicroBlaze
20129@cindex Xilinx MicroBlaze
20130@cindex XMD, Xilinx Microprocessor Debugger
20131
20132The MicroBlaze is a soft-core processor supported on various Xilinx
20133FPGAs, such as Spartan or Virtex series. Boards with these processors
20134usually have JTAG ports which connect to a host system running the Xilinx
20135Embedded Development Kit (EDK) or Software Development Kit (SDK).
20136This host system is used to download the configuration bitstream to
20137the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
20138communicates with the target board using the JTAG interface and
20139presents a @code{gdbserver} interface to the board. By default
20140@code{xmd} uses port @code{1234}. (While it is possible to change
20141this default port, it requires the use of undocumented @code{xmd}
20142commands. Contact Xilinx support if you need to do this.)
20143
20144Use these GDB commands to connect to the MicroBlaze target processor.
20145
20146@table @code
20147@item target remote :1234
20148Use this command to connect to the target if you are running @value{GDBN}
20149on the same system as @code{xmd}.
20150
20151@item target remote @var{xmd-host}:1234
20152Use this command to connect to the target if it is connected to @code{xmd}
20153running on a different system named @var{xmd-host}.
20154
20155@item load
20156Use this command to download a program to the MicroBlaze target.
20157
20158@item set debug microblaze @var{n}
20159Enable MicroBlaze-specific debugging messages if non-zero.
20160
20161@item show debug microblaze @var{n}
20162Show MicroBlaze-specific debugging level.
20163@end table
20164
8e04817f 20165@node MIPS Embedded
eb17f351 20166@subsection @acronym{MIPS} Embedded
8e04817f 20167
eb17f351
EZ
20168@cindex @acronym{MIPS} boards
20169@value{GDBN} can use the @acronym{MIPS} remote debugging protocol to talk to a
20170@acronym{MIPS} board attached to a serial line. This is available when
cc30c4bd 20171you configure @value{GDBN} with @samp{--target=mips-elf}.
104c1213 20172
8e04817f
AC
20173@need 1000
20174Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 20175
8e04817f
AC
20176@table @code
20177@item target mips @var{port}
20178@kindex target mips @var{port}
20179To run a program on the board, start up @code{@value{GDBP}} with the
20180name of your program as the argument. To connect to the board, use the
20181command @samp{target mips @var{port}}, where @var{port} is the name of
20182the serial port connected to the board. If the program has not already
20183been downloaded to the board, you may use the @code{load} command to
20184download it. You can then use all the usual @value{GDBN} commands.
104c1213 20185
8e04817f
AC
20186For example, this sequence connects to the target board through a serial
20187port, and loads and runs a program called @var{prog} through the
20188debugger:
104c1213 20189
474c8240 20190@smallexample
8e04817f
AC
20191host$ @value{GDBP} @var{prog}
20192@value{GDBN} is free software and @dots{}
20193(@value{GDBP}) target mips /dev/ttyb
20194(@value{GDBP}) load @var{prog}
20195(@value{GDBP}) run
474c8240 20196@end smallexample
104c1213 20197
8e04817f
AC
20198@item target mips @var{hostname}:@var{portnumber}
20199On some @value{GDBN} host configurations, you can specify a TCP
20200connection (for instance, to a serial line managed by a terminal
20201concentrator) instead of a serial port, using the syntax
20202@samp{@var{hostname}:@var{portnumber}}.
104c1213 20203
8e04817f
AC
20204@item target pmon @var{port}
20205@kindex target pmon @var{port}
20206PMON ROM monitor.
104c1213 20207
8e04817f
AC
20208@item target ddb @var{port}
20209@kindex target ddb @var{port}
20210NEC's DDB variant of PMON for Vr4300.
104c1213 20211
8e04817f
AC
20212@item target lsi @var{port}
20213@kindex target lsi @var{port}
20214LSI variant of PMON.
104c1213 20215
8e04817f
AC
20216@kindex target r3900
20217@item target r3900 @var{dev}
20218Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 20219
8e04817f
AC
20220@kindex target array
20221@item target array @var{dev}
20222Array Tech LSI33K RAID controller board.
104c1213 20223
8e04817f 20224@end table
104c1213 20225
104c1213 20226
8e04817f 20227@noindent
eb17f351 20228@value{GDBN} also supports these special commands for @acronym{MIPS} targets:
104c1213 20229
8e04817f 20230@table @code
8e04817f
AC
20231@item set mipsfpu double
20232@itemx set mipsfpu single
20233@itemx set mipsfpu none
a64548ea 20234@itemx set mipsfpu auto
8e04817f
AC
20235@itemx show mipsfpu
20236@kindex set mipsfpu
20237@kindex show mipsfpu
eb17f351
EZ
20238@cindex @acronym{MIPS} remote floating point
20239@cindex floating point, @acronym{MIPS} remote
20240If your target board does not support the @acronym{MIPS} floating point
8e04817f
AC
20241coprocessor, you should use the command @samp{set mipsfpu none} (if you
20242need this, you may wish to put the command in your @value{GDBN} init
20243file). This tells @value{GDBN} how to find the return value of
20244functions which return floating point values. It also allows
20245@value{GDBN} to avoid saving the floating point registers when calling
20246functions on the board. If you are using a floating point coprocessor
20247with only single precision floating point support, as on the @sc{r4650}
20248processor, use the command @samp{set mipsfpu single}. The default
20249double precision floating point coprocessor may be selected using
20250@samp{set mipsfpu double}.
104c1213 20251
8e04817f
AC
20252In previous versions the only choices were double precision or no
20253floating point, so @samp{set mipsfpu on} will select double precision
20254and @samp{set mipsfpu off} will select no floating point.
104c1213 20255
8e04817f
AC
20256As usual, you can inquire about the @code{mipsfpu} variable with
20257@samp{show mipsfpu}.
104c1213 20258
8e04817f
AC
20259@item set timeout @var{seconds}
20260@itemx set retransmit-timeout @var{seconds}
20261@itemx show timeout
20262@itemx show retransmit-timeout
eb17f351
EZ
20263@cindex @code{timeout}, @acronym{MIPS} protocol
20264@cindex @code{retransmit-timeout}, @acronym{MIPS} protocol
8e04817f
AC
20265@kindex set timeout
20266@kindex show timeout
20267@kindex set retransmit-timeout
20268@kindex show retransmit-timeout
eb17f351 20269You can control the timeout used while waiting for a packet, in the @acronym{MIPS}
8e04817f
AC
20270remote protocol, with the @code{set timeout @var{seconds}} command. The
20271default is 5 seconds. Similarly, you can control the timeout used while
a6f3e723 20272waiting for an acknowledgment of a packet with the @code{set
8e04817f
AC
20273retransmit-timeout @var{seconds}} command. The default is 3 seconds.
20274You can inspect both values with @code{show timeout} and @code{show
20275retransmit-timeout}. (These commands are @emph{only} available when
cc30c4bd 20276@value{GDBN} is configured for @samp{--target=mips-elf}.)
104c1213 20277
8e04817f
AC
20278The timeout set by @code{set timeout} does not apply when @value{GDBN}
20279is waiting for your program to stop. In that case, @value{GDBN} waits
20280forever because it has no way of knowing how long the program is going
20281to run before stopping.
ba04e063
EZ
20282
20283@item set syn-garbage-limit @var{num}
eb17f351
EZ
20284@kindex set syn-garbage-limit@r{, @acronym{MIPS} remote}
20285@cindex synchronize with remote @acronym{MIPS} target
ba04e063
EZ
20286Limit the maximum number of characters @value{GDBN} should ignore when
20287it tries to synchronize with the remote target. The default is 10
20288characters. Setting the limit to -1 means there's no limit.
20289
20290@item show syn-garbage-limit
eb17f351 20291@kindex show syn-garbage-limit@r{, @acronym{MIPS} remote}
ba04e063
EZ
20292Show the current limit on the number of characters to ignore when
20293trying to synchronize with the remote system.
20294
20295@item set monitor-prompt @var{prompt}
eb17f351 20296@kindex set monitor-prompt@r{, @acronym{MIPS} remote}
ba04e063
EZ
20297@cindex remote monitor prompt
20298Tell @value{GDBN} to expect the specified @var{prompt} string from the
20299remote monitor. The default depends on the target:
20300@table @asis
20301@item pmon target
20302@samp{PMON}
20303@item ddb target
20304@samp{NEC010}
20305@item lsi target
20306@samp{PMON>}
20307@end table
20308
20309@item show monitor-prompt
eb17f351 20310@kindex show monitor-prompt@r{, @acronym{MIPS} remote}
ba04e063
EZ
20311Show the current strings @value{GDBN} expects as the prompt from the
20312remote monitor.
20313
20314@item set monitor-warnings
eb17f351 20315@kindex set monitor-warnings@r{, @acronym{MIPS} remote}
ba04e063
EZ
20316Enable or disable monitor warnings about hardware breakpoints. This
20317has effect only for the @code{lsi} target. When on, @value{GDBN} will
20318display warning messages whose codes are returned by the @code{lsi}
20319PMON monitor for breakpoint commands.
20320
20321@item show monitor-warnings
eb17f351 20322@kindex show monitor-warnings@r{, @acronym{MIPS} remote}
ba04e063
EZ
20323Show the current setting of printing monitor warnings.
20324
20325@item pmon @var{command}
eb17f351 20326@kindex pmon@r{, @acronym{MIPS} remote}
ba04e063
EZ
20327@cindex send PMON command
20328This command allows sending an arbitrary @var{command} string to the
20329monitor. The monitor must be in debug mode for this to work.
8e04817f 20330@end table
104c1213 20331
4acd40f3
TJB
20332@node PowerPC Embedded
20333@subsection PowerPC Embedded
104c1213 20334
66b73624
TJB
20335@cindex DVC register
20336@value{GDBN} supports using the DVC (Data Value Compare) register to
20337implement in hardware simple hardware watchpoint conditions of the form:
20338
20339@smallexample
20340(@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
20341 if @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
20342@end smallexample
20343
e09342b5
TJB
20344The DVC register will be automatically used when @value{GDBN} detects
20345such pattern in a condition expression, and the created watchpoint uses one
20346debug register (either the @code{exact-watchpoints} option is on and the
20347variable is scalar, or the variable has a length of one byte). This feature
20348is available in native @value{GDBN} running on a Linux kernel version 2.6.34
20349or newer.
20350
20351When running on PowerPC embedded processors, @value{GDBN} automatically uses
20352ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
20353in which case watchpoints using only one debug register are created when
20354watching variables of scalar types.
20355
20356You can create an artificial array to watch an arbitrary memory
20357region using one of the following commands (@pxref{Expressions}):
20358
20359@smallexample
20360(@value{GDBP}) watch *((char *) @var{address})@@@var{length}
20361(@value{GDBP}) watch @{char[@var{length}]@} @var{address}
20362@end smallexample
66b73624 20363
9c06b0b4
TJB
20364PowerPC embedded processors support masked watchpoints. See the discussion
20365about the @code{mask} argument in @ref{Set Watchpoints}.
20366
f1310107
TJB
20367@cindex ranged breakpoint
20368PowerPC embedded processors support hardware accelerated
20369@dfn{ranged breakpoints}. A ranged breakpoint stops execution of
20370the inferior whenever it executes an instruction at any address within
20371the range it specifies. To set a ranged breakpoint in @value{GDBN},
20372use the @code{break-range} command.
20373
55eddb0f
DJ
20374@value{GDBN} provides the following PowerPC-specific commands:
20375
104c1213 20376@table @code
f1310107
TJB
20377@kindex break-range
20378@item break-range @var{start-location}, @var{end-location}
20379Set a breakpoint for an address range.
20380@var{start-location} and @var{end-location} can specify a function name,
20381a line number, an offset of lines from the current line or from the start
20382location, or an address of an instruction (see @ref{Specify Location},
20383for a list of all the possible ways to specify a @var{location}.)
20384The breakpoint will stop execution of the inferior whenever it
20385executes an instruction at any address within the specified range,
20386(including @var{start-location} and @var{end-location}.)
20387
55eddb0f
DJ
20388@kindex set powerpc
20389@item set powerpc soft-float
20390@itemx show powerpc soft-float
20391Force @value{GDBN} to use (or not use) a software floating point calling
20392convention. By default, @value{GDBN} selects the calling convention based
20393on the selected architecture and the provided executable file.
20394
20395@item set powerpc vector-abi
20396@itemx show powerpc vector-abi
20397Force @value{GDBN} to use the specified calling convention for vector
20398arguments and return values. The valid options are @samp{auto};
20399@samp{generic}, to avoid vector registers even if they are present;
20400@samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
20401registers. By default, @value{GDBN} selects the calling convention
20402based on the selected architecture and the provided executable file.
20403
e09342b5
TJB
20404@item set powerpc exact-watchpoints
20405@itemx show powerpc exact-watchpoints
20406Allow @value{GDBN} to use only one debug register when watching a variable
20407of scalar type, thus assuming that the variable is accessed through the
20408address of its first byte.
20409
8e04817f
AC
20410@kindex target dink32
20411@item target dink32 @var{dev}
20412DINK32 ROM monitor.
104c1213 20413
8e04817f
AC
20414@kindex target ppcbug
20415@item target ppcbug @var{dev}
20416@kindex target ppcbug1
20417@item target ppcbug1 @var{dev}
20418PPCBUG ROM monitor for PowerPC.
104c1213 20419
8e04817f
AC
20420@kindex target sds
20421@item target sds @var{dev}
20422SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 20423@end table
8e04817f 20424
c45da7e6 20425@cindex SDS protocol
d52fb0e9 20426The following commands specific to the SDS protocol are supported
55eddb0f 20427by @value{GDBN}:
c45da7e6
EZ
20428
20429@table @code
20430@item set sdstimeout @var{nsec}
20431@kindex set sdstimeout
20432Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
20433default is 2 seconds.
20434
20435@item show sdstimeout
20436@kindex show sdstimeout
20437Show the current value of the SDS timeout.
20438
20439@item sds @var{command}
20440@kindex sds@r{, a command}
20441Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
20442@end table
20443
c45da7e6 20444
8e04817f
AC
20445@node PA
20446@subsection HP PA Embedded
104c1213
JM
20447
20448@table @code
20449
8e04817f
AC
20450@kindex target op50n
20451@item target op50n @var{dev}
20452OP50N monitor, running on an OKI HPPA board.
20453
20454@kindex target w89k
20455@item target w89k @var{dev}
20456W89K monitor, running on a Winbond HPPA board.
104c1213
JM
20457
20458@end table
20459
8e04817f
AC
20460@node Sparclet
20461@subsection Tsqware Sparclet
104c1213 20462
8e04817f
AC
20463@cindex Sparclet
20464
20465@value{GDBN} enables developers to debug tasks running on
20466Sparclet targets from a Unix host.
20467@value{GDBN} uses code that runs on
20468both the Unix host and on the Sparclet target. The program
20469@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 20470
8e04817f
AC
20471@table @code
20472@item remotetimeout @var{args}
20473@kindex remotetimeout
20474@value{GDBN} supports the option @code{remotetimeout}.
20475This option is set by the user, and @var{args} represents the number of
20476seconds @value{GDBN} waits for responses.
104c1213
JM
20477@end table
20478
8e04817f
AC
20479@cindex compiling, on Sparclet
20480When compiling for debugging, include the options @samp{-g} to get debug
20481information and @samp{-Ttext} to relocate the program to where you wish to
20482load it on the target. You may also want to add the options @samp{-n} or
20483@samp{-N} in order to reduce the size of the sections. Example:
104c1213 20484
474c8240 20485@smallexample
8e04817f 20486sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 20487@end smallexample
104c1213 20488
8e04817f 20489You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 20490
474c8240 20491@smallexample
8e04817f 20492sparclet-aout-objdump --headers --syms prog
474c8240 20493@end smallexample
104c1213 20494
8e04817f
AC
20495@cindex running, on Sparclet
20496Once you have set
20497your Unix execution search path to find @value{GDBN}, you are ready to
20498run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
20499(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 20500
8e04817f
AC
20501@value{GDBN} comes up showing the prompt:
20502
474c8240 20503@smallexample
8e04817f 20504(gdbslet)
474c8240 20505@end smallexample
104c1213
JM
20506
20507@menu
8e04817f
AC
20508* Sparclet File:: Setting the file to debug
20509* Sparclet Connection:: Connecting to Sparclet
20510* Sparclet Download:: Sparclet download
20511* Sparclet Execution:: Running and debugging
104c1213
JM
20512@end menu
20513
8e04817f 20514@node Sparclet File
79a6e687 20515@subsubsection Setting File to Debug
104c1213 20516
8e04817f 20517The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 20518
474c8240 20519@smallexample
8e04817f 20520(gdbslet) file prog
474c8240 20521@end smallexample
104c1213 20522
8e04817f
AC
20523@need 1000
20524@value{GDBN} then attempts to read the symbol table of @file{prog}.
20525@value{GDBN} locates
20526the file by searching the directories listed in the command search
20527path.
12c27660 20528If the file was compiled with debug information (option @samp{-g}), source
8e04817f
AC
20529files will be searched as well.
20530@value{GDBN} locates
20531the source files by searching the directories listed in the directory search
79a6e687 20532path (@pxref{Environment, ,Your Program's Environment}).
8e04817f
AC
20533If it fails
20534to find a file, it displays a message such as:
104c1213 20535
474c8240 20536@smallexample
8e04817f 20537prog: No such file or directory.
474c8240 20538@end smallexample
104c1213 20539
8e04817f
AC
20540When this happens, add the appropriate directories to the search paths with
20541the @value{GDBN} commands @code{path} and @code{dir}, and execute the
20542@code{target} command again.
104c1213 20543
8e04817f
AC
20544@node Sparclet Connection
20545@subsubsection Connecting to Sparclet
104c1213 20546
8e04817f
AC
20547The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
20548To connect to a target on serial port ``@code{ttya}'', type:
104c1213 20549
474c8240 20550@smallexample
8e04817f
AC
20551(gdbslet) target sparclet /dev/ttya
20552Remote target sparclet connected to /dev/ttya
20553main () at ../prog.c:3
474c8240 20554@end smallexample
104c1213 20555
8e04817f
AC
20556@need 750
20557@value{GDBN} displays messages like these:
104c1213 20558
474c8240 20559@smallexample
8e04817f 20560Connected to ttya.
474c8240 20561@end smallexample
104c1213 20562
8e04817f 20563@node Sparclet Download
79a6e687 20564@subsubsection Sparclet Download
104c1213 20565
8e04817f
AC
20566@cindex download to Sparclet
20567Once connected to the Sparclet target,
20568you can use the @value{GDBN}
20569@code{load} command to download the file from the host to the target.
20570The file name and load offset should be given as arguments to the @code{load}
20571command.
20572Since the file format is aout, the program must be loaded to the starting
20573address. You can use @code{objdump} to find out what this value is. The load
20574offset is an offset which is added to the VMA (virtual memory address)
20575of each of the file's sections.
20576For instance, if the program
20577@file{prog} was linked to text address 0x1201000, with data at 0x12010160
20578and bss at 0x12010170, in @value{GDBN}, type:
104c1213 20579
474c8240 20580@smallexample
8e04817f
AC
20581(gdbslet) load prog 0x12010000
20582Loading section .text, size 0xdb0 vma 0x12010000
474c8240 20583@end smallexample
104c1213 20584
8e04817f
AC
20585If the code is loaded at a different address then what the program was linked
20586to, you may need to use the @code{section} and @code{add-symbol-file} commands
20587to tell @value{GDBN} where to map the symbol table.
20588
20589@node Sparclet Execution
79a6e687 20590@subsubsection Running and Debugging
8e04817f
AC
20591
20592@cindex running and debugging Sparclet programs
20593You can now begin debugging the task using @value{GDBN}'s execution control
20594commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
20595manual for the list of commands.
20596
474c8240 20597@smallexample
8e04817f
AC
20598(gdbslet) b main
20599Breakpoint 1 at 0x12010000: file prog.c, line 3.
20600(gdbslet) run
20601Starting program: prog
20602Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
206033 char *symarg = 0;
20604(gdbslet) step
206054 char *execarg = "hello!";
20606(gdbslet)
474c8240 20607@end smallexample
8e04817f
AC
20608
20609@node Sparclite
20610@subsection Fujitsu Sparclite
104c1213
JM
20611
20612@table @code
20613
8e04817f
AC
20614@kindex target sparclite
20615@item target sparclite @var{dev}
20616Fujitsu sparclite boards, used only for the purpose of loading.
20617You must use an additional command to debug the program.
20618For example: target remote @var{dev} using @value{GDBN} standard
20619remote protocol.
104c1213
JM
20620
20621@end table
20622
8e04817f
AC
20623@node Z8000
20624@subsection Zilog Z8000
104c1213 20625
8e04817f
AC
20626@cindex Z8000
20627@cindex simulator, Z8000
20628@cindex Zilog Z8000 simulator
104c1213 20629
8e04817f
AC
20630When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
20631a Z8000 simulator.
20632
20633For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
20634unsegmented variant of the Z8000 architecture) or the Z8001 (the
20635segmented variant). The simulator recognizes which architecture is
20636appropriate by inspecting the object code.
104c1213 20637
8e04817f
AC
20638@table @code
20639@item target sim @var{args}
20640@kindex sim
20641@kindex target sim@r{, with Z8000}
20642Debug programs on a simulated CPU. If the simulator supports setup
20643options, specify them via @var{args}.
104c1213
JM
20644@end table
20645
8e04817f
AC
20646@noindent
20647After specifying this target, you can debug programs for the simulated
20648CPU in the same style as programs for your host computer; use the
20649@code{file} command to load a new program image, the @code{run} command
20650to run your program, and so on.
20651
20652As well as making available all the usual machine registers
20653(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
20654additional items of information as specially named registers:
104c1213
JM
20655
20656@table @code
20657
8e04817f
AC
20658@item cycles
20659Counts clock-ticks in the simulator.
104c1213 20660
8e04817f
AC
20661@item insts
20662Counts instructions run in the simulator.
104c1213 20663
8e04817f
AC
20664@item time
20665Execution time in 60ths of a second.
104c1213 20666
8e04817f 20667@end table
104c1213 20668
8e04817f
AC
20669You can refer to these values in @value{GDBN} expressions with the usual
20670conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
20671conditional breakpoint that suspends only after at least 5000
20672simulated clock ticks.
104c1213 20673
a64548ea
EZ
20674@node AVR
20675@subsection Atmel AVR
20676@cindex AVR
20677
20678When configured for debugging the Atmel AVR, @value{GDBN} supports the
20679following AVR-specific commands:
20680
20681@table @code
20682@item info io_registers
20683@kindex info io_registers@r{, AVR}
20684@cindex I/O registers (Atmel AVR)
20685This command displays information about the AVR I/O registers. For
20686each register, @value{GDBN} prints its number and value.
20687@end table
20688
20689@node CRIS
20690@subsection CRIS
20691@cindex CRIS
20692
20693When configured for debugging CRIS, @value{GDBN} provides the
20694following CRIS-specific commands:
20695
20696@table @code
20697@item set cris-version @var{ver}
20698@cindex CRIS version
e22e55c9
OF
20699Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
20700The CRIS version affects register names and sizes. This command is useful in
20701case autodetection of the CRIS version fails.
a64548ea
EZ
20702
20703@item show cris-version
20704Show the current CRIS version.
20705
20706@item set cris-dwarf2-cfi
20707@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
20708Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
20709Change to @samp{off} when using @code{gcc-cris} whose version is below
20710@code{R59}.
a64548ea
EZ
20711
20712@item show cris-dwarf2-cfi
20713Show the current state of using DWARF-2 CFI.
e22e55c9
OF
20714
20715@item set cris-mode @var{mode}
20716@cindex CRIS mode
20717Set the current CRIS mode to @var{mode}. It should only be changed when
20718debugging in guru mode, in which case it should be set to
20719@samp{guru} (the default is @samp{normal}).
20720
20721@item show cris-mode
20722Show the current CRIS mode.
a64548ea
EZ
20723@end table
20724
20725@node Super-H
20726@subsection Renesas Super-H
20727@cindex Super-H
20728
20729For the Renesas Super-H processor, @value{GDBN} provides these
20730commands:
20731
20732@table @code
c055b101
CV
20733@item set sh calling-convention @var{convention}
20734@kindex set sh calling-convention
20735Set the calling-convention used when calling functions from @value{GDBN}.
20736Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
20737With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
20738convention. If the DWARF-2 information of the called function specifies
20739that the function follows the Renesas calling convention, the function
20740is called using the Renesas calling convention. If the calling convention
20741is set to @samp{renesas}, the Renesas calling convention is always used,
20742regardless of the DWARF-2 information. This can be used to override the
20743default of @samp{gcc} if debug information is missing, or the compiler
20744does not emit the DWARF-2 calling convention entry for a function.
20745
20746@item show sh calling-convention
20747@kindex show sh calling-convention
20748Show the current calling convention setting.
20749
a64548ea
EZ
20750@end table
20751
20752
8e04817f
AC
20753@node Architectures
20754@section Architectures
104c1213 20755
8e04817f
AC
20756This section describes characteristics of architectures that affect
20757all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 20758
8e04817f 20759@menu
430ed3f0 20760* AArch64::
9c16f35a 20761* i386::
8e04817f
AC
20762* Alpha::
20763* MIPS::
a64548ea 20764* HPPA:: HP PA architecture
23d964e7 20765* SPU:: Cell Broadband Engine SPU architecture
4acd40f3 20766* PowerPC::
8e04817f 20767@end menu
104c1213 20768
430ed3f0
MS
20769@node AArch64
20770@subsection AArch64
20771@cindex AArch64 support
20772
20773When @value{GDBN} is debugging the AArch64 architecture, it provides the
20774following special commands:
20775
20776@table @code
20777@item set debug aarch64
20778@kindex set debug aarch64
20779This command determines whether AArch64 architecture-specific debugging
20780messages are to be displayed.
20781
20782@item show debug aarch64
20783Show whether AArch64 debugging messages are displayed.
20784
20785@end table
20786
9c16f35a 20787@node i386
db2e3e2e 20788@subsection x86 Architecture-specific Issues
9c16f35a
EZ
20789
20790@table @code
20791@item set struct-convention @var{mode}
20792@kindex set struct-convention
20793@cindex struct return convention
20794@cindex struct/union returned in registers
20795Set the convention used by the inferior to return @code{struct}s and
20796@code{union}s from functions to @var{mode}. Possible values of
20797@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
20798default). @code{"default"} or @code{"pcc"} means that @code{struct}s
20799are returned on the stack, while @code{"reg"} means that a
20800@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
20801be returned in a register.
20802
20803@item show struct-convention
20804@kindex show struct-convention
20805Show the current setting of the convention to return @code{struct}s
20806from functions.
20807@end table
20808
8e04817f
AC
20809@node Alpha
20810@subsection Alpha
104c1213 20811
8e04817f 20812See the following section.
104c1213 20813
8e04817f 20814@node MIPS
eb17f351 20815@subsection @acronym{MIPS}
104c1213 20816
8e04817f 20817@cindex stack on Alpha
eb17f351 20818@cindex stack on @acronym{MIPS}
8e04817f 20819@cindex Alpha stack
eb17f351
EZ
20820@cindex @acronym{MIPS} stack
20821Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
8e04817f
AC
20822sometimes requires @value{GDBN} to search backward in the object code to
20823find the beginning of a function.
104c1213 20824
eb17f351 20825@cindex response time, @acronym{MIPS} debugging
8e04817f
AC
20826To improve response time (especially for embedded applications, where
20827@value{GDBN} may be restricted to a slow serial line for this search)
20828you may want to limit the size of this search, using one of these
20829commands:
104c1213 20830
8e04817f 20831@table @code
eb17f351 20832@cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
8e04817f
AC
20833@item set heuristic-fence-post @var{limit}
20834Restrict @value{GDBN} to examining at most @var{limit} bytes in its
20835search for the beginning of a function. A value of @var{0} (the
20836default) means there is no limit. However, except for @var{0}, the
20837larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
20838and therefore the longer it takes to run. You should only need to use
20839this command when debugging a stripped executable.
104c1213 20840
8e04817f
AC
20841@item show heuristic-fence-post
20842Display the current limit.
20843@end table
104c1213
JM
20844
20845@noindent
8e04817f 20846These commands are available @emph{only} when @value{GDBN} is configured
eb17f351 20847for debugging programs on Alpha or @acronym{MIPS} processors.
104c1213 20848
eb17f351 20849Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
a64548ea
EZ
20850programs:
20851
20852@table @code
a64548ea
EZ
20853@item set mips abi @var{arg}
20854@kindex set mips abi
eb17f351
EZ
20855@cindex set ABI for @acronym{MIPS}
20856Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
a64548ea
EZ
20857values of @var{arg} are:
20858
20859@table @samp
20860@item auto
20861The default ABI associated with the current binary (this is the
20862default).
20863@item o32
20864@item o64
20865@item n32
20866@item n64
20867@item eabi32
20868@item eabi64
a64548ea
EZ
20869@end table
20870
20871@item show mips abi
20872@kindex show mips abi
eb17f351 20873Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
a64548ea 20874
4cc0665f
MR
20875@item set mips compression @var{arg}
20876@kindex set mips compression
20877@cindex code compression, @acronym{MIPS}
20878Tell @value{GDBN} which @acronym{MIPS} compressed
20879@acronym{ISA, Instruction Set Architecture} encoding is used by the
20880inferior. @value{GDBN} uses this for code disassembly and other
20881internal interpretation purposes. This setting is only referred to
20882when no executable has been associated with the debugging session or
20883the executable does not provide information about the encoding it uses.
20884Otherwise this setting is automatically updated from information
20885provided by the executable.
20886
20887Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
20888The default compressed @acronym{ISA} encoding is @samp{mips16}, as
20889executables containing @acronym{MIPS16} code frequently are not
20890identified as such.
20891
20892This setting is ``sticky''; that is, it retains its value across
20893debugging sessions until reset either explicitly with this command or
20894implicitly from an executable.
20895
20896The compiler and/or assembler typically add symbol table annotations to
20897identify functions compiled for the @acronym{MIPS16} or
20898@acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
20899are present, @value{GDBN} uses them in preference to the global
20900compressed @acronym{ISA} encoding setting.
20901
20902@item show mips compression
20903@kindex show mips compression
20904Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
20905@value{GDBN} to debug the inferior.
20906
a64548ea
EZ
20907@item set mipsfpu
20908@itemx show mipsfpu
20909@xref{MIPS Embedded, set mipsfpu}.
20910
20911@item set mips mask-address @var{arg}
20912@kindex set mips mask-address
eb17f351 20913@cindex @acronym{MIPS} addresses, masking
a64548ea 20914This command determines whether the most-significant 32 bits of 64-bit
eb17f351 20915@acronym{MIPS} addresses are masked off. The argument @var{arg} can be
a64548ea
EZ
20916@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
20917setting, which lets @value{GDBN} determine the correct value.
20918
20919@item show mips mask-address
20920@kindex show mips mask-address
eb17f351 20921Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
a64548ea
EZ
20922not.
20923
20924@item set remote-mips64-transfers-32bit-regs
20925@kindex set remote-mips64-transfers-32bit-regs
eb17f351
EZ
20926This command controls compatibility with 64-bit @acronym{MIPS} targets that
20927transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
a64548ea
EZ
20928that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
20929and 64 bits for other registers, set this option to @samp{on}.
20930
20931@item show remote-mips64-transfers-32bit-regs
20932@kindex show remote-mips64-transfers-32bit-regs
eb17f351 20933Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
a64548ea
EZ
20934
20935@item set debug mips
20936@kindex set debug mips
eb17f351 20937This command turns on and off debugging messages for the @acronym{MIPS}-specific
a64548ea
EZ
20938target code in @value{GDBN}.
20939
20940@item show debug mips
20941@kindex show debug mips
eb17f351 20942Show the current setting of @acronym{MIPS} debugging messages.
a64548ea
EZ
20943@end table
20944
20945
20946@node HPPA
20947@subsection HPPA
20948@cindex HPPA support
20949
d3e8051b 20950When @value{GDBN} is debugging the HP PA architecture, it provides the
a64548ea
EZ
20951following special commands:
20952
20953@table @code
20954@item set debug hppa
20955@kindex set debug hppa
db2e3e2e 20956This command determines whether HPPA architecture-specific debugging
a64548ea
EZ
20957messages are to be displayed.
20958
20959@item show debug hppa
20960Show whether HPPA debugging messages are displayed.
20961
20962@item maint print unwind @var{address}
20963@kindex maint print unwind@r{, HPPA}
20964This command displays the contents of the unwind table entry at the
20965given @var{address}.
20966
20967@end table
20968
104c1213 20969
23d964e7
UW
20970@node SPU
20971@subsection Cell Broadband Engine SPU architecture
20972@cindex Cell Broadband Engine
20973@cindex SPU
20974
20975When @value{GDBN} is debugging the Cell Broadband Engine SPU architecture,
20976it provides the following special commands:
20977
20978@table @code
20979@item info spu event
20980@kindex info spu
20981Display SPU event facility status. Shows current event mask
20982and pending event status.
20983
20984@item info spu signal
20985Display SPU signal notification facility status. Shows pending
20986signal-control word and signal notification mode of both signal
20987notification channels.
20988
20989@item info spu mailbox
20990Display SPU mailbox facility status. Shows all pending entries,
20991in order of processing, in each of the SPU Write Outbound,
20992SPU Write Outbound Interrupt, and SPU Read Inbound mailboxes.
20993
20994@item info spu dma
20995Display MFC DMA status. Shows all pending commands in the MFC
20996DMA queue. For each entry, opcode, tag, class IDs, effective
20997and local store addresses and transfer size are shown.
20998
20999@item info spu proxydma
21000Display MFC Proxy-DMA status. Shows all pending commands in the MFC
21001Proxy-DMA queue. For each entry, opcode, tag, class IDs, effective
21002and local store addresses and transfer size are shown.
21003
21004@end table
21005
3285f3fe
UW
21006When @value{GDBN} is debugging a combined PowerPC/SPU application
21007on the Cell Broadband Engine, it provides in addition the following
21008special commands:
21009
21010@table @code
21011@item set spu stop-on-load @var{arg}
21012@kindex set spu
21013Set whether to stop for new SPE threads. When set to @code{on}, @value{GDBN}
21014will give control to the user when a new SPE thread enters its @code{main}
21015function. The default is @code{off}.
21016
21017@item show spu stop-on-load
21018@kindex show spu
21019Show whether to stop for new SPE threads.
21020
ff1a52c6
UW
21021@item set spu auto-flush-cache @var{arg}
21022Set whether to automatically flush the software-managed cache. When set to
21023@code{on}, @value{GDBN} will automatically cause the SPE software-managed
21024cache to be flushed whenever SPE execution stops. This provides a consistent
21025view of PowerPC memory that is accessed via the cache. If an application
21026does not use the software-managed cache, this option has no effect.
21027
21028@item show spu auto-flush-cache
21029Show whether to automatically flush the software-managed cache.
21030
3285f3fe
UW
21031@end table
21032
4acd40f3
TJB
21033@node PowerPC
21034@subsection PowerPC
21035@cindex PowerPC architecture
21036
21037When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
21038pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
21039numbers stored in the floating point registers. These values must be stored
21040in two consecutive registers, always starting at an even register like
21041@code{f0} or @code{f2}.
21042
21043The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
21044by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
21045@code{f2} and @code{f3} for @code{$dl1} and so on.
21046
aeac0ff9 21047For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
677c5bb1
LM
21048wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
21049
23d964e7 21050
8e04817f
AC
21051@node Controlling GDB
21052@chapter Controlling @value{GDBN}
21053
21054You can alter the way @value{GDBN} interacts with you by using the
21055@code{set} command. For commands controlling how @value{GDBN} displays
79a6e687 21056data, see @ref{Print Settings, ,Print Settings}. Other settings are
8e04817f
AC
21057described here.
21058
21059@menu
21060* Prompt:: Prompt
21061* Editing:: Command editing
d620b259 21062* Command History:: Command history
8e04817f
AC
21063* Screen Size:: Screen size
21064* Numbers:: Numbers
1e698235 21065* ABI:: Configuring the current ABI
bf88dd68 21066* Auto-loading:: Automatically loading associated files
8e04817f
AC
21067* Messages/Warnings:: Optional warnings and messages
21068* Debugging Output:: Optional messages about internal happenings
14fb1bac 21069* Other Misc Settings:: Other Miscellaneous Settings
8e04817f
AC
21070@end menu
21071
21072@node Prompt
21073@section Prompt
104c1213 21074
8e04817f 21075@cindex prompt
104c1213 21076
8e04817f
AC
21077@value{GDBN} indicates its readiness to read a command by printing a string
21078called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
21079can change the prompt string with the @code{set prompt} command. For
21080instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
21081the prompt in one of the @value{GDBN} sessions so that you can always tell
21082which one you are talking to.
104c1213 21083
8e04817f
AC
21084@emph{Note:} @code{set prompt} does not add a space for you after the
21085prompt you set. This allows you to set a prompt which ends in a space
21086or a prompt that does not.
104c1213 21087
8e04817f
AC
21088@table @code
21089@kindex set prompt
21090@item set prompt @var{newprompt}
21091Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 21092
8e04817f
AC
21093@kindex show prompt
21094@item show prompt
21095Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
21096@end table
21097
fa3a4f15
PM
21098Versions of @value{GDBN} that ship with Python scripting enabled have
21099prompt extensions. The commands for interacting with these extensions
21100are:
21101
21102@table @code
21103@kindex set extended-prompt
21104@item set extended-prompt @var{prompt}
21105Set an extended prompt that allows for substitutions.
21106@xref{gdb.prompt}, for a list of escape sequences that can be used for
21107substitution. Any escape sequences specified as part of the prompt
21108string are replaced with the corresponding strings each time the prompt
21109is displayed.
21110
21111For example:
21112
21113@smallexample
21114set extended-prompt Current working directory: \w (gdb)
21115@end smallexample
21116
21117Note that when an extended-prompt is set, it takes control of the
21118@var{prompt_hook} hook. @xref{prompt_hook}, for further information.
21119
21120@kindex show extended-prompt
21121@item show extended-prompt
21122Prints the extended prompt. Any escape sequences specified as part of
21123the prompt string with @code{set extended-prompt}, are replaced with the
21124corresponding strings each time the prompt is displayed.
21125@end table
21126
8e04817f 21127@node Editing
79a6e687 21128@section Command Editing
8e04817f
AC
21129@cindex readline
21130@cindex command line editing
104c1213 21131
703663ab 21132@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
21133@sc{gnu} library provides consistent behavior for programs which provide a
21134command line interface to the user. Advantages are @sc{gnu} Emacs-style
21135or @dfn{vi}-style inline editing of commands, @code{csh}-like history
21136substitution, and a storage and recall of command history across
21137debugging sessions.
104c1213 21138
8e04817f
AC
21139You may control the behavior of command line editing in @value{GDBN} with the
21140command @code{set}.
104c1213 21141
8e04817f
AC
21142@table @code
21143@kindex set editing
21144@cindex editing
21145@item set editing
21146@itemx set editing on
21147Enable command line editing (enabled by default).
104c1213 21148
8e04817f
AC
21149@item set editing off
21150Disable command line editing.
104c1213 21151
8e04817f
AC
21152@kindex show editing
21153@item show editing
21154Show whether command line editing is enabled.
104c1213
JM
21155@end table
21156
39037522
TT
21157@ifset SYSTEM_READLINE
21158@xref{Command Line Editing, , , rluserman, GNU Readline Library},
21159@end ifset
21160@ifclear SYSTEM_READLINE
21161@xref{Command Line Editing},
21162@end ifclear
21163for more details about the Readline
703663ab
EZ
21164interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
21165encouraged to read that chapter.
21166
d620b259 21167@node Command History
79a6e687 21168@section Command History
703663ab 21169@cindex command history
8e04817f
AC
21170
21171@value{GDBN} can keep track of the commands you type during your
21172debugging sessions, so that you can be certain of precisely what
21173happened. Use these commands to manage the @value{GDBN} command
21174history facility.
104c1213 21175
703663ab 21176@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
39037522
TT
21177package, to provide the history facility.
21178@ifset SYSTEM_READLINE
21179@xref{Using History Interactively, , , history, GNU History Library},
21180@end ifset
21181@ifclear SYSTEM_READLINE
21182@xref{Using History Interactively},
21183@end ifclear
21184for the detailed description of the History library.
703663ab 21185
d620b259 21186To issue a command to @value{GDBN} without affecting certain aspects of
9e6c4bd5
NR
21187the state which is seen by users, prefix it with @samp{server }
21188(@pxref{Server Prefix}). This
d620b259
NR
21189means that this command will not affect the command history, nor will it
21190affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
21191pressed on a line by itself.
21192
21193@cindex @code{server}, command prefix
21194The server prefix does not affect the recording of values into the value
21195history; to print a value without recording it into the value history,
21196use the @code{output} command instead of the @code{print} command.
21197
703663ab
EZ
21198Here is the description of @value{GDBN} commands related to command
21199history.
21200
104c1213 21201@table @code
8e04817f
AC
21202@cindex history substitution
21203@cindex history file
21204@kindex set history filename
4644b6e3 21205@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
21206@item set history filename @var{fname}
21207Set the name of the @value{GDBN} command history file to @var{fname}.
21208This is the file where @value{GDBN} reads an initial command history
21209list, and where it writes the command history from this session when it
21210exits. You can access this list through history expansion or through
21211the history command editing characters listed below. This file defaults
21212to the value of the environment variable @code{GDBHISTFILE}, or to
21213@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
21214is not set.
104c1213 21215
9c16f35a
EZ
21216@cindex save command history
21217@kindex set history save
8e04817f
AC
21218@item set history save
21219@itemx set history save on
21220Record command history in a file, whose name may be specified with the
21221@code{set history filename} command. By default, this option is disabled.
104c1213 21222
8e04817f
AC
21223@item set history save off
21224Stop recording command history in a file.
104c1213 21225
8e04817f 21226@cindex history size
9c16f35a 21227@kindex set history size
6fc08d32 21228@cindex @env{HISTSIZE}, environment variable
8e04817f
AC
21229@item set history size @var{size}
21230Set the number of commands which @value{GDBN} keeps in its history list.
21231This defaults to the value of the environment variable
21232@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
21233@end table
21234
8e04817f 21235History expansion assigns special meaning to the character @kbd{!}.
39037522
TT
21236@ifset SYSTEM_READLINE
21237@xref{Event Designators, , , history, GNU History Library},
21238@end ifset
21239@ifclear SYSTEM_READLINE
21240@xref{Event Designators},
21241@end ifclear
21242for more details.
8e04817f 21243
703663ab 21244@cindex history expansion, turn on/off
8e04817f
AC
21245Since @kbd{!} is also the logical not operator in C, history expansion
21246is off by default. If you decide to enable history expansion with the
21247@code{set history expansion on} command, you may sometimes need to
21248follow @kbd{!} (when it is used as logical not, in an expression) with
21249a space or a tab to prevent it from being expanded. The readline
21250history facilities do not attempt substitution on the strings
21251@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
21252
21253The commands to control history expansion are:
104c1213
JM
21254
21255@table @code
8e04817f
AC
21256@item set history expansion on
21257@itemx set history expansion
703663ab 21258@kindex set history expansion
8e04817f 21259Enable history expansion. History expansion is off by default.
104c1213 21260
8e04817f
AC
21261@item set history expansion off
21262Disable history expansion.
104c1213 21263
8e04817f
AC
21264@c @group
21265@kindex show history
21266@item show history
21267@itemx show history filename
21268@itemx show history save
21269@itemx show history size
21270@itemx show history expansion
21271These commands display the state of the @value{GDBN} history parameters.
21272@code{show history} by itself displays all four states.
21273@c @end group
21274@end table
21275
21276@table @code
9c16f35a
EZ
21277@kindex show commands
21278@cindex show last commands
21279@cindex display command history
8e04817f
AC
21280@item show commands
21281Display the last ten commands in the command history.
104c1213 21282
8e04817f
AC
21283@item show commands @var{n}
21284Print ten commands centered on command number @var{n}.
21285
21286@item show commands +
21287Print ten commands just after the commands last printed.
104c1213
JM
21288@end table
21289
8e04817f 21290@node Screen Size
79a6e687 21291@section Screen Size
8e04817f
AC
21292@cindex size of screen
21293@cindex pauses in output
104c1213 21294
8e04817f
AC
21295Certain commands to @value{GDBN} may produce large amounts of
21296information output to the screen. To help you read all of it,
21297@value{GDBN} pauses and asks you for input at the end of each page of
21298output. Type @key{RET} when you want to continue the output, or @kbd{q}
21299to discard the remaining output. Also, the screen width setting
21300determines when to wrap lines of output. Depending on what is being
21301printed, @value{GDBN} tries to break the line at a readable place,
21302rather than simply letting it overflow onto the following line.
21303
21304Normally @value{GDBN} knows the size of the screen from the terminal
21305driver software. For example, on Unix @value{GDBN} uses the termcap data base
21306together with the value of the @code{TERM} environment variable and the
21307@code{stty rows} and @code{stty cols} settings. If this is not correct,
21308you can override it with the @code{set height} and @code{set
21309width} commands:
21310
21311@table @code
21312@kindex set height
21313@kindex set width
21314@kindex show width
21315@kindex show height
21316@item set height @var{lpp}
21317@itemx show height
21318@itemx set width @var{cpl}
21319@itemx show width
21320These @code{set} commands specify a screen height of @var{lpp} lines and
21321a screen width of @var{cpl} characters. The associated @code{show}
21322commands display the current settings.
104c1213 21323
8e04817f
AC
21324If you specify a height of zero lines, @value{GDBN} does not pause during
21325output no matter how long the output is. This is useful if output is to a
21326file or to an editor buffer.
104c1213 21327
8e04817f
AC
21328Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
21329from wrapping its output.
9c16f35a
EZ
21330
21331@item set pagination on
21332@itemx set pagination off
21333@kindex set pagination
21334Turn the output pagination on or off; the default is on. Turning
7c953934
TT
21335pagination off is the alternative to @code{set height 0}. Note that
21336running @value{GDBN} with the @option{--batch} option (@pxref{Mode
21337Options, -batch}) also automatically disables pagination.
9c16f35a
EZ
21338
21339@item show pagination
21340@kindex show pagination
21341Show the current pagination mode.
104c1213
JM
21342@end table
21343
8e04817f
AC
21344@node Numbers
21345@section Numbers
21346@cindex number representation
21347@cindex entering numbers
104c1213 21348
8e04817f
AC
21349You can always enter numbers in octal, decimal, or hexadecimal in
21350@value{GDBN} by the usual conventions: octal numbers begin with
21351@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
21352begin with @samp{0x}. Numbers that neither begin with @samp{0} or
21353@samp{0x}, nor end with a @samp{.} are, by default, entered in base
2135410; likewise, the default display for numbers---when no particular
21355format is specified---is base 10. You can change the default base for
21356both input and output with the commands described below.
104c1213 21357
8e04817f
AC
21358@table @code
21359@kindex set input-radix
21360@item set input-radix @var{base}
21361Set the default base for numeric input. Supported choices
21362for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 21363specified either unambiguously or using the current input radix; for
8e04817f 21364example, any of
104c1213 21365
8e04817f 21366@smallexample
9c16f35a
EZ
21367set input-radix 012
21368set input-radix 10.
21369set input-radix 0xa
8e04817f 21370@end smallexample
104c1213 21371
8e04817f 21372@noindent
9c16f35a 21373sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
21374leaves the input radix unchanged, no matter what it was, since
21375@samp{10}, being without any leading or trailing signs of its base, is
21376interpreted in the current radix. Thus, if the current radix is 16,
21377@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
21378change the radix.
104c1213 21379
8e04817f
AC
21380@kindex set output-radix
21381@item set output-radix @var{base}
21382Set the default base for numeric display. Supported choices
21383for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 21384specified either unambiguously or using the current input radix.
104c1213 21385
8e04817f
AC
21386@kindex show input-radix
21387@item show input-radix
21388Display the current default base for numeric input.
104c1213 21389
8e04817f
AC
21390@kindex show output-radix
21391@item show output-radix
21392Display the current default base for numeric display.
9c16f35a
EZ
21393
21394@item set radix @r{[}@var{base}@r{]}
21395@itemx show radix
21396@kindex set radix
21397@kindex show radix
21398These commands set and show the default base for both input and output
21399of numbers. @code{set radix} sets the radix of input and output to
21400the same base; without an argument, it resets the radix back to its
21401default value of 10.
21402
8e04817f 21403@end table
104c1213 21404
1e698235 21405@node ABI
79a6e687 21406@section Configuring the Current ABI
1e698235
DJ
21407
21408@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
21409application automatically. However, sometimes you need to override its
21410conclusions. Use these commands to manage @value{GDBN}'s view of the
21411current ABI.
21412
98b45e30
DJ
21413@cindex OS ABI
21414@kindex set osabi
b4e9345d 21415@kindex show osabi
430ed3f0 21416@cindex Newlib OS ABI and its influence on the longjmp handling
98b45e30
DJ
21417
21418One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 21419system targets, either via remote debugging or native emulation.
98b45e30
DJ
21420@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
21421but you can override its conclusion using the @code{set osabi} command.
21422One example where this is useful is in debugging of binaries which use
21423an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
21424not have the same identifying marks that the standard C library for your
21425platform provides.
21426
430ed3f0
MS
21427When @value{GDBN} is debugging the AArch64 architecture, it provides a
21428``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
21429@code{longjmp} when debugging binaries that use the @sc{newlib} C library.
21430The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
21431
98b45e30
DJ
21432@table @code
21433@item show osabi
21434Show the OS ABI currently in use.
21435
21436@item set osabi
21437With no argument, show the list of registered available OS ABI's.
21438
21439@item set osabi @var{abi}
21440Set the current OS ABI to @var{abi}.
21441@end table
21442
1e698235 21443@cindex float promotion
1e698235
DJ
21444
21445Generally, the way that an argument of type @code{float} is passed to a
21446function depends on whether the function is prototyped. For a prototyped
21447(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
21448according to the architecture's convention for @code{float}. For unprototyped
21449(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
21450@code{double} and then passed.
21451
21452Unfortunately, some forms of debug information do not reliably indicate whether
21453a function is prototyped. If @value{GDBN} calls a function that is not marked
21454as prototyped, it consults @kbd{set coerce-float-to-double}.
21455
21456@table @code
a8f24a35 21457@kindex set coerce-float-to-double
1e698235
DJ
21458@item set coerce-float-to-double
21459@itemx set coerce-float-to-double on
21460Arguments of type @code{float} will be promoted to @code{double} when passed
21461to an unprototyped function. This is the default setting.
21462
21463@item set coerce-float-to-double off
21464Arguments of type @code{float} will be passed directly to unprototyped
21465functions.
9c16f35a
EZ
21466
21467@kindex show coerce-float-to-double
21468@item show coerce-float-to-double
21469Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
21470@end table
21471
f1212245
DJ
21472@kindex set cp-abi
21473@kindex show cp-abi
21474@value{GDBN} needs to know the ABI used for your program's C@t{++}
21475objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
21476used to build your application. @value{GDBN} only fully supports
21477programs with a single C@t{++} ABI; if your program contains code using
21478multiple C@t{++} ABI's or if @value{GDBN} can not identify your
21479program's ABI correctly, you can tell @value{GDBN} which ABI to use.
21480Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
21481before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
21482``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
21483use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
21484``auto''.
21485
21486@table @code
21487@item show cp-abi
21488Show the C@t{++} ABI currently in use.
21489
21490@item set cp-abi
21491With no argument, show the list of supported C@t{++} ABI's.
21492
21493@item set cp-abi @var{abi}
21494@itemx set cp-abi auto
21495Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
21496@end table
21497
bf88dd68
JK
21498@node Auto-loading
21499@section Automatically loading associated files
21500@cindex auto-loading
21501
21502@value{GDBN} sometimes reads files with commands and settings automatically,
21503without being explicitly told so by the user. We call this feature
21504@dfn{auto-loading}. While auto-loading is useful for automatically adapting
21505@value{GDBN} to the needs of your project, it can sometimes produce unexpected
21506results or introduce security risks (e.g., if the file comes from untrusted
21507sources).
21508
c1668e4e
JK
21509Note that loading of these associated files (including the local @file{.gdbinit}
21510file) requires accordingly configured @code{auto-load safe-path}
21511(@pxref{Auto-loading safe path}).
21512
bf88dd68
JK
21513For these reasons, @value{GDBN} includes commands and options to let you
21514control when to auto-load files and which files should be auto-loaded.
21515
21516@table @code
21517@anchor{set auto-load off}
21518@kindex set auto-load off
21519@item set auto-load off
21520Globally disable loading of all auto-loaded files.
21521You may want to use this command with the @samp{-iex} option
21522(@pxref{Option -init-eval-command}) such as:
21523@smallexample
21524$ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
21525@end smallexample
21526
21527Be aware that system init file (@pxref{System-wide configuration})
21528and init files from your home directory (@pxref{Home Directory Init File})
21529still get read (as they come from generally trusted directories).
21530To prevent @value{GDBN} from auto-loading even those init files, use the
21531@option{-nx} option (@pxref{Mode Options}), in addition to
21532@code{set auto-load no}.
21533
21534@anchor{show auto-load}
21535@kindex show auto-load
21536@item show auto-load
21537Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
21538or disabled.
21539
21540@smallexample
21541(gdb) show auto-load
21542gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
21543libthread-db: Auto-loading of inferior specific libthread_db is on.
1ccacbcd
JK
21544local-gdbinit: Auto-loading of .gdbinit script from current directory
21545 is on.
bf88dd68 21546python-scripts: Auto-loading of Python scripts is on.
bccbefd2 21547safe-path: List of directories from which it is safe to auto-load files
1564a261 21548 is $debugdir:$datadir/auto-load.
7349ff92 21549scripts-directory: List of directories from which to load auto-loaded scripts
1564a261 21550 is $debugdir:$datadir/auto-load.
bf88dd68
JK
21551@end smallexample
21552
21553@anchor{info auto-load}
21554@kindex info auto-load
21555@item info auto-load
21556Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
21557not.
21558
21559@smallexample
21560(gdb) info auto-load
21561gdb-scripts:
21562Loaded Script
21563Yes /home/user/gdb/gdb-gdb.gdb
21564libthread-db: No auto-loaded libthread-db.
1ccacbcd
JK
21565local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
21566 loaded.
bf88dd68
JK
21567python-scripts:
21568Loaded Script
21569Yes /home/user/gdb/gdb-gdb.py
21570@end smallexample
21571@end table
21572
21573These are various kinds of files @value{GDBN} can automatically load:
21574
21575@itemize @bullet
21576@item
21577@xref{objfile-gdb.py file}, controlled by @ref{set auto-load python-scripts}.
21578@item
21579@xref{objfile-gdb.gdb file}, controlled by @ref{set auto-load gdb-scripts}.
21580@item
21581@xref{dotdebug_gdb_scripts section},
21582controlled by @ref{set auto-load python-scripts}.
21583@item
21584@xref{Init File in the Current Directory},
21585controlled by @ref{set auto-load local-gdbinit}.
21586@item
21587@xref{libthread_db.so.1 file}, controlled by @ref{set auto-load libthread-db}.
21588@end itemize
21589
21590These are @value{GDBN} control commands for the auto-loading:
21591
21592@multitable @columnfractions .5 .5
21593@item @xref{set auto-load off}.
21594@tab Disable auto-loading globally.
21595@item @xref{show auto-load}.
21596@tab Show setting of all kinds of files.
21597@item @xref{info auto-load}.
21598@tab Show state of all kinds of files.
21599@item @xref{set auto-load gdb-scripts}.
21600@tab Control for @value{GDBN} command scripts.
21601@item @xref{show auto-load gdb-scripts}.
21602@tab Show setting of @value{GDBN} command scripts.
21603@item @xref{info auto-load gdb-scripts}.
21604@tab Show state of @value{GDBN} command scripts.
21605@item @xref{set auto-load python-scripts}.
21606@tab Control for @value{GDBN} Python scripts.
21607@item @xref{show auto-load python-scripts}.
21608@tab Show setting of @value{GDBN} Python scripts.
21609@item @xref{info auto-load python-scripts}.
21610@tab Show state of @value{GDBN} Python scripts.
7349ff92
JK
21611@item @xref{set auto-load scripts-directory}.
21612@tab Control for @value{GDBN} auto-loaded scripts location.
21613@item @xref{show auto-load scripts-directory}.
21614@tab Show @value{GDBN} auto-loaded scripts location.
bf88dd68
JK
21615@item @xref{set auto-load local-gdbinit}.
21616@tab Control for init file in the current directory.
21617@item @xref{show auto-load local-gdbinit}.
21618@tab Show setting of init file in the current directory.
21619@item @xref{info auto-load local-gdbinit}.
21620@tab Show state of init file in the current directory.
21621@item @xref{set auto-load libthread-db}.
21622@tab Control for thread debugging library.
21623@item @xref{show auto-load libthread-db}.
21624@tab Show setting of thread debugging library.
21625@item @xref{info auto-load libthread-db}.
21626@tab Show state of thread debugging library.
bccbefd2
JK
21627@item @xref{set auto-load safe-path}.
21628@tab Control directories trusted for automatic loading.
21629@item @xref{show auto-load safe-path}.
21630@tab Show directories trusted for automatic loading.
21631@item @xref{add-auto-load-safe-path}.
21632@tab Add directory trusted for automatic loading.
bf88dd68
JK
21633@end multitable
21634
21635@menu
21636* Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
21637* libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
21638* objfile-gdb.gdb file:: @samp{set/show/info auto-load gdb-script}
bccbefd2 21639* Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
4dc84fd1 21640* Auto-loading verbose mode:: @samp{set/show debug auto-load}
bf88dd68
JK
21641@xref{Python Auto-loading}.
21642@end menu
21643
21644@node Init File in the Current Directory
21645@subsection Automatically loading init file in the current directory
21646@cindex auto-loading init file in the current directory
21647
21648By default, @value{GDBN} reads and executes the canned sequences of commands
21649from init file (if any) in the current working directory,
21650see @ref{Init File in the Current Directory during Startup}.
21651
c1668e4e
JK
21652Note that loading of this local @file{.gdbinit} file also requires accordingly
21653configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
21654
bf88dd68
JK
21655@table @code
21656@anchor{set auto-load local-gdbinit}
21657@kindex set auto-load local-gdbinit
21658@item set auto-load local-gdbinit [on|off]
21659Enable or disable the auto-loading of canned sequences of commands
21660(@pxref{Sequences}) found in init file in the current directory.
21661
21662@anchor{show auto-load local-gdbinit}
21663@kindex show auto-load local-gdbinit
21664@item show auto-load local-gdbinit
21665Show whether auto-loading of canned sequences of commands from init file in the
21666current directory is enabled or disabled.
21667
21668@anchor{info auto-load local-gdbinit}
21669@kindex info auto-load local-gdbinit
21670@item info auto-load local-gdbinit
21671Print whether canned sequences of commands from init file in the
21672current directory have been auto-loaded.
21673@end table
21674
21675@node libthread_db.so.1 file
21676@subsection Automatically loading thread debugging library
21677@cindex auto-loading libthread_db.so.1
21678
21679This feature is currently present only on @sc{gnu}/Linux native hosts.
21680
21681@value{GDBN} reads in some cases thread debugging library from places specific
21682to the inferior (@pxref{set libthread-db-search-path}).
21683
21684The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
21685without checking this @samp{set auto-load libthread-db} switch as system
21686libraries have to be trusted in general. In all other cases of
21687@samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
21688auto-load libthread-db} is enabled before trying to open such thread debugging
21689library.
21690
c1668e4e
JK
21691Note that loading of this debugging library also requires accordingly configured
21692@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
21693
bf88dd68
JK
21694@table @code
21695@anchor{set auto-load libthread-db}
21696@kindex set auto-load libthread-db
21697@item set auto-load libthread-db [on|off]
21698Enable or disable the auto-loading of inferior specific thread debugging library.
21699
21700@anchor{show auto-load libthread-db}
21701@kindex show auto-load libthread-db
21702@item show auto-load libthread-db
21703Show whether auto-loading of inferior specific thread debugging library is
21704enabled or disabled.
21705
21706@anchor{info auto-load libthread-db}
21707@kindex info auto-load libthread-db
21708@item info auto-load libthread-db
21709Print the list of all loaded inferior specific thread debugging libraries and
21710for each such library print list of inferior @var{pid}s using it.
21711@end table
21712
21713@node objfile-gdb.gdb file
21714@subsection The @file{@var{objfile}-gdb.gdb} file
21715@cindex auto-loading @file{@var{objfile}-gdb.gdb}
21716
21717@value{GDBN} tries to load an @file{@var{objfile}-gdb.gdb} file containing
21718canned sequences of commands (@pxref{Sequences}), as long as @samp{set
21719auto-load gdb-scripts} is set to @samp{on}.
21720
c1668e4e
JK
21721Note that loading of this script file also requires accordingly configured
21722@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
21723
bf88dd68
JK
21724For more background refer to the similar Python scripts auto-loading
21725description (@pxref{objfile-gdb.py file}).
21726
21727@table @code
21728@anchor{set auto-load gdb-scripts}
21729@kindex set auto-load gdb-scripts
21730@item set auto-load gdb-scripts [on|off]
21731Enable or disable the auto-loading of canned sequences of commands scripts.
21732
21733@anchor{show auto-load gdb-scripts}
21734@kindex show auto-load gdb-scripts
21735@item show auto-load gdb-scripts
21736Show whether auto-loading of canned sequences of commands scripts is enabled or
21737disabled.
21738
21739@anchor{info auto-load gdb-scripts}
21740@kindex info auto-load gdb-scripts
21741@cindex print list of auto-loaded canned sequences of commands scripts
21742@item info auto-load gdb-scripts [@var{regexp}]
21743Print the list of all canned sequences of commands scripts that @value{GDBN}
21744auto-loaded.
21745@end table
21746
21747If @var{regexp} is supplied only canned sequences of commands scripts with
21748matching names are printed.
21749
bccbefd2
JK
21750@node Auto-loading safe path
21751@subsection Security restriction for auto-loading
21752@cindex auto-loading safe-path
21753
21754As the files of inferior can come from untrusted source (such as submitted by
21755an application user) @value{GDBN} does not always load any files automatically.
21756@value{GDBN} provides the @samp{set auto-load safe-path} setting to list
21757directories trusted for loading files not explicitly requested by user.
202cbf1c 21758Each directory can also be a shell wildcard pattern.
bccbefd2
JK
21759
21760If the path is not set properly you will see a warning and the file will not
21761get loaded:
21762
21763@smallexample
21764$ ./gdb -q ./gdb
21765Reading symbols from /home/user/gdb/gdb...done.
21766warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
1564a261
JK
21767 declined by your `auto-load safe-path' set
21768 to "$debugdir:$datadir/auto-load".
bccbefd2 21769warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
1564a261
JK
21770 declined by your `auto-load safe-path' set
21771 to "$debugdir:$datadir/auto-load".
bccbefd2
JK
21772@end smallexample
21773
21774The list of trusted directories is controlled by the following commands:
21775
21776@table @code
21777@anchor{set auto-load safe-path}
21778@kindex set auto-load safe-path
af2c1515 21779@item set auto-load safe-path @r{[}@var{directories}@r{]}
bccbefd2
JK
21780Set the list of directories (and their subdirectories) trusted for automatic
21781loading and execution of scripts. You can also enter a specific trusted file.
202cbf1c
JK
21782Each directory can also be a shell wildcard pattern; wildcards do not match
21783directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
21784(@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
af2c1515
JK
21785If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
21786its default value as specified during @value{GDBN} compilation.
21787
d9242c17 21788The list of directories uses path separator (@samp{:} on GNU and Unix
bccbefd2
JK
21789systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
21790to the @env{PATH} environment variable.
21791
21792@anchor{show auto-load safe-path}
21793@kindex show auto-load safe-path
21794@item show auto-load safe-path
21795Show the list of directories trusted for automatic loading and execution of
21796scripts.
21797
21798@anchor{add-auto-load-safe-path}
21799@kindex add-auto-load-safe-path
21800@item add-auto-load-safe-path
21801Add an entry (or list of entries) the list of directories trusted for automatic
21802loading and execution of scripts. Multiple entries may be delimited by the
d9242c17 21803host platform path separator in use.
bccbefd2
JK
21804@end table
21805
7349ff92 21806This variable defaults to what @code{--with-auto-load-dir} has been configured
1564a261
JK
21807to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
21808substitution applies the same as for @ref{set auto-load scripts-directory}.
21809The default @code{set auto-load safe-path} value can be also overriden by
21810@value{GDBN} configuration option @option{--with-auto-load-safe-path}.
6dea1fbd 21811
6dea1fbd
JK
21812Setting this variable to @file{/} disables this security protection,
21813corresponding @value{GDBN} configuration option is
21814@option{--without-auto-load-safe-path}.
bccbefd2
JK
21815This variable is supposed to be set to the system directories writable by the
21816system superuser only. Users can add their source directories in init files in
21817their home directories (@pxref{Home Directory Init File}). See also deprecated
21818init file in the current directory
21819(@pxref{Init File in the Current Directory during Startup}).
21820
21821To force @value{GDBN} to load the files it declined to load in the previous
21822example, you could use one of the following ways:
21823
0511cc75
JK
21824@table @asis
21825@item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
bccbefd2
JK
21826Specify this trusted directory (or a file) as additional component of the list.
21827You have to specify also any existing directories displayed by
21828by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
21829
174bb630 21830@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
bccbefd2
JK
21831Specify this directory as in the previous case but just for a single
21832@value{GDBN} session.
21833
af2c1515 21834@item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
bccbefd2
JK
21835Disable auto-loading safety for a single @value{GDBN} session.
21836This assumes all the files you debug during this @value{GDBN} session will come
21837from trusted sources.
21838
21839@item @kbd{./configure --without-auto-load-safe-path}
21840During compilation of @value{GDBN} you may disable any auto-loading safety.
21841This assumes all the files you will ever debug with this @value{GDBN} come from
21842trusted sources.
0511cc75 21843@end table
bccbefd2
JK
21844
21845On the other hand you can also explicitly forbid automatic files loading which
21846also suppresses any such warning messages:
21847
0511cc75 21848@table @asis
174bb630 21849@item @kbd{gdb -iex "set auto-load no" @dots{}}
bccbefd2
JK
21850You can use @value{GDBN} command-line option for a single @value{GDBN} session.
21851
0511cc75 21852@item @file{~/.gdbinit}: @samp{set auto-load no}
bccbefd2
JK
21853Disable auto-loading globally for the user
21854(@pxref{Home Directory Init File}). While it is improbable, you could also
21855use system init file instead (@pxref{System-wide configuration}).
0511cc75 21856@end table
bccbefd2
JK
21857
21858This setting applies to the file names as entered by user. If no entry matches
21859@value{GDBN} tries as a last resort to also resolve all the file names into
21860their canonical form (typically resolving symbolic links) and compare the
21861entries again. @value{GDBN} already canonicalizes most of the filenames on its
21862own before starting the comparison so a canonical form of directories is
21863recommended to be entered.
21864
4dc84fd1
JK
21865@node Auto-loading verbose mode
21866@subsection Displaying files tried for auto-load
21867@cindex auto-loading verbose mode
21868
21869For better visibility of all the file locations where you can place scripts to
21870be auto-loaded with inferior --- or to protect yourself against accidental
21871execution of untrusted scripts --- @value{GDBN} provides a feature for printing
21872all the files attempted to be loaded. Both existing and non-existing files may
21873be printed.
21874
21875For example the list of directories from which it is safe to auto-load files
21876(@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
21877may not be too obvious while setting it up.
21878
21879@smallexample
0070f25a 21880(gdb) set debug auto-load on
4dc84fd1
JK
21881(gdb) file ~/src/t/true
21882auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
21883 for objfile "/tmp/true".
21884auto-load: Updating directories of "/usr:/opt".
21885auto-load: Using directory "/usr".
21886auto-load: Using directory "/opt".
21887warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
21888 by your `auto-load safe-path' set to "/usr:/opt".
21889@end smallexample
21890
21891@table @code
21892@anchor{set debug auto-load}
21893@kindex set debug auto-load
21894@item set debug auto-load [on|off]
21895Set whether to print the filenames attempted to be auto-loaded.
21896
21897@anchor{show debug auto-load}
21898@kindex show debug auto-load
21899@item show debug auto-load
21900Show whether printing of the filenames attempted to be auto-loaded is turned
21901on or off.
21902@end table
21903
8e04817f 21904@node Messages/Warnings
79a6e687 21905@section Optional Warnings and Messages
104c1213 21906
9c16f35a
EZ
21907@cindex verbose operation
21908@cindex optional warnings
8e04817f
AC
21909By default, @value{GDBN} is silent about its inner workings. If you are
21910running on a slow machine, you may want to use the @code{set verbose}
21911command. This makes @value{GDBN} tell you when it does a lengthy
21912internal operation, so you will not think it has crashed.
104c1213 21913
8e04817f
AC
21914Currently, the messages controlled by @code{set verbose} are those
21915which announce that the symbol table for a source file is being read;
79a6e687 21916see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
104c1213 21917
8e04817f
AC
21918@table @code
21919@kindex set verbose
21920@item set verbose on
21921Enables @value{GDBN} output of certain informational messages.
104c1213 21922
8e04817f
AC
21923@item set verbose off
21924Disables @value{GDBN} output of certain informational messages.
104c1213 21925
8e04817f
AC
21926@kindex show verbose
21927@item show verbose
21928Displays whether @code{set verbose} is on or off.
21929@end table
104c1213 21930
8e04817f
AC
21931By default, if @value{GDBN} encounters bugs in the symbol table of an
21932object file, it is silent; but if you are debugging a compiler, you may
79a6e687
BW
21933find this information useful (@pxref{Symbol Errors, ,Errors Reading
21934Symbol Files}).
104c1213 21935
8e04817f 21936@table @code
104c1213 21937
8e04817f
AC
21938@kindex set complaints
21939@item set complaints @var{limit}
21940Permits @value{GDBN} to output @var{limit} complaints about each type of
21941unusual symbols before becoming silent about the problem. Set
21942@var{limit} to zero to suppress all complaints; set it to a large number
21943to prevent complaints from being suppressed.
104c1213 21944
8e04817f
AC
21945@kindex show complaints
21946@item show complaints
21947Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 21948
8e04817f 21949@end table
104c1213 21950
d837706a 21951@anchor{confirmation requests}
8e04817f
AC
21952By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
21953lot of stupid questions to confirm certain commands. For example, if
21954you try to run a program which is already running:
104c1213 21955
474c8240 21956@smallexample
8e04817f
AC
21957(@value{GDBP}) run
21958The program being debugged has been started already.
21959Start it from the beginning? (y or n)
474c8240 21960@end smallexample
104c1213 21961
8e04817f
AC
21962If you are willing to unflinchingly face the consequences of your own
21963commands, you can disable this ``feature'':
104c1213 21964
8e04817f 21965@table @code
104c1213 21966
8e04817f
AC
21967@kindex set confirm
21968@cindex flinching
21969@cindex confirmation
21970@cindex stupid questions
21971@item set confirm off
7c953934
TT
21972Disables confirmation requests. Note that running @value{GDBN} with
21973the @option{--batch} option (@pxref{Mode Options, -batch}) also
21974automatically disables confirmation requests.
104c1213 21975
8e04817f
AC
21976@item set confirm on
21977Enables confirmation requests (the default).
104c1213 21978
8e04817f
AC
21979@kindex show confirm
21980@item show confirm
21981Displays state of confirmation requests.
21982
21983@end table
104c1213 21984
16026cd7
AS
21985@cindex command tracing
21986If you need to debug user-defined commands or sourced files you may find it
21987useful to enable @dfn{command tracing}. In this mode each command will be
21988printed as it is executed, prefixed with one or more @samp{+} symbols, the
21989quantity denoting the call depth of each command.
21990
21991@table @code
21992@kindex set trace-commands
21993@cindex command scripts, debugging
21994@item set trace-commands on
21995Enable command tracing.
21996@item set trace-commands off
21997Disable command tracing.
21998@item show trace-commands
21999Display the current state of command tracing.
22000@end table
22001
8e04817f 22002@node Debugging Output
79a6e687 22003@section Optional Messages about Internal Happenings
4644b6e3
EZ
22004@cindex optional debugging messages
22005
da316a69
EZ
22006@value{GDBN} has commands that enable optional debugging messages from
22007various @value{GDBN} subsystems; normally these commands are of
22008interest to @value{GDBN} maintainers, or when reporting a bug. This
22009section documents those commands.
22010
104c1213 22011@table @code
a8f24a35
EZ
22012@kindex set exec-done-display
22013@item set exec-done-display
22014Turns on or off the notification of asynchronous commands'
22015completion. When on, @value{GDBN} will print a message when an
22016asynchronous command finishes its execution. The default is off.
22017@kindex show exec-done-display
22018@item show exec-done-display
22019Displays the current setting of asynchronous command completion
22020notification.
4644b6e3
EZ
22021@kindex set debug
22022@cindex gdbarch debugging info
a8f24a35 22023@cindex architecture debugging info
8e04817f 22024@item set debug arch
a8f24a35 22025Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 22026@kindex show debug
8e04817f
AC
22027@item show debug arch
22028Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
22029@item set debug aix-thread
22030@cindex AIX threads
22031Display debugging messages about inner workings of the AIX thread
22032module.
22033@item show debug aix-thread
22034Show the current state of AIX thread debugging info display.
900e11f9
JK
22035@item set debug check-physname
22036@cindex physname
22037Check the results of the ``physname'' computation. When reading DWARF
22038debugging information for C@t{++}, @value{GDBN} attempts to compute
22039each entity's name. @value{GDBN} can do this computation in two
22040different ways, depending on exactly what information is present.
22041When enabled, this setting causes @value{GDBN} to compute the names
22042both ways and display any discrepancies.
22043@item show debug check-physname
22044Show the current state of ``physname'' checking.
d97bc12b
DE
22045@item set debug dwarf2-die
22046@cindex DWARF2 DIEs
22047Dump DWARF2 DIEs after they are read in.
22048The value is the number of nesting levels to print.
22049A value of zero turns off the display.
22050@item show debug dwarf2-die
22051Show the current state of DWARF2 DIE debugging.
45cfd468
DE
22052@item set debug dwarf2-read
22053@cindex DWARF2 Reading
22054Turns on or off display of debugging messages related to reading
22055DWARF debug info. The default is off.
22056@item show debug dwarf2-read
22057Show the current state of DWARF2 reader debugging.
237fc4c9
PA
22058@item set debug displaced
22059@cindex displaced stepping debugging info
22060Turns on or off display of @value{GDBN} debugging info for the
22061displaced stepping support. The default is off.
22062@item show debug displaced
22063Displays the current state of displaying @value{GDBN} debugging info
22064related to displaced stepping.
8e04817f 22065@item set debug event
4644b6e3 22066@cindex event debugging info
a8f24a35 22067Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 22068default is off.
8e04817f
AC
22069@item show debug event
22070Displays the current state of displaying @value{GDBN} event debugging
22071info.
8e04817f 22072@item set debug expression
4644b6e3 22073@cindex expression debugging info
721c2651
EZ
22074Turns on or off display of debugging info about @value{GDBN}
22075expression parsing. The default is off.
8e04817f 22076@item show debug expression
721c2651
EZ
22077Displays the current state of displaying debugging info about
22078@value{GDBN} expression parsing.
7453dc06 22079@item set debug frame
4644b6e3 22080@cindex frame debugging info
7453dc06
AC
22081Turns on or off display of @value{GDBN} frame debugging info. The
22082default is off.
7453dc06
AC
22083@item show debug frame
22084Displays the current state of displaying @value{GDBN} frame debugging
22085info.
cbe54154
PA
22086@item set debug gnu-nat
22087@cindex @sc{gnu}/Hurd debug messages
22088Turns on or off debugging messages from the @sc{gnu}/Hurd debug support.
22089@item show debug gnu-nat
22090Show the current state of @sc{gnu}/Hurd debugging messages.
30e91e0b
RC
22091@item set debug infrun
22092@cindex inferior debugging info
22093Turns on or off display of @value{GDBN} debugging info for running the inferior.
22094The default is off. @file{infrun.c} contains GDB's runtime state machine used
22095for implementing operations such as single-stepping the inferior.
22096@item show debug infrun
22097Displays the current state of @value{GDBN} inferior debugging.
a255712f
PP
22098@item set debug jit
22099@cindex just-in-time compilation, debugging messages
22100Turns on or off debugging messages from JIT debug support.
22101@item show debug jit
22102Displays the current state of @value{GDBN} JIT debugging.
da316a69
EZ
22103@item set debug lin-lwp
22104@cindex @sc{gnu}/Linux LWP debug messages
22105@cindex Linux lightweight processes
721c2651 22106Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
22107@item show debug lin-lwp
22108Show the current state of Linux LWP debugging messages.
c9b6281a
YQ
22109@item set debug notification
22110@cindex remote async notification debugging info
22111Turns on or off debugging messages about remote async notification.
22112The default is off.
22113@item show debug notification
22114Displays the current state of remote async notification debugging messages.
2b4855ab 22115@item set debug observer
4644b6e3 22116@cindex observer debugging info
2b4855ab
AC
22117Turns on or off display of @value{GDBN} observer debugging. This
22118includes info such as the notification of observable events.
2b4855ab
AC
22119@item show debug observer
22120Displays the current state of observer debugging.
8e04817f 22121@item set debug overload
4644b6e3 22122@cindex C@t{++} overload debugging info
8e04817f 22123Turns on or off display of @value{GDBN} C@t{++} overload debugging
359df76b 22124info. This includes info such as ranking of functions, etc. The default
8e04817f 22125is off.
8e04817f
AC
22126@item show debug overload
22127Displays the current state of displaying @value{GDBN} C@t{++} overload
22128debugging info.
92981e24
TT
22129@cindex expression parser, debugging info
22130@cindex debug expression parser
22131@item set debug parser
22132Turns on or off the display of expression parser debugging output.
22133Internally, this sets the @code{yydebug} variable in the expression
22134parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
22135details. The default is off.
22136@item show debug parser
22137Show the current state of expression parser debugging.
8e04817f
AC
22138@cindex packets, reporting on stdout
22139@cindex serial connections, debugging
605a56cb
DJ
22140@cindex debug remote protocol
22141@cindex remote protocol debugging
22142@cindex display remote packets
8e04817f
AC
22143@item set debug remote
22144Turns on or off display of reports on all packets sent back and forth across
22145the serial line to the remote machine. The info is printed on the
22146@value{GDBN} standard output stream. The default is off.
8e04817f
AC
22147@item show debug remote
22148Displays the state of display of remote packets.
8e04817f
AC
22149@item set debug serial
22150Turns on or off display of @value{GDBN} serial debugging info. The
22151default is off.
8e04817f
AC
22152@item show debug serial
22153Displays the current state of displaying @value{GDBN} serial debugging
22154info.
c45da7e6
EZ
22155@item set debug solib-frv
22156@cindex FR-V shared-library debugging
22157Turns on or off debugging messages for FR-V shared-library code.
22158@item show debug solib-frv
22159Display the current state of FR-V shared-library code debugging
22160messages.
45cfd468
DE
22161@item set debug symtab-create
22162@cindex symbol table creation
22163Turns on or off display of debugging messages related to symbol table creation.
22164The default is off.
22165@item show debug symtab-create
22166Show the current state of symbol table creation debugging.
8e04817f 22167@item set debug target
4644b6e3 22168@cindex target debugging info
8e04817f
AC
22169Turns on or off display of @value{GDBN} target debugging info. This info
22170includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
22171default is 0. Set it to 1 to track events, and to 2 to also track the
22172value of large memory transfers. Changes to this flag do not take effect
22173until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
22174@item show debug target
22175Displays the current state of displaying @value{GDBN} target debugging
22176info.
75feb17d
DJ
22177@item set debug timestamp
22178@cindex timestampping debugging info
22179Turns on or off display of timestamps with @value{GDBN} debugging info.
22180When enabled, seconds and microseconds are displayed before each debugging
22181message.
22182@item show debug timestamp
22183Displays the current state of displaying timestamps with @value{GDBN}
22184debugging info.
c45da7e6 22185@item set debugvarobj
4644b6e3 22186@cindex variable object debugging info
8e04817f
AC
22187Turns on or off display of @value{GDBN} variable object debugging
22188info. The default is off.
c45da7e6 22189@item show debugvarobj
8e04817f
AC
22190Displays the current state of displaying @value{GDBN} variable object
22191debugging info.
e776119f
DJ
22192@item set debug xml
22193@cindex XML parser debugging
22194Turns on or off debugging messages for built-in XML parsers.
22195@item show debug xml
22196Displays the current state of XML debugging messages.
8e04817f 22197@end table
104c1213 22198
14fb1bac
JB
22199@node Other Misc Settings
22200@section Other Miscellaneous Settings
22201@cindex miscellaneous settings
22202
22203@table @code
22204@kindex set interactive-mode
22205@item set interactive-mode
7bfc9434
JB
22206If @code{on}, forces @value{GDBN} to assume that GDB was started
22207in a terminal. In practice, this means that @value{GDBN} should wait
22208for the user to answer queries generated by commands entered at
22209the command prompt. If @code{off}, forces @value{GDBN} to operate
22210in the opposite mode, and it uses the default answers to all queries.
22211If @code{auto} (the default), @value{GDBN} tries to determine whether
22212its standard input is a terminal, and works in interactive-mode if it
22213is, non-interactively otherwise.
14fb1bac
JB
22214
22215In the vast majority of cases, the debugger should be able to guess
22216correctly which mode should be used. But this setting can be useful
22217in certain specific cases, such as running a MinGW @value{GDBN}
22218inside a cygwin window.
22219
22220@kindex show interactive-mode
22221@item show interactive-mode
22222Displays whether the debugger is operating in interactive mode or not.
22223@end table
22224
d57a3c85
TJB
22225@node Extending GDB
22226@chapter Extending @value{GDBN}
22227@cindex extending GDB
22228
5a56e9c5
DE
22229@value{GDBN} provides three mechanisms for extension. The first is based
22230on composition of @value{GDBN} commands, the second is based on the
22231Python scripting language, and the third is for defining new aliases of
22232existing commands.
d57a3c85 22233
5a56e9c5 22234To facilitate the use of the first two extensions, @value{GDBN} is capable
95433b34
JB
22235of evaluating the contents of a file. When doing so, @value{GDBN}
22236can recognize which scripting language is being used by looking at
22237the filename extension. Files with an unrecognized filename extension
22238are always treated as a @value{GDBN} Command Files.
22239@xref{Command Files,, Command files}.
22240
22241You can control how @value{GDBN} evaluates these files with the following
22242setting:
22243
22244@table @code
22245@kindex set script-extension
22246@kindex show script-extension
22247@item set script-extension off
22248All scripts are always evaluated as @value{GDBN} Command Files.
22249
22250@item set script-extension soft
22251The debugger determines the scripting language based on filename
22252extension. If this scripting language is supported, @value{GDBN}
22253evaluates the script using that language. Otherwise, it evaluates
22254the file as a @value{GDBN} Command File.
22255
22256@item set script-extension strict
22257The debugger determines the scripting language based on filename
22258extension, and evaluates the script using that language. If the
22259language is not supported, then the evaluation fails.
22260
22261@item show script-extension
22262Display the current value of the @code{script-extension} option.
22263
22264@end table
22265
d57a3c85
TJB
22266@menu
22267* Sequences:: Canned Sequences of Commands
22268* Python:: Scripting @value{GDBN} using Python
5a56e9c5 22269* Aliases:: Creating new spellings of existing commands
d57a3c85
TJB
22270@end menu
22271
8e04817f 22272@node Sequences
d57a3c85 22273@section Canned Sequences of Commands
104c1213 22274
8e04817f 22275Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
79a6e687 22276Command Lists}), @value{GDBN} provides two ways to store sequences of
8e04817f
AC
22277commands for execution as a unit: user-defined commands and command
22278files.
104c1213 22279
8e04817f 22280@menu
fcc73fe3
EZ
22281* Define:: How to define your own commands
22282* Hooks:: Hooks for user-defined commands
22283* Command Files:: How to write scripts of commands to be stored in a file
22284* Output:: Commands for controlled output
8e04817f 22285@end menu
104c1213 22286
8e04817f 22287@node Define
d57a3c85 22288@subsection User-defined Commands
104c1213 22289
8e04817f 22290@cindex user-defined command
fcc73fe3 22291@cindex arguments, to user-defined commands
8e04817f
AC
22292A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
22293which you assign a new name as a command. This is done with the
22294@code{define} command. User commands may accept up to 10 arguments
22295separated by whitespace. Arguments are accessed within the user command
c03c782f 22296via @code{$arg0@dots{}$arg9}. A trivial example:
104c1213 22297
8e04817f
AC
22298@smallexample
22299define adder
22300 print $arg0 + $arg1 + $arg2
c03c782f 22301end
8e04817f 22302@end smallexample
104c1213
JM
22303
22304@noindent
8e04817f 22305To execute the command use:
104c1213 22306
8e04817f
AC
22307@smallexample
22308adder 1 2 3
22309@end smallexample
104c1213 22310
8e04817f
AC
22311@noindent
22312This defines the command @code{adder}, which prints the sum of
22313its three arguments. Note the arguments are text substitutions, so they may
22314reference variables, use complex expressions, or even perform inferior
22315functions calls.
104c1213 22316
fcc73fe3
EZ
22317@cindex argument count in user-defined commands
22318@cindex how many arguments (user-defined commands)
c03c782f
AS
22319In addition, @code{$argc} may be used to find out how many arguments have
22320been passed. This expands to a number in the range 0@dots{}10.
22321
22322@smallexample
22323define adder
22324 if $argc == 2
22325 print $arg0 + $arg1
22326 end
22327 if $argc == 3
22328 print $arg0 + $arg1 + $arg2
22329 end
22330end
22331@end smallexample
22332
104c1213 22333@table @code
104c1213 22334
8e04817f
AC
22335@kindex define
22336@item define @var{commandname}
22337Define a command named @var{commandname}. If there is already a command
22338by that name, you are asked to confirm that you want to redefine it.
adb483fe
DJ
22339@var{commandname} may be a bare command name consisting of letters,
22340numbers, dashes, and underscores. It may also start with any predefined
22341prefix command. For example, @samp{define target my-target} creates
22342a user-defined @samp{target my-target} command.
104c1213 22343
8e04817f
AC
22344The definition of the command is made up of other @value{GDBN} command lines,
22345which are given following the @code{define} command. The end of these
22346commands is marked by a line containing @code{end}.
104c1213 22347
8e04817f 22348@kindex document
ca91424e 22349@kindex end@r{ (user-defined commands)}
8e04817f
AC
22350@item document @var{commandname}
22351Document the user-defined command @var{commandname}, so that it can be
22352accessed by @code{help}. The command @var{commandname} must already be
22353defined. This command reads lines of documentation just as @code{define}
22354reads the lines of the command definition, ending with @code{end}.
22355After the @code{document} command is finished, @code{help} on command
22356@var{commandname} displays the documentation you have written.
104c1213 22357
8e04817f
AC
22358You may use the @code{document} command again to change the
22359documentation of a command. Redefining the command with @code{define}
22360does not change the documentation.
104c1213 22361
c45da7e6
EZ
22362@kindex dont-repeat
22363@cindex don't repeat command
22364@item dont-repeat
22365Used inside a user-defined command, this tells @value{GDBN} that this
22366command should not be repeated when the user hits @key{RET}
22367(@pxref{Command Syntax, repeat last command}).
22368
8e04817f
AC
22369@kindex help user-defined
22370@item help user-defined
7d74f244
DE
22371List all user-defined commands and all python commands defined in class
22372COMAND_USER. The first line of the documentation or docstring is
22373included (if any).
104c1213 22374
8e04817f
AC
22375@kindex show user
22376@item show user
22377@itemx show user @var{commandname}
22378Display the @value{GDBN} commands used to define @var{commandname} (but
22379not its documentation). If no @var{commandname} is given, display the
22380definitions for all user-defined commands.
7d74f244 22381This does not work for user-defined python commands.
104c1213 22382
fcc73fe3 22383@cindex infinite recursion in user-defined commands
20f01a46
DH
22384@kindex show max-user-call-depth
22385@kindex set max-user-call-depth
22386@item show max-user-call-depth
5ca0cb28
DH
22387@itemx set max-user-call-depth
22388The value of @code{max-user-call-depth} controls how many recursion
3f94c067 22389levels are allowed in user-defined commands before @value{GDBN} suspects an
5ca0cb28 22390infinite recursion and aborts the command.
7d74f244 22391This does not apply to user-defined python commands.
104c1213
JM
22392@end table
22393
fcc73fe3
EZ
22394In addition to the above commands, user-defined commands frequently
22395use control flow commands, described in @ref{Command Files}.
22396
8e04817f
AC
22397When user-defined commands are executed, the
22398commands of the definition are not printed. An error in any command
22399stops execution of the user-defined command.
104c1213 22400
8e04817f
AC
22401If used interactively, commands that would ask for confirmation proceed
22402without asking when used inside a user-defined command. Many @value{GDBN}
22403commands that normally print messages to say what they are doing omit the
22404messages when used in a user-defined command.
104c1213 22405
8e04817f 22406@node Hooks
d57a3c85 22407@subsection User-defined Command Hooks
8e04817f
AC
22408@cindex command hooks
22409@cindex hooks, for commands
22410@cindex hooks, pre-command
104c1213 22411
8e04817f 22412@kindex hook
8e04817f
AC
22413You may define @dfn{hooks}, which are a special kind of user-defined
22414command. Whenever you run the command @samp{foo}, if the user-defined
22415command @samp{hook-foo} exists, it is executed (with no arguments)
22416before that command.
104c1213 22417
8e04817f
AC
22418@cindex hooks, post-command
22419@kindex hookpost
8e04817f
AC
22420A hook may also be defined which is run after the command you executed.
22421Whenever you run the command @samp{foo}, if the user-defined command
22422@samp{hookpost-foo} exists, it is executed (with no arguments) after
22423that command. Post-execution hooks may exist simultaneously with
22424pre-execution hooks, for the same command.
104c1213 22425
8e04817f 22426It is valid for a hook to call the command which it hooks. If this
9f1c6395 22427occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 22428
8e04817f
AC
22429@c It would be nice if hookpost could be passed a parameter indicating
22430@c if the command it hooks executed properly or not. FIXME!
104c1213 22431
8e04817f
AC
22432@kindex stop@r{, a pseudo-command}
22433In addition, a pseudo-command, @samp{stop} exists. Defining
22434(@samp{hook-stop}) makes the associated commands execute every time
22435execution stops in your program: before breakpoint commands are run,
22436displays are printed, or the stack frame is printed.
104c1213 22437
8e04817f
AC
22438For example, to ignore @code{SIGALRM} signals while
22439single-stepping, but treat them normally during normal execution,
22440you could define:
104c1213 22441
474c8240 22442@smallexample
8e04817f
AC
22443define hook-stop
22444handle SIGALRM nopass
22445end
104c1213 22446
8e04817f
AC
22447define hook-run
22448handle SIGALRM pass
22449end
104c1213 22450
8e04817f 22451define hook-continue
d3e8051b 22452handle SIGALRM pass
8e04817f 22453end
474c8240 22454@end smallexample
104c1213 22455
d3e8051b 22456As a further example, to hook at the beginning and end of the @code{echo}
b383017d 22457command, and to add extra text to the beginning and end of the message,
8e04817f 22458you could define:
104c1213 22459
474c8240 22460@smallexample
8e04817f
AC
22461define hook-echo
22462echo <<<---
22463end
104c1213 22464
8e04817f
AC
22465define hookpost-echo
22466echo --->>>\n
22467end
104c1213 22468
8e04817f
AC
22469(@value{GDBP}) echo Hello World
22470<<<---Hello World--->>>
22471(@value{GDBP})
104c1213 22472
474c8240 22473@end smallexample
104c1213 22474
8e04817f
AC
22475You can define a hook for any single-word command in @value{GDBN}, but
22476not for command aliases; you should define a hook for the basic command
c1468174 22477name, e.g.@: @code{backtrace} rather than @code{bt}.
8e04817f
AC
22478@c FIXME! So how does Joe User discover whether a command is an alias
22479@c or not?
adb483fe
DJ
22480You can hook a multi-word command by adding @code{hook-} or
22481@code{hookpost-} to the last word of the command, e.g.@:
22482@samp{define target hook-remote} to add a hook to @samp{target remote}.
22483
8e04817f
AC
22484If an error occurs during the execution of your hook, execution of
22485@value{GDBN} commands stops and @value{GDBN} issues a prompt
22486(before the command that you actually typed had a chance to run).
104c1213 22487
8e04817f
AC
22488If you try to define a hook which does not match any known command, you
22489get a warning from the @code{define} command.
c906108c 22490
8e04817f 22491@node Command Files
d57a3c85 22492@subsection Command Files
c906108c 22493
8e04817f 22494@cindex command files
fcc73fe3 22495@cindex scripting commands
6fc08d32
EZ
22496A command file for @value{GDBN} is a text file made of lines that are
22497@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
22498also be included. An empty line in a command file does nothing; it
22499does not mean to repeat the last command, as it would from the
22500terminal.
c906108c 22501
6fc08d32 22502You can request the execution of a command file with the @code{source}
95433b34
JB
22503command. Note that the @code{source} command is also used to evaluate
22504scripts that are not Command Files. The exact behavior can be configured
22505using the @code{script-extension} setting.
22506@xref{Extending GDB,, Extending GDB}.
c906108c 22507
8e04817f
AC
22508@table @code
22509@kindex source
ca91424e 22510@cindex execute commands from a file
3f7b2faa 22511@item source [-s] [-v] @var{filename}
8e04817f 22512Execute the command file @var{filename}.
c906108c
SS
22513@end table
22514
fcc73fe3
EZ
22515The lines in a command file are generally executed sequentially,
22516unless the order of execution is changed by one of the
22517@emph{flow-control commands} described below. The commands are not
a71ec265
DH
22518printed as they are executed. An error in any command terminates
22519execution of the command file and control is returned to the console.
c906108c 22520
08001717
DE
22521@value{GDBN} first searches for @var{filename} in the current directory.
22522If the file is not found there, and @var{filename} does not specify a
22523directory, then @value{GDBN} also looks for the file on the source search path
22524(specified with the @samp{directory} command);
22525except that @file{$cdir} is not searched because the compilation directory
22526is not relevant to scripts.
4b505b12 22527
3f7b2faa
DE
22528If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
22529on the search path even if @var{filename} specifies a directory.
22530The search is done by appending @var{filename} to each element of the
22531search path. So, for example, if @var{filename} is @file{mylib/myscript}
22532and the search path contains @file{/home/user} then @value{GDBN} will
22533look for the script @file{/home/user/mylib/myscript}.
22534The search is also done if @var{filename} is an absolute path.
22535For example, if @var{filename} is @file{/tmp/myscript} and
22536the search path contains @file{/home/user} then @value{GDBN} will
22537look for the script @file{/home/user/tmp/myscript}.
22538For DOS-like systems, if @var{filename} contains a drive specification,
22539it is stripped before concatenation. For example, if @var{filename} is
22540@file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
22541will look for the script @file{c:/tmp/myscript}.
22542
16026cd7
AS
22543If @code{-v}, for verbose mode, is given then @value{GDBN} displays
22544each command as it is executed. The option must be given before
22545@var{filename}, and is interpreted as part of the filename anywhere else.
22546
8e04817f
AC
22547Commands that would ask for confirmation if used interactively proceed
22548without asking when used in a command file. Many @value{GDBN} commands that
22549normally print messages to say what they are doing omit the messages
22550when called from command files.
c906108c 22551
8e04817f
AC
22552@value{GDBN} also accepts command input from standard input. In this
22553mode, normal output goes to standard output and error output goes to
22554standard error. Errors in a command file supplied on standard input do
6fc08d32 22555not terminate execution of the command file---execution continues with
8e04817f 22556the next command.
c906108c 22557
474c8240 22558@smallexample
8e04817f 22559gdb < cmds > log 2>&1
474c8240 22560@end smallexample
c906108c 22561
8e04817f
AC
22562(The syntax above will vary depending on the shell used.) This example
22563will execute commands from the file @file{cmds}. All output and errors
22564would be directed to @file{log}.
c906108c 22565
fcc73fe3
EZ
22566Since commands stored on command files tend to be more general than
22567commands typed interactively, they frequently need to deal with
22568complicated situations, such as different or unexpected values of
22569variables and symbols, changes in how the program being debugged is
22570built, etc. @value{GDBN} provides a set of flow-control commands to
22571deal with these complexities. Using these commands, you can write
22572complex scripts that loop over data structures, execute commands
22573conditionally, etc.
22574
22575@table @code
22576@kindex if
22577@kindex else
22578@item if
22579@itemx else
22580This command allows to include in your script conditionally executed
22581commands. The @code{if} command takes a single argument, which is an
22582expression to evaluate. It is followed by a series of commands that
22583are executed only if the expression is true (its value is nonzero).
22584There can then optionally be an @code{else} line, followed by a series
22585of commands that are only executed if the expression was false. The
22586end of the list is marked by a line containing @code{end}.
22587
22588@kindex while
22589@item while
22590This command allows to write loops. Its syntax is similar to
22591@code{if}: the command takes a single argument, which is an expression
22592to evaluate, and must be followed by the commands to execute, one per
22593line, terminated by an @code{end}. These commands are called the
22594@dfn{body} of the loop. The commands in the body of @code{while} are
22595executed repeatedly as long as the expression evaluates to true.
22596
22597@kindex loop_break
22598@item loop_break
22599This command exits the @code{while} loop in whose body it is included.
22600Execution of the script continues after that @code{while}s @code{end}
22601line.
22602
22603@kindex loop_continue
22604@item loop_continue
22605This command skips the execution of the rest of the body of commands
22606in the @code{while} loop in whose body it is included. Execution
22607branches to the beginning of the @code{while} loop, where it evaluates
22608the controlling expression.
ca91424e
EZ
22609
22610@kindex end@r{ (if/else/while commands)}
22611@item end
22612Terminate the block of commands that are the body of @code{if},
22613@code{else}, or @code{while} flow-control commands.
fcc73fe3
EZ
22614@end table
22615
22616
8e04817f 22617@node Output
d57a3c85 22618@subsection Commands for Controlled Output
c906108c 22619
8e04817f
AC
22620During the execution of a command file or a user-defined command, normal
22621@value{GDBN} output is suppressed; the only output that appears is what is
22622explicitly printed by the commands in the definition. This section
22623describes three commands useful for generating exactly the output you
22624want.
c906108c
SS
22625
22626@table @code
8e04817f
AC
22627@kindex echo
22628@item echo @var{text}
22629@c I do not consider backslash-space a standard C escape sequence
22630@c because it is not in ANSI.
22631Print @var{text}. Nonprinting characters can be included in
22632@var{text} using C escape sequences, such as @samp{\n} to print a
22633newline. @strong{No newline is printed unless you specify one.}
22634In addition to the standard C escape sequences, a backslash followed
22635by a space stands for a space. This is useful for displaying a
22636string with spaces at the beginning or the end, since leading and
22637trailing spaces are otherwise trimmed from all arguments.
22638To print @samp{@w{ }and foo =@w{ }}, use the command
22639@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 22640
8e04817f
AC
22641A backslash at the end of @var{text} can be used, as in C, to continue
22642the command onto subsequent lines. For example,
c906108c 22643
474c8240 22644@smallexample
8e04817f
AC
22645echo This is some text\n\
22646which is continued\n\
22647onto several lines.\n
474c8240 22648@end smallexample
c906108c 22649
8e04817f 22650produces the same output as
c906108c 22651
474c8240 22652@smallexample
8e04817f
AC
22653echo This is some text\n
22654echo which is continued\n
22655echo onto several lines.\n
474c8240 22656@end smallexample
c906108c 22657
8e04817f
AC
22658@kindex output
22659@item output @var{expression}
22660Print the value of @var{expression} and nothing but that value: no
22661newlines, no @samp{$@var{nn} = }. The value is not entered in the
22662value history either. @xref{Expressions, ,Expressions}, for more information
22663on expressions.
c906108c 22664
8e04817f
AC
22665@item output/@var{fmt} @var{expression}
22666Print the value of @var{expression} in format @var{fmt}. You can use
22667the same formats as for @code{print}. @xref{Output Formats,,Output
79a6e687 22668Formats}, for more information.
c906108c 22669
8e04817f 22670@kindex printf
82160952
EZ
22671@item printf @var{template}, @var{expressions}@dots{}
22672Print the values of one or more @var{expressions} under the control of
22673the string @var{template}. To print several values, make
22674@var{expressions} be a comma-separated list of individual expressions,
22675which may be either numbers or pointers. Their values are printed as
22676specified by @var{template}, exactly as a C program would do by
22677executing the code below:
c906108c 22678
474c8240 22679@smallexample
82160952 22680printf (@var{template}, @var{expressions}@dots{});
474c8240 22681@end smallexample
c906108c 22682
82160952
EZ
22683As in @code{C} @code{printf}, ordinary characters in @var{template}
22684are printed verbatim, while @dfn{conversion specification} introduced
22685by the @samp{%} character cause subsequent @var{expressions} to be
22686evaluated, their values converted and formatted according to type and
22687style information encoded in the conversion specifications, and then
22688printed.
22689
8e04817f 22690For example, you can print two values in hex like this:
c906108c 22691
8e04817f
AC
22692@smallexample
22693printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
22694@end smallexample
c906108c 22695
82160952
EZ
22696@code{printf} supports all the standard @code{C} conversion
22697specifications, including the flags and modifiers between the @samp{%}
22698character and the conversion letter, with the following exceptions:
22699
22700@itemize @bullet
22701@item
22702The argument-ordering modifiers, such as @samp{2$}, are not supported.
22703
22704@item
22705The modifier @samp{*} is not supported for specifying precision or
22706width.
22707
22708@item
22709The @samp{'} flag (for separation of digits into groups according to
22710@code{LC_NUMERIC'}) is not supported.
22711
22712@item
22713The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
22714supported.
22715
22716@item
22717The conversion letter @samp{n} (as in @samp{%n}) is not supported.
22718
22719@item
22720The conversion letters @samp{a} and @samp{A} are not supported.
22721@end itemize
22722
22723@noindent
22724Note that the @samp{ll} type modifier is supported only if the
22725underlying @code{C} implementation used to build @value{GDBN} supports
22726the @code{long long int} type, and the @samp{L} type modifier is
22727supported only if @code{long double} type is available.
22728
22729As in @code{C}, @code{printf} supports simple backslash-escape
22730sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
22731@samp{\a}, and @samp{\f}, that consist of backslash followed by a
22732single character. Octal and hexadecimal escape sequences are not
22733supported.
1a619819
LM
22734
22735Additionally, @code{printf} supports conversion specifications for DFP
0aea4bf3
LM
22736(@dfn{Decimal Floating Point}) types using the following length modifiers
22737together with a floating point specifier.
1a619819
LM
22738letters:
22739
22740@itemize @bullet
22741@item
22742@samp{H} for printing @code{Decimal32} types.
22743
22744@item
22745@samp{D} for printing @code{Decimal64} types.
22746
22747@item
22748@samp{DD} for printing @code{Decimal128} types.
22749@end itemize
22750
22751If the underlying @code{C} implementation used to build @value{GDBN} has
0aea4bf3 22752support for the three length modifiers for DFP types, other modifiers
3b784c4f 22753such as width and precision will also be available for @value{GDBN} to use.
1a619819
LM
22754
22755In case there is no such @code{C} support, no additional modifiers will be
22756available and the value will be printed in the standard way.
22757
22758Here's an example of printing DFP types using the above conversion letters:
22759@smallexample
0aea4bf3 22760printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
1a619819
LM
22761@end smallexample
22762
f1421989
HZ
22763@kindex eval
22764@item eval @var{template}, @var{expressions}@dots{}
22765Convert the values of one or more @var{expressions} under the control of
22766the string @var{template} to a command line, and call it.
22767
c906108c
SS
22768@end table
22769
d57a3c85
TJB
22770@node Python
22771@section Scripting @value{GDBN} using Python
22772@cindex python scripting
22773@cindex scripting with python
22774
22775You can script @value{GDBN} using the @uref{http://www.python.org/,
22776Python programming language}. This feature is available only if
22777@value{GDBN} was configured using @option{--with-python}.
22778
9279c692
JB
22779@cindex python directory
22780Python scripts used by @value{GDBN} should be installed in
22781@file{@var{data-directory}/python}, where @var{data-directory} is
9eeee977
DE
22782the data directory as determined at @value{GDBN} startup (@pxref{Data Files}).
22783This directory, known as the @dfn{python directory},
9279c692
JB
22784is automatically added to the Python Search Path in order to allow
22785the Python interpreter to locate all scripts installed at this location.
22786
5e239b84
PM
22787Additionally, @value{GDBN} commands and convenience functions which
22788are written in Python and are located in the
22789@file{@var{data-directory}/python/gdb/command} or
22790@file{@var{data-directory}/python/gdb/function} directories are
22791automatically imported when @value{GDBN} starts.
22792
d57a3c85
TJB
22793@menu
22794* Python Commands:: Accessing Python from @value{GDBN}.
22795* Python API:: Accessing @value{GDBN} from Python.
bf88dd68 22796* Python Auto-loading:: Automatically loading Python code.
0e3509db 22797* Python modules:: Python modules provided by @value{GDBN}.
d57a3c85
TJB
22798@end menu
22799
22800@node Python Commands
22801@subsection Python Commands
22802@cindex python commands
22803@cindex commands to access python
22804
8315665e 22805@value{GDBN} provides two commands for accessing the Python interpreter,
d57a3c85
TJB
22806and one related setting:
22807
22808@table @code
8315665e
YPK
22809@kindex python-interactive
22810@kindex pi
22811@item python-interactive @r{[}@var{command}@r{]}
22812@itemx pi @r{[}@var{command}@r{]}
22813Without an argument, the @code{python-interactive} command can be used
e3480f4a
YPK
22814to start an interactive Python prompt. To return to @value{GDBN},
22815type the @code{EOF} character (e.g., @kbd{Ctrl-D} on an empty prompt).
8315665e
YPK
22816
22817Alternatively, a single-line Python command can be given as an
22818argument and evaluated. If the command is an expression, the result
22819will be printed; otherwise, nothing will be printed. For example:
22820
22821@smallexample
22822(@value{GDBP}) python-interactive 2 + 3
228235
22824@end smallexample
22825
d57a3c85 22826@kindex python
8315665e
YPK
22827@kindex py
22828@item python @r{[}@var{command}@r{]}
22829@itemx py @r{[}@var{command}@r{]}
d57a3c85
TJB
22830The @code{python} command can be used to evaluate Python code.
22831
22832If given an argument, the @code{python} command will evaluate the
22833argument as a Python command. For example:
22834
22835@smallexample
22836(@value{GDBP}) python print 23
2283723
22838@end smallexample
22839
22840If you do not provide an argument to @code{python}, it will act as a
22841multi-line command, like @code{define}. In this case, the Python
22842script is made up of subsequent command lines, given after the
22843@code{python} command. This command list is terminated using a line
22844containing @code{end}. For example:
22845
22846@smallexample
22847(@value{GDBP}) python
22848Type python script
22849End with a line saying just "end".
22850>print 23
22851>end
2285223
22853@end smallexample
22854
713389e0
PM
22855@kindex set python print-stack
22856@item set python print-stack
80b6e756
PM
22857By default, @value{GDBN} will print only the message component of a
22858Python exception when an error occurs in a Python script. This can be
22859controlled using @code{set python print-stack}: if @code{full}, then
22860full Python stack printing is enabled; if @code{none}, then Python stack
22861and message printing is disabled; if @code{message}, the default, only
22862the message component of the error is printed.
d57a3c85
TJB
22863@end table
22864
95433b34
JB
22865It is also possible to execute a Python script from the @value{GDBN}
22866interpreter:
22867
22868@table @code
22869@item source @file{script-name}
22870The script name must end with @samp{.py} and @value{GDBN} must be configured
22871to recognize the script language based on filename extension using
22872the @code{script-extension} setting. @xref{Extending GDB, ,Extending GDB}.
22873
22874@item python execfile ("script-name")
22875This method is based on the @code{execfile} Python built-in function,
22876and thus is always available.
22877@end table
22878
d57a3c85
TJB
22879@node Python API
22880@subsection Python API
22881@cindex python api
22882@cindex programming in python
22883
22884@cindex python stdout
22885@cindex python pagination
22886At startup, @value{GDBN} overrides Python's @code{sys.stdout} and
22887@code{sys.stderr} to print using @value{GDBN}'s output-paging streams.
22888A Python program which outputs to one of these streams may have its
22889output interrupted by the user (@pxref{Screen Size}). In this
22890situation, a Python @code{KeyboardInterrupt} exception is thrown.
22891
22892@menu
22893* Basic Python:: Basic Python Functions.
06e65f44
TT
22894* Exception Handling:: How Python exceptions are translated.
22895* Values From Inferior:: Python representation of values.
4c374409
JK
22896* Types In Python:: Python representation of types.
22897* Pretty Printing API:: Pretty-printing values.
a6bac58e 22898* Selecting Pretty-Printers:: How GDB chooses a pretty-printer.
7b51bc51 22899* Writing a Pretty-Printer:: Writing a Pretty-Printer.
18a9fc12 22900* Type Printing API:: Pretty-printing types.
595939de 22901* Inferiors In Python:: Python representation of inferiors (processes)
505500db 22902* Events In Python:: Listening for events from @value{GDBN}.
595939de 22903* Threads In Python:: Accessing inferior threads from Python.
d8906c6f 22904* Commands In Python:: Implementing new commands in Python.
d7b32ed3 22905* Parameters In Python:: Adding new @value{GDBN} parameters.
bc3b79fd 22906* Functions In Python:: Writing new convenience functions.
fa33c3cd 22907* Progspaces In Python:: Program spaces.
89c73ade 22908* Objfiles In Python:: Object files.
f3e9a817
PM
22909* Frames In Python:: Accessing inferior stack frames from Python.
22910* Blocks In Python:: Accessing frame blocks from Python.
22911* Symbols In Python:: Python representation of symbols.
22912* Symbol Tables In Python:: Python representation of symbol tables.
adc36818 22913* Breakpoints In Python:: Manipulating breakpoints using Python.
cc72b2a2
KP
22914* Finish Breakpoints in Python:: Setting Breakpoints on function return
22915 using Python.
984359d2 22916* Lazy Strings In Python:: Python representation of lazy strings.
bea883fd 22917* Architectures In Python:: Python representation of architectures.
d57a3c85
TJB
22918@end menu
22919
22920@node Basic Python
22921@subsubsection Basic Python
22922
22923@cindex python functions
22924@cindex python module
22925@cindex gdb module
22926@value{GDBN} introduces a new Python module, named @code{gdb}. All
22927methods and classes added by @value{GDBN} are placed in this module.
22928@value{GDBN} automatically @code{import}s the @code{gdb} module for
22929use in all scripts evaluated by the @code{python} command.
22930
9279c692 22931@findex gdb.PYTHONDIR
d812018b 22932@defvar gdb.PYTHONDIR
9279c692
JB
22933A string containing the python directory (@pxref{Python}).
22934@end defvar
22935
d57a3c85 22936@findex gdb.execute
d812018b 22937@defun gdb.execute (command @r{[}, from_tty @r{[}, to_string@r{]]})
d57a3c85
TJB
22938Evaluate @var{command}, a string, as a @value{GDBN} CLI command.
22939If a GDB exception happens while @var{command} runs, it is
22940translated as described in @ref{Exception Handling,,Exception Handling}.
12453b93
TJB
22941
22942@var{from_tty} specifies whether @value{GDBN} ought to consider this
22943command as having originated from the user invoking it interactively.
22944It must be a boolean value. If omitted, it defaults to @code{False}.
bc9f0842
TT
22945
22946By default, any output produced by @var{command} is sent to
22947@value{GDBN}'s standard output. If the @var{to_string} parameter is
22948@code{True}, then output will be collected by @code{gdb.execute} and
22949returned as a string. The default is @code{False}, in which case the
5da1313b
JK
22950return value is @code{None}. If @var{to_string} is @code{True}, the
22951@value{GDBN} virtual terminal will be temporarily set to unlimited width
22952and height, and its pagination will be disabled; @pxref{Screen Size}.
d57a3c85
TJB
22953@end defun
22954
adc36818 22955@findex gdb.breakpoints
d812018b 22956@defun gdb.breakpoints ()
adc36818
PM
22957Return a sequence holding all of @value{GDBN}'s breakpoints.
22958@xref{Breakpoints In Python}, for more information.
22959@end defun
22960
8f500870 22961@findex gdb.parameter
d812018b 22962@defun gdb.parameter (parameter)
d57a3c85
TJB
22963Return the value of a @value{GDBN} parameter. @var{parameter} is a
22964string naming the parameter to look up; @var{parameter} may contain
22965spaces if the parameter has a multi-part name. For example,
22966@samp{print object} is a valid parameter name.
22967
22968If the named parameter does not exist, this function throws a
621c8364
TT
22969@code{gdb.error} (@pxref{Exception Handling}). Otherwise, the
22970parameter's value is converted to a Python value of the appropriate
22971type, and returned.
d57a3c85
TJB
22972@end defun
22973
08c637de 22974@findex gdb.history
d812018b 22975@defun gdb.history (number)
08c637de
TJB
22976Return a value from @value{GDBN}'s value history (@pxref{Value
22977History}). @var{number} indicates which history element to return.
22978If @var{number} is negative, then @value{GDBN} will take its absolute value
22979and count backward from the last element (i.e., the most recent element) to
22980find the value to return. If @var{number} is zero, then @value{GDBN} will
a0c36267 22981return the most recent element. If the element specified by @var{number}
621c8364 22982doesn't exist in the value history, a @code{gdb.error} exception will be
08c637de
TJB
22983raised.
22984
22985If no exception is raised, the return value is always an instance of
22986@code{gdb.Value} (@pxref{Values From Inferior}).
22987@end defun
22988
57a1d736 22989@findex gdb.parse_and_eval
d812018b 22990@defun gdb.parse_and_eval (expression)
57a1d736
TT
22991Parse @var{expression} as an expression in the current language,
22992evaluate it, and return the result as a @code{gdb.Value}.
22993@var{expression} must be a string.
22994
22995This function can be useful when implementing a new command
22996(@pxref{Commands In Python}), as it provides a way to parse the
22997command's argument as an expression. It is also useful simply to
22998compute values, for example, it is the only way to get the value of a
22999convenience variable (@pxref{Convenience Vars}) as a @code{gdb.Value}.
23000@end defun
23001
7efc75aa
SCR
23002@findex gdb.find_pc_line
23003@defun gdb.find_pc_line (pc)
23004Return the @code{gdb.Symtab_and_line} object corresponding to the
23005@var{pc} value. @xref{Symbol Tables In Python}. If an invalid
23006value of @var{pc} is passed as an argument, then the @code{symtab} and
23007@code{line} attributes of the returned @code{gdb.Symtab_and_line} object
23008will be @code{None} and 0 respectively.
23009@end defun
23010
ca5c20b6 23011@findex gdb.post_event
d812018b 23012@defun gdb.post_event (event)
ca5c20b6
PM
23013Put @var{event}, a callable object taking no arguments, into
23014@value{GDBN}'s internal event queue. This callable will be invoked at
23015some later point, during @value{GDBN}'s event processing. Events
23016posted using @code{post_event} will be run in the order in which they
23017were posted; however, there is no way to know when they will be
23018processed relative to other events inside @value{GDBN}.
23019
23020@value{GDBN} is not thread-safe. If your Python program uses multiple
23021threads, you must be careful to only call @value{GDBN}-specific
23022functions in the main @value{GDBN} thread. @code{post_event} ensures
23023this. For example:
23024
23025@smallexample
23026(@value{GDBP}) python
23027>import threading
23028>
23029>class Writer():
23030> def __init__(self, message):
23031> self.message = message;
23032> def __call__(self):
23033> gdb.write(self.message)
23034>
23035>class MyThread1 (threading.Thread):
23036> def run (self):
23037> gdb.post_event(Writer("Hello "))
23038>
23039>class MyThread2 (threading.Thread):
23040> def run (self):
23041> gdb.post_event(Writer("World\n"))
23042>
23043>MyThread1().start()
23044>MyThread2().start()
23045>end
23046(@value{GDBP}) Hello World
23047@end smallexample
23048@end defun
23049
99c3dc11 23050@findex gdb.write
d812018b 23051@defun gdb.write (string @r{[}, stream{]})
99c3dc11
PM
23052Print a string to @value{GDBN}'s paginated output stream. The
23053optional @var{stream} determines the stream to print to. The default
23054stream is @value{GDBN}'s standard output stream. Possible stream
23055values are:
23056
23057@table @code
23058@findex STDOUT
23059@findex gdb.STDOUT
d812018b 23060@item gdb.STDOUT
99c3dc11
PM
23061@value{GDBN}'s standard output stream.
23062
23063@findex STDERR
23064@findex gdb.STDERR
d812018b 23065@item gdb.STDERR
99c3dc11
PM
23066@value{GDBN}'s standard error stream.
23067
23068@findex STDLOG
23069@findex gdb.STDLOG
d812018b 23070@item gdb.STDLOG
99c3dc11
PM
23071@value{GDBN}'s log stream (@pxref{Logging Output}).
23072@end table
23073
d57a3c85 23074Writing to @code{sys.stdout} or @code{sys.stderr} will automatically
99c3dc11
PM
23075call this function and will automatically direct the output to the
23076relevant stream.
d57a3c85
TJB
23077@end defun
23078
23079@findex gdb.flush
d812018b 23080@defun gdb.flush ()
99c3dc11
PM
23081Flush the buffer of a @value{GDBN} paginated stream so that the
23082contents are displayed immediately. @value{GDBN} will flush the
23083contents of a stream automatically when it encounters a newline in the
23084buffer. The optional @var{stream} determines the stream to flush. The
23085default stream is @value{GDBN}'s standard output stream. Possible
23086stream values are:
23087
23088@table @code
23089@findex STDOUT
23090@findex gdb.STDOUT
d812018b 23091@item gdb.STDOUT
99c3dc11
PM
23092@value{GDBN}'s standard output stream.
23093
23094@findex STDERR
23095@findex gdb.STDERR
d812018b 23096@item gdb.STDERR
99c3dc11
PM
23097@value{GDBN}'s standard error stream.
23098
23099@findex STDLOG
23100@findex gdb.STDLOG
d812018b 23101@item gdb.STDLOG
99c3dc11
PM
23102@value{GDBN}'s log stream (@pxref{Logging Output}).
23103
23104@end table
23105
23106Flushing @code{sys.stdout} or @code{sys.stderr} will automatically
23107call this function for the relevant stream.
d57a3c85
TJB
23108@end defun
23109
f870a310 23110@findex gdb.target_charset
d812018b 23111@defun gdb.target_charset ()
f870a310
TT
23112Return the name of the current target character set (@pxref{Character
23113Sets}). This differs from @code{gdb.parameter('target-charset')} in
23114that @samp{auto} is never returned.
23115@end defun
23116
23117@findex gdb.target_wide_charset
d812018b 23118@defun gdb.target_wide_charset ()
f870a310
TT
23119Return the name of the current target wide character set
23120(@pxref{Character Sets}). This differs from
23121@code{gdb.parameter('target-wide-charset')} in that @samp{auto} is
23122never returned.
23123@end defun
23124
cb2e07a6 23125@findex gdb.solib_name
d812018b 23126@defun gdb.solib_name (address)
cb2e07a6
PM
23127Return the name of the shared library holding the given @var{address}
23128as a string, or @code{None}.
23129@end defun
23130
23131@findex gdb.decode_line
d812018b 23132@defun gdb.decode_line @r{[}expression@r{]}
cb2e07a6
PM
23133Return locations of the line specified by @var{expression}, or of the
23134current line if no argument was given. This function returns a Python
23135tuple containing two elements. The first element contains a string
23136holding any unparsed section of @var{expression} (or @code{None} if
23137the expression has been fully parsed). The second element contains
23138either @code{None} or another tuple that contains all the locations
23139that match the expression represented as @code{gdb.Symtab_and_line}
23140objects (@pxref{Symbol Tables In Python}). If @var{expression} is
23141provided, it is decoded the way that @value{GDBN}'s inbuilt
23142@code{break} or @code{edit} commands do (@pxref{Specify Location}).
23143@end defun
23144
d812018b 23145@defun gdb.prompt_hook (current_prompt)
fa3a4f15
PM
23146@anchor{prompt_hook}
23147
d17b6f81
PM
23148If @var{prompt_hook} is callable, @value{GDBN} will call the method
23149assigned to this operation before a prompt is displayed by
23150@value{GDBN}.
23151
23152The parameter @code{current_prompt} contains the current @value{GDBN}
23153prompt. This method must return a Python string, or @code{None}. If
23154a string is returned, the @value{GDBN} prompt will be set to that
23155string. If @code{None} is returned, @value{GDBN} will continue to use
23156the current prompt.
23157
23158Some prompts cannot be substituted in @value{GDBN}. Secondary prompts
23159such as those used by readline for command input, and annotation
23160related prompts are prohibited from being changed.
d812018b 23161@end defun
d17b6f81 23162
d57a3c85
TJB
23163@node Exception Handling
23164@subsubsection Exception Handling
23165@cindex python exceptions
23166@cindex exceptions, python
23167
23168When executing the @code{python} command, Python exceptions
23169uncaught within the Python code are translated to calls to
23170@value{GDBN} error-reporting mechanism. If the command that called
23171@code{python} does not handle the error, @value{GDBN} will
23172terminate it and print an error message containing the Python
23173exception name, the associated value, and the Python call stack
23174backtrace at the point where the exception was raised. Example:
23175
23176@smallexample
23177(@value{GDBP}) python print foo
23178Traceback (most recent call last):
23179 File "<string>", line 1, in <module>
23180NameError: name 'foo' is not defined
23181@end smallexample
23182
621c8364
TT
23183@value{GDBN} errors that happen in @value{GDBN} commands invoked by
23184Python code are converted to Python exceptions. The type of the
23185Python exception depends on the error.
23186
23187@ftable @code
23188@item gdb.error
23189This is the base class for most exceptions generated by @value{GDBN}.
23190It is derived from @code{RuntimeError}, for compatibility with earlier
23191versions of @value{GDBN}.
23192
23193If an error occurring in @value{GDBN} does not fit into some more
23194specific category, then the generated exception will have this type.
23195
23196@item gdb.MemoryError
23197This is a subclass of @code{gdb.error} which is thrown when an
23198operation tried to access invalid memory in the inferior.
23199
23200@item KeyboardInterrupt
23201User interrupt (via @kbd{C-c} or by typing @kbd{q} at a pagination
23202prompt) is translated to a Python @code{KeyboardInterrupt} exception.
23203@end ftable
23204
23205In all cases, your exception handler will see the @value{GDBN} error
23206message as its value and the Python call stack backtrace at the Python
23207statement closest to where the @value{GDBN} error occured as the
d57a3c85
TJB
23208traceback.
23209
07ca107c
DE
23210@findex gdb.GdbError
23211When implementing @value{GDBN} commands in Python via @code{gdb.Command},
23212it is useful to be able to throw an exception that doesn't cause a
23213traceback to be printed. For example, the user may have invoked the
23214command incorrectly. Use the @code{gdb.GdbError} exception
23215to handle this case. Example:
23216
23217@smallexample
23218(gdb) python
23219>class HelloWorld (gdb.Command):
23220> """Greet the whole world."""
23221> def __init__ (self):
7d74f244 23222> super (HelloWorld, self).__init__ ("hello-world", gdb.COMMAND_USER)
07ca107c
DE
23223> def invoke (self, args, from_tty):
23224> argv = gdb.string_to_argv (args)
23225> if len (argv) != 0:
23226> raise gdb.GdbError ("hello-world takes no arguments")
23227> print "Hello, World!"
23228>HelloWorld ()
23229>end
23230(gdb) hello-world 42
23231hello-world takes no arguments
23232@end smallexample
23233
a08702d6
TJB
23234@node Values From Inferior
23235@subsubsection Values From Inferior
23236@cindex values from inferior, with Python
23237@cindex python, working with values from inferior
23238
23239@cindex @code{gdb.Value}
23240@value{GDBN} provides values it obtains from the inferior program in
23241an object of type @code{gdb.Value}. @value{GDBN} uses this object
23242for its internal bookkeeping of the inferior's values, and for
23243fetching values when necessary.
23244
23245Inferior values that are simple scalars can be used directly in
23246Python expressions that are valid for the value's data type. Here's
23247an example for an integer or floating-point value @code{some_val}:
23248
23249@smallexample
23250bar = some_val + 2
23251@end smallexample
23252
23253@noindent
23254As result of this, @code{bar} will also be a @code{gdb.Value} object
23255whose values are of the same type as those of @code{some_val}.
23256
23257Inferior values that are structures or instances of some class can
23258be accessed using the Python @dfn{dictionary syntax}. For example, if
23259@code{some_val} is a @code{gdb.Value} instance holding a structure, you
23260can access its @code{foo} element with:
23261
23262@smallexample
23263bar = some_val['foo']
23264@end smallexample
23265
23266Again, @code{bar} will also be a @code{gdb.Value} object.
23267
5374244e
PM
23268A @code{gdb.Value} that represents a function can be executed via
23269inferior function call. Any arguments provided to the call must match
23270the function's prototype, and must be provided in the order specified
23271by that prototype.
23272
23273For example, @code{some_val} is a @code{gdb.Value} instance
23274representing a function that takes two integers as arguments. To
23275execute this function, call it like so:
23276
23277@smallexample
23278result = some_val (10,20)
23279@end smallexample
23280
23281Any values returned from a function call will be stored as a
23282@code{gdb.Value}.
23283
c0c6f777 23284The following attributes are provided:
a08702d6 23285
d812018b 23286@defvar Value.address
c0c6f777
TJB
23287If this object is addressable, this read-only attribute holds a
23288@code{gdb.Value} object representing the address. Otherwise,
23289this attribute holds @code{None}.
d812018b 23290@end defvar
c0c6f777 23291
def2b000 23292@cindex optimized out value in Python
d812018b 23293@defvar Value.is_optimized_out
def2b000
TJB
23294This read-only boolean attribute is true if the compiler optimized out
23295this value, thus it is not available for fetching from the inferior.
d812018b 23296@end defvar
2c74e833 23297
d812018b 23298@defvar Value.type
2c74e833 23299The type of this @code{gdb.Value}. The value of this attribute is a
44592cc4 23300@code{gdb.Type} object (@pxref{Types In Python}).
d812018b 23301@end defvar
03f17ccf 23302
d812018b 23303@defvar Value.dynamic_type
03f17ccf 23304The dynamic type of this @code{gdb.Value}. This uses C@t{++} run-time
fccd1d1e
EZ
23305type information (@acronym{RTTI}) to determine the dynamic type of the
23306value. If this value is of class type, it will return the class in
23307which the value is embedded, if any. If this value is of pointer or
23308reference to a class type, it will compute the dynamic type of the
23309referenced object, and return a pointer or reference to that type,
23310respectively. In all other cases, it will return the value's static
23311type.
23312
23313Note that this feature will only work when debugging a C@t{++} program
23314that includes @acronym{RTTI} for the object in question. Otherwise,
23315it will just return the static type of the value as in @kbd{ptype foo}
23316(@pxref{Symbols, ptype}).
d812018b 23317@end defvar
22dbab46
PK
23318
23319@defvar Value.is_lazy
23320The value of this read-only boolean attribute is @code{True} if this
23321@code{gdb.Value} has not yet been fetched from the inferior.
23322@value{GDBN} does not fetch values until necessary, for efficiency.
23323For example:
23324
23325@smallexample
23326myval = gdb.parse_and_eval ('somevar')
23327@end smallexample
23328
23329The value of @code{somevar} is not fetched at this time. It will be
23330fetched when the value is needed, or when the @code{fetch_lazy}
23331method is invoked.
23332@end defvar
def2b000
TJB
23333
23334The following methods are provided:
23335
d812018b 23336@defun Value.__init__ (@var{val})
e8467610
TT
23337Many Python values can be converted directly to a @code{gdb.Value} via
23338this object initializer. Specifically:
23339
23340@table @asis
23341@item Python boolean
23342A Python boolean is converted to the boolean type from the current
23343language.
23344
23345@item Python integer
23346A Python integer is converted to the C @code{long} type for the
23347current architecture.
23348
23349@item Python long
23350A Python long is converted to the C @code{long long} type for the
23351current architecture.
23352
23353@item Python float
23354A Python float is converted to the C @code{double} type for the
23355current architecture.
23356
23357@item Python string
23358A Python string is converted to a target string, using the current
23359target encoding.
23360
23361@item @code{gdb.Value}
23362If @code{val} is a @code{gdb.Value}, then a copy of the value is made.
23363
23364@item @code{gdb.LazyString}
23365If @code{val} is a @code{gdb.LazyString} (@pxref{Lazy Strings In
23366Python}), then the lazy string's @code{value} method is called, and
23367its result is used.
23368@end table
d812018b 23369@end defun
e8467610 23370
d812018b 23371@defun Value.cast (type)
14ff2235
PM
23372Return a new instance of @code{gdb.Value} that is the result of
23373casting this instance to the type described by @var{type}, which must
23374be a @code{gdb.Type} object. If the cast cannot be performed for some
23375reason, this method throws an exception.
d812018b 23376@end defun
14ff2235 23377
d812018b 23378@defun Value.dereference ()
def2b000
TJB
23379For pointer data types, this method returns a new @code{gdb.Value} object
23380whose contents is the object pointed to by the pointer. For example, if
23381@code{foo} is a C pointer to an @code{int}, declared in your C program as
a08702d6
TJB
23382
23383@smallexample
23384int *foo;
23385@end smallexample
23386
23387@noindent
23388then you can use the corresponding @code{gdb.Value} to access what
23389@code{foo} points to like this:
23390
23391@smallexample
23392bar = foo.dereference ()
23393@end smallexample
23394
23395The result @code{bar} will be a @code{gdb.Value} object holding the
23396value pointed to by @code{foo}.
7b282c5a
SCR
23397
23398A similar function @code{Value.referenced_value} exists which also
23399returns @code{gdb.Value} objects corresonding to the values pointed to
23400by pointer values (and additionally, values referenced by reference
23401values). However, the behavior of @code{Value.dereference}
23402differs from @code{Value.referenced_value} by the fact that the
23403behavior of @code{Value.dereference} is identical to applying the C
23404unary operator @code{*} on a given value. For example, consider a
23405reference to a pointer @code{ptrref}, declared in your C@t{++} program
23406as
23407
23408@smallexample
23409typedef int *intptr;
23410...
23411int val = 10;
23412intptr ptr = &val;
23413intptr &ptrref = ptr;
23414@end smallexample
23415
23416Though @code{ptrref} is a reference value, one can apply the method
23417@code{Value.dereference} to the @code{gdb.Value} object corresponding
23418to it and obtain a @code{gdb.Value} which is identical to that
23419corresponding to @code{val}. However, if you apply the method
23420@code{Value.referenced_value}, the result would be a @code{gdb.Value}
23421object identical to that corresponding to @code{ptr}.
23422
23423@smallexample
23424py_ptrref = gdb.parse_and_eval ("ptrref")
23425py_val = py_ptrref.dereference ()
23426py_ptr = py_ptrref.referenced_value ()
23427@end smallexample
23428
23429The @code{gdb.Value} object @code{py_val} is identical to that
23430corresponding to @code{val}, and @code{py_ptr} is identical to that
23431corresponding to @code{ptr}. In general, @code{Value.dereference} can
23432be applied whenever the C unary operator @code{*} can be applied
23433to the corresponding C value. For those cases where applying both
23434@code{Value.dereference} and @code{Value.referenced_value} is allowed,
23435the results obtained need not be identical (as we have seen in the above
23436example). The results are however identical when applied on
23437@code{gdb.Value} objects corresponding to pointers (@code{gdb.Value}
23438objects with type code @code{TYPE_CODE_PTR}) in a C/C@t{++} program.
23439@end defun
23440
23441@defun Value.referenced_value ()
23442For pointer or reference data types, this method returns a new
23443@code{gdb.Value} object corresponding to the value referenced by the
23444pointer/reference value. For pointer data types,
23445@code{Value.dereference} and @code{Value.referenced_value} produce
23446identical results. The difference between these methods is that
23447@code{Value.dereference} cannot get the values referenced by reference
23448values. For example, consider a reference to an @code{int}, declared
23449in your C@t{++} program as
23450
23451@smallexample
23452int val = 10;
23453int &ref = val;
23454@end smallexample
23455
23456@noindent
23457then applying @code{Value.dereference} to the @code{gdb.Value} object
23458corresponding to @code{ref} will result in an error, while applying
23459@code{Value.referenced_value} will result in a @code{gdb.Value} object
23460identical to that corresponding to @code{val}.
23461
23462@smallexample
23463py_ref = gdb.parse_and_eval ("ref")
23464er_ref = py_ref.dereference () # Results in error
23465py_val = py_ref.referenced_value () # Returns the referenced value
23466@end smallexample
23467
23468The @code{gdb.Value} object @code{py_val} is identical to that
23469corresponding to @code{val}.
d812018b 23470@end defun
a08702d6 23471
d812018b 23472@defun Value.dynamic_cast (type)
f9ffd4bb
TT
23473Like @code{Value.cast}, but works as if the C@t{++} @code{dynamic_cast}
23474operator were used. Consult a C@t{++} reference for details.
d812018b 23475@end defun
f9ffd4bb 23476
d812018b 23477@defun Value.reinterpret_cast (type)
f9ffd4bb
TT
23478Like @code{Value.cast}, but works as if the C@t{++} @code{reinterpret_cast}
23479operator were used. Consult a C@t{++} reference for details.
d812018b 23480@end defun
f9ffd4bb 23481
d812018b 23482@defun Value.string (@r{[}encoding@r{[}, errors@r{[}, length@r{]]]})
b6cb8e7d
TJB
23483If this @code{gdb.Value} represents a string, then this method
23484converts the contents to a Python string. Otherwise, this method will
23485throw an exception.
23486
23487Strings are recognized in a language-specific way; whether a given
23488@code{gdb.Value} represents a string is determined by the current
23489language.
23490
23491For C-like languages, a value is a string if it is a pointer to or an
23492array of characters or ints. The string is assumed to be terminated
fbb8f299
PM
23493by a zero of the appropriate width. However if the optional length
23494argument is given, the string will be converted to that given length,
23495ignoring any embedded zeros that the string may contain.
b6cb8e7d
TJB
23496
23497If the optional @var{encoding} argument is given, it must be a string
23498naming the encoding of the string in the @code{gdb.Value}, such as
23499@code{"ascii"}, @code{"iso-8859-6"} or @code{"utf-8"}. It accepts
23500the same encodings as the corresponding argument to Python's
23501@code{string.decode} method, and the Python codec machinery will be used
23502to convert the string. If @var{encoding} is not given, or if
23503@var{encoding} is the empty string, then either the @code{target-charset}
23504(@pxref{Character Sets}) will be used, or a language-specific encoding
23505will be used, if the current language is able to supply one.
23506
23507The optional @var{errors} argument is the same as the corresponding
23508argument to Python's @code{string.decode} method.
fbb8f299
PM
23509
23510If the optional @var{length} argument is given, the string will be
23511fetched and converted to the given length.
d812018b 23512@end defun
be759fcf 23513
d812018b 23514@defun Value.lazy_string (@r{[}encoding @r{[}, length@r{]]})
be759fcf
PM
23515If this @code{gdb.Value} represents a string, then this method
23516converts the contents to a @code{gdb.LazyString} (@pxref{Lazy Strings
23517In Python}). Otherwise, this method will throw an exception.
23518
23519If the optional @var{encoding} argument is given, it must be a string
23520naming the encoding of the @code{gdb.LazyString}. Some examples are:
23521@samp{ascii}, @samp{iso-8859-6} or @samp{utf-8}. If the
23522@var{encoding} argument is an encoding that @value{GDBN} does
23523recognize, @value{GDBN} will raise an error.
23524
23525When a lazy string is printed, the @value{GDBN} encoding machinery is
23526used to convert the string during printing. If the optional
23527@var{encoding} argument is not provided, or is an empty string,
23528@value{GDBN} will automatically select the encoding most suitable for
23529the string type. For further information on encoding in @value{GDBN}
23530please see @ref{Character Sets}.
23531
23532If the optional @var{length} argument is given, the string will be
23533fetched and encoded to the length of characters specified. If
23534the @var{length} argument is not provided, the string will be fetched
23535and encoded until a null of appropriate width is found.
d812018b 23536@end defun
22dbab46
PK
23537
23538@defun Value.fetch_lazy ()
23539If the @code{gdb.Value} object is currently a lazy value
23540(@code{gdb.Value.is_lazy} is @code{True}), then the value is
23541fetched from the inferior. Any errors that occur in the process
23542will produce a Python exception.
23543
23544If the @code{gdb.Value} object is not a lazy value, this method
23545has no effect.
23546
23547This method does not return a value.
23548@end defun
23549
b6cb8e7d 23550
2c74e833
TT
23551@node Types In Python
23552@subsubsection Types In Python
23553@cindex types in Python
23554@cindex Python, working with types
23555
23556@tindex gdb.Type
23557@value{GDBN} represents types from the inferior using the class
23558@code{gdb.Type}.
23559
23560The following type-related functions are available in the @code{gdb}
23561module:
23562
23563@findex gdb.lookup_type
d812018b 23564@defun gdb.lookup_type (name @r{[}, block@r{]})
2c74e833
TT
23565This function looks up a type by name. @var{name} is the name of the
23566type to look up. It must be a string.
23567
5107b149
PM
23568If @var{block} is given, then @var{name} is looked up in that scope.
23569Otherwise, it is searched for globally.
23570
2c74e833
TT
23571Ordinarily, this function will return an instance of @code{gdb.Type}.
23572If the named type cannot be found, it will throw an exception.
23573@end defun
23574
a73bb892
PK
23575If the type is a structure or class type, or an enum type, the fields
23576of that type can be accessed using the Python @dfn{dictionary syntax}.
23577For example, if @code{some_type} is a @code{gdb.Type} instance holding
23578a structure type, you can access its @code{foo} field with:
23579
23580@smallexample
23581bar = some_type['foo']
23582@end smallexample
23583
23584@code{bar} will be a @code{gdb.Field} object; see below under the
23585description of the @code{Type.fields} method for a description of the
23586@code{gdb.Field} class.
23587
2c74e833
TT
23588An instance of @code{Type} has the following attributes:
23589
d812018b 23590@defvar Type.code
2c74e833
TT
23591The type code for this type. The type code will be one of the
23592@code{TYPE_CODE_} constants defined below.
d812018b 23593@end defvar
2c74e833 23594
d812018b 23595@defvar Type.sizeof
2c74e833
TT
23596The size of this type, in target @code{char} units. Usually, a
23597target's @code{char} type will be an 8-bit byte. However, on some
23598unusual platforms, this type may have a different size.
d812018b 23599@end defvar
2c74e833 23600
d812018b 23601@defvar Type.tag
2c74e833
TT
23602The tag name for this type. The tag name is the name after
23603@code{struct}, @code{union}, or @code{enum} in C and C@t{++}; not all
23604languages have this concept. If this type has no tag name, then
23605@code{None} is returned.
d812018b 23606@end defvar
2c74e833
TT
23607
23608The following methods are provided:
23609
d812018b 23610@defun Type.fields ()
2c74e833
TT
23611For structure and union types, this method returns the fields. Range
23612types have two fields, the minimum and maximum values. Enum types
23613have one field per enum constant. Function and method types have one
23614field per parameter. The base types of C@t{++} classes are also
23615represented as fields. If the type has no fields, or does not fit
23616into one of these categories, an empty sequence will be returned.
23617
a73bb892 23618Each field is a @code{gdb.Field} object, with some pre-defined attributes:
2c74e833
TT
23619@table @code
23620@item bitpos
23621This attribute is not available for @code{static} fields (as in
23622C@t{++} or Java). For non-@code{static} fields, the value is the bit
a9f54f60
TT
23623position of the field. For @code{enum} fields, the value is the
23624enumeration member's integer representation.
2c74e833
TT
23625
23626@item name
23627The name of the field, or @code{None} for anonymous fields.
23628
23629@item artificial
23630This is @code{True} if the field is artificial, usually meaning that
23631it was provided by the compiler and not the user. This attribute is
23632always provided, and is @code{False} if the field is not artificial.
23633
bfd31e71
PM
23634@item is_base_class
23635This is @code{True} if the field represents a base class of a C@t{++}
23636structure. This attribute is always provided, and is @code{False}
23637if the field is not a base class of the type that is the argument of
23638@code{fields}, or if that type was not a C@t{++} class.
23639
2c74e833
TT
23640@item bitsize
23641If the field is packed, or is a bitfield, then this will have a
23642non-zero value, which is the size of the field in bits. Otherwise,
23643this will be zero; in this case the field's size is given by its type.
23644
23645@item type
23646The type of the field. This is usually an instance of @code{Type},
23647but it can be @code{None} in some situations.
23648@end table
d812018b 23649@end defun
2c74e833 23650
d812018b 23651@defun Type.array (@var{n1} @r{[}, @var{n2}@r{]})
702c2711
TT
23652Return a new @code{gdb.Type} object which represents an array of this
23653type. If one argument is given, it is the inclusive upper bound of
23654the array; in this case the lower bound is zero. If two arguments are
23655given, the first argument is the lower bound of the array, and the
23656second argument is the upper bound of the array. An array's length
23657must not be negative, but the bounds can be.
d812018b 23658@end defun
702c2711 23659
a72c3253
DE
23660@defun Type.vector (@var{n1} @r{[}, @var{n2}@r{]})
23661Return a new @code{gdb.Type} object which represents a vector of this
23662type. If one argument is given, it is the inclusive upper bound of
23663the vector; in this case the lower bound is zero. If two arguments are
23664given, the first argument is the lower bound of the vector, and the
23665second argument is the upper bound of the vector. A vector's length
23666must not be negative, but the bounds can be.
23667
23668The difference between an @code{array} and a @code{vector} is that
23669arrays behave like in C: when used in expressions they decay to a pointer
23670to the first element whereas vectors are treated as first class values.
23671@end defun
23672
d812018b 23673@defun Type.const ()
2c74e833
TT
23674Return a new @code{gdb.Type} object which represents a
23675@code{const}-qualified variant of this type.
d812018b 23676@end defun
2c74e833 23677
d812018b 23678@defun Type.volatile ()
2c74e833
TT
23679Return a new @code{gdb.Type} object which represents a
23680@code{volatile}-qualified variant of this type.
d812018b 23681@end defun
2c74e833 23682
d812018b 23683@defun Type.unqualified ()
2c74e833
TT
23684Return a new @code{gdb.Type} object which represents an unqualified
23685variant of this type. That is, the result is neither @code{const} nor
23686@code{volatile}.
d812018b 23687@end defun
2c74e833 23688
d812018b 23689@defun Type.range ()
361ae042
PM
23690Return a Python @code{Tuple} object that contains two elements: the
23691low bound of the argument type and the high bound of that type. If
23692the type does not have a range, @value{GDBN} will raise a
621c8364 23693@code{gdb.error} exception (@pxref{Exception Handling}).
d812018b 23694@end defun
361ae042 23695
d812018b 23696@defun Type.reference ()
2c74e833
TT
23697Return a new @code{gdb.Type} object which represents a reference to this
23698type.
d812018b 23699@end defun
2c74e833 23700
d812018b 23701@defun Type.pointer ()
7a6973ad
TT
23702Return a new @code{gdb.Type} object which represents a pointer to this
23703type.
d812018b 23704@end defun
7a6973ad 23705
d812018b 23706@defun Type.strip_typedefs ()
2c74e833
TT
23707Return a new @code{gdb.Type} that represents the real type,
23708after removing all layers of typedefs.
d812018b 23709@end defun
2c74e833 23710
d812018b 23711@defun Type.target ()
2c74e833
TT
23712Return a new @code{gdb.Type} object which represents the target type
23713of this type.
23714
23715For a pointer type, the target type is the type of the pointed-to
23716object. For an array type (meaning C-like arrays), the target type is
23717the type of the elements of the array. For a function or method type,
23718the target type is the type of the return value. For a complex type,
23719the target type is the type of the elements. For a typedef, the
23720target type is the aliased type.
23721
23722If the type does not have a target, this method will throw an
23723exception.
d812018b 23724@end defun
2c74e833 23725
d812018b 23726@defun Type.template_argument (n @r{[}, block@r{]})
2c74e833
TT
23727If this @code{gdb.Type} is an instantiation of a template, this will
23728return a new @code{gdb.Type} which represents the type of the
23729@var{n}th template argument.
23730
23731If this @code{gdb.Type} is not a template type, this will throw an
23732exception. Ordinarily, only C@t{++} code will have template types.
23733
5107b149
PM
23734If @var{block} is given, then @var{name} is looked up in that scope.
23735Otherwise, it is searched for globally.
d812018b 23736@end defun
2c74e833
TT
23737
23738
23739Each type has a code, which indicates what category this type falls
23740into. The available type categories are represented by constants
23741defined in the @code{gdb} module:
23742
23743@table @code
23744@findex TYPE_CODE_PTR
23745@findex gdb.TYPE_CODE_PTR
d812018b 23746@item gdb.TYPE_CODE_PTR
2c74e833
TT
23747The type is a pointer.
23748
23749@findex TYPE_CODE_ARRAY
23750@findex gdb.TYPE_CODE_ARRAY
d812018b 23751@item gdb.TYPE_CODE_ARRAY
2c74e833
TT
23752The type is an array.
23753
23754@findex TYPE_CODE_STRUCT
23755@findex gdb.TYPE_CODE_STRUCT
d812018b 23756@item gdb.TYPE_CODE_STRUCT
2c74e833
TT
23757The type is a structure.
23758
23759@findex TYPE_CODE_UNION
23760@findex gdb.TYPE_CODE_UNION
d812018b 23761@item gdb.TYPE_CODE_UNION
2c74e833
TT
23762The type is a union.
23763
23764@findex TYPE_CODE_ENUM
23765@findex gdb.TYPE_CODE_ENUM
d812018b 23766@item gdb.TYPE_CODE_ENUM
2c74e833
TT
23767The type is an enum.
23768
23769@findex TYPE_CODE_FLAGS
23770@findex gdb.TYPE_CODE_FLAGS
d812018b 23771@item gdb.TYPE_CODE_FLAGS
2c74e833
TT
23772A bit flags type, used for things such as status registers.
23773
23774@findex TYPE_CODE_FUNC
23775@findex gdb.TYPE_CODE_FUNC
d812018b 23776@item gdb.TYPE_CODE_FUNC
2c74e833
TT
23777The type is a function.
23778
23779@findex TYPE_CODE_INT
23780@findex gdb.TYPE_CODE_INT
d812018b 23781@item gdb.TYPE_CODE_INT
2c74e833
TT
23782The type is an integer type.
23783
23784@findex TYPE_CODE_FLT
23785@findex gdb.TYPE_CODE_FLT
d812018b 23786@item gdb.TYPE_CODE_FLT
2c74e833
TT
23787A floating point type.
23788
23789@findex TYPE_CODE_VOID
23790@findex gdb.TYPE_CODE_VOID
d812018b 23791@item gdb.TYPE_CODE_VOID
2c74e833
TT
23792The special type @code{void}.
23793
23794@findex TYPE_CODE_SET
23795@findex gdb.TYPE_CODE_SET
d812018b 23796@item gdb.TYPE_CODE_SET
2c74e833
TT
23797A Pascal set type.
23798
23799@findex TYPE_CODE_RANGE
23800@findex gdb.TYPE_CODE_RANGE
d812018b 23801@item gdb.TYPE_CODE_RANGE
2c74e833
TT
23802A range type, that is, an integer type with bounds.
23803
23804@findex TYPE_CODE_STRING
23805@findex gdb.TYPE_CODE_STRING
d812018b 23806@item gdb.TYPE_CODE_STRING
2c74e833
TT
23807A string type. Note that this is only used for certain languages with
23808language-defined string types; C strings are not represented this way.
23809
23810@findex TYPE_CODE_BITSTRING
23811@findex gdb.TYPE_CODE_BITSTRING
d812018b 23812@item gdb.TYPE_CODE_BITSTRING
6b1755ce 23813A string of bits. It is deprecated.
2c74e833
TT
23814
23815@findex TYPE_CODE_ERROR
23816@findex gdb.TYPE_CODE_ERROR
d812018b 23817@item gdb.TYPE_CODE_ERROR
2c74e833
TT
23818An unknown or erroneous type.
23819
23820@findex TYPE_CODE_METHOD
23821@findex gdb.TYPE_CODE_METHOD
d812018b 23822@item gdb.TYPE_CODE_METHOD
2c74e833
TT
23823A method type, as found in C@t{++} or Java.
23824
23825@findex TYPE_CODE_METHODPTR
23826@findex gdb.TYPE_CODE_METHODPTR
d812018b 23827@item gdb.TYPE_CODE_METHODPTR
2c74e833
TT
23828A pointer-to-member-function.
23829
23830@findex TYPE_CODE_MEMBERPTR
23831@findex gdb.TYPE_CODE_MEMBERPTR
d812018b 23832@item gdb.TYPE_CODE_MEMBERPTR
2c74e833
TT
23833A pointer-to-member.
23834
23835@findex TYPE_CODE_REF
23836@findex gdb.TYPE_CODE_REF
d812018b 23837@item gdb.TYPE_CODE_REF
2c74e833
TT
23838A reference type.
23839
23840@findex TYPE_CODE_CHAR
23841@findex gdb.TYPE_CODE_CHAR
d812018b 23842@item gdb.TYPE_CODE_CHAR
2c74e833
TT
23843A character type.
23844
23845@findex TYPE_CODE_BOOL
23846@findex gdb.TYPE_CODE_BOOL
d812018b 23847@item gdb.TYPE_CODE_BOOL
2c74e833
TT
23848A boolean type.
23849
23850@findex TYPE_CODE_COMPLEX
23851@findex gdb.TYPE_CODE_COMPLEX
d812018b 23852@item gdb.TYPE_CODE_COMPLEX
2c74e833
TT
23853A complex float type.
23854
23855@findex TYPE_CODE_TYPEDEF
23856@findex gdb.TYPE_CODE_TYPEDEF
d812018b 23857@item gdb.TYPE_CODE_TYPEDEF
2c74e833
TT
23858A typedef to some other type.
23859
23860@findex TYPE_CODE_NAMESPACE
23861@findex gdb.TYPE_CODE_NAMESPACE
d812018b 23862@item gdb.TYPE_CODE_NAMESPACE
2c74e833
TT
23863A C@t{++} namespace.
23864
23865@findex TYPE_CODE_DECFLOAT
23866@findex gdb.TYPE_CODE_DECFLOAT
d812018b 23867@item gdb.TYPE_CODE_DECFLOAT
2c74e833
TT
23868A decimal floating point type.
23869
23870@findex TYPE_CODE_INTERNAL_FUNCTION
23871@findex gdb.TYPE_CODE_INTERNAL_FUNCTION
d812018b 23872@item gdb.TYPE_CODE_INTERNAL_FUNCTION
2c74e833
TT
23873A function internal to @value{GDBN}. This is the type used to represent
23874convenience functions.
23875@end table
23876
0e3509db
DE
23877Further support for types is provided in the @code{gdb.types}
23878Python module (@pxref{gdb.types}).
23879
4c374409
JK
23880@node Pretty Printing API
23881@subsubsection Pretty Printing API
a6bac58e 23882
4c374409 23883An example output is provided (@pxref{Pretty Printing}).
a6bac58e
TT
23884
23885A pretty-printer is just an object that holds a value and implements a
23886specific interface, defined here.
23887
d812018b 23888@defun pretty_printer.children (self)
a6bac58e
TT
23889@value{GDBN} will call this method on a pretty-printer to compute the
23890children of the pretty-printer's value.
23891
23892This method must return an object conforming to the Python iterator
23893protocol. Each item returned by the iterator must be a tuple holding
23894two elements. The first element is the ``name'' of the child; the
23895second element is the child's value. The value can be any Python
23896object which is convertible to a @value{GDBN} value.
23897
23898This method is optional. If it does not exist, @value{GDBN} will act
23899as though the value has no children.
d812018b 23900@end defun
a6bac58e 23901
d812018b 23902@defun pretty_printer.display_hint (self)
a6bac58e
TT
23903The CLI may call this method and use its result to change the
23904formatting of a value. The result will also be supplied to an MI
23905consumer as a @samp{displayhint} attribute of the variable being
23906printed.
23907
23908This method is optional. If it does exist, this method must return a
23909string.
23910
23911Some display hints are predefined by @value{GDBN}:
23912
23913@table @samp
23914@item array
23915Indicate that the object being printed is ``array-like''. The CLI
23916uses this to respect parameters such as @code{set print elements} and
23917@code{set print array}.
23918
23919@item map
23920Indicate that the object being printed is ``map-like'', and that the
23921children of this value can be assumed to alternate between keys and
23922values.
23923
23924@item string
23925Indicate that the object being printed is ``string-like''. If the
23926printer's @code{to_string} method returns a Python string of some
23927kind, then @value{GDBN} will call its internal language-specific
23928string-printing function to format the string. For the CLI this means
23929adding quotation marks, possibly escaping some characters, respecting
23930@code{set print elements}, and the like.
23931@end table
d812018b 23932@end defun
a6bac58e 23933
d812018b 23934@defun pretty_printer.to_string (self)
a6bac58e
TT
23935@value{GDBN} will call this method to display the string
23936representation of the value passed to the object's constructor.
23937
23938When printing from the CLI, if the @code{to_string} method exists,
23939then @value{GDBN} will prepend its result to the values returned by
23940@code{children}. Exactly how this formatting is done is dependent on
23941the display hint, and may change as more hints are added. Also,
23942depending on the print settings (@pxref{Print Settings}), the CLI may
23943print just the result of @code{to_string} in a stack trace, omitting
23944the result of @code{children}.
23945
23946If this method returns a string, it is printed verbatim.
23947
23948Otherwise, if this method returns an instance of @code{gdb.Value},
23949then @value{GDBN} prints this value. This may result in a call to
23950another pretty-printer.
23951
23952If instead the method returns a Python value which is convertible to a
23953@code{gdb.Value}, then @value{GDBN} performs the conversion and prints
23954the resulting value. Again, this may result in a call to another
23955pretty-printer. Python scalars (integers, floats, and booleans) and
23956strings are convertible to @code{gdb.Value}; other types are not.
23957
79f283fe
PM
23958Finally, if this method returns @code{None} then no further operations
23959are peformed in this method and nothing is printed.
23960
a6bac58e 23961If the result is not one of these types, an exception is raised.
d812018b 23962@end defun
a6bac58e 23963
464b3efb
TT
23964@value{GDBN} provides a function which can be used to look up the
23965default pretty-printer for a @code{gdb.Value}:
23966
23967@findex gdb.default_visualizer
d812018b 23968@defun gdb.default_visualizer (value)
464b3efb
TT
23969This function takes a @code{gdb.Value} object as an argument. If a
23970pretty-printer for this value exists, then it is returned. If no such
23971printer exists, then this returns @code{None}.
23972@end defun
23973
a6bac58e
TT
23974@node Selecting Pretty-Printers
23975@subsubsection Selecting Pretty-Printers
23976
23977The Python list @code{gdb.pretty_printers} contains an array of
967cf477 23978functions or callable objects that have been registered via addition
7b51bc51
DE
23979as a pretty-printer. Printers in this list are called @code{global}
23980printers, they're available when debugging all inferiors.
fa33c3cd 23981Each @code{gdb.Progspace} contains a @code{pretty_printers} attribute.
a6bac58e
TT
23982Each @code{gdb.Objfile} also contains a @code{pretty_printers}
23983attribute.
23984
7b51bc51 23985Each function on these lists is passed a single @code{gdb.Value}
a6bac58e 23986argument and should return a pretty-printer object conforming to the
4c374409 23987interface definition above (@pxref{Pretty Printing API}). If a function
a6bac58e
TT
23988cannot create a pretty-printer for the value, it should return
23989@code{None}.
23990
23991@value{GDBN} first checks the @code{pretty_printers} attribute of each
fa33c3cd 23992@code{gdb.Objfile} in the current program space and iteratively calls
7b51bc51
DE
23993each enabled lookup routine in the list for that @code{gdb.Objfile}
23994until it receives a pretty-printer object.
fa33c3cd
DE
23995If no pretty-printer is found in the objfile lists, @value{GDBN} then
23996searches the pretty-printer list of the current program space,
967cf477 23997calling each enabled function until an object is returned.
a6bac58e 23998After these lists have been exhausted, it tries the global
967cf477 23999@code{gdb.pretty_printers} list, again calling each enabled function until an
a6bac58e
TT
24000object is returned.
24001
24002The order in which the objfiles are searched is not specified. For a
24003given list, functions are always invoked from the head of the list,
24004and iterated over sequentially until the end of the list, or a printer
24005object is returned.
24006
7b51bc51
DE
24007For various reasons a pretty-printer may not work.
24008For example, the underlying data structure may have changed and
24009the pretty-printer is out of date.
24010
24011The consequences of a broken pretty-printer are severe enough that
24012@value{GDBN} provides support for enabling and disabling individual
24013printers. For example, if @code{print frame-arguments} is on,
24014a backtrace can become highly illegible if any argument is printed
24015with a broken printer.
24016
24017Pretty-printers are enabled and disabled by attaching an @code{enabled}
24018attribute to the registered function or callable object. If this attribute
24019is present and its value is @code{False}, the printer is disabled, otherwise
24020the printer is enabled.
24021
24022@node Writing a Pretty-Printer
24023@subsubsection Writing a Pretty-Printer
24024@cindex writing a pretty-printer
24025
24026A pretty-printer consists of two parts: a lookup function to detect
24027if the type is supported, and the printer itself.
24028
a6bac58e 24029Here is an example showing how a @code{std::string} printer might be
7b51bc51
DE
24030written. @xref{Pretty Printing API}, for details on the API this class
24031must provide.
a6bac58e
TT
24032
24033@smallexample
7b51bc51 24034class StdStringPrinter(object):
a6bac58e
TT
24035 "Print a std::string"
24036
7b51bc51 24037 def __init__(self, val):
a6bac58e
TT
24038 self.val = val
24039
7b51bc51 24040 def to_string(self):
a6bac58e
TT
24041 return self.val['_M_dataplus']['_M_p']
24042
7b51bc51 24043 def display_hint(self):
a6bac58e
TT
24044 return 'string'
24045@end smallexample
24046
24047And here is an example showing how a lookup function for the printer
24048example above might be written.
24049
24050@smallexample
7b51bc51 24051def str_lookup_function(val):
a6bac58e 24052 lookup_tag = val.type.tag
a6bac58e
TT
24053 if lookup_tag == None:
24054 return None
7b51bc51
DE
24055 regex = re.compile("^std::basic_string<char,.*>$")
24056 if regex.match(lookup_tag):
24057 return StdStringPrinter(val)
a6bac58e
TT
24058 return None
24059@end smallexample
24060
24061The example lookup function extracts the value's type, and attempts to
24062match it to a type that it can pretty-print. If it is a type the
24063printer can pretty-print, it will return a printer object. If not, it
24064returns @code{None}.
24065
24066We recommend that you put your core pretty-printers into a Python
24067package. If your pretty-printers are for use with a library, we
24068further recommend embedding a version number into the package name.
24069This practice will enable @value{GDBN} to load multiple versions of
24070your pretty-printers at the same time, because they will have
24071different names.
24072
bf88dd68 24073You should write auto-loaded code (@pxref{Python Auto-loading}) such that it
a6bac58e
TT
24074can be evaluated multiple times without changing its meaning. An
24075ideal auto-load file will consist solely of @code{import}s of your
24076printer modules, followed by a call to a register pretty-printers with
24077the current objfile.
24078
24079Taken as a whole, this approach will scale nicely to multiple
24080inferiors, each potentially using a different library version.
24081Embedding a version number in the Python package name will ensure that
24082@value{GDBN} is able to load both sets of printers simultaneously.
24083Then, because the search for pretty-printers is done by objfile, and
24084because your auto-loaded code took care to register your library's
24085printers with a specific objfile, @value{GDBN} will find the correct
24086printers for the specific version of the library used by each
24087inferior.
24088
4c374409 24089To continue the @code{std::string} example (@pxref{Pretty Printing API}),
a6bac58e
TT
24090this code might appear in @code{gdb.libstdcxx.v6}:
24091
24092@smallexample
7b51bc51 24093def register_printers(objfile):
ae6f0d5b 24094 objfile.pretty_printers.append(str_lookup_function)
a6bac58e
TT
24095@end smallexample
24096
24097@noindent
24098And then the corresponding contents of the auto-load file would be:
24099
24100@smallexample
24101import gdb.libstdcxx.v6
7b51bc51 24102gdb.libstdcxx.v6.register_printers(gdb.current_objfile())
a6bac58e
TT
24103@end smallexample
24104
7b51bc51
DE
24105The previous example illustrates a basic pretty-printer.
24106There are a few things that can be improved on.
24107The printer doesn't have a name, making it hard to identify in a
24108list of installed printers. The lookup function has a name, but
24109lookup functions can have arbitrary, even identical, names.
967cf477 24110
7b51bc51
DE
24111Second, the printer only handles one type, whereas a library typically has
24112several types. One could install a lookup function for each desired type
24113in the library, but one could also have a single lookup function recognize
24114several types. The latter is the conventional way this is handled.
24115If a pretty-printer can handle multiple data types, then its
24116@dfn{subprinters} are the printers for the individual data types.
967cf477 24117
7b51bc51
DE
24118The @code{gdb.printing} module provides a formal way of solving these
24119problems (@pxref{gdb.printing}).
24120Here is another example that handles multiple types.
967cf477 24121
7b51bc51
DE
24122These are the types we are going to pretty-print:
24123
24124@smallexample
24125struct foo @{ int a, b; @};
24126struct bar @{ struct foo x, y; @};
24127@end smallexample
24128
24129Here are the printers:
24130
24131@smallexample
24132class fooPrinter:
24133 """Print a foo object."""
24134
24135 def __init__(self, val):
24136 self.val = val
24137
24138 def to_string(self):
24139 return ("a=<" + str(self.val["a"]) +
24140 "> b=<" + str(self.val["b"]) + ">")
24141
24142class barPrinter:
24143 """Print a bar object."""
24144
24145 def __init__(self, val):
24146 self.val = val
24147
24148 def to_string(self):
24149 return ("x=<" + str(self.val["x"]) +
24150 "> y=<" + str(self.val["y"]) + ">")
24151@end smallexample
24152
24153This example doesn't need a lookup function, that is handled by the
24154@code{gdb.printing} module. Instead a function is provided to build up
24155the object that handles the lookup.
24156
24157@smallexample
24158import gdb.printing
24159
24160def build_pretty_printer():
24161 pp = gdb.printing.RegexpCollectionPrettyPrinter(
24162 "my_library")
24163 pp.add_printer('foo', '^foo$', fooPrinter)
24164 pp.add_printer('bar', '^bar$', barPrinter)
24165 return pp
24166@end smallexample
24167
24168And here is the autoload support:
24169
24170@smallexample
24171import gdb.printing
24172import my_library
24173gdb.printing.register_pretty_printer(
24174 gdb.current_objfile(),
24175 my_library.build_pretty_printer())
24176@end smallexample
24177
24178Finally, when this printer is loaded into @value{GDBN}, here is the
24179corresponding output of @samp{info pretty-printer}:
24180
24181@smallexample
24182(gdb) info pretty-printer
24183my_library.so:
24184 my_library
24185 foo
24186 bar
24187@end smallexample
967cf477 24188
18a9fc12
TT
24189@node Type Printing API
24190@subsubsection Type Printing API
24191@cindex type printing API for Python
24192
24193@value{GDBN} provides a way for Python code to customize type display.
24194This is mainly useful for substituting canonical typedef names for
24195types.
24196
24197@cindex type printer
24198A @dfn{type printer} is just a Python object conforming to a certain
24199protocol. A simple base class implementing the protocol is provided;
24200see @ref{gdb.types}. A type printer must supply at least:
24201
24202@defivar type_printer enabled
24203A boolean which is True if the printer is enabled, and False
24204otherwise. This is manipulated by the @code{enable type-printer}
24205and @code{disable type-printer} commands.
24206@end defivar
24207
24208@defivar type_printer name
24209The name of the type printer. This must be a string. This is used by
24210the @code{enable type-printer} and @code{disable type-printer}
24211commands.
24212@end defivar
24213
24214@defmethod type_printer instantiate (self)
24215This is called by @value{GDBN} at the start of type-printing. It is
24216only called if the type printer is enabled. This method must return a
24217new object that supplies a @code{recognize} method, as described below.
24218@end defmethod
24219
24220
24221When displaying a type, say via the @code{ptype} command, @value{GDBN}
24222will compute a list of type recognizers. This is done by iterating
24223first over the per-objfile type printers (@pxref{Objfiles In Python}),
24224followed by the per-progspace type printers (@pxref{Progspaces In
24225Python}), and finally the global type printers.
24226
24227@value{GDBN} will call the @code{instantiate} method of each enabled
24228type printer. If this method returns @code{None}, then the result is
24229ignored; otherwise, it is appended to the list of recognizers.
24230
24231Then, when @value{GDBN} is going to display a type name, it iterates
24232over the list of recognizers. For each one, it calls the recognition
24233function, stopping if the function returns a non-@code{None} value.
24234The recognition function is defined as:
24235
24236@defmethod type_recognizer recognize (self, type)
24237If @var{type} is not recognized, return @code{None}. Otherwise,
24238return a string which is to be printed as the name of @var{type}.
24239@var{type} will be an instance of @code{gdb.Type} (@pxref{Types In
24240Python}).
24241@end defmethod
24242
24243@value{GDBN} uses this two-pass approach so that type printers can
24244efficiently cache information without holding on to it too long. For
24245example, it can be convenient to look up type information in a type
24246printer and hold it for a recognizer's lifetime; if a single pass were
24247done then type printers would have to make use of the event system in
24248order to avoid holding information that could become stale as the
24249inferior changed.
24250
595939de
PM
24251@node Inferiors In Python
24252@subsubsection Inferiors In Python
505500db 24253@cindex inferiors in Python
595939de
PM
24254
24255@findex gdb.Inferior
24256Programs which are being run under @value{GDBN} are called inferiors
24257(@pxref{Inferiors and Programs}). Python scripts can access
24258information about and manipulate inferiors controlled by @value{GDBN}
24259via objects of the @code{gdb.Inferior} class.
24260
24261The following inferior-related functions are available in the @code{gdb}
24262module:
24263
d812018b 24264@defun gdb.inferiors ()
595939de
PM
24265Return a tuple containing all inferior objects.
24266@end defun
24267
d812018b 24268@defun gdb.selected_inferior ()
2aa48337
KP
24269Return an object representing the current inferior.
24270@end defun
24271
595939de
PM
24272A @code{gdb.Inferior} object has the following attributes:
24273
d812018b 24274@defvar Inferior.num
595939de 24275ID of inferior, as assigned by GDB.
d812018b 24276@end defvar
595939de 24277
d812018b 24278@defvar Inferior.pid
595939de
PM
24279Process ID of the inferior, as assigned by the underlying operating
24280system.
d812018b 24281@end defvar
595939de 24282
d812018b 24283@defvar Inferior.was_attached
595939de
PM
24284Boolean signaling whether the inferior was created using `attach', or
24285started by @value{GDBN} itself.
d812018b 24286@end defvar
595939de
PM
24287
24288A @code{gdb.Inferior} object has the following methods:
24289
d812018b 24290@defun Inferior.is_valid ()
29703da4
PM
24291Returns @code{True} if the @code{gdb.Inferior} object is valid,
24292@code{False} if not. A @code{gdb.Inferior} object will become invalid
24293if the inferior no longer exists within @value{GDBN}. All other
24294@code{gdb.Inferior} methods will throw an exception if it is invalid
24295at the time the method is called.
d812018b 24296@end defun
29703da4 24297
d812018b 24298@defun Inferior.threads ()
595939de
PM
24299This method returns a tuple holding all the threads which are valid
24300when it is called. If there are no valid threads, the method will
24301return an empty tuple.
d812018b 24302@end defun
595939de 24303
2678e2af 24304@findex Inferior.read_memory
d812018b 24305@defun Inferior.read_memory (address, length)
595939de
PM
24306Read @var{length} bytes of memory from the inferior, starting at
24307@var{address}. Returns a buffer object, which behaves much like an array
2678e2af 24308or a string. It can be modified and given to the
9a27f2c6
PK
24309@code{Inferior.write_memory} function. In @code{Python} 3, the return
24310value is a @code{memoryview} object.
d812018b 24311@end defun
595939de 24312
2678e2af 24313@findex Inferior.write_memory
d812018b 24314@defun Inferior.write_memory (address, buffer @r{[}, length@r{]})
595939de
PM
24315Write the contents of @var{buffer} to the inferior, starting at
24316@var{address}. The @var{buffer} parameter must be a Python object
24317which supports the buffer protocol, i.e., a string, an array or the
2678e2af 24318object returned from @code{Inferior.read_memory}. If given, @var{length}
595939de 24319determines the number of bytes from @var{buffer} to be written.
d812018b 24320@end defun
595939de
PM
24321
24322@findex gdb.search_memory
d812018b 24323@defun Inferior.search_memory (address, length, pattern)
595939de
PM
24324Search a region of the inferior memory starting at @var{address} with
24325the given @var{length} using the search pattern supplied in
24326@var{pattern}. The @var{pattern} parameter must be a Python object
24327which supports the buffer protocol, i.e., a string, an array or the
24328object returned from @code{gdb.read_memory}. Returns a Python @code{Long}
24329containing the address where the pattern was found, or @code{None} if
24330the pattern could not be found.
d812018b 24331@end defun
595939de 24332
505500db
SW
24333@node Events In Python
24334@subsubsection Events In Python
24335@cindex inferior events in Python
24336
24337@value{GDBN} provides a general event facility so that Python code can be
24338notified of various state changes, particularly changes that occur in
24339the inferior.
24340
24341An @dfn{event} is just an object that describes some state change. The
24342type of the object and its attributes will vary depending on the details
24343of the change. All the existing events are described below.
24344
24345In order to be notified of an event, you must register an event handler
24346with an @dfn{event registry}. An event registry is an object in the
24347@code{gdb.events} module which dispatches particular events. A registry
24348provides methods to register and unregister event handlers:
24349
d812018b 24350@defun EventRegistry.connect (object)
505500db
SW
24351Add the given callable @var{object} to the registry. This object will be
24352called when an event corresponding to this registry occurs.
d812018b 24353@end defun
505500db 24354
d812018b 24355@defun EventRegistry.disconnect (object)
505500db
SW
24356Remove the given @var{object} from the registry. Once removed, the object
24357will no longer receive notifications of events.
d812018b 24358@end defun
505500db
SW
24359
24360Here is an example:
24361
24362@smallexample
24363def exit_handler (event):
24364 print "event type: exit"
24365 print "exit code: %d" % (event.exit_code)
24366
24367gdb.events.exited.connect (exit_handler)
24368@end smallexample
24369
24370In the above example we connect our handler @code{exit_handler} to the
24371registry @code{events.exited}. Once connected, @code{exit_handler} gets
24372called when the inferior exits. The argument @dfn{event} in this example is
24373of type @code{gdb.ExitedEvent}. As you can see in the example the
24374@code{ExitedEvent} object has an attribute which indicates the exit code of
24375the inferior.
24376
24377The following is a listing of the event registries that are available and
24378details of the events they emit:
24379
24380@table @code
24381
24382@item events.cont
24383Emits @code{gdb.ThreadEvent}.
24384
24385Some events can be thread specific when @value{GDBN} is running in non-stop
24386mode. When represented in Python, these events all extend
24387@code{gdb.ThreadEvent}. Note, this event is not emitted directly; instead,
24388events which are emitted by this or other modules might extend this event.
24389Examples of these events are @code{gdb.BreakpointEvent} and
24390@code{gdb.ContinueEvent}.
24391
d812018b 24392@defvar ThreadEvent.inferior_thread
505500db
SW
24393In non-stop mode this attribute will be set to the specific thread which was
24394involved in the emitted event. Otherwise, it will be set to @code{None}.
d812018b 24395@end defvar
505500db
SW
24396
24397Emits @code{gdb.ContinueEvent} which extends @code{gdb.ThreadEvent}.
24398
24399This event indicates that the inferior has been continued after a stop. For
24400inherited attribute refer to @code{gdb.ThreadEvent} above.
24401
24402@item events.exited
24403Emits @code{events.ExitedEvent} which indicates that the inferior has exited.
cb6be26b 24404@code{events.ExitedEvent} has two attributes:
d812018b 24405@defvar ExitedEvent.exit_code
cb6be26b
KP
24406An integer representing the exit code, if available, which the inferior
24407has returned. (The exit code could be unavailable if, for example,
24408@value{GDBN} detaches from the inferior.) If the exit code is unavailable,
24409the attribute does not exist.
24410@end defvar
24411@defvar ExitedEvent inferior
24412A reference to the inferior which triggered the @code{exited} event.
d812018b 24413@end defvar
505500db
SW
24414
24415@item events.stop
24416Emits @code{gdb.StopEvent} which extends @code{gdb.ThreadEvent}.
24417
24418Indicates that the inferior has stopped. All events emitted by this registry
24419extend StopEvent. As a child of @code{gdb.ThreadEvent}, @code{gdb.StopEvent}
24420will indicate the stopped thread when @value{GDBN} is running in non-stop
24421mode. Refer to @code{gdb.ThreadEvent} above for more details.
24422
24423Emits @code{gdb.SignalEvent} which extends @code{gdb.StopEvent}.
24424
24425This event indicates that the inferior or one of its threads has received as
24426signal. @code{gdb.SignalEvent} has the following attributes:
24427
d812018b 24428@defvar SignalEvent.stop_signal
505500db
SW
24429A string representing the signal received by the inferior. A list of possible
24430signal values can be obtained by running the command @code{info signals} in
24431the @value{GDBN} command prompt.
d812018b 24432@end defvar
505500db
SW
24433
24434Also emits @code{gdb.BreakpointEvent} which extends @code{gdb.StopEvent}.
24435
6839b47f
KP
24436@code{gdb.BreakpointEvent} event indicates that one or more breakpoints have
24437been hit, and has the following attributes:
505500db 24438
d812018b 24439@defvar BreakpointEvent.breakpoints
6839b47f
KP
24440A sequence containing references to all the breakpoints (type
24441@code{gdb.Breakpoint}) that were hit.
505500db 24442@xref{Breakpoints In Python}, for details of the @code{gdb.Breakpoint} object.
d812018b
PK
24443@end defvar
24444@defvar BreakpointEvent.breakpoint
6839b47f
KP
24445A reference to the first breakpoint that was hit.
24446This function is maintained for backward compatibility and is now deprecated
d812018b
PK
24447in favor of the @code{gdb.BreakpointEvent.breakpoints} attribute.
24448@end defvar
505500db 24449
20c168b5
KP
24450@item events.new_objfile
24451Emits @code{gdb.NewObjFileEvent} which indicates that a new object file has
24452been loaded by @value{GDBN}. @code{gdb.NewObjFileEvent} has one attribute:
24453
20c168b5
KP
24454@defvar NewObjFileEvent.new_objfile
24455A reference to the object file (@code{gdb.Objfile}) which has been loaded.
24456@xref{Objfiles In Python}, for details of the @code{gdb.Objfile} object.
24457@end defvar
20c168b5 24458
505500db
SW
24459@end table
24460
595939de
PM
24461@node Threads In Python
24462@subsubsection Threads In Python
24463@cindex threads in python
24464
24465@findex gdb.InferiorThread
24466Python scripts can access information about, and manipulate inferior threads
24467controlled by @value{GDBN}, via objects of the @code{gdb.InferiorThread} class.
24468
24469The following thread-related functions are available in the @code{gdb}
24470module:
24471
24472@findex gdb.selected_thread
d812018b 24473@defun gdb.selected_thread ()
595939de
PM
24474This function returns the thread object for the selected thread. If there
24475is no selected thread, this will return @code{None}.
24476@end defun
24477
24478A @code{gdb.InferiorThread} object has the following attributes:
24479
d812018b 24480@defvar InferiorThread.name
4694da01
TT
24481The name of the thread. If the user specified a name using
24482@code{thread name}, then this returns that name. Otherwise, if an
24483OS-supplied name is available, then it is returned. Otherwise, this
24484returns @code{None}.
24485
24486This attribute can be assigned to. The new value must be a string
24487object, which sets the new name, or @code{None}, which removes any
24488user-specified thread name.
d812018b 24489@end defvar
4694da01 24490
d812018b 24491@defvar InferiorThread.num
595939de 24492ID of the thread, as assigned by GDB.
d812018b 24493@end defvar
595939de 24494
d812018b 24495@defvar InferiorThread.ptid
595939de
PM
24496ID of the thread, as assigned by the operating system. This attribute is a
24497tuple containing three integers. The first is the Process ID (PID); the second
24498is the Lightweight Process ID (LWPID), and the third is the Thread ID (TID).
24499Either the LWPID or TID may be 0, which indicates that the operating system
24500does not use that identifier.
d812018b 24501@end defvar
595939de
PM
24502
24503A @code{gdb.InferiorThread} object has the following methods:
24504
d812018b 24505@defun InferiorThread.is_valid ()
29703da4
PM
24506Returns @code{True} if the @code{gdb.InferiorThread} object is valid,
24507@code{False} if not. A @code{gdb.InferiorThread} object will become
24508invalid if the thread exits, or the inferior that the thread belongs
24509is deleted. All other @code{gdb.InferiorThread} methods will throw an
24510exception if it is invalid at the time the method is called.
d812018b 24511@end defun
29703da4 24512
d812018b 24513@defun InferiorThread.switch ()
595939de
PM
24514This changes @value{GDBN}'s currently selected thread to the one represented
24515by this object.
d812018b 24516@end defun
595939de 24517
d812018b 24518@defun InferiorThread.is_stopped ()
595939de 24519Return a Boolean indicating whether the thread is stopped.
d812018b 24520@end defun
595939de 24521
d812018b 24522@defun InferiorThread.is_running ()
595939de 24523Return a Boolean indicating whether the thread is running.
d812018b 24524@end defun
595939de 24525
d812018b 24526@defun InferiorThread.is_exited ()
595939de 24527Return a Boolean indicating whether the thread is exited.
d812018b 24528@end defun
595939de 24529
d8906c6f
TJB
24530@node Commands In Python
24531@subsubsection Commands In Python
24532
24533@cindex commands in python
24534@cindex python commands
d8906c6f
TJB
24535You can implement new @value{GDBN} CLI commands in Python. A CLI
24536command is implemented using an instance of the @code{gdb.Command}
24537class, most commonly using a subclass.
24538
f05e2e1d 24539@defun Command.__init__ (name, @var{command_class} @r{[}, @var{completer_class} @r{[}, @var{prefix}@r{]]})
d8906c6f
TJB
24540The object initializer for @code{Command} registers the new command
24541with @value{GDBN}. This initializer is normally invoked from the
24542subclass' own @code{__init__} method.
24543
24544@var{name} is the name of the command. If @var{name} consists of
24545multiple words, then the initial words are looked for as prefix
24546commands. In this case, if one of the prefix commands does not exist,
24547an exception is raised.
24548
24549There is no support for multi-line commands.
24550
cc924cad 24551@var{command_class} should be one of the @samp{COMMAND_} constants
d8906c6f
TJB
24552defined below. This argument tells @value{GDBN} how to categorize the
24553new command in the help system.
24554
cc924cad 24555@var{completer_class} is an optional argument. If given, it should be
d8906c6f
TJB
24556one of the @samp{COMPLETE_} constants defined below. This argument
24557tells @value{GDBN} how to perform completion for this command. If not
24558given, @value{GDBN} will attempt to complete using the object's
24559@code{complete} method (see below); if no such method is found, an
24560error will occur when completion is attempted.
24561
24562@var{prefix} is an optional argument. If @code{True}, then the new
24563command is a prefix command; sub-commands of this command may be
24564registered.
24565
24566The help text for the new command is taken from the Python
24567documentation string for the command's class, if there is one. If no
24568documentation string is provided, the default value ``This command is
24569not documented.'' is used.
d812018b 24570@end defun
d8906c6f 24571
a0c36267 24572@cindex don't repeat Python command
d812018b 24573@defun Command.dont_repeat ()
d8906c6f
TJB
24574By default, a @value{GDBN} command is repeated when the user enters a
24575blank line at the command prompt. A command can suppress this
24576behavior by invoking the @code{dont_repeat} method. This is similar
24577to the user command @code{dont-repeat}, see @ref{Define, dont-repeat}.
d812018b 24578@end defun
d8906c6f 24579
d812018b 24580@defun Command.invoke (argument, from_tty)
d8906c6f
TJB
24581This method is called by @value{GDBN} when this command is invoked.
24582
24583@var{argument} is a string. It is the argument to the command, after
24584leading and trailing whitespace has been stripped.
24585
24586@var{from_tty} is a boolean argument. When true, this means that the
24587command was entered by the user at the terminal; when false it means
24588that the command came from elsewhere.
24589
24590If this method throws an exception, it is turned into a @value{GDBN}
24591@code{error} call. Otherwise, the return value is ignored.
07ca107c
DE
24592
24593@findex gdb.string_to_argv
24594To break @var{argument} up into an argv-like string use
24595@code{gdb.string_to_argv}. This function behaves identically to
24596@value{GDBN}'s internal argument lexer @code{buildargv}.
24597It is recommended to use this for consistency.
24598Arguments are separated by spaces and may be quoted.
24599Example:
24600
24601@smallexample
24602print gdb.string_to_argv ("1 2\ \\\"3 '4 \"5' \"6 '7\"")
24603['1', '2 "3', '4 "5', "6 '7"]
24604@end smallexample
24605
d812018b 24606@end defun
d8906c6f 24607
a0c36267 24608@cindex completion of Python commands
d812018b 24609@defun Command.complete (text, word)
d8906c6f
TJB
24610This method is called by @value{GDBN} when the user attempts
24611completion on this command. All forms of completion are handled by
a0c36267
EZ
24612this method, that is, the @key{TAB} and @key{M-?} key bindings
24613(@pxref{Completion}), and the @code{complete} command (@pxref{Help,
24614complete}).
d8906c6f
TJB
24615
24616The arguments @var{text} and @var{word} are both strings. @var{text}
24617holds the complete command line up to the cursor's location.
24618@var{word} holds the last word of the command line; this is computed
24619using a word-breaking heuristic.
24620
24621The @code{complete} method can return several values:
24622@itemize @bullet
24623@item
24624If the return value is a sequence, the contents of the sequence are
24625used as the completions. It is up to @code{complete} to ensure that the
24626contents actually do complete the word. A zero-length sequence is
24627allowed, it means that there were no completions available. Only
24628string elements of the sequence are used; other elements in the
24629sequence are ignored.
24630
24631@item
24632If the return value is one of the @samp{COMPLETE_} constants defined
24633below, then the corresponding @value{GDBN}-internal completion
24634function is invoked, and its result is used.
24635
24636@item
24637All other results are treated as though there were no available
24638completions.
24639@end itemize
d812018b 24640@end defun
d8906c6f 24641
d8906c6f
TJB
24642When a new command is registered, it must be declared as a member of
24643some general class of commands. This is used to classify top-level
24644commands in the on-line help system; note that prefix commands are not
24645listed under their own category but rather that of their top-level
24646command. The available classifications are represented by constants
24647defined in the @code{gdb} module:
24648
24649@table @code
24650@findex COMMAND_NONE
24651@findex gdb.COMMAND_NONE
d812018b 24652@item gdb.COMMAND_NONE
d8906c6f
TJB
24653The command does not belong to any particular class. A command in
24654this category will not be displayed in any of the help categories.
24655
24656@findex COMMAND_RUNNING
24657@findex gdb.COMMAND_RUNNING
d812018b 24658@item gdb.COMMAND_RUNNING
d8906c6f
TJB
24659The command is related to running the inferior. For example,
24660@code{start}, @code{step}, and @code{continue} are in this category.
a0c36267 24661Type @kbd{help running} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24662commands in this category.
24663
24664@findex COMMAND_DATA
24665@findex gdb.COMMAND_DATA
d812018b 24666@item gdb.COMMAND_DATA
d8906c6f
TJB
24667The command is related to data or variables. For example,
24668@code{call}, @code{find}, and @code{print} are in this category. Type
a0c36267 24669@kbd{help data} at the @value{GDBN} prompt to see a list of commands
d8906c6f
TJB
24670in this category.
24671
24672@findex COMMAND_STACK
24673@findex gdb.COMMAND_STACK
d812018b 24674@item gdb.COMMAND_STACK
d8906c6f
TJB
24675The command has to do with manipulation of the stack. For example,
24676@code{backtrace}, @code{frame}, and @code{return} are in this
a0c36267 24677category. Type @kbd{help stack} at the @value{GDBN} prompt to see a
d8906c6f
TJB
24678list of commands in this category.
24679
24680@findex COMMAND_FILES
24681@findex gdb.COMMAND_FILES
d812018b 24682@item gdb.COMMAND_FILES
d8906c6f
TJB
24683This class is used for file-related commands. For example,
24684@code{file}, @code{list} and @code{section} are in this category.
a0c36267 24685Type @kbd{help files} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24686commands in this category.
24687
24688@findex COMMAND_SUPPORT
24689@findex gdb.COMMAND_SUPPORT
d812018b 24690@item gdb.COMMAND_SUPPORT
d8906c6f
TJB
24691This should be used for ``support facilities'', generally meaning
24692things that are useful to the user when interacting with @value{GDBN},
24693but not related to the state of the inferior. For example,
24694@code{help}, @code{make}, and @code{shell} are in this category. Type
a0c36267 24695@kbd{help support} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24696commands in this category.
24697
24698@findex COMMAND_STATUS
24699@findex gdb.COMMAND_STATUS
d812018b 24700@item gdb.COMMAND_STATUS
d8906c6f
TJB
24701The command is an @samp{info}-related command, that is, related to the
24702state of @value{GDBN} itself. For example, @code{info}, @code{macro},
a0c36267 24703and @code{show} are in this category. Type @kbd{help status} at the
d8906c6f
TJB
24704@value{GDBN} prompt to see a list of commands in this category.
24705
24706@findex COMMAND_BREAKPOINTS
24707@findex gdb.COMMAND_BREAKPOINTS
d812018b 24708@item gdb.COMMAND_BREAKPOINTS
d8906c6f 24709The command has to do with breakpoints. For example, @code{break},
a0c36267 24710@code{clear}, and @code{delete} are in this category. Type @kbd{help
d8906c6f
TJB
24711breakpoints} at the @value{GDBN} prompt to see a list of commands in
24712this category.
24713
24714@findex COMMAND_TRACEPOINTS
24715@findex gdb.COMMAND_TRACEPOINTS
d812018b 24716@item gdb.COMMAND_TRACEPOINTS
d8906c6f
TJB
24717The command has to do with tracepoints. For example, @code{trace},
24718@code{actions}, and @code{tfind} are in this category. Type
a0c36267 24719@kbd{help tracepoints} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24720commands in this category.
24721
7d74f244
DE
24722@findex COMMAND_USER
24723@findex gdb.COMMAND_USER
24724@item gdb.COMMAND_USER
24725The command is a general purpose command for the user, and typically
24726does not fit in one of the other categories.
24727Type @kbd{help user-defined} at the @value{GDBN} prompt to see
24728a list of commands in this category, as well as the list of gdb macros
24729(@pxref{Sequences}).
24730
d8906c6f
TJB
24731@findex COMMAND_OBSCURE
24732@findex gdb.COMMAND_OBSCURE
d812018b 24733@item gdb.COMMAND_OBSCURE
d8906c6f
TJB
24734The command is only used in unusual circumstances, or is not of
24735general interest to users. For example, @code{checkpoint},
a0c36267 24736@code{fork}, and @code{stop} are in this category. Type @kbd{help
d8906c6f
TJB
24737obscure} at the @value{GDBN} prompt to see a list of commands in this
24738category.
24739
24740@findex COMMAND_MAINTENANCE
24741@findex gdb.COMMAND_MAINTENANCE
d812018b 24742@item gdb.COMMAND_MAINTENANCE
d8906c6f
TJB
24743The command is only useful to @value{GDBN} maintainers. The
24744@code{maintenance} and @code{flushregs} commands are in this category.
a0c36267 24745Type @kbd{help internals} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24746commands in this category.
24747@end table
24748
d8906c6f
TJB
24749A new command can use a predefined completion function, either by
24750specifying it via an argument at initialization, or by returning it
24751from the @code{complete} method. These predefined completion
24752constants are all defined in the @code{gdb} module:
24753
24754@table @code
24755@findex COMPLETE_NONE
24756@findex gdb.COMPLETE_NONE
d812018b 24757@item gdb.COMPLETE_NONE
d8906c6f
TJB
24758This constant means that no completion should be done.
24759
24760@findex COMPLETE_FILENAME
24761@findex gdb.COMPLETE_FILENAME
d812018b 24762@item gdb.COMPLETE_FILENAME
d8906c6f
TJB
24763This constant means that filename completion should be performed.
24764
24765@findex COMPLETE_LOCATION
24766@findex gdb.COMPLETE_LOCATION
d812018b 24767@item gdb.COMPLETE_LOCATION
d8906c6f
TJB
24768This constant means that location completion should be done.
24769@xref{Specify Location}.
24770
24771@findex COMPLETE_COMMAND
24772@findex gdb.COMPLETE_COMMAND
d812018b 24773@item gdb.COMPLETE_COMMAND
d8906c6f
TJB
24774This constant means that completion should examine @value{GDBN}
24775command names.
24776
24777@findex COMPLETE_SYMBOL
24778@findex gdb.COMPLETE_SYMBOL
d812018b 24779@item gdb.COMPLETE_SYMBOL
d8906c6f
TJB
24780This constant means that completion should be done using symbol names
24781as the source.
24782@end table
24783
24784The following code snippet shows how a trivial CLI command can be
24785implemented in Python:
24786
24787@smallexample
24788class HelloWorld (gdb.Command):
24789 """Greet the whole world."""
24790
24791 def __init__ (self):
7d74f244 24792 super (HelloWorld, self).__init__ ("hello-world", gdb.COMMAND_USER)
d8906c6f
TJB
24793
24794 def invoke (self, arg, from_tty):
24795 print "Hello, World!"
24796
24797HelloWorld ()
24798@end smallexample
24799
24800The last line instantiates the class, and is necessary to trigger the
24801registration of the command with @value{GDBN}. Depending on how the
24802Python code is read into @value{GDBN}, you may need to import the
24803@code{gdb} module explicitly.
24804
d7b32ed3
PM
24805@node Parameters In Python
24806@subsubsection Parameters In Python
24807
24808@cindex parameters in python
24809@cindex python parameters
24810@tindex gdb.Parameter
24811@tindex Parameter
24812You can implement new @value{GDBN} parameters using Python. A new
24813parameter is implemented as an instance of the @code{gdb.Parameter}
24814class.
24815
24816Parameters are exposed to the user via the @code{set} and
24817@code{show} commands. @xref{Help}.
24818
24819There are many parameters that already exist and can be set in
24820@value{GDBN}. Two examples are: @code{set follow fork} and
24821@code{set charset}. Setting these parameters influences certain
24822behavior in @value{GDBN}. Similarly, you can define parameters that
24823can be used to influence behavior in custom Python scripts and commands.
24824
d812018b 24825@defun Parameter.__init__ (name, @var{command-class}, @var{parameter-class} @r{[}, @var{enum-sequence}@r{]})
d7b32ed3
PM
24826The object initializer for @code{Parameter} registers the new
24827parameter with @value{GDBN}. This initializer is normally invoked
24828from the subclass' own @code{__init__} method.
24829
24830@var{name} is the name of the new parameter. If @var{name} consists
24831of multiple words, then the initial words are looked for as prefix
24832parameters. An example of this can be illustrated with the
24833@code{set print} set of parameters. If @var{name} is
24834@code{print foo}, then @code{print} will be searched as the prefix
24835parameter. In this case the parameter can subsequently be accessed in
24836@value{GDBN} as @code{set print foo}.
24837
24838If @var{name} consists of multiple words, and no prefix parameter group
24839can be found, an exception is raised.
24840
24841@var{command-class} should be one of the @samp{COMMAND_} constants
24842(@pxref{Commands In Python}). This argument tells @value{GDBN} how to
24843categorize the new parameter in the help system.
24844
24845@var{parameter-class} should be one of the @samp{PARAM_} constants
24846defined below. This argument tells @value{GDBN} the type of the new
24847parameter; this information is used for input validation and
24848completion.
24849
24850If @var{parameter-class} is @code{PARAM_ENUM}, then
24851@var{enum-sequence} must be a sequence of strings. These strings
24852represent the possible values for the parameter.
24853
24854If @var{parameter-class} is not @code{PARAM_ENUM}, then the presence
24855of a fourth argument will cause an exception to be thrown.
24856
24857The help text for the new parameter is taken from the Python
24858documentation string for the parameter's class, if there is one. If
24859there is no documentation string, a default value is used.
d812018b 24860@end defun
d7b32ed3 24861
d812018b 24862@defvar Parameter.set_doc
d7b32ed3
PM
24863If this attribute exists, and is a string, then its value is used as
24864the help text for this parameter's @code{set} command. The value is
24865examined when @code{Parameter.__init__} is invoked; subsequent changes
24866have no effect.
d812018b 24867@end defvar
d7b32ed3 24868
d812018b 24869@defvar Parameter.show_doc
d7b32ed3
PM
24870If this attribute exists, and is a string, then its value is used as
24871the help text for this parameter's @code{show} command. The value is
24872examined when @code{Parameter.__init__} is invoked; subsequent changes
24873have no effect.
d812018b 24874@end defvar
d7b32ed3 24875
d812018b 24876@defvar Parameter.value
d7b32ed3
PM
24877The @code{value} attribute holds the underlying value of the
24878parameter. It can be read and assigned to just as any other
24879attribute. @value{GDBN} does validation when assignments are made.
d812018b 24880@end defvar
d7b32ed3 24881
ecec24e6
PM
24882There are two methods that should be implemented in any
24883@code{Parameter} class. These are:
24884
d812018b 24885@defun Parameter.get_set_string (self)
ecec24e6
PM
24886@value{GDBN} will call this method when a @var{parameter}'s value has
24887been changed via the @code{set} API (for example, @kbd{set foo off}).
24888The @code{value} attribute has already been populated with the new
24889value and may be used in output. This method must return a string.
d812018b 24890@end defun
ecec24e6 24891
d812018b 24892@defun Parameter.get_show_string (self, svalue)
ecec24e6
PM
24893@value{GDBN} will call this method when a @var{parameter}'s
24894@code{show} API has been invoked (for example, @kbd{show foo}). The
24895argument @code{svalue} receives the string representation of the
24896current value. This method must return a string.
d812018b 24897@end defun
d7b32ed3
PM
24898
24899When a new parameter is defined, its type must be specified. The
24900available types are represented by constants defined in the @code{gdb}
24901module:
24902
24903@table @code
24904@findex PARAM_BOOLEAN
24905@findex gdb.PARAM_BOOLEAN
d812018b 24906@item gdb.PARAM_BOOLEAN
d7b32ed3
PM
24907The value is a plain boolean. The Python boolean values, @code{True}
24908and @code{False} are the only valid values.
24909
24910@findex PARAM_AUTO_BOOLEAN
24911@findex gdb.PARAM_AUTO_BOOLEAN
d812018b 24912@item gdb.PARAM_AUTO_BOOLEAN
d7b32ed3
PM
24913The value has three possible states: true, false, and @samp{auto}. In
24914Python, true and false are represented using boolean constants, and
24915@samp{auto} is represented using @code{None}.
24916
24917@findex PARAM_UINTEGER
24918@findex gdb.PARAM_UINTEGER
d812018b 24919@item gdb.PARAM_UINTEGER
d7b32ed3
PM
24920The value is an unsigned integer. The value of 0 should be
24921interpreted to mean ``unlimited''.
24922
24923@findex PARAM_INTEGER
24924@findex gdb.PARAM_INTEGER
d812018b 24925@item gdb.PARAM_INTEGER
d7b32ed3
PM
24926The value is a signed integer. The value of 0 should be interpreted
24927to mean ``unlimited''.
24928
24929@findex PARAM_STRING
24930@findex gdb.PARAM_STRING
d812018b 24931@item gdb.PARAM_STRING
d7b32ed3
PM
24932The value is a string. When the user modifies the string, any escape
24933sequences, such as @samp{\t}, @samp{\f}, and octal escapes, are
24934translated into corresponding characters and encoded into the current
24935host charset.
24936
24937@findex PARAM_STRING_NOESCAPE
24938@findex gdb.PARAM_STRING_NOESCAPE
d812018b 24939@item gdb.PARAM_STRING_NOESCAPE
d7b32ed3
PM
24940The value is a string. When the user modifies the string, escapes are
24941passed through untranslated.
24942
24943@findex PARAM_OPTIONAL_FILENAME
24944@findex gdb.PARAM_OPTIONAL_FILENAME
d812018b 24945@item gdb.PARAM_OPTIONAL_FILENAME
d7b32ed3
PM
24946The value is a either a filename (a string), or @code{None}.
24947
24948@findex PARAM_FILENAME
24949@findex gdb.PARAM_FILENAME
d812018b 24950@item gdb.PARAM_FILENAME
d7b32ed3
PM
24951The value is a filename. This is just like
24952@code{PARAM_STRING_NOESCAPE}, but uses file names for completion.
24953
24954@findex PARAM_ZINTEGER
24955@findex gdb.PARAM_ZINTEGER
d812018b 24956@item gdb.PARAM_ZINTEGER
d7b32ed3
PM
24957The value is an integer. This is like @code{PARAM_INTEGER}, except 0
24958is interpreted as itself.
24959
24960@findex PARAM_ENUM
24961@findex gdb.PARAM_ENUM
d812018b 24962@item gdb.PARAM_ENUM
d7b32ed3
PM
24963The value is a string, which must be one of a collection string
24964constants provided when the parameter is created.
24965@end table
24966
bc3b79fd
TJB
24967@node Functions In Python
24968@subsubsection Writing new convenience functions
24969
24970@cindex writing convenience functions
24971@cindex convenience functions in python
24972@cindex python convenience functions
24973@tindex gdb.Function
24974@tindex Function
24975You can implement new convenience functions (@pxref{Convenience Vars})
24976in Python. A convenience function is an instance of a subclass of the
24977class @code{gdb.Function}.
24978
d812018b 24979@defun Function.__init__ (name)
bc3b79fd
TJB
24980The initializer for @code{Function} registers the new function with
24981@value{GDBN}. The argument @var{name} is the name of the function,
24982a string. The function will be visible to the user as a convenience
24983variable of type @code{internal function}, whose name is the same as
24984the given @var{name}.
24985
24986The documentation for the new function is taken from the documentation
24987string for the new class.
d812018b 24988@end defun
bc3b79fd 24989
d812018b 24990@defun Function.invoke (@var{*args})
bc3b79fd
TJB
24991When a convenience function is evaluated, its arguments are converted
24992to instances of @code{gdb.Value}, and then the function's
24993@code{invoke} method is called. Note that @value{GDBN} does not
24994predetermine the arity of convenience functions. Instead, all
24995available arguments are passed to @code{invoke}, following the
24996standard Python calling convention. In particular, a convenience
24997function can have default values for parameters without ill effect.
24998
24999The return value of this method is used as its value in the enclosing
25000expression. If an ordinary Python value is returned, it is converted
25001to a @code{gdb.Value} following the usual rules.
d812018b 25002@end defun
bc3b79fd
TJB
25003
25004The following code snippet shows how a trivial convenience function can
25005be implemented in Python:
25006
25007@smallexample
25008class Greet (gdb.Function):
25009 """Return string to greet someone.
25010Takes a name as argument."""
25011
25012 def __init__ (self):
25013 super (Greet, self).__init__ ("greet")
25014
25015 def invoke (self, name):
25016 return "Hello, %s!" % name.string ()
25017
25018Greet ()
25019@end smallexample
25020
25021The last line instantiates the class, and is necessary to trigger the
25022registration of the function with @value{GDBN}. Depending on how the
25023Python code is read into @value{GDBN}, you may need to import the
25024@code{gdb} module explicitly.
25025
dc939229
TT
25026Now you can use the function in an expression:
25027
25028@smallexample
25029(gdb) print $greet("Bob")
25030$1 = "Hello, Bob!"
25031@end smallexample
25032
fa33c3cd
DE
25033@node Progspaces In Python
25034@subsubsection Program Spaces In Python
25035
25036@cindex progspaces in python
25037@tindex gdb.Progspace
25038@tindex Progspace
25039A program space, or @dfn{progspace}, represents a symbolic view
25040of an address space.
25041It consists of all of the objfiles of the program.
25042@xref{Objfiles In Python}.
25043@xref{Inferiors and Programs, program spaces}, for more details
25044about program spaces.
25045
25046The following progspace-related functions are available in the
25047@code{gdb} module:
25048
25049@findex gdb.current_progspace
d812018b 25050@defun gdb.current_progspace ()
fa33c3cd
DE
25051This function returns the program space of the currently selected inferior.
25052@xref{Inferiors and Programs}.
25053@end defun
25054
25055@findex gdb.progspaces
d812018b 25056@defun gdb.progspaces ()
fa33c3cd
DE
25057Return a sequence of all the progspaces currently known to @value{GDBN}.
25058@end defun
25059
25060Each progspace is represented by an instance of the @code{gdb.Progspace}
25061class.
25062
d812018b 25063@defvar Progspace.filename
fa33c3cd 25064The file name of the progspace as a string.
d812018b 25065@end defvar
fa33c3cd 25066
d812018b 25067@defvar Progspace.pretty_printers
fa33c3cd
DE
25068The @code{pretty_printers} attribute is a list of functions. It is
25069used to look up pretty-printers. A @code{Value} is passed to each
25070function in order; if the function returns @code{None}, then the
25071search continues. Otherwise, the return value should be an object
4c374409 25072which is used to format the value. @xref{Pretty Printing API}, for more
fa33c3cd 25073information.
d812018b 25074@end defvar
fa33c3cd 25075
18a9fc12
TT
25076@defvar Progspace.type_printers
25077The @code{type_printers} attribute is a list of type printer objects.
25078@xref{Type Printing API}, for more information.
25079@end defvar
25080
89c73ade
TT
25081@node Objfiles In Python
25082@subsubsection Objfiles In Python
25083
25084@cindex objfiles in python
25085@tindex gdb.Objfile
25086@tindex Objfile
25087@value{GDBN} loads symbols for an inferior from various
25088symbol-containing files (@pxref{Files}). These include the primary
25089executable file, any shared libraries used by the inferior, and any
25090separate debug info files (@pxref{Separate Debug Files}).
25091@value{GDBN} calls these symbol-containing files @dfn{objfiles}.
25092
25093The following objfile-related functions are available in the
25094@code{gdb} module:
25095
25096@findex gdb.current_objfile
d812018b 25097@defun gdb.current_objfile ()
bf88dd68 25098When auto-loading a Python script (@pxref{Python Auto-loading}), @value{GDBN}
89c73ade
TT
25099sets the ``current objfile'' to the corresponding objfile. This
25100function returns the current objfile. If there is no current objfile,
25101this function returns @code{None}.
25102@end defun
25103
25104@findex gdb.objfiles
d812018b 25105@defun gdb.objfiles ()
89c73ade
TT
25106Return a sequence of all the objfiles current known to @value{GDBN}.
25107@xref{Objfiles In Python}.
25108@end defun
25109
25110Each objfile is represented by an instance of the @code{gdb.Objfile}
25111class.
25112
d812018b 25113@defvar Objfile.filename
89c73ade 25114The file name of the objfile as a string.
d812018b 25115@end defvar
89c73ade 25116
d812018b 25117@defvar Objfile.pretty_printers
89c73ade
TT
25118The @code{pretty_printers} attribute is a list of functions. It is
25119used to look up pretty-printers. A @code{Value} is passed to each
25120function in order; if the function returns @code{None}, then the
25121search continues. Otherwise, the return value should be an object
4c374409 25122which is used to format the value. @xref{Pretty Printing API}, for more
a6bac58e 25123information.
d812018b 25124@end defvar
89c73ade 25125
18a9fc12
TT
25126@defvar Objfile.type_printers
25127The @code{type_printers} attribute is a list of type printer objects.
25128@xref{Type Printing API}, for more information.
25129@end defvar
25130
29703da4
PM
25131A @code{gdb.Objfile} object has the following methods:
25132
d812018b 25133@defun Objfile.is_valid ()
29703da4
PM
25134Returns @code{True} if the @code{gdb.Objfile} object is valid,
25135@code{False} if not. A @code{gdb.Objfile} object can become invalid
25136if the object file it refers to is not loaded in @value{GDBN} any
25137longer. All other @code{gdb.Objfile} methods will throw an exception
25138if it is invalid at the time the method is called.
d812018b 25139@end defun
29703da4 25140
f8f6f20b 25141@node Frames In Python
f3e9a817 25142@subsubsection Accessing inferior stack frames from Python.
f8f6f20b
TJB
25143
25144@cindex frames in python
25145When the debugged program stops, @value{GDBN} is able to analyze its call
25146stack (@pxref{Frames,,Stack frames}). The @code{gdb.Frame} class
25147represents a frame in the stack. A @code{gdb.Frame} object is only valid
25148while its corresponding frame exists in the inferior's stack. If you try
621c8364
TT
25149to use an invalid frame object, @value{GDBN} will throw a @code{gdb.error}
25150exception (@pxref{Exception Handling}).
f8f6f20b
TJB
25151
25152Two @code{gdb.Frame} objects can be compared for equality with the @code{==}
25153operator, like:
25154
25155@smallexample
25156(@value{GDBP}) python print gdb.newest_frame() == gdb.selected_frame ()
25157True
25158@end smallexample
25159
25160The following frame-related functions are available in the @code{gdb} module:
25161
25162@findex gdb.selected_frame
d812018b 25163@defun gdb.selected_frame ()
f8f6f20b
TJB
25164Return the selected frame object. (@pxref{Selection,,Selecting a Frame}).
25165@end defun
25166
d8e22779 25167@findex gdb.newest_frame
d812018b 25168@defun gdb.newest_frame ()
d8e22779
TT
25169Return the newest frame object for the selected thread.
25170@end defun
25171
d812018b 25172@defun gdb.frame_stop_reason_string (reason)
f8f6f20b
TJB
25173Return a string explaining the reason why @value{GDBN} stopped unwinding
25174frames, as expressed by the given @var{reason} code (an integer, see the
25175@code{unwind_stop_reason} method further down in this section).
25176@end defun
25177
25178A @code{gdb.Frame} object has the following methods:
25179
d812018b 25180@defun Frame.is_valid ()
f8f6f20b
TJB
25181Returns true if the @code{gdb.Frame} object is valid, false if not.
25182A frame object can become invalid if the frame it refers to doesn't
25183exist anymore in the inferior. All @code{gdb.Frame} methods will throw
25184an exception if it is invalid at the time the method is called.
d812018b 25185@end defun
f8f6f20b 25186
d812018b 25187@defun Frame.name ()
f8f6f20b
TJB
25188Returns the function name of the frame, or @code{None} if it can't be
25189obtained.
d812018b 25190@end defun
f8f6f20b 25191
bea883fd
SCR
25192@defun Frame.architecture ()
25193Returns the @code{gdb.Architecture} object corresponding to the frame's
25194architecture. @xref{Architectures In Python}.
25195@end defun
25196
d812018b 25197@defun Frame.type ()
ccfc3d6e
TT
25198Returns the type of the frame. The value can be one of:
25199@table @code
25200@item gdb.NORMAL_FRAME
25201An ordinary stack frame.
25202
25203@item gdb.DUMMY_FRAME
25204A fake stack frame that was created by @value{GDBN} when performing an
25205inferior function call.
25206
25207@item gdb.INLINE_FRAME
25208A frame representing an inlined function. The function was inlined
25209into a @code{gdb.NORMAL_FRAME} that is older than this one.
25210
111c6489
JK
25211@item gdb.TAILCALL_FRAME
25212A frame representing a tail call. @xref{Tail Call Frames}.
25213
ccfc3d6e
TT
25214@item gdb.SIGTRAMP_FRAME
25215A signal trampoline frame. This is the frame created by the OS when
25216it calls into a signal handler.
25217
25218@item gdb.ARCH_FRAME
25219A fake stack frame representing a cross-architecture call.
25220
25221@item gdb.SENTINEL_FRAME
25222This is like @code{gdb.NORMAL_FRAME}, but it is only used for the
25223newest frame.
25224@end table
d812018b 25225@end defun
f8f6f20b 25226
d812018b 25227@defun Frame.unwind_stop_reason ()
f8f6f20b
TJB
25228Return an integer representing the reason why it's not possible to find
25229more frames toward the outermost frame. Use
25230@code{gdb.frame_stop_reason_string} to convert the value returned by this
a7fc3f37
KP
25231function to a string. The value can be one of:
25232
25233@table @code
25234@item gdb.FRAME_UNWIND_NO_REASON
25235No particular reason (older frames should be available).
25236
25237@item gdb.FRAME_UNWIND_NULL_ID
25238The previous frame's analyzer returns an invalid result.
25239
25240@item gdb.FRAME_UNWIND_OUTERMOST
25241This frame is the outermost.
25242
25243@item gdb.FRAME_UNWIND_UNAVAILABLE
25244Cannot unwind further, because that would require knowing the
25245values of registers or memory that have not been collected.
25246
25247@item gdb.FRAME_UNWIND_INNER_ID
25248This frame ID looks like it ought to belong to a NEXT frame,
25249but we got it for a PREV frame. Normally, this is a sign of
25250unwinder failure. It could also indicate stack corruption.
25251
25252@item gdb.FRAME_UNWIND_SAME_ID
25253This frame has the same ID as the previous one. That means
25254that unwinding further would almost certainly give us another
25255frame with exactly the same ID, so break the chain. Normally,
25256this is a sign of unwinder failure. It could also indicate
25257stack corruption.
25258
25259@item gdb.FRAME_UNWIND_NO_SAVED_PC
25260The frame unwinder did not find any saved PC, but we needed
25261one to unwind further.
2231f1fb
KP
25262
25263@item gdb.FRAME_UNWIND_FIRST_ERROR
25264Any stop reason greater or equal to this value indicates some kind
25265of error. This special value facilitates writing code that tests
25266for errors in unwinding in a way that will work correctly even if
25267the list of the other values is modified in future @value{GDBN}
25268versions. Using it, you could write:
25269@smallexample
25270reason = gdb.selected_frame().unwind_stop_reason ()
25271reason_str = gdb.frame_stop_reason_string (reason)
25272if reason >= gdb.FRAME_UNWIND_FIRST_ERROR:
25273 print "An error occured: %s" % reason_str
25274@end smallexample
a7fc3f37
KP
25275@end table
25276
d812018b 25277@end defun
f8f6f20b 25278
d812018b 25279@defun Frame.pc ()
f8f6f20b 25280Returns the frame's resume address.
d812018b 25281@end defun
f8f6f20b 25282
d812018b 25283@defun Frame.block ()
f3e9a817 25284Return the frame's code block. @xref{Blocks In Python}.
d812018b 25285@end defun
f3e9a817 25286
d812018b 25287@defun Frame.function ()
f3e9a817
PM
25288Return the symbol for the function corresponding to this frame.
25289@xref{Symbols In Python}.
d812018b 25290@end defun
f3e9a817 25291
d812018b 25292@defun Frame.older ()
f8f6f20b 25293Return the frame that called this frame.
d812018b 25294@end defun
f8f6f20b 25295
d812018b 25296@defun Frame.newer ()
f8f6f20b 25297Return the frame called by this frame.
d812018b 25298@end defun
f8f6f20b 25299
d812018b 25300@defun Frame.find_sal ()
f3e9a817
PM
25301Return the frame's symtab and line object.
25302@xref{Symbol Tables In Python}.
d812018b 25303@end defun
f3e9a817 25304
d812018b 25305@defun Frame.read_var (variable @r{[}, block@r{]})
dc00d89f
PM
25306Return the value of @var{variable} in this frame. If the optional
25307argument @var{block} is provided, search for the variable from that
25308block; otherwise start at the frame's current block (which is
25309determined by the frame's current program counter). @var{variable}
25310must be a string or a @code{gdb.Symbol} object. @var{block} must be a
25311@code{gdb.Block} object.
d812018b 25312@end defun
f3e9a817 25313
d812018b 25314@defun Frame.select ()
f3e9a817
PM
25315Set this frame to be the selected frame. @xref{Stack, ,Examining the
25316Stack}.
d812018b 25317@end defun
f3e9a817
PM
25318
25319@node Blocks In Python
25320@subsubsection Accessing frame blocks from Python.
25321
25322@cindex blocks in python
25323@tindex gdb.Block
25324
25325Within each frame, @value{GDBN} maintains information on each block
25326stored in that frame. These blocks are organized hierarchically, and
25327are represented individually in Python as a @code{gdb.Block}.
25328Please see @ref{Frames In Python}, for a more in-depth discussion on
25329frames. Furthermore, see @ref{Stack, ,Examining the Stack}, for more
25330detailed technical information on @value{GDBN}'s book-keeping of the
25331stack.
25332
bdb1994d 25333A @code{gdb.Block} is iterable. The iterator returns the symbols
56af09aa
SCR
25334(@pxref{Symbols In Python}) local to the block. Python programs
25335should not assume that a specific block object will always contain a
25336given symbol, since changes in @value{GDBN} features and
25337infrastructure may cause symbols move across blocks in a symbol
25338table.
bdb1994d 25339
f3e9a817
PM
25340The following block-related functions are available in the @code{gdb}
25341module:
25342
25343@findex gdb.block_for_pc
d812018b 25344@defun gdb.block_for_pc (pc)
f3e9a817
PM
25345Return the @code{gdb.Block} containing the given @var{pc} value. If the
25346block cannot be found for the @var{pc} value specified, the function
25347will return @code{None}.
25348@end defun
25349
29703da4
PM
25350A @code{gdb.Block} object has the following methods:
25351
d812018b 25352@defun Block.is_valid ()
29703da4
PM
25353Returns @code{True} if the @code{gdb.Block} object is valid,
25354@code{False} if not. A block object can become invalid if the block it
25355refers to doesn't exist anymore in the inferior. All other
25356@code{gdb.Block} methods will throw an exception if it is invalid at
bdb1994d
TT
25357the time the method is called. The block's validity is also checked
25358during iteration over symbols of the block.
d812018b 25359@end defun
29703da4 25360
f3e9a817
PM
25361A @code{gdb.Block} object has the following attributes:
25362
d812018b 25363@defvar Block.start
f3e9a817 25364The start address of the block. This attribute is not writable.
d812018b 25365@end defvar
f3e9a817 25366
d812018b 25367@defvar Block.end
f3e9a817 25368The end address of the block. This attribute is not writable.
d812018b 25369@end defvar
f3e9a817 25370
d812018b 25371@defvar Block.function
f3e9a817
PM
25372The name of the block represented as a @code{gdb.Symbol}. If the
25373block is not named, then this attribute holds @code{None}. This
25374attribute is not writable.
d812018b 25375@end defvar
f3e9a817 25376
d812018b 25377@defvar Block.superblock
f3e9a817
PM
25378The block containing this block. If this parent block does not exist,
25379this attribute holds @code{None}. This attribute is not writable.
d812018b 25380@end defvar
9df2fbc4
PM
25381
25382@defvar Block.global_block
25383The global block associated with this block. This attribute is not
25384writable.
25385@end defvar
25386
25387@defvar Block.static_block
25388The static block associated with this block. This attribute is not
25389writable.
25390@end defvar
25391
25392@defvar Block.is_global
25393@code{True} if the @code{gdb.Block} object is a global block,
25394@code{False} if not. This attribute is not
25395writable.
25396@end defvar
25397
25398@defvar Block.is_static
25399@code{True} if the @code{gdb.Block} object is a static block,
25400@code{False} if not. This attribute is not writable.
25401@end defvar
f3e9a817
PM
25402
25403@node Symbols In Python
25404@subsubsection Python representation of Symbols.
25405
25406@cindex symbols in python
25407@tindex gdb.Symbol
25408
25409@value{GDBN} represents every variable, function and type as an
25410entry in a symbol table. @xref{Symbols, ,Examining the Symbol Table}.
25411Similarly, Python represents these symbols in @value{GDBN} with the
25412@code{gdb.Symbol} object.
25413
25414The following symbol-related functions are available in the @code{gdb}
25415module:
25416
25417@findex gdb.lookup_symbol
d812018b 25418@defun gdb.lookup_symbol (name @r{[}, block @r{[}, domain@r{]]})
f3e9a817
PM
25419This function searches for a symbol by name. The search scope can be
25420restricted to the parameters defined in the optional domain and block
25421arguments.
25422
25423@var{name} is the name of the symbol. It must be a string. The
25424optional @var{block} argument restricts the search to symbols visible
25425in that @var{block}. The @var{block} argument must be a
6e6fbe60
DE
25426@code{gdb.Block} object. If omitted, the block for the current frame
25427is used. The optional @var{domain} argument restricts
f3e9a817
PM
25428the search to the domain type. The @var{domain} argument must be a
25429domain constant defined in the @code{gdb} module and described later
25430in this chapter.
6e6fbe60
DE
25431
25432The result is a tuple of two elements.
25433The first element is a @code{gdb.Symbol} object or @code{None} if the symbol
25434is not found.
25435If the symbol is found, the second element is @code{True} if the symbol
82809774 25436is a field of a method's object (e.g., @code{this} in C@t{++}),
6e6fbe60
DE
25437otherwise it is @code{False}.
25438If the symbol is not found, the second element is @code{False}.
25439@end defun
25440
25441@findex gdb.lookup_global_symbol
d812018b 25442@defun gdb.lookup_global_symbol (name @r{[}, domain@r{]})
6e6fbe60
DE
25443This function searches for a global symbol by name.
25444The search scope can be restricted to by the domain argument.
25445
25446@var{name} is the name of the symbol. It must be a string.
25447The optional @var{domain} argument restricts the search to the domain type.
25448The @var{domain} argument must be a domain constant defined in the @code{gdb}
25449module and described later in this chapter.
25450
25451The result is a @code{gdb.Symbol} object or @code{None} if the symbol
25452is not found.
f3e9a817
PM
25453@end defun
25454
25455A @code{gdb.Symbol} object has the following attributes:
25456
d812018b 25457@defvar Symbol.type
457e09f0
DE
25458The type of the symbol or @code{None} if no type is recorded.
25459This attribute is represented as a @code{gdb.Type} object.
25460@xref{Types In Python}. This attribute is not writable.
d812018b 25461@end defvar
457e09f0 25462
d812018b 25463@defvar Symbol.symtab
f3e9a817
PM
25464The symbol table in which the symbol appears. This attribute is
25465represented as a @code{gdb.Symtab} object. @xref{Symbol Tables In
25466Python}. This attribute is not writable.
d812018b 25467@end defvar
f3e9a817 25468
64e7d9dd
TT
25469@defvar Symbol.line
25470The line number in the source code at which the symbol was defined.
25471This is an integer.
25472@end defvar
25473
d812018b 25474@defvar Symbol.name
f3e9a817 25475The name of the symbol as a string. This attribute is not writable.
d812018b 25476@end defvar
f3e9a817 25477
d812018b 25478@defvar Symbol.linkage_name
f3e9a817
PM
25479The name of the symbol, as used by the linker (i.e., may be mangled).
25480This attribute is not writable.
d812018b 25481@end defvar
f3e9a817 25482
d812018b 25483@defvar Symbol.print_name
f3e9a817
PM
25484The name of the symbol in a form suitable for output. This is either
25485@code{name} or @code{linkage_name}, depending on whether the user
25486asked @value{GDBN} to display demangled or mangled names.
d812018b 25487@end defvar
f3e9a817 25488
d812018b 25489@defvar Symbol.addr_class
f3e9a817
PM
25490The address class of the symbol. This classifies how to find the value
25491of a symbol. Each address class is a constant defined in the
25492@code{gdb} module and described later in this chapter.
d812018b 25493@end defvar
f3e9a817 25494
f0823d2c
TT
25495@defvar Symbol.needs_frame
25496This is @code{True} if evaluating this symbol's value requires a frame
25497(@pxref{Frames In Python}) and @code{False} otherwise. Typically,
25498local variables will require a frame, but other symbols will not.
035d1e5b 25499@end defvar
f0823d2c 25500
d812018b 25501@defvar Symbol.is_argument
f3e9a817 25502@code{True} if the symbol is an argument of a function.
d812018b 25503@end defvar
f3e9a817 25504
d812018b 25505@defvar Symbol.is_constant
f3e9a817 25506@code{True} if the symbol is a constant.
d812018b 25507@end defvar
f3e9a817 25508
d812018b 25509@defvar Symbol.is_function
f3e9a817 25510@code{True} if the symbol is a function or a method.
d812018b 25511@end defvar
f3e9a817 25512
d812018b 25513@defvar Symbol.is_variable
f3e9a817 25514@code{True} if the symbol is a variable.
d812018b 25515@end defvar
f3e9a817 25516
29703da4
PM
25517A @code{gdb.Symbol} object has the following methods:
25518
d812018b 25519@defun Symbol.is_valid ()
29703da4
PM
25520Returns @code{True} if the @code{gdb.Symbol} object is valid,
25521@code{False} if not. A @code{gdb.Symbol} object can become invalid if
25522the symbol it refers to does not exist in @value{GDBN} any longer.
25523All other @code{gdb.Symbol} methods will throw an exception if it is
25524invalid at the time the method is called.
d812018b 25525@end defun
f0823d2c
TT
25526
25527@defun Symbol.value (@r{[}frame@r{]})
25528Compute the value of the symbol, as a @code{gdb.Value}. For
25529functions, this computes the address of the function, cast to the
25530appropriate type. If the symbol requires a frame in order to compute
25531its value, then @var{frame} must be given. If @var{frame} is not
25532given, or if @var{frame} is invalid, then this method will throw an
25533exception.
25534@end defun
29703da4 25535
f3e9a817
PM
25536The available domain categories in @code{gdb.Symbol} are represented
25537as constants in the @code{gdb} module:
25538
25539@table @code
25540@findex SYMBOL_UNDEF_DOMAIN
25541@findex gdb.SYMBOL_UNDEF_DOMAIN
d812018b 25542@item gdb.SYMBOL_UNDEF_DOMAIN
f3e9a817
PM
25543This is used when a domain has not been discovered or none of the
25544following domains apply. This usually indicates an error either
25545in the symbol information or in @value{GDBN}'s handling of symbols.
25546@findex SYMBOL_VAR_DOMAIN
25547@findex gdb.SYMBOL_VAR_DOMAIN
d812018b 25548@item gdb.SYMBOL_VAR_DOMAIN
f3e9a817
PM
25549This domain contains variables, function names, typedef names and enum
25550type values.
25551@findex SYMBOL_STRUCT_DOMAIN
25552@findex gdb.SYMBOL_STRUCT_DOMAIN
d812018b 25553@item gdb.SYMBOL_STRUCT_DOMAIN
f3e9a817
PM
25554This domain holds struct, union and enum type names.
25555@findex SYMBOL_LABEL_DOMAIN
25556@findex gdb.SYMBOL_LABEL_DOMAIN
d812018b 25557@item gdb.SYMBOL_LABEL_DOMAIN
f3e9a817
PM
25558This domain contains names of labels (for gotos).
25559@findex SYMBOL_VARIABLES_DOMAIN
25560@findex gdb.SYMBOL_VARIABLES_DOMAIN
d812018b 25561@item gdb.SYMBOL_VARIABLES_DOMAIN
f3e9a817
PM
25562This domain holds a subset of the @code{SYMBOLS_VAR_DOMAIN}; it
25563contains everything minus functions and types.
25564@findex SYMBOL_FUNCTIONS_DOMAIN
25565@findex gdb.SYMBOL_FUNCTIONS_DOMAIN
d812018b 25566@item gdb.SYMBOL_FUNCTION_DOMAIN
f3e9a817
PM
25567This domain contains all functions.
25568@findex SYMBOL_TYPES_DOMAIN
25569@findex gdb.SYMBOL_TYPES_DOMAIN
d812018b 25570@item gdb.SYMBOL_TYPES_DOMAIN
f3e9a817
PM
25571This domain contains all types.
25572@end table
25573
25574The available address class categories in @code{gdb.Symbol} are represented
25575as constants in the @code{gdb} module:
25576
25577@table @code
25578@findex SYMBOL_LOC_UNDEF
25579@findex gdb.SYMBOL_LOC_UNDEF
d812018b 25580@item gdb.SYMBOL_LOC_UNDEF
f3e9a817
PM
25581If this is returned by address class, it indicates an error either in
25582the symbol information or in @value{GDBN}'s handling of symbols.
25583@findex SYMBOL_LOC_CONST
25584@findex gdb.SYMBOL_LOC_CONST
d812018b 25585@item gdb.SYMBOL_LOC_CONST
f3e9a817
PM
25586Value is constant int.
25587@findex SYMBOL_LOC_STATIC
25588@findex gdb.SYMBOL_LOC_STATIC
d812018b 25589@item gdb.SYMBOL_LOC_STATIC
f3e9a817
PM
25590Value is at a fixed address.
25591@findex SYMBOL_LOC_REGISTER
25592@findex gdb.SYMBOL_LOC_REGISTER
d812018b 25593@item gdb.SYMBOL_LOC_REGISTER
f3e9a817
PM
25594Value is in a register.
25595@findex SYMBOL_LOC_ARG
25596@findex gdb.SYMBOL_LOC_ARG
d812018b 25597@item gdb.SYMBOL_LOC_ARG
f3e9a817
PM
25598Value is an argument. This value is at the offset stored within the
25599symbol inside the frame's argument list.
25600@findex SYMBOL_LOC_REF_ARG
25601@findex gdb.SYMBOL_LOC_REF_ARG
d812018b 25602@item gdb.SYMBOL_LOC_REF_ARG
f3e9a817
PM
25603Value address is stored in the frame's argument list. Just like
25604@code{LOC_ARG} except that the value's address is stored at the
25605offset, not the value itself.
25606@findex SYMBOL_LOC_REGPARM_ADDR
25607@findex gdb.SYMBOL_LOC_REGPARM_ADDR
d812018b 25608@item gdb.SYMBOL_LOC_REGPARM_ADDR
f3e9a817
PM
25609Value is a specified register. Just like @code{LOC_REGISTER} except
25610the register holds the address of the argument instead of the argument
25611itself.
25612@findex SYMBOL_LOC_LOCAL
25613@findex gdb.SYMBOL_LOC_LOCAL
d812018b 25614@item gdb.SYMBOL_LOC_LOCAL
f3e9a817
PM
25615Value is a local variable.
25616@findex SYMBOL_LOC_TYPEDEF
25617@findex gdb.SYMBOL_LOC_TYPEDEF
d812018b 25618@item gdb.SYMBOL_LOC_TYPEDEF
f3e9a817
PM
25619Value not used. Symbols in the domain @code{SYMBOL_STRUCT_DOMAIN} all
25620have this class.
25621@findex SYMBOL_LOC_BLOCK
25622@findex gdb.SYMBOL_LOC_BLOCK
d812018b 25623@item gdb.SYMBOL_LOC_BLOCK
f3e9a817
PM
25624Value is a block.
25625@findex SYMBOL_LOC_CONST_BYTES
25626@findex gdb.SYMBOL_LOC_CONST_BYTES
d812018b 25627@item gdb.SYMBOL_LOC_CONST_BYTES
f3e9a817
PM
25628Value is a byte-sequence.
25629@findex SYMBOL_LOC_UNRESOLVED
25630@findex gdb.SYMBOL_LOC_UNRESOLVED
d812018b 25631@item gdb.SYMBOL_LOC_UNRESOLVED
f3e9a817
PM
25632Value is at a fixed address, but the address of the variable has to be
25633determined from the minimal symbol table whenever the variable is
25634referenced.
25635@findex SYMBOL_LOC_OPTIMIZED_OUT
25636@findex gdb.SYMBOL_LOC_OPTIMIZED_OUT
d812018b 25637@item gdb.SYMBOL_LOC_OPTIMIZED_OUT
f3e9a817
PM
25638The value does not actually exist in the program.
25639@findex SYMBOL_LOC_COMPUTED
25640@findex gdb.SYMBOL_LOC_COMPUTED
d812018b 25641@item gdb.SYMBOL_LOC_COMPUTED
f3e9a817
PM
25642The value's address is a computed location.
25643@end table
25644
25645@node Symbol Tables In Python
25646@subsubsection Symbol table representation in Python.
25647
25648@cindex symbol tables in python
25649@tindex gdb.Symtab
25650@tindex gdb.Symtab_and_line
25651
25652Access to symbol table data maintained by @value{GDBN} on the inferior
25653is exposed to Python via two objects: @code{gdb.Symtab_and_line} and
25654@code{gdb.Symtab}. Symbol table and line data for a frame is returned
25655from the @code{find_sal} method in @code{gdb.Frame} object.
25656@xref{Frames In Python}.
25657
25658For more information on @value{GDBN}'s symbol table management, see
25659@ref{Symbols, ,Examining the Symbol Table}, for more information.
25660
25661A @code{gdb.Symtab_and_line} object has the following attributes:
25662
d812018b 25663@defvar Symtab_and_line.symtab
f3e9a817
PM
25664The symbol table object (@code{gdb.Symtab}) for this frame.
25665This attribute is not writable.
d812018b 25666@end defvar
f3e9a817 25667
d812018b 25668@defvar Symtab_and_line.pc
3c15d565
SCR
25669Indicates the start of the address range occupied by code for the
25670current source line. This attribute is not writable.
d812018b 25671@end defvar
f3e9a817 25672
ee0bf529
SCR
25673@defvar Symtab_and_line.last
25674Indicates the end of the address range occupied by code for the current
25675source line. This attribute is not writable.
25676@end defvar
25677
d812018b 25678@defvar Symtab_and_line.line
f3e9a817
PM
25679Indicates the current line number for this object. This
25680attribute is not writable.
d812018b 25681@end defvar
f3e9a817 25682
29703da4
PM
25683A @code{gdb.Symtab_and_line} object has the following methods:
25684
d812018b 25685@defun Symtab_and_line.is_valid ()
29703da4
PM
25686Returns @code{True} if the @code{gdb.Symtab_and_line} object is valid,
25687@code{False} if not. A @code{gdb.Symtab_and_line} object can become
25688invalid if the Symbol table and line object it refers to does not
25689exist in @value{GDBN} any longer. All other
25690@code{gdb.Symtab_and_line} methods will throw an exception if it is
25691invalid at the time the method is called.
d812018b 25692@end defun
29703da4 25693
f3e9a817
PM
25694A @code{gdb.Symtab} object has the following attributes:
25695
d812018b 25696@defvar Symtab.filename
f3e9a817 25697The symbol table's source filename. This attribute is not writable.
d812018b 25698@end defvar
f3e9a817 25699
d812018b 25700@defvar Symtab.objfile
f3e9a817
PM
25701The symbol table's backing object file. @xref{Objfiles In Python}.
25702This attribute is not writable.
d812018b 25703@end defvar
f3e9a817 25704
29703da4 25705A @code{gdb.Symtab} object has the following methods:
f3e9a817 25706
d812018b 25707@defun Symtab.is_valid ()
29703da4
PM
25708Returns @code{True} if the @code{gdb.Symtab} object is valid,
25709@code{False} if not. A @code{gdb.Symtab} object can become invalid if
25710the symbol table it refers to does not exist in @value{GDBN} any
25711longer. All other @code{gdb.Symtab} methods will throw an exception
25712if it is invalid at the time the method is called.
d812018b 25713@end defun
29703da4 25714
d812018b 25715@defun Symtab.fullname ()
f3e9a817 25716Return the symbol table's source absolute file name.
d812018b 25717@end defun
a20ee7a4
SCR
25718
25719@defun Symtab.global_block ()
25720Return the global block of the underlying symbol table.
25721@xref{Blocks In Python}.
25722@end defun
25723
25724@defun Symtab.static_block ()
25725Return the static block of the underlying symbol table.
25726@xref{Blocks In Python}.
25727@end defun
f8f6f20b 25728
adc36818
PM
25729@node Breakpoints In Python
25730@subsubsection Manipulating breakpoints using Python
25731
25732@cindex breakpoints in python
25733@tindex gdb.Breakpoint
25734
25735Python code can manipulate breakpoints via the @code{gdb.Breakpoint}
25736class.
25737
d812018b 25738@defun Breakpoint.__init__ (spec @r{[}, type @r{[}, wp_class @r{[},internal@r{]]]})
adc36818
PM
25739Create a new breakpoint. @var{spec} is a string naming the
25740location of the breakpoint, or an expression that defines a
25741watchpoint. The contents can be any location recognized by the
25742@code{break} command, or in the case of a watchpoint, by the @code{watch}
25743command. The optional @var{type} denotes the breakpoint to create
25744from the types defined later in this chapter. This argument can be
d812018b
PK
25745either: @code{gdb.BP_BREAKPOINT} or @code{gdb.BP_WATCHPOINT}. @var{type}
25746defaults to @code{gdb.BP_BREAKPOINT}. The optional @var{internal} argument
84f4c1fe
PM
25747allows the breakpoint to become invisible to the user. The breakpoint
25748will neither be reported when created, nor will it be listed in the
25749output from @code{info breakpoints} (but will be listed with the
25750@code{maint info breakpoints} command). The optional @var{wp_class}
adc36818 25751argument defines the class of watchpoint to create, if @var{type} is
d812018b
PK
25752@code{gdb.BP_WATCHPOINT}. If a watchpoint class is not provided, it is
25753assumed to be a @code{gdb.WP_WRITE} class.
25754@end defun
adc36818 25755
d812018b 25756@defun Breakpoint.stop (self)
7371cf6d
PM
25757The @code{gdb.Breakpoint} class can be sub-classed and, in
25758particular, you may choose to implement the @code{stop} method.
25759If this method is defined as a sub-class of @code{gdb.Breakpoint},
25760it will be called when the inferior reaches any location of a
25761breakpoint which instantiates that sub-class. If the method returns
25762@code{True}, the inferior will be stopped at the location of the
25763breakpoint, otherwise the inferior will continue.
25764
25765If there are multiple breakpoints at the same location with a
25766@code{stop} method, each one will be called regardless of the
25767return status of the previous. This ensures that all @code{stop}
25768methods have a chance to execute at that location. In this scenario
25769if one of the methods returns @code{True} but the others return
25770@code{False}, the inferior will still be stopped.
25771
99f5279d
PM
25772You should not alter the execution state of the inferior (i.e.@:, step,
25773next, etc.), alter the current frame context (i.e.@:, change the current
25774active frame), or alter, add or delete any breakpoint. As a general
25775rule, you should not alter any data within @value{GDBN} or the inferior
25776at this time.
25777
7371cf6d
PM
25778Example @code{stop} implementation:
25779
25780@smallexample
25781class MyBreakpoint (gdb.Breakpoint):
25782 def stop (self):
25783 inf_val = gdb.parse_and_eval("foo")
25784 if inf_val == 3:
25785 return True
25786 return False
25787@end smallexample
d812018b 25788@end defun
7371cf6d 25789
adc36818
PM
25790The available watchpoint types represented by constants are defined in the
25791@code{gdb} module:
25792
25793@table @code
25794@findex WP_READ
25795@findex gdb.WP_READ
d812018b 25796@item gdb.WP_READ
adc36818
PM
25797Read only watchpoint.
25798
25799@findex WP_WRITE
25800@findex gdb.WP_WRITE
d812018b 25801@item gdb.WP_WRITE
adc36818
PM
25802Write only watchpoint.
25803
25804@findex WP_ACCESS
25805@findex gdb.WP_ACCESS
d812018b 25806@item gdb.WP_ACCESS
adc36818
PM
25807Read/Write watchpoint.
25808@end table
25809
d812018b 25810@defun Breakpoint.is_valid ()
adc36818
PM
25811Return @code{True} if this @code{Breakpoint} object is valid,
25812@code{False} otherwise. A @code{Breakpoint} object can become invalid
25813if the user deletes the breakpoint. In this case, the object still
25814exists, but the underlying breakpoint does not. In the cases of
25815watchpoint scope, the watchpoint remains valid even if execution of the
25816inferior leaves the scope of that watchpoint.
d812018b 25817@end defun
adc36818 25818
d812018b 25819@defun Breakpoint.delete
94b6973e
PM
25820Permanently deletes the @value{GDBN} breakpoint. This also
25821invalidates the Python @code{Breakpoint} object. Any further access
25822to this object's attributes or methods will raise an error.
d812018b 25823@end defun
94b6973e 25824
d812018b 25825@defvar Breakpoint.enabled
adc36818
PM
25826This attribute is @code{True} if the breakpoint is enabled, and
25827@code{False} otherwise. This attribute is writable.
d812018b 25828@end defvar
adc36818 25829
d812018b 25830@defvar Breakpoint.silent
adc36818
PM
25831This attribute is @code{True} if the breakpoint is silent, and
25832@code{False} otherwise. This attribute is writable.
25833
25834Note that a breakpoint can also be silent if it has commands and the
25835first command is @code{silent}. This is not reported by the
25836@code{silent} attribute.
d812018b 25837@end defvar
adc36818 25838
d812018b 25839@defvar Breakpoint.thread
adc36818
PM
25840If the breakpoint is thread-specific, this attribute holds the thread
25841id. If the breakpoint is not thread-specific, this attribute is
25842@code{None}. This attribute is writable.
d812018b 25843@end defvar
adc36818 25844
d812018b 25845@defvar Breakpoint.task
adc36818
PM
25846If the breakpoint is Ada task-specific, this attribute holds the Ada task
25847id. If the breakpoint is not task-specific (or the underlying
25848language is not Ada), this attribute is @code{None}. This attribute
25849is writable.
d812018b 25850@end defvar
adc36818 25851
d812018b 25852@defvar Breakpoint.ignore_count
adc36818
PM
25853This attribute holds the ignore count for the breakpoint, an integer.
25854This attribute is writable.
d812018b 25855@end defvar
adc36818 25856
d812018b 25857@defvar Breakpoint.number
adc36818
PM
25858This attribute holds the breakpoint's number --- the identifier used by
25859the user to manipulate the breakpoint. This attribute is not writable.
d812018b 25860@end defvar
adc36818 25861
d812018b 25862@defvar Breakpoint.type
adc36818
PM
25863This attribute holds the breakpoint's type --- the identifier used to
25864determine the actual breakpoint type or use-case. This attribute is not
25865writable.
d812018b 25866@end defvar
adc36818 25867
d812018b 25868@defvar Breakpoint.visible
84f4c1fe
PM
25869This attribute tells whether the breakpoint is visible to the user
25870when set, or when the @samp{info breakpoints} command is run. This
25871attribute is not writable.
d812018b 25872@end defvar
84f4c1fe 25873
adc36818
PM
25874The available types are represented by constants defined in the @code{gdb}
25875module:
25876
25877@table @code
25878@findex BP_BREAKPOINT
25879@findex gdb.BP_BREAKPOINT
d812018b 25880@item gdb.BP_BREAKPOINT
adc36818
PM
25881Normal code breakpoint.
25882
25883@findex BP_WATCHPOINT
25884@findex gdb.BP_WATCHPOINT
d812018b 25885@item gdb.BP_WATCHPOINT
adc36818
PM
25886Watchpoint breakpoint.
25887
25888@findex BP_HARDWARE_WATCHPOINT
25889@findex gdb.BP_HARDWARE_WATCHPOINT
d812018b 25890@item gdb.BP_HARDWARE_WATCHPOINT
adc36818
PM
25891Hardware assisted watchpoint.
25892
25893@findex BP_READ_WATCHPOINT
25894@findex gdb.BP_READ_WATCHPOINT
d812018b 25895@item gdb.BP_READ_WATCHPOINT
adc36818
PM
25896Hardware assisted read watchpoint.
25897
25898@findex BP_ACCESS_WATCHPOINT
25899@findex gdb.BP_ACCESS_WATCHPOINT
d812018b 25900@item gdb.BP_ACCESS_WATCHPOINT
adc36818
PM
25901Hardware assisted access watchpoint.
25902@end table
25903
d812018b 25904@defvar Breakpoint.hit_count
adc36818
PM
25905This attribute holds the hit count for the breakpoint, an integer.
25906This attribute is writable, but currently it can only be set to zero.
d812018b 25907@end defvar
adc36818 25908
d812018b 25909@defvar Breakpoint.location
adc36818
PM
25910This attribute holds the location of the breakpoint, as specified by
25911the user. It is a string. If the breakpoint does not have a location
25912(that is, it is a watchpoint) the attribute's value is @code{None}. This
25913attribute is not writable.
d812018b 25914@end defvar
adc36818 25915
d812018b 25916@defvar Breakpoint.expression
adc36818
PM
25917This attribute holds a breakpoint expression, as specified by
25918the user. It is a string. If the breakpoint does not have an
25919expression (the breakpoint is not a watchpoint) the attribute's value
25920is @code{None}. This attribute is not writable.
d812018b 25921@end defvar
adc36818 25922
d812018b 25923@defvar Breakpoint.condition
adc36818
PM
25924This attribute holds the condition of the breakpoint, as specified by
25925the user. It is a string. If there is no condition, this attribute's
25926value is @code{None}. This attribute is writable.
d812018b 25927@end defvar
adc36818 25928
d812018b 25929@defvar Breakpoint.commands
adc36818
PM
25930This attribute holds the commands attached to the breakpoint. If
25931there are commands, this attribute's value is a string holding all the
25932commands, separated by newlines. If there are no commands, this
25933attribute is @code{None}. This attribute is not writable.
d812018b 25934@end defvar
adc36818 25935
cc72b2a2
KP
25936@node Finish Breakpoints in Python
25937@subsubsection Finish Breakpoints
25938
25939@cindex python finish breakpoints
25940@tindex gdb.FinishBreakpoint
25941
25942A finish breakpoint is a temporary breakpoint set at the return address of
25943a frame, based on the @code{finish} command. @code{gdb.FinishBreakpoint}
25944extends @code{gdb.Breakpoint}. The underlying breakpoint will be disabled
25945and deleted when the execution will run out of the breakpoint scope (i.e.@:
25946@code{Breakpoint.stop} or @code{FinishBreakpoint.out_of_scope} triggered).
25947Finish breakpoints are thread specific and must be create with the right
25948thread selected.
25949
25950@defun FinishBreakpoint.__init__ (@r{[}frame@r{]} @r{[}, internal@r{]})
25951Create a finish breakpoint at the return address of the @code{gdb.Frame}
25952object @var{frame}. If @var{frame} is not provided, this defaults to the
25953newest frame. The optional @var{internal} argument allows the breakpoint to
25954become invisible to the user. @xref{Breakpoints In Python}, for further
25955details about this argument.
25956@end defun
25957
25958@defun FinishBreakpoint.out_of_scope (self)
25959In some circumstances (e.g.@: @code{longjmp}, C@t{++} exceptions, @value{GDBN}
25960@code{return} command, @dots{}), a function may not properly terminate, and
25961thus never hit the finish breakpoint. When @value{GDBN} notices such a
25962situation, the @code{out_of_scope} callback will be triggered.
25963
25964You may want to sub-class @code{gdb.FinishBreakpoint} and override this
25965method:
25966
25967@smallexample
25968class MyFinishBreakpoint (gdb.FinishBreakpoint)
25969 def stop (self):
25970 print "normal finish"
25971 return True
25972
25973 def out_of_scope ():
25974 print "abnormal finish"
25975@end smallexample
25976@end defun
25977
25978@defvar FinishBreakpoint.return_value
25979When @value{GDBN} is stopped at a finish breakpoint and the frame
25980used to build the @code{gdb.FinishBreakpoint} object had debug symbols, this
25981attribute will contain a @code{gdb.Value} object corresponding to the return
25982value of the function. The value will be @code{None} if the function return
25983type is @code{void} or if the return value was not computable. This attribute
25984is not writable.
25985@end defvar
25986
be759fcf
PM
25987@node Lazy Strings In Python
25988@subsubsection Python representation of lazy strings.
25989
25990@cindex lazy strings in python
25991@tindex gdb.LazyString
25992
25993A @dfn{lazy string} is a string whose contents is not retrieved or
25994encoded until it is needed.
25995
25996A @code{gdb.LazyString} is represented in @value{GDBN} as an
25997@code{address} that points to a region of memory, an @code{encoding}
25998that will be used to encode that region of memory, and a @code{length}
25999to delimit the region of memory that represents the string. The
26000difference between a @code{gdb.LazyString} and a string wrapped within
26001a @code{gdb.Value} is that a @code{gdb.LazyString} will be treated
26002differently by @value{GDBN} when printing. A @code{gdb.LazyString} is
26003retrieved and encoded during printing, while a @code{gdb.Value}
26004wrapping a string is immediately retrieved and encoded on creation.
26005
26006A @code{gdb.LazyString} object has the following functions:
26007
d812018b 26008@defun LazyString.value ()
be759fcf
PM
26009Convert the @code{gdb.LazyString} to a @code{gdb.Value}. This value
26010will point to the string in memory, but will lose all the delayed
26011retrieval, encoding and handling that @value{GDBN} applies to a
26012@code{gdb.LazyString}.
d812018b 26013@end defun
be759fcf 26014
d812018b 26015@defvar LazyString.address
be759fcf
PM
26016This attribute holds the address of the string. This attribute is not
26017writable.
d812018b 26018@end defvar
be759fcf 26019
d812018b 26020@defvar LazyString.length
be759fcf
PM
26021This attribute holds the length of the string in characters. If the
26022length is -1, then the string will be fetched and encoded up to the
26023first null of appropriate width. This attribute is not writable.
d812018b 26024@end defvar
be759fcf 26025
d812018b 26026@defvar LazyString.encoding
be759fcf
PM
26027This attribute holds the encoding that will be applied to the string
26028when the string is printed by @value{GDBN}. If the encoding is not
26029set, or contains an empty string, then @value{GDBN} will select the
26030most appropriate encoding when the string is printed. This attribute
26031is not writable.
d812018b 26032@end defvar
be759fcf 26033
d812018b 26034@defvar LazyString.type
be759fcf
PM
26035This attribute holds the type that is represented by the lazy string's
26036type. For a lazy string this will always be a pointer type. To
26037resolve this to the lazy string's character type, use the type's
26038@code{target} method. @xref{Types In Python}. This attribute is not
26039writable.
d812018b 26040@end defvar
be759fcf 26041
bea883fd
SCR
26042@node Architectures In Python
26043@subsubsection Python representation of architectures
26044@cindex Python architectures
26045
26046@value{GDBN} uses architecture specific parameters and artifacts in a
26047number of its various computations. An architecture is represented
26048by an instance of the @code{gdb.Architecture} class.
26049
26050A @code{gdb.Architecture} class has the following methods:
26051
26052@defun Architecture.name ()
26053Return the name (string value) of the architecture.
26054@end defun
26055
9f44fbc0
SCR
26056@defun Architecture.disassemble (@var{start_pc} @r{[}, @var{end_pc} @r{[}, @var{count}@r{]]})
26057Return a list of disassembled instructions starting from the memory
26058address @var{start_pc}. The optional arguments @var{end_pc} and
26059@var{count} determine the number of instructions in the returned list.
26060If both the optional arguments @var{end_pc} and @var{count} are
26061specified, then a list of at most @var{count} disassembled instructions
26062whose start address falls in the closed memory address interval from
26063@var{start_pc} to @var{end_pc} are returned. If @var{end_pc} is not
26064specified, but @var{count} is specified, then @var{count} number of
26065instructions starting from the address @var{start_pc} are returned. If
26066@var{count} is not specified but @var{end_pc} is specified, then all
26067instructions whose start address falls in the closed memory address
26068interval from @var{start_pc} to @var{end_pc} are returned. If neither
26069@var{end_pc} nor @var{count} are specified, then a single instruction at
26070@var{start_pc} is returned. For all of these cases, each element of the
26071returned list is a Python @code{dict} with the following string keys:
26072
26073@table @code
26074
26075@item addr
26076The value corresponding to this key is a Python long integer capturing
26077the memory address of the instruction.
26078
26079@item asm
26080The value corresponding to this key is a string value which represents
26081the instruction with assembly language mnemonics. The assembly
26082language flavor used is the same as that specified by the current CLI
26083variable @code{disassembly-flavor}. @xref{Machine Code}.
26084
26085@item length
26086The value corresponding to this key is the length (integer value) of the
26087instruction in bytes.
26088
26089@end table
26090@end defun
26091
bf88dd68
JK
26092@node Python Auto-loading
26093@subsection Python Auto-loading
26094@cindex Python auto-loading
8a1ea21f
DE
26095
26096When a new object file is read (for example, due to the @code{file}
26097command, or because the inferior has loaded a shared library),
26098@value{GDBN} will look for Python support scripts in several ways:
3708f05e
JK
26099@file{@var{objfile}-gdb.py} (@pxref{objfile-gdb.py file})
26100and @code{.debug_gdb_scripts} section
26101(@pxref{dotdebug_gdb_scripts section}).
8a1ea21f
DE
26102
26103The auto-loading feature is useful for supplying application-specific
26104debugging commands and scripts.
26105
dbaefcf7
DE
26106Auto-loading can be enabled or disabled,
26107and the list of auto-loaded scripts can be printed.
8a1ea21f
DE
26108
26109@table @code
bf88dd68
JK
26110@anchor{set auto-load python-scripts}
26111@kindex set auto-load python-scripts
26112@item set auto-load python-scripts [on|off]
a86caf66 26113Enable or disable the auto-loading of Python scripts.
8a1ea21f 26114
bf88dd68
JK
26115@anchor{show auto-load python-scripts}
26116@kindex show auto-load python-scripts
26117@item show auto-load python-scripts
a86caf66 26118Show whether auto-loading of Python scripts is enabled or disabled.
dbaefcf7 26119
bf88dd68
JK
26120@anchor{info auto-load python-scripts}
26121@kindex info auto-load python-scripts
26122@cindex print list of auto-loaded Python scripts
26123@item info auto-load python-scripts [@var{regexp}]
26124Print the list of all Python scripts that @value{GDBN} auto-loaded.
75fc9810 26125
bf88dd68 26126Also printed is the list of Python scripts that were mentioned in
75fc9810 26127the @code{.debug_gdb_scripts} section and were not found
8e0583c8 26128(@pxref{dotdebug_gdb_scripts section}).
75fc9810
DE
26129This is useful because their names are not printed when @value{GDBN}
26130tries to load them and fails. There may be many of them, and printing
26131an error message for each one is problematic.
26132
bf88dd68 26133If @var{regexp} is supplied only Python scripts with matching names are printed.
dbaefcf7 26134
75fc9810
DE
26135Example:
26136
dbaefcf7 26137@smallexample
bf88dd68 26138(gdb) info auto-load python-scripts
bccbefd2
JK
26139Loaded Script
26140Yes py-section-script.py
26141 full name: /tmp/py-section-script.py
26142No my-foo-pretty-printers.py
dbaefcf7 26143@end smallexample
8a1ea21f
DE
26144@end table
26145
26146When reading an auto-loaded file, @value{GDBN} sets the
26147@dfn{current objfile}. This is available via the @code{gdb.current_objfile}
26148function (@pxref{Objfiles In Python}). This can be useful for
26149registering objfile-specific pretty-printers.
26150
3708f05e
JK
26151@menu
26152* objfile-gdb.py file:: The @file{@var{objfile}-gdb.py} file
26153* dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
26154* Which flavor to choose?::
26155@end menu
26156
8a1ea21f
DE
26157@node objfile-gdb.py file
26158@subsubsection The @file{@var{objfile}-gdb.py} file
26159@cindex @file{@var{objfile}-gdb.py}
26160
26161When a new object file is read, @value{GDBN} looks for
7349ff92 26162a file named @file{@var{objfile}-gdb.py} (we call it @var{script-name} below),
8a1ea21f
DE
26163where @var{objfile} is the object file's real name, formed by ensuring
26164that the file name is absolute, following all symlinks, and resolving
26165@code{.} and @code{..} components. If this file exists and is
26166readable, @value{GDBN} will evaluate it as a Python script.
26167
1564a261 26168If this file does not exist, then @value{GDBN} will look for
c1668e4e
JK
26169@var{script-name} file in all of the directories as specified below.
26170
26171Note that loading of this script file also requires accordingly configured
26172@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
7349ff92 26173
e9687799
JK
26174For object files using @file{.exe} suffix @value{GDBN} tries to load first the
26175scripts normally according to its @file{.exe} filename. But if no scripts are
26176found @value{GDBN} also tries script filenames matching the object file without
26177its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
26178is attempted on any platform. This makes the script filenames compatible
26179between Unix and MS-Windows hosts.
26180
7349ff92
JK
26181@table @code
26182@anchor{set auto-load scripts-directory}
26183@kindex set auto-load scripts-directory
26184@item set auto-load scripts-directory @r{[}@var{directories}@r{]}
26185Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
26186may be delimited by the host platform path separator in use
26187(@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
26188
26189Each entry here needs to be covered also by the security setting
26190@code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
26191
26192@anchor{with-auto-load-dir}
1564a261
JK
26193This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
26194@code{set auto-load safe-path} value can be also overriden by @value{GDBN}
26195configuration option @option{--with-auto-load-dir}.
26196
26197Any reference to @file{$debugdir} will get replaced by
26198@var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
26199reference to @file{$datadir} will get replaced by @var{data-directory} which is
26200determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
26201@file{$datadir} must be placed as a directory component --- either alone or
26202delimited by @file{/} or @file{\} directory separators, depending on the host
26203platform.
7349ff92
JK
26204
26205The list of directories uses path separator (@samp{:} on GNU and Unix
26206systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26207to the @env{PATH} environment variable.
26208
26209@anchor{show auto-load scripts-directory}
26210@kindex show auto-load scripts-directory
26211@item show auto-load scripts-directory
26212Show @value{GDBN} auto-loaded scripts location.
26213@end table
8a1ea21f
DE
26214
26215@value{GDBN} does not track which files it has already auto-loaded this way.
26216@value{GDBN} will load the associated script every time the corresponding
26217@var{objfile} is opened.
26218So your @file{-gdb.py} file should be careful to avoid errors if it
26219is evaluated more than once.
26220
8e0583c8 26221@node dotdebug_gdb_scripts section
8a1ea21f
DE
26222@subsubsection The @code{.debug_gdb_scripts} section
26223@cindex @code{.debug_gdb_scripts} section
26224
26225For systems using file formats like ELF and COFF,
26226when @value{GDBN} loads a new object file
26227it will look for a special section named @samp{.debug_gdb_scripts}.
26228If this section exists, its contents is a list of names of scripts to load.
26229
26230@value{GDBN} will look for each specified script file first in the
26231current directory and then along the source search path
26232(@pxref{Source Path, ,Specifying Source Directories}),
26233except that @file{$cdir} is not searched, since the compilation
26234directory is not relevant to scripts.
26235
26236Entries can be placed in section @code{.debug_gdb_scripts} with,
26237for example, this GCC macro:
26238
26239@example
a3a7127e 26240/* Note: The "MS" section flags are to remove duplicates. */
8a1ea21f
DE
26241#define DEFINE_GDB_SCRIPT(script_name) \
26242 asm("\
26243.pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
26244.byte 1\n\
26245.asciz \"" script_name "\"\n\
26246.popsection \n\
26247");
26248@end example
26249
26250@noindent
26251Then one can reference the macro in a header or source file like this:
26252
26253@example
26254DEFINE_GDB_SCRIPT ("my-app-scripts.py")
26255@end example
26256
26257The script name may include directories if desired.
26258
c1668e4e
JK
26259Note that loading of this script file also requires accordingly configured
26260@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26261
8a1ea21f
DE
26262If the macro is put in a header, any application or library
26263using this header will get a reference to the specified script.
26264
26265@node Which flavor to choose?
26266@subsubsection Which flavor to choose?
26267
26268Given the multiple ways of auto-loading Python scripts, it might not always
26269be clear which one to choose. This section provides some guidance.
26270
26271Benefits of the @file{-gdb.py} way:
26272
26273@itemize @bullet
26274@item
26275Can be used with file formats that don't support multiple sections.
26276
26277@item
26278Ease of finding scripts for public libraries.
26279
26280Scripts specified in the @code{.debug_gdb_scripts} section are searched for
26281in the source search path.
26282For publicly installed libraries, e.g., @file{libstdc++}, there typically
26283isn't a source directory in which to find the script.
26284
26285@item
26286Doesn't require source code additions.
26287@end itemize
26288
26289Benefits of the @code{.debug_gdb_scripts} way:
26290
26291@itemize @bullet
26292@item
26293Works with static linking.
26294
26295Scripts for libraries done the @file{-gdb.py} way require an objfile to
26296trigger their loading. When an application is statically linked the only
26297objfile available is the executable, and it is cumbersome to attach all the
26298scripts from all the input libraries to the executable's @file{-gdb.py} script.
26299
26300@item
26301Works with classes that are entirely inlined.
26302
26303Some classes can be entirely inlined, and thus there may not be an associated
26304shared library to attach a @file{-gdb.py} script to.
26305
26306@item
26307Scripts needn't be copied out of the source tree.
26308
26309In some circumstances, apps can be built out of large collections of internal
26310libraries, and the build infrastructure necessary to install the
26311@file{-gdb.py} scripts in a place where @value{GDBN} can find them is
26312cumbersome. It may be easier to specify the scripts in the
26313@code{.debug_gdb_scripts} section as relative paths, and add a path to the
26314top of the source tree to the source search path.
26315@end itemize
26316
0e3509db
DE
26317@node Python modules
26318@subsection Python modules
26319@cindex python modules
26320
fa3a4f15 26321@value{GDBN} comes with several modules to assist writing Python code.
0e3509db
DE
26322
26323@menu
7b51bc51 26324* gdb.printing:: Building and registering pretty-printers.
0e3509db 26325* gdb.types:: Utilities for working with types.
fa3a4f15 26326* gdb.prompt:: Utilities for prompt value substitution.
0e3509db
DE
26327@end menu
26328
7b51bc51
DE
26329@node gdb.printing
26330@subsubsection gdb.printing
26331@cindex gdb.printing
26332
26333This module provides a collection of utilities for working with
26334pretty-printers.
26335
26336@table @code
26337@item PrettyPrinter (@var{name}, @var{subprinters}=None)
26338This class specifies the API that makes @samp{info pretty-printer},
26339@samp{enable pretty-printer} and @samp{disable pretty-printer} work.
26340Pretty-printers should generally inherit from this class.
26341
26342@item SubPrettyPrinter (@var{name})
26343For printers that handle multiple types, this class specifies the
26344corresponding API for the subprinters.
26345
26346@item RegexpCollectionPrettyPrinter (@var{name})
26347Utility class for handling multiple printers, all recognized via
26348regular expressions.
26349@xref{Writing a Pretty-Printer}, for an example.
26350
cafec441
TT
26351@item FlagEnumerationPrinter (@var{name})
26352A pretty-printer which handles printing of @code{enum} values. Unlike
26353@value{GDBN}'s built-in @code{enum} printing, this printer attempts to
26354work properly when there is some overlap between the enumeration
26355constants. @var{name} is the name of the printer and also the name of
26356the @code{enum} type to look up.
26357
9c15afc4 26358@item register_pretty_printer (@var{obj}, @var{printer}, @var{replace}=False)
7b51bc51 26359Register @var{printer} with the pretty-printer list of @var{obj}.
9c15afc4
DE
26360If @var{replace} is @code{True} then any existing copy of the printer
26361is replaced. Otherwise a @code{RuntimeError} exception is raised
26362if a printer with the same name already exists.
7b51bc51
DE
26363@end table
26364
0e3509db
DE
26365@node gdb.types
26366@subsubsection gdb.types
7b51bc51 26367@cindex gdb.types
0e3509db
DE
26368
26369This module provides a collection of utilities for working with
18a9fc12 26370@code{gdb.Type} objects.
0e3509db
DE
26371
26372@table @code
26373@item get_basic_type (@var{type})
26374Return @var{type} with const and volatile qualifiers stripped,
26375and with typedefs and C@t{++} references converted to the underlying type.
26376
26377C@t{++} example:
26378
26379@smallexample
26380typedef const int const_int;
26381const_int foo (3);
26382const_int& foo_ref (foo);
26383int main () @{ return 0; @}
26384@end smallexample
26385
26386Then in gdb:
26387
26388@smallexample
26389(gdb) start
26390(gdb) python import gdb.types
26391(gdb) python foo_ref = gdb.parse_and_eval("foo_ref")
26392(gdb) python print gdb.types.get_basic_type(foo_ref.type)
26393int
26394@end smallexample
26395
26396@item has_field (@var{type}, @var{field})
26397Return @code{True} if @var{type}, assumed to be a type with fields
26398(e.g., a structure or union), has field @var{field}.
26399
26400@item make_enum_dict (@var{enum_type})
26401Return a Python @code{dictionary} type produced from @var{enum_type}.
5110b5df 26402
0aaaf063 26403@item deep_items (@var{type})
5110b5df
PK
26404Returns a Python iterator similar to the standard
26405@code{gdb.Type.iteritems} method, except that the iterator returned
0aaaf063 26406by @code{deep_items} will recursively traverse anonymous struct or
5110b5df
PK
26407union fields. For example:
26408
26409@smallexample
26410struct A
26411@{
26412 int a;
26413 union @{
26414 int b0;
26415 int b1;
26416 @};
26417@};
26418@end smallexample
26419
26420@noindent
26421Then in @value{GDBN}:
26422@smallexample
26423(@value{GDBP}) python import gdb.types
26424(@value{GDBP}) python struct_a = gdb.lookup_type("struct A")
26425(@value{GDBP}) python print struct_a.keys ()
26426@{['a', '']@}
0aaaf063 26427(@value{GDBP}) python print [k for k,v in gdb.types.deep_items(struct_a)]
5110b5df
PK
26428@{['a', 'b0', 'b1']@}
26429@end smallexample
26430
18a9fc12
TT
26431@item get_type_recognizers ()
26432Return a list of the enabled type recognizers for the current context.
26433This is called by @value{GDBN} during the type-printing process
26434(@pxref{Type Printing API}).
26435
26436@item apply_type_recognizers (recognizers, type_obj)
26437Apply the type recognizers, @var{recognizers}, to the type object
26438@var{type_obj}. If any recognizer returns a string, return that
26439string. Otherwise, return @code{None}. This is called by
26440@value{GDBN} during the type-printing process (@pxref{Type Printing
26441API}).
26442
26443@item register_type_printer (locus, printer)
26444This is a convenience function to register a type printer.
26445@var{printer} is the type printer to register. It must implement the
26446type printer protocol. @var{locus} is either a @code{gdb.Objfile}, in
26447which case the printer is registered with that objfile; a
26448@code{gdb.Progspace}, in which case the printer is registered with
26449that progspace; or @code{None}, in which case the printer is
26450registered globally.
26451
26452@item TypePrinter
26453This is a base class that implements the type printer protocol. Type
26454printers are encouraged, but not required, to derive from this class.
26455It defines a constructor:
26456
26457@defmethod TypePrinter __init__ (self, name)
26458Initialize the type printer with the given name. The new printer
26459starts in the enabled state.
26460@end defmethod
26461
0e3509db 26462@end table
fa3a4f15
PM
26463
26464@node gdb.prompt
26465@subsubsection gdb.prompt
26466@cindex gdb.prompt
26467
26468This module provides a method for prompt value-substitution.
26469
26470@table @code
26471@item substitute_prompt (@var{string})
26472Return @var{string} with escape sequences substituted by values. Some
26473escape sequences take arguments. You can specify arguments inside
26474``@{@}'' immediately following the escape sequence.
26475
26476The escape sequences you can pass to this function are:
26477
26478@table @code
26479@item \\
26480Substitute a backslash.
26481@item \e
26482Substitute an ESC character.
26483@item \f
26484Substitute the selected frame; an argument names a frame parameter.
26485@item \n
26486Substitute a newline.
26487@item \p
26488Substitute a parameter's value; the argument names the parameter.
26489@item \r
26490Substitute a carriage return.
26491@item \t
26492Substitute the selected thread; an argument names a thread parameter.
26493@item \v
26494Substitute the version of GDB.
26495@item \w
26496Substitute the current working directory.
26497@item \[
26498Begin a sequence of non-printing characters. These sequences are
26499typically used with the ESC character, and are not counted in the string
26500length. Example: ``\[\e[0;34m\](gdb)\[\e[0m\]'' will return a
26501blue-colored ``(gdb)'' prompt where the length is five.
26502@item \]
26503End a sequence of non-printing characters.
26504@end table
26505
26506For example:
26507
26508@smallexample
26509substitute_prompt (``frame: \f,
26510 print arguments: \p@{print frame-arguments@}'')
26511@end smallexample
26512
26513@exdent will return the string:
26514
26515@smallexample
26516"frame: main, print arguments: scalars"
26517@end smallexample
26518@end table
0e3509db 26519
5a56e9c5
DE
26520@node Aliases
26521@section Creating new spellings of existing commands
26522@cindex aliases for commands
26523
26524It is often useful to define alternate spellings of existing commands.
26525For example, if a new @value{GDBN} command defined in Python has
26526a long name to type, it is handy to have an abbreviated version of it
26527that involves less typing.
26528
26529@value{GDBN} itself uses aliases. For example @samp{s} is an alias
26530of the @samp{step} command even though it is otherwise an ambiguous
26531abbreviation of other commands like @samp{set} and @samp{show}.
26532
26533Aliases are also used to provide shortened or more common versions
26534of multi-word commands. For example, @value{GDBN} provides the
26535@samp{tty} alias of the @samp{set inferior-tty} command.
26536
26537You can define a new alias with the @samp{alias} command.
26538
26539@table @code
26540
26541@kindex alias
26542@item alias [-a] [--] @var{ALIAS} = @var{COMMAND}
26543
26544@end table
26545
26546@var{ALIAS} specifies the name of the new alias.
26547Each word of @var{ALIAS} must consist of letters, numbers, dashes and
26548underscores.
26549
26550@var{COMMAND} specifies the name of an existing command
26551that is being aliased.
26552
26553The @samp{-a} option specifies that the new alias is an abbreviation
26554of the command. Abbreviations are not shown in command
26555lists displayed by the @samp{help} command.
26556
26557The @samp{--} option specifies the end of options,
26558and is useful when @var{ALIAS} begins with a dash.
26559
26560Here is a simple example showing how to make an abbreviation
26561of a command so that there is less to type.
26562Suppose you were tired of typing @samp{disas}, the current
26563shortest unambiguous abbreviation of the @samp{disassemble} command
26564and you wanted an even shorter version named @samp{di}.
26565The following will accomplish this.
26566
26567@smallexample
26568(gdb) alias -a di = disas
26569@end smallexample
26570
26571Note that aliases are different from user-defined commands.
26572With a user-defined command, you also need to write documentation
26573for it with the @samp{document} command.
26574An alias automatically picks up the documentation of the existing command.
26575
26576Here is an example where we make @samp{elms} an abbreviation of
26577@samp{elements} in the @samp{set print elements} command.
26578This is to show that you can make an abbreviation of any part
26579of a command.
26580
26581@smallexample
26582(gdb) alias -a set print elms = set print elements
26583(gdb) alias -a show print elms = show print elements
26584(gdb) set p elms 20
26585(gdb) show p elms
26586Limit on string chars or array elements to print is 200.
26587@end smallexample
26588
26589Note that if you are defining an alias of a @samp{set} command,
26590and you want to have an alias for the corresponding @samp{show}
26591command, then you need to define the latter separately.
26592
26593Unambiguously abbreviated commands are allowed in @var{COMMAND} and
26594@var{ALIAS}, just as they are normally.
26595
26596@smallexample
26597(gdb) alias -a set pr elms = set p ele
26598@end smallexample
26599
26600Finally, here is an example showing the creation of a one word
26601alias for a more complex command.
26602This creates alias @samp{spe} of the command @samp{set print elements}.
26603
26604@smallexample
26605(gdb) alias spe = set print elements
26606(gdb) spe 20
26607@end smallexample
26608
21c294e6
AC
26609@node Interpreters
26610@chapter Command Interpreters
26611@cindex command interpreters
26612
26613@value{GDBN} supports multiple command interpreters, and some command
26614infrastructure to allow users or user interface writers to switch
26615between interpreters or run commands in other interpreters.
26616
26617@value{GDBN} currently supports two command interpreters, the console
26618interpreter (sometimes called the command-line interpreter or @sc{cli})
26619and the machine interface interpreter (or @sc{gdb/mi}). This manual
26620describes both of these interfaces in great detail.
26621
26622By default, @value{GDBN} will start with the console interpreter.
26623However, the user may choose to start @value{GDBN} with another
26624interpreter by specifying the @option{-i} or @option{--interpreter}
26625startup options. Defined interpreters include:
26626
26627@table @code
26628@item console
26629@cindex console interpreter
26630The traditional console or command-line interpreter. This is the most often
26631used interpreter with @value{GDBN}. With no interpreter specified at runtime,
26632@value{GDBN} will use this interpreter.
26633
26634@item mi
26635@cindex mi interpreter
26636The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
26637by programs wishing to use @value{GDBN} as a backend for a debugger GUI
26638or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
26639Interface}.
26640
26641@item mi2
26642@cindex mi2 interpreter
26643The current @sc{gdb/mi} interface.
26644
26645@item mi1
26646@cindex mi1 interpreter
26647The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
26648
26649@end table
26650
26651@cindex invoke another interpreter
26652The interpreter being used by @value{GDBN} may not be dynamically
26653switched at runtime. Although possible, this could lead to a very
26654precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
26655enters the command "interpreter-set console" in a console view,
26656@value{GDBN} would switch to using the console interpreter, rendering
26657the IDE inoperable!
26658
26659@kindex interpreter-exec
26660Although you may only choose a single interpreter at startup, you may execute
26661commands in any interpreter from the current interpreter using the appropriate
26662command. If you are running the console interpreter, simply use the
26663@code{interpreter-exec} command:
26664
26665@smallexample
26666interpreter-exec mi "-data-list-register-names"
26667@end smallexample
26668
26669@sc{gdb/mi} has a similar command, although it is only available in versions of
26670@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
26671
8e04817f
AC
26672@node TUI
26673@chapter @value{GDBN} Text User Interface
26674@cindex TUI
d0d5df6f 26675@cindex Text User Interface
c906108c 26676
8e04817f
AC
26677@menu
26678* TUI Overview:: TUI overview
26679* TUI Keys:: TUI key bindings
7cf36c78 26680* TUI Single Key Mode:: TUI single key mode
db2e3e2e 26681* TUI Commands:: TUI-specific commands
8e04817f
AC
26682* TUI Configuration:: TUI configuration variables
26683@end menu
c906108c 26684
46ba6afa 26685The @value{GDBN} Text User Interface (TUI) is a terminal
d0d5df6f
AC
26686interface which uses the @code{curses} library to show the source
26687file, the assembly output, the program registers and @value{GDBN}
46ba6afa
BW
26688commands in separate text windows. The TUI mode is supported only
26689on platforms where a suitable version of the @code{curses} library
26690is available.
d0d5df6f 26691
46ba6afa 26692The TUI mode is enabled by default when you invoke @value{GDBN} as
217bff3e 26693@samp{@value{GDBP} -tui}.
46ba6afa
BW
26694You can also switch in and out of TUI mode while @value{GDBN} runs by
26695using various TUI commands and key bindings, such as @kbd{C-x C-a}.
26696@xref{TUI Keys, ,TUI Key Bindings}.
c906108c 26697
8e04817f 26698@node TUI Overview
79a6e687 26699@section TUI Overview
c906108c 26700
46ba6afa 26701In TUI mode, @value{GDBN} can display several text windows:
c906108c 26702
8e04817f
AC
26703@table @emph
26704@item command
26705This window is the @value{GDBN} command window with the @value{GDBN}
46ba6afa
BW
26706prompt and the @value{GDBN} output. The @value{GDBN} input is still
26707managed using readline.
c906108c 26708
8e04817f
AC
26709@item source
26710The source window shows the source file of the program. The current
46ba6afa 26711line and active breakpoints are displayed in this window.
c906108c 26712
8e04817f
AC
26713@item assembly
26714The assembly window shows the disassembly output of the program.
c906108c 26715
8e04817f 26716@item register
46ba6afa
BW
26717This window shows the processor registers. Registers are highlighted
26718when their values change.
c906108c
SS
26719@end table
26720
269c21fe 26721The source and assembly windows show the current program position
46ba6afa
BW
26722by highlighting the current line and marking it with a @samp{>} marker.
26723Breakpoints are indicated with two markers. The first marker
269c21fe
SC
26724indicates the breakpoint type:
26725
26726@table @code
26727@item B
26728Breakpoint which was hit at least once.
26729
26730@item b
26731Breakpoint which was never hit.
26732
26733@item H
26734Hardware breakpoint which was hit at least once.
26735
26736@item h
26737Hardware breakpoint which was never hit.
269c21fe
SC
26738@end table
26739
26740The second marker indicates whether the breakpoint is enabled or not:
26741
26742@table @code
26743@item +
26744Breakpoint is enabled.
26745
26746@item -
26747Breakpoint is disabled.
269c21fe
SC
26748@end table
26749
46ba6afa
BW
26750The source, assembly and register windows are updated when the current
26751thread changes, when the frame changes, or when the program counter
26752changes.
26753
26754These windows are not all visible at the same time. The command
26755window is always visible. The others can be arranged in several
26756layouts:
c906108c 26757
8e04817f
AC
26758@itemize @bullet
26759@item
46ba6afa 26760source only,
2df3850c 26761
8e04817f 26762@item
46ba6afa 26763assembly only,
8e04817f
AC
26764
26765@item
46ba6afa 26766source and assembly,
8e04817f
AC
26767
26768@item
46ba6afa 26769source and registers, or
c906108c 26770
8e04817f 26771@item
46ba6afa 26772assembly and registers.
8e04817f 26773@end itemize
c906108c 26774
46ba6afa 26775A status line above the command window shows the following information:
b7bb15bc
SC
26776
26777@table @emph
26778@item target
46ba6afa 26779Indicates the current @value{GDBN} target.
b7bb15bc
SC
26780(@pxref{Targets, ,Specifying a Debugging Target}).
26781
26782@item process
46ba6afa 26783Gives the current process or thread number.
b7bb15bc
SC
26784When no process is being debugged, this field is set to @code{No process}.
26785
26786@item function
26787Gives the current function name for the selected frame.
26788The name is demangled if demangling is turned on (@pxref{Print Settings}).
46ba6afa 26789When there is no symbol corresponding to the current program counter,
b7bb15bc
SC
26790the string @code{??} is displayed.
26791
26792@item line
26793Indicates the current line number for the selected frame.
46ba6afa 26794When the current line number is not known, the string @code{??} is displayed.
b7bb15bc
SC
26795
26796@item pc
26797Indicates the current program counter address.
b7bb15bc
SC
26798@end table
26799
8e04817f
AC
26800@node TUI Keys
26801@section TUI Key Bindings
26802@cindex TUI key bindings
c906108c 26803
8e04817f 26804The TUI installs several key bindings in the readline keymaps
39037522
TT
26805@ifset SYSTEM_READLINE
26806(@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
26807@end ifset
26808@ifclear SYSTEM_READLINE
26809(@pxref{Command Line Editing}).
26810@end ifclear
26811The following key bindings are installed for both TUI mode and the
26812@value{GDBN} standard mode.
c906108c 26813
8e04817f
AC
26814@table @kbd
26815@kindex C-x C-a
26816@item C-x C-a
26817@kindex C-x a
26818@itemx C-x a
26819@kindex C-x A
26820@itemx C-x A
46ba6afa
BW
26821Enter or leave the TUI mode. When leaving the TUI mode,
26822the curses window management stops and @value{GDBN} operates using
26823its standard mode, writing on the terminal directly. When reentering
26824the TUI mode, control is given back to the curses windows.
8e04817f 26825The screen is then refreshed.
c906108c 26826
8e04817f
AC
26827@kindex C-x 1
26828@item C-x 1
26829Use a TUI layout with only one window. The layout will
26830either be @samp{source} or @samp{assembly}. When the TUI mode
26831is not active, it will switch to the TUI mode.
2df3850c 26832
8e04817f 26833Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 26834
8e04817f
AC
26835@kindex C-x 2
26836@item C-x 2
26837Use a TUI layout with at least two windows. When the current
46ba6afa 26838layout already has two windows, the next layout with two windows is used.
8e04817f
AC
26839When a new layout is chosen, one window will always be common to the
26840previous layout and the new one.
c906108c 26841
8e04817f 26842Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 26843
72ffddc9
SC
26844@kindex C-x o
26845@item C-x o
26846Change the active window. The TUI associates several key bindings
46ba6afa 26847(like scrolling and arrow keys) with the active window. This command
72ffddc9
SC
26848gives the focus to the next TUI window.
26849
26850Think of it as the Emacs @kbd{C-x o} binding.
26851
7cf36c78
SC
26852@kindex C-x s
26853@item C-x s
46ba6afa
BW
26854Switch in and out of the TUI SingleKey mode that binds single
26855keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
c906108c
SS
26856@end table
26857
46ba6afa 26858The following key bindings only work in the TUI mode:
5d161b24 26859
46ba6afa 26860@table @asis
8e04817f 26861@kindex PgUp
46ba6afa 26862@item @key{PgUp}
8e04817f 26863Scroll the active window one page up.
c906108c 26864
8e04817f 26865@kindex PgDn
46ba6afa 26866@item @key{PgDn}
8e04817f 26867Scroll the active window one page down.
c906108c 26868
8e04817f 26869@kindex Up
46ba6afa 26870@item @key{Up}
8e04817f 26871Scroll the active window one line up.
c906108c 26872
8e04817f 26873@kindex Down
46ba6afa 26874@item @key{Down}
8e04817f 26875Scroll the active window one line down.
c906108c 26876
8e04817f 26877@kindex Left
46ba6afa 26878@item @key{Left}
8e04817f 26879Scroll the active window one column left.
c906108c 26880
8e04817f 26881@kindex Right
46ba6afa 26882@item @key{Right}
8e04817f 26883Scroll the active window one column right.
c906108c 26884
8e04817f 26885@kindex C-L
46ba6afa 26886@item @kbd{C-L}
8e04817f 26887Refresh the screen.
8e04817f 26888@end table
c906108c 26889
46ba6afa
BW
26890Because the arrow keys scroll the active window in the TUI mode, they
26891are not available for their normal use by readline unless the command
26892window has the focus. When another window is active, you must use
26893other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
26894and @kbd{C-f} to control the command window.
8e04817f 26895
7cf36c78
SC
26896@node TUI Single Key Mode
26897@section TUI Single Key Mode
26898@cindex TUI single key mode
26899
46ba6afa
BW
26900The TUI also provides a @dfn{SingleKey} mode, which binds several
26901frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
26902switch into this mode, where the following key bindings are used:
7cf36c78
SC
26903
26904@table @kbd
26905@kindex c @r{(SingleKey TUI key)}
26906@item c
26907continue
26908
26909@kindex d @r{(SingleKey TUI key)}
26910@item d
26911down
26912
26913@kindex f @r{(SingleKey TUI key)}
26914@item f
26915finish
26916
26917@kindex n @r{(SingleKey TUI key)}
26918@item n
26919next
26920
26921@kindex q @r{(SingleKey TUI key)}
26922@item q
46ba6afa 26923exit the SingleKey mode.
7cf36c78
SC
26924
26925@kindex r @r{(SingleKey TUI key)}
26926@item r
26927run
26928
26929@kindex s @r{(SingleKey TUI key)}
26930@item s
26931step
26932
26933@kindex u @r{(SingleKey TUI key)}
26934@item u
26935up
26936
26937@kindex v @r{(SingleKey TUI key)}
26938@item v
26939info locals
26940
26941@kindex w @r{(SingleKey TUI key)}
26942@item w
26943where
7cf36c78
SC
26944@end table
26945
26946Other keys temporarily switch to the @value{GDBN} command prompt.
26947The key that was pressed is inserted in the editing buffer so that
26948it is possible to type most @value{GDBN} commands without interaction
46ba6afa
BW
26949with the TUI SingleKey mode. Once the command is entered the TUI
26950SingleKey mode is restored. The only way to permanently leave
7f9087cb 26951this mode is by typing @kbd{q} or @kbd{C-x s}.
7cf36c78
SC
26952
26953
8e04817f 26954@node TUI Commands
db2e3e2e 26955@section TUI-specific Commands
8e04817f
AC
26956@cindex TUI commands
26957
26958The TUI has specific commands to control the text windows.
46ba6afa
BW
26959These commands are always available, even when @value{GDBN} is not in
26960the TUI mode. When @value{GDBN} is in the standard mode, most
26961of these commands will automatically switch to the TUI mode.
c906108c 26962
ff12863f
PA
26963Note that if @value{GDBN}'s @code{stdout} is not connected to a
26964terminal, or @value{GDBN} has been started with the machine interface
26965interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
26966these commands will fail with an error, because it would not be
26967possible or desirable to enable curses window management.
26968
c906108c 26969@table @code
3d757584
SC
26970@item info win
26971@kindex info win
26972List and give the size of all displayed windows.
26973
8e04817f 26974@item layout next
4644b6e3 26975@kindex layout
8e04817f 26976Display the next layout.
2df3850c 26977
8e04817f 26978@item layout prev
8e04817f 26979Display the previous layout.
c906108c 26980
8e04817f 26981@item layout src
8e04817f 26982Display the source window only.
c906108c 26983
8e04817f 26984@item layout asm
8e04817f 26985Display the assembly window only.
c906108c 26986
8e04817f 26987@item layout split
8e04817f 26988Display the source and assembly window.
c906108c 26989
8e04817f 26990@item layout regs
8e04817f
AC
26991Display the register window together with the source or assembly window.
26992
46ba6afa 26993@item focus next
8e04817f 26994@kindex focus
46ba6afa
BW
26995Make the next window active for scrolling.
26996
26997@item focus prev
26998Make the previous window active for scrolling.
26999
27000@item focus src
27001Make the source window active for scrolling.
27002
27003@item focus asm
27004Make the assembly window active for scrolling.
27005
27006@item focus regs
27007Make the register window active for scrolling.
27008
27009@item focus cmd
27010Make the command window active for scrolling.
c906108c 27011
8e04817f
AC
27012@item refresh
27013@kindex refresh
7f9087cb 27014Refresh the screen. This is similar to typing @kbd{C-L}.
c906108c 27015
6a1b180d
SC
27016@item tui reg float
27017@kindex tui reg
27018Show the floating point registers in the register window.
27019
27020@item tui reg general
27021Show the general registers in the register window.
27022
27023@item tui reg next
27024Show the next register group. The list of register groups as well as
27025their order is target specific. The predefined register groups are the
27026following: @code{general}, @code{float}, @code{system}, @code{vector},
27027@code{all}, @code{save}, @code{restore}.
27028
27029@item tui reg system
27030Show the system registers in the register window.
27031
8e04817f
AC
27032@item update
27033@kindex update
27034Update the source window and the current execution point.
c906108c 27035
8e04817f
AC
27036@item winheight @var{name} +@var{count}
27037@itemx winheight @var{name} -@var{count}
27038@kindex winheight
27039Change the height of the window @var{name} by @var{count}
27040lines. Positive counts increase the height, while negative counts
27041decrease it.
2df3850c 27042
46ba6afa
BW
27043@item tabset @var{nchars}
27044@kindex tabset
c45da7e6 27045Set the width of tab stops to be @var{nchars} characters.
c906108c
SS
27046@end table
27047
8e04817f 27048@node TUI Configuration
79a6e687 27049@section TUI Configuration Variables
8e04817f 27050@cindex TUI configuration variables
c906108c 27051
46ba6afa 27052Several configuration variables control the appearance of TUI windows.
c906108c 27053
8e04817f
AC
27054@table @code
27055@item set tui border-kind @var{kind}
27056@kindex set tui border-kind
27057Select the border appearance for the source, assembly and register windows.
27058The possible values are the following:
27059@table @code
27060@item space
27061Use a space character to draw the border.
c906108c 27062
8e04817f 27063@item ascii
46ba6afa 27064Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
c906108c 27065
8e04817f
AC
27066@item acs
27067Use the Alternate Character Set to draw the border. The border is
27068drawn using character line graphics if the terminal supports them.
8e04817f 27069@end table
c78b4128 27070
8e04817f
AC
27071@item set tui border-mode @var{mode}
27072@kindex set tui border-mode
46ba6afa
BW
27073@itemx set tui active-border-mode @var{mode}
27074@kindex set tui active-border-mode
27075Select the display attributes for the borders of the inactive windows
27076or the active window. The @var{mode} can be one of the following:
8e04817f
AC
27077@table @code
27078@item normal
27079Use normal attributes to display the border.
c906108c 27080
8e04817f
AC
27081@item standout
27082Use standout mode.
c906108c 27083
8e04817f
AC
27084@item reverse
27085Use reverse video mode.
c906108c 27086
8e04817f
AC
27087@item half
27088Use half bright mode.
c906108c 27089
8e04817f
AC
27090@item half-standout
27091Use half bright and standout mode.
c906108c 27092
8e04817f
AC
27093@item bold
27094Use extra bright or bold mode.
c78b4128 27095
8e04817f
AC
27096@item bold-standout
27097Use extra bright or bold and standout mode.
8e04817f 27098@end table
8e04817f 27099@end table
c78b4128 27100
8e04817f
AC
27101@node Emacs
27102@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 27103
8e04817f
AC
27104@cindex Emacs
27105@cindex @sc{gnu} Emacs
27106A special interface allows you to use @sc{gnu} Emacs to view (and
27107edit) the source files for the program you are debugging with
27108@value{GDBN}.
c906108c 27109
8e04817f
AC
27110To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
27111executable file you want to debug as an argument. This command starts
27112@value{GDBN} as a subprocess of Emacs, with input and output through a newly
27113created Emacs buffer.
27114@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 27115
5e252a2e 27116Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
8e04817f 27117things:
c906108c 27118
8e04817f
AC
27119@itemize @bullet
27120@item
5e252a2e
NR
27121All ``terminal'' input and output goes through an Emacs buffer, called
27122the GUD buffer.
c906108c 27123
8e04817f
AC
27124This applies both to @value{GDBN} commands and their output, and to the input
27125and output done by the program you are debugging.
bf0184be 27126
8e04817f
AC
27127This is useful because it means that you can copy the text of previous
27128commands and input them again; you can even use parts of the output
27129in this way.
bf0184be 27130
8e04817f
AC
27131All the facilities of Emacs' Shell mode are available for interacting
27132with your program. In particular, you can send signals the usual
27133way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
27134stop.
bf0184be
ND
27135
27136@item
8e04817f 27137@value{GDBN} displays source code through Emacs.
bf0184be 27138
8e04817f
AC
27139Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
27140source file for that frame and puts an arrow (@samp{=>}) at the
27141left margin of the current line. Emacs uses a separate buffer for
27142source display, and splits the screen to show both your @value{GDBN} session
27143and the source.
bf0184be 27144
8e04817f
AC
27145Explicit @value{GDBN} @code{list} or search commands still produce output as
27146usual, but you probably have no reason to use them from Emacs.
5e252a2e
NR
27147@end itemize
27148
27149We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
27150a graphical mode, enabled by default, which provides further buffers
27151that can control the execution and describe the state of your program.
27152@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
c906108c 27153
64fabec2
AC
27154If you specify an absolute file name when prompted for the @kbd{M-x
27155gdb} argument, then Emacs sets your current working directory to where
27156your program resides. If you only specify the file name, then Emacs
7a9dd1b2 27157sets your current working directory to the directory associated
64fabec2
AC
27158with the previous buffer. In this case, @value{GDBN} may find your
27159program by searching your environment's @code{PATH} variable, but on
27160some operating systems it might not find the source. So, although the
27161@value{GDBN} input and output session proceeds normally, the auxiliary
27162buffer does not display the current source and line of execution.
27163
27164The initial working directory of @value{GDBN} is printed on the top
5e252a2e
NR
27165line of the GUD buffer and this serves as a default for the commands
27166that specify files for @value{GDBN} to operate on. @xref{Files,
27167,Commands to Specify Files}.
64fabec2
AC
27168
27169By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
27170need to call @value{GDBN} by a different name (for example, if you
27171keep several configurations around, with different names) you can
27172customize the Emacs variable @code{gud-gdb-command-name} to run the
27173one you want.
8e04817f 27174
5e252a2e 27175In the GUD buffer, you can use these special Emacs commands in
8e04817f 27176addition to the standard Shell mode commands:
c906108c 27177
8e04817f
AC
27178@table @kbd
27179@item C-h m
5e252a2e 27180Describe the features of Emacs' GUD Mode.
c906108c 27181
64fabec2 27182@item C-c C-s
8e04817f
AC
27183Execute to another source line, like the @value{GDBN} @code{step} command; also
27184update the display window to show the current file and location.
c906108c 27185
64fabec2 27186@item C-c C-n
8e04817f
AC
27187Execute to next source line in this function, skipping all function
27188calls, like the @value{GDBN} @code{next} command. Then update the display window
27189to show the current file and location.
c906108c 27190
64fabec2 27191@item C-c C-i
8e04817f
AC
27192Execute one instruction, like the @value{GDBN} @code{stepi} command; update
27193display window accordingly.
c906108c 27194
8e04817f
AC
27195@item C-c C-f
27196Execute until exit from the selected stack frame, like the @value{GDBN}
27197@code{finish} command.
c906108c 27198
64fabec2 27199@item C-c C-r
8e04817f
AC
27200Continue execution of your program, like the @value{GDBN} @code{continue}
27201command.
b433d00b 27202
64fabec2 27203@item C-c <
8e04817f
AC
27204Go up the number of frames indicated by the numeric argument
27205(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
27206like the @value{GDBN} @code{up} command.
b433d00b 27207
64fabec2 27208@item C-c >
8e04817f
AC
27209Go down the number of frames indicated by the numeric argument, like the
27210@value{GDBN} @code{down} command.
8e04817f 27211@end table
c906108c 27212
7f9087cb 27213In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
8e04817f 27214tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 27215
5e252a2e
NR
27216In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
27217separate frame which shows a backtrace when the GUD buffer is current.
27218Move point to any frame in the stack and type @key{RET} to make it
27219become the current frame and display the associated source in the
27220source buffer. Alternatively, click @kbd{Mouse-2} to make the
27221selected frame become the current one. In graphical mode, the
27222speedbar displays watch expressions.
64fabec2 27223
8e04817f
AC
27224If you accidentally delete the source-display buffer, an easy way to get
27225it back is to type the command @code{f} in the @value{GDBN} buffer, to
27226request a frame display; when you run under Emacs, this recreates
27227the source buffer if necessary to show you the context of the current
27228frame.
c906108c 27229
8e04817f
AC
27230The source files displayed in Emacs are in ordinary Emacs buffers
27231which are visiting the source files in the usual way. You can edit
27232the files with these buffers if you wish; but keep in mind that @value{GDBN}
27233communicates with Emacs in terms of line numbers. If you add or
27234delete lines from the text, the line numbers that @value{GDBN} knows cease
27235to correspond properly with the code.
b383017d 27236
5e252a2e
NR
27237A more detailed description of Emacs' interaction with @value{GDBN} is
27238given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
27239Emacs Manual}).
c906108c 27240
922fbb7b
AC
27241@node GDB/MI
27242@chapter The @sc{gdb/mi} Interface
27243
27244@unnumberedsec Function and Purpose
27245
27246@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
27247@sc{gdb/mi} is a line based machine oriented text interface to
27248@value{GDBN} and is activated by specifying using the
27249@option{--interpreter} command line option (@pxref{Mode Options}). It
27250is specifically intended to support the development of systems which
27251use the debugger as just one small component of a larger system.
922fbb7b
AC
27252
27253This chapter is a specification of the @sc{gdb/mi} interface. It is written
27254in the form of a reference manual.
27255
27256Note that @sc{gdb/mi} is still under construction, so some of the
af6eff6f
NR
27257features described below are incomplete and subject to change
27258(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
922fbb7b
AC
27259
27260@unnumberedsec Notation and Terminology
27261
27262@cindex notational conventions, for @sc{gdb/mi}
27263This chapter uses the following notation:
27264
27265@itemize @bullet
27266@item
27267@code{|} separates two alternatives.
27268
27269@item
27270@code{[ @var{something} ]} indicates that @var{something} is optional:
27271it may or may not be given.
27272
27273@item
27274@code{( @var{group} )*} means that @var{group} inside the parentheses
27275may repeat zero or more times.
27276
27277@item
27278@code{( @var{group} )+} means that @var{group} inside the parentheses
27279may repeat one or more times.
27280
27281@item
27282@code{"@var{string}"} means a literal @var{string}.
27283@end itemize
27284
27285@ignore
27286@heading Dependencies
27287@end ignore
27288
922fbb7b 27289@menu
c3b108f7 27290* GDB/MI General Design::
922fbb7b
AC
27291* GDB/MI Command Syntax::
27292* GDB/MI Compatibility with CLI::
af6eff6f 27293* GDB/MI Development and Front Ends::
922fbb7b 27294* GDB/MI Output Records::
ef21caaf 27295* GDB/MI Simple Examples::
922fbb7b 27296* GDB/MI Command Description Format::
ef21caaf 27297* GDB/MI Breakpoint Commands::
3fa7bf06 27298* GDB/MI Catchpoint Commands::
a2c02241
NR
27299* GDB/MI Program Context::
27300* GDB/MI Thread Commands::
5d77fe44 27301* GDB/MI Ada Tasking Commands::
a2c02241
NR
27302* GDB/MI Program Execution::
27303* GDB/MI Stack Manipulation::
27304* GDB/MI Variable Objects::
922fbb7b 27305* GDB/MI Data Manipulation::
a2c02241
NR
27306* GDB/MI Tracepoint Commands::
27307* GDB/MI Symbol Query::
351ff01a 27308* GDB/MI File Commands::
922fbb7b
AC
27309@ignore
27310* GDB/MI Kod Commands::
27311* GDB/MI Memory Overlay Commands::
27312* GDB/MI Signal Handling Commands::
27313@end ignore
922fbb7b 27314* GDB/MI Target Manipulation::
a6b151f1 27315* GDB/MI File Transfer Commands::
ef21caaf 27316* GDB/MI Miscellaneous Commands::
922fbb7b
AC
27317@end menu
27318
c3b108f7
VP
27319@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27320@node GDB/MI General Design
27321@section @sc{gdb/mi} General Design
27322@cindex GDB/MI General Design
27323
27324Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
27325parts---commands sent to @value{GDBN}, responses to those commands
27326and notifications. Each command results in exactly one response,
27327indicating either successful completion of the command, or an error.
27328For the commands that do not resume the target, the response contains the
27329requested information. For the commands that resume the target, the
27330response only indicates whether the target was successfully resumed.
27331Notifications is the mechanism for reporting changes in the state of the
27332target, or in @value{GDBN} state, that cannot conveniently be associated with
27333a command and reported as part of that command response.
27334
27335The important examples of notifications are:
27336@itemize @bullet
27337
27338@item
27339Exec notifications. These are used to report changes in
27340target state---when a target is resumed, or stopped. It would not
27341be feasible to include this information in response of resuming
27342commands, because one resume commands can result in multiple events in
27343different threads. Also, quite some time may pass before any event
27344happens in the target, while a frontend needs to know whether the resuming
27345command itself was successfully executed.
27346
27347@item
27348Console output, and status notifications. Console output
27349notifications are used to report output of CLI commands, as well as
27350diagnostics for other commands. Status notifications are used to
27351report the progress of a long-running operation. Naturally, including
27352this information in command response would mean no output is produced
27353until the command is finished, which is undesirable.
27354
27355@item
27356General notifications. Commands may have various side effects on
27357the @value{GDBN} or target state beyond their official purpose. For example,
27358a command may change the selected thread. Although such changes can
27359be included in command response, using notification allows for more
27360orthogonal frontend design.
27361
27362@end itemize
27363
27364There's no guarantee that whenever an MI command reports an error,
27365@value{GDBN} or the target are in any specific state, and especially,
27366the state is not reverted to the state before the MI command was
27367processed. Therefore, whenever an MI command results in an error,
27368we recommend that the frontend refreshes all the information shown in
27369the user interface.
27370
508094de
NR
27371
27372@menu
27373* Context management::
27374* Asynchronous and non-stop modes::
27375* Thread groups::
27376@end menu
27377
27378@node Context management
c3b108f7
VP
27379@subsection Context management
27380
27381In most cases when @value{GDBN} accesses the target, this access is
27382done in context of a specific thread and frame (@pxref{Frames}).
27383Often, even when accessing global data, the target requires that a thread
27384be specified. The CLI interface maintains the selected thread and frame,
27385and supplies them to target on each command. This is convenient,
27386because a command line user would not want to specify that information
27387explicitly on each command, and because user interacts with
27388@value{GDBN} via a single terminal, so no confusion is possible as
27389to what thread and frame are the current ones.
27390
27391In the case of MI, the concept of selected thread and frame is less
27392useful. First, a frontend can easily remember this information
27393itself. Second, a graphical frontend can have more than one window,
27394each one used for debugging a different thread, and the frontend might
27395want to access additional threads for internal purposes. This
27396increases the risk that by relying on implicitly selected thread, the
27397frontend may be operating on a wrong one. Therefore, each MI command
27398should explicitly specify which thread and frame to operate on. To
27399make it possible, each MI command accepts the @samp{--thread} and
27400@samp{--frame} options, the value to each is @value{GDBN} identifier
27401for thread and frame to operate on.
27402
27403Usually, each top-level window in a frontend allows the user to select
27404a thread and a frame, and remembers the user selection for further
27405operations. However, in some cases @value{GDBN} may suggest that the
27406current thread be changed. For example, when stopping on a breakpoint
27407it is reasonable to switch to the thread where breakpoint is hit. For
27408another example, if the user issues the CLI @samp{thread} command via
27409the frontend, it is desirable to change the frontend's selected thread to the
27410one specified by user. @value{GDBN} communicates the suggestion to
27411change current thread using the @samp{=thread-selected} notification.
27412No such notification is available for the selected frame at the moment.
27413
27414Note that historically, MI shares the selected thread with CLI, so
27415frontends used the @code{-thread-select} to execute commands in the
27416right context. However, getting this to work right is cumbersome. The
27417simplest way is for frontend to emit @code{-thread-select} command
27418before every command. This doubles the number of commands that need
27419to be sent. The alternative approach is to suppress @code{-thread-select}
27420if the selected thread in @value{GDBN} is supposed to be identical to the
27421thread the frontend wants to operate on. However, getting this
27422optimization right can be tricky. In particular, if the frontend
27423sends several commands to @value{GDBN}, and one of the commands changes the
27424selected thread, then the behaviour of subsequent commands will
27425change. So, a frontend should either wait for response from such
27426problematic commands, or explicitly add @code{-thread-select} for
27427all subsequent commands. No frontend is known to do this exactly
27428right, so it is suggested to just always pass the @samp{--thread} and
27429@samp{--frame} options.
27430
508094de 27431@node Asynchronous and non-stop modes
c3b108f7
VP
27432@subsection Asynchronous command execution and non-stop mode
27433
27434On some targets, @value{GDBN} is capable of processing MI commands
27435even while the target is running. This is called @dfn{asynchronous
27436command execution} (@pxref{Background Execution}). The frontend may
27437specify a preferrence for asynchronous execution using the
27438@code{-gdb-set target-async 1} command, which should be emitted before
27439either running the executable or attaching to the target. After the
27440frontend has started the executable or attached to the target, it can
27441find if asynchronous execution is enabled using the
27442@code{-list-target-features} command.
27443
27444Even if @value{GDBN} can accept a command while target is running,
27445many commands that access the target do not work when the target is
27446running. Therefore, asynchronous command execution is most useful
27447when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
27448it is possible to examine the state of one thread, while other threads
27449are running.
27450
27451When a given thread is running, MI commands that try to access the
27452target in the context of that thread may not work, or may work only on
27453some targets. In particular, commands that try to operate on thread's
27454stack will not work, on any target. Commands that read memory, or
27455modify breakpoints, may work or not work, depending on the target. Note
27456that even commands that operate on global state, such as @code{print},
27457@code{set}, and breakpoint commands, still access the target in the
27458context of a specific thread, so frontend should try to find a
27459stopped thread and perform the operation on that thread (using the
27460@samp{--thread} option).
27461
27462Which commands will work in the context of a running thread is
27463highly target dependent. However, the two commands
27464@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
27465to find the state of a thread, will always work.
27466
508094de 27467@node Thread groups
c3b108f7
VP
27468@subsection Thread groups
27469@value{GDBN} may be used to debug several processes at the same time.
27470On some platfroms, @value{GDBN} may support debugging of several
27471hardware systems, each one having several cores with several different
27472processes running on each core. This section describes the MI
27473mechanism to support such debugging scenarios.
27474
27475The key observation is that regardless of the structure of the
27476target, MI can have a global list of threads, because most commands that
27477accept the @samp{--thread} option do not need to know what process that
27478thread belongs to. Therefore, it is not necessary to introduce
27479neither additional @samp{--process} option, nor an notion of the
27480current process in the MI interface. The only strictly new feature
27481that is required is the ability to find how the threads are grouped
27482into processes.
27483
27484To allow the user to discover such grouping, and to support arbitrary
27485hierarchy of machines/cores/processes, MI introduces the concept of a
27486@dfn{thread group}. Thread group is a collection of threads and other
27487thread groups. A thread group always has a string identifier, a type,
27488and may have additional attributes specific to the type. A new
27489command, @code{-list-thread-groups}, returns the list of top-level
27490thread groups, which correspond to processes that @value{GDBN} is
27491debugging at the moment. By passing an identifier of a thread group
27492to the @code{-list-thread-groups} command, it is possible to obtain
27493the members of specific thread group.
27494
27495To allow the user to easily discover processes, and other objects, he
27496wishes to debug, a concept of @dfn{available thread group} is
27497introduced. Available thread group is an thread group that
27498@value{GDBN} is not debugging, but that can be attached to, using the
27499@code{-target-attach} command. The list of available top-level thread
27500groups can be obtained using @samp{-list-thread-groups --available}.
27501In general, the content of a thread group may be only retrieved only
27502after attaching to that thread group.
27503
a79b8f6e
VP
27504Thread groups are related to inferiors (@pxref{Inferiors and
27505Programs}). Each inferior corresponds to a thread group of a special
27506type @samp{process}, and some additional operations are permitted on
27507such thread groups.
27508
922fbb7b
AC
27509@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27510@node GDB/MI Command Syntax
27511@section @sc{gdb/mi} Command Syntax
27512
27513@menu
27514* GDB/MI Input Syntax::
27515* GDB/MI Output Syntax::
922fbb7b
AC
27516@end menu
27517
27518@node GDB/MI Input Syntax
27519@subsection @sc{gdb/mi} Input Syntax
27520
27521@cindex input syntax for @sc{gdb/mi}
27522@cindex @sc{gdb/mi}, input syntax
27523@table @code
27524@item @var{command} @expansion{}
27525@code{@var{cli-command} | @var{mi-command}}
27526
27527@item @var{cli-command} @expansion{}
27528@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
27529@var{cli-command} is any existing @value{GDBN} CLI command.
27530
27531@item @var{mi-command} @expansion{}
27532@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
27533@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
27534
27535@item @var{token} @expansion{}
27536"any sequence of digits"
27537
27538@item @var{option} @expansion{}
27539@code{"-" @var{parameter} [ " " @var{parameter} ]}
27540
27541@item @var{parameter} @expansion{}
27542@code{@var{non-blank-sequence} | @var{c-string}}
27543
27544@item @var{operation} @expansion{}
27545@emph{any of the operations described in this chapter}
27546
27547@item @var{non-blank-sequence} @expansion{}
27548@emph{anything, provided it doesn't contain special characters such as
27549"-", @var{nl}, """ and of course " "}
27550
27551@item @var{c-string} @expansion{}
27552@code{""" @var{seven-bit-iso-c-string-content} """}
27553
27554@item @var{nl} @expansion{}
27555@code{CR | CR-LF}
27556@end table
27557
27558@noindent
27559Notes:
27560
27561@itemize @bullet
27562@item
27563The CLI commands are still handled by the @sc{mi} interpreter; their
27564output is described below.
27565
27566@item
27567The @code{@var{token}}, when present, is passed back when the command
27568finishes.
27569
27570@item
27571Some @sc{mi} commands accept optional arguments as part of the parameter
27572list. Each option is identified by a leading @samp{-} (dash) and may be
27573followed by an optional argument parameter. Options occur first in the
27574parameter list and can be delimited from normal parameters using
27575@samp{--} (this is useful when some parameters begin with a dash).
27576@end itemize
27577
27578Pragmatics:
27579
27580@itemize @bullet
27581@item
27582We want easy access to the existing CLI syntax (for debugging).
27583
27584@item
27585We want it to be easy to spot a @sc{mi} operation.
27586@end itemize
27587
27588@node GDB/MI Output Syntax
27589@subsection @sc{gdb/mi} Output Syntax
27590
27591@cindex output syntax of @sc{gdb/mi}
27592@cindex @sc{gdb/mi}, output syntax
27593The output from @sc{gdb/mi} consists of zero or more out-of-band records
27594followed, optionally, by a single result record. This result record
27595is for the most recent command. The sequence of output records is
594fe323 27596terminated by @samp{(gdb)}.
922fbb7b
AC
27597
27598If an input command was prefixed with a @code{@var{token}} then the
27599corresponding output for that command will also be prefixed by that same
27600@var{token}.
27601
27602@table @code
27603@item @var{output} @expansion{}
594fe323 27604@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
922fbb7b
AC
27605
27606@item @var{result-record} @expansion{}
27607@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
27608
27609@item @var{out-of-band-record} @expansion{}
27610@code{@var{async-record} | @var{stream-record}}
27611
27612@item @var{async-record} @expansion{}
27613@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
27614
27615@item @var{exec-async-output} @expansion{}
27616@code{[ @var{token} ] "*" @var{async-output}}
27617
27618@item @var{status-async-output} @expansion{}
27619@code{[ @var{token} ] "+" @var{async-output}}
27620
27621@item @var{notify-async-output} @expansion{}
27622@code{[ @var{token} ] "=" @var{async-output}}
27623
27624@item @var{async-output} @expansion{}
27625@code{@var{async-class} ( "," @var{result} )* @var{nl}}
27626
27627@item @var{result-class} @expansion{}
27628@code{"done" | "running" | "connected" | "error" | "exit"}
27629
27630@item @var{async-class} @expansion{}
27631@code{"stopped" | @var{others}} (where @var{others} will be added
27632depending on the needs---this is still in development).
27633
27634@item @var{result} @expansion{}
27635@code{ @var{variable} "=" @var{value}}
27636
27637@item @var{variable} @expansion{}
27638@code{ @var{string} }
27639
27640@item @var{value} @expansion{}
27641@code{ @var{const} | @var{tuple} | @var{list} }
27642
27643@item @var{const} @expansion{}
27644@code{@var{c-string}}
27645
27646@item @var{tuple} @expansion{}
27647@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
27648
27649@item @var{list} @expansion{}
27650@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
27651@var{result} ( "," @var{result} )* "]" }
27652
27653@item @var{stream-record} @expansion{}
27654@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
27655
27656@item @var{console-stream-output} @expansion{}
27657@code{"~" @var{c-string}}
27658
27659@item @var{target-stream-output} @expansion{}
27660@code{"@@" @var{c-string}}
27661
27662@item @var{log-stream-output} @expansion{}
27663@code{"&" @var{c-string}}
27664
27665@item @var{nl} @expansion{}
27666@code{CR | CR-LF}
27667
27668@item @var{token} @expansion{}
27669@emph{any sequence of digits}.
27670@end table
27671
27672@noindent
27673Notes:
27674
27675@itemize @bullet
27676@item
27677All output sequences end in a single line containing a period.
27678
27679@item
721c02de
VP
27680The @code{@var{token}} is from the corresponding request. Note that
27681for all async output, while the token is allowed by the grammar and
27682may be output by future versions of @value{GDBN} for select async
27683output messages, it is generally omitted. Frontends should treat
27684all async output as reporting general changes in the state of the
27685target and there should be no need to associate async output to any
27686prior command.
922fbb7b
AC
27687
27688@item
27689@cindex status output in @sc{gdb/mi}
27690@var{status-async-output} contains on-going status information about the
27691progress of a slow operation. It can be discarded. All status output is
27692prefixed by @samp{+}.
27693
27694@item
27695@cindex async output in @sc{gdb/mi}
27696@var{exec-async-output} contains asynchronous state change on the target
27697(stopped, started, disappeared). All async output is prefixed by
27698@samp{*}.
27699
27700@item
27701@cindex notify output in @sc{gdb/mi}
27702@var{notify-async-output} contains supplementary information that the
27703client should handle (e.g., a new breakpoint information). All notify
27704output is prefixed by @samp{=}.
27705
27706@item
27707@cindex console output in @sc{gdb/mi}
27708@var{console-stream-output} is output that should be displayed as is in the
27709console. It is the textual response to a CLI command. All the console
27710output is prefixed by @samp{~}.
27711
27712@item
27713@cindex target output in @sc{gdb/mi}
27714@var{target-stream-output} is the output produced by the target program.
27715All the target output is prefixed by @samp{@@}.
27716
27717@item
27718@cindex log output in @sc{gdb/mi}
27719@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
27720instance messages that should be displayed as part of an error log. All
27721the log output is prefixed by @samp{&}.
27722
27723@item
27724@cindex list output in @sc{gdb/mi}
27725New @sc{gdb/mi} commands should only output @var{lists} containing
27726@var{values}.
27727
27728
27729@end itemize
27730
27731@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
27732details about the various output records.
27733
922fbb7b
AC
27734@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27735@node GDB/MI Compatibility with CLI
27736@section @sc{gdb/mi} Compatibility with CLI
27737
27738@cindex compatibility, @sc{gdb/mi} and CLI
27739@cindex @sc{gdb/mi}, compatibility with CLI
922fbb7b 27740
a2c02241
NR
27741For the developers convenience CLI commands can be entered directly,
27742but there may be some unexpected behaviour. For example, commands
27743that query the user will behave as if the user replied yes, breakpoint
27744command lists are not executed and some CLI commands, such as
27745@code{if}, @code{when} and @code{define}, prompt for further input with
27746@samp{>}, which is not valid MI output.
ef21caaf
NR
27747
27748This feature may be removed at some stage in the future and it is
a2c02241
NR
27749recommended that front ends use the @code{-interpreter-exec} command
27750(@pxref{-interpreter-exec}).
922fbb7b 27751
af6eff6f
NR
27752@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27753@node GDB/MI Development and Front Ends
27754@section @sc{gdb/mi} Development and Front Ends
27755@cindex @sc{gdb/mi} development
27756
27757The application which takes the MI output and presents the state of the
27758program being debugged to the user is called a @dfn{front end}.
27759
27760Although @sc{gdb/mi} is still incomplete, it is currently being used
27761by a variety of front ends to @value{GDBN}. This makes it difficult
27762to introduce new functionality without breaking existing usage. This
27763section tries to minimize the problems by describing how the protocol
27764might change.
27765
27766Some changes in MI need not break a carefully designed front end, and
27767for these the MI version will remain unchanged. The following is a
27768list of changes that may occur within one level, so front ends should
27769parse MI output in a way that can handle them:
27770
27771@itemize @bullet
27772@item
27773New MI commands may be added.
27774
27775@item
27776New fields may be added to the output of any MI command.
27777
36ece8b3
NR
27778@item
27779The range of values for fields with specified values, e.g.,
9f708cb2 27780@code{in_scope} (@pxref{-var-update}) may be extended.
36ece8b3 27781
af6eff6f
NR
27782@c The format of field's content e.g type prefix, may change so parse it
27783@c at your own risk. Yes, in general?
27784
27785@c The order of fields may change? Shouldn't really matter but it might
27786@c resolve inconsistencies.
27787@end itemize
27788
27789If the changes are likely to break front ends, the MI version level
27790will be increased by one. This will allow the front end to parse the
27791output according to the MI version. Apart from mi0, new versions of
27792@value{GDBN} will not support old versions of MI and it will be the
27793responsibility of the front end to work with the new one.
27794
27795@c Starting with mi3, add a new command -mi-version that prints the MI
27796@c version?
27797
27798The best way to avoid unexpected changes in MI that might break your front
27799end is to make your project known to @value{GDBN} developers and
7a9a6b69 27800follow development on @email{gdb@@sourceware.org} and
fa0f268d 27801@email{gdb-patches@@sourceware.org}.
af6eff6f
NR
27802@cindex mailing lists
27803
922fbb7b
AC
27804@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27805@node GDB/MI Output Records
27806@section @sc{gdb/mi} Output Records
27807
27808@menu
27809* GDB/MI Result Records::
27810* GDB/MI Stream Records::
82f68b1c 27811* GDB/MI Async Records::
54516a0b 27812* GDB/MI Breakpoint Information::
c3b108f7 27813* GDB/MI Frame Information::
dc146f7c 27814* GDB/MI Thread Information::
4368ebeb 27815* GDB/MI Ada Exception Information::
922fbb7b
AC
27816@end menu
27817
27818@node GDB/MI Result Records
27819@subsection @sc{gdb/mi} Result Records
27820
27821@cindex result records in @sc{gdb/mi}
27822@cindex @sc{gdb/mi}, result records
27823In addition to a number of out-of-band notifications, the response to a
27824@sc{gdb/mi} command includes one of the following result indications:
27825
27826@table @code
27827@findex ^done
27828@item "^done" [ "," @var{results} ]
27829The synchronous operation was successful, @code{@var{results}} are the return
27830values.
27831
27832@item "^running"
27833@findex ^running
8e9c5e02
VP
27834This result record is equivalent to @samp{^done}. Historically, it
27835was output instead of @samp{^done} if the command has resumed the
27836target. This behaviour is maintained for backward compatibility, but
27837all frontends should treat @samp{^done} and @samp{^running}
27838identically and rely on the @samp{*running} output record to determine
27839which threads are resumed.
922fbb7b 27840
ef21caaf
NR
27841@item "^connected"
27842@findex ^connected
3f94c067 27843@value{GDBN} has connected to a remote target.
ef21caaf 27844
922fbb7b
AC
27845@item "^error" "," @var{c-string}
27846@findex ^error
27847The operation failed. The @code{@var{c-string}} contains the corresponding
27848error message.
ef21caaf
NR
27849
27850@item "^exit"
27851@findex ^exit
3f94c067 27852@value{GDBN} has terminated.
ef21caaf 27853
922fbb7b
AC
27854@end table
27855
27856@node GDB/MI Stream Records
27857@subsection @sc{gdb/mi} Stream Records
27858
27859@cindex @sc{gdb/mi}, stream records
27860@cindex stream records in @sc{gdb/mi}
27861@value{GDBN} internally maintains a number of output streams: the console, the
27862target, and the log. The output intended for each of these streams is
27863funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
27864
27865Each stream record begins with a unique @dfn{prefix character} which
27866identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
27867Syntax}). In addition to the prefix, each stream record contains a
27868@code{@var{string-output}}. This is either raw text (with an implicit new
27869line) or a quoted C string (which does not contain an implicit newline).
27870
27871@table @code
27872@item "~" @var{string-output}
27873The console output stream contains text that should be displayed in the
27874CLI console window. It contains the textual responses to CLI commands.
27875
27876@item "@@" @var{string-output}
27877The target output stream contains any textual output from the running
ef21caaf
NR
27878target. This is only present when GDB's event loop is truly
27879asynchronous, which is currently only the case for remote targets.
922fbb7b
AC
27880
27881@item "&" @var{string-output}
27882The log stream contains debugging messages being produced by @value{GDBN}'s
27883internals.
27884@end table
27885
82f68b1c
VP
27886@node GDB/MI Async Records
27887@subsection @sc{gdb/mi} Async Records
922fbb7b 27888
82f68b1c
VP
27889@cindex async records in @sc{gdb/mi}
27890@cindex @sc{gdb/mi}, async records
27891@dfn{Async} records are used to notify the @sc{gdb/mi} client of
922fbb7b 27892additional changes that have occurred. Those changes can either be a
82f68b1c 27893consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
922fbb7b
AC
27894target activity (e.g., target stopped).
27895
8eb41542 27896The following is the list of possible async records:
922fbb7b
AC
27897
27898@table @code
034dad6f 27899
e1ac3328
VP
27900@item *running,thread-id="@var{thread}"
27901The target is now running. The @var{thread} field tells which
27902specific thread is now running, and can be @samp{all} if all threads
27903are running. The frontend should assume that no interaction with a
27904running thread is possible after this notification is produced.
27905The frontend should not assume that this notification is output
27906only once for any command. @value{GDBN} may emit this notification
27907several times, either for different threads, because it cannot resume
27908all threads together, or even for a single thread, if the thread must
27909be stepped though some code before letting it run freely.
27910
dc146f7c 27911@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
82f68b1c
VP
27912The target has stopped. The @var{reason} field can have one of the
27913following values:
034dad6f
BR
27914
27915@table @code
27916@item breakpoint-hit
27917A breakpoint was reached.
27918@item watchpoint-trigger
27919A watchpoint was triggered.
27920@item read-watchpoint-trigger
27921A read watchpoint was triggered.
27922@item access-watchpoint-trigger
27923An access watchpoint was triggered.
27924@item function-finished
27925An -exec-finish or similar CLI command was accomplished.
27926@item location-reached
27927An -exec-until or similar CLI command was accomplished.
27928@item watchpoint-scope
27929A watchpoint has gone out of scope.
27930@item end-stepping-range
27931An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
27932similar CLI command was accomplished.
27933@item exited-signalled
27934The inferior exited because of a signal.
27935@item exited
27936The inferior exited.
27937@item exited-normally
27938The inferior exited normally.
27939@item signal-received
27940A signal was received by the inferior.
36dfb11c
TT
27941@item solib-event
27942The inferior has stopped due to a library being loaded or unloaded.
edcc5120
TT
27943This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
27944set or when a @code{catch load} or @code{catch unload} catchpoint is
27945in use (@pxref{Set Catchpoints}).
36dfb11c
TT
27946@item fork
27947The inferior has forked. This is reported when @code{catch fork}
27948(@pxref{Set Catchpoints}) has been used.
27949@item vfork
27950The inferior has vforked. This is reported in when @code{catch vfork}
27951(@pxref{Set Catchpoints}) has been used.
27952@item syscall-entry
27953The inferior entered a system call. This is reported when @code{catch
27954syscall} (@pxref{Set Catchpoints}) has been used.
27955@item syscall-entry
27956The inferior returned from a system call. This is reported when
27957@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
27958@item exec
27959The inferior called @code{exec}. This is reported when @code{catch exec}
27960(@pxref{Set Catchpoints}) has been used.
922fbb7b
AC
27961@end table
27962
c3b108f7
VP
27963The @var{id} field identifies the thread that directly caused the stop
27964-- for example by hitting a breakpoint. Depending on whether all-stop
27965mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
27966stop all threads, or only the thread that directly triggered the stop.
27967If all threads are stopped, the @var{stopped} field will have the
27968value of @code{"all"}. Otherwise, the value of the @var{stopped}
27969field will be a list of thread identifiers. Presently, this list will
27970always include a single thread, but frontend should be prepared to see
dc146f7c
VP
27971several threads in the list. The @var{core} field reports the
27972processor core on which the stop event has happened. This field may be absent
27973if such information is not available.
c3b108f7 27974
a79b8f6e
VP
27975@item =thread-group-added,id="@var{id}"
27976@itemx =thread-group-removed,id="@var{id}"
27977A thread group was either added or removed. The @var{id} field
27978contains the @value{GDBN} identifier of the thread group. When a thread
27979group is added, it generally might not be associated with a running
27980process. When a thread group is removed, its id becomes invalid and
27981cannot be used in any way.
27982
27983@item =thread-group-started,id="@var{id}",pid="@var{pid}"
27984A thread group became associated with a running program,
27985either because the program was just started or the thread group
27986was attached to a program. The @var{id} field contains the
27987@value{GDBN} identifier of the thread group. The @var{pid} field
27988contains process identifier, specific to the operating system.
27989
8cf64490 27990@item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
a79b8f6e
VP
27991A thread group is no longer associated with a running program,
27992either because the program has exited, or because it was detached
c3b108f7 27993from. The @var{id} field contains the @value{GDBN} identifier of the
8cf64490
TT
27994thread group. @var{code} is the exit code of the inferior; it exists
27995only when the inferior exited with some code.
c3b108f7
VP
27996
27997@item =thread-created,id="@var{id}",group-id="@var{gid}"
27998@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
82f68b1c 27999A thread either was created, or has exited. The @var{id} field
c3b108f7
VP
28000contains the @value{GDBN} identifier of the thread. The @var{gid}
28001field identifies the thread group this thread belongs to.
66bb093b
VP
28002
28003@item =thread-selected,id="@var{id}"
28004Informs that the selected thread was changed as result of the last
28005command. This notification is not emitted as result of @code{-thread-select}
28006command but is emitted whenever an MI command that is not documented
28007to change the selected thread actually changes it. In particular,
28008invoking, directly or indirectly (via user-defined command), the CLI
28009@code{thread} command, will generate this notification.
28010
28011We suggest that in response to this notification, front ends
28012highlight the selected thread and cause subsequent commands to apply to
28013that thread.
28014
c86cf029
VP
28015@item =library-loaded,...
28016Reports that a new library file was loaded by the program. This
28017notification has 4 fields---@var{id}, @var{target-name},
134eb42c 28018@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an
c86cf029
VP
28019opaque identifier of the library. For remote debugging case,
28020@var{target-name} and @var{host-name} fields give the name of the
134eb42c
VP
28021library file on the target, and on the host respectively. For native
28022debugging, both those fields have the same value. The
f1cbe1d3
TT
28023@var{symbols-loaded} field is emitted only for backward compatibility
28024and should not be relied on to convey any useful information. The
28025@var{thread-group} field, if present, specifies the id of the thread
28026group in whose context the library was loaded. If the field is
28027absent, it means the library was loaded in the context of all present
28028thread groups.
c86cf029
VP
28029
28030@item =library-unloaded,...
134eb42c 28031Reports that a library was unloaded by the program. This notification
c86cf029 28032has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
a79b8f6e
VP
28033the same meaning as for the @code{=library-loaded} notification.
28034The @var{thread-group} field, if present, specifies the id of the
28035thread group in whose context the library was unloaded. If the field is
28036absent, it means the library was unloaded in the context of all present
28037thread groups.
c86cf029 28038
201b4506
YQ
28039@item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
28040@itemx =traceframe-changed,end
28041Reports that the trace frame was changed and its new number is
28042@var{tfnum}. The number of the tracepoint associated with this trace
28043frame is @var{tpnum}.
28044
134a2066 28045@item =tsv-created,name=@var{name},initial=@var{initial}
bb25a15c 28046Reports that the new trace state variable @var{name} is created with
134a2066 28047initial value @var{initial}.
bb25a15c
YQ
28048
28049@item =tsv-deleted,name=@var{name}
28050@itemx =tsv-deleted
28051Reports that the trace state variable @var{name} is deleted or all
28052trace state variables are deleted.
28053
134a2066
YQ
28054@item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
28055Reports that the trace state variable @var{name} is modified with
28056the initial value @var{initial}. The current value @var{current} of
28057trace state variable is optional and is reported if the current
28058value of trace state variable is known.
28059
8d3788bd
VP
28060@item =breakpoint-created,bkpt=@{...@}
28061@itemx =breakpoint-modified,bkpt=@{...@}
d9f08f52 28062@itemx =breakpoint-deleted,id=@var{number}
8d3788bd
VP
28063Reports that a breakpoint was created, modified, or deleted,
28064respectively. Only user-visible breakpoints are reported to the MI
28065user.
28066
28067The @var{bkpt} argument is of the same form as returned by the various
d9f08f52
YQ
28068breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
28069@var{number} is the ordinal number of the breakpoint.
8d3788bd
VP
28070
28071Note that if a breakpoint is emitted in the result record of a
28072command, then it will not also be emitted in an async record.
28073
82a90ccf
YQ
28074@item =record-started,thread-group="@var{id}"
28075@itemx =record-stopped,thread-group="@var{id}"
28076Execution log recording was either started or stopped on an
28077inferior. The @var{id} is the @value{GDBN} identifier of the thread
28078group corresponding to the affected inferior.
28079
5b9afe8a
YQ
28080@item =cmd-param-changed,param=@var{param},value=@var{value}
28081Reports that a parameter of the command @code{set @var{param}} is
28082changed to @var{value}. In the multi-word @code{set} command,
28083the @var{param} is the whole parameter list to @code{set} command.
28084For example, In command @code{set check type on}, @var{param}
28085is @code{check type} and @var{value} is @code{on}.
8de0566d
YQ
28086
28087@item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
28088Reports that bytes from @var{addr} to @var{data} + @var{len} were
28089written in an inferior. The @var{id} is the identifier of the
28090thread group corresponding to the affected inferior. The optional
28091@code{type="code"} part is reported if the memory written to holds
28092executable code.
82f68b1c
VP
28093@end table
28094
54516a0b
TT
28095@node GDB/MI Breakpoint Information
28096@subsection @sc{gdb/mi} Breakpoint Information
28097
28098When @value{GDBN} reports information about a breakpoint, a
28099tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
28100following fields:
28101
28102@table @code
28103@item number
28104The breakpoint number. For a breakpoint that represents one location
28105of a multi-location breakpoint, this will be a dotted pair, like
28106@samp{1.2}.
28107
28108@item type
28109The type of the breakpoint. For ordinary breakpoints this will be
28110@samp{breakpoint}, but many values are possible.
28111
8ac3646f
TT
28112@item catch-type
28113If the type of the breakpoint is @samp{catchpoint}, then this
28114indicates the exact type of catchpoint.
28115
54516a0b
TT
28116@item disp
28117This is the breakpoint disposition---either @samp{del}, meaning that
28118the breakpoint will be deleted at the next stop, or @samp{keep},
28119meaning that the breakpoint will not be deleted.
28120
28121@item enabled
28122This indicates whether the breakpoint is enabled, in which case the
28123value is @samp{y}, or disabled, in which case the value is @samp{n}.
28124Note that this is not the same as the field @code{enable}.
28125
28126@item addr
28127The address of the breakpoint. This may be a hexidecimal number,
28128giving the address; or the string @samp{<PENDING>}, for a pending
28129breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
28130multiple locations. This field will not be present if no address can
28131be determined. For example, a watchpoint does not have an address.
28132
28133@item func
28134If known, the function in which the breakpoint appears.
28135If not known, this field is not present.
28136
28137@item filename
28138The name of the source file which contains this function, if known.
28139If not known, this field is not present.
28140
28141@item fullname
28142The full file name of the source file which contains this function, if
28143known. If not known, this field is not present.
28144
28145@item line
28146The line number at which this breakpoint appears, if known.
28147If not known, this field is not present.
28148
28149@item at
28150If the source file is not known, this field may be provided. If
28151provided, this holds the address of the breakpoint, possibly followed
28152by a symbol name.
28153
28154@item pending
28155If this breakpoint is pending, this field is present and holds the
28156text used to set the breakpoint, as entered by the user.
28157
28158@item evaluated-by
28159Where this breakpoint's condition is evaluated, either @samp{host} or
28160@samp{target}.
28161
28162@item thread
28163If this is a thread-specific breakpoint, then this identifies the
28164thread in which the breakpoint can trigger.
28165
28166@item task
28167If this breakpoint is restricted to a particular Ada task, then this
28168field will hold the task identifier.
28169
28170@item cond
28171If the breakpoint is conditional, this is the condition expression.
28172
28173@item ignore
28174The ignore count of the breakpoint.
28175
28176@item enable
28177The enable count of the breakpoint.
28178
28179@item traceframe-usage
28180FIXME.
28181
28182@item static-tracepoint-marker-string-id
28183For a static tracepoint, the name of the static tracepoint marker.
28184
28185@item mask
28186For a masked watchpoint, this is the mask.
28187
28188@item pass
28189A tracepoint's pass count.
28190
28191@item original-location
28192The location of the breakpoint as originally specified by the user.
28193This field is optional.
28194
28195@item times
28196The number of times the breakpoint has been hit.
28197
28198@item installed
28199This field is only given for tracepoints. This is either @samp{y},
28200meaning that the tracepoint is installed, or @samp{n}, meaning that it
28201is not.
28202
28203@item what
28204Some extra data, the exact contents of which are type-dependent.
28205
28206@end table
28207
28208For example, here is what the output of @code{-break-insert}
28209(@pxref{GDB/MI Breakpoint Commands}) might be:
28210
28211@smallexample
28212-> -break-insert main
28213<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28214 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
28215 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
28216 times="0"@}
54516a0b
TT
28217<- (gdb)
28218@end smallexample
28219
c3b108f7
VP
28220@node GDB/MI Frame Information
28221@subsection @sc{gdb/mi} Frame Information
28222
28223Response from many MI commands includes an information about stack
28224frame. This information is a tuple that may have the following
28225fields:
28226
28227@table @code
28228@item level
28229The level of the stack frame. The innermost frame has the level of
28230zero. This field is always present.
28231
28232@item func
28233The name of the function corresponding to the frame. This field may
28234be absent if @value{GDBN} is unable to determine the function name.
28235
28236@item addr
28237The code address for the frame. This field is always present.
28238
28239@item file
28240The name of the source files that correspond to the frame's code
28241address. This field may be absent.
28242
28243@item line
28244The source line corresponding to the frames' code address. This field
28245may be absent.
28246
28247@item from
28248The name of the binary file (either executable or shared library) the
28249corresponds to the frame's code address. This field may be absent.
28250
28251@end table
82f68b1c 28252
dc146f7c
VP
28253@node GDB/MI Thread Information
28254@subsection @sc{gdb/mi} Thread Information
28255
28256Whenever @value{GDBN} has to report an information about a thread, it
28257uses a tuple with the following fields:
28258
28259@table @code
28260@item id
28261The numeric id assigned to the thread by @value{GDBN}. This field is
28262always present.
28263
28264@item target-id
28265Target-specific string identifying the thread. This field is always present.
28266
28267@item details
28268Additional information about the thread provided by the target.
28269It is supposed to be human-readable and not interpreted by the
28270frontend. This field is optional.
28271
28272@item state
28273Either @samp{stopped} or @samp{running}, depending on whether the
28274thread is presently running. This field is always present.
28275
28276@item core
28277The value of this field is an integer number of the processor core the
28278thread was last seen on. This field is optional.
28279@end table
28280
956a9fb9
JB
28281@node GDB/MI Ada Exception Information
28282@subsection @sc{gdb/mi} Ada Exception Information
28283
28284Whenever a @code{*stopped} record is emitted because the program
28285stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
28286@value{GDBN} provides the name of the exception that was raised via
28287the @code{exception-name} field.
922fbb7b 28288
ef21caaf
NR
28289@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28290@node GDB/MI Simple Examples
28291@section Simple Examples of @sc{gdb/mi} Interaction
28292@cindex @sc{gdb/mi}, simple examples
28293
28294This subsection presents several simple examples of interaction using
28295the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
28296following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
28297the output received from @sc{gdb/mi}.
28298
d3e8051b 28299Note the line breaks shown in the examples are here only for
ef21caaf
NR
28300readability, they don't appear in the real output.
28301
79a6e687 28302@subheading Setting a Breakpoint
ef21caaf
NR
28303
28304Setting a breakpoint generates synchronous output which contains detailed
28305information of the breakpoint.
28306
28307@smallexample
28308-> -break-insert main
28309<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28310 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
28311 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
28312 times="0"@}
ef21caaf
NR
28313<- (gdb)
28314@end smallexample
28315
28316@subheading Program Execution
28317
28318Program execution generates asynchronous records and MI gives the
28319reason that execution stopped.
28320
28321@smallexample
28322-> -exec-run
28323<- ^running
28324<- (gdb)
a47ec5fe 28325<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
ef21caaf
NR
28326 frame=@{addr="0x08048564",func="main",
28327 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
28328 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@}
28329<- (gdb)
28330-> -exec-continue
28331<- ^running
28332<- (gdb)
28333<- *stopped,reason="exited-normally"
28334<- (gdb)
28335@end smallexample
28336
3f94c067 28337@subheading Quitting @value{GDBN}
ef21caaf 28338
3f94c067 28339Quitting @value{GDBN} just prints the result class @samp{^exit}.
ef21caaf
NR
28340
28341@smallexample
28342-> (gdb)
28343<- -gdb-exit
28344<- ^exit
28345@end smallexample
28346
a6b29f87
VP
28347Please note that @samp{^exit} is printed immediately, but it might
28348take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
28349performs necessary cleanups, including killing programs being debugged
28350or disconnecting from debug hardware, so the frontend should wait till
28351@value{GDBN} exits and should only forcibly kill @value{GDBN} if it
28352fails to exit in reasonable time.
28353
a2c02241 28354@subheading A Bad Command
ef21caaf
NR
28355
28356Here's what happens if you pass a non-existent command:
28357
28358@smallexample
28359-> -rubbish
28360<- ^error,msg="Undefined MI command: rubbish"
594fe323 28361<- (gdb)
ef21caaf
NR
28362@end smallexample
28363
28364
922fbb7b
AC
28365@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28366@node GDB/MI Command Description Format
28367@section @sc{gdb/mi} Command Description Format
28368
28369The remaining sections describe blocks of commands. Each block of
28370commands is laid out in a fashion similar to this section.
28371
922fbb7b
AC
28372@subheading Motivation
28373
28374The motivation for this collection of commands.
28375
28376@subheading Introduction
28377
28378A brief introduction to this collection of commands as a whole.
28379
28380@subheading Commands
28381
28382For each command in the block, the following is described:
28383
28384@subsubheading Synopsis
28385
28386@smallexample
28387 -command @var{args}@dots{}
28388@end smallexample
28389
922fbb7b
AC
28390@subsubheading Result
28391
265eeb58 28392@subsubheading @value{GDBN} Command
922fbb7b 28393
265eeb58 28394The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
28395
28396@subsubheading Example
28397
ef21caaf
NR
28398Example(s) formatted for readability. Some of the described commands have
28399not been implemented yet and these are labeled N.A.@: (not available).
28400
28401
922fbb7b 28402@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ef21caaf
NR
28403@node GDB/MI Breakpoint Commands
28404@section @sc{gdb/mi} Breakpoint Commands
922fbb7b
AC
28405
28406@cindex breakpoint commands for @sc{gdb/mi}
28407@cindex @sc{gdb/mi}, breakpoint commands
28408This section documents @sc{gdb/mi} commands for manipulating
28409breakpoints.
28410
28411@subheading The @code{-break-after} Command
28412@findex -break-after
28413
28414@subsubheading Synopsis
28415
28416@smallexample
28417 -break-after @var{number} @var{count}
28418@end smallexample
28419
28420The breakpoint number @var{number} is not in effect until it has been
28421hit @var{count} times. To see how this is reflected in the output of
28422the @samp{-break-list} command, see the description of the
28423@samp{-break-list} command below.
28424
28425@subsubheading @value{GDBN} Command
28426
28427The corresponding @value{GDBN} command is @samp{ignore}.
28428
28429@subsubheading Example
28430
28431@smallexample
594fe323 28432(gdb)
922fbb7b 28433-break-insert main
a47ec5fe
AR
28434^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28435enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
28436fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
28437times="0"@}
594fe323 28438(gdb)
922fbb7b
AC
28439-break-after 1 3
28440~
28441^done
594fe323 28442(gdb)
922fbb7b
AC
28443-break-list
28444^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28445hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28446@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28447@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28448@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28449@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28450@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28451body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 28452addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28453line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 28454(gdb)
922fbb7b
AC
28455@end smallexample
28456
28457@ignore
28458@subheading The @code{-break-catch} Command
28459@findex -break-catch
48cb2d85 28460@end ignore
922fbb7b
AC
28461
28462@subheading The @code{-break-commands} Command
28463@findex -break-commands
922fbb7b 28464
48cb2d85
VP
28465@subsubheading Synopsis
28466
28467@smallexample
28468 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
28469@end smallexample
28470
28471Specifies the CLI commands that should be executed when breakpoint
28472@var{number} is hit. The parameters @var{command1} to @var{commandN}
28473are the commands. If no command is specified, any previously-set
28474commands are cleared. @xref{Break Commands}. Typical use of this
28475functionality is tracing a program, that is, printing of values of
28476some variables whenever breakpoint is hit and then continuing.
28477
28478@subsubheading @value{GDBN} Command
28479
28480The corresponding @value{GDBN} command is @samp{commands}.
28481
28482@subsubheading Example
28483
28484@smallexample
28485(gdb)
28486-break-insert main
28487^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28488enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
28489fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
28490times="0"@}
48cb2d85
VP
28491(gdb)
28492-break-commands 1 "print v" "continue"
28493^done
28494(gdb)
28495@end smallexample
922fbb7b
AC
28496
28497@subheading The @code{-break-condition} Command
28498@findex -break-condition
28499
28500@subsubheading Synopsis
28501
28502@smallexample
28503 -break-condition @var{number} @var{expr}
28504@end smallexample
28505
28506Breakpoint @var{number} will stop the program only if the condition in
28507@var{expr} is true. The condition becomes part of the
28508@samp{-break-list} output (see the description of the @samp{-break-list}
28509command below).
28510
28511@subsubheading @value{GDBN} Command
28512
28513The corresponding @value{GDBN} command is @samp{condition}.
28514
28515@subsubheading Example
28516
28517@smallexample
594fe323 28518(gdb)
922fbb7b
AC
28519-break-condition 1 1
28520^done
594fe323 28521(gdb)
922fbb7b
AC
28522-break-list
28523^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28524hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28525@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28526@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28527@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28528@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28529@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28530body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 28531addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28532line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 28533(gdb)
922fbb7b
AC
28534@end smallexample
28535
28536@subheading The @code{-break-delete} Command
28537@findex -break-delete
28538
28539@subsubheading Synopsis
28540
28541@smallexample
28542 -break-delete ( @var{breakpoint} )+
28543@end smallexample
28544
28545Delete the breakpoint(s) whose number(s) are specified in the argument
28546list. This is obviously reflected in the breakpoint list.
28547
79a6e687 28548@subsubheading @value{GDBN} Command
922fbb7b
AC
28549
28550The corresponding @value{GDBN} command is @samp{delete}.
28551
28552@subsubheading Example
28553
28554@smallexample
594fe323 28555(gdb)
922fbb7b
AC
28556-break-delete 1
28557^done
594fe323 28558(gdb)
922fbb7b
AC
28559-break-list
28560^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
28561hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28562@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28563@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28564@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28565@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28566@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28567body=[]@}
594fe323 28568(gdb)
922fbb7b
AC
28569@end smallexample
28570
28571@subheading The @code{-break-disable} Command
28572@findex -break-disable
28573
28574@subsubheading Synopsis
28575
28576@smallexample
28577 -break-disable ( @var{breakpoint} )+
28578@end smallexample
28579
28580Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
28581break list is now set to @samp{n} for the named @var{breakpoint}(s).
28582
28583@subsubheading @value{GDBN} Command
28584
28585The corresponding @value{GDBN} command is @samp{disable}.
28586
28587@subsubheading Example
28588
28589@smallexample
594fe323 28590(gdb)
922fbb7b
AC
28591-break-disable 2
28592^done
594fe323 28593(gdb)
922fbb7b
AC
28594-break-list
28595^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28596hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28597@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28598@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28599@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28600@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28601@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28602body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
948d5102 28603addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28604line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 28605(gdb)
922fbb7b
AC
28606@end smallexample
28607
28608@subheading The @code{-break-enable} Command
28609@findex -break-enable
28610
28611@subsubheading Synopsis
28612
28613@smallexample
28614 -break-enable ( @var{breakpoint} )+
28615@end smallexample
28616
28617Enable (previously disabled) @var{breakpoint}(s).
28618
28619@subsubheading @value{GDBN} Command
28620
28621The corresponding @value{GDBN} command is @samp{enable}.
28622
28623@subsubheading Example
28624
28625@smallexample
594fe323 28626(gdb)
922fbb7b
AC
28627-break-enable 2
28628^done
594fe323 28629(gdb)
922fbb7b
AC
28630-break-list
28631^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28632hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28633@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28634@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28635@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28636@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28637@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28638body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 28639addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28640line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 28641(gdb)
922fbb7b
AC
28642@end smallexample
28643
28644@subheading The @code{-break-info} Command
28645@findex -break-info
28646
28647@subsubheading Synopsis
28648
28649@smallexample
28650 -break-info @var{breakpoint}
28651@end smallexample
28652
28653@c REDUNDANT???
28654Get information about a single breakpoint.
28655
54516a0b
TT
28656The result is a table of breakpoints. @xref{GDB/MI Breakpoint
28657Information}, for details on the format of each breakpoint in the
28658table.
28659
79a6e687 28660@subsubheading @value{GDBN} Command
922fbb7b
AC
28661
28662The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
28663
28664@subsubheading Example
28665N.A.
28666
28667@subheading The @code{-break-insert} Command
28668@findex -break-insert
28669
28670@subsubheading Synopsis
28671
28672@smallexample
18148017 28673 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
922fbb7b 28674 [ -c @var{condition} ] [ -i @var{ignore-count} ]
472a2379 28675 [ -p @var{thread-id} ] [ @var{location} ]
922fbb7b
AC
28676@end smallexample
28677
28678@noindent
afe8ab22 28679If specified, @var{location}, can be one of:
922fbb7b
AC
28680
28681@itemize @bullet
28682@item function
28683@c @item +offset
28684@c @item -offset
28685@c @item linenum
28686@item filename:linenum
28687@item filename:function
28688@item *address
28689@end itemize
28690
28691The possible optional parameters of this command are:
28692
28693@table @samp
28694@item -t
948d5102 28695Insert a temporary breakpoint.
922fbb7b
AC
28696@item -h
28697Insert a hardware breakpoint.
afe8ab22
VP
28698@item -f
28699If @var{location} cannot be parsed (for example if it
28700refers to unknown files or functions), create a pending
28701breakpoint. Without this flag, @value{GDBN} will report
28702an error, and won't create a breakpoint, if @var{location}
28703cannot be parsed.
41447f92
VP
28704@item -d
28705Create a disabled breakpoint.
18148017
VP
28706@item -a
28707Create a tracepoint. @xref{Tracepoints}. When this parameter
28708is used together with @samp{-h}, a fast tracepoint is created.
472a2379
KS
28709@item -c @var{condition}
28710Make the breakpoint conditional on @var{condition}.
28711@item -i @var{ignore-count}
28712Initialize the @var{ignore-count}.
28713@item -p @var{thread-id}
28714Restrict the breakpoint to the specified @var{thread-id}.
922fbb7b
AC
28715@end table
28716
28717@subsubheading Result
28718
54516a0b
TT
28719@xref{GDB/MI Breakpoint Information}, for details on the format of the
28720resulting breakpoint.
922fbb7b
AC
28721
28722Note: this format is open to change.
28723@c An out-of-band breakpoint instead of part of the result?
28724
28725@subsubheading @value{GDBN} Command
28726
28727The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
496ee73e 28728@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
922fbb7b
AC
28729
28730@subsubheading Example
28731
28732@smallexample
594fe323 28733(gdb)
922fbb7b 28734-break-insert main
948d5102 28735^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
998580f1
MK
28736fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
28737times="0"@}
594fe323 28738(gdb)
922fbb7b 28739-break-insert -t foo
948d5102 28740^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
998580f1
MK
28741fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
28742times="0"@}
594fe323 28743(gdb)
922fbb7b
AC
28744-break-list
28745^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28746hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28747@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28748@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28749@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28750@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28751@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28752body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 28753addr="0x0001072c", func="main",file="recursive2.c",
998580f1
MK
28754fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
28755times="0"@},
922fbb7b 28756bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
948d5102 28757addr="0x00010774",func="foo",file="recursive2.c",
998580f1
MK
28758fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
28759times="0"@}]@}
594fe323 28760(gdb)
496ee73e
KS
28761@c -break-insert -r foo.*
28762@c ~int foo(int, int);
28763@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
998580f1
MK
28764@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
28765@c times="0"@}
496ee73e 28766@c (gdb)
922fbb7b
AC
28767@end smallexample
28768
28769@subheading The @code{-break-list} Command
28770@findex -break-list
28771
28772@subsubheading Synopsis
28773
28774@smallexample
28775 -break-list
28776@end smallexample
28777
28778Displays the list of inserted breakpoints, showing the following fields:
28779
28780@table @samp
28781@item Number
28782number of the breakpoint
28783@item Type
28784type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
28785@item Disposition
28786should the breakpoint be deleted or disabled when it is hit: @samp{keep}
28787or @samp{nokeep}
28788@item Enabled
28789is the breakpoint enabled or no: @samp{y} or @samp{n}
28790@item Address
28791memory location at which the breakpoint is set
28792@item What
28793logical location of the breakpoint, expressed by function name, file
28794name, line number
998580f1
MK
28795@item Thread-groups
28796list of thread groups to which this breakpoint applies
922fbb7b
AC
28797@item Times
28798number of times the breakpoint has been hit
28799@end table
28800
28801If there are no breakpoints or watchpoints, the @code{BreakpointTable}
28802@code{body} field is an empty list.
28803
28804@subsubheading @value{GDBN} Command
28805
28806The corresponding @value{GDBN} command is @samp{info break}.
28807
28808@subsubheading Example
28809
28810@smallexample
594fe323 28811(gdb)
922fbb7b
AC
28812-break-list
28813^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28814hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28815@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28816@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28817@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28818@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28819@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28820body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
998580f1
MK
28821addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
28822times="0"@},
922fbb7b 28823bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 28824addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28825line="13",thread-groups=["i1"],times="0"@}]@}
594fe323 28826(gdb)
922fbb7b
AC
28827@end smallexample
28828
28829Here's an example of the result when there are no breakpoints:
28830
28831@smallexample
594fe323 28832(gdb)
922fbb7b
AC
28833-break-list
28834^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
28835hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28836@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28837@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28838@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28839@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28840@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28841body=[]@}
594fe323 28842(gdb)
922fbb7b
AC
28843@end smallexample
28844
18148017
VP
28845@subheading The @code{-break-passcount} Command
28846@findex -break-passcount
28847
28848@subsubheading Synopsis
28849
28850@smallexample
28851 -break-passcount @var{tracepoint-number} @var{passcount}
28852@end smallexample
28853
28854Set the passcount for tracepoint @var{tracepoint-number} to
28855@var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
28856is not a tracepoint, error is emitted. This corresponds to CLI
28857command @samp{passcount}.
28858
922fbb7b
AC
28859@subheading The @code{-break-watch} Command
28860@findex -break-watch
28861
28862@subsubheading Synopsis
28863
28864@smallexample
28865 -break-watch [ -a | -r ]
28866@end smallexample
28867
28868Create a watchpoint. With the @samp{-a} option it will create an
d3e8051b 28869@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
922fbb7b 28870read from or on a write to the memory location. With the @samp{-r}
d3e8051b 28871option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
922fbb7b
AC
28872trigger only when the memory location is accessed for reading. Without
28873either of the options, the watchpoint created is a regular watchpoint,
d3e8051b 28874i.e., it will trigger when the memory location is accessed for writing.
79a6e687 28875@xref{Set Watchpoints, , Setting Watchpoints}.
922fbb7b
AC
28876
28877Note that @samp{-break-list} will report a single list of watchpoints and
28878breakpoints inserted.
28879
28880@subsubheading @value{GDBN} Command
28881
28882The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
28883@samp{rwatch}.
28884
28885@subsubheading Example
28886
28887Setting a watchpoint on a variable in the @code{main} function:
28888
28889@smallexample
594fe323 28890(gdb)
922fbb7b
AC
28891-break-watch x
28892^done,wpt=@{number="2",exp="x"@}
594fe323 28893(gdb)
922fbb7b
AC
28894-exec-continue
28895^running
0869d01b
NR
28896(gdb)
28897*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
922fbb7b 28898value=@{old="-268439212",new="55"@},
76ff342d 28899frame=@{func="main",args=[],file="recursive2.c",
948d5102 28900fullname="/home/foo/bar/recursive2.c",line="5"@}
594fe323 28901(gdb)
922fbb7b
AC
28902@end smallexample
28903
28904Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
28905the program execution twice: first for the variable changing value, then
28906for the watchpoint going out of scope.
28907
28908@smallexample
594fe323 28909(gdb)
922fbb7b
AC
28910-break-watch C
28911^done,wpt=@{number="5",exp="C"@}
594fe323 28912(gdb)
922fbb7b
AC
28913-exec-continue
28914^running
0869d01b
NR
28915(gdb)
28916*stopped,reason="watchpoint-trigger",
922fbb7b
AC
28917wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
28918frame=@{func="callee4",args=[],
76ff342d
DJ
28919file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
28920fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
594fe323 28921(gdb)
922fbb7b
AC
28922-exec-continue
28923^running
0869d01b
NR
28924(gdb)
28925*stopped,reason="watchpoint-scope",wpnum="5",
922fbb7b
AC
28926frame=@{func="callee3",args=[@{name="strarg",
28927value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
28928file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
28929fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 28930(gdb)
922fbb7b
AC
28931@end smallexample
28932
28933Listing breakpoints and watchpoints, at different points in the program
28934execution. Note that once the watchpoint goes out of scope, it is
28935deleted.
28936
28937@smallexample
594fe323 28938(gdb)
922fbb7b
AC
28939-break-watch C
28940^done,wpt=@{number="2",exp="C"@}
594fe323 28941(gdb)
922fbb7b
AC
28942-break-list
28943^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28944hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28945@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28946@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28947@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28948@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28949@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28950body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
28951addr="0x00010734",func="callee4",
948d5102 28952file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
28953fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
28954times="1"@},
922fbb7b 28955bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 28956enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
594fe323 28957(gdb)
922fbb7b
AC
28958-exec-continue
28959^running
0869d01b
NR
28960(gdb)
28961*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
922fbb7b
AC
28962value=@{old="-276895068",new="3"@},
28963frame=@{func="callee4",args=[],
76ff342d
DJ
28964file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
28965fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
594fe323 28966(gdb)
922fbb7b
AC
28967-break-list
28968^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28969hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28970@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28971@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28972@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28973@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28974@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28975body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
28976addr="0x00010734",func="callee4",
948d5102 28977file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
28978fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
28979times="1"@},
922fbb7b 28980bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 28981enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
594fe323 28982(gdb)
922fbb7b
AC
28983-exec-continue
28984^running
28985^done,reason="watchpoint-scope",wpnum="2",
28986frame=@{func="callee3",args=[@{name="strarg",
28987value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
28988file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
28989fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 28990(gdb)
922fbb7b
AC
28991-break-list
28992^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28993hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28994@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28995@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28996@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28997@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28998@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28999body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29000addr="0x00010734",func="callee4",
948d5102
NR
29001file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29002fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
998580f1 29003thread-groups=["i1"],times="1"@}]@}
594fe323 29004(gdb)
922fbb7b
AC
29005@end smallexample
29006
3fa7bf06
MG
29007
29008@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29009@node GDB/MI Catchpoint Commands
29010@section @sc{gdb/mi} Catchpoint Commands
29011
29012This section documents @sc{gdb/mi} commands for manipulating
29013catchpoints.
29014
29015@subheading The @code{-catch-load} Command
29016@findex -catch-load
29017
29018@subsubheading Synopsis
29019
29020@smallexample
29021 -catch-load [ -t ] [ -d ] @var{regexp}
29022@end smallexample
29023
29024Add a catchpoint for library load events. If the @samp{-t} option is used,
29025the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
29026Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
29027in a disabled state. The @samp{regexp} argument is a regular
29028expression used to match the name of the loaded library.
29029
29030
29031@subsubheading @value{GDBN} Command
29032
29033The corresponding @value{GDBN} command is @samp{catch load}.
29034
29035@subsubheading Example
29036
29037@smallexample
29038-catch-load -t foo.so
29039^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
8ac3646f 29040what="load of library matching foo.so",catch-type="load",times="0"@}
3fa7bf06
MG
29041(gdb)
29042@end smallexample
29043
29044
29045@subheading The @code{-catch-unload} Command
29046@findex -catch-unload
29047
29048@subsubheading Synopsis
29049
29050@smallexample
29051 -catch-unload [ -t ] [ -d ] @var{regexp}
29052@end smallexample
29053
29054Add a catchpoint for library unload events. If the @samp{-t} option is
29055used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
29056Breakpoints}). If the @samp{-d} option is used, the catchpoint is
29057created in a disabled state. The @samp{regexp} argument is a regular
29058expression used to match the name of the unloaded library.
29059
29060@subsubheading @value{GDBN} Command
29061
29062The corresponding @value{GDBN} command is @samp{catch unload}.
29063
29064@subsubheading Example
29065
29066@smallexample
29067-catch-unload -d bar.so
29068^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
8ac3646f 29069what="load of library matching bar.so",catch-type="unload",times="0"@}
3fa7bf06
MG
29070(gdb)
29071@end smallexample
29072
29073
922fbb7b 29074@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
29075@node GDB/MI Program Context
29076@section @sc{gdb/mi} Program Context
922fbb7b 29077
a2c02241
NR
29078@subheading The @code{-exec-arguments} Command
29079@findex -exec-arguments
922fbb7b 29080
922fbb7b
AC
29081
29082@subsubheading Synopsis
29083
29084@smallexample
a2c02241 29085 -exec-arguments @var{args}
922fbb7b
AC
29086@end smallexample
29087
a2c02241
NR
29088Set the inferior program arguments, to be used in the next
29089@samp{-exec-run}.
922fbb7b 29090
a2c02241 29091@subsubheading @value{GDBN} Command
922fbb7b 29092
a2c02241 29093The corresponding @value{GDBN} command is @samp{set args}.
922fbb7b 29094
a2c02241 29095@subsubheading Example
922fbb7b 29096
fbc5282e
MK
29097@smallexample
29098(gdb)
29099-exec-arguments -v word
29100^done
29101(gdb)
29102@end smallexample
922fbb7b 29103
a2c02241 29104
9901a55b 29105@ignore
a2c02241
NR
29106@subheading The @code{-exec-show-arguments} Command
29107@findex -exec-show-arguments
29108
29109@subsubheading Synopsis
29110
29111@smallexample
29112 -exec-show-arguments
29113@end smallexample
29114
29115Print the arguments of the program.
922fbb7b
AC
29116
29117@subsubheading @value{GDBN} Command
29118
a2c02241 29119The corresponding @value{GDBN} command is @samp{show args}.
922fbb7b
AC
29120
29121@subsubheading Example
a2c02241 29122N.A.
9901a55b 29123@end ignore
922fbb7b 29124
922fbb7b 29125
a2c02241
NR
29126@subheading The @code{-environment-cd} Command
29127@findex -environment-cd
922fbb7b 29128
a2c02241 29129@subsubheading Synopsis
922fbb7b
AC
29130
29131@smallexample
a2c02241 29132 -environment-cd @var{pathdir}
922fbb7b
AC
29133@end smallexample
29134
a2c02241 29135Set @value{GDBN}'s working directory.
922fbb7b 29136
a2c02241 29137@subsubheading @value{GDBN} Command
922fbb7b 29138
a2c02241
NR
29139The corresponding @value{GDBN} command is @samp{cd}.
29140
29141@subsubheading Example
922fbb7b
AC
29142
29143@smallexample
594fe323 29144(gdb)
a2c02241
NR
29145-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
29146^done
594fe323 29147(gdb)
922fbb7b
AC
29148@end smallexample
29149
29150
a2c02241
NR
29151@subheading The @code{-environment-directory} Command
29152@findex -environment-directory
922fbb7b
AC
29153
29154@subsubheading Synopsis
29155
29156@smallexample
a2c02241 29157 -environment-directory [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
29158@end smallexample
29159
a2c02241
NR
29160Add directories @var{pathdir} to beginning of search path for source files.
29161If the @samp{-r} option is used, the search path is reset to the default
29162search path. If directories @var{pathdir} are supplied in addition to the
29163@samp{-r} option, the search path is first reset and then addition
29164occurs as normal.
29165Multiple directories may be specified, separated by blanks. Specifying
29166multiple directories in a single command
29167results in the directories added to the beginning of the
29168search path in the same order they were presented in the command.
29169If blanks are needed as
29170part of a directory name, double-quotes should be used around
29171the name. In the command output, the path will show up separated
d3e8051b 29172by the system directory-separator character. The directory-separator
a2c02241
NR
29173character must not be used
29174in any directory name.
29175If no directories are specified, the current search path is displayed.
922fbb7b
AC
29176
29177@subsubheading @value{GDBN} Command
29178
a2c02241 29179The corresponding @value{GDBN} command is @samp{dir}.
922fbb7b
AC
29180
29181@subsubheading Example
29182
922fbb7b 29183@smallexample
594fe323 29184(gdb)
a2c02241
NR
29185-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
29186^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 29187(gdb)
a2c02241
NR
29188-environment-directory ""
29189^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 29190(gdb)
a2c02241
NR
29191-environment-directory -r /home/jjohnstn/src/gdb /usr/src
29192^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
594fe323 29193(gdb)
a2c02241
NR
29194-environment-directory -r
29195^done,source-path="$cdir:$cwd"
594fe323 29196(gdb)
922fbb7b
AC
29197@end smallexample
29198
29199
a2c02241
NR
29200@subheading The @code{-environment-path} Command
29201@findex -environment-path
922fbb7b
AC
29202
29203@subsubheading Synopsis
29204
29205@smallexample
a2c02241 29206 -environment-path [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
29207@end smallexample
29208
a2c02241
NR
29209Add directories @var{pathdir} to beginning of search path for object files.
29210If the @samp{-r} option is used, the search path is reset to the original
29211search path that existed at gdb start-up. If directories @var{pathdir} are
29212supplied in addition to the
29213@samp{-r} option, the search path is first reset and then addition
29214occurs as normal.
29215Multiple directories may be specified, separated by blanks. Specifying
29216multiple directories in a single command
29217results in the directories added to the beginning of the
29218search path in the same order they were presented in the command.
29219If blanks are needed as
29220part of a directory name, double-quotes should be used around
29221the name. In the command output, the path will show up separated
d3e8051b 29222by the system directory-separator character. The directory-separator
a2c02241
NR
29223character must not be used
29224in any directory name.
29225If no directories are specified, the current path is displayed.
29226
922fbb7b
AC
29227
29228@subsubheading @value{GDBN} Command
29229
a2c02241 29230The corresponding @value{GDBN} command is @samp{path}.
922fbb7b
AC
29231
29232@subsubheading Example
29233
922fbb7b 29234@smallexample
594fe323 29235(gdb)
a2c02241
NR
29236-environment-path
29237^done,path="/usr/bin"
594fe323 29238(gdb)
a2c02241
NR
29239-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
29240^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
594fe323 29241(gdb)
a2c02241
NR
29242-environment-path -r /usr/local/bin
29243^done,path="/usr/local/bin:/usr/bin"
594fe323 29244(gdb)
922fbb7b
AC
29245@end smallexample
29246
29247
a2c02241
NR
29248@subheading The @code{-environment-pwd} Command
29249@findex -environment-pwd
922fbb7b
AC
29250
29251@subsubheading Synopsis
29252
29253@smallexample
a2c02241 29254 -environment-pwd
922fbb7b
AC
29255@end smallexample
29256
a2c02241 29257Show the current working directory.
922fbb7b 29258
79a6e687 29259@subsubheading @value{GDBN} Command
922fbb7b 29260
a2c02241 29261The corresponding @value{GDBN} command is @samp{pwd}.
922fbb7b
AC
29262
29263@subsubheading Example
29264
922fbb7b 29265@smallexample
594fe323 29266(gdb)
a2c02241
NR
29267-environment-pwd
29268^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
594fe323 29269(gdb)
922fbb7b
AC
29270@end smallexample
29271
a2c02241
NR
29272@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29273@node GDB/MI Thread Commands
29274@section @sc{gdb/mi} Thread Commands
29275
29276
29277@subheading The @code{-thread-info} Command
29278@findex -thread-info
922fbb7b
AC
29279
29280@subsubheading Synopsis
29281
29282@smallexample
8e8901c5 29283 -thread-info [ @var{thread-id} ]
922fbb7b
AC
29284@end smallexample
29285
8e8901c5
VP
29286Reports information about either a specific thread, if
29287the @var{thread-id} parameter is present, or about all
29288threads. When printing information about all threads,
29289also reports the current thread.
29290
79a6e687 29291@subsubheading @value{GDBN} Command
922fbb7b 29292
8e8901c5
VP
29293The @samp{info thread} command prints the same information
29294about all threads.
922fbb7b 29295
4694da01 29296@subsubheading Result
922fbb7b 29297
4694da01
TT
29298The result is a list of threads. The following attributes are
29299defined for a given thread:
29300
29301@table @samp
29302@item current
29303This field exists only for the current thread. It has the value @samp{*}.
29304
29305@item id
29306The identifier that @value{GDBN} uses to refer to the thread.
29307
29308@item target-id
29309The identifier that the target uses to refer to the thread.
29310
29311@item details
29312Extra information about the thread, in a target-specific format. This
29313field is optional.
29314
29315@item name
29316The name of the thread. If the user specified a name using the
29317@code{thread name} command, then this name is given. Otherwise, if
29318@value{GDBN} can extract the thread name from the target, then that
29319name is given. If @value{GDBN} cannot find the thread name, then this
29320field is omitted.
29321
29322@item frame
29323The stack frame currently executing in the thread.
922fbb7b 29324
4694da01
TT
29325@item state
29326The thread's state. The @samp{state} field may have the following
29327values:
c3b108f7
VP
29328
29329@table @code
29330@item stopped
29331The thread is stopped. Frame information is available for stopped
29332threads.
29333
29334@item running
29335The thread is running. There's no frame information for running
29336threads.
29337
29338@end table
29339
4694da01
TT
29340@item core
29341If @value{GDBN} can find the CPU core on which this thread is running,
29342then this field is the core identifier. This field is optional.
29343
29344@end table
29345
29346@subsubheading Example
29347
29348@smallexample
29349-thread-info
29350^done,threads=[
29351@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
29352 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
29353 args=[]@},state="running"@},
29354@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
29355 frame=@{level="0",addr="0x0804891f",func="foo",
29356 args=[@{name="i",value="10"@}],
29357 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},
29358 state="running"@}],
29359current-thread-id="1"
29360(gdb)
29361@end smallexample
29362
a2c02241
NR
29363@subheading The @code{-thread-list-ids} Command
29364@findex -thread-list-ids
922fbb7b 29365
a2c02241 29366@subsubheading Synopsis
922fbb7b 29367
a2c02241
NR
29368@smallexample
29369 -thread-list-ids
29370@end smallexample
922fbb7b 29371
a2c02241
NR
29372Produces a list of the currently known @value{GDBN} thread ids. At the
29373end of the list it also prints the total number of such threads.
922fbb7b 29374
c3b108f7
VP
29375This command is retained for historical reasons, the
29376@code{-thread-info} command should be used instead.
29377
922fbb7b
AC
29378@subsubheading @value{GDBN} Command
29379
a2c02241 29380Part of @samp{info threads} supplies the same information.
922fbb7b
AC
29381
29382@subsubheading Example
29383
922fbb7b 29384@smallexample
594fe323 29385(gdb)
a2c02241
NR
29386-thread-list-ids
29387^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
592375cd 29388current-thread-id="1",number-of-threads="3"
594fe323 29389(gdb)
922fbb7b
AC
29390@end smallexample
29391
a2c02241
NR
29392
29393@subheading The @code{-thread-select} Command
29394@findex -thread-select
922fbb7b
AC
29395
29396@subsubheading Synopsis
29397
29398@smallexample
a2c02241 29399 -thread-select @var{threadnum}
922fbb7b
AC
29400@end smallexample
29401
a2c02241
NR
29402Make @var{threadnum} the current thread. It prints the number of the new
29403current thread, and the topmost frame for that thread.
922fbb7b 29404
c3b108f7
VP
29405This command is deprecated in favor of explicitly using the
29406@samp{--thread} option to each command.
29407
922fbb7b
AC
29408@subsubheading @value{GDBN} Command
29409
a2c02241 29410The corresponding @value{GDBN} command is @samp{thread}.
922fbb7b
AC
29411
29412@subsubheading Example
922fbb7b
AC
29413
29414@smallexample
594fe323 29415(gdb)
a2c02241
NR
29416-exec-next
29417^running
594fe323 29418(gdb)
a2c02241
NR
29419*stopped,reason="end-stepping-range",thread-id="2",line="187",
29420file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
594fe323 29421(gdb)
a2c02241
NR
29422-thread-list-ids
29423^done,
29424thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
29425number-of-threads="3"
594fe323 29426(gdb)
a2c02241
NR
29427-thread-select 3
29428^done,new-thread-id="3",
29429frame=@{level="0",func="vprintf",
29430args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
29431@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
594fe323 29432(gdb)
922fbb7b
AC
29433@end smallexample
29434
5d77fe44
JB
29435@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29436@node GDB/MI Ada Tasking Commands
29437@section @sc{gdb/mi} Ada Tasking Commands
29438
29439@subheading The @code{-ada-task-info} Command
29440@findex -ada-task-info
29441
29442@subsubheading Synopsis
29443
29444@smallexample
29445 -ada-task-info [ @var{task-id} ]
29446@end smallexample
29447
29448Reports information about either a specific Ada task, if the
29449@var{task-id} parameter is present, or about all Ada tasks.
29450
29451@subsubheading @value{GDBN} Command
29452
29453The @samp{info tasks} command prints the same information
29454about all Ada tasks (@pxref{Ada Tasks}).
29455
29456@subsubheading Result
29457
29458The result is a table of Ada tasks. The following columns are
29459defined for each Ada task:
29460
29461@table @samp
29462@item current
29463This field exists only for the current thread. It has the value @samp{*}.
29464
29465@item id
29466The identifier that @value{GDBN} uses to refer to the Ada task.
29467
29468@item task-id
29469The identifier that the target uses to refer to the Ada task.
29470
29471@item thread-id
29472The identifier of the thread corresponding to the Ada task.
29473
29474This field should always exist, as Ada tasks are always implemented
29475on top of a thread. But if @value{GDBN} cannot find this corresponding
29476thread for any reason, the field is omitted.
29477
29478@item parent-id
29479This field exists only when the task was created by another task.
29480In this case, it provides the ID of the parent task.
29481
29482@item priority
29483The base priority of the task.
29484
29485@item state
29486The current state of the task. For a detailed description of the
29487possible states, see @ref{Ada Tasks}.
29488
29489@item name
29490The name of the task.
29491
29492@end table
29493
29494@subsubheading Example
29495
29496@smallexample
29497-ada-task-info
29498^done,tasks=@{nr_rows="3",nr_cols="8",
29499hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
29500@{width="3",alignment="1",col_name="id",colhdr="ID"@},
29501@{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
29502@{width="4",alignment="1",col_name="thread-id",colhdr=""@},
29503@{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
29504@{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
29505@{width="22",alignment="-1",col_name="state",colhdr="State"@},
29506@{width="1",alignment="2",col_name="name",colhdr="Name"@}],
29507body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
29508state="Child Termination Wait",name="main_task"@}]@}
29509(gdb)
29510@end smallexample
29511
a2c02241
NR
29512@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29513@node GDB/MI Program Execution
29514@section @sc{gdb/mi} Program Execution
922fbb7b 29515
ef21caaf 29516These are the asynchronous commands which generate the out-of-band
3f94c067 29517record @samp{*stopped}. Currently @value{GDBN} only really executes
ef21caaf
NR
29518asynchronously with remote targets and this interaction is mimicked in
29519other cases.
922fbb7b 29520
922fbb7b
AC
29521@subheading The @code{-exec-continue} Command
29522@findex -exec-continue
29523
29524@subsubheading Synopsis
29525
29526@smallexample
540aa8e7 29527 -exec-continue [--reverse] [--all|--thread-group N]
922fbb7b
AC
29528@end smallexample
29529
540aa8e7
MS
29530Resumes the execution of the inferior program, which will continue
29531to execute until it reaches a debugger stop event. If the
29532@samp{--reverse} option is specified, execution resumes in reverse until
29533it reaches a stop event. Stop events may include
29534@itemize @bullet
29535@item
29536breakpoints or watchpoints
29537@item
29538signals or exceptions
29539@item
29540the end of the process (or its beginning under @samp{--reverse})
29541@item
29542the end or beginning of a replay log if one is being used.
29543@end itemize
29544In all-stop mode (@pxref{All-Stop
29545Mode}), may resume only one thread, or all threads, depending on the
29546value of the @samp{scheduler-locking} variable. If @samp{--all} is
a79b8f6e 29547specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
540aa8e7
MS
29548ignored in all-stop mode. If the @samp{--thread-group} options is
29549specified, then all threads in that thread group are resumed.
922fbb7b
AC
29550
29551@subsubheading @value{GDBN} Command
29552
29553The corresponding @value{GDBN} corresponding is @samp{continue}.
29554
29555@subsubheading Example
29556
29557@smallexample
29558-exec-continue
29559^running
594fe323 29560(gdb)
922fbb7b 29561@@Hello world
a47ec5fe
AR
29562*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
29563func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
29564line="13"@}
594fe323 29565(gdb)
922fbb7b
AC
29566@end smallexample
29567
29568
29569@subheading The @code{-exec-finish} Command
29570@findex -exec-finish
29571
29572@subsubheading Synopsis
29573
29574@smallexample
540aa8e7 29575 -exec-finish [--reverse]
922fbb7b
AC
29576@end smallexample
29577
ef21caaf
NR
29578Resumes the execution of the inferior program until the current
29579function is exited. Displays the results returned by the function.
540aa8e7
MS
29580If the @samp{--reverse} option is specified, resumes the reverse
29581execution of the inferior program until the point where current
29582function was called.
922fbb7b
AC
29583
29584@subsubheading @value{GDBN} Command
29585
29586The corresponding @value{GDBN} command is @samp{finish}.
29587
29588@subsubheading Example
29589
29590Function returning @code{void}.
29591
29592@smallexample
29593-exec-finish
29594^running
594fe323 29595(gdb)
922fbb7b
AC
29596@@hello from foo
29597*stopped,reason="function-finished",frame=@{func="main",args=[],
948d5102 29598file="hello.c",fullname="/home/foo/bar/hello.c",line="7"@}
594fe323 29599(gdb)
922fbb7b
AC
29600@end smallexample
29601
29602Function returning other than @code{void}. The name of the internal
29603@value{GDBN} variable storing the result is printed, together with the
29604value itself.
29605
29606@smallexample
29607-exec-finish
29608^running
594fe323 29609(gdb)
922fbb7b
AC
29610*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
29611args=[@{name="a",value="1"],@{name="b",value="9"@}@},
948d5102 29612file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
922fbb7b 29613gdb-result-var="$1",return-value="0"
594fe323 29614(gdb)
922fbb7b
AC
29615@end smallexample
29616
29617
29618@subheading The @code{-exec-interrupt} Command
29619@findex -exec-interrupt
29620
29621@subsubheading Synopsis
29622
29623@smallexample
c3b108f7 29624 -exec-interrupt [--all|--thread-group N]
922fbb7b
AC
29625@end smallexample
29626
ef21caaf
NR
29627Interrupts the background execution of the target. Note how the token
29628associated with the stop message is the one for the execution command
29629that has been interrupted. The token for the interrupt itself only
29630appears in the @samp{^done} output. If the user is trying to
922fbb7b
AC
29631interrupt a non-running program, an error message will be printed.
29632
c3b108f7
VP
29633Note that when asynchronous execution is enabled, this command is
29634asynchronous just like other execution commands. That is, first the
29635@samp{^done} response will be printed, and the target stop will be
29636reported after that using the @samp{*stopped} notification.
29637
29638In non-stop mode, only the context thread is interrupted by default.
a79b8f6e
VP
29639All threads (in all inferiors) will be interrupted if the
29640@samp{--all} option is specified. If the @samp{--thread-group}
29641option is specified, all threads in that group will be interrupted.
c3b108f7 29642
922fbb7b
AC
29643@subsubheading @value{GDBN} Command
29644
29645The corresponding @value{GDBN} command is @samp{interrupt}.
29646
29647@subsubheading Example
29648
29649@smallexample
594fe323 29650(gdb)
922fbb7b
AC
29651111-exec-continue
29652111^running
29653
594fe323 29654(gdb)
922fbb7b
AC
29655222-exec-interrupt
29656222^done
594fe323 29657(gdb)
922fbb7b 29658111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d 29659frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
948d5102 29660fullname="/home/foo/bar/try.c",line="13"@}
594fe323 29661(gdb)
922fbb7b 29662
594fe323 29663(gdb)
922fbb7b
AC
29664-exec-interrupt
29665^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
594fe323 29666(gdb)
922fbb7b
AC
29667@end smallexample
29668
83eba9b7
VP
29669@subheading The @code{-exec-jump} Command
29670@findex -exec-jump
29671
29672@subsubheading Synopsis
29673
29674@smallexample
29675 -exec-jump @var{location}
29676@end smallexample
29677
29678Resumes execution of the inferior program at the location specified by
29679parameter. @xref{Specify Location}, for a description of the
29680different forms of @var{location}.
29681
29682@subsubheading @value{GDBN} Command
29683
29684The corresponding @value{GDBN} command is @samp{jump}.
29685
29686@subsubheading Example
29687
29688@smallexample
29689-exec-jump foo.c:10
29690*running,thread-id="all"
29691^running
29692@end smallexample
29693
922fbb7b
AC
29694
29695@subheading The @code{-exec-next} Command
29696@findex -exec-next
29697
29698@subsubheading Synopsis
29699
29700@smallexample
540aa8e7 29701 -exec-next [--reverse]
922fbb7b
AC
29702@end smallexample
29703
ef21caaf
NR
29704Resumes execution of the inferior program, stopping when the beginning
29705of the next source line is reached.
922fbb7b 29706
540aa8e7
MS
29707If the @samp{--reverse} option is specified, resumes reverse execution
29708of the inferior program, stopping at the beginning of the previous
29709source line. If you issue this command on the first line of a
29710function, it will take you back to the caller of that function, to the
29711source line where the function was called.
29712
29713
922fbb7b
AC
29714@subsubheading @value{GDBN} Command
29715
29716The corresponding @value{GDBN} command is @samp{next}.
29717
29718@subsubheading Example
29719
29720@smallexample
29721-exec-next
29722^running
594fe323 29723(gdb)
922fbb7b 29724*stopped,reason="end-stepping-range",line="8",file="hello.c"
594fe323 29725(gdb)
922fbb7b
AC
29726@end smallexample
29727
29728
29729@subheading The @code{-exec-next-instruction} Command
29730@findex -exec-next-instruction
29731
29732@subsubheading Synopsis
29733
29734@smallexample
540aa8e7 29735 -exec-next-instruction [--reverse]
922fbb7b
AC
29736@end smallexample
29737
ef21caaf
NR
29738Executes one machine instruction. If the instruction is a function
29739call, continues until the function returns. If the program stops at an
29740instruction in the middle of a source line, the address will be
29741printed as well.
922fbb7b 29742
540aa8e7
MS
29743If the @samp{--reverse} option is specified, resumes reverse execution
29744of the inferior program, stopping at the previous instruction. If the
29745previously executed instruction was a return from another function,
29746it will continue to execute in reverse until the call to that function
29747(from the current stack frame) is reached.
29748
922fbb7b
AC
29749@subsubheading @value{GDBN} Command
29750
29751The corresponding @value{GDBN} command is @samp{nexti}.
29752
29753@subsubheading Example
29754
29755@smallexample
594fe323 29756(gdb)
922fbb7b
AC
29757-exec-next-instruction
29758^running
29759
594fe323 29760(gdb)
922fbb7b
AC
29761*stopped,reason="end-stepping-range",
29762addr="0x000100d4",line="5",file="hello.c"
594fe323 29763(gdb)
922fbb7b
AC
29764@end smallexample
29765
29766
29767@subheading The @code{-exec-return} Command
29768@findex -exec-return
29769
29770@subsubheading Synopsis
29771
29772@smallexample
29773 -exec-return
29774@end smallexample
29775
29776Makes current function return immediately. Doesn't execute the inferior.
29777Displays the new current frame.
29778
29779@subsubheading @value{GDBN} Command
29780
29781The corresponding @value{GDBN} command is @samp{return}.
29782
29783@subsubheading Example
29784
29785@smallexample
594fe323 29786(gdb)
922fbb7b
AC
29787200-break-insert callee4
29788200^done,bkpt=@{number="1",addr="0x00010734",
29789file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 29790(gdb)
922fbb7b
AC
29791000-exec-run
29792000^running
594fe323 29793(gdb)
a47ec5fe 29794000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
922fbb7b 29795frame=@{func="callee4",args=[],
76ff342d
DJ
29796file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29797fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 29798(gdb)
922fbb7b
AC
29799205-break-delete
29800205^done
594fe323 29801(gdb)
922fbb7b
AC
29802111-exec-return
29803111^done,frame=@{level="0",func="callee3",
29804args=[@{name="strarg",
29805value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
29806file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29807fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 29808(gdb)
922fbb7b
AC
29809@end smallexample
29810
29811
29812@subheading The @code{-exec-run} Command
29813@findex -exec-run
29814
29815@subsubheading Synopsis
29816
29817@smallexample
a79b8f6e 29818 -exec-run [--all | --thread-group N]
922fbb7b
AC
29819@end smallexample
29820
ef21caaf
NR
29821Starts execution of the inferior from the beginning. The inferior
29822executes until either a breakpoint is encountered or the program
29823exits. In the latter case the output will include an exit code, if
29824the program has exited exceptionally.
922fbb7b 29825
a79b8f6e
VP
29826When no option is specified, the current inferior is started. If the
29827@samp{--thread-group} option is specified, it should refer to a thread
29828group of type @samp{process}, and that thread group will be started.
29829If the @samp{--all} option is specified, then all inferiors will be started.
29830
922fbb7b
AC
29831@subsubheading @value{GDBN} Command
29832
29833The corresponding @value{GDBN} command is @samp{run}.
29834
ef21caaf 29835@subsubheading Examples
922fbb7b
AC
29836
29837@smallexample
594fe323 29838(gdb)
922fbb7b
AC
29839-break-insert main
29840^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
594fe323 29841(gdb)
922fbb7b
AC
29842-exec-run
29843^running
594fe323 29844(gdb)
a47ec5fe 29845*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
76ff342d 29846frame=@{func="main",args=[],file="recursive2.c",
948d5102 29847fullname="/home/foo/bar/recursive2.c",line="4"@}
594fe323 29848(gdb)
922fbb7b
AC
29849@end smallexample
29850
ef21caaf
NR
29851@noindent
29852Program exited normally:
29853
29854@smallexample
594fe323 29855(gdb)
ef21caaf
NR
29856-exec-run
29857^running
594fe323 29858(gdb)
ef21caaf
NR
29859x = 55
29860*stopped,reason="exited-normally"
594fe323 29861(gdb)
ef21caaf
NR
29862@end smallexample
29863
29864@noindent
29865Program exited exceptionally:
29866
29867@smallexample
594fe323 29868(gdb)
ef21caaf
NR
29869-exec-run
29870^running
594fe323 29871(gdb)
ef21caaf
NR
29872x = 55
29873*stopped,reason="exited",exit-code="01"
594fe323 29874(gdb)
ef21caaf
NR
29875@end smallexample
29876
29877Another way the program can terminate is if it receives a signal such as
29878@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
29879
29880@smallexample
594fe323 29881(gdb)
ef21caaf
NR
29882*stopped,reason="exited-signalled",signal-name="SIGINT",
29883signal-meaning="Interrupt"
29884@end smallexample
29885
922fbb7b 29886
a2c02241
NR
29887@c @subheading -exec-signal
29888
29889
29890@subheading The @code{-exec-step} Command
29891@findex -exec-step
922fbb7b
AC
29892
29893@subsubheading Synopsis
29894
29895@smallexample
540aa8e7 29896 -exec-step [--reverse]
922fbb7b
AC
29897@end smallexample
29898
a2c02241
NR
29899Resumes execution of the inferior program, stopping when the beginning
29900of the next source line is reached, if the next source line is not a
29901function call. If it is, stop at the first instruction of the called
540aa8e7
MS
29902function. If the @samp{--reverse} option is specified, resumes reverse
29903execution of the inferior program, stopping at the beginning of the
29904previously executed source line.
922fbb7b
AC
29905
29906@subsubheading @value{GDBN} Command
29907
a2c02241 29908The corresponding @value{GDBN} command is @samp{step}.
922fbb7b
AC
29909
29910@subsubheading Example
29911
29912Stepping into a function:
29913
29914@smallexample
29915-exec-step
29916^running
594fe323 29917(gdb)
922fbb7b
AC
29918*stopped,reason="end-stepping-range",
29919frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d 29920@{name="b",value="0"@}],file="recursive2.c",
948d5102 29921fullname="/home/foo/bar/recursive2.c",line="11"@}
594fe323 29922(gdb)
922fbb7b
AC
29923@end smallexample
29924
29925Regular stepping:
29926
29927@smallexample
29928-exec-step
29929^running
594fe323 29930(gdb)
922fbb7b 29931*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
594fe323 29932(gdb)
922fbb7b
AC
29933@end smallexample
29934
29935
29936@subheading The @code{-exec-step-instruction} Command
29937@findex -exec-step-instruction
29938
29939@subsubheading Synopsis
29940
29941@smallexample
540aa8e7 29942 -exec-step-instruction [--reverse]
922fbb7b
AC
29943@end smallexample
29944
540aa8e7
MS
29945Resumes the inferior which executes one machine instruction. If the
29946@samp{--reverse} option is specified, resumes reverse execution of the
29947inferior program, stopping at the previously executed instruction.
29948The output, once @value{GDBN} has stopped, will vary depending on
29949whether we have stopped in the middle of a source line or not. In the
29950former case, the address at which the program stopped will be printed
29951as well.
922fbb7b
AC
29952
29953@subsubheading @value{GDBN} Command
29954
29955The corresponding @value{GDBN} command is @samp{stepi}.
29956
29957@subsubheading Example
29958
29959@smallexample
594fe323 29960(gdb)
922fbb7b
AC
29961-exec-step-instruction
29962^running
29963
594fe323 29964(gdb)
922fbb7b 29965*stopped,reason="end-stepping-range",
76ff342d 29966frame=@{func="foo",args=[],file="try.c",
948d5102 29967fullname="/home/foo/bar/try.c",line="10"@}
594fe323 29968(gdb)
922fbb7b
AC
29969-exec-step-instruction
29970^running
29971
594fe323 29972(gdb)
922fbb7b 29973*stopped,reason="end-stepping-range",
76ff342d 29974frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
948d5102 29975fullname="/home/foo/bar/try.c",line="10"@}
594fe323 29976(gdb)
922fbb7b
AC
29977@end smallexample
29978
29979
29980@subheading The @code{-exec-until} Command
29981@findex -exec-until
29982
29983@subsubheading Synopsis
29984
29985@smallexample
29986 -exec-until [ @var{location} ]
29987@end smallexample
29988
ef21caaf
NR
29989Executes the inferior until the @var{location} specified in the
29990argument is reached. If there is no argument, the inferior executes
29991until a source line greater than the current one is reached. The
29992reason for stopping in this case will be @samp{location-reached}.
922fbb7b
AC
29993
29994@subsubheading @value{GDBN} Command
29995
29996The corresponding @value{GDBN} command is @samp{until}.
29997
29998@subsubheading Example
29999
30000@smallexample
594fe323 30001(gdb)
922fbb7b
AC
30002-exec-until recursive2.c:6
30003^running
594fe323 30004(gdb)
922fbb7b
AC
30005x = 55
30006*stopped,reason="location-reached",frame=@{func="main",args=[],
948d5102 30007file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6"@}
594fe323 30008(gdb)
922fbb7b
AC
30009@end smallexample
30010
30011@ignore
30012@subheading -file-clear
30013Is this going away????
30014@end ignore
30015
351ff01a 30016@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
30017@node GDB/MI Stack Manipulation
30018@section @sc{gdb/mi} Stack Manipulation Commands
351ff01a 30019
922fbb7b 30020
a2c02241
NR
30021@subheading The @code{-stack-info-frame} Command
30022@findex -stack-info-frame
922fbb7b
AC
30023
30024@subsubheading Synopsis
30025
30026@smallexample
a2c02241 30027 -stack-info-frame
922fbb7b
AC
30028@end smallexample
30029
a2c02241 30030Get info on the selected frame.
922fbb7b
AC
30031
30032@subsubheading @value{GDBN} Command
30033
a2c02241
NR
30034The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
30035(without arguments).
922fbb7b
AC
30036
30037@subsubheading Example
30038
30039@smallexample
594fe323 30040(gdb)
a2c02241
NR
30041-stack-info-frame
30042^done,frame=@{level="1",addr="0x0001076c",func="callee3",
30043file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30044fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
594fe323 30045(gdb)
922fbb7b
AC
30046@end smallexample
30047
a2c02241
NR
30048@subheading The @code{-stack-info-depth} Command
30049@findex -stack-info-depth
922fbb7b
AC
30050
30051@subsubheading Synopsis
30052
30053@smallexample
a2c02241 30054 -stack-info-depth [ @var{max-depth} ]
922fbb7b
AC
30055@end smallexample
30056
a2c02241
NR
30057Return the depth of the stack. If the integer argument @var{max-depth}
30058is specified, do not count beyond @var{max-depth} frames.
922fbb7b
AC
30059
30060@subsubheading @value{GDBN} Command
30061
a2c02241 30062There's no equivalent @value{GDBN} command.
922fbb7b
AC
30063
30064@subsubheading Example
30065
a2c02241
NR
30066For a stack with frame levels 0 through 11:
30067
922fbb7b 30068@smallexample
594fe323 30069(gdb)
a2c02241
NR
30070-stack-info-depth
30071^done,depth="12"
594fe323 30072(gdb)
a2c02241
NR
30073-stack-info-depth 4
30074^done,depth="4"
594fe323 30075(gdb)
a2c02241
NR
30076-stack-info-depth 12
30077^done,depth="12"
594fe323 30078(gdb)
a2c02241
NR
30079-stack-info-depth 11
30080^done,depth="11"
594fe323 30081(gdb)
a2c02241
NR
30082-stack-info-depth 13
30083^done,depth="12"
594fe323 30084(gdb)
922fbb7b
AC
30085@end smallexample
30086
a2c02241
NR
30087@subheading The @code{-stack-list-arguments} Command
30088@findex -stack-list-arguments
922fbb7b
AC
30089
30090@subsubheading Synopsis
30091
30092@smallexample
3afae151 30093 -stack-list-arguments @var{print-values}
a2c02241 30094 [ @var{low-frame} @var{high-frame} ]
922fbb7b
AC
30095@end smallexample
30096
a2c02241
NR
30097Display a list of the arguments for the frames between @var{low-frame}
30098and @var{high-frame} (inclusive). If @var{low-frame} and
2f1acb09
VP
30099@var{high-frame} are not provided, list the arguments for the whole
30100call stack. If the two arguments are equal, show the single frame
30101at the corresponding level. It is an error if @var{low-frame} is
30102larger than the actual number of frames. On the other hand,
30103@var{high-frame} may be larger than the actual number of frames, in
30104which case only existing frames will be returned.
a2c02241 30105
3afae151
VP
30106If @var{print-values} is 0 or @code{--no-values}, print only the names of
30107the variables; if it is 1 or @code{--all-values}, print also their
30108values; and if it is 2 or @code{--simple-values}, print the name,
30109type and value for simple data types, and the name and type for arrays,
30110structures and unions.
922fbb7b 30111
b3372f91
VP
30112Use of this command to obtain arguments in a single frame is
30113deprecated in favor of the @samp{-stack-list-variables} command.
30114
922fbb7b
AC
30115@subsubheading @value{GDBN} Command
30116
a2c02241
NR
30117@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
30118@samp{gdb_get_args} command which partially overlaps with the
30119functionality of @samp{-stack-list-arguments}.
922fbb7b
AC
30120
30121@subsubheading Example
922fbb7b 30122
a2c02241 30123@smallexample
594fe323 30124(gdb)
a2c02241
NR
30125-stack-list-frames
30126^done,
30127stack=[
30128frame=@{level="0",addr="0x00010734",func="callee4",
30129file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30130fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
30131frame=@{level="1",addr="0x0001076c",func="callee3",
30132file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30133fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
30134frame=@{level="2",addr="0x0001078c",func="callee2",
30135file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30136fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
30137frame=@{level="3",addr="0x000107b4",func="callee1",
30138file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30139fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
30140frame=@{level="4",addr="0x000107e0",func="main",
30141file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30142fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
594fe323 30143(gdb)
a2c02241
NR
30144-stack-list-arguments 0
30145^done,
30146stack-args=[
30147frame=@{level="0",args=[]@},
30148frame=@{level="1",args=[name="strarg"]@},
30149frame=@{level="2",args=[name="intarg",name="strarg"]@},
30150frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
30151frame=@{level="4",args=[]@}]
594fe323 30152(gdb)
a2c02241
NR
30153-stack-list-arguments 1
30154^done,
30155stack-args=[
30156frame=@{level="0",args=[]@},
30157frame=@{level="1",
30158 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
30159frame=@{level="2",args=[
30160@{name="intarg",value="2"@},
30161@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
30162@{frame=@{level="3",args=[
30163@{name="intarg",value="2"@},
30164@{name="strarg",value="0x11940 \"A string argument.\""@},
30165@{name="fltarg",value="3.5"@}]@},
30166frame=@{level="4",args=[]@}]
594fe323 30167(gdb)
a2c02241
NR
30168-stack-list-arguments 0 2 2
30169^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
594fe323 30170(gdb)
a2c02241
NR
30171-stack-list-arguments 1 2 2
30172^done,stack-args=[frame=@{level="2",
30173args=[@{name="intarg",value="2"@},
30174@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
594fe323 30175(gdb)
a2c02241
NR
30176@end smallexample
30177
30178@c @subheading -stack-list-exception-handlers
922fbb7b 30179
a2c02241
NR
30180
30181@subheading The @code{-stack-list-frames} Command
30182@findex -stack-list-frames
1abaf70c
BR
30183
30184@subsubheading Synopsis
30185
30186@smallexample
a2c02241 30187 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
1abaf70c
BR
30188@end smallexample
30189
a2c02241
NR
30190List the frames currently on the stack. For each frame it displays the
30191following info:
30192
30193@table @samp
30194@item @var{level}
d3e8051b 30195The frame number, 0 being the topmost frame, i.e., the innermost function.
a2c02241
NR
30196@item @var{addr}
30197The @code{$pc} value for that frame.
30198@item @var{func}
30199Function name.
30200@item @var{file}
30201File name of the source file where the function lives.
7d288aaa
TT
30202@item @var{fullname}
30203The full file name of the source file where the function lives.
a2c02241
NR
30204@item @var{line}
30205Line number corresponding to the @code{$pc}.
7d288aaa
TT
30206@item @var{from}
30207The shared library where this function is defined. This is only given
30208if the frame's function is not known.
a2c02241
NR
30209@end table
30210
30211If invoked without arguments, this command prints a backtrace for the
30212whole stack. If given two integer arguments, it shows the frames whose
30213levels are between the two arguments (inclusive). If the two arguments
2ab1eb7a
VP
30214are equal, it shows the single frame at the corresponding level. It is
30215an error if @var{low-frame} is larger than the actual number of
a5451f4e 30216frames. On the other hand, @var{high-frame} may be larger than the
2ab1eb7a 30217actual number of frames, in which case only existing frames will be returned.
1abaf70c
BR
30218
30219@subsubheading @value{GDBN} Command
30220
a2c02241 30221The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
1abaf70c
BR
30222
30223@subsubheading Example
30224
a2c02241
NR
30225Full stack backtrace:
30226
1abaf70c 30227@smallexample
594fe323 30228(gdb)
a2c02241
NR
30229-stack-list-frames
30230^done,stack=
30231[frame=@{level="0",addr="0x0001076c",func="foo",
30232 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11"@},
30233frame=@{level="1",addr="0x000107a4",func="foo",
30234 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30235frame=@{level="2",addr="0x000107a4",func="foo",
30236 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30237frame=@{level="3",addr="0x000107a4",func="foo",
30238 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30239frame=@{level="4",addr="0x000107a4",func="foo",
30240 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30241frame=@{level="5",addr="0x000107a4",func="foo",
30242 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30243frame=@{level="6",addr="0x000107a4",func="foo",
30244 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30245frame=@{level="7",addr="0x000107a4",func="foo",
30246 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30247frame=@{level="8",addr="0x000107a4",func="foo",
30248 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30249frame=@{level="9",addr="0x000107a4",func="foo",
30250 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30251frame=@{level="10",addr="0x000107a4",func="foo",
30252 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30253frame=@{level="11",addr="0x00010738",func="main",
30254 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4"@}]
594fe323 30255(gdb)
1abaf70c
BR
30256@end smallexample
30257
a2c02241 30258Show frames between @var{low_frame} and @var{high_frame}:
1abaf70c 30259
a2c02241 30260@smallexample
594fe323 30261(gdb)
a2c02241
NR
30262-stack-list-frames 3 5
30263^done,stack=
30264[frame=@{level="3",addr="0x000107a4",func="foo",
30265 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30266frame=@{level="4",addr="0x000107a4",func="foo",
30267 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30268frame=@{level="5",addr="0x000107a4",func="foo",
30269 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
594fe323 30270(gdb)
a2c02241 30271@end smallexample
922fbb7b 30272
a2c02241 30273Show a single frame:
922fbb7b
AC
30274
30275@smallexample
594fe323 30276(gdb)
a2c02241
NR
30277-stack-list-frames 3 3
30278^done,stack=
30279[frame=@{level="3",addr="0x000107a4",func="foo",
30280 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
594fe323 30281(gdb)
922fbb7b
AC
30282@end smallexample
30283
922fbb7b 30284
a2c02241
NR
30285@subheading The @code{-stack-list-locals} Command
30286@findex -stack-list-locals
57c22c6c 30287
a2c02241 30288@subsubheading Synopsis
922fbb7b
AC
30289
30290@smallexample
a2c02241 30291 -stack-list-locals @var{print-values}
922fbb7b
AC
30292@end smallexample
30293
a2c02241
NR
30294Display the local variable names for the selected frame. If
30295@var{print-values} is 0 or @code{--no-values}, print only the names of
30296the variables; if it is 1 or @code{--all-values}, print also their
30297values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 30298type and value for simple data types, and the name and type for arrays,
a2c02241
NR
30299structures and unions. In this last case, a frontend can immediately
30300display the value of simple data types and create variable objects for
d3e8051b 30301other data types when the user wishes to explore their values in
a2c02241 30302more detail.
922fbb7b 30303
b3372f91
VP
30304This command is deprecated in favor of the
30305@samp{-stack-list-variables} command.
30306
922fbb7b
AC
30307@subsubheading @value{GDBN} Command
30308
a2c02241 30309@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
922fbb7b
AC
30310
30311@subsubheading Example
922fbb7b
AC
30312
30313@smallexample
594fe323 30314(gdb)
a2c02241
NR
30315-stack-list-locals 0
30316^done,locals=[name="A",name="B",name="C"]
594fe323 30317(gdb)
a2c02241
NR
30318-stack-list-locals --all-values
30319^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
30320 @{name="C",value="@{1, 2, 3@}"@}]
30321-stack-list-locals --simple-values
30322^done,locals=[@{name="A",type="int",value="1"@},
30323 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
594fe323 30324(gdb)
922fbb7b
AC
30325@end smallexample
30326
b3372f91
VP
30327@subheading The @code{-stack-list-variables} Command
30328@findex -stack-list-variables
30329
30330@subsubheading Synopsis
30331
30332@smallexample
30333 -stack-list-variables @var{print-values}
30334@end smallexample
30335
30336Display the names of local variables and function arguments for the selected frame. If
30337@var{print-values} is 0 or @code{--no-values}, print only the names of
30338the variables; if it is 1 or @code{--all-values}, print also their
30339values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 30340type and value for simple data types, and the name and type for arrays,
b3372f91
VP
30341structures and unions.
30342
30343@subsubheading Example
30344
30345@smallexample
30346(gdb)
30347-stack-list-variables --thread 1 --frame 0 --all-values
4f412fd0 30348^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
b3372f91
VP
30349(gdb)
30350@end smallexample
30351
922fbb7b 30352
a2c02241
NR
30353@subheading The @code{-stack-select-frame} Command
30354@findex -stack-select-frame
922fbb7b
AC
30355
30356@subsubheading Synopsis
30357
30358@smallexample
a2c02241 30359 -stack-select-frame @var{framenum}
922fbb7b
AC
30360@end smallexample
30361
a2c02241
NR
30362Change the selected frame. Select a different frame @var{framenum} on
30363the stack.
922fbb7b 30364
c3b108f7
VP
30365This command in deprecated in favor of passing the @samp{--frame}
30366option to every command.
30367
922fbb7b
AC
30368@subsubheading @value{GDBN} Command
30369
a2c02241
NR
30370The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
30371@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
922fbb7b
AC
30372
30373@subsubheading Example
30374
30375@smallexample
594fe323 30376(gdb)
a2c02241 30377-stack-select-frame 2
922fbb7b 30378^done
594fe323 30379(gdb)
922fbb7b
AC
30380@end smallexample
30381
30382@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
30383@node GDB/MI Variable Objects
30384@section @sc{gdb/mi} Variable Objects
922fbb7b 30385
a1b5960f 30386@ignore
922fbb7b 30387
a2c02241 30388@subheading Motivation for Variable Objects in @sc{gdb/mi}
922fbb7b 30389
a2c02241
NR
30390For the implementation of a variable debugger window (locals, watched
30391expressions, etc.), we are proposing the adaptation of the existing code
30392used by @code{Insight}.
922fbb7b 30393
a2c02241 30394The two main reasons for that are:
922fbb7b 30395
a2c02241
NR
30396@enumerate 1
30397@item
30398It has been proven in practice (it is already on its second generation).
922fbb7b 30399
a2c02241
NR
30400@item
30401It will shorten development time (needless to say how important it is
30402now).
30403@end enumerate
922fbb7b 30404
a2c02241
NR
30405The original interface was designed to be used by Tcl code, so it was
30406slightly changed so it could be used through @sc{gdb/mi}. This section
30407describes the @sc{gdb/mi} operations that will be available and gives some
30408hints about their use.
922fbb7b 30409
a2c02241
NR
30410@emph{Note}: In addition to the set of operations described here, we
30411expect the @sc{gui} implementation of a variable window to require, at
30412least, the following operations:
922fbb7b 30413
a2c02241
NR
30414@itemize @bullet
30415@item @code{-gdb-show} @code{output-radix}
30416@item @code{-stack-list-arguments}
30417@item @code{-stack-list-locals}
30418@item @code{-stack-select-frame}
30419@end itemize
922fbb7b 30420
a1b5960f
VP
30421@end ignore
30422
c8b2f53c 30423@subheading Introduction to Variable Objects
922fbb7b 30424
a2c02241 30425@cindex variable objects in @sc{gdb/mi}
c8b2f53c
VP
30426
30427Variable objects are "object-oriented" MI interface for examining and
30428changing values of expressions. Unlike some other MI interfaces that
30429work with expressions, variable objects are specifically designed for
30430simple and efficient presentation in the frontend. A variable object
30431is identified by string name. When a variable object is created, the
30432frontend specifies the expression for that variable object. The
30433expression can be a simple variable, or it can be an arbitrary complex
30434expression, and can even involve CPU registers. After creating a
30435variable object, the frontend can invoke other variable object
30436operations---for example to obtain or change the value of a variable
30437object, or to change display format.
30438
30439Variable objects have hierarchical tree structure. Any variable object
30440that corresponds to a composite type, such as structure in C, has
30441a number of child variable objects, for example corresponding to each
30442element of a structure. A child variable object can itself have
30443children, recursively. Recursion ends when we reach
25d5ea92
VP
30444leaf variable objects, which always have built-in types. Child variable
30445objects are created only by explicit request, so if a frontend
30446is not interested in the children of a particular variable object, no
30447child will be created.
c8b2f53c
VP
30448
30449For a leaf variable object it is possible to obtain its value as a
30450string, or set the value from a string. String value can be also
30451obtained for a non-leaf variable object, but it's generally a string
30452that only indicates the type of the object, and does not list its
30453contents. Assignment to a non-leaf variable object is not allowed.
30454
30455A frontend does not need to read the values of all variable objects each time
30456the program stops. Instead, MI provides an update command that lists all
30457variable objects whose values has changed since the last update
30458operation. This considerably reduces the amount of data that must
25d5ea92
VP
30459be transferred to the frontend. As noted above, children variable
30460objects are created on demand, and only leaf variable objects have a
30461real value. As result, gdb will read target memory only for leaf
30462variables that frontend has created.
30463
30464The automatic update is not always desirable. For example, a frontend
30465might want to keep a value of some expression for future reference,
30466and never update it. For another example, fetching memory is
30467relatively slow for embedded targets, so a frontend might want
30468to disable automatic update for the variables that are either not
30469visible on the screen, or ``closed''. This is possible using so
30470called ``frozen variable objects''. Such variable objects are never
30471implicitly updated.
922fbb7b 30472
c3b108f7
VP
30473Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
30474fixed variable object, the expression is parsed when the variable
30475object is created, including associating identifiers to specific
30476variables. The meaning of expression never changes. For a floating
30477variable object the values of variables whose names appear in the
30478expressions are re-evaluated every time in the context of the current
30479frame. Consider this example:
30480
30481@smallexample
30482void do_work(...)
30483@{
30484 struct work_state state;
30485
30486 if (...)
30487 do_work(...);
30488@}
30489@end smallexample
30490
30491If a fixed variable object for the @code{state} variable is created in
7a9dd1b2 30492this function, and we enter the recursive call, the variable
c3b108f7
VP
30493object will report the value of @code{state} in the top-level
30494@code{do_work} invocation. On the other hand, a floating variable
30495object will report the value of @code{state} in the current frame.
30496
30497If an expression specified when creating a fixed variable object
30498refers to a local variable, the variable object becomes bound to the
30499thread and frame in which the variable object is created. When such
30500variable object is updated, @value{GDBN} makes sure that the
30501thread/frame combination the variable object is bound to still exists,
30502and re-evaluates the variable object in context of that thread/frame.
30503
a2c02241
NR
30504The following is the complete set of @sc{gdb/mi} operations defined to
30505access this functionality:
922fbb7b 30506
a2c02241
NR
30507@multitable @columnfractions .4 .6
30508@item @strong{Operation}
30509@tab @strong{Description}
922fbb7b 30510
0cc7d26f
TT
30511@item @code{-enable-pretty-printing}
30512@tab enable Python-based pretty-printing
a2c02241
NR
30513@item @code{-var-create}
30514@tab create a variable object
30515@item @code{-var-delete}
22d8a470 30516@tab delete the variable object and/or its children
a2c02241
NR
30517@item @code{-var-set-format}
30518@tab set the display format of this variable
30519@item @code{-var-show-format}
30520@tab show the display format of this variable
30521@item @code{-var-info-num-children}
30522@tab tells how many children this object has
30523@item @code{-var-list-children}
30524@tab return a list of the object's children
30525@item @code{-var-info-type}
30526@tab show the type of this variable object
30527@item @code{-var-info-expression}
02142340
VP
30528@tab print parent-relative expression that this variable object represents
30529@item @code{-var-info-path-expression}
30530@tab print full expression that this variable object represents
a2c02241
NR
30531@item @code{-var-show-attributes}
30532@tab is this variable editable? does it exist here?
30533@item @code{-var-evaluate-expression}
30534@tab get the value of this variable
30535@item @code{-var-assign}
30536@tab set the value of this variable
30537@item @code{-var-update}
30538@tab update the variable and its children
25d5ea92
VP
30539@item @code{-var-set-frozen}
30540@tab set frozeness attribute
0cc7d26f
TT
30541@item @code{-var-set-update-range}
30542@tab set range of children to display on update
a2c02241 30543@end multitable
922fbb7b 30544
a2c02241
NR
30545In the next subsection we describe each operation in detail and suggest
30546how it can be used.
922fbb7b 30547
a2c02241 30548@subheading Description And Use of Operations on Variable Objects
922fbb7b 30549
0cc7d26f
TT
30550@subheading The @code{-enable-pretty-printing} Command
30551@findex -enable-pretty-printing
30552
30553@smallexample
30554-enable-pretty-printing
30555@end smallexample
30556
30557@value{GDBN} allows Python-based visualizers to affect the output of the
30558MI variable object commands. However, because there was no way to
30559implement this in a fully backward-compatible way, a front end must
30560request that this functionality be enabled.
30561
30562Once enabled, this feature cannot be disabled.
30563
30564Note that if Python support has not been compiled into @value{GDBN},
30565this command will still succeed (and do nothing).
30566
f43030c4
TT
30567This feature is currently (as of @value{GDBN} 7.0) experimental, and
30568may work differently in future versions of @value{GDBN}.
30569
a2c02241
NR
30570@subheading The @code{-var-create} Command
30571@findex -var-create
ef21caaf 30572
a2c02241 30573@subsubheading Synopsis
ef21caaf 30574
a2c02241
NR
30575@smallexample
30576 -var-create @{@var{name} | "-"@}
c3b108f7 30577 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
a2c02241
NR
30578@end smallexample
30579
30580This operation creates a variable object, which allows the monitoring of
30581a variable, the result of an expression, a memory cell or a CPU
30582register.
ef21caaf 30583
a2c02241
NR
30584The @var{name} parameter is the string by which the object can be
30585referenced. It must be unique. If @samp{-} is specified, the varobj
30586system will generate a string ``varNNNNNN'' automatically. It will be
c3b108f7 30587unique provided that one does not specify @var{name} of that format.
a2c02241 30588The command fails if a duplicate name is found.
ef21caaf 30589
a2c02241
NR
30590The frame under which the expression should be evaluated can be
30591specified by @var{frame-addr}. A @samp{*} indicates that the current
c3b108f7
VP
30592frame should be used. A @samp{@@} indicates that a floating variable
30593object must be created.
922fbb7b 30594
a2c02241
NR
30595@var{expression} is any expression valid on the current language set (must not
30596begin with a @samp{*}), or one of the following:
922fbb7b 30597
a2c02241
NR
30598@itemize @bullet
30599@item
30600@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
922fbb7b 30601
a2c02241
NR
30602@item
30603@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
922fbb7b 30604
a2c02241
NR
30605@item
30606@samp{$@var{regname}} --- a CPU register name
30607@end itemize
922fbb7b 30608
0cc7d26f
TT
30609@cindex dynamic varobj
30610A varobj's contents may be provided by a Python-based pretty-printer. In this
30611case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
30612have slightly different semantics in some cases. If the
30613@code{-enable-pretty-printing} command is not sent, then @value{GDBN}
30614will never create a dynamic varobj. This ensures backward
30615compatibility for existing clients.
30616
a2c02241 30617@subsubheading Result
922fbb7b 30618
0cc7d26f
TT
30619This operation returns attributes of the newly-created varobj. These
30620are:
30621
30622@table @samp
30623@item name
30624The name of the varobj.
30625
30626@item numchild
30627The number of children of the varobj. This number is not necessarily
30628reliable for a dynamic varobj. Instead, you must examine the
30629@samp{has_more} attribute.
30630
30631@item value
30632The varobj's scalar value. For a varobj whose type is some sort of
30633aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
30634will not be interesting.
30635
30636@item type
30637The varobj's type. This is a string representation of the type, as
8264ba82
AG
30638would be printed by the @value{GDBN} CLI. If @samp{print object}
30639(@pxref{Print Settings, set print object}) is set to @code{on}, the
30640@emph{actual} (derived) type of the object is shown rather than the
30641@emph{declared} one.
0cc7d26f
TT
30642
30643@item thread-id
30644If a variable object is bound to a specific thread, then this is the
30645thread's identifier.
30646
30647@item has_more
30648For a dynamic varobj, this indicates whether there appear to be any
30649children available. For a non-dynamic varobj, this will be 0.
30650
30651@item dynamic
30652This attribute will be present and have the value @samp{1} if the
30653varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
30654then this attribute will not be present.
30655
30656@item displayhint
30657A dynamic varobj can supply a display hint to the front end. The
30658value comes directly from the Python pretty-printer object's
4c374409 30659@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
30660@end table
30661
30662Typical output will look like this:
922fbb7b
AC
30663
30664@smallexample
0cc7d26f
TT
30665 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
30666 has_more="@var{has_more}"
dcaaae04
NR
30667@end smallexample
30668
a2c02241
NR
30669
30670@subheading The @code{-var-delete} Command
30671@findex -var-delete
922fbb7b
AC
30672
30673@subsubheading Synopsis
30674
30675@smallexample
22d8a470 30676 -var-delete [ -c ] @var{name}
922fbb7b
AC
30677@end smallexample
30678
a2c02241 30679Deletes a previously created variable object and all of its children.
22d8a470 30680With the @samp{-c} option, just deletes the children.
922fbb7b 30681
a2c02241 30682Returns an error if the object @var{name} is not found.
922fbb7b 30683
922fbb7b 30684
a2c02241
NR
30685@subheading The @code{-var-set-format} Command
30686@findex -var-set-format
922fbb7b 30687
a2c02241 30688@subsubheading Synopsis
922fbb7b
AC
30689
30690@smallexample
a2c02241 30691 -var-set-format @var{name} @var{format-spec}
922fbb7b
AC
30692@end smallexample
30693
a2c02241
NR
30694Sets the output format for the value of the object @var{name} to be
30695@var{format-spec}.
30696
de051565 30697@anchor{-var-set-format}
a2c02241
NR
30698The syntax for the @var{format-spec} is as follows:
30699
30700@smallexample
30701 @var{format-spec} @expansion{}
30702 @{binary | decimal | hexadecimal | octal | natural@}
30703@end smallexample
30704
c8b2f53c
VP
30705The natural format is the default format choosen automatically
30706based on the variable type (like decimal for an @code{int}, hex
30707for pointers, etc.).
30708
30709For a variable with children, the format is set only on the
30710variable itself, and the children are not affected.
a2c02241
NR
30711
30712@subheading The @code{-var-show-format} Command
30713@findex -var-show-format
922fbb7b
AC
30714
30715@subsubheading Synopsis
30716
30717@smallexample
a2c02241 30718 -var-show-format @var{name}
922fbb7b
AC
30719@end smallexample
30720
a2c02241 30721Returns the format used to display the value of the object @var{name}.
922fbb7b 30722
a2c02241
NR
30723@smallexample
30724 @var{format} @expansion{}
30725 @var{format-spec}
30726@end smallexample
922fbb7b 30727
922fbb7b 30728
a2c02241
NR
30729@subheading The @code{-var-info-num-children} Command
30730@findex -var-info-num-children
30731
30732@subsubheading Synopsis
30733
30734@smallexample
30735 -var-info-num-children @var{name}
30736@end smallexample
30737
30738Returns the number of children of a variable object @var{name}:
30739
30740@smallexample
30741 numchild=@var{n}
30742@end smallexample
30743
0cc7d26f
TT
30744Note that this number is not completely reliable for a dynamic varobj.
30745It will return the current number of children, but more children may
30746be available.
30747
a2c02241
NR
30748
30749@subheading The @code{-var-list-children} Command
30750@findex -var-list-children
30751
30752@subsubheading Synopsis
30753
30754@smallexample
0cc7d26f 30755 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
a2c02241 30756@end smallexample
b569d230 30757@anchor{-var-list-children}
a2c02241
NR
30758
30759Return a list of the children of the specified variable object and
30760create variable objects for them, if they do not already exist. With
f5011d11 30761a single argument or if @var{print-values} has a value of 0 or
a2c02241
NR
30762@code{--no-values}, print only the names of the variables; if
30763@var{print-values} is 1 or @code{--all-values}, also print their
30764values; and if it is 2 or @code{--simple-values} print the name and
30765value for simple data types and just the name for arrays, structures
30766and unions.
922fbb7b 30767
0cc7d26f
TT
30768@var{from} and @var{to}, if specified, indicate the range of children
30769to report. If @var{from} or @var{to} is less than zero, the range is
30770reset and all children will be reported. Otherwise, children starting
30771at @var{from} (zero-based) and up to and excluding @var{to} will be
30772reported.
30773
30774If a child range is requested, it will only affect the current call to
30775@code{-var-list-children}, but not future calls to @code{-var-update}.
30776For this, you must instead use @code{-var-set-update-range}. The
30777intent of this approach is to enable a front end to implement any
30778update approach it likes; for example, scrolling a view may cause the
30779front end to request more children with @code{-var-list-children}, and
30780then the front end could call @code{-var-set-update-range} with a
30781different range to ensure that future updates are restricted to just
30782the visible items.
30783
b569d230
EZ
30784For each child the following results are returned:
30785
30786@table @var
30787
30788@item name
30789Name of the variable object created for this child.
30790
30791@item exp
30792The expression to be shown to the user by the front end to designate this child.
30793For example this may be the name of a structure member.
30794
0cc7d26f
TT
30795For a dynamic varobj, this value cannot be used to form an
30796expression. There is no way to do this at all with a dynamic varobj.
30797
b569d230
EZ
30798For C/C@t{++} structures there are several pseudo children returned to
30799designate access qualifiers. For these pseudo children @var{exp} is
30800@samp{public}, @samp{private}, or @samp{protected}. In this case the
30801type and value are not present.
30802
0cc7d26f
TT
30803A dynamic varobj will not report the access qualifying
30804pseudo-children, regardless of the language. This information is not
30805available at all with a dynamic varobj.
30806
b569d230 30807@item numchild
0cc7d26f
TT
30808Number of children this child has. For a dynamic varobj, this will be
308090.
b569d230
EZ
30810
30811@item type
8264ba82
AG
30812The type of the child. If @samp{print object}
30813(@pxref{Print Settings, set print object}) is set to @code{on}, the
30814@emph{actual} (derived) type of the object is shown rather than the
30815@emph{declared} one.
b569d230
EZ
30816
30817@item value
30818If values were requested, this is the value.
30819
30820@item thread-id
30821If this variable object is associated with a thread, this is the thread id.
30822Otherwise this result is not present.
30823
30824@item frozen
30825If the variable object is frozen, this variable will be present with a value of 1.
30826@end table
30827
0cc7d26f
TT
30828The result may have its own attributes:
30829
30830@table @samp
30831@item displayhint
30832A dynamic varobj can supply a display hint to the front end. The
30833value comes directly from the Python pretty-printer object's
4c374409 30834@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
30835
30836@item has_more
30837This is an integer attribute which is nonzero if there are children
30838remaining after the end of the selected range.
30839@end table
30840
922fbb7b
AC
30841@subsubheading Example
30842
30843@smallexample
594fe323 30844(gdb)
a2c02241 30845 -var-list-children n
b569d230 30846 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 30847 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
594fe323 30848(gdb)
a2c02241 30849 -var-list-children --all-values n
b569d230 30850 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 30851 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
30852@end smallexample
30853
922fbb7b 30854
a2c02241
NR
30855@subheading The @code{-var-info-type} Command
30856@findex -var-info-type
922fbb7b 30857
a2c02241
NR
30858@subsubheading Synopsis
30859
30860@smallexample
30861 -var-info-type @var{name}
30862@end smallexample
30863
30864Returns the type of the specified variable @var{name}. The type is
30865returned as a string in the same format as it is output by the
30866@value{GDBN} CLI:
30867
30868@smallexample
30869 type=@var{typename}
30870@end smallexample
30871
30872
30873@subheading The @code{-var-info-expression} Command
30874@findex -var-info-expression
922fbb7b
AC
30875
30876@subsubheading Synopsis
30877
30878@smallexample
a2c02241 30879 -var-info-expression @var{name}
922fbb7b
AC
30880@end smallexample
30881
02142340
VP
30882Returns a string that is suitable for presenting this
30883variable object in user interface. The string is generally
30884not valid expression in the current language, and cannot be evaluated.
30885
30886For example, if @code{a} is an array, and variable object
30887@code{A} was created for @code{a}, then we'll get this output:
922fbb7b 30888
a2c02241 30889@smallexample
02142340
VP
30890(gdb) -var-info-expression A.1
30891^done,lang="C",exp="1"
a2c02241 30892@end smallexample
922fbb7b 30893
a2c02241 30894@noindent
02142340
VP
30895Here, the values of @code{lang} can be @code{@{"C" | "C++" | "Java"@}}.
30896
30897Note that the output of the @code{-var-list-children} command also
30898includes those expressions, so the @code{-var-info-expression} command
30899is of limited use.
30900
30901@subheading The @code{-var-info-path-expression} Command
30902@findex -var-info-path-expression
30903
30904@subsubheading Synopsis
30905
30906@smallexample
30907 -var-info-path-expression @var{name}
30908@end smallexample
30909
30910Returns an expression that can be evaluated in the current
30911context and will yield the same value that a variable object has.
30912Compare this with the @code{-var-info-expression} command, which
30913result can be used only for UI presentation. Typical use of
30914the @code{-var-info-path-expression} command is creating a
30915watchpoint from a variable object.
30916
0cc7d26f
TT
30917This command is currently not valid for children of a dynamic varobj,
30918and will give an error when invoked on one.
30919
02142340
VP
30920For example, suppose @code{C} is a C@t{++} class, derived from class
30921@code{Base}, and that the @code{Base} class has a member called
30922@code{m_size}. Assume a variable @code{c} is has the type of
30923@code{C} and a variable object @code{C} was created for variable
30924@code{c}. Then, we'll get this output:
30925@smallexample
30926(gdb) -var-info-path-expression C.Base.public.m_size
30927^done,path_expr=((Base)c).m_size)
30928@end smallexample
922fbb7b 30929
a2c02241
NR
30930@subheading The @code{-var-show-attributes} Command
30931@findex -var-show-attributes
922fbb7b 30932
a2c02241 30933@subsubheading Synopsis
922fbb7b 30934
a2c02241
NR
30935@smallexample
30936 -var-show-attributes @var{name}
30937@end smallexample
922fbb7b 30938
a2c02241 30939List attributes of the specified variable object @var{name}:
922fbb7b
AC
30940
30941@smallexample
a2c02241 30942 status=@var{attr} [ ( ,@var{attr} )* ]
922fbb7b
AC
30943@end smallexample
30944
a2c02241
NR
30945@noindent
30946where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
30947
30948@subheading The @code{-var-evaluate-expression} Command
30949@findex -var-evaluate-expression
30950
30951@subsubheading Synopsis
30952
30953@smallexample
de051565 30954 -var-evaluate-expression [-f @var{format-spec}] @var{name}
a2c02241
NR
30955@end smallexample
30956
30957Evaluates the expression that is represented by the specified variable
de051565
MK
30958object and returns its value as a string. The format of the string
30959can be specified with the @samp{-f} option. The possible values of
30960this option are the same as for @code{-var-set-format}
30961(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
30962the current display format will be used. The current display format
30963can be changed using the @code{-var-set-format} command.
a2c02241
NR
30964
30965@smallexample
30966 value=@var{value}
30967@end smallexample
30968
30969Note that one must invoke @code{-var-list-children} for a variable
30970before the value of a child variable can be evaluated.
30971
30972@subheading The @code{-var-assign} Command
30973@findex -var-assign
30974
30975@subsubheading Synopsis
30976
30977@smallexample
30978 -var-assign @var{name} @var{expression}
30979@end smallexample
30980
30981Assigns the value of @var{expression} to the variable object specified
30982by @var{name}. The object must be @samp{editable}. If the variable's
30983value is altered by the assign, the variable will show up in any
30984subsequent @code{-var-update} list.
30985
30986@subsubheading Example
922fbb7b
AC
30987
30988@smallexample
594fe323 30989(gdb)
a2c02241
NR
30990-var-assign var1 3
30991^done,value="3"
594fe323 30992(gdb)
a2c02241
NR
30993-var-update *
30994^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
594fe323 30995(gdb)
922fbb7b
AC
30996@end smallexample
30997
a2c02241
NR
30998@subheading The @code{-var-update} Command
30999@findex -var-update
31000
31001@subsubheading Synopsis
31002
31003@smallexample
31004 -var-update [@var{print-values}] @{@var{name} | "*"@}
31005@end smallexample
31006
c8b2f53c
VP
31007Reevaluate the expressions corresponding to the variable object
31008@var{name} and all its direct and indirect children, and return the
36ece8b3
NR
31009list of variable objects whose values have changed; @var{name} must
31010be a root variable object. Here, ``changed'' means that the result of
31011@code{-var-evaluate-expression} before and after the
31012@code{-var-update} is different. If @samp{*} is used as the variable
9f708cb2
VP
31013object names, all existing variable objects are updated, except
31014for frozen ones (@pxref{-var-set-frozen}). The option
36ece8b3 31015@var{print-values} determines whether both names and values, or just
de051565 31016names are printed. The possible values of this option are the same
36ece8b3
NR
31017as for @code{-var-list-children} (@pxref{-var-list-children}). It is
31018recommended to use the @samp{--all-values} option, to reduce the
31019number of MI commands needed on each program stop.
c8b2f53c 31020
c3b108f7
VP
31021With the @samp{*} parameter, if a variable object is bound to a
31022currently running thread, it will not be updated, without any
31023diagnostic.
a2c02241 31024
0cc7d26f
TT
31025If @code{-var-set-update-range} was previously used on a varobj, then
31026only the selected range of children will be reported.
922fbb7b 31027
0cc7d26f
TT
31028@code{-var-update} reports all the changed varobjs in a tuple named
31029@samp{changelist}.
31030
31031Each item in the change list is itself a tuple holding:
31032
31033@table @samp
31034@item name
31035The name of the varobj.
31036
31037@item value
31038If values were requested for this update, then this field will be
31039present and will hold the value of the varobj.
922fbb7b 31040
0cc7d26f 31041@item in_scope
9f708cb2 31042@anchor{-var-update}
0cc7d26f 31043This field is a string which may take one of three values:
36ece8b3
NR
31044
31045@table @code
31046@item "true"
31047The variable object's current value is valid.
31048
31049@item "false"
31050The variable object does not currently hold a valid value but it may
31051hold one in the future if its associated expression comes back into
31052scope.
31053
31054@item "invalid"
31055The variable object no longer holds a valid value.
31056This can occur when the executable file being debugged has changed,
31057either through recompilation or by using the @value{GDBN} @code{file}
31058command. The front end should normally choose to delete these variable
31059objects.
31060@end table
31061
31062In the future new values may be added to this list so the front should
31063be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
31064
0cc7d26f
TT
31065@item type_changed
31066This is only present if the varobj is still valid. If the type
31067changed, then this will be the string @samp{true}; otherwise it will
31068be @samp{false}.
31069
7191c139
JB
31070When a varobj's type changes, its children are also likely to have
31071become incorrect. Therefore, the varobj's children are automatically
31072deleted when this attribute is @samp{true}. Also, the varobj's update
31073range, when set using the @code{-var-set-update-range} command, is
31074unset.
31075
0cc7d26f
TT
31076@item new_type
31077If the varobj's type changed, then this field will be present and will
31078hold the new type.
31079
31080@item new_num_children
31081For a dynamic varobj, if the number of children changed, or if the
31082type changed, this will be the new number of children.
31083
31084The @samp{numchild} field in other varobj responses is generally not
31085valid for a dynamic varobj -- it will show the number of children that
31086@value{GDBN} knows about, but because dynamic varobjs lazily
31087instantiate their children, this will not reflect the number of
31088children which may be available.
31089
31090The @samp{new_num_children} attribute only reports changes to the
31091number of children known by @value{GDBN}. This is the only way to
31092detect whether an update has removed children (which necessarily can
31093only happen at the end of the update range).
31094
31095@item displayhint
31096The display hint, if any.
31097
31098@item has_more
31099This is an integer value, which will be 1 if there are more children
31100available outside the varobj's update range.
31101
31102@item dynamic
31103This attribute will be present and have the value @samp{1} if the
31104varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
31105then this attribute will not be present.
31106
31107@item new_children
31108If new children were added to a dynamic varobj within the selected
31109update range (as set by @code{-var-set-update-range}), then they will
31110be listed in this attribute.
31111@end table
31112
31113@subsubheading Example
31114
31115@smallexample
31116(gdb)
31117-var-assign var1 3
31118^done,value="3"
31119(gdb)
31120-var-update --all-values var1
31121^done,changelist=[@{name="var1",value="3",in_scope="true",
31122type_changed="false"@}]
31123(gdb)
31124@end smallexample
31125
25d5ea92
VP
31126@subheading The @code{-var-set-frozen} Command
31127@findex -var-set-frozen
9f708cb2 31128@anchor{-var-set-frozen}
25d5ea92
VP
31129
31130@subsubheading Synopsis
31131
31132@smallexample
9f708cb2 31133 -var-set-frozen @var{name} @var{flag}
25d5ea92
VP
31134@end smallexample
31135
9f708cb2 31136Set the frozenness flag on the variable object @var{name}. The
25d5ea92 31137@var{flag} parameter should be either @samp{1} to make the variable
9f708cb2 31138frozen or @samp{0} to make it unfrozen. If a variable object is
25d5ea92 31139frozen, then neither itself, nor any of its children, are
9f708cb2 31140implicitly updated by @code{-var-update} of
25d5ea92
VP
31141a parent variable or by @code{-var-update *}. Only
31142@code{-var-update} of the variable itself will update its value and
31143values of its children. After a variable object is unfrozen, it is
31144implicitly updated by all subsequent @code{-var-update} operations.
31145Unfreezing a variable does not update it, only subsequent
31146@code{-var-update} does.
31147
31148@subsubheading Example
31149
31150@smallexample
31151(gdb)
31152-var-set-frozen V 1
31153^done
31154(gdb)
31155@end smallexample
31156
0cc7d26f
TT
31157@subheading The @code{-var-set-update-range} command
31158@findex -var-set-update-range
31159@anchor{-var-set-update-range}
31160
31161@subsubheading Synopsis
31162
31163@smallexample
31164 -var-set-update-range @var{name} @var{from} @var{to}
31165@end smallexample
31166
31167Set the range of children to be returned by future invocations of
31168@code{-var-update}.
31169
31170@var{from} and @var{to} indicate the range of children to report. If
31171@var{from} or @var{to} is less than zero, the range is reset and all
31172children will be reported. Otherwise, children starting at @var{from}
31173(zero-based) and up to and excluding @var{to} will be reported.
31174
31175@subsubheading Example
31176
31177@smallexample
31178(gdb)
31179-var-set-update-range V 1 2
31180^done
31181@end smallexample
31182
b6313243
TT
31183@subheading The @code{-var-set-visualizer} command
31184@findex -var-set-visualizer
31185@anchor{-var-set-visualizer}
31186
31187@subsubheading Synopsis
31188
31189@smallexample
31190 -var-set-visualizer @var{name} @var{visualizer}
31191@end smallexample
31192
31193Set a visualizer for the variable object @var{name}.
31194
31195@var{visualizer} is the visualizer to use. The special value
31196@samp{None} means to disable any visualizer in use.
31197
31198If not @samp{None}, @var{visualizer} must be a Python expression.
31199This expression must evaluate to a callable object which accepts a
31200single argument. @value{GDBN} will call this object with the value of
31201the varobj @var{name} as an argument (this is done so that the same
31202Python pretty-printing code can be used for both the CLI and MI).
31203When called, this object must return an object which conforms to the
4c374409 31204pretty-printing interface (@pxref{Pretty Printing API}).
b6313243
TT
31205
31206The pre-defined function @code{gdb.default_visualizer} may be used to
31207select a visualizer by following the built-in process
31208(@pxref{Selecting Pretty-Printers}). This is done automatically when
31209a varobj is created, and so ordinarily is not needed.
31210
31211This feature is only available if Python support is enabled. The MI
31212command @code{-list-features} (@pxref{GDB/MI Miscellaneous Commands})
31213can be used to check this.
31214
31215@subsubheading Example
31216
31217Resetting the visualizer:
31218
31219@smallexample
31220(gdb)
31221-var-set-visualizer V None
31222^done
31223@end smallexample
31224
31225Reselecting the default (type-based) visualizer:
31226
31227@smallexample
31228(gdb)
31229-var-set-visualizer V gdb.default_visualizer
31230^done
31231@end smallexample
31232
31233Suppose @code{SomeClass} is a visualizer class. A lambda expression
31234can be used to instantiate this class for a varobj:
31235
31236@smallexample
31237(gdb)
31238-var-set-visualizer V "lambda val: SomeClass()"
31239^done
31240@end smallexample
25d5ea92 31241
a2c02241
NR
31242@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31243@node GDB/MI Data Manipulation
31244@section @sc{gdb/mi} Data Manipulation
922fbb7b 31245
a2c02241
NR
31246@cindex data manipulation, in @sc{gdb/mi}
31247@cindex @sc{gdb/mi}, data manipulation
31248This section describes the @sc{gdb/mi} commands that manipulate data:
31249examine memory and registers, evaluate expressions, etc.
31250
31251@c REMOVED FROM THE INTERFACE.
31252@c @subheading -data-assign
31253@c Change the value of a program variable. Plenty of side effects.
79a6e687 31254@c @subsubheading GDB Command
a2c02241
NR
31255@c set variable
31256@c @subsubheading Example
31257@c N.A.
31258
31259@subheading The @code{-data-disassemble} Command
31260@findex -data-disassemble
922fbb7b
AC
31261
31262@subsubheading Synopsis
31263
31264@smallexample
a2c02241
NR
31265 -data-disassemble
31266 [ -s @var{start-addr} -e @var{end-addr} ]
31267 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
31268 -- @var{mode}
922fbb7b
AC
31269@end smallexample
31270
a2c02241
NR
31271@noindent
31272Where:
31273
31274@table @samp
31275@item @var{start-addr}
31276is the beginning address (or @code{$pc})
31277@item @var{end-addr}
31278is the end address
31279@item @var{filename}
31280is the name of the file to disassemble
31281@item @var{linenum}
31282is the line number to disassemble around
31283@item @var{lines}
d3e8051b 31284is the number of disassembly lines to be produced. If it is -1,
a2c02241
NR
31285the whole function will be disassembled, in case no @var{end-addr} is
31286specified. If @var{end-addr} is specified as a non-zero value, and
31287@var{lines} is lower than the number of disassembly lines between
31288@var{start-addr} and @var{end-addr}, only @var{lines} lines are
31289displayed; if @var{lines} is higher than the number of lines between
31290@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
31291are displayed.
31292@item @var{mode}
b716877b
AB
31293is either 0 (meaning only disassembly), 1 (meaning mixed source and
31294disassembly), 2 (meaning disassembly with raw opcodes), or 3 (meaning
31295mixed source and disassembly with raw opcodes).
a2c02241
NR
31296@end table
31297
31298@subsubheading Result
31299
ed8a1c2d
AB
31300The result of the @code{-data-disassemble} command will be a list named
31301@samp{asm_insns}, the contents of this list depend on the @var{mode}
31302used with the @code{-data-disassemble} command.
a2c02241 31303
ed8a1c2d
AB
31304For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
31305following fields:
31306
31307@table @code
31308@item address
31309The address at which this instruction was disassembled.
31310
31311@item func-name
31312The name of the function this instruction is within.
31313
31314@item offset
31315The decimal offset in bytes from the start of @samp{func-name}.
31316
31317@item inst
31318The text disassembly for this @samp{address}.
31319
31320@item opcodes
31321This field is only present for mode 2. This contains the raw opcode
31322bytes for the @samp{inst} field.
31323
31324@end table
31325
31326For modes 1 and 3 the @samp{asm_insns} list contains tuples named
31327@samp{src_and_asm_line}, each of which has the following fields:
a2c02241 31328
ed8a1c2d
AB
31329@table @code
31330@item line
31331The line number within @samp{file}.
31332
31333@item file
31334The file name from the compilation unit. This might be an absolute
31335file name or a relative file name depending on the compile command
31336used.
31337
31338@item fullname
f35a17b5
JK
31339Absolute file name of @samp{file}. It is converted to a canonical form
31340using the source file search path
31341(@pxref{Source Path, ,Specifying Source Directories})
31342and after resolving all the symbolic links.
31343
31344If the source file is not found this field will contain the path as
31345present in the debug information.
ed8a1c2d
AB
31346
31347@item line_asm_insn
31348This is a list of tuples containing the disassembly for @samp{line} in
31349@samp{file}. The fields of each tuple are the same as for
31350@code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
31351@samp{func-name}, @samp{offset}, @samp{inst}, and optionally
31352@samp{opcodes}.
31353
31354@end table
31355
31356Note that whatever included in the @samp{inst} field, is not
31357manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
31358adjust its format.
922fbb7b
AC
31359
31360@subsubheading @value{GDBN} Command
31361
ed8a1c2d 31362The corresponding @value{GDBN} command is @samp{disassemble}.
922fbb7b
AC
31363
31364@subsubheading Example
31365
a2c02241
NR
31366Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
31367
922fbb7b 31368@smallexample
594fe323 31369(gdb)
a2c02241
NR
31370-data-disassemble -s $pc -e "$pc + 20" -- 0
31371^done,
31372asm_insns=[
31373@{address="0x000107c0",func-name="main",offset="4",
31374inst="mov 2, %o0"@},
31375@{address="0x000107c4",func-name="main",offset="8",
31376inst="sethi %hi(0x11800), %o2"@},
31377@{address="0x000107c8",func-name="main",offset="12",
31378inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
31379@{address="0x000107cc",func-name="main",offset="16",
31380inst="sethi %hi(0x11800), %o2"@},
31381@{address="0x000107d0",func-name="main",offset="20",
31382inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
594fe323 31383(gdb)
a2c02241
NR
31384@end smallexample
31385
31386Disassemble the whole @code{main} function. Line 32 is part of
31387@code{main}.
31388
31389@smallexample
31390-data-disassemble -f basics.c -l 32 -- 0
31391^done,asm_insns=[
31392@{address="0x000107bc",func-name="main",offset="0",
31393inst="save %sp, -112, %sp"@},
31394@{address="0x000107c0",func-name="main",offset="4",
31395inst="mov 2, %o0"@},
31396@{address="0x000107c4",func-name="main",offset="8",
31397inst="sethi %hi(0x11800), %o2"@},
31398[@dots{}]
31399@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
31400@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
594fe323 31401(gdb)
922fbb7b
AC
31402@end smallexample
31403
a2c02241 31404Disassemble 3 instructions from the start of @code{main}:
922fbb7b 31405
a2c02241 31406@smallexample
594fe323 31407(gdb)
a2c02241
NR
31408-data-disassemble -f basics.c -l 32 -n 3 -- 0
31409^done,asm_insns=[
31410@{address="0x000107bc",func-name="main",offset="0",
31411inst="save %sp, -112, %sp"@},
31412@{address="0x000107c0",func-name="main",offset="4",
31413inst="mov 2, %o0"@},
31414@{address="0x000107c4",func-name="main",offset="8",
31415inst="sethi %hi(0x11800), %o2"@}]
594fe323 31416(gdb)
a2c02241
NR
31417@end smallexample
31418
31419Disassemble 3 instructions from the start of @code{main} in mixed mode:
31420
31421@smallexample
594fe323 31422(gdb)
a2c02241
NR
31423-data-disassemble -f basics.c -l 32 -n 3 -- 1
31424^done,asm_insns=[
31425src_and_asm_line=@{line="31",
ed8a1c2d
AB
31426file="../../../src/gdb/testsuite/gdb.mi/basics.c",
31427fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
31428line_asm_insn=[@{address="0x000107bc",
31429func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
a2c02241 31430src_and_asm_line=@{line="32",
ed8a1c2d
AB
31431file="../../../src/gdb/testsuite/gdb.mi/basics.c",
31432fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
31433line_asm_insn=[@{address="0x000107c0",
31434func-name="main",offset="4",inst="mov 2, %o0"@},
a2c02241
NR
31435@{address="0x000107c4",func-name="main",offset="8",
31436inst="sethi %hi(0x11800), %o2"@}]@}]
594fe323 31437(gdb)
a2c02241
NR
31438@end smallexample
31439
31440
31441@subheading The @code{-data-evaluate-expression} Command
31442@findex -data-evaluate-expression
922fbb7b
AC
31443
31444@subsubheading Synopsis
31445
31446@smallexample
a2c02241 31447 -data-evaluate-expression @var{expr}
922fbb7b
AC
31448@end smallexample
31449
a2c02241
NR
31450Evaluate @var{expr} as an expression. The expression could contain an
31451inferior function call. The function call will execute synchronously.
31452If the expression contains spaces, it must be enclosed in double quotes.
922fbb7b
AC
31453
31454@subsubheading @value{GDBN} Command
31455
a2c02241
NR
31456The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
31457@samp{call}. In @code{gdbtk} only, there's a corresponding
31458@samp{gdb_eval} command.
922fbb7b
AC
31459
31460@subsubheading Example
31461
a2c02241
NR
31462In the following example, the numbers that precede the commands are the
31463@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
31464Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
31465output.
31466
922fbb7b 31467@smallexample
a2c02241
NR
31468211-data-evaluate-expression A
31469211^done,value="1"
594fe323 31470(gdb)
a2c02241
NR
31471311-data-evaluate-expression &A
31472311^done,value="0xefffeb7c"
594fe323 31473(gdb)
a2c02241
NR
31474411-data-evaluate-expression A+3
31475411^done,value="4"
594fe323 31476(gdb)
a2c02241
NR
31477511-data-evaluate-expression "A + 3"
31478511^done,value="4"
594fe323 31479(gdb)
a2c02241 31480@end smallexample
922fbb7b
AC
31481
31482
a2c02241
NR
31483@subheading The @code{-data-list-changed-registers} Command
31484@findex -data-list-changed-registers
922fbb7b
AC
31485
31486@subsubheading Synopsis
31487
31488@smallexample
a2c02241 31489 -data-list-changed-registers
922fbb7b
AC
31490@end smallexample
31491
a2c02241 31492Display a list of the registers that have changed.
922fbb7b
AC
31493
31494@subsubheading @value{GDBN} Command
31495
a2c02241
NR
31496@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
31497has the corresponding command @samp{gdb_changed_register_list}.
922fbb7b
AC
31498
31499@subsubheading Example
922fbb7b 31500
a2c02241 31501On a PPC MBX board:
922fbb7b
AC
31502
31503@smallexample
594fe323 31504(gdb)
a2c02241
NR
31505-exec-continue
31506^running
922fbb7b 31507
594fe323 31508(gdb)
a47ec5fe
AR
31509*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
31510func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
31511line="5"@}
594fe323 31512(gdb)
a2c02241
NR
31513-data-list-changed-registers
31514^done,changed-registers=["0","1","2","4","5","6","7","8","9",
31515"10","11","13","14","15","16","17","18","19","20","21","22","23",
31516"24","25","26","27","28","30","31","64","65","66","67","69"]
594fe323 31517(gdb)
a2c02241 31518@end smallexample
922fbb7b
AC
31519
31520
a2c02241
NR
31521@subheading The @code{-data-list-register-names} Command
31522@findex -data-list-register-names
922fbb7b
AC
31523
31524@subsubheading Synopsis
31525
31526@smallexample
a2c02241 31527 -data-list-register-names [ ( @var{regno} )+ ]
922fbb7b
AC
31528@end smallexample
31529
a2c02241
NR
31530Show a list of register names for the current target. If no arguments
31531are given, it shows a list of the names of all the registers. If
31532integer numbers are given as arguments, it will print a list of the
31533names of the registers corresponding to the arguments. To ensure
31534consistency between a register name and its number, the output list may
31535include empty register names.
922fbb7b
AC
31536
31537@subsubheading @value{GDBN} Command
31538
a2c02241
NR
31539@value{GDBN} does not have a command which corresponds to
31540@samp{-data-list-register-names}. In @code{gdbtk} there is a
31541corresponding command @samp{gdb_regnames}.
922fbb7b
AC
31542
31543@subsubheading Example
922fbb7b 31544
a2c02241
NR
31545For the PPC MBX board:
31546@smallexample
594fe323 31547(gdb)
a2c02241
NR
31548-data-list-register-names
31549^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
31550"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
31551"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
31552"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
31553"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
31554"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
31555"", "pc","ps","cr","lr","ctr","xer"]
594fe323 31556(gdb)
a2c02241
NR
31557-data-list-register-names 1 2 3
31558^done,register-names=["r1","r2","r3"]
594fe323 31559(gdb)
a2c02241 31560@end smallexample
922fbb7b 31561
a2c02241
NR
31562@subheading The @code{-data-list-register-values} Command
31563@findex -data-list-register-values
922fbb7b
AC
31564
31565@subsubheading Synopsis
31566
31567@smallexample
a2c02241 31568 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
922fbb7b
AC
31569@end smallexample
31570
a2c02241
NR
31571Display the registers' contents. @var{fmt} is the format according to
31572which the registers' contents are to be returned, followed by an optional
31573list of numbers specifying the registers to display. A missing list of
31574numbers indicates that the contents of all the registers must be returned.
31575
31576Allowed formats for @var{fmt} are:
31577
31578@table @code
31579@item x
31580Hexadecimal
31581@item o
31582Octal
31583@item t
31584Binary
31585@item d
31586Decimal
31587@item r
31588Raw
31589@item N
31590Natural
31591@end table
922fbb7b
AC
31592
31593@subsubheading @value{GDBN} Command
31594
a2c02241
NR
31595The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
31596all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
922fbb7b
AC
31597
31598@subsubheading Example
922fbb7b 31599
a2c02241
NR
31600For a PPC MBX board (note: line breaks are for readability only, they
31601don't appear in the actual output):
31602
31603@smallexample
594fe323 31604(gdb)
a2c02241
NR
31605-data-list-register-values r 64 65
31606^done,register-values=[@{number="64",value="0xfe00a300"@},
31607@{number="65",value="0x00029002"@}]
594fe323 31608(gdb)
a2c02241
NR
31609-data-list-register-values x
31610^done,register-values=[@{number="0",value="0xfe0043c8"@},
31611@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
31612@{number="3",value="0x0"@},@{number="4",value="0xa"@},
31613@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
31614@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
31615@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
31616@{number="11",value="0x1"@},@{number="12",value="0x0"@},
31617@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
31618@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
31619@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
31620@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
31621@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
31622@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
31623@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
31624@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
31625@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
31626@{number="31",value="0x0"@},@{number="32",value="0x0"@},
31627@{number="33",value="0x0"@},@{number="34",value="0x0"@},
31628@{number="35",value="0x0"@},@{number="36",value="0x0"@},
31629@{number="37",value="0x0"@},@{number="38",value="0x0"@},
31630@{number="39",value="0x0"@},@{number="40",value="0x0"@},
31631@{number="41",value="0x0"@},@{number="42",value="0x0"@},
31632@{number="43",value="0x0"@},@{number="44",value="0x0"@},
31633@{number="45",value="0x0"@},@{number="46",value="0x0"@},
31634@{number="47",value="0x0"@},@{number="48",value="0x0"@},
31635@{number="49",value="0x0"@},@{number="50",value="0x0"@},
31636@{number="51",value="0x0"@},@{number="52",value="0x0"@},
31637@{number="53",value="0x0"@},@{number="54",value="0x0"@},
31638@{number="55",value="0x0"@},@{number="56",value="0x0"@},
31639@{number="57",value="0x0"@},@{number="58",value="0x0"@},
31640@{number="59",value="0x0"@},@{number="60",value="0x0"@},
31641@{number="61",value="0x0"@},@{number="62",value="0x0"@},
31642@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
31643@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
31644@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
31645@{number="69",value="0x20002b03"@}]
594fe323 31646(gdb)
a2c02241 31647@end smallexample
922fbb7b 31648
a2c02241
NR
31649
31650@subheading The @code{-data-read-memory} Command
31651@findex -data-read-memory
922fbb7b 31652
8dedea02
VP
31653This command is deprecated, use @code{-data-read-memory-bytes} instead.
31654
922fbb7b
AC
31655@subsubheading Synopsis
31656
31657@smallexample
a2c02241
NR
31658 -data-read-memory [ -o @var{byte-offset} ]
31659 @var{address} @var{word-format} @var{word-size}
31660 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
922fbb7b
AC
31661@end smallexample
31662
a2c02241
NR
31663@noindent
31664where:
922fbb7b 31665
a2c02241
NR
31666@table @samp
31667@item @var{address}
31668An expression specifying the address of the first memory word to be
31669read. Complex expressions containing embedded white space should be
31670quoted using the C convention.
922fbb7b 31671
a2c02241
NR
31672@item @var{word-format}
31673The format to be used to print the memory words. The notation is the
31674same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
79a6e687 31675,Output Formats}).
922fbb7b 31676
a2c02241
NR
31677@item @var{word-size}
31678The size of each memory word in bytes.
922fbb7b 31679
a2c02241
NR
31680@item @var{nr-rows}
31681The number of rows in the output table.
922fbb7b 31682
a2c02241
NR
31683@item @var{nr-cols}
31684The number of columns in the output table.
922fbb7b 31685
a2c02241
NR
31686@item @var{aschar}
31687If present, indicates that each row should include an @sc{ascii} dump. The
31688value of @var{aschar} is used as a padding character when a byte is not a
31689member of the printable @sc{ascii} character set (printable @sc{ascii}
31690characters are those whose code is between 32 and 126, inclusively).
922fbb7b 31691
a2c02241
NR
31692@item @var{byte-offset}
31693An offset to add to the @var{address} before fetching memory.
31694@end table
922fbb7b 31695
a2c02241
NR
31696This command displays memory contents as a table of @var{nr-rows} by
31697@var{nr-cols} words, each word being @var{word-size} bytes. In total,
31698@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
31699(returned as @samp{total-bytes}). Should less than the requested number
31700of bytes be returned by the target, the missing words are identified
31701using @samp{N/A}. The number of bytes read from the target is returned
31702in @samp{nr-bytes} and the starting address used to read memory in
31703@samp{addr}.
31704
31705The address of the next/previous row or page is available in
31706@samp{next-row} and @samp{prev-row}, @samp{next-page} and
31707@samp{prev-page}.
922fbb7b
AC
31708
31709@subsubheading @value{GDBN} Command
31710
a2c02241
NR
31711The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
31712@samp{gdb_get_mem} memory read command.
922fbb7b
AC
31713
31714@subsubheading Example
32e7087d 31715
a2c02241
NR
31716Read six bytes of memory starting at @code{bytes+6} but then offset by
31717@code{-6} bytes. Format as three rows of two columns. One byte per
31718word. Display each word in hex.
32e7087d
JB
31719
31720@smallexample
594fe323 31721(gdb)
a2c02241
NR
317229-data-read-memory -o -6 -- bytes+6 x 1 3 2
317239^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
31724next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
31725prev-page="0x0000138a",memory=[
31726@{addr="0x00001390",data=["0x00","0x01"]@},
31727@{addr="0x00001392",data=["0x02","0x03"]@},
31728@{addr="0x00001394",data=["0x04","0x05"]@}]
594fe323 31729(gdb)
32e7087d
JB
31730@end smallexample
31731
a2c02241
NR
31732Read two bytes of memory starting at address @code{shorts + 64} and
31733display as a single word formatted in decimal.
32e7087d 31734
32e7087d 31735@smallexample
594fe323 31736(gdb)
a2c02241
NR
317375-data-read-memory shorts+64 d 2 1 1
317385^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
31739next-row="0x00001512",prev-row="0x0000150e",
31740next-page="0x00001512",prev-page="0x0000150e",memory=[
31741@{addr="0x00001510",data=["128"]@}]
594fe323 31742(gdb)
32e7087d
JB
31743@end smallexample
31744
a2c02241
NR
31745Read thirty two bytes of memory starting at @code{bytes+16} and format
31746as eight rows of four columns. Include a string encoding with @samp{x}
31747used as the non-printable character.
922fbb7b
AC
31748
31749@smallexample
594fe323 31750(gdb)
a2c02241
NR
317514-data-read-memory bytes+16 x 1 8 4 x
317524^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
31753next-row="0x000013c0",prev-row="0x0000139c",
31754next-page="0x000013c0",prev-page="0x00001380",memory=[
31755@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
31756@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
31757@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
31758@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
31759@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
31760@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
31761@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
31762@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
594fe323 31763(gdb)
922fbb7b
AC
31764@end smallexample
31765
8dedea02
VP
31766@subheading The @code{-data-read-memory-bytes} Command
31767@findex -data-read-memory-bytes
31768
31769@subsubheading Synopsis
31770
31771@smallexample
31772 -data-read-memory-bytes [ -o @var{byte-offset} ]
31773 @var{address} @var{count}
31774@end smallexample
31775
31776@noindent
31777where:
31778
31779@table @samp
31780@item @var{address}
31781An expression specifying the address of the first memory word to be
31782read. Complex expressions containing embedded white space should be
31783quoted using the C convention.
31784
31785@item @var{count}
31786The number of bytes to read. This should be an integer literal.
31787
31788@item @var{byte-offset}
31789The offsets in bytes relative to @var{address} at which to start
31790reading. This should be an integer literal. This option is provided
31791so that a frontend is not required to first evaluate address and then
31792perform address arithmetics itself.
31793
31794@end table
31795
31796This command attempts to read all accessible memory regions in the
31797specified range. First, all regions marked as unreadable in the memory
31798map (if one is defined) will be skipped. @xref{Memory Region
31799Attributes}. Second, @value{GDBN} will attempt to read the remaining
31800regions. For each one, if reading full region results in an errors,
31801@value{GDBN} will try to read a subset of the region.
31802
31803In general, every single byte in the region may be readable or not,
31804and the only way to read every readable byte is to try a read at
31805every address, which is not practical. Therefore, @value{GDBN} will
31806attempt to read all accessible bytes at either beginning or the end
31807of the region, using a binary division scheme. This heuristic works
31808well for reading accross a memory map boundary. Note that if a region
31809has a readable range that is neither at the beginning or the end,
31810@value{GDBN} will not read it.
31811
31812The result record (@pxref{GDB/MI Result Records}) that is output of
31813the command includes a field named @samp{memory} whose content is a
31814list of tuples. Each tuple represent a successfully read memory block
31815and has the following fields:
31816
31817@table @code
31818@item begin
31819The start address of the memory block, as hexadecimal literal.
31820
31821@item end
31822The end address of the memory block, as hexadecimal literal.
31823
31824@item offset
31825The offset of the memory block, as hexadecimal literal, relative to
31826the start address passed to @code{-data-read-memory-bytes}.
31827
31828@item contents
31829The contents of the memory block, in hex.
31830
31831@end table
31832
31833
31834
31835@subsubheading @value{GDBN} Command
31836
31837The corresponding @value{GDBN} command is @samp{x}.
31838
31839@subsubheading Example
31840
31841@smallexample
31842(gdb)
31843-data-read-memory-bytes &a 10
31844^done,memory=[@{begin="0xbffff154",offset="0x00000000",
31845 end="0xbffff15e",
31846 contents="01000000020000000300"@}]
31847(gdb)
31848@end smallexample
31849
31850
31851@subheading The @code{-data-write-memory-bytes} Command
31852@findex -data-write-memory-bytes
31853
31854@subsubheading Synopsis
31855
31856@smallexample
31857 -data-write-memory-bytes @var{address} @var{contents}
62747a60 31858 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
8dedea02
VP
31859@end smallexample
31860
31861@noindent
31862where:
31863
31864@table @samp
31865@item @var{address}
31866An expression specifying the address of the first memory word to be
31867read. Complex expressions containing embedded white space should be
31868quoted using the C convention.
31869
31870@item @var{contents}
31871The hex-encoded bytes to write.
31872
62747a60
TT
31873@item @var{count}
31874Optional argument indicating the number of bytes to be written. If @var{count}
31875is greater than @var{contents}' length, @value{GDBN} will repeatedly
31876write @var{contents} until it fills @var{count} bytes.
31877
8dedea02
VP
31878@end table
31879
31880@subsubheading @value{GDBN} Command
31881
31882There's no corresponding @value{GDBN} command.
31883
31884@subsubheading Example
31885
31886@smallexample
31887(gdb)
31888-data-write-memory-bytes &a "aabbccdd"
31889^done
31890(gdb)
31891@end smallexample
31892
62747a60
TT
31893@smallexample
31894(gdb)
31895-data-write-memory-bytes &a "aabbccdd" 16e
31896^done
31897(gdb)
31898@end smallexample
8dedea02 31899
a2c02241
NR
31900@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31901@node GDB/MI Tracepoint Commands
31902@section @sc{gdb/mi} Tracepoint Commands
922fbb7b 31903
18148017
VP
31904The commands defined in this section implement MI support for
31905tracepoints. For detailed introduction, see @ref{Tracepoints}.
31906
31907@subheading The @code{-trace-find} Command
31908@findex -trace-find
31909
31910@subsubheading Synopsis
31911
31912@smallexample
31913 -trace-find @var{mode} [@var{parameters}@dots{}]
31914@end smallexample
31915
31916Find a trace frame using criteria defined by @var{mode} and
31917@var{parameters}. The following table lists permissible
31918modes and their parameters. For details of operation, see @ref{tfind}.
31919
31920@table @samp
31921
31922@item none
31923No parameters are required. Stops examining trace frames.
31924
31925@item frame-number
31926An integer is required as parameter. Selects tracepoint frame with
31927that index.
31928
31929@item tracepoint-number
31930An integer is required as parameter. Finds next
31931trace frame that corresponds to tracepoint with the specified number.
31932
31933@item pc
31934An address is required as parameter. Finds
31935next trace frame that corresponds to any tracepoint at the specified
31936address.
31937
31938@item pc-inside-range
31939Two addresses are required as parameters. Finds next trace
31940frame that corresponds to a tracepoint at an address inside the
31941specified range. Both bounds are considered to be inside the range.
31942
31943@item pc-outside-range
31944Two addresses are required as parameters. Finds
31945next trace frame that corresponds to a tracepoint at an address outside
31946the specified range. Both bounds are considered to be inside the range.
31947
31948@item line
31949Line specification is required as parameter. @xref{Specify Location}.
31950Finds next trace frame that corresponds to a tracepoint at
31951the specified location.
31952
31953@end table
31954
31955If @samp{none} was passed as @var{mode}, the response does not
31956have fields. Otherwise, the response may have the following fields:
31957
31958@table @samp
31959@item found
31960This field has either @samp{0} or @samp{1} as the value, depending
31961on whether a matching tracepoint was found.
31962
31963@item traceframe
31964The index of the found traceframe. This field is present iff
31965the @samp{found} field has value of @samp{1}.
31966
31967@item tracepoint
31968The index of the found tracepoint. This field is present iff
31969the @samp{found} field has value of @samp{1}.
31970
31971@item frame
31972The information about the frame corresponding to the found trace
31973frame. This field is present only if a trace frame was found.
cd64ee31 31974@xref{GDB/MI Frame Information}, for description of this field.
18148017
VP
31975
31976@end table
31977
7d13fe92
SS
31978@subsubheading @value{GDBN} Command
31979
31980The corresponding @value{GDBN} command is @samp{tfind}.
31981
18148017
VP
31982@subheading -trace-define-variable
31983@findex -trace-define-variable
31984
31985@subsubheading Synopsis
31986
31987@smallexample
31988 -trace-define-variable @var{name} [ @var{value} ]
31989@end smallexample
31990
31991Create trace variable @var{name} if it does not exist. If
31992@var{value} is specified, sets the initial value of the specified
31993trace variable to that value. Note that the @var{name} should start
31994with the @samp{$} character.
31995
7d13fe92
SS
31996@subsubheading @value{GDBN} Command
31997
31998The corresponding @value{GDBN} command is @samp{tvariable}.
31999
18148017
VP
32000@subheading -trace-list-variables
32001@findex -trace-list-variables
922fbb7b 32002
18148017 32003@subsubheading Synopsis
922fbb7b 32004
18148017
VP
32005@smallexample
32006 -trace-list-variables
32007@end smallexample
922fbb7b 32008
18148017
VP
32009Return a table of all defined trace variables. Each element of the
32010table has the following fields:
922fbb7b 32011
18148017
VP
32012@table @samp
32013@item name
32014The name of the trace variable. This field is always present.
922fbb7b 32015
18148017
VP
32016@item initial
32017The initial value. This is a 64-bit signed integer. This
32018field is always present.
922fbb7b 32019
18148017
VP
32020@item current
32021The value the trace variable has at the moment. This is a 64-bit
32022signed integer. This field is absent iff current value is
32023not defined, for example if the trace was never run, or is
32024presently running.
922fbb7b 32025
18148017 32026@end table
922fbb7b 32027
7d13fe92
SS
32028@subsubheading @value{GDBN} Command
32029
32030The corresponding @value{GDBN} command is @samp{tvariables}.
32031
18148017 32032@subsubheading Example
922fbb7b 32033
18148017
VP
32034@smallexample
32035(gdb)
32036-trace-list-variables
32037^done,trace-variables=@{nr_rows="1",nr_cols="3",
32038hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
32039 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
32040 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
32041body=[variable=@{name="$trace_timestamp",initial="0"@}
32042 variable=@{name="$foo",initial="10",current="15"@}]@}
32043(gdb)
32044@end smallexample
922fbb7b 32045
18148017
VP
32046@subheading -trace-save
32047@findex -trace-save
922fbb7b 32048
18148017
VP
32049@subsubheading Synopsis
32050
32051@smallexample
32052 -trace-save [-r ] @var{filename}
32053@end smallexample
32054
32055Saves the collected trace data to @var{filename}. Without the
32056@samp{-r} option, the data is downloaded from the target and saved
32057in a local file. With the @samp{-r} option the target is asked
32058to perform the save.
32059
7d13fe92
SS
32060@subsubheading @value{GDBN} Command
32061
32062The corresponding @value{GDBN} command is @samp{tsave}.
32063
18148017
VP
32064
32065@subheading -trace-start
32066@findex -trace-start
32067
32068@subsubheading Synopsis
32069
32070@smallexample
32071 -trace-start
32072@end smallexample
922fbb7b 32073
18148017
VP
32074Starts a tracing experiments. The result of this command does not
32075have any fields.
922fbb7b 32076
7d13fe92
SS
32077@subsubheading @value{GDBN} Command
32078
32079The corresponding @value{GDBN} command is @samp{tstart}.
32080
18148017
VP
32081@subheading -trace-status
32082@findex -trace-status
922fbb7b 32083
18148017
VP
32084@subsubheading Synopsis
32085
32086@smallexample
32087 -trace-status
32088@end smallexample
32089
a97153c7 32090Obtains the status of a tracing experiment. The result may include
18148017
VP
32091the following fields:
32092
32093@table @samp
32094
32095@item supported
32096May have a value of either @samp{0}, when no tracing operations are
32097supported, @samp{1}, when all tracing operations are supported, or
32098@samp{file} when examining trace file. In the latter case, examining
32099of trace frame is possible but new tracing experiement cannot be
32100started. This field is always present.
32101
32102@item running
32103May have a value of either @samp{0} or @samp{1} depending on whether
32104tracing experiement is in progress on target. This field is present
32105if @samp{supported} field is not @samp{0}.
32106
32107@item stop-reason
32108Report the reason why the tracing was stopped last time. This field
32109may be absent iff tracing was never stopped on target yet. The
32110value of @samp{request} means the tracing was stopped as result of
32111the @code{-trace-stop} command. The value of @samp{overflow} means
32112the tracing buffer is full. The value of @samp{disconnection} means
32113tracing was automatically stopped when @value{GDBN} has disconnected.
32114The value of @samp{passcount} means tracing was stopped when a
32115tracepoint was passed a maximal number of times for that tracepoint.
32116This field is present if @samp{supported} field is not @samp{0}.
32117
32118@item stopping-tracepoint
32119The number of tracepoint whose passcount as exceeded. This field is
32120present iff the @samp{stop-reason} field has the value of
32121@samp{passcount}.
32122
32123@item frames
87290684
SS
32124@itemx frames-created
32125The @samp{frames} field is a count of the total number of trace frames
32126in the trace buffer, while @samp{frames-created} is the total created
32127during the run, including ones that were discarded, such as when a
32128circular trace buffer filled up. Both fields are optional.
18148017
VP
32129
32130@item buffer-size
32131@itemx buffer-free
32132These fields tell the current size of the tracing buffer and the
87290684 32133remaining space. These fields are optional.
18148017 32134
a97153c7
PA
32135@item circular
32136The value of the circular trace buffer flag. @code{1} means that the
32137trace buffer is circular and old trace frames will be discarded if
32138necessary to make room, @code{0} means that the trace buffer is linear
32139and may fill up.
32140
32141@item disconnected
32142The value of the disconnected tracing flag. @code{1} means that
32143tracing will continue after @value{GDBN} disconnects, @code{0} means
32144that the trace run will stop.
32145
f5911ea1
HAQ
32146@item trace-file
32147The filename of the trace file being examined. This field is
32148optional, and only present when examining a trace file.
32149
18148017
VP
32150@end table
32151
7d13fe92
SS
32152@subsubheading @value{GDBN} Command
32153
32154The corresponding @value{GDBN} command is @samp{tstatus}.
32155
18148017
VP
32156@subheading -trace-stop
32157@findex -trace-stop
32158
32159@subsubheading Synopsis
32160
32161@smallexample
32162 -trace-stop
32163@end smallexample
922fbb7b 32164
18148017
VP
32165Stops a tracing experiment. The result of this command has the same
32166fields as @code{-trace-status}, except that the @samp{supported} and
32167@samp{running} fields are not output.
922fbb7b 32168
7d13fe92
SS
32169@subsubheading @value{GDBN} Command
32170
32171The corresponding @value{GDBN} command is @samp{tstop}.
32172
922fbb7b 32173
a2c02241
NR
32174@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32175@node GDB/MI Symbol Query
32176@section @sc{gdb/mi} Symbol Query Commands
922fbb7b
AC
32177
32178
9901a55b 32179@ignore
a2c02241
NR
32180@subheading The @code{-symbol-info-address} Command
32181@findex -symbol-info-address
922fbb7b
AC
32182
32183@subsubheading Synopsis
32184
32185@smallexample
a2c02241 32186 -symbol-info-address @var{symbol}
922fbb7b
AC
32187@end smallexample
32188
a2c02241 32189Describe where @var{symbol} is stored.
922fbb7b
AC
32190
32191@subsubheading @value{GDBN} Command
32192
a2c02241 32193The corresponding @value{GDBN} command is @samp{info address}.
922fbb7b
AC
32194
32195@subsubheading Example
32196N.A.
32197
32198
a2c02241
NR
32199@subheading The @code{-symbol-info-file} Command
32200@findex -symbol-info-file
922fbb7b
AC
32201
32202@subsubheading Synopsis
32203
32204@smallexample
a2c02241 32205 -symbol-info-file
922fbb7b
AC
32206@end smallexample
32207
a2c02241 32208Show the file for the symbol.
922fbb7b 32209
a2c02241 32210@subsubheading @value{GDBN} Command
922fbb7b 32211
a2c02241
NR
32212There's no equivalent @value{GDBN} command. @code{gdbtk} has
32213@samp{gdb_find_file}.
922fbb7b
AC
32214
32215@subsubheading Example
32216N.A.
32217
32218
a2c02241
NR
32219@subheading The @code{-symbol-info-function} Command
32220@findex -symbol-info-function
922fbb7b
AC
32221
32222@subsubheading Synopsis
32223
32224@smallexample
a2c02241 32225 -symbol-info-function
922fbb7b
AC
32226@end smallexample
32227
a2c02241 32228Show which function the symbol lives in.
922fbb7b
AC
32229
32230@subsubheading @value{GDBN} Command
32231
a2c02241 32232@samp{gdb_get_function} in @code{gdbtk}.
922fbb7b
AC
32233
32234@subsubheading Example
32235N.A.
32236
32237
a2c02241
NR
32238@subheading The @code{-symbol-info-line} Command
32239@findex -symbol-info-line
922fbb7b
AC
32240
32241@subsubheading Synopsis
32242
32243@smallexample
a2c02241 32244 -symbol-info-line
922fbb7b
AC
32245@end smallexample
32246
a2c02241 32247Show the core addresses of the code for a source line.
922fbb7b 32248
a2c02241 32249@subsubheading @value{GDBN} Command
922fbb7b 32250
a2c02241
NR
32251The corresponding @value{GDBN} command is @samp{info line}.
32252@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
922fbb7b
AC
32253
32254@subsubheading Example
a2c02241 32255N.A.
922fbb7b
AC
32256
32257
a2c02241
NR
32258@subheading The @code{-symbol-info-symbol} Command
32259@findex -symbol-info-symbol
07f31aa6
DJ
32260
32261@subsubheading Synopsis
32262
a2c02241
NR
32263@smallexample
32264 -symbol-info-symbol @var{addr}
32265@end smallexample
07f31aa6 32266
a2c02241 32267Describe what symbol is at location @var{addr}.
07f31aa6 32268
a2c02241 32269@subsubheading @value{GDBN} Command
07f31aa6 32270
a2c02241 32271The corresponding @value{GDBN} command is @samp{info symbol}.
07f31aa6
DJ
32272
32273@subsubheading Example
a2c02241 32274N.A.
07f31aa6
DJ
32275
32276
a2c02241
NR
32277@subheading The @code{-symbol-list-functions} Command
32278@findex -symbol-list-functions
922fbb7b
AC
32279
32280@subsubheading Synopsis
32281
32282@smallexample
a2c02241 32283 -symbol-list-functions
922fbb7b
AC
32284@end smallexample
32285
a2c02241 32286List the functions in the executable.
922fbb7b
AC
32287
32288@subsubheading @value{GDBN} Command
32289
a2c02241
NR
32290@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
32291@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
32292
32293@subsubheading Example
a2c02241 32294N.A.
9901a55b 32295@end ignore
922fbb7b
AC
32296
32297
a2c02241
NR
32298@subheading The @code{-symbol-list-lines} Command
32299@findex -symbol-list-lines
922fbb7b
AC
32300
32301@subsubheading Synopsis
32302
32303@smallexample
a2c02241 32304 -symbol-list-lines @var{filename}
922fbb7b
AC
32305@end smallexample
32306
a2c02241
NR
32307Print the list of lines that contain code and their associated program
32308addresses for the given source filename. The entries are sorted in
32309ascending PC order.
922fbb7b
AC
32310
32311@subsubheading @value{GDBN} Command
32312
a2c02241 32313There is no corresponding @value{GDBN} command.
922fbb7b
AC
32314
32315@subsubheading Example
a2c02241 32316@smallexample
594fe323 32317(gdb)
a2c02241
NR
32318-symbol-list-lines basics.c
32319^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
594fe323 32320(gdb)
a2c02241 32321@end smallexample
922fbb7b
AC
32322
32323
9901a55b 32324@ignore
a2c02241
NR
32325@subheading The @code{-symbol-list-types} Command
32326@findex -symbol-list-types
922fbb7b
AC
32327
32328@subsubheading Synopsis
32329
32330@smallexample
a2c02241 32331 -symbol-list-types
922fbb7b
AC
32332@end smallexample
32333
a2c02241 32334List all the type names.
922fbb7b
AC
32335
32336@subsubheading @value{GDBN} Command
32337
a2c02241
NR
32338The corresponding commands are @samp{info types} in @value{GDBN},
32339@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
32340
32341@subsubheading Example
32342N.A.
32343
32344
a2c02241
NR
32345@subheading The @code{-symbol-list-variables} Command
32346@findex -symbol-list-variables
922fbb7b
AC
32347
32348@subsubheading Synopsis
32349
32350@smallexample
a2c02241 32351 -symbol-list-variables
922fbb7b
AC
32352@end smallexample
32353
a2c02241 32354List all the global and static variable names.
922fbb7b
AC
32355
32356@subsubheading @value{GDBN} Command
32357
a2c02241 32358@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
32359
32360@subsubheading Example
32361N.A.
32362
32363
a2c02241
NR
32364@subheading The @code{-symbol-locate} Command
32365@findex -symbol-locate
922fbb7b
AC
32366
32367@subsubheading Synopsis
32368
32369@smallexample
a2c02241 32370 -symbol-locate
922fbb7b
AC
32371@end smallexample
32372
922fbb7b
AC
32373@subsubheading @value{GDBN} Command
32374
a2c02241 32375@samp{gdb_loc} in @code{gdbtk}.
922fbb7b
AC
32376
32377@subsubheading Example
32378N.A.
32379
32380
a2c02241
NR
32381@subheading The @code{-symbol-type} Command
32382@findex -symbol-type
922fbb7b
AC
32383
32384@subsubheading Synopsis
32385
32386@smallexample
a2c02241 32387 -symbol-type @var{variable}
922fbb7b
AC
32388@end smallexample
32389
a2c02241 32390Show type of @var{variable}.
922fbb7b 32391
a2c02241 32392@subsubheading @value{GDBN} Command
922fbb7b 32393
a2c02241
NR
32394The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
32395@samp{gdb_obj_variable}.
32396
32397@subsubheading Example
32398N.A.
9901a55b 32399@end ignore
a2c02241
NR
32400
32401
32402@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32403@node GDB/MI File Commands
32404@section @sc{gdb/mi} File Commands
32405
32406This section describes the GDB/MI commands to specify executable file names
32407and to read in and obtain symbol table information.
32408
32409@subheading The @code{-file-exec-and-symbols} Command
32410@findex -file-exec-and-symbols
32411
32412@subsubheading Synopsis
922fbb7b
AC
32413
32414@smallexample
a2c02241 32415 -file-exec-and-symbols @var{file}
922fbb7b
AC
32416@end smallexample
32417
a2c02241
NR
32418Specify the executable file to be debugged. This file is the one from
32419which the symbol table is also read. If no file is specified, the
32420command clears the executable and symbol information. If breakpoints
32421are set when using this command with no arguments, @value{GDBN} will produce
32422error messages. Otherwise, no output is produced, except a completion
32423notification.
32424
922fbb7b
AC
32425@subsubheading @value{GDBN} Command
32426
a2c02241 32427The corresponding @value{GDBN} command is @samp{file}.
922fbb7b
AC
32428
32429@subsubheading Example
32430
32431@smallexample
594fe323 32432(gdb)
a2c02241
NR
32433-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
32434^done
594fe323 32435(gdb)
922fbb7b
AC
32436@end smallexample
32437
922fbb7b 32438
a2c02241
NR
32439@subheading The @code{-file-exec-file} Command
32440@findex -file-exec-file
922fbb7b
AC
32441
32442@subsubheading Synopsis
32443
32444@smallexample
a2c02241 32445 -file-exec-file @var{file}
922fbb7b
AC
32446@end smallexample
32447
a2c02241
NR
32448Specify the executable file to be debugged. Unlike
32449@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
32450from this file. If used without argument, @value{GDBN} clears the information
32451about the executable file. No output is produced, except a completion
32452notification.
922fbb7b 32453
a2c02241
NR
32454@subsubheading @value{GDBN} Command
32455
32456The corresponding @value{GDBN} command is @samp{exec-file}.
922fbb7b
AC
32457
32458@subsubheading Example
a2c02241
NR
32459
32460@smallexample
594fe323 32461(gdb)
a2c02241
NR
32462-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
32463^done
594fe323 32464(gdb)
a2c02241 32465@end smallexample
922fbb7b
AC
32466
32467
9901a55b 32468@ignore
a2c02241
NR
32469@subheading The @code{-file-list-exec-sections} Command
32470@findex -file-list-exec-sections
922fbb7b
AC
32471
32472@subsubheading Synopsis
32473
32474@smallexample
a2c02241 32475 -file-list-exec-sections
922fbb7b
AC
32476@end smallexample
32477
a2c02241
NR
32478List the sections of the current executable file.
32479
922fbb7b
AC
32480@subsubheading @value{GDBN} Command
32481
a2c02241
NR
32482The @value{GDBN} command @samp{info file} shows, among the rest, the same
32483information as this command. @code{gdbtk} has a corresponding command
32484@samp{gdb_load_info}.
922fbb7b
AC
32485
32486@subsubheading Example
32487N.A.
9901a55b 32488@end ignore
922fbb7b
AC
32489
32490
a2c02241
NR
32491@subheading The @code{-file-list-exec-source-file} Command
32492@findex -file-list-exec-source-file
922fbb7b
AC
32493
32494@subsubheading Synopsis
32495
32496@smallexample
a2c02241 32497 -file-list-exec-source-file
922fbb7b
AC
32498@end smallexample
32499
a2c02241 32500List the line number, the current source file, and the absolute path
44288b44
NR
32501to the current source file for the current executable. The macro
32502information field has a value of @samp{1} or @samp{0} depending on
32503whether or not the file includes preprocessor macro information.
922fbb7b
AC
32504
32505@subsubheading @value{GDBN} Command
32506
a2c02241 32507The @value{GDBN} equivalent is @samp{info source}
922fbb7b
AC
32508
32509@subsubheading Example
32510
922fbb7b 32511@smallexample
594fe323 32512(gdb)
a2c02241 32513123-file-list-exec-source-file
44288b44 32514123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
594fe323 32515(gdb)
922fbb7b
AC
32516@end smallexample
32517
32518
a2c02241
NR
32519@subheading The @code{-file-list-exec-source-files} Command
32520@findex -file-list-exec-source-files
922fbb7b
AC
32521
32522@subsubheading Synopsis
32523
32524@smallexample
a2c02241 32525 -file-list-exec-source-files
922fbb7b
AC
32526@end smallexample
32527
a2c02241
NR
32528List the source files for the current executable.
32529
f35a17b5
JK
32530It will always output both the filename and fullname (absolute file
32531name) of a source file.
922fbb7b
AC
32532
32533@subsubheading @value{GDBN} Command
32534
a2c02241
NR
32535The @value{GDBN} equivalent is @samp{info sources}.
32536@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
922fbb7b
AC
32537
32538@subsubheading Example
922fbb7b 32539@smallexample
594fe323 32540(gdb)
a2c02241
NR
32541-file-list-exec-source-files
32542^done,files=[
32543@{file=foo.c,fullname=/home/foo.c@},
32544@{file=/home/bar.c,fullname=/home/bar.c@},
32545@{file=gdb_could_not_find_fullpath.c@}]
594fe323 32546(gdb)
922fbb7b
AC
32547@end smallexample
32548
9901a55b 32549@ignore
a2c02241
NR
32550@subheading The @code{-file-list-shared-libraries} Command
32551@findex -file-list-shared-libraries
922fbb7b 32552
a2c02241 32553@subsubheading Synopsis
922fbb7b 32554
a2c02241
NR
32555@smallexample
32556 -file-list-shared-libraries
32557@end smallexample
922fbb7b 32558
a2c02241 32559List the shared libraries in the program.
922fbb7b 32560
a2c02241 32561@subsubheading @value{GDBN} Command
922fbb7b 32562
a2c02241 32563The corresponding @value{GDBN} command is @samp{info shared}.
922fbb7b 32564
a2c02241
NR
32565@subsubheading Example
32566N.A.
922fbb7b
AC
32567
32568
a2c02241
NR
32569@subheading The @code{-file-list-symbol-files} Command
32570@findex -file-list-symbol-files
922fbb7b 32571
a2c02241 32572@subsubheading Synopsis
922fbb7b 32573
a2c02241
NR
32574@smallexample
32575 -file-list-symbol-files
32576@end smallexample
922fbb7b 32577
a2c02241 32578List symbol files.
922fbb7b 32579
a2c02241 32580@subsubheading @value{GDBN} Command
922fbb7b 32581
a2c02241 32582The corresponding @value{GDBN} command is @samp{info file} (part of it).
922fbb7b 32583
a2c02241
NR
32584@subsubheading Example
32585N.A.
9901a55b 32586@end ignore
922fbb7b 32587
922fbb7b 32588
a2c02241
NR
32589@subheading The @code{-file-symbol-file} Command
32590@findex -file-symbol-file
922fbb7b 32591
a2c02241 32592@subsubheading Synopsis
922fbb7b 32593
a2c02241
NR
32594@smallexample
32595 -file-symbol-file @var{file}
32596@end smallexample
922fbb7b 32597
a2c02241
NR
32598Read symbol table info from the specified @var{file} argument. When
32599used without arguments, clears @value{GDBN}'s symbol table info. No output is
32600produced, except for a completion notification.
922fbb7b 32601
a2c02241 32602@subsubheading @value{GDBN} Command
922fbb7b 32603
a2c02241 32604The corresponding @value{GDBN} command is @samp{symbol-file}.
922fbb7b 32605
a2c02241 32606@subsubheading Example
922fbb7b 32607
a2c02241 32608@smallexample
594fe323 32609(gdb)
a2c02241
NR
32610-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
32611^done
594fe323 32612(gdb)
a2c02241 32613@end smallexample
922fbb7b 32614
a2c02241 32615@ignore
a2c02241
NR
32616@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32617@node GDB/MI Memory Overlay Commands
32618@section @sc{gdb/mi} Memory Overlay Commands
922fbb7b 32619
a2c02241 32620The memory overlay commands are not implemented.
922fbb7b 32621
a2c02241 32622@c @subheading -overlay-auto
922fbb7b 32623
a2c02241 32624@c @subheading -overlay-list-mapping-state
922fbb7b 32625
a2c02241 32626@c @subheading -overlay-list-overlays
922fbb7b 32627
a2c02241 32628@c @subheading -overlay-map
922fbb7b 32629
a2c02241 32630@c @subheading -overlay-off
922fbb7b 32631
a2c02241 32632@c @subheading -overlay-on
922fbb7b 32633
a2c02241 32634@c @subheading -overlay-unmap
922fbb7b 32635
a2c02241
NR
32636@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32637@node GDB/MI Signal Handling Commands
32638@section @sc{gdb/mi} Signal Handling Commands
922fbb7b 32639
a2c02241 32640Signal handling commands are not implemented.
922fbb7b 32641
a2c02241 32642@c @subheading -signal-handle
922fbb7b 32643
a2c02241 32644@c @subheading -signal-list-handle-actions
922fbb7b 32645
a2c02241
NR
32646@c @subheading -signal-list-signal-types
32647@end ignore
922fbb7b 32648
922fbb7b 32649
a2c02241
NR
32650@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32651@node GDB/MI Target Manipulation
32652@section @sc{gdb/mi} Target Manipulation Commands
922fbb7b
AC
32653
32654
a2c02241
NR
32655@subheading The @code{-target-attach} Command
32656@findex -target-attach
922fbb7b
AC
32657
32658@subsubheading Synopsis
32659
32660@smallexample
c3b108f7 32661 -target-attach @var{pid} | @var{gid} | @var{file}
922fbb7b
AC
32662@end smallexample
32663
c3b108f7
VP
32664Attach to a process @var{pid} or a file @var{file} outside of
32665@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
32666group, the id previously returned by
32667@samp{-list-thread-groups --available} must be used.
922fbb7b 32668
79a6e687 32669@subsubheading @value{GDBN} Command
922fbb7b 32670
a2c02241 32671The corresponding @value{GDBN} command is @samp{attach}.
922fbb7b 32672
a2c02241 32673@subsubheading Example
b56e7235
VP
32674@smallexample
32675(gdb)
32676-target-attach 34
32677=thread-created,id="1"
5ae4183a 32678*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
b56e7235
VP
32679^done
32680(gdb)
32681@end smallexample
a2c02241 32682
9901a55b 32683@ignore
a2c02241
NR
32684@subheading The @code{-target-compare-sections} Command
32685@findex -target-compare-sections
922fbb7b
AC
32686
32687@subsubheading Synopsis
32688
32689@smallexample
a2c02241 32690 -target-compare-sections [ @var{section} ]
922fbb7b
AC
32691@end smallexample
32692
a2c02241
NR
32693Compare data of section @var{section} on target to the exec file.
32694Without the argument, all sections are compared.
922fbb7b 32695
a2c02241 32696@subsubheading @value{GDBN} Command
922fbb7b 32697
a2c02241 32698The @value{GDBN} equivalent is @samp{compare-sections}.
922fbb7b 32699
a2c02241
NR
32700@subsubheading Example
32701N.A.
9901a55b 32702@end ignore
a2c02241
NR
32703
32704
32705@subheading The @code{-target-detach} Command
32706@findex -target-detach
922fbb7b
AC
32707
32708@subsubheading Synopsis
32709
32710@smallexample
c3b108f7 32711 -target-detach [ @var{pid} | @var{gid} ]
922fbb7b
AC
32712@end smallexample
32713
a2c02241 32714Detach from the remote target which normally resumes its execution.
c3b108f7
VP
32715If either @var{pid} or @var{gid} is specified, detaches from either
32716the specified process, or specified thread group. There's no output.
a2c02241 32717
79a6e687 32718@subsubheading @value{GDBN} Command
a2c02241
NR
32719
32720The corresponding @value{GDBN} command is @samp{detach}.
32721
32722@subsubheading Example
922fbb7b
AC
32723
32724@smallexample
594fe323 32725(gdb)
a2c02241
NR
32726-target-detach
32727^done
594fe323 32728(gdb)
922fbb7b
AC
32729@end smallexample
32730
32731
a2c02241
NR
32732@subheading The @code{-target-disconnect} Command
32733@findex -target-disconnect
922fbb7b
AC
32734
32735@subsubheading Synopsis
32736
123dc839 32737@smallexample
a2c02241 32738 -target-disconnect
123dc839 32739@end smallexample
922fbb7b 32740
a2c02241
NR
32741Disconnect from the remote target. There's no output and the target is
32742generally not resumed.
32743
79a6e687 32744@subsubheading @value{GDBN} Command
a2c02241
NR
32745
32746The corresponding @value{GDBN} command is @samp{disconnect}.
bc8ced35
NR
32747
32748@subsubheading Example
922fbb7b
AC
32749
32750@smallexample
594fe323 32751(gdb)
a2c02241
NR
32752-target-disconnect
32753^done
594fe323 32754(gdb)
922fbb7b
AC
32755@end smallexample
32756
32757
a2c02241
NR
32758@subheading The @code{-target-download} Command
32759@findex -target-download
922fbb7b
AC
32760
32761@subsubheading Synopsis
32762
32763@smallexample
a2c02241 32764 -target-download
922fbb7b
AC
32765@end smallexample
32766
a2c02241
NR
32767Loads the executable onto the remote target.
32768It prints out an update message every half second, which includes the fields:
32769
32770@table @samp
32771@item section
32772The name of the section.
32773@item section-sent
32774The size of what has been sent so far for that section.
32775@item section-size
32776The size of the section.
32777@item total-sent
32778The total size of what was sent so far (the current and the previous sections).
32779@item total-size
32780The size of the overall executable to download.
32781@end table
32782
32783@noindent
32784Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
32785@sc{gdb/mi} Output Syntax}).
32786
32787In addition, it prints the name and size of the sections, as they are
32788downloaded. These messages include the following fields:
32789
32790@table @samp
32791@item section
32792The name of the section.
32793@item section-size
32794The size of the section.
32795@item total-size
32796The size of the overall executable to download.
32797@end table
32798
32799@noindent
32800At the end, a summary is printed.
32801
32802@subsubheading @value{GDBN} Command
32803
32804The corresponding @value{GDBN} command is @samp{load}.
32805
32806@subsubheading Example
32807
32808Note: each status message appears on a single line. Here the messages
32809have been broken down so that they can fit onto a page.
922fbb7b
AC
32810
32811@smallexample
594fe323 32812(gdb)
a2c02241
NR
32813-target-download
32814+download,@{section=".text",section-size="6668",total-size="9880"@}
32815+download,@{section=".text",section-sent="512",section-size="6668",
32816total-sent="512",total-size="9880"@}
32817+download,@{section=".text",section-sent="1024",section-size="6668",
32818total-sent="1024",total-size="9880"@}
32819+download,@{section=".text",section-sent="1536",section-size="6668",
32820total-sent="1536",total-size="9880"@}
32821+download,@{section=".text",section-sent="2048",section-size="6668",
32822total-sent="2048",total-size="9880"@}
32823+download,@{section=".text",section-sent="2560",section-size="6668",
32824total-sent="2560",total-size="9880"@}
32825+download,@{section=".text",section-sent="3072",section-size="6668",
32826total-sent="3072",total-size="9880"@}
32827+download,@{section=".text",section-sent="3584",section-size="6668",
32828total-sent="3584",total-size="9880"@}
32829+download,@{section=".text",section-sent="4096",section-size="6668",
32830total-sent="4096",total-size="9880"@}
32831+download,@{section=".text",section-sent="4608",section-size="6668",
32832total-sent="4608",total-size="9880"@}
32833+download,@{section=".text",section-sent="5120",section-size="6668",
32834total-sent="5120",total-size="9880"@}
32835+download,@{section=".text",section-sent="5632",section-size="6668",
32836total-sent="5632",total-size="9880"@}
32837+download,@{section=".text",section-sent="6144",section-size="6668",
32838total-sent="6144",total-size="9880"@}
32839+download,@{section=".text",section-sent="6656",section-size="6668",
32840total-sent="6656",total-size="9880"@}
32841+download,@{section=".init",section-size="28",total-size="9880"@}
32842+download,@{section=".fini",section-size="28",total-size="9880"@}
32843+download,@{section=".data",section-size="3156",total-size="9880"@}
32844+download,@{section=".data",section-sent="512",section-size="3156",
32845total-sent="7236",total-size="9880"@}
32846+download,@{section=".data",section-sent="1024",section-size="3156",
32847total-sent="7748",total-size="9880"@}
32848+download,@{section=".data",section-sent="1536",section-size="3156",
32849total-sent="8260",total-size="9880"@}
32850+download,@{section=".data",section-sent="2048",section-size="3156",
32851total-sent="8772",total-size="9880"@}
32852+download,@{section=".data",section-sent="2560",section-size="3156",
32853total-sent="9284",total-size="9880"@}
32854+download,@{section=".data",section-sent="3072",section-size="3156",
32855total-sent="9796",total-size="9880"@}
32856^done,address="0x10004",load-size="9880",transfer-rate="6586",
32857write-rate="429"
594fe323 32858(gdb)
922fbb7b
AC
32859@end smallexample
32860
32861
9901a55b 32862@ignore
a2c02241
NR
32863@subheading The @code{-target-exec-status} Command
32864@findex -target-exec-status
922fbb7b
AC
32865
32866@subsubheading Synopsis
32867
32868@smallexample
a2c02241 32869 -target-exec-status
922fbb7b
AC
32870@end smallexample
32871
a2c02241
NR
32872Provide information on the state of the target (whether it is running or
32873not, for instance).
922fbb7b 32874
a2c02241 32875@subsubheading @value{GDBN} Command
922fbb7b 32876
a2c02241
NR
32877There's no equivalent @value{GDBN} command.
32878
32879@subsubheading Example
32880N.A.
922fbb7b 32881
a2c02241
NR
32882
32883@subheading The @code{-target-list-available-targets} Command
32884@findex -target-list-available-targets
922fbb7b
AC
32885
32886@subsubheading Synopsis
32887
32888@smallexample
a2c02241 32889 -target-list-available-targets
922fbb7b
AC
32890@end smallexample
32891
a2c02241 32892List the possible targets to connect to.
922fbb7b 32893
a2c02241 32894@subsubheading @value{GDBN} Command
922fbb7b 32895
a2c02241 32896The corresponding @value{GDBN} command is @samp{help target}.
922fbb7b 32897
a2c02241
NR
32898@subsubheading Example
32899N.A.
32900
32901
32902@subheading The @code{-target-list-current-targets} Command
32903@findex -target-list-current-targets
922fbb7b
AC
32904
32905@subsubheading Synopsis
32906
32907@smallexample
a2c02241 32908 -target-list-current-targets
922fbb7b
AC
32909@end smallexample
32910
a2c02241 32911Describe the current target.
922fbb7b 32912
a2c02241 32913@subsubheading @value{GDBN} Command
922fbb7b 32914
a2c02241
NR
32915The corresponding information is printed by @samp{info file} (among
32916other things).
922fbb7b 32917
a2c02241
NR
32918@subsubheading Example
32919N.A.
32920
32921
32922@subheading The @code{-target-list-parameters} Command
32923@findex -target-list-parameters
922fbb7b
AC
32924
32925@subsubheading Synopsis
32926
32927@smallexample
a2c02241 32928 -target-list-parameters
922fbb7b
AC
32929@end smallexample
32930
a2c02241 32931@c ????
9901a55b 32932@end ignore
a2c02241
NR
32933
32934@subsubheading @value{GDBN} Command
32935
32936No equivalent.
922fbb7b
AC
32937
32938@subsubheading Example
a2c02241
NR
32939N.A.
32940
32941
32942@subheading The @code{-target-select} Command
32943@findex -target-select
32944
32945@subsubheading Synopsis
922fbb7b
AC
32946
32947@smallexample
a2c02241 32948 -target-select @var{type} @var{parameters @dots{}}
922fbb7b
AC
32949@end smallexample
32950
a2c02241 32951Connect @value{GDBN} to the remote target. This command takes two args:
922fbb7b 32952
a2c02241
NR
32953@table @samp
32954@item @var{type}
75c99385 32955The type of target, for instance @samp{remote}, etc.
a2c02241
NR
32956@item @var{parameters}
32957Device names, host names and the like. @xref{Target Commands, ,
79a6e687 32958Commands for Managing Targets}, for more details.
a2c02241
NR
32959@end table
32960
32961The output is a connection notification, followed by the address at
32962which the target program is, in the following form:
922fbb7b
AC
32963
32964@smallexample
a2c02241
NR
32965^connected,addr="@var{address}",func="@var{function name}",
32966 args=[@var{arg list}]
922fbb7b
AC
32967@end smallexample
32968
a2c02241
NR
32969@subsubheading @value{GDBN} Command
32970
32971The corresponding @value{GDBN} command is @samp{target}.
265eeb58
NR
32972
32973@subsubheading Example
922fbb7b 32974
265eeb58 32975@smallexample
594fe323 32976(gdb)
75c99385 32977-target-select remote /dev/ttya
a2c02241 32978^connected,addr="0xfe00a300",func="??",args=[]
594fe323 32979(gdb)
265eeb58 32980@end smallexample
ef21caaf 32981
a6b151f1
DJ
32982@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32983@node GDB/MI File Transfer Commands
32984@section @sc{gdb/mi} File Transfer Commands
32985
32986
32987@subheading The @code{-target-file-put} Command
32988@findex -target-file-put
32989
32990@subsubheading Synopsis
32991
32992@smallexample
32993 -target-file-put @var{hostfile} @var{targetfile}
32994@end smallexample
32995
32996Copy file @var{hostfile} from the host system (the machine running
32997@value{GDBN}) to @var{targetfile} on the target system.
32998
32999@subsubheading @value{GDBN} Command
33000
33001The corresponding @value{GDBN} command is @samp{remote put}.
33002
33003@subsubheading Example
33004
33005@smallexample
33006(gdb)
33007-target-file-put localfile remotefile
33008^done
33009(gdb)
33010@end smallexample
33011
33012
1763a388 33013@subheading The @code{-target-file-get} Command
a6b151f1
DJ
33014@findex -target-file-get
33015
33016@subsubheading Synopsis
33017
33018@smallexample
33019 -target-file-get @var{targetfile} @var{hostfile}
33020@end smallexample
33021
33022Copy file @var{targetfile} from the target system to @var{hostfile}
33023on the host system.
33024
33025@subsubheading @value{GDBN} Command
33026
33027The corresponding @value{GDBN} command is @samp{remote get}.
33028
33029@subsubheading Example
33030
33031@smallexample
33032(gdb)
33033-target-file-get remotefile localfile
33034^done
33035(gdb)
33036@end smallexample
33037
33038
33039@subheading The @code{-target-file-delete} Command
33040@findex -target-file-delete
33041
33042@subsubheading Synopsis
33043
33044@smallexample
33045 -target-file-delete @var{targetfile}
33046@end smallexample
33047
33048Delete @var{targetfile} from the target system.
33049
33050@subsubheading @value{GDBN} Command
33051
33052The corresponding @value{GDBN} command is @samp{remote delete}.
33053
33054@subsubheading Example
33055
33056@smallexample
33057(gdb)
33058-target-file-delete remotefile
33059^done
33060(gdb)
33061@end smallexample
33062
33063
ef21caaf
NR
33064@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33065@node GDB/MI Miscellaneous Commands
33066@section Miscellaneous @sc{gdb/mi} Commands
33067
33068@c @subheading -gdb-complete
33069
33070@subheading The @code{-gdb-exit} Command
33071@findex -gdb-exit
33072
33073@subsubheading Synopsis
33074
33075@smallexample
33076 -gdb-exit
33077@end smallexample
33078
33079Exit @value{GDBN} immediately.
33080
33081@subsubheading @value{GDBN} Command
33082
33083Approximately corresponds to @samp{quit}.
33084
33085@subsubheading Example
33086
33087@smallexample
594fe323 33088(gdb)
ef21caaf
NR
33089-gdb-exit
33090^exit
33091@end smallexample
33092
a2c02241 33093
9901a55b 33094@ignore
a2c02241
NR
33095@subheading The @code{-exec-abort} Command
33096@findex -exec-abort
33097
33098@subsubheading Synopsis
33099
33100@smallexample
33101 -exec-abort
33102@end smallexample
33103
33104Kill the inferior running program.
33105
33106@subsubheading @value{GDBN} Command
33107
33108The corresponding @value{GDBN} command is @samp{kill}.
33109
33110@subsubheading Example
33111N.A.
9901a55b 33112@end ignore
a2c02241
NR
33113
33114
ef21caaf
NR
33115@subheading The @code{-gdb-set} Command
33116@findex -gdb-set
33117
33118@subsubheading Synopsis
33119
33120@smallexample
33121 -gdb-set
33122@end smallexample
33123
33124Set an internal @value{GDBN} variable.
33125@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
33126
33127@subsubheading @value{GDBN} Command
33128
33129The corresponding @value{GDBN} command is @samp{set}.
33130
33131@subsubheading Example
33132
33133@smallexample
594fe323 33134(gdb)
ef21caaf
NR
33135-gdb-set $foo=3
33136^done
594fe323 33137(gdb)
ef21caaf
NR
33138@end smallexample
33139
33140
33141@subheading The @code{-gdb-show} Command
33142@findex -gdb-show
33143
33144@subsubheading Synopsis
33145
33146@smallexample
33147 -gdb-show
33148@end smallexample
33149
33150Show the current value of a @value{GDBN} variable.
33151
79a6e687 33152@subsubheading @value{GDBN} Command
ef21caaf
NR
33153
33154The corresponding @value{GDBN} command is @samp{show}.
33155
33156@subsubheading Example
33157
33158@smallexample
594fe323 33159(gdb)
ef21caaf
NR
33160-gdb-show annotate
33161^done,value="0"
594fe323 33162(gdb)
ef21caaf
NR
33163@end smallexample
33164
33165@c @subheading -gdb-source
33166
33167
33168@subheading The @code{-gdb-version} Command
33169@findex -gdb-version
33170
33171@subsubheading Synopsis
33172
33173@smallexample
33174 -gdb-version
33175@end smallexample
33176
33177Show version information for @value{GDBN}. Used mostly in testing.
33178
33179@subsubheading @value{GDBN} Command
33180
33181The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
33182default shows this information when you start an interactive session.
33183
33184@subsubheading Example
33185
33186@c This example modifies the actual output from GDB to avoid overfull
33187@c box in TeX.
33188@smallexample
594fe323 33189(gdb)
ef21caaf
NR
33190-gdb-version
33191~GNU gdb 5.2.1
33192~Copyright 2000 Free Software Foundation, Inc.
33193~GDB is free software, covered by the GNU General Public License, and
33194~you are welcome to change it and/or distribute copies of it under
33195~ certain conditions.
33196~Type "show copying" to see the conditions.
33197~There is absolutely no warranty for GDB. Type "show warranty" for
33198~ details.
33199~This GDB was configured as
33200 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
33201^done
594fe323 33202(gdb)
ef21caaf
NR
33203@end smallexample
33204
084344da
VP
33205@subheading The @code{-list-features} Command
33206@findex -list-features
33207
33208Returns a list of particular features of the MI protocol that
33209this version of gdb implements. A feature can be a command,
33210or a new field in an output of some command, or even an
33211important bugfix. While a frontend can sometimes detect presence
33212of a feature at runtime, it is easier to perform detection at debugger
33213startup.
33214
33215The command returns a list of strings, with each string naming an
33216available feature. Each returned string is just a name, it does not
33217have any internal structure. The list of possible feature names
33218is given below.
33219
33220Example output:
33221
33222@smallexample
33223(gdb) -list-features
33224^done,result=["feature1","feature2"]
33225@end smallexample
33226
33227The current list of features is:
33228
30e026bb
VP
33229@table @samp
33230@item frozen-varobjs
a05336a1
JB
33231Indicates support for the @code{-var-set-frozen} command, as well
33232as possible presense of the @code{frozen} field in the output
30e026bb
VP
33233of @code{-varobj-create}.
33234@item pending-breakpoints
a05336a1
JB
33235Indicates support for the @option{-f} option to the @code{-break-insert}
33236command.
b6313243 33237@item python
a05336a1 33238Indicates Python scripting support, Python-based
b6313243
TT
33239pretty-printing commands, and possible presence of the
33240@samp{display_hint} field in the output of @code{-var-list-children}
30e026bb 33241@item thread-info
a05336a1 33242Indicates support for the @code{-thread-info} command.
8dedea02 33243@item data-read-memory-bytes
a05336a1 33244Indicates support for the @code{-data-read-memory-bytes} and the
8dedea02 33245@code{-data-write-memory-bytes} commands.
39c4d40a
TT
33246@item breakpoint-notifications
33247Indicates that changes to breakpoints and breakpoints created via the
33248CLI will be announced via async records.
5d77fe44
JB
33249@item ada-task-info
33250Indicates support for the @code{-ada-task-info} command.
30e026bb 33251@end table
084344da 33252
c6ebd6cf
VP
33253@subheading The @code{-list-target-features} Command
33254@findex -list-target-features
33255
33256Returns a list of particular features that are supported by the
33257target. Those features affect the permitted MI commands, but
33258unlike the features reported by the @code{-list-features} command, the
33259features depend on which target GDB is using at the moment. Whenever
33260a target can change, due to commands such as @code{-target-select},
33261@code{-target-attach} or @code{-exec-run}, the list of target features
33262may change, and the frontend should obtain it again.
33263Example output:
33264
33265@smallexample
33266(gdb) -list-features
33267^done,result=["async"]
33268@end smallexample
33269
33270The current list of features is:
33271
33272@table @samp
33273@item async
33274Indicates that the target is capable of asynchronous command
33275execution, which means that @value{GDBN} will accept further commands
33276while the target is running.
33277
f75d858b
MK
33278@item reverse
33279Indicates that the target is capable of reverse execution.
33280@xref{Reverse Execution}, for more information.
33281
c6ebd6cf
VP
33282@end table
33283
c3b108f7
VP
33284@subheading The @code{-list-thread-groups} Command
33285@findex -list-thread-groups
33286
33287@subheading Synopsis
33288
33289@smallexample
dc146f7c 33290-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
c3b108f7
VP
33291@end smallexample
33292
dc146f7c
VP
33293Lists thread groups (@pxref{Thread groups}). When a single thread
33294group is passed as the argument, lists the children of that group.
33295When several thread group are passed, lists information about those
33296thread groups. Without any parameters, lists information about all
33297top-level thread groups.
33298
33299Normally, thread groups that are being debugged are reported.
33300With the @samp{--available} option, @value{GDBN} reports thread groups
33301available on the target.
33302
33303The output of this command may have either a @samp{threads} result or
33304a @samp{groups} result. The @samp{thread} result has a list of tuples
33305as value, with each tuple describing a thread (@pxref{GDB/MI Thread
33306Information}). The @samp{groups} result has a list of tuples as value,
33307each tuple describing a thread group. If top-level groups are
33308requested (that is, no parameter is passed), or when several groups
33309are passed, the output always has a @samp{groups} result. The format
33310of the @samp{group} result is described below.
33311
33312To reduce the number of roundtrips it's possible to list thread groups
33313together with their children, by passing the @samp{--recurse} option
33314and the recursion depth. Presently, only recursion depth of 1 is
33315permitted. If this option is present, then every reported thread group
33316will also include its children, either as @samp{group} or
33317@samp{threads} field.
33318
33319In general, any combination of option and parameters is permitted, with
33320the following caveats:
33321
33322@itemize @bullet
33323@item
33324When a single thread group is passed, the output will typically
33325be the @samp{threads} result. Because threads may not contain
33326anything, the @samp{recurse} option will be ignored.
33327
33328@item
33329When the @samp{--available} option is passed, limited information may
33330be available. In particular, the list of threads of a process might
33331be inaccessible. Further, specifying specific thread groups might
33332not give any performance advantage over listing all thread groups.
33333The frontend should assume that @samp{-list-thread-groups --available}
33334is always an expensive operation and cache the results.
33335
33336@end itemize
33337
33338The @samp{groups} result is a list of tuples, where each tuple may
33339have the following fields:
33340
33341@table @code
33342@item id
33343Identifier of the thread group. This field is always present.
a79b8f6e
VP
33344The identifier is an opaque string; frontends should not try to
33345convert it to an integer, even though it might look like one.
dc146f7c
VP
33346
33347@item type
33348The type of the thread group. At present, only @samp{process} is a
33349valid type.
33350
33351@item pid
33352The target-specific process identifier. This field is only present
a79b8f6e 33353for thread groups of type @samp{process} and only if the process exists.
c3b108f7 33354
dc146f7c
VP
33355@item num_children
33356The number of children this thread group has. This field may be
33357absent for an available thread group.
33358
33359@item threads
33360This field has a list of tuples as value, each tuple describing a
33361thread. It may be present if the @samp{--recurse} option is
33362specified, and it's actually possible to obtain the threads.
33363
33364@item cores
33365This field is a list of integers, each identifying a core that one
33366thread of the group is running on. This field may be absent if
33367such information is not available.
33368
a79b8f6e
VP
33369@item executable
33370The name of the executable file that corresponds to this thread group.
33371The field is only present for thread groups of type @samp{process},
33372and only if there is a corresponding executable file.
33373
dc146f7c 33374@end table
c3b108f7
VP
33375
33376@subheading Example
33377
33378@smallexample
33379@value{GDBP}
33380-list-thread-groups
33381^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
33382-list-thread-groups 17
33383^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
33384 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
33385@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
33386 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
33387 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},state="running"@}]]
dc146f7c
VP
33388-list-thread-groups --available
33389^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
33390-list-thread-groups --available --recurse 1
33391 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
33392 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
33393 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
33394-list-thread-groups --available --recurse 1 17 18
33395^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
33396 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
33397 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
c3b108f7 33398@end smallexample
c6ebd6cf 33399
f3e0e960
SS
33400@subheading The @code{-info-os} Command
33401@findex -info-os
33402
33403@subsubheading Synopsis
33404
33405@smallexample
33406-info-os [ @var{type} ]
33407@end smallexample
33408
33409If no argument is supplied, the command returns a table of available
33410operating-system-specific information types. If one of these types is
33411supplied as an argument @var{type}, then the command returns a table
33412of data of that type.
33413
33414The types of information available depend on the target operating
33415system.
33416
33417@subsubheading @value{GDBN} Command
33418
33419The corresponding @value{GDBN} command is @samp{info os}.
33420
33421@subsubheading Example
33422
33423When run on a @sc{gnu}/Linux system, the output will look something
33424like this:
33425
33426@smallexample
33427@value{GDBP}
33428-info-os
71caed83 33429^done,OSDataTable=@{nr_rows="9",nr_cols="3",
f3e0e960 33430hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
71caed83
SS
33431 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
33432 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
33433body=[item=@{col0="processes",col1="Listing of all processes",
33434 col2="Processes"@},
33435 item=@{col0="procgroups",col1="Listing of all process groups",
33436 col2="Process groups"@},
33437 item=@{col0="threads",col1="Listing of all threads",
33438 col2="Threads"@},
33439 item=@{col0="files",col1="Listing of all file descriptors",
33440 col2="File descriptors"@},
33441 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
33442 col2="Sockets"@},
33443 item=@{col0="shm",col1="Listing of all shared-memory regions",
33444 col2="Shared-memory regions"@},
33445 item=@{col0="semaphores",col1="Listing of all semaphores",
33446 col2="Semaphores"@},
33447 item=@{col0="msg",col1="Listing of all message queues",
33448 col2="Message queues"@},
33449 item=@{col0="modules",col1="Listing of all loaded kernel modules",
33450 col2="Kernel modules"@}]@}
f3e0e960
SS
33451@value{GDBP}
33452-info-os processes
33453^done,OSDataTable=@{nr_rows="190",nr_cols="4",
33454hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
33455 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
33456 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
33457 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
33458body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
33459 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
33460 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
33461 ...
33462 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
33463 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
33464(gdb)
33465@end smallexample
a79b8f6e 33466
71caed83
SS
33467(Note that the MI output here includes a @code{"Title"} column that
33468does not appear in command-line @code{info os}; this column is useful
33469for MI clients that want to enumerate the types of data, such as in a
33470popup menu, but is needless clutter on the command line, and
33471@code{info os} omits it.)
33472
a79b8f6e
VP
33473@subheading The @code{-add-inferior} Command
33474@findex -add-inferior
33475
33476@subheading Synopsis
33477
33478@smallexample
33479-add-inferior
33480@end smallexample
33481
33482Creates a new inferior (@pxref{Inferiors and Programs}). The created
33483inferior is not associated with any executable. Such association may
33484be established with the @samp{-file-exec-and-symbols} command
33485(@pxref{GDB/MI File Commands}). The command response has a single
33486field, @samp{thread-group}, whose value is the identifier of the
33487thread group corresponding to the new inferior.
33488
33489@subheading Example
33490
33491@smallexample
33492@value{GDBP}
33493-add-inferior
33494^done,thread-group="i3"
33495@end smallexample
33496
ef21caaf
NR
33497@subheading The @code{-interpreter-exec} Command
33498@findex -interpreter-exec
33499
33500@subheading Synopsis
33501
33502@smallexample
33503-interpreter-exec @var{interpreter} @var{command}
33504@end smallexample
a2c02241 33505@anchor{-interpreter-exec}
ef21caaf
NR
33506
33507Execute the specified @var{command} in the given @var{interpreter}.
33508
33509@subheading @value{GDBN} Command
33510
33511The corresponding @value{GDBN} command is @samp{interpreter-exec}.
33512
33513@subheading Example
33514
33515@smallexample
594fe323 33516(gdb)
ef21caaf
NR
33517-interpreter-exec console "break main"
33518&"During symbol reading, couldn't parse type; debugger out of date?.\n"
33519&"During symbol reading, bad structure-type format.\n"
33520~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
33521^done
594fe323 33522(gdb)
ef21caaf
NR
33523@end smallexample
33524
33525@subheading The @code{-inferior-tty-set} Command
33526@findex -inferior-tty-set
33527
33528@subheading Synopsis
33529
33530@smallexample
33531-inferior-tty-set /dev/pts/1
33532@end smallexample
33533
33534Set terminal for future runs of the program being debugged.
33535
33536@subheading @value{GDBN} Command
33537
33538The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
33539
33540@subheading Example
33541
33542@smallexample
594fe323 33543(gdb)
ef21caaf
NR
33544-inferior-tty-set /dev/pts/1
33545^done
594fe323 33546(gdb)
ef21caaf
NR
33547@end smallexample
33548
33549@subheading The @code{-inferior-tty-show} Command
33550@findex -inferior-tty-show
33551
33552@subheading Synopsis
33553
33554@smallexample
33555-inferior-tty-show
33556@end smallexample
33557
33558Show terminal for future runs of program being debugged.
33559
33560@subheading @value{GDBN} Command
33561
33562The corresponding @value{GDBN} command is @samp{show inferior-tty}.
33563
33564@subheading Example
33565
33566@smallexample
594fe323 33567(gdb)
ef21caaf
NR
33568-inferior-tty-set /dev/pts/1
33569^done
594fe323 33570(gdb)
ef21caaf
NR
33571-inferior-tty-show
33572^done,inferior_tty_terminal="/dev/pts/1"
594fe323 33573(gdb)
ef21caaf 33574@end smallexample
922fbb7b 33575
a4eefcd8
NR
33576@subheading The @code{-enable-timings} Command
33577@findex -enable-timings
33578
33579@subheading Synopsis
33580
33581@smallexample
33582-enable-timings [yes | no]
33583@end smallexample
33584
33585Toggle the printing of the wallclock, user and system times for an MI
33586command as a field in its output. This command is to help frontend
33587developers optimize the performance of their code. No argument is
33588equivalent to @samp{yes}.
33589
33590@subheading @value{GDBN} Command
33591
33592No equivalent.
33593
33594@subheading Example
33595
33596@smallexample
33597(gdb)
33598-enable-timings
33599^done
33600(gdb)
33601-break-insert main
33602^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
33603addr="0x080484ed",func="main",file="myprog.c",
998580f1
MK
33604fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
33605times="0"@},
a4eefcd8
NR
33606time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
33607(gdb)
33608-enable-timings no
33609^done
33610(gdb)
33611-exec-run
33612^running
33613(gdb)
a47ec5fe 33614*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
a4eefcd8
NR
33615frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
33616@{name="argv",value="0xbfb60364"@}],file="myprog.c",
33617fullname="/home/nickrob/myprog.c",line="73"@}
33618(gdb)
33619@end smallexample
33620
922fbb7b
AC
33621@node Annotations
33622@chapter @value{GDBN} Annotations
33623
086432e2
AC
33624This chapter describes annotations in @value{GDBN}. Annotations were
33625designed to interface @value{GDBN} to graphical user interfaces or other
33626similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
33627relatively high level.
33628
d3e8051b 33629The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2
AC
33630(@pxref{GDB/MI}).
33631
922fbb7b
AC
33632@ignore
33633This is Edition @value{EDITION}, @value{DATE}.
33634@end ignore
33635
33636@menu
33637* Annotations Overview:: What annotations are; the general syntax.
9e6c4bd5 33638* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
33639* Prompting:: Annotations marking @value{GDBN}'s need for input.
33640* Errors:: Annotations for error messages.
922fbb7b
AC
33641* Invalidation:: Some annotations describe things now invalid.
33642* Annotations for Running::
33643 Whether the program is running, how it stopped, etc.
33644* Source Annotations:: Annotations describing source code.
922fbb7b
AC
33645@end menu
33646
33647@node Annotations Overview
33648@section What is an Annotation?
33649@cindex annotations
33650
922fbb7b
AC
33651Annotations start with a newline character, two @samp{control-z}
33652characters, and the name of the annotation. If there is no additional
33653information associated with this annotation, the name of the annotation
33654is followed immediately by a newline. If there is additional
33655information, the name of the annotation is followed by a space, the
33656additional information, and a newline. The additional information
33657cannot contain newline characters.
33658
33659Any output not beginning with a newline and two @samp{control-z}
33660characters denotes literal output from @value{GDBN}. Currently there is
33661no need for @value{GDBN} to output a newline followed by two
33662@samp{control-z} characters, but if there was such a need, the
33663annotations could be extended with an @samp{escape} annotation which
33664means those three characters as output.
33665
086432e2
AC
33666The annotation @var{level}, which is specified using the
33667@option{--annotate} command line option (@pxref{Mode Options}), controls
33668how much information @value{GDBN} prints together with its prompt,
33669values of expressions, source lines, and other types of output. Level 0
d3e8051b 33670is for no annotations, level 1 is for use when @value{GDBN} is run as a
086432e2
AC
33671subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
33672for programs that control @value{GDBN}, and level 2 annotations have
33673been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
33674Interface, annotate, GDB's Obsolete Annotations}).
33675
33676@table @code
33677@kindex set annotate
33678@item set annotate @var{level}
e09f16f9 33679The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 33680annotations to the specified @var{level}.
9c16f35a
EZ
33681
33682@item show annotate
33683@kindex show annotate
33684Show the current annotation level.
09d4efe1
EZ
33685@end table
33686
33687This chapter describes level 3 annotations.
086432e2 33688
922fbb7b
AC
33689A simple example of starting up @value{GDBN} with annotations is:
33690
33691@smallexample
086432e2
AC
33692$ @kbd{gdb --annotate=3}
33693GNU gdb 6.0
33694Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
33695GDB is free software, covered by the GNU General Public License,
33696and you are welcome to change it and/or distribute copies of it
33697under certain conditions.
33698Type "show copying" to see the conditions.
33699There is absolutely no warranty for GDB. Type "show warranty"
33700for details.
086432e2 33701This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
33702
33703^Z^Zpre-prompt
f7dc1244 33704(@value{GDBP})
922fbb7b 33705^Z^Zprompt
086432e2 33706@kbd{quit}
922fbb7b
AC
33707
33708^Z^Zpost-prompt
b383017d 33709$
922fbb7b
AC
33710@end smallexample
33711
33712Here @samp{quit} is input to @value{GDBN}; the rest is output from
33713@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
33714denotes a @samp{control-z} character) are annotations; the rest is
33715output from @value{GDBN}.
33716
9e6c4bd5
NR
33717@node Server Prefix
33718@section The Server Prefix
33719@cindex server prefix
33720
33721If you prefix a command with @samp{server } then it will not affect
33722the command history, nor will it affect @value{GDBN}'s notion of which
33723command to repeat if @key{RET} is pressed on a line by itself. This
33724means that commands can be run behind a user's back by a front-end in
33725a transparent manner.
33726
d837706a
NR
33727The @code{server } prefix does not affect the recording of values into
33728the value history; to print a value without recording it into the
33729value history, use the @code{output} command instead of the
33730@code{print} command.
33731
33732Using this prefix also disables confirmation requests
33733(@pxref{confirmation requests}).
9e6c4bd5 33734
922fbb7b
AC
33735@node Prompting
33736@section Annotation for @value{GDBN} Input
33737
33738@cindex annotations for prompts
33739When @value{GDBN} prompts for input, it annotates this fact so it is possible
33740to know when to send output, when the output from a given command is
33741over, etc.
33742
33743Different kinds of input each have a different @dfn{input type}. Each
33744input type has three annotations: a @code{pre-} annotation, which
33745denotes the beginning of any prompt which is being output, a plain
33746annotation, which denotes the end of the prompt, and then a @code{post-}
33747annotation which denotes the end of any echo which may (or may not) be
33748associated with the input. For example, the @code{prompt} input type
33749features the following annotations:
33750
33751@smallexample
33752^Z^Zpre-prompt
33753^Z^Zprompt
33754^Z^Zpost-prompt
33755@end smallexample
33756
33757The input types are
33758
33759@table @code
e5ac9b53
EZ
33760@findex pre-prompt annotation
33761@findex prompt annotation
33762@findex post-prompt annotation
922fbb7b
AC
33763@item prompt
33764When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
33765
e5ac9b53
EZ
33766@findex pre-commands annotation
33767@findex commands annotation
33768@findex post-commands annotation
922fbb7b
AC
33769@item commands
33770When @value{GDBN} prompts for a set of commands, like in the @code{commands}
33771command. The annotations are repeated for each command which is input.
33772
e5ac9b53
EZ
33773@findex pre-overload-choice annotation
33774@findex overload-choice annotation
33775@findex post-overload-choice annotation
922fbb7b
AC
33776@item overload-choice
33777When @value{GDBN} wants the user to select between various overloaded functions.
33778
e5ac9b53
EZ
33779@findex pre-query annotation
33780@findex query annotation
33781@findex post-query annotation
922fbb7b
AC
33782@item query
33783When @value{GDBN} wants the user to confirm a potentially dangerous operation.
33784
e5ac9b53
EZ
33785@findex pre-prompt-for-continue annotation
33786@findex prompt-for-continue annotation
33787@findex post-prompt-for-continue annotation
922fbb7b
AC
33788@item prompt-for-continue
33789When @value{GDBN} is asking the user to press return to continue. Note: Don't
33790expect this to work well; instead use @code{set height 0} to disable
33791prompting. This is because the counting of lines is buggy in the
33792presence of annotations.
33793@end table
33794
33795@node Errors
33796@section Errors
33797@cindex annotations for errors, warnings and interrupts
33798
e5ac9b53 33799@findex quit annotation
922fbb7b
AC
33800@smallexample
33801^Z^Zquit
33802@end smallexample
33803
33804This annotation occurs right before @value{GDBN} responds to an interrupt.
33805
e5ac9b53 33806@findex error annotation
922fbb7b
AC
33807@smallexample
33808^Z^Zerror
33809@end smallexample
33810
33811This annotation occurs right before @value{GDBN} responds to an error.
33812
33813Quit and error annotations indicate that any annotations which @value{GDBN} was
33814in the middle of may end abruptly. For example, if a
33815@code{value-history-begin} annotation is followed by a @code{error}, one
33816cannot expect to receive the matching @code{value-history-end}. One
33817cannot expect not to receive it either, however; an error annotation
33818does not necessarily mean that @value{GDBN} is immediately returning all the way
33819to the top level.
33820
e5ac9b53 33821@findex error-begin annotation
922fbb7b
AC
33822A quit or error annotation may be preceded by
33823
33824@smallexample
33825^Z^Zerror-begin
33826@end smallexample
33827
33828Any output between that and the quit or error annotation is the error
33829message.
33830
33831Warning messages are not yet annotated.
33832@c If we want to change that, need to fix warning(), type_error(),
33833@c range_error(), and possibly other places.
33834
922fbb7b
AC
33835@node Invalidation
33836@section Invalidation Notices
33837
33838@cindex annotations for invalidation messages
33839The following annotations say that certain pieces of state may have
33840changed.
33841
33842@table @code
e5ac9b53 33843@findex frames-invalid annotation
922fbb7b
AC
33844@item ^Z^Zframes-invalid
33845
33846The frames (for example, output from the @code{backtrace} command) may
33847have changed.
33848
e5ac9b53 33849@findex breakpoints-invalid annotation
922fbb7b
AC
33850@item ^Z^Zbreakpoints-invalid
33851
33852The breakpoints may have changed. For example, the user just added or
33853deleted a breakpoint.
33854@end table
33855
33856@node Annotations for Running
33857@section Running the Program
33858@cindex annotations for running programs
33859
e5ac9b53
EZ
33860@findex starting annotation
33861@findex stopping annotation
922fbb7b 33862When the program starts executing due to a @value{GDBN} command such as
b383017d 33863@code{step} or @code{continue},
922fbb7b
AC
33864
33865@smallexample
33866^Z^Zstarting
33867@end smallexample
33868
b383017d 33869is output. When the program stops,
922fbb7b
AC
33870
33871@smallexample
33872^Z^Zstopped
33873@end smallexample
33874
33875is output. Before the @code{stopped} annotation, a variety of
33876annotations describe how the program stopped.
33877
33878@table @code
e5ac9b53 33879@findex exited annotation
922fbb7b
AC
33880@item ^Z^Zexited @var{exit-status}
33881The program exited, and @var{exit-status} is the exit status (zero for
33882successful exit, otherwise nonzero).
33883
e5ac9b53
EZ
33884@findex signalled annotation
33885@findex signal-name annotation
33886@findex signal-name-end annotation
33887@findex signal-string annotation
33888@findex signal-string-end annotation
922fbb7b
AC
33889@item ^Z^Zsignalled
33890The program exited with a signal. After the @code{^Z^Zsignalled}, the
33891annotation continues:
33892
33893@smallexample
33894@var{intro-text}
33895^Z^Zsignal-name
33896@var{name}
33897^Z^Zsignal-name-end
33898@var{middle-text}
33899^Z^Zsignal-string
33900@var{string}
33901^Z^Zsignal-string-end
33902@var{end-text}
33903@end smallexample
33904
33905@noindent
33906where @var{name} is the name of the signal, such as @code{SIGILL} or
33907@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
33908as @code{Illegal Instruction} or @code{Segmentation fault}.
33909@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
33910user's benefit and have no particular format.
33911
e5ac9b53 33912@findex signal annotation
922fbb7b
AC
33913@item ^Z^Zsignal
33914The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
33915just saying that the program received the signal, not that it was
33916terminated with it.
33917
e5ac9b53 33918@findex breakpoint annotation
922fbb7b
AC
33919@item ^Z^Zbreakpoint @var{number}
33920The program hit breakpoint number @var{number}.
33921
e5ac9b53 33922@findex watchpoint annotation
922fbb7b
AC
33923@item ^Z^Zwatchpoint @var{number}
33924The program hit watchpoint number @var{number}.
33925@end table
33926
33927@node Source Annotations
33928@section Displaying Source
33929@cindex annotations for source display
33930
e5ac9b53 33931@findex source annotation
922fbb7b
AC
33932The following annotation is used instead of displaying source code:
33933
33934@smallexample
33935^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
33936@end smallexample
33937
33938where @var{filename} is an absolute file name indicating which source
33939file, @var{line} is the line number within that file (where 1 is the
33940first line in the file), @var{character} is the character position
33941within the file (where 0 is the first character in the file) (for most
33942debug formats this will necessarily point to the beginning of a line),
33943@var{middle} is @samp{middle} if @var{addr} is in the middle of the
33944line, or @samp{beg} if @var{addr} is at the beginning of the line, and
33945@var{addr} is the address in the target program associated with the
33946source which is being displayed. @var{addr} is in the form @samp{0x}
33947followed by one or more lowercase hex digits (note that this does not
33948depend on the language).
33949
4efc6507
DE
33950@node JIT Interface
33951@chapter JIT Compilation Interface
33952@cindex just-in-time compilation
33953@cindex JIT compilation interface
33954
33955This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
33956interface. A JIT compiler is a program or library that generates native
33957executable code at runtime and executes it, usually in order to achieve good
33958performance while maintaining platform independence.
33959
33960Programs that use JIT compilation are normally difficult to debug because
33961portions of their code are generated at runtime, instead of being loaded from
33962object files, which is where @value{GDBN} normally finds the program's symbols
33963and debug information. In order to debug programs that use JIT compilation,
33964@value{GDBN} has an interface that allows the program to register in-memory
33965symbol files with @value{GDBN} at runtime.
33966
33967If you are using @value{GDBN} to debug a program that uses this interface, then
33968it should work transparently so long as you have not stripped the binary. If
33969you are developing a JIT compiler, then the interface is documented in the rest
33970of this chapter. At this time, the only known client of this interface is the
33971LLVM JIT.
33972
33973Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
33974JIT compiler communicates with @value{GDBN} by writing data into a global
33975variable and calling a fuction at a well-known symbol. When @value{GDBN}
33976attaches, it reads a linked list of symbol files from the global variable to
33977find existing code, and puts a breakpoint in the function so that it can find
33978out about additional code.
33979
33980@menu
33981* Declarations:: Relevant C struct declarations
33982* Registering Code:: Steps to register code
33983* Unregistering Code:: Steps to unregister code
f85b53f8 33984* Custom Debug Info:: Emit debug information in a custom format
4efc6507
DE
33985@end menu
33986
33987@node Declarations
33988@section JIT Declarations
33989
33990These are the relevant struct declarations that a C program should include to
33991implement the interface:
33992
33993@smallexample
33994typedef enum
33995@{
33996 JIT_NOACTION = 0,
33997 JIT_REGISTER_FN,
33998 JIT_UNREGISTER_FN
33999@} jit_actions_t;
34000
34001struct jit_code_entry
34002@{
34003 struct jit_code_entry *next_entry;
34004 struct jit_code_entry *prev_entry;
34005 const char *symfile_addr;
34006 uint64_t symfile_size;
34007@};
34008
34009struct jit_descriptor
34010@{
34011 uint32_t version;
34012 /* This type should be jit_actions_t, but we use uint32_t
34013 to be explicit about the bitwidth. */
34014 uint32_t action_flag;
34015 struct jit_code_entry *relevant_entry;
34016 struct jit_code_entry *first_entry;
34017@};
34018
34019/* GDB puts a breakpoint in this function. */
34020void __attribute__((noinline)) __jit_debug_register_code() @{ @};
34021
34022/* Make sure to specify the version statically, because the
34023 debugger may check the version before we can set it. */
34024struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
34025@end smallexample
34026
34027If the JIT is multi-threaded, then it is important that the JIT synchronize any
34028modifications to this global data properly, which can easily be done by putting
34029a global mutex around modifications to these structures.
34030
34031@node Registering Code
34032@section Registering Code
34033
34034To register code with @value{GDBN}, the JIT should follow this protocol:
34035
34036@itemize @bullet
34037@item
34038Generate an object file in memory with symbols and other desired debug
34039information. The file must include the virtual addresses of the sections.
34040
34041@item
34042Create a code entry for the file, which gives the start and size of the symbol
34043file.
34044
34045@item
34046Add it to the linked list in the JIT descriptor.
34047
34048@item
34049Point the relevant_entry field of the descriptor at the entry.
34050
34051@item
34052Set @code{action_flag} to @code{JIT_REGISTER} and call
34053@code{__jit_debug_register_code}.
34054@end itemize
34055
34056When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
34057@code{relevant_entry} pointer so it doesn't have to walk the list looking for
34058new code. However, the linked list must still be maintained in order to allow
34059@value{GDBN} to attach to a running process and still find the symbol files.
34060
34061@node Unregistering Code
34062@section Unregistering Code
34063
34064If code is freed, then the JIT should use the following protocol:
34065
34066@itemize @bullet
34067@item
34068Remove the code entry corresponding to the code from the linked list.
34069
34070@item
34071Point the @code{relevant_entry} field of the descriptor at the code entry.
34072
34073@item
34074Set @code{action_flag} to @code{JIT_UNREGISTER} and call
34075@code{__jit_debug_register_code}.
34076@end itemize
34077
34078If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
34079and the JIT will leak the memory used for the associated symbol files.
34080
f85b53f8
SD
34081@node Custom Debug Info
34082@section Custom Debug Info
34083@cindex custom JIT debug info
34084@cindex JIT debug info reader
34085
34086Generating debug information in platform-native file formats (like ELF
34087or COFF) may be an overkill for JIT compilers; especially if all the
34088debug info is used for is displaying a meaningful backtrace. The
34089issue can be resolved by having the JIT writers decide on a debug info
34090format and also provide a reader that parses the debug info generated
34091by the JIT compiler. This section gives a brief overview on writing
34092such a parser. More specific details can be found in the source file
34093@file{gdb/jit-reader.in}, which is also installed as a header at
34094@file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
34095
34096The reader is implemented as a shared object (so this functionality is
34097not available on platforms which don't allow loading shared objects at
34098runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
34099@code{jit-reader-unload} are provided, to be used to load and unload
34100the readers from a preconfigured directory. Once loaded, the shared
34101object is used the parse the debug information emitted by the JIT
34102compiler.
34103
34104@menu
34105* Using JIT Debug Info Readers:: How to use supplied readers correctly
34106* Writing JIT Debug Info Readers:: Creating a debug-info reader
34107@end menu
34108
34109@node Using JIT Debug Info Readers
34110@subsection Using JIT Debug Info Readers
34111@kindex jit-reader-load
34112@kindex jit-reader-unload
34113
34114Readers can be loaded and unloaded using the @code{jit-reader-load}
34115and @code{jit-reader-unload} commands.
34116
34117@table @code
c9fb1240
SD
34118@item jit-reader-load @var{reader}
34119Load the JIT reader named @var{reader}. @var{reader} is a shared
34120object specified as either an absolute or a relative file name. In
34121the latter case, @value{GDBN} will try to load the reader from a
34122pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
34123system (here @var{libdir} is the system library directory, often
34124@file{/usr/local/lib}).
34125
34126Only one reader can be active at a time; trying to load a second
34127reader when one is already loaded will result in @value{GDBN}
34128reporting an error. A new JIT reader can be loaded by first unloading
34129the current one using @code{jit-reader-unload} and then invoking
34130@code{jit-reader-load}.
f85b53f8
SD
34131
34132@item jit-reader-unload
34133Unload the currently loaded JIT reader.
34134
34135@end table
34136
34137@node Writing JIT Debug Info Readers
34138@subsection Writing JIT Debug Info Readers
34139@cindex writing JIT debug info readers
34140
34141As mentioned, a reader is essentially a shared object conforming to a
34142certain ABI. This ABI is described in @file{jit-reader.h}.
34143
34144@file{jit-reader.h} defines the structures, macros and functions
34145required to write a reader. It is installed (along with
34146@value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
34147the system include directory.
34148
34149Readers need to be released under a GPL compatible license. A reader
34150can be declared as released under such a license by placing the macro
34151@code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
34152
34153The entry point for readers is the symbol @code{gdb_init_reader},
34154which is expected to be a function with the prototype
34155
34156@findex gdb_init_reader
34157@smallexample
34158extern struct gdb_reader_funcs *gdb_init_reader (void);
34159@end smallexample
34160
34161@cindex @code{struct gdb_reader_funcs}
34162
34163@code{struct gdb_reader_funcs} contains a set of pointers to callback
34164functions. These functions are executed to read the debug info
34165generated by the JIT compiler (@code{read}), to unwind stack frames
34166(@code{unwind}) and to create canonical frame IDs
34167(@code{get_Frame_id}). It also has a callback that is called when the
34168reader is being unloaded (@code{destroy}). The struct looks like this
34169
34170@smallexample
34171struct gdb_reader_funcs
34172@{
34173 /* Must be set to GDB_READER_INTERFACE_VERSION. */
34174 int reader_version;
34175
34176 /* For use by the reader. */
34177 void *priv_data;
34178
34179 gdb_read_debug_info *read;
34180 gdb_unwind_frame *unwind;
34181 gdb_get_frame_id *get_frame_id;
34182 gdb_destroy_reader *destroy;
34183@};
34184@end smallexample
34185
34186@cindex @code{struct gdb_symbol_callbacks}
34187@cindex @code{struct gdb_unwind_callbacks}
34188
34189The callbacks are provided with another set of callbacks by
34190@value{GDBN} to do their job. For @code{read}, these callbacks are
34191passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
34192and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
34193@code{struct gdb_symbol_callbacks} has callbacks to create new object
34194files and new symbol tables inside those object files. @code{struct
34195gdb_unwind_callbacks} has callbacks to read registers off the current
34196frame and to write out the values of the registers in the previous
34197frame. Both have a callback (@code{target_read}) to read bytes off the
34198target's address space.
34199
d1feda86
YQ
34200@node In-Process Agent
34201@chapter In-Process Agent
34202@cindex debugging agent
34203The traditional debugging model is conceptually low-speed, but works fine,
34204because most bugs can be reproduced in debugging-mode execution. However,
34205as multi-core or many-core processors are becoming mainstream, and
34206multi-threaded programs become more and more popular, there should be more
34207and more bugs that only manifest themselves at normal-mode execution, for
34208example, thread races, because debugger's interference with the program's
34209timing may conceal the bugs. On the other hand, in some applications,
34210it is not feasible for the debugger to interrupt the program's execution
34211long enough for the developer to learn anything helpful about its behavior.
34212If the program's correctness depends on its real-time behavior, delays
34213introduced by a debugger might cause the program to fail, even when the
34214code itself is correct. It is useful to be able to observe the program's
34215behavior without interrupting it.
34216
34217Therefore, traditional debugging model is too intrusive to reproduce
34218some bugs. In order to reduce the interference with the program, we can
34219reduce the number of operations performed by debugger. The
34220@dfn{In-Process Agent}, a shared library, is running within the same
34221process with inferior, and is able to perform some debugging operations
34222itself. As a result, debugger is only involved when necessary, and
34223performance of debugging can be improved accordingly. Note that
34224interference with program can be reduced but can't be removed completely,
34225because the in-process agent will still stop or slow down the program.
34226
34227The in-process agent can interpret and execute Agent Expressions
34228(@pxref{Agent Expressions}) during performing debugging operations. The
34229agent expressions can be used for different purposes, such as collecting
34230data in tracepoints, and condition evaluation in breakpoints.
34231
34232@anchor{Control Agent}
34233You can control whether the in-process agent is used as an aid for
34234debugging with the following commands:
34235
34236@table @code
34237@kindex set agent on
34238@item set agent on
34239Causes the in-process agent to perform some operations on behalf of the
34240debugger. Just which operations requested by the user will be done
34241by the in-process agent depends on the its capabilities. For example,
34242if you request to evaluate breakpoint conditions in the in-process agent,
34243and the in-process agent has such capability as well, then breakpoint
34244conditions will be evaluated in the in-process agent.
34245
34246@kindex set agent off
34247@item set agent off
34248Disables execution of debugging operations by the in-process agent. All
34249of the operations will be performed by @value{GDBN}.
34250
34251@kindex show agent
34252@item show agent
34253Display the current setting of execution of debugging operations by
34254the in-process agent.
34255@end table
34256
16bdd41f
YQ
34257@menu
34258* In-Process Agent Protocol::
34259@end menu
34260
34261@node In-Process Agent Protocol
34262@section In-Process Agent Protocol
34263@cindex in-process agent protocol
34264
34265The in-process agent is able to communicate with both @value{GDBN} and
34266GDBserver (@pxref{In-Process Agent}). This section documents the protocol
34267used for communications between @value{GDBN} or GDBserver and the IPA.
34268In general, @value{GDBN} or GDBserver sends commands
34269(@pxref{IPA Protocol Commands}) and data to in-process agent, and then
34270in-process agent replies back with the return result of the command, or
34271some other information. The data sent to in-process agent is composed
34272of primitive data types, such as 4-byte or 8-byte type, and composite
34273types, which are called objects (@pxref{IPA Protocol Objects}).
34274
34275@menu
34276* IPA Protocol Objects::
34277* IPA Protocol Commands::
34278@end menu
34279
34280@node IPA Protocol Objects
34281@subsection IPA Protocol Objects
34282@cindex ipa protocol objects
34283
34284The commands sent to and results received from agent may contain some
34285complex data types called @dfn{objects}.
34286
34287The in-process agent is running on the same machine with @value{GDBN}
34288or GDBserver, so it doesn't have to handle as much differences between
34289two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
34290However, there are still some differences of two ends in two processes:
34291
34292@enumerate
34293@item
34294word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
34295compiled as a 64-bit executable, while in-process agent is a 32-bit one.
34296@item
34297ABI. Some machines may have multiple types of ABI, @value{GDBN} or
34298GDBserver is compiled with one, and in-process agent is compiled with
34299the other one.
34300@end enumerate
34301
34302Here are the IPA Protocol Objects:
34303
34304@enumerate
34305@item
34306agent expression object. It represents an agent expression
34307(@pxref{Agent Expressions}).
34308@anchor{agent expression object}
34309@item
34310tracepoint action object. It represents a tracepoint action
34311(@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
34312memory, static trace data and to evaluate expression.
34313@anchor{tracepoint action object}
34314@item
34315tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
34316@anchor{tracepoint object}
34317
34318@end enumerate
34319
34320The following table describes important attributes of each IPA protocol
34321object:
34322
34323@multitable @columnfractions .30 .20 .50
34324@headitem Name @tab Size @tab Description
34325@item @emph{agent expression object} @tab @tab
34326@item length @tab 4 @tab length of bytes code
34327@item byte code @tab @var{length} @tab contents of byte code
34328@item @emph{tracepoint action for collecting memory} @tab @tab
34329@item 'M' @tab 1 @tab type of tracepoint action
34330@item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
34331address of the lowest byte to collect, otherwise @var{addr} is the offset
34332of @var{basereg} for memory collecting.
34333@item len @tab 8 @tab length of memory for collecting
34334@item basereg @tab 4 @tab the register number containing the starting
34335memory address for collecting.
34336@item @emph{tracepoint action for collecting registers} @tab @tab
34337@item 'R' @tab 1 @tab type of tracepoint action
34338@item @emph{tracepoint action for collecting static trace data} @tab @tab
34339@item 'L' @tab 1 @tab type of tracepoint action
34340@item @emph{tracepoint action for expression evaluation} @tab @tab
34341@item 'X' @tab 1 @tab type of tracepoint action
34342@item agent expression @tab length of @tab @ref{agent expression object}
34343@item @emph{tracepoint object} @tab @tab
34344@item number @tab 4 @tab number of tracepoint
34345@item address @tab 8 @tab address of tracepoint inserted on
34346@item type @tab 4 @tab type of tracepoint
34347@item enabled @tab 1 @tab enable or disable of tracepoint
34348@item step_count @tab 8 @tab step
34349@item pass_count @tab 8 @tab pass
34350@item numactions @tab 4 @tab number of tracepoint actions
34351@item hit count @tab 8 @tab hit count
34352@item trace frame usage @tab 8 @tab trace frame usage
34353@item compiled_cond @tab 8 @tab compiled condition
34354@item orig_size @tab 8 @tab orig size
34355@item condition @tab 4 if condition is NULL otherwise length of
34356@ref{agent expression object}
34357@tab zero if condition is NULL, otherwise is
34358@ref{agent expression object}
34359@item actions @tab variable
34360@tab numactions number of @ref{tracepoint action object}
34361@end multitable
34362
34363@node IPA Protocol Commands
34364@subsection IPA Protocol Commands
34365@cindex ipa protocol commands
34366
34367The spaces in each command are delimiters to ease reading this commands
34368specification. They don't exist in real commands.
34369
34370@table @samp
34371
34372@item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
34373Installs a new fast tracepoint described by @var{tracepoint_object}
34374(@pxref{tracepoint object}). @var{gdb_jump_pad_head}, 8-byte long, is the
34375head of @dfn{jumppad}, which is used to jump to data collection routine
34376in IPA finally.
34377
34378Replies:
34379@table @samp
34380@item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
34381@var{target_address} is address of tracepoint in the inferior.
34382@var{gdb_jump_pad_head} is updated head of jumppad. Both of
34383@var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
34384@var{fjump} contains a sequence of instructions jump to jumppad entry.
34385@var{fjump_size}, 4-byte long, is the size of @var{fjump}.
34386@item E @var{NN}
34387for an error
34388
34389@end table
34390
7255706c
YQ
34391@item close
34392Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
34393is about to kill inferiors.
34394
16bdd41f
YQ
34395@item qTfSTM
34396@xref{qTfSTM}.
34397@item qTsSTM
34398@xref{qTsSTM}.
34399@item qTSTMat
34400@xref{qTSTMat}.
34401@item probe_marker_at:@var{address}
34402Asks in-process agent to probe the marker at @var{address}.
34403
34404Replies:
34405@table @samp
34406@item E @var{NN}
34407for an error
34408@end table
34409@item unprobe_marker_at:@var{address}
34410Asks in-process agent to unprobe the marker at @var{address}.
34411@end table
34412
8e04817f
AC
34413@node GDB Bugs
34414@chapter Reporting Bugs in @value{GDBN}
34415@cindex bugs in @value{GDBN}
34416@cindex reporting bugs in @value{GDBN}
c906108c 34417
8e04817f 34418Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 34419
8e04817f
AC
34420Reporting a bug may help you by bringing a solution to your problem, or it
34421may not. But in any case the principal function of a bug report is to help
34422the entire community by making the next version of @value{GDBN} work better. Bug
34423reports are your contribution to the maintenance of @value{GDBN}.
c906108c 34424
8e04817f
AC
34425In order for a bug report to serve its purpose, you must include the
34426information that enables us to fix the bug.
c4555f82
SC
34427
34428@menu
8e04817f
AC
34429* Bug Criteria:: Have you found a bug?
34430* Bug Reporting:: How to report bugs
c4555f82
SC
34431@end menu
34432
8e04817f 34433@node Bug Criteria
79a6e687 34434@section Have You Found a Bug?
8e04817f 34435@cindex bug criteria
c4555f82 34436
8e04817f 34437If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
34438
34439@itemize @bullet
8e04817f
AC
34440@cindex fatal signal
34441@cindex debugger crash
34442@cindex crash of debugger
c4555f82 34443@item
8e04817f
AC
34444If the debugger gets a fatal signal, for any input whatever, that is a
34445@value{GDBN} bug. Reliable debuggers never crash.
34446
34447@cindex error on valid input
34448@item
34449If @value{GDBN} produces an error message for valid input, that is a
34450bug. (Note that if you're cross debugging, the problem may also be
34451somewhere in the connection to the target.)
c4555f82 34452
8e04817f 34453@cindex invalid input
c4555f82 34454@item
8e04817f
AC
34455If @value{GDBN} does not produce an error message for invalid input,
34456that is a bug. However, you should note that your idea of
34457``invalid input'' might be our idea of ``an extension'' or ``support
34458for traditional practice''.
34459
34460@item
34461If you are an experienced user of debugging tools, your suggestions
34462for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
34463@end itemize
34464
8e04817f 34465@node Bug Reporting
79a6e687 34466@section How to Report Bugs
8e04817f
AC
34467@cindex bug reports
34468@cindex @value{GDBN} bugs, reporting
34469
34470A number of companies and individuals offer support for @sc{gnu} products.
34471If you obtained @value{GDBN} from a support organization, we recommend you
34472contact that organization first.
34473
34474You can find contact information for many support companies and
34475individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
34476distribution.
34477@c should add a web page ref...
34478
c16158bc
JM
34479@ifset BUGURL
34480@ifset BUGURL_DEFAULT
129188f6 34481In any event, we also recommend that you submit bug reports for
d3e8051b 34482@value{GDBN}. The preferred method is to submit them directly using
129188f6
AC
34483@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
34484page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
34485be used.
8e04817f
AC
34486
34487@strong{Do not send bug reports to @samp{info-gdb}, or to
34488@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
34489not want to receive bug reports. Those that do have arranged to receive
34490@samp{bug-gdb}.
34491
34492The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
34493serves as a repeater. The mailing list and the newsgroup carry exactly
34494the same messages. Often people think of posting bug reports to the
34495newsgroup instead of mailing them. This appears to work, but it has one
34496problem which can be crucial: a newsgroup posting often lacks a mail
34497path back to the sender. Thus, if we need to ask for more information,
34498we may be unable to reach you. For this reason, it is better to send
34499bug reports to the mailing list.
c16158bc
JM
34500@end ifset
34501@ifclear BUGURL_DEFAULT
34502In any event, we also recommend that you submit bug reports for
34503@value{GDBN} to @value{BUGURL}.
34504@end ifclear
34505@end ifset
c4555f82 34506
8e04817f
AC
34507The fundamental principle of reporting bugs usefully is this:
34508@strong{report all the facts}. If you are not sure whether to state a
34509fact or leave it out, state it!
c4555f82 34510
8e04817f
AC
34511Often people omit facts because they think they know what causes the
34512problem and assume that some details do not matter. Thus, you might
34513assume that the name of the variable you use in an example does not matter.
34514Well, probably it does not, but one cannot be sure. Perhaps the bug is a
34515stray memory reference which happens to fetch from the location where that
34516name is stored in memory; perhaps, if the name were different, the contents
34517of that location would fool the debugger into doing the right thing despite
34518the bug. Play it safe and give a specific, complete example. That is the
34519easiest thing for you to do, and the most helpful.
c4555f82 34520
8e04817f
AC
34521Keep in mind that the purpose of a bug report is to enable us to fix the
34522bug. It may be that the bug has been reported previously, but neither
34523you nor we can know that unless your bug report is complete and
34524self-contained.
c4555f82 34525
8e04817f
AC
34526Sometimes people give a few sketchy facts and ask, ``Does this ring a
34527bell?'' Those bug reports are useless, and we urge everyone to
34528@emph{refuse to respond to them} except to chide the sender to report
34529bugs properly.
34530
34531To enable us to fix the bug, you should include all these things:
c4555f82
SC
34532
34533@itemize @bullet
34534@item
8e04817f
AC
34535The version of @value{GDBN}. @value{GDBN} announces it if you start
34536with no arguments; you can also print it at any time using @code{show
34537version}.
c4555f82 34538
8e04817f
AC
34539Without this, we will not know whether there is any point in looking for
34540the bug in the current version of @value{GDBN}.
c4555f82
SC
34541
34542@item
8e04817f
AC
34543The type of machine you are using, and the operating system name and
34544version number.
c4555f82
SC
34545
34546@item
c1468174 34547What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
8e04817f 34548``@value{GCC}--2.8.1''.
c4555f82
SC
34549
34550@item
8e04817f 34551What compiler (and its version) was used to compile the program you are
c1468174 34552debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
3f94c067
BW
34553C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
34554to get this information; for other compilers, see the documentation for
34555those compilers.
c4555f82 34556
8e04817f
AC
34557@item
34558The command arguments you gave the compiler to compile your example and
34559observe the bug. For example, did you use @samp{-O}? To guarantee
34560you will not omit something important, list them all. A copy of the
34561Makefile (or the output from make) is sufficient.
c4555f82 34562
8e04817f
AC
34563If we were to try to guess the arguments, we would probably guess wrong
34564and then we might not encounter the bug.
c4555f82 34565
8e04817f
AC
34566@item
34567A complete input script, and all necessary source files, that will
34568reproduce the bug.
c4555f82 34569
8e04817f
AC
34570@item
34571A description of what behavior you observe that you believe is
34572incorrect. For example, ``It gets a fatal signal.''
c4555f82 34573
8e04817f
AC
34574Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
34575will certainly notice it. But if the bug is incorrect output, we might
34576not notice unless it is glaringly wrong. You might as well not give us
34577a chance to make a mistake.
c4555f82 34578
8e04817f
AC
34579Even if the problem you experience is a fatal signal, you should still
34580say so explicitly. Suppose something strange is going on, such as, your
34581copy of @value{GDBN} is out of synch, or you have encountered a bug in
34582the C library on your system. (This has happened!) Your copy might
34583crash and ours would not. If you told us to expect a crash, then when
34584ours fails to crash, we would know that the bug was not happening for
34585us. If you had not told us to expect a crash, then we would not be able
34586to draw any conclusion from our observations.
c4555f82 34587
e0c07bf0
MC
34588@pindex script
34589@cindex recording a session script
34590To collect all this information, you can use a session recording program
34591such as @command{script}, which is available on many Unix systems.
34592Just run your @value{GDBN} session inside @command{script} and then
34593include the @file{typescript} file with your bug report.
34594
34595Another way to record a @value{GDBN} session is to run @value{GDBN}
34596inside Emacs and then save the entire buffer to a file.
34597
8e04817f
AC
34598@item
34599If you wish to suggest changes to the @value{GDBN} source, send us context
34600diffs. If you even discuss something in the @value{GDBN} source, refer to
34601it by context, not by line number.
c4555f82 34602
8e04817f
AC
34603The line numbers in our development sources will not match those in your
34604sources. Your line numbers would convey no useful information to us.
c4555f82 34605
8e04817f 34606@end itemize
c4555f82 34607
8e04817f 34608Here are some things that are not necessary:
c4555f82 34609
8e04817f
AC
34610@itemize @bullet
34611@item
34612A description of the envelope of the bug.
c4555f82 34613
8e04817f
AC
34614Often people who encounter a bug spend a lot of time investigating
34615which changes to the input file will make the bug go away and which
34616changes will not affect it.
c4555f82 34617
8e04817f
AC
34618This is often time consuming and not very useful, because the way we
34619will find the bug is by running a single example under the debugger
34620with breakpoints, not by pure deduction from a series of examples.
34621We recommend that you save your time for something else.
c4555f82 34622
8e04817f
AC
34623Of course, if you can find a simpler example to report @emph{instead}
34624of the original one, that is a convenience for us. Errors in the
34625output will be easier to spot, running under the debugger will take
34626less time, and so on.
c4555f82 34627
8e04817f
AC
34628However, simplification is not vital; if you do not want to do this,
34629report the bug anyway and send us the entire test case you used.
c4555f82 34630
8e04817f
AC
34631@item
34632A patch for the bug.
c4555f82 34633
8e04817f
AC
34634A patch for the bug does help us if it is a good one. But do not omit
34635the necessary information, such as the test case, on the assumption that
34636a patch is all we need. We might see problems with your patch and decide
34637to fix the problem another way, or we might not understand it at all.
c4555f82 34638
8e04817f
AC
34639Sometimes with a program as complicated as @value{GDBN} it is very hard to
34640construct an example that will make the program follow a certain path
34641through the code. If you do not send us the example, we will not be able
34642to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 34643
8e04817f
AC
34644And if we cannot understand what bug you are trying to fix, or why your
34645patch should be an improvement, we will not install it. A test case will
34646help us to understand.
c4555f82 34647
8e04817f
AC
34648@item
34649A guess about what the bug is or what it depends on.
c4555f82 34650
8e04817f
AC
34651Such guesses are usually wrong. Even we cannot guess right about such
34652things without first using the debugger to find the facts.
34653@end itemize
c4555f82 34654
8e04817f
AC
34655@c The readline documentation is distributed with the readline code
34656@c and consists of the two following files:
cc88a640
JK
34657@c rluser.texi
34658@c hsuser.texi
8e04817f
AC
34659@c Use -I with makeinfo to point to the appropriate directory,
34660@c environment var TEXINPUTS with TeX.
39037522 34661@ifclear SYSTEM_READLINE
5bdf8622 34662@include rluser.texi
cc88a640 34663@include hsuser.texi
39037522 34664@end ifclear
c4555f82 34665
4ceed123
JB
34666@node In Memoriam
34667@appendix In Memoriam
34668
9ed350ad
JB
34669The @value{GDBN} project mourns the loss of the following long-time
34670contributors:
4ceed123
JB
34671
34672@table @code
34673@item Fred Fish
9ed350ad
JB
34674Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
34675to Free Software in general. Outside of @value{GDBN}, he was known in
34676the Amiga world for his series of Fish Disks, and the GeekGadget project.
4ceed123
JB
34677
34678@item Michael Snyder
9ed350ad
JB
34679Michael was one of the Global Maintainers of the @value{GDBN} project,
34680with contributions recorded as early as 1996, until 2011. In addition
34681to his day to day participation, he was a large driving force behind
34682adding Reverse Debugging to @value{GDBN}.
4ceed123
JB
34683@end table
34684
34685Beyond their technical contributions to the project, they were also
34686enjoyable members of the Free Software Community. We will miss them.
c4555f82 34687
8e04817f
AC
34688@node Formatting Documentation
34689@appendix Formatting Documentation
c4555f82 34690
8e04817f
AC
34691@cindex @value{GDBN} reference card
34692@cindex reference card
34693The @value{GDBN} 4 release includes an already-formatted reference card, ready
34694for printing with PostScript or Ghostscript, in the @file{gdb}
34695subdirectory of the main source directory@footnote{In
34696@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
34697release.}. If you can use PostScript or Ghostscript with your printer,
34698you can print the reference card immediately with @file{refcard.ps}.
c4555f82 34699
8e04817f
AC
34700The release also includes the source for the reference card. You
34701can format it, using @TeX{}, by typing:
c4555f82 34702
474c8240 34703@smallexample
8e04817f 34704make refcard.dvi
474c8240 34705@end smallexample
c4555f82 34706
8e04817f
AC
34707The @value{GDBN} reference card is designed to print in @dfn{landscape}
34708mode on US ``letter'' size paper;
34709that is, on a sheet 11 inches wide by 8.5 inches
34710high. You will need to specify this form of printing as an option to
34711your @sc{dvi} output program.
c4555f82 34712
8e04817f 34713@cindex documentation
c4555f82 34714
8e04817f
AC
34715All the documentation for @value{GDBN} comes as part of the machine-readable
34716distribution. The documentation is written in Texinfo format, which is
34717a documentation system that uses a single source file to produce both
34718on-line information and a printed manual. You can use one of the Info
34719formatting commands to create the on-line version of the documentation
34720and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 34721
8e04817f
AC
34722@value{GDBN} includes an already formatted copy of the on-line Info
34723version of this manual in the @file{gdb} subdirectory. The main Info
34724file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
34725subordinate files matching @samp{gdb.info*} in the same directory. If
34726necessary, you can print out these files, or read them with any editor;
34727but they are easier to read using the @code{info} subsystem in @sc{gnu}
34728Emacs or the standalone @code{info} program, available as part of the
34729@sc{gnu} Texinfo distribution.
c4555f82 34730
8e04817f
AC
34731If you want to format these Info files yourself, you need one of the
34732Info formatting programs, such as @code{texinfo-format-buffer} or
34733@code{makeinfo}.
c4555f82 34734
8e04817f
AC
34735If you have @code{makeinfo} installed, and are in the top level
34736@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
34737version @value{GDBVN}), you can make the Info file by typing:
c4555f82 34738
474c8240 34739@smallexample
8e04817f
AC
34740cd gdb
34741make gdb.info
474c8240 34742@end smallexample
c4555f82 34743
8e04817f
AC
34744If you want to typeset and print copies of this manual, you need @TeX{},
34745a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
34746Texinfo definitions file.
c4555f82 34747
8e04817f
AC
34748@TeX{} is a typesetting program; it does not print files directly, but
34749produces output files called @sc{dvi} files. To print a typeset
34750document, you need a program to print @sc{dvi} files. If your system
34751has @TeX{} installed, chances are it has such a program. The precise
34752command to use depends on your system; @kbd{lpr -d} is common; another
34753(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
34754require a file name without any extension or a @samp{.dvi} extension.
c4555f82 34755
8e04817f
AC
34756@TeX{} also requires a macro definitions file called
34757@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
34758written in Texinfo format. On its own, @TeX{} cannot either read or
34759typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
34760and is located in the @file{gdb-@var{version-number}/texinfo}
34761directory.
c4555f82 34762
8e04817f 34763If you have @TeX{} and a @sc{dvi} printer program installed, you can
d3e8051b 34764typeset and print this manual. First switch to the @file{gdb}
8e04817f
AC
34765subdirectory of the main source directory (for example, to
34766@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 34767
474c8240 34768@smallexample
8e04817f 34769make gdb.dvi
474c8240 34770@end smallexample
c4555f82 34771
8e04817f 34772Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 34773
8e04817f
AC
34774@node Installing GDB
34775@appendix Installing @value{GDBN}
8e04817f 34776@cindex installation
c4555f82 34777
7fa2210b
DJ
34778@menu
34779* Requirements:: Requirements for building @value{GDBN}
db2e3e2e 34780* Running Configure:: Invoking the @value{GDBN} @file{configure} script
7fa2210b
DJ
34781* Separate Objdir:: Compiling @value{GDBN} in another directory
34782* Config Names:: Specifying names for hosts and targets
34783* Configure Options:: Summary of options for configure
098b41a6 34784* System-wide configuration:: Having a system-wide init file
7fa2210b
DJ
34785@end menu
34786
34787@node Requirements
79a6e687 34788@section Requirements for Building @value{GDBN}
7fa2210b
DJ
34789@cindex building @value{GDBN}, requirements for
34790
34791Building @value{GDBN} requires various tools and packages to be available.
34792Other packages will be used only if they are found.
34793
79a6e687 34794@heading Tools/Packages Necessary for Building @value{GDBN}
7fa2210b
DJ
34795@table @asis
34796@item ISO C90 compiler
34797@value{GDBN} is written in ISO C90. It should be buildable with any
34798working C90 compiler, e.g.@: GCC.
34799
34800@end table
34801
79a6e687 34802@heading Tools/Packages Optional for Building @value{GDBN}
7fa2210b
DJ
34803@table @asis
34804@item Expat
123dc839 34805@anchor{Expat}
7fa2210b
DJ
34806@value{GDBN} can use the Expat XML parsing library. This library may be
34807included with your operating system distribution; if it is not, you
34808can get the latest version from @url{http://expat.sourceforge.net}.
db2e3e2e 34809The @file{configure} script will search for this library in several
7fa2210b
DJ
34810standard locations; if it is installed in an unusual path, you can
34811use the @option{--with-libexpat-prefix} option to specify its location.
34812
9cceb671
DJ
34813Expat is used for:
34814
34815@itemize @bullet
34816@item
34817Remote protocol memory maps (@pxref{Memory Map Format})
34818@item
34819Target descriptions (@pxref{Target Descriptions})
34820@item
2268b414
JK
34821Remote shared library lists (@xref{Library List Format},
34822or alternatively @pxref{Library List Format for SVR4 Targets})
9cceb671
DJ
34823@item
34824MS-Windows shared libraries (@pxref{Shared Libraries})
b3b9301e
PA
34825@item
34826Traceframe info (@pxref{Traceframe Info Format})
2ae8c8e7
MM
34827@item
34828Branch trace (@pxref{Branch Trace Format})
9cceb671 34829@end itemize
7fa2210b 34830
31fffb02
CS
34831@item zlib
34832@cindex compressed debug sections
34833@value{GDBN} will use the @samp{zlib} library, if available, to read
34834compressed debug sections. Some linkers, such as GNU gold, are capable
34835of producing binaries with compressed debug sections. If @value{GDBN}
34836is compiled with @samp{zlib}, it will be able to read the debug
34837information in such binaries.
34838
34839The @samp{zlib} library is likely included with your operating system
34840distribution; if it is not, you can get the latest version from
34841@url{http://zlib.net}.
34842
6c7a06a3
TT
34843@item iconv
34844@value{GDBN}'s features related to character sets (@pxref{Character
34845Sets}) require a functioning @code{iconv} implementation. If you are
34846on a GNU system, then this is provided by the GNU C Library. Some
34847other systems also provide a working @code{iconv}.
34848
478aac75
DE
34849If @value{GDBN} is using the @code{iconv} program which is installed
34850in a non-standard place, you will need to tell @value{GDBN} where to find it.
34851This is done with @option{--with-iconv-bin} which specifies the
34852directory that contains the @code{iconv} program.
34853
34854On systems without @code{iconv}, you can install GNU Libiconv. If you
6c7a06a3
TT
34855have previously installed Libiconv, you can use the
34856@option{--with-libiconv-prefix} option to configure.
34857
34858@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
34859arrange to build Libiconv if a directory named @file{libiconv} appears
34860in the top-most source directory. If Libiconv is built this way, and
34861if the operating system does not provide a suitable @code{iconv}
34862implementation, then the just-built library will automatically be used
34863by @value{GDBN}. One easy way to set this up is to download GNU
34864Libiconv, unpack it, and then rename the directory holding the
34865Libiconv source code to @samp{libiconv}.
7fa2210b
DJ
34866@end table
34867
34868@node Running Configure
db2e3e2e 34869@section Invoking the @value{GDBN} @file{configure} Script
7fa2210b 34870@cindex configuring @value{GDBN}
db2e3e2e 34871@value{GDBN} comes with a @file{configure} script that automates the process
8e04817f
AC
34872of preparing @value{GDBN} for installation; you can then use @code{make} to
34873build the @code{gdb} program.
34874@iftex
34875@c irrelevant in info file; it's as current as the code it lives with.
34876@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
34877look at the @file{README} file in the sources; we may have improved the
34878installation procedures since publishing this manual.}
34879@end iftex
c4555f82 34880
8e04817f
AC
34881The @value{GDBN} distribution includes all the source code you need for
34882@value{GDBN} in a single directory, whose name is usually composed by
34883appending the version number to @samp{gdb}.
c4555f82 34884
8e04817f
AC
34885For example, the @value{GDBN} version @value{GDBVN} distribution is in the
34886@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 34887
8e04817f
AC
34888@table @code
34889@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
34890script for configuring @value{GDBN} and all its supporting libraries
c4555f82 34891
8e04817f
AC
34892@item gdb-@value{GDBVN}/gdb
34893the source specific to @value{GDBN} itself
c4555f82 34894
8e04817f
AC
34895@item gdb-@value{GDBVN}/bfd
34896source for the Binary File Descriptor library
c906108c 34897
8e04817f
AC
34898@item gdb-@value{GDBVN}/include
34899@sc{gnu} include files
c906108c 34900
8e04817f
AC
34901@item gdb-@value{GDBVN}/libiberty
34902source for the @samp{-liberty} free software library
c906108c 34903
8e04817f
AC
34904@item gdb-@value{GDBVN}/opcodes
34905source for the library of opcode tables and disassemblers
c906108c 34906
8e04817f
AC
34907@item gdb-@value{GDBVN}/readline
34908source for the @sc{gnu} command-line interface
c906108c 34909
8e04817f
AC
34910@item gdb-@value{GDBVN}/glob
34911source for the @sc{gnu} filename pattern-matching subroutine
c906108c 34912
8e04817f
AC
34913@item gdb-@value{GDBVN}/mmalloc
34914source for the @sc{gnu} memory-mapped malloc package
34915@end table
c906108c 34916
db2e3e2e 34917The simplest way to configure and build @value{GDBN} is to run @file{configure}
8e04817f
AC
34918from the @file{gdb-@var{version-number}} source directory, which in
34919this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 34920
8e04817f 34921First switch to the @file{gdb-@var{version-number}} source directory
db2e3e2e 34922if you are not already in it; then run @file{configure}. Pass the
8e04817f
AC
34923identifier for the platform on which @value{GDBN} will run as an
34924argument.
c906108c 34925
8e04817f 34926For example:
c906108c 34927
474c8240 34928@smallexample
8e04817f
AC
34929cd gdb-@value{GDBVN}
34930./configure @var{host}
34931make
474c8240 34932@end smallexample
c906108c 34933
8e04817f
AC
34934@noindent
34935where @var{host} is an identifier such as @samp{sun4} or
34936@samp{decstation}, that identifies the platform where @value{GDBN} will run.
db2e3e2e 34937(You can often leave off @var{host}; @file{configure} tries to guess the
8e04817f 34938correct value by examining your system.)
c906108c 34939
8e04817f
AC
34940Running @samp{configure @var{host}} and then running @code{make} builds the
34941@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
34942libraries, then @code{gdb} itself. The configured source files, and the
34943binaries, are left in the corresponding source directories.
c906108c 34944
8e04817f 34945@need 750
db2e3e2e 34946@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
8e04817f
AC
34947system does not recognize this automatically when you run a different
34948shell, you may need to run @code{sh} on it explicitly:
c906108c 34949
474c8240 34950@smallexample
8e04817f 34951sh configure @var{host}
474c8240 34952@end smallexample
c906108c 34953
db2e3e2e 34954If you run @file{configure} from a directory that contains source
8e04817f 34955directories for multiple libraries or programs, such as the
db2e3e2e
BW
34956@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN},
34957@file{configure}
8e04817f
AC
34958creates configuration files for every directory level underneath (unless
34959you tell it not to, with the @samp{--norecursion} option).
34960
db2e3e2e 34961You should run the @file{configure} script from the top directory in the
94e91d6d 34962source tree, the @file{gdb-@var{version-number}} directory. If you run
db2e3e2e 34963@file{configure} from one of the subdirectories, you will configure only
94e91d6d 34964that subdirectory. That is usually not what you want. In particular,
db2e3e2e 34965if you run the first @file{configure} from the @file{gdb} subdirectory
94e91d6d
MC
34966of the @file{gdb-@var{version-number}} directory, you will omit the
34967configuration of @file{bfd}, @file{readline}, and other sibling
34968directories of the @file{gdb} subdirectory. This leads to build errors
34969about missing include files such as @file{bfd/bfd.h}.
c906108c 34970
8e04817f
AC
34971You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
34972However, you should make sure that the shell on your path (named by
34973the @samp{SHELL} environment variable) is publicly readable. Remember
34974that @value{GDBN} uses the shell to start your program---some systems refuse to
34975let @value{GDBN} debug child processes whose programs are not readable.
c906108c 34976
8e04817f 34977@node Separate Objdir
79a6e687 34978@section Compiling @value{GDBN} in Another Directory
c906108c 34979
8e04817f
AC
34980If you want to run @value{GDBN} versions for several host or target machines,
34981you need a different @code{gdb} compiled for each combination of
db2e3e2e 34982host and target. @file{configure} is designed to make this easy by
8e04817f
AC
34983allowing you to generate each configuration in a separate subdirectory,
34984rather than in the source directory. If your @code{make} program
34985handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
34986@code{make} in each of these directories builds the @code{gdb}
34987program specified there.
c906108c 34988
db2e3e2e 34989To build @code{gdb} in a separate directory, run @file{configure}
8e04817f 34990with the @samp{--srcdir} option to specify where to find the source.
db2e3e2e
BW
34991(You also need to specify a path to find @file{configure}
34992itself from your working directory. If the path to @file{configure}
8e04817f
AC
34993would be the same as the argument to @samp{--srcdir}, you can leave out
34994the @samp{--srcdir} option; it is assumed.)
c906108c 34995
8e04817f
AC
34996For example, with version @value{GDBVN}, you can build @value{GDBN} in a
34997separate directory for a Sun 4 like this:
c906108c 34998
474c8240 34999@smallexample
8e04817f
AC
35000@group
35001cd gdb-@value{GDBVN}
35002mkdir ../gdb-sun4
35003cd ../gdb-sun4
35004../gdb-@value{GDBVN}/configure sun4
35005make
35006@end group
474c8240 35007@end smallexample
c906108c 35008
db2e3e2e 35009When @file{configure} builds a configuration using a remote source
8e04817f
AC
35010directory, it creates a tree for the binaries with the same structure
35011(and using the same names) as the tree under the source directory. In
35012the example, you'd find the Sun 4 library @file{libiberty.a} in the
35013directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
35014@file{gdb-sun4/gdb}.
c906108c 35015
94e91d6d
MC
35016Make sure that your path to the @file{configure} script has just one
35017instance of @file{gdb} in it. If your path to @file{configure} looks
35018like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
35019one subdirectory of @value{GDBN}, not the whole package. This leads to
35020build errors about missing include files such as @file{bfd/bfd.h}.
35021
8e04817f
AC
35022One popular reason to build several @value{GDBN} configurations in separate
35023directories is to configure @value{GDBN} for cross-compiling (where
35024@value{GDBN} runs on one machine---the @dfn{host}---while debugging
35025programs that run on another machine---the @dfn{target}).
35026You specify a cross-debugging target by
db2e3e2e 35027giving the @samp{--target=@var{target}} option to @file{configure}.
c906108c 35028
8e04817f
AC
35029When you run @code{make} to build a program or library, you must run
35030it in a configured directory---whatever directory you were in when you
db2e3e2e 35031called @file{configure} (or one of its subdirectories).
c906108c 35032
db2e3e2e 35033The @code{Makefile} that @file{configure} generates in each source
8e04817f
AC
35034directory also runs recursively. If you type @code{make} in a source
35035directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
35036directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
35037will build all the required libraries, and then build GDB.
c906108c 35038
8e04817f
AC
35039When you have multiple hosts or targets configured in separate
35040directories, you can run @code{make} on them in parallel (for example,
35041if they are NFS-mounted on each of the hosts); they will not interfere
35042with each other.
c906108c 35043
8e04817f 35044@node Config Names
79a6e687 35045@section Specifying Names for Hosts and Targets
c906108c 35046
db2e3e2e 35047The specifications used for hosts and targets in the @file{configure}
8e04817f
AC
35048script are based on a three-part naming scheme, but some short predefined
35049aliases are also supported. The full naming scheme encodes three pieces
35050of information in the following pattern:
c906108c 35051
474c8240 35052@smallexample
8e04817f 35053@var{architecture}-@var{vendor}-@var{os}
474c8240 35054@end smallexample
c906108c 35055
8e04817f
AC
35056For example, you can use the alias @code{sun4} as a @var{host} argument,
35057or as the value for @var{target} in a @code{--target=@var{target}}
35058option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 35059
db2e3e2e 35060The @file{configure} script accompanying @value{GDBN} does not provide
8e04817f 35061any query facility to list all supported host and target names or
db2e3e2e 35062aliases. @file{configure} calls the Bourne shell script
8e04817f
AC
35063@code{config.sub} to map abbreviations to full names; you can read the
35064script, if you wish, or you can use it to test your guesses on
35065abbreviations---for example:
c906108c 35066
8e04817f
AC
35067@smallexample
35068% sh config.sub i386-linux
35069i386-pc-linux-gnu
35070% sh config.sub alpha-linux
35071alpha-unknown-linux-gnu
35072% sh config.sub hp9k700
35073hppa1.1-hp-hpux
35074% sh config.sub sun4
35075sparc-sun-sunos4.1.1
35076% sh config.sub sun3
35077m68k-sun-sunos4.1.1
35078% sh config.sub i986v
35079Invalid configuration `i986v': machine `i986v' not recognized
35080@end smallexample
c906108c 35081
8e04817f
AC
35082@noindent
35083@code{config.sub} is also distributed in the @value{GDBN} source
35084directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 35085
8e04817f 35086@node Configure Options
db2e3e2e 35087@section @file{configure} Options
c906108c 35088
db2e3e2e
BW
35089Here is a summary of the @file{configure} options and arguments that
35090are most often useful for building @value{GDBN}. @file{configure} also has
8e04817f 35091several other options not listed here. @inforef{What Configure
db2e3e2e 35092Does,,configure.info}, for a full explanation of @file{configure}.
c906108c 35093
474c8240 35094@smallexample
8e04817f
AC
35095configure @r{[}--help@r{]}
35096 @r{[}--prefix=@var{dir}@r{]}
35097 @r{[}--exec-prefix=@var{dir}@r{]}
35098 @r{[}--srcdir=@var{dirname}@r{]}
35099 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
35100 @r{[}--target=@var{target}@r{]}
35101 @var{host}
474c8240 35102@end smallexample
c906108c 35103
8e04817f
AC
35104@noindent
35105You may introduce options with a single @samp{-} rather than
35106@samp{--} if you prefer; but you may abbreviate option names if you use
35107@samp{--}.
c906108c 35108
8e04817f
AC
35109@table @code
35110@item --help
db2e3e2e 35111Display a quick summary of how to invoke @file{configure}.
c906108c 35112
8e04817f
AC
35113@item --prefix=@var{dir}
35114Configure the source to install programs and files under directory
35115@file{@var{dir}}.
c906108c 35116
8e04817f
AC
35117@item --exec-prefix=@var{dir}
35118Configure the source to install programs under directory
35119@file{@var{dir}}.
c906108c 35120
8e04817f
AC
35121@c avoid splitting the warning from the explanation:
35122@need 2000
35123@item --srcdir=@var{dirname}
35124@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
35125@code{make} that implements the @code{VPATH} feature.}@*
35126Use this option to make configurations in directories separate from the
35127@value{GDBN} source directories. Among other things, you can use this to
35128build (or maintain) several configurations simultaneously, in separate
db2e3e2e 35129directories. @file{configure} writes configuration-specific files in
8e04817f 35130the current directory, but arranges for them to use the source in the
db2e3e2e 35131directory @var{dirname}. @file{configure} creates directories under
8e04817f
AC
35132the working directory in parallel to the source directories below
35133@var{dirname}.
c906108c 35134
8e04817f 35135@item --norecursion
db2e3e2e 35136Configure only the directory level where @file{configure} is executed; do not
8e04817f 35137propagate configuration to subdirectories.
c906108c 35138
8e04817f
AC
35139@item --target=@var{target}
35140Configure @value{GDBN} for cross-debugging programs running on the specified
35141@var{target}. Without this option, @value{GDBN} is configured to debug
35142programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 35143
8e04817f 35144There is no convenient way to generate a list of all available targets.
c906108c 35145
8e04817f
AC
35146@item @var{host} @dots{}
35147Configure @value{GDBN} to run on the specified @var{host}.
c906108c 35148
8e04817f
AC
35149There is no convenient way to generate a list of all available hosts.
35150@end table
c906108c 35151
8e04817f
AC
35152There are many other options available as well, but they are generally
35153needed for special purposes only.
c906108c 35154
098b41a6
JG
35155@node System-wide configuration
35156@section System-wide configuration and settings
35157@cindex system-wide init file
35158
35159@value{GDBN} can be configured to have a system-wide init file;
35160this file will be read and executed at startup (@pxref{Startup, , What
35161@value{GDBN} does during startup}).
35162
35163Here is the corresponding configure option:
35164
35165@table @code
35166@item --with-system-gdbinit=@var{file}
35167Specify that the default location of the system-wide init file is
35168@var{file}.
35169@end table
35170
35171If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
35172it may be subject to relocation. Two possible cases:
35173
35174@itemize @bullet
35175@item
35176If the default location of this init file contains @file{$prefix},
35177it will be subject to relocation. Suppose that the configure options
35178are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
35179if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
35180init file is looked for as @file{$install/etc/gdbinit} instead of
35181@file{$prefix/etc/gdbinit}.
35182
35183@item
35184By contrast, if the default location does not contain the prefix,
35185it will not be relocated. E.g.@: if @value{GDBN} has been configured with
35186@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
35187then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
35188wherever @value{GDBN} is installed.
35189@end itemize
35190
e64e0392
DE
35191If the configured location of the system-wide init file (as given by the
35192@option{--with-system-gdbinit} option at configure time) is in the
35193data-directory (as specified by @option{--with-gdb-datadir} at configure
35194time) or in one of its subdirectories, then @value{GDBN} will look for the
35195system-wide init file in the directory specified by the
35196@option{--data-directory} command-line option.
35197Note that the system-wide init file is only read once, during @value{GDBN}
35198initialization. If the data-directory is changed after @value{GDBN} has
35199started with the @code{set data-directory} command, the file will not be
35200reread.
35201
8e04817f
AC
35202@node Maintenance Commands
35203@appendix Maintenance Commands
35204@cindex maintenance commands
35205@cindex internal commands
c906108c 35206
8e04817f 35207In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
35208includes a number of commands intended for @value{GDBN} developers,
35209that are not documented elsewhere in this manual. These commands are
da316a69
EZ
35210provided here for reference. (For commands that turn on debugging
35211messages, see @ref{Debugging Output}.)
c906108c 35212
8e04817f 35213@table @code
09d4efe1 35214@kindex maint agent
782b2b07 35215@kindex maint agent-eval
f77cc5f0
HZ
35216@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
35217@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
09d4efe1
EZ
35218Translate the given @var{expression} into remote agent bytecodes.
35219This command is useful for debugging the Agent Expression mechanism
782b2b07
SS
35220(@pxref{Agent Expressions}). The @samp{agent} version produces an
35221expression useful for data collection, such as by tracepoints, while
35222@samp{maint agent-eval} produces an expression that evaluates directly
35223to a result. For instance, a collection expression for @code{globa +
35224globb} will include bytecodes to record four bytes of memory at each
35225of the addresses of @code{globa} and @code{globb}, while discarding
35226the result of the addition, while an evaluation expression will do the
35227addition and return the sum.
f77cc5f0
HZ
35228If @code{-at} is given, generate remote agent bytecode for @var{location}.
35229If not, generate remote agent bytecode for current frame PC address.
09d4efe1 35230
d3ce09f5
SS
35231@kindex maint agent-printf
35232@item maint agent-printf @var{format},@var{expr},...
35233Translate the given format string and list of argument expressions
35234into remote agent bytecodes and display them as a disassembled list.
35235This command is useful for debugging the agent version of dynamic
6dd24dfa 35236printf (@pxref{Dynamic Printf}).
d3ce09f5 35237
8e04817f
AC
35238@kindex maint info breakpoints
35239@item @anchor{maint info breakpoints}maint info breakpoints
35240Using the same format as @samp{info breakpoints}, display both the
35241breakpoints you've set explicitly, and those @value{GDBN} is using for
35242internal purposes. Internal breakpoints are shown with negative
35243breakpoint numbers. The type column identifies what kind of breakpoint
35244is shown:
c906108c 35245
8e04817f
AC
35246@table @code
35247@item breakpoint
35248Normal, explicitly set breakpoint.
c906108c 35249
8e04817f
AC
35250@item watchpoint
35251Normal, explicitly set watchpoint.
c906108c 35252
8e04817f
AC
35253@item longjmp
35254Internal breakpoint, used to handle correctly stepping through
35255@code{longjmp} calls.
c906108c 35256
8e04817f
AC
35257@item longjmp resume
35258Internal breakpoint at the target of a @code{longjmp}.
c906108c 35259
8e04817f
AC
35260@item until
35261Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 35262
8e04817f
AC
35263@item finish
35264Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 35265
8e04817f
AC
35266@item shlib events
35267Shared library events.
c906108c 35268
8e04817f 35269@end table
c906108c 35270
d6b28940
TT
35271@kindex maint info bfds
35272@item maint info bfds
35273This prints information about each @code{bfd} object that is known to
35274@value{GDBN}. @xref{Top, , BFD, bfd, The Binary File Descriptor Library}.
35275
fff08868
HZ
35276@kindex set displaced-stepping
35277@kindex show displaced-stepping
237fc4c9
PA
35278@cindex displaced stepping support
35279@cindex out-of-line single-stepping
fff08868
HZ
35280@item set displaced-stepping
35281@itemx show displaced-stepping
237fc4c9 35282Control whether or not @value{GDBN} will do @dfn{displaced stepping}
fff08868
HZ
35283if the target supports it. Displaced stepping is a way to single-step
35284over breakpoints without removing them from the inferior, by executing
35285an out-of-line copy of the instruction that was originally at the
35286breakpoint location. It is also known as out-of-line single-stepping.
35287
35288@table @code
35289@item set displaced-stepping on
35290If the target architecture supports it, @value{GDBN} will use
35291displaced stepping to step over breakpoints.
35292
35293@item set displaced-stepping off
35294@value{GDBN} will not use displaced stepping to step over breakpoints,
35295even if such is supported by the target architecture.
35296
35297@cindex non-stop mode, and @samp{set displaced-stepping}
35298@item set displaced-stepping auto
35299This is the default mode. @value{GDBN} will use displaced stepping
35300only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
35301architecture supports displaced stepping.
35302@end table
237fc4c9 35303
09d4efe1
EZ
35304@kindex maint check-symtabs
35305@item maint check-symtabs
35306Check the consistency of psymtabs and symtabs.
35307
35308@kindex maint cplus first_component
35309@item maint cplus first_component @var{name}
35310Print the first C@t{++} class/namespace component of @var{name}.
35311
35312@kindex maint cplus namespace
35313@item maint cplus namespace
35314Print the list of possible C@t{++} namespaces.
35315
35316@kindex maint demangle
35317@item maint demangle @var{name}
d3e8051b 35318Demangle a C@t{++} or Objective-C mangled @var{name}.
09d4efe1
EZ
35319
35320@kindex maint deprecate
35321@kindex maint undeprecate
35322@cindex deprecated commands
35323@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
35324@itemx maint undeprecate @var{command}
35325Deprecate or undeprecate the named @var{command}. Deprecated commands
35326cause @value{GDBN} to issue a warning when you use them. The optional
35327argument @var{replacement} says which newer command should be used in
35328favor of the deprecated one; if it is given, @value{GDBN} will mention
35329the replacement as part of the warning.
35330
35331@kindex maint dump-me
35332@item maint dump-me
721c2651 35333@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 35334Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
35335This is supported only on systems which support aborting a program
35336with the @code{SIGQUIT} signal.
09d4efe1 35337
8d30a00d
AC
35338@kindex maint internal-error
35339@kindex maint internal-warning
09d4efe1
EZ
35340@item maint internal-error @r{[}@var{message-text}@r{]}
35341@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
35342Cause @value{GDBN} to call the internal function @code{internal_error}
35343or @code{internal_warning} and hence behave as though an internal error
35344or internal warning has been detected. In addition to reporting the
35345internal problem, these functions give the user the opportunity to
35346either quit @value{GDBN} or create a core file of the current
35347@value{GDBN} session.
35348
09d4efe1
EZ
35349These commands take an optional parameter @var{message-text} that is
35350used as the text of the error or warning message.
35351
d3e8051b 35352Here's an example of using @code{internal-error}:
09d4efe1 35353
8d30a00d 35354@smallexample
f7dc1244 35355(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
35356@dots{}/maint.c:121: internal-error: testing, 1, 2
35357A problem internal to GDB has been detected. Further
35358debugging may prove unreliable.
35359Quit this debugging session? (y or n) @kbd{n}
35360Create a core file? (y or n) @kbd{n}
f7dc1244 35361(@value{GDBP})
8d30a00d
AC
35362@end smallexample
35363
3c16cced
PA
35364@cindex @value{GDBN} internal error
35365@cindex internal errors, control of @value{GDBN} behavior
35366
35367@kindex maint set internal-error
35368@kindex maint show internal-error
35369@kindex maint set internal-warning
35370@kindex maint show internal-warning
35371@item maint set internal-error @var{action} [ask|yes|no]
35372@itemx maint show internal-error @var{action}
35373@itemx maint set internal-warning @var{action} [ask|yes|no]
35374@itemx maint show internal-warning @var{action}
35375When @value{GDBN} reports an internal problem (error or warning) it
35376gives the user the opportunity to both quit @value{GDBN} and create a
35377core file of the current @value{GDBN} session. These commands let you
35378override the default behaviour for each particular @var{action},
35379described in the table below.
35380
35381@table @samp
35382@item quit
35383You can specify that @value{GDBN} should always (yes) or never (no)
35384quit. The default is to ask the user what to do.
35385
35386@item corefile
35387You can specify that @value{GDBN} should always (yes) or never (no)
35388create a core file. The default is to ask the user what to do.
35389@end table
35390
09d4efe1
EZ
35391@kindex maint packet
35392@item maint packet @var{text}
35393If @value{GDBN} is talking to an inferior via the serial protocol,
35394then this command sends the string @var{text} to the inferior, and
35395displays the response packet. @value{GDBN} supplies the initial
35396@samp{$} character, the terminating @samp{#} character, and the
35397checksum.
35398
35399@kindex maint print architecture
35400@item maint print architecture @r{[}@var{file}@r{]}
35401Print the entire architecture configuration. The optional argument
35402@var{file} names the file where the output goes.
8d30a00d 35403
81adfced
DJ
35404@kindex maint print c-tdesc
35405@item maint print c-tdesc
35406Print the current target description (@pxref{Target Descriptions}) as
35407a C source file. The created source file can be used in @value{GDBN}
35408when an XML parser is not available to parse the description.
35409
00905d52
AC
35410@kindex maint print dummy-frames
35411@item maint print dummy-frames
00905d52
AC
35412Prints the contents of @value{GDBN}'s internal dummy-frame stack.
35413
35414@smallexample
f7dc1244 35415(@value{GDBP}) @kbd{b add}
00905d52 35416@dots{}
f7dc1244 35417(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
35418Breakpoint 2, add (a=2, b=3) at @dots{}
3541958 return (a + b);
35420The program being debugged stopped while in a function called from GDB.
35421@dots{}
f7dc1244 35422(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
354230x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
35424 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
35425 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 35426(@value{GDBP})
00905d52
AC
35427@end smallexample
35428
35429Takes an optional file parameter.
35430
0680b120
AC
35431@kindex maint print registers
35432@kindex maint print raw-registers
35433@kindex maint print cooked-registers
617073a9 35434@kindex maint print register-groups
c21236dc 35435@kindex maint print remote-registers
09d4efe1
EZ
35436@item maint print registers @r{[}@var{file}@r{]}
35437@itemx maint print raw-registers @r{[}@var{file}@r{]}
35438@itemx maint print cooked-registers @r{[}@var{file}@r{]}
35439@itemx maint print register-groups @r{[}@var{file}@r{]}
c21236dc 35440@itemx maint print remote-registers @r{[}@var{file}@r{]}
0680b120
AC
35441Print @value{GDBN}'s internal register data structures.
35442
617073a9 35443The command @code{maint print raw-registers} includes the contents of
c21236dc
PA
35444the raw register cache; the command @code{maint print
35445cooked-registers} includes the (cooked) value of all registers,
35446including registers which aren't available on the target nor visible
35447to user; the command @code{maint print register-groups} includes the
35448groups that each register is a member of; and the command @code{maint
35449print remote-registers} includes the remote target's register numbers
35450and offsets in the `G' packets. @xref{Registers,, Registers, gdbint,
617073a9 35451@value{GDBN} Internals}.
0680b120 35452
09d4efe1
EZ
35453These commands take an optional parameter, a file name to which to
35454write the information.
0680b120 35455
617073a9 35456@kindex maint print reggroups
09d4efe1
EZ
35457@item maint print reggroups @r{[}@var{file}@r{]}
35458Print @value{GDBN}'s internal register group data structures. The
35459optional argument @var{file} tells to what file to write the
35460information.
617073a9 35461
09d4efe1 35462The register groups info looks like this:
617073a9
AC
35463
35464@smallexample
f7dc1244 35465(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
35466 Group Type
35467 general user
35468 float user
35469 all user
35470 vector user
35471 system user
35472 save internal
35473 restore internal
617073a9
AC
35474@end smallexample
35475
09d4efe1
EZ
35476@kindex flushregs
35477@item flushregs
35478This command forces @value{GDBN} to flush its internal register cache.
35479
35480@kindex maint print objfiles
35481@cindex info for known object files
35482@item maint print objfiles
35483Print a dump of all known object files. For each object file, this
35484command prints its name, address in memory, and all of its psymtabs
35485and symtabs.
35486
8a1ea21f
DE
35487@kindex maint print section-scripts
35488@cindex info for known .debug_gdb_scripts-loaded scripts
35489@item maint print section-scripts [@var{regexp}]
35490Print a dump of scripts specified in the @code{.debug_gdb_section} section.
35491If @var{regexp} is specified, only print scripts loaded by object files
35492matching @var{regexp}.
35493For each script, this command prints its name as specified in the objfile,
35494and the full path if known.
8e0583c8 35495@xref{dotdebug_gdb_scripts section}.
8a1ea21f 35496
09d4efe1
EZ
35497@kindex maint print statistics
35498@cindex bcache statistics
35499@item maint print statistics
35500This command prints, for each object file in the program, various data
35501about that object file followed by the byte cache (@dfn{bcache})
35502statistics for the object file. The objfile data includes the number
d3e8051b 35503of minimal, partial, full, and stabs symbols, the number of types
09d4efe1
EZ
35504defined by the objfile, the number of as yet unexpanded psym tables,
35505the number of line tables and string tables, and the amount of memory
35506used by the various tables. The bcache statistics include the counts,
35507sizes, and counts of duplicates of all and unique objects, max,
35508average, and median entry size, total memory used and its overhead and
35509savings, and various measures of the hash table size and chain
35510lengths.
35511
c7ba131e
JB
35512@kindex maint print target-stack
35513@cindex target stack description
35514@item maint print target-stack
35515A @dfn{target} is an interface between the debugger and a particular
35516kind of file or process. Targets can be stacked in @dfn{strata},
35517so that more than one target can potentially respond to a request.
35518In particular, memory accesses will walk down the stack of targets
35519until they find a target that is interested in handling that particular
35520address.
35521
35522This command prints a short description of each layer that was pushed on
35523the @dfn{target stack}, starting from the top layer down to the bottom one.
35524
09d4efe1
EZ
35525@kindex maint print type
35526@cindex type chain of a data type
35527@item maint print type @var{expr}
35528Print the type chain for a type specified by @var{expr}. The argument
35529can be either a type name or a symbol. If it is a symbol, the type of
35530that symbol is described. The type chain produced by this command is
35531a recursive definition of the data type as stored in @value{GDBN}'s
35532data structures, including its flags and contained types.
35533
9eae7c52
TT
35534@kindex maint set dwarf2 always-disassemble
35535@kindex maint show dwarf2 always-disassemble
35536@item maint set dwarf2 always-disassemble
35537@item maint show dwarf2 always-disassemble
35538Control the behavior of @code{info address} when using DWARF debugging
35539information.
35540
35541The default is @code{off}, which means that @value{GDBN} should try to
35542describe a variable's location in an easily readable format. When
35543@code{on}, @value{GDBN} will instead display the DWARF location
35544expression in an assembly-like format. Note that some locations are
35545too complex for @value{GDBN} to describe simply; in this case you will
35546always see the disassembly form.
35547
35548Here is an example of the resulting disassembly:
35549
35550@smallexample
35551(gdb) info addr argc
35552Symbol "argc" is a complex DWARF expression:
35553 1: DW_OP_fbreg 0
35554@end smallexample
35555
35556For more information on these expressions, see
35557@uref{http://www.dwarfstd.org/, the DWARF standard}.
35558
09d4efe1
EZ
35559@kindex maint set dwarf2 max-cache-age
35560@kindex maint show dwarf2 max-cache-age
35561@item maint set dwarf2 max-cache-age
35562@itemx maint show dwarf2 max-cache-age
35563Control the DWARF 2 compilation unit cache.
35564
35565@cindex DWARF 2 compilation units cache
35566In object files with inter-compilation-unit references, such as those
35567produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
35568reader needs to frequently refer to previously read compilation units.
35569This setting controls how long a compilation unit will remain in the
35570cache if it is not referenced. A higher limit means that cached
35571compilation units will be stored in memory longer, and more total
35572memory will be used. Setting it to zero disables caching, which will
35573slow down @value{GDBN} startup, but reduce memory consumption.
35574
e7ba9c65
DJ
35575@kindex maint set profile
35576@kindex maint show profile
35577@cindex profiling GDB
35578@item maint set profile
35579@itemx maint show profile
35580Control profiling of @value{GDBN}.
35581
35582Profiling will be disabled until you use the @samp{maint set profile}
35583command to enable it. When you enable profiling, the system will begin
35584collecting timing and execution count data; when you disable profiling or
35585exit @value{GDBN}, the results will be written to a log file. Remember that
35586if you use profiling, @value{GDBN} will overwrite the profiling log file
35587(often called @file{gmon.out}). If you have a record of important profiling
35588data in a @file{gmon.out} file, be sure to move it to a safe location.
35589
35590Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 35591compiled with the @samp{-pg} compiler option.
e7ba9c65 35592
cbe54154
PA
35593@kindex maint set show-debug-regs
35594@kindex maint show show-debug-regs
eac35c4e 35595@cindex hardware debug registers
cbe54154
PA
35596@item maint set show-debug-regs
35597@itemx maint show show-debug-regs
eac35c4e 35598Control whether to show variables that mirror the hardware debug
09d4efe1 35599registers. Use @code{ON} to enable, @code{OFF} to disable. If
3f94c067 35600enabled, the debug registers values are shown when @value{GDBN} inserts or
09d4efe1
EZ
35601removes a hardware breakpoint or watchpoint, and when the inferior
35602triggers a hardware-assisted breakpoint or watchpoint.
35603
711e434b
PM
35604@kindex maint set show-all-tib
35605@kindex maint show show-all-tib
35606@item maint set show-all-tib
35607@itemx maint show show-all-tib
35608Control whether to show all non zero areas within a 1k block starting
35609at thread local base, when using the @samp{info w32 thread-information-block}
35610command.
35611
bd712aed
DE
35612@kindex maint set per-command
35613@kindex maint show per-command
35614@item maint set per-command
35615@itemx maint show per-command
35616@cindex resources used by commands
09d4efe1 35617
bd712aed
DE
35618@value{GDBN} can display the resources used by each command.
35619This is useful in debugging performance problems.
35620
35621@table @code
35622@item maint set per-command space [on|off]
35623@itemx maint show per-command space
35624Enable or disable the printing of the memory used by GDB for each command.
35625If enabled, @value{GDBN} will display how much memory each command
35626took, following the command's own output.
35627This can also be requested by invoking @value{GDBN} with the
35628@option{--statistics} command-line switch (@pxref{Mode Options}).
35629
35630@item maint set per-command time [on|off]
35631@itemx maint show per-command time
35632Enable or disable the printing of the execution time of @value{GDBN}
35633for each command.
35634If enabled, @value{GDBN} will display how much time it
09d4efe1 35635took to execute each command, following the command's own output.
0a1c4d10
DE
35636Both CPU time and wallclock time are printed.
35637Printing both is useful when trying to determine whether the cost is
bd712aed 35638CPU or, e.g., disk/network latency.
0a1c4d10
DE
35639Note that the CPU time printed is for @value{GDBN} only, it does not include
35640the execution time of the inferior because there's no mechanism currently
35641to compute how much time was spent by @value{GDBN} and how much time was
35642spent by the program been debugged.
09d4efe1
EZ
35643This can also be requested by invoking @value{GDBN} with the
35644@option{--statistics} command-line switch (@pxref{Mode Options}).
35645
bd712aed
DE
35646@item maint set per-command symtab [on|off]
35647@itemx maint show per-command symtab
35648Enable or disable the printing of basic symbol table statistics
35649for each command.
35650If enabled, @value{GDBN} will display the following information:
35651
215b9f98
EZ
35652@enumerate a
35653@item
35654number of symbol tables
35655@item
35656number of primary symbol tables
35657@item
35658number of blocks in the blockvector
35659@end enumerate
bd712aed
DE
35660@end table
35661
35662@kindex maint space
35663@cindex memory used by commands
35664@item maint space @var{value}
35665An alias for @code{maint set per-command space}.
35666A non-zero value enables it, zero disables it.
35667
35668@kindex maint time
35669@cindex time of command execution
35670@item maint time @var{value}
35671An alias for @code{maint set per-command time}.
35672A non-zero value enables it, zero disables it.
35673
09d4efe1
EZ
35674@kindex maint translate-address
35675@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
35676Find the symbol stored at the location specified by the address
35677@var{addr} and an optional section name @var{section}. If found,
35678@value{GDBN} prints the name of the closest symbol and an offset from
35679the symbol's location to the specified address. This is similar to
35680the @code{info address} command (@pxref{Symbols}), except that this
35681command also allows to find symbols in other sections.
ae038cb0 35682
c14c28ba
PP
35683If section was not specified, the section in which the symbol was found
35684is also printed. For dynamically linked executables, the name of
35685executable or shared library containing the symbol is printed as well.
35686
8e04817f 35687@end table
c906108c 35688
9c16f35a
EZ
35689The following command is useful for non-interactive invocations of
35690@value{GDBN}, such as in the test suite.
35691
35692@table @code
35693@item set watchdog @var{nsec}
35694@kindex set watchdog
35695@cindex watchdog timer
35696@cindex timeout for commands
35697Set the maximum number of seconds @value{GDBN} will wait for the
35698target operation to finish. If this time expires, @value{GDBN}
35699reports and error and the command is aborted.
35700
35701@item show watchdog
35702Show the current setting of the target wait timeout.
35703@end table
c906108c 35704
e0ce93ac 35705@node Remote Protocol
8e04817f 35706@appendix @value{GDBN} Remote Serial Protocol
c906108c 35707
ee2d5c50
AC
35708@menu
35709* Overview::
35710* Packets::
35711* Stop Reply Packets::
35712* General Query Packets::
a1dcb23a 35713* Architecture-Specific Protocol Details::
9d29849a 35714* Tracepoint Packets::
a6b151f1 35715* Host I/O Packets::
9a6253be 35716* Interrupts::
8b23ecc4
SL
35717* Notification Packets::
35718* Remote Non-Stop::
a6f3e723 35719* Packet Acknowledgment::
ee2d5c50 35720* Examples::
79a6e687 35721* File-I/O Remote Protocol Extension::
cfa9d6d9 35722* Library List Format::
2268b414 35723* Library List Format for SVR4 Targets::
79a6e687 35724* Memory Map Format::
dc146f7c 35725* Thread List Format::
b3b9301e 35726* Traceframe Info Format::
2ae8c8e7 35727* Branch Trace Format::
ee2d5c50
AC
35728@end menu
35729
35730@node Overview
35731@section Overview
35732
8e04817f
AC
35733There may be occasions when you need to know something about the
35734protocol---for example, if there is only one serial port to your target
35735machine, you might want your program to do something special if it
35736recognizes a packet meant for @value{GDBN}.
c906108c 35737
d2c6833e 35738In the examples below, @samp{->} and @samp{<-} are used to indicate
bf06d120 35739transmitted and received data, respectively.
c906108c 35740
8e04817f
AC
35741@cindex protocol, @value{GDBN} remote serial
35742@cindex serial protocol, @value{GDBN} remote
35743@cindex remote serial protocol
8b23ecc4
SL
35744All @value{GDBN} commands and responses (other than acknowledgments
35745and notifications, see @ref{Notification Packets}) are sent as a
35746@var{packet}. A @var{packet} is introduced with the character
8e04817f
AC
35747@samp{$}, the actual @var{packet-data}, and the terminating character
35748@samp{#} followed by a two-digit @var{checksum}:
c906108c 35749
474c8240 35750@smallexample
8e04817f 35751@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 35752@end smallexample
8e04817f 35753@noindent
c906108c 35754
8e04817f
AC
35755@cindex checksum, for @value{GDBN} remote
35756@noindent
35757The two-digit @var{checksum} is computed as the modulo 256 sum of all
35758characters between the leading @samp{$} and the trailing @samp{#} (an
35759eight bit unsigned checksum).
c906108c 35760
8e04817f
AC
35761Implementors should note that prior to @value{GDBN} 5.0 the protocol
35762specification also included an optional two-digit @var{sequence-id}:
c906108c 35763
474c8240 35764@smallexample
8e04817f 35765@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 35766@end smallexample
c906108c 35767
8e04817f
AC
35768@cindex sequence-id, for @value{GDBN} remote
35769@noindent
35770That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
35771has never output @var{sequence-id}s. Stubs that handle packets added
35772since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 35773
8e04817f
AC
35774When either the host or the target machine receives a packet, the first
35775response expected is an acknowledgment: either @samp{+} (to indicate
35776the package was received correctly) or @samp{-} (to request
35777retransmission):
c906108c 35778
474c8240 35779@smallexample
d2c6833e
AC
35780-> @code{$}@var{packet-data}@code{#}@var{checksum}
35781<- @code{+}
474c8240 35782@end smallexample
8e04817f 35783@noindent
53a5351d 35784
a6f3e723
SL
35785The @samp{+}/@samp{-} acknowledgments can be disabled
35786once a connection is established.
35787@xref{Packet Acknowledgment}, for details.
35788
8e04817f
AC
35789The host (@value{GDBN}) sends @var{command}s, and the target (the
35790debugging stub incorporated in your program) sends a @var{response}. In
35791the case of step and continue @var{command}s, the response is only sent
8b23ecc4
SL
35792when the operation has completed, and the target has again stopped all
35793threads in all attached processes. This is the default all-stop mode
35794behavior, but the remote protocol also supports @value{GDBN}'s non-stop
35795execution mode; see @ref{Remote Non-Stop}, for details.
c906108c 35796
8e04817f
AC
35797@var{packet-data} consists of a sequence of characters with the
35798exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
35799exceptions).
c906108c 35800
ee2d5c50 35801@cindex remote protocol, field separator
0876f84a 35802Fields within the packet should be separated using @samp{,} @samp{;} or
8e04817f 35803@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 35804@sc{hex} with leading zeros suppressed.
c906108c 35805
8e04817f
AC
35806Implementors should note that prior to @value{GDBN} 5.0, the character
35807@samp{:} could not appear as the third character in a packet (as it
35808would potentially conflict with the @var{sequence-id}).
c906108c 35809
0876f84a
DJ
35810@cindex remote protocol, binary data
35811@anchor{Binary Data}
35812Binary data in most packets is encoded either as two hexadecimal
35813digits per byte of binary data. This allowed the traditional remote
35814protocol to work over connections which were only seven-bit clean.
35815Some packets designed more recently assume an eight-bit clean
35816connection, and use a more efficient encoding to send and receive
35817binary data.
35818
35819The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
35820as an escape character. Any escaped byte is transmitted as the escape
35821character followed by the original character XORed with @code{0x20}.
35822For example, the byte @code{0x7d} would be transmitted as the two
35823bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
35824@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
35825@samp{@}}) must always be escaped. Responses sent by the stub
35826must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
35827is not interpreted as the start of a run-length encoded sequence
35828(described next).
35829
1d3811f6
DJ
35830Response @var{data} can be run-length encoded to save space.
35831Run-length encoding replaces runs of identical characters with one
35832instance of the repeated character, followed by a @samp{*} and a
35833repeat count. The repeat count is itself sent encoded, to avoid
35834binary characters in @var{data}: a value of @var{n} is sent as
35835@code{@var{n}+29}. For a repeat count greater or equal to 3, this
35836produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
35837code 32) for a repeat count of 3. (This is because run-length
35838encoding starts to win for counts 3 or more.) Thus, for example,
35839@samp{0* } is a run-length encoding of ``0000'': the space character
35840after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
358413}} more times.
35842
35843The printable characters @samp{#} and @samp{$} or with a numeric value
35844greater than 126 must not be used. Runs of six repeats (@samp{#}) or
35845seven repeats (@samp{$}) can be expanded using a repeat count of only
35846five (@samp{"}). For example, @samp{00000000} can be encoded as
35847@samp{0*"00}.
c906108c 35848
8e04817f
AC
35849The error response returned for some packets includes a two character
35850error number. That number is not well defined.
c906108c 35851
f8da2bff 35852@cindex empty response, for unsupported packets
8e04817f
AC
35853For any @var{command} not supported by the stub, an empty response
35854(@samp{$#00}) should be returned. That way it is possible to extend the
35855protocol. A newer @value{GDBN} can tell if a packet is supported based
35856on that response.
c906108c 35857
393eab54
PA
35858At a minimum, a stub is required to support the @samp{g} and @samp{G}
35859commands for register access, and the @samp{m} and @samp{M} commands
35860for memory access. Stubs that only control single-threaded targets
35861can implement run control with the @samp{c} (continue), and @samp{s}
35862(step) commands. Stubs that support multi-threading targets should
35863support the @samp{vCont} command. All other commands are optional.
c906108c 35864
ee2d5c50
AC
35865@node Packets
35866@section Packets
35867
35868The following table provides a complete list of all currently defined
35869@var{command}s and their corresponding response @var{data}.
79a6e687 35870@xref{File-I/O Remote Protocol Extension}, for details about the File
9c16f35a 35871I/O extension of the remote protocol.
ee2d5c50 35872
b8ff78ce
JB
35873Each packet's description has a template showing the packet's overall
35874syntax, followed by an explanation of the packet's meaning. We
35875include spaces in some of the templates for clarity; these are not
35876part of the packet's syntax. No @value{GDBN} packet uses spaces to
35877separate its components. For example, a template like @samp{foo
35878@var{bar} @var{baz}} describes a packet beginning with the three ASCII
35879bytes @samp{foo}, followed by a @var{bar}, followed directly by a
3f94c067 35880@var{baz}. @value{GDBN} does not transmit a space character between the
b8ff78ce
JB
35881@samp{foo} and the @var{bar}, or between the @var{bar} and the
35882@var{baz}.
35883
b90a069a
SL
35884@cindex @var{thread-id}, in remote protocol
35885@anchor{thread-id syntax}
35886Several packets and replies include a @var{thread-id} field to identify
35887a thread. Normally these are positive numbers with a target-specific
35888interpretation, formatted as big-endian hex strings. A @var{thread-id}
35889can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
35890pick any thread.
35891
35892In addition, the remote protocol supports a multiprocess feature in
35893which the @var{thread-id} syntax is extended to optionally include both
35894process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
35895The @var{pid} (process) and @var{tid} (thread) components each have the
35896format described above: a positive number with target-specific
35897interpretation formatted as a big-endian hex string, literal @samp{-1}
35898to indicate all processes or threads (respectively), or @samp{0} to
35899indicate an arbitrary process or thread. Specifying just a process, as
35900@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
35901error to specify all processes but a specific thread, such as
35902@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
35903for those packets and replies explicitly documented to include a process
35904ID, rather than a @var{thread-id}.
35905
35906The multiprocess @var{thread-id} syntax extensions are only used if both
35907@value{GDBN} and the stub report support for the @samp{multiprocess}
35908feature using @samp{qSupported}. @xref{multiprocess extensions}, for
35909more information.
35910
8ffe2530
JB
35911Note that all packet forms beginning with an upper- or lower-case
35912letter, other than those described here, are reserved for future use.
35913
b8ff78ce 35914Here are the packet descriptions.
ee2d5c50 35915
b8ff78ce 35916@table @samp
ee2d5c50 35917
b8ff78ce
JB
35918@item !
35919@cindex @samp{!} packet
2d717e4f 35920@anchor{extended mode}
8e04817f
AC
35921Enable extended mode. In extended mode, the remote server is made
35922persistent. The @samp{R} packet is used to restart the program being
35923debugged.
ee2d5c50
AC
35924
35925Reply:
35926@table @samp
35927@item OK
8e04817f 35928The remote target both supports and has enabled extended mode.
ee2d5c50 35929@end table
c906108c 35930
b8ff78ce
JB
35931@item ?
35932@cindex @samp{?} packet
ee2d5c50 35933Indicate the reason the target halted. The reply is the same as for
8b23ecc4
SL
35934step and continue. This packet has a special interpretation when the
35935target is in non-stop mode; see @ref{Remote Non-Stop}.
c906108c 35936
ee2d5c50
AC
35937Reply:
35938@xref{Stop Reply Packets}, for the reply specifications.
35939
b8ff78ce
JB
35940@item A @var{arglen},@var{argnum},@var{arg},@dots{}
35941@cindex @samp{A} packet
35942Initialized @code{argv[]} array passed into program. @var{arglen}
35943specifies the number of bytes in the hex encoded byte stream
35944@var{arg}. See @code{gdbserver} for more details.
ee2d5c50
AC
35945
35946Reply:
35947@table @samp
35948@item OK
b8ff78ce
JB
35949The arguments were set.
35950@item E @var{NN}
35951An error occurred.
ee2d5c50
AC
35952@end table
35953
b8ff78ce
JB
35954@item b @var{baud}
35955@cindex @samp{b} packet
35956(Don't use this packet; its behavior is not well-defined.)
ee2d5c50
AC
35957Change the serial line speed to @var{baud}.
35958
35959JTC: @emph{When does the transport layer state change? When it's
35960received, or after the ACK is transmitted. In either case, there are
35961problems if the command or the acknowledgment packet is dropped.}
35962
35963Stan: @emph{If people really wanted to add something like this, and get
35964it working for the first time, they ought to modify ser-unix.c to send
35965some kind of out-of-band message to a specially-setup stub and have the
35966switch happen "in between" packets, so that from remote protocol's point
35967of view, nothing actually happened.}
35968
b8ff78ce
JB
35969@item B @var{addr},@var{mode}
35970@cindex @samp{B} packet
8e04817f 35971Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
35972breakpoint at @var{addr}.
35973
b8ff78ce 35974Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
2f870471 35975(@pxref{insert breakpoint or watchpoint packet}).
c906108c 35976
bacec72f 35977@cindex @samp{bc} packet
0d772ac9
MS
35978@anchor{bc}
35979@item bc
bacec72f
MS
35980Backward continue. Execute the target system in reverse. No parameter.
35981@xref{Reverse Execution}, for more information.
35982
35983Reply:
35984@xref{Stop Reply Packets}, for the reply specifications.
35985
bacec72f 35986@cindex @samp{bs} packet
0d772ac9
MS
35987@anchor{bs}
35988@item bs
bacec72f
MS
35989Backward single step. Execute one instruction in reverse. No parameter.
35990@xref{Reverse Execution}, for more information.
35991
35992Reply:
35993@xref{Stop Reply Packets}, for the reply specifications.
35994
4f553f88 35995@item c @r{[}@var{addr}@r{]}
b8ff78ce
JB
35996@cindex @samp{c} packet
35997Continue. @var{addr} is address to resume. If @var{addr} is omitted,
35998resume at current address.
c906108c 35999
393eab54
PA
36000This packet is deprecated for multi-threading support. @xref{vCont
36001packet}.
36002
ee2d5c50
AC
36003Reply:
36004@xref{Stop Reply Packets}, for the reply specifications.
36005
4f553f88 36006@item C @var{sig}@r{[};@var{addr}@r{]}
b8ff78ce 36007@cindex @samp{C} packet
8e04817f 36008Continue with signal @var{sig} (hex signal number). If
b8ff78ce 36009@samp{;@var{addr}} is omitted, resume at same address.
c906108c 36010
393eab54
PA
36011This packet is deprecated for multi-threading support. @xref{vCont
36012packet}.
36013
ee2d5c50
AC
36014Reply:
36015@xref{Stop Reply Packets}, for the reply specifications.
c906108c 36016
b8ff78ce
JB
36017@item d
36018@cindex @samp{d} packet
ee2d5c50
AC
36019Toggle debug flag.
36020
b8ff78ce
JB
36021Don't use this packet; instead, define a general set packet
36022(@pxref{General Query Packets}).
ee2d5c50 36023
b8ff78ce 36024@item D
b90a069a 36025@itemx D;@var{pid}
b8ff78ce 36026@cindex @samp{D} packet
b90a069a
SL
36027The first form of the packet is used to detach @value{GDBN} from the
36028remote system. It is sent to the remote target
07f31aa6 36029before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50 36030
b90a069a
SL
36031The second form, including a process ID, is used when multiprocess
36032protocol extensions are enabled (@pxref{multiprocess extensions}), to
36033detach only a specific process. The @var{pid} is specified as a
36034big-endian hex string.
36035
ee2d5c50
AC
36036Reply:
36037@table @samp
10fac096
NW
36038@item OK
36039for success
b8ff78ce 36040@item E @var{NN}
10fac096 36041for an error
ee2d5c50 36042@end table
c906108c 36043
b8ff78ce
JB
36044@item F @var{RC},@var{EE},@var{CF};@var{XX}
36045@cindex @samp{F} packet
36046A reply from @value{GDBN} to an @samp{F} packet sent by the target.
36047This is part of the File-I/O protocol extension. @xref{File-I/O
79a6e687 36048Remote Protocol Extension}, for the specification.
ee2d5c50 36049
b8ff78ce 36050@item g
ee2d5c50 36051@anchor{read registers packet}
b8ff78ce 36052@cindex @samp{g} packet
ee2d5c50
AC
36053Read general registers.
36054
36055Reply:
36056@table @samp
36057@item @var{XX@dots{}}
8e04817f
AC
36058Each byte of register data is described by two hex digits. The bytes
36059with the register are transmitted in target byte order. The size of
b8ff78ce 36060each register and their position within the @samp{g} packet are
4a9bb1df
UW
36061determined by the @value{GDBN} internal gdbarch functions
36062@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}. The
b8ff78ce 36063specification of several standard @samp{g} packets is specified below.
ad196637
PA
36064
36065When reading registers from a trace frame (@pxref{Analyze Collected
36066Data,,Using the Collected Data}), the stub may also return a string of
36067literal @samp{x}'s in place of the register data digits, to indicate
36068that the corresponding register has not been collected, thus its value
36069is unavailable. For example, for an architecture with 4 registers of
360704 bytes each, the following reply indicates to @value{GDBN} that
36071registers 0 and 2 have not been collected, while registers 1 and 3
36072have been collected, and both have zero value:
36073
36074@smallexample
36075-> @code{g}
36076<- @code{xxxxxxxx00000000xxxxxxxx00000000}
36077@end smallexample
36078
b8ff78ce 36079@item E @var{NN}
ee2d5c50
AC
36080for an error.
36081@end table
c906108c 36082
b8ff78ce
JB
36083@item G @var{XX@dots{}}
36084@cindex @samp{G} packet
36085Write general registers. @xref{read registers packet}, for a
36086description of the @var{XX@dots{}} data.
ee2d5c50
AC
36087
36088Reply:
36089@table @samp
36090@item OK
36091for success
b8ff78ce 36092@item E @var{NN}
ee2d5c50
AC
36093for an error
36094@end table
36095
393eab54 36096@item H @var{op} @var{thread-id}
b8ff78ce 36097@cindex @samp{H} packet
8e04817f 36098Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
393eab54
PA
36099@samp{G}, et.al.). @var{op} depends on the operation to be performed:
36100it should be @samp{c} for step and continue operations (note that this
36101is deprecated, supporting the @samp{vCont} command is a better
36102option), @samp{g} for other operations. The thread designator
36103@var{thread-id} has the format and interpretation described in
36104@ref{thread-id syntax}.
ee2d5c50
AC
36105
36106Reply:
36107@table @samp
36108@item OK
36109for success
b8ff78ce 36110@item E @var{NN}
ee2d5c50
AC
36111for an error
36112@end table
c906108c 36113
8e04817f
AC
36114@c FIXME: JTC:
36115@c 'H': How restrictive (or permissive) is the thread model. If a
36116@c thread is selected and stopped, are other threads allowed
36117@c to continue to execute? As I mentioned above, I think the
36118@c semantics of each command when a thread is selected must be
36119@c described. For example:
36120@c
36121@c 'g': If the stub supports threads and a specific thread is
36122@c selected, returns the register block from that thread;
36123@c otherwise returns current registers.
36124@c
36125@c 'G' If the stub supports threads and a specific thread is
36126@c selected, sets the registers of the register block of
36127@c that thread; otherwise sets current registers.
c906108c 36128
b8ff78ce 36129@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
ee2d5c50 36130@anchor{cycle step packet}
b8ff78ce
JB
36131@cindex @samp{i} packet
36132Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
8e04817f
AC
36133present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
36134step starting at that address.
c906108c 36135
b8ff78ce
JB
36136@item I
36137@cindex @samp{I} packet
36138Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
36139step packet}.
ee2d5c50 36140
b8ff78ce
JB
36141@item k
36142@cindex @samp{k} packet
36143Kill request.
c906108c 36144
ac282366 36145FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
36146thread context has been selected (i.e.@: does 'k' kill only that
36147thread?)}.
c906108c 36148
b8ff78ce
JB
36149@item m @var{addr},@var{length}
36150@cindex @samp{m} packet
8e04817f 36151Read @var{length} bytes of memory starting at address @var{addr}.
fb031cdf
JB
36152Note that @var{addr} may not be aligned to any particular boundary.
36153
36154The stub need not use any particular size or alignment when gathering
36155data from memory for the response; even if @var{addr} is word-aligned
36156and @var{length} is a multiple of the word size, the stub is free to
36157use byte accesses, or not. For this reason, this packet may not be
36158suitable for accessing memory-mapped I/O devices.
c43c5473
JB
36159@cindex alignment of remote memory accesses
36160@cindex size of remote memory accesses
36161@cindex memory, alignment and size of remote accesses
c906108c 36162
ee2d5c50
AC
36163Reply:
36164@table @samp
36165@item @var{XX@dots{}}
599b237a 36166Memory contents; each byte is transmitted as a two-digit hexadecimal
b8ff78ce
JB
36167number. The reply may contain fewer bytes than requested if the
36168server was able to read only part of the region of memory.
36169@item E @var{NN}
ee2d5c50
AC
36170@var{NN} is errno
36171@end table
36172
b8ff78ce
JB
36173@item M @var{addr},@var{length}:@var{XX@dots{}}
36174@cindex @samp{M} packet
8e04817f 36175Write @var{length} bytes of memory starting at address @var{addr}.
b8ff78ce 36176@var{XX@dots{}} is the data; each byte is transmitted as a two-digit
599b237a 36177hexadecimal number.
ee2d5c50
AC
36178
36179Reply:
36180@table @samp
36181@item OK
36182for success
b8ff78ce 36183@item E @var{NN}
8e04817f
AC
36184for an error (this includes the case where only part of the data was
36185written).
ee2d5c50 36186@end table
c906108c 36187
b8ff78ce
JB
36188@item p @var{n}
36189@cindex @samp{p} packet
36190Read the value of register @var{n}; @var{n} is in hex.
2e868123
AC
36191@xref{read registers packet}, for a description of how the returned
36192register value is encoded.
ee2d5c50
AC
36193
36194Reply:
36195@table @samp
2e868123
AC
36196@item @var{XX@dots{}}
36197the register's value
b8ff78ce 36198@item E @var{NN}
2e868123 36199for an error
d57350ea 36200@item @w{}
2e868123 36201Indicating an unrecognized @var{query}.
ee2d5c50
AC
36202@end table
36203
b8ff78ce 36204@item P @var{n@dots{}}=@var{r@dots{}}
ee2d5c50 36205@anchor{write register packet}
b8ff78ce
JB
36206@cindex @samp{P} packet
36207Write register @var{n@dots{}} with value @var{r@dots{}}. The register
599b237a 36208number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
8e04817f 36209digits for each byte in the register (target byte order).
c906108c 36210
ee2d5c50
AC
36211Reply:
36212@table @samp
36213@item OK
36214for success
b8ff78ce 36215@item E @var{NN}
ee2d5c50
AC
36216for an error
36217@end table
36218
5f3bebba
JB
36219@item q @var{name} @var{params}@dots{}
36220@itemx Q @var{name} @var{params}@dots{}
b8ff78ce 36221@cindex @samp{q} packet
b8ff78ce 36222@cindex @samp{Q} packet
5f3bebba
JB
36223General query (@samp{q}) and set (@samp{Q}). These packets are
36224described fully in @ref{General Query Packets}.
c906108c 36225
b8ff78ce
JB
36226@item r
36227@cindex @samp{r} packet
8e04817f 36228Reset the entire system.
c906108c 36229
b8ff78ce 36230Don't use this packet; use the @samp{R} packet instead.
ee2d5c50 36231
b8ff78ce
JB
36232@item R @var{XX}
36233@cindex @samp{R} packet
8e04817f 36234Restart the program being debugged. @var{XX}, while needed, is ignored.
2d717e4f 36235This packet is only available in extended mode (@pxref{extended mode}).
ee2d5c50 36236
8e04817f 36237The @samp{R} packet has no reply.
ee2d5c50 36238
4f553f88 36239@item s @r{[}@var{addr}@r{]}
b8ff78ce
JB
36240@cindex @samp{s} packet
36241Single step. @var{addr} is the address at which to resume. If
36242@var{addr} is omitted, resume at same address.
c906108c 36243
393eab54
PA
36244This packet is deprecated for multi-threading support. @xref{vCont
36245packet}.
36246
ee2d5c50
AC
36247Reply:
36248@xref{Stop Reply Packets}, for the reply specifications.
36249
4f553f88 36250@item S @var{sig}@r{[};@var{addr}@r{]}
ee2d5c50 36251@anchor{step with signal packet}
b8ff78ce
JB
36252@cindex @samp{S} packet
36253Step with signal. This is analogous to the @samp{C} packet, but
36254requests a single-step, rather than a normal resumption of execution.
c906108c 36255
393eab54
PA
36256This packet is deprecated for multi-threading support. @xref{vCont
36257packet}.
36258
ee2d5c50
AC
36259Reply:
36260@xref{Stop Reply Packets}, for the reply specifications.
36261
b8ff78ce
JB
36262@item t @var{addr}:@var{PP},@var{MM}
36263@cindex @samp{t} packet
8e04817f 36264Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
36265@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
36266@var{addr} must be at least 3 digits.
c906108c 36267
b90a069a 36268@item T @var{thread-id}
b8ff78ce 36269@cindex @samp{T} packet
b90a069a 36270Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
c906108c 36271
ee2d5c50
AC
36272Reply:
36273@table @samp
36274@item OK
36275thread is still alive
b8ff78ce 36276@item E @var{NN}
ee2d5c50
AC
36277thread is dead
36278@end table
36279
b8ff78ce
JB
36280@item v
36281Packets starting with @samp{v} are identified by a multi-letter name,
36282up to the first @samp{;} or @samp{?} (or the end of the packet).
86d30acc 36283
2d717e4f
DJ
36284@item vAttach;@var{pid}
36285@cindex @samp{vAttach} packet
8b23ecc4
SL
36286Attach to a new process with the specified process ID @var{pid}.
36287The process ID is a
36288hexadecimal integer identifying the process. In all-stop mode, all
36289threads in the attached process are stopped; in non-stop mode, it may be
36290attached without being stopped if that is supported by the target.
36291
36292@c In non-stop mode, on a successful vAttach, the stub should set the
36293@c current thread to a thread of the newly-attached process. After
36294@c attaching, GDB queries for the attached process's thread ID with qC.
36295@c Also note that, from a user perspective, whether or not the
36296@c target is stopped on attach in non-stop mode depends on whether you
36297@c use the foreground or background version of the attach command, not
36298@c on what vAttach does; GDB does the right thing with respect to either
36299@c stopping or restarting threads.
2d717e4f
DJ
36300
36301This packet is only available in extended mode (@pxref{extended mode}).
36302
36303Reply:
36304@table @samp
36305@item E @var{nn}
36306for an error
36307@item @r{Any stop packet}
8b23ecc4
SL
36308for success in all-stop mode (@pxref{Stop Reply Packets})
36309@item OK
36310for success in non-stop mode (@pxref{Remote Non-Stop})
2d717e4f
DJ
36311@end table
36312
b90a069a 36313@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
b8ff78ce 36314@cindex @samp{vCont} packet
393eab54 36315@anchor{vCont packet}
b8ff78ce 36316Resume the inferior, specifying different actions for each thread.
b90a069a 36317If an action is specified with no @var{thread-id}, then it is applied to any
86d30acc 36318threads that don't have a specific action specified; if no default action is
8b23ecc4
SL
36319specified then other threads should remain stopped in all-stop mode and
36320in their current state in non-stop mode.
36321Specifying multiple
86d30acc 36322default actions is an error; specifying no actions is also an error.
b90a069a
SL
36323Thread IDs are specified using the syntax described in @ref{thread-id syntax}.
36324
36325Currently supported actions are:
86d30acc 36326
b8ff78ce 36327@table @samp
86d30acc
DJ
36328@item c
36329Continue.
b8ff78ce 36330@item C @var{sig}
8b23ecc4 36331Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
36332@item s
36333Step.
b8ff78ce 36334@item S @var{sig}
8b23ecc4
SL
36335Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
36336@item t
36337Stop.
86d30acc
DJ
36338@end table
36339
8b23ecc4
SL
36340The optional argument @var{addr} normally associated with the
36341@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
b8ff78ce 36342not supported in @samp{vCont}.
86d30acc 36343
08a0efd0
PA
36344The @samp{t} action is only relevant in non-stop mode
36345(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
8b23ecc4
SL
36346A stop reply should be generated for any affected thread not already stopped.
36347When a thread is stopped by means of a @samp{t} action,
36348the corresponding stop reply should indicate that the thread has stopped with
36349signal @samp{0}, regardless of whether the target uses some other signal
36350as an implementation detail.
36351
4220b2f8
TS
36352The stub must support @samp{vCont} if it reports support for
36353multiprocess extensions (@pxref{multiprocess extensions}). Note that in
36354this case @samp{vCont} actions can be specified to apply to all threads
36355in a process by using the @samp{p@var{pid}.-1} form of the
36356@var{thread-id}.
36357
86d30acc
DJ
36358Reply:
36359@xref{Stop Reply Packets}, for the reply specifications.
36360
b8ff78ce
JB
36361@item vCont?
36362@cindex @samp{vCont?} packet
d3e8051b 36363Request a list of actions supported by the @samp{vCont} packet.
86d30acc
DJ
36364
36365Reply:
36366@table @samp
b8ff78ce
JB
36367@item vCont@r{[};@var{action}@dots{}@r{]}
36368The @samp{vCont} packet is supported. Each @var{action} is a supported
36369command in the @samp{vCont} packet.
d57350ea 36370@item @w{}
b8ff78ce 36371The @samp{vCont} packet is not supported.
86d30acc 36372@end table
ee2d5c50 36373
a6b151f1
DJ
36374@item vFile:@var{operation}:@var{parameter}@dots{}
36375@cindex @samp{vFile} packet
36376Perform a file operation on the target system. For details,
36377see @ref{Host I/O Packets}.
36378
68437a39
DJ
36379@item vFlashErase:@var{addr},@var{length}
36380@cindex @samp{vFlashErase} packet
36381Direct the stub to erase @var{length} bytes of flash starting at
36382@var{addr}. The region may enclose any number of flash blocks, but
36383its start and end must fall on block boundaries, as indicated by the
79a6e687
BW
36384flash block size appearing in the memory map (@pxref{Memory Map
36385Format}). @value{GDBN} groups flash memory programming operations
68437a39
DJ
36386together, and sends a @samp{vFlashDone} request after each group; the
36387stub is allowed to delay erase operation until the @samp{vFlashDone}
36388packet is received.
36389
36390Reply:
36391@table @samp
36392@item OK
36393for success
36394@item E @var{NN}
36395for an error
36396@end table
36397
36398@item vFlashWrite:@var{addr}:@var{XX@dots{}}
36399@cindex @samp{vFlashWrite} packet
36400Direct the stub to write data to flash address @var{addr}. The data
36401is passed in binary form using the same encoding as for the @samp{X}
36402packet (@pxref{Binary Data}). The memory ranges specified by
36403@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
36404not overlap, and must appear in order of increasing addresses
36405(although @samp{vFlashErase} packets for higher addresses may already
36406have been received; the ordering is guaranteed only between
36407@samp{vFlashWrite} packets). If a packet writes to an address that was
36408neither erased by a preceding @samp{vFlashErase} packet nor by some other
36409target-specific method, the results are unpredictable.
36410
36411
36412Reply:
36413@table @samp
36414@item OK
36415for success
36416@item E.memtype
36417for vFlashWrite addressing non-flash memory
36418@item E @var{NN}
36419for an error
36420@end table
36421
36422@item vFlashDone
36423@cindex @samp{vFlashDone} packet
36424Indicate to the stub that flash programming operation is finished.
36425The stub is permitted to delay or batch the effects of a group of
36426@samp{vFlashErase} and @samp{vFlashWrite} packets until a
36427@samp{vFlashDone} packet is received. The contents of the affected
36428regions of flash memory are unpredictable until the @samp{vFlashDone}
36429request is completed.
36430
b90a069a
SL
36431@item vKill;@var{pid}
36432@cindex @samp{vKill} packet
36433Kill the process with the specified process ID. @var{pid} is a
36434hexadecimal integer identifying the process. This packet is used in
36435preference to @samp{k} when multiprocess protocol extensions are
36436supported; see @ref{multiprocess extensions}.
36437
36438Reply:
36439@table @samp
36440@item E @var{nn}
36441for an error
36442@item OK
36443for success
36444@end table
36445
2d717e4f
DJ
36446@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
36447@cindex @samp{vRun} packet
36448Run the program @var{filename}, passing it each @var{argument} on its
36449command line. The file and arguments are hex-encoded strings. If
36450@var{filename} is an empty string, the stub may use a default program
36451(e.g.@: the last program run). The program is created in the stopped
9b562ab8 36452state.
2d717e4f 36453
8b23ecc4
SL
36454@c FIXME: What about non-stop mode?
36455
2d717e4f
DJ
36456This packet is only available in extended mode (@pxref{extended mode}).
36457
36458Reply:
36459@table @samp
36460@item E @var{nn}
36461for an error
36462@item @r{Any stop packet}
36463for success (@pxref{Stop Reply Packets})
36464@end table
36465
8b23ecc4 36466@item vStopped
8b23ecc4 36467@cindex @samp{vStopped} packet
8dbe8ece 36468@xref{Notification Packets}.
8b23ecc4 36469
b8ff78ce 36470@item X @var{addr},@var{length}:@var{XX@dots{}}
9a6253be 36471@anchor{X packet}
b8ff78ce
JB
36472@cindex @samp{X} packet
36473Write data to memory, where the data is transmitted in binary.
36474@var{addr} is address, @var{length} is number of bytes,
0876f84a 36475@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
c906108c 36476
ee2d5c50
AC
36477Reply:
36478@table @samp
36479@item OK
36480for success
b8ff78ce 36481@item E @var{NN}
ee2d5c50
AC
36482for an error
36483@end table
36484
a1dcb23a
DJ
36485@item z @var{type},@var{addr},@var{kind}
36486@itemx Z @var{type},@var{addr},@var{kind}
2f870471 36487@anchor{insert breakpoint or watchpoint packet}
b8ff78ce
JB
36488@cindex @samp{z} packet
36489@cindex @samp{Z} packets
36490Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
a1dcb23a 36491watchpoint starting at address @var{address} of kind @var{kind}.
ee2d5c50 36492
2f870471
AC
36493Each breakpoint and watchpoint packet @var{type} is documented
36494separately.
36495
512217c7
AC
36496@emph{Implementation notes: A remote target shall return an empty string
36497for an unrecognized breakpoint or watchpoint packet @var{type}. A
36498remote target shall support either both or neither of a given
b8ff78ce 36499@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
2f870471
AC
36500avoid potential problems with duplicate packets, the operations should
36501be implemented in an idempotent way.}
36502
a1dcb23a 36503@item z0,@var{addr},@var{kind}
d3ce09f5 36504@itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
36505@cindex @samp{z0} packet
36506@cindex @samp{Z0} packet
36507Insert (@samp{Z0}) or remove (@samp{z0}) a memory breakpoint at address
a1dcb23a 36508@var{addr} of type @var{kind}.
2f870471
AC
36509
36510A memory breakpoint is implemented by replacing the instruction at
36511@var{addr} with a software breakpoint or trap instruction. The
a1dcb23a
DJ
36512@var{kind} is target-specific and typically indicates the size of
36513the breakpoint in bytes that should be inserted. E.g., the @sc{arm}
36514and @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
36515architectures have additional meanings for @var{kind};
83364271
LM
36516@var{cond_list} is an optional list of conditional expressions in bytecode
36517form that should be evaluated on the target's side. These are the
36518conditions that should be taken into consideration when deciding if
36519the breakpoint trigger should be reported back to @var{GDBN}.
36520
36521The @var{cond_list} parameter is comprised of a series of expressions,
36522concatenated without separators. Each expression has the following form:
36523
36524@table @samp
36525
36526@item X @var{len},@var{expr}
36527@var{len} is the length of the bytecode expression and @var{expr} is the
36528actual conditional expression in bytecode form.
36529
36530@end table
36531
d3ce09f5
SS
36532The optional @var{cmd_list} parameter introduces commands that may be
36533run on the target, rather than being reported back to @value{GDBN}.
36534The parameter starts with a numeric flag @var{persist}; if the flag is
36535nonzero, then the breakpoint may remain active and the commands
36536continue to be run even when @value{GDBN} disconnects from the target.
36537Following this flag is a series of expressions concatenated with no
36538separators. Each expression has the following form:
36539
36540@table @samp
36541
36542@item X @var{len},@var{expr}
36543@var{len} is the length of the bytecode expression and @var{expr} is the
36544actual conditional expression in bytecode form.
36545
36546@end table
36547
a1dcb23a 36548see @ref{Architecture-Specific Protocol Details}.
c906108c 36549
2f870471
AC
36550@emph{Implementation note: It is possible for a target to copy or move
36551code that contains memory breakpoints (e.g., when implementing
36552overlays). The behavior of this packet, in the presence of such a
36553target, is not defined.}
c906108c 36554
ee2d5c50
AC
36555Reply:
36556@table @samp
2f870471
AC
36557@item OK
36558success
d57350ea 36559@item @w{}
2f870471 36560not supported
b8ff78ce 36561@item E @var{NN}
ee2d5c50 36562for an error
2f870471
AC
36563@end table
36564
a1dcb23a 36565@item z1,@var{addr},@var{kind}
83364271 36566@itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}
b8ff78ce
JB
36567@cindex @samp{z1} packet
36568@cindex @samp{Z1} packet
36569Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
a1dcb23a 36570address @var{addr}.
2f870471
AC
36571
36572A hardware breakpoint is implemented using a mechanism that is not
a1dcb23a 36573dependant on being able to modify the target's memory. @var{kind}
83364271 36574and @var{cond_list} have the same meaning as in @samp{Z0} packets.
2f870471
AC
36575
36576@emph{Implementation note: A hardware breakpoint is not affected by code
36577movement.}
36578
36579Reply:
36580@table @samp
ee2d5c50 36581@item OK
2f870471 36582success
d57350ea 36583@item @w{}
2f870471 36584not supported
b8ff78ce 36585@item E @var{NN}
2f870471
AC
36586for an error
36587@end table
36588
a1dcb23a
DJ
36589@item z2,@var{addr},@var{kind}
36590@itemx Z2,@var{addr},@var{kind}
b8ff78ce
JB
36591@cindex @samp{z2} packet
36592@cindex @samp{Z2} packet
a1dcb23a
DJ
36593Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
36594@var{kind} is interpreted as the number of bytes to watch.
2f870471
AC
36595
36596Reply:
36597@table @samp
36598@item OK
36599success
d57350ea 36600@item @w{}
2f870471 36601not supported
b8ff78ce 36602@item E @var{NN}
2f870471
AC
36603for an error
36604@end table
36605
a1dcb23a
DJ
36606@item z3,@var{addr},@var{kind}
36607@itemx Z3,@var{addr},@var{kind}
b8ff78ce
JB
36608@cindex @samp{z3} packet
36609@cindex @samp{Z3} packet
a1dcb23a
DJ
36610Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
36611@var{kind} is interpreted as the number of bytes to watch.
2f870471
AC
36612
36613Reply:
36614@table @samp
36615@item OK
36616success
d57350ea 36617@item @w{}
2f870471 36618not supported
b8ff78ce 36619@item E @var{NN}
2f870471
AC
36620for an error
36621@end table
36622
a1dcb23a
DJ
36623@item z4,@var{addr},@var{kind}
36624@itemx Z4,@var{addr},@var{kind}
b8ff78ce
JB
36625@cindex @samp{z4} packet
36626@cindex @samp{Z4} packet
a1dcb23a
DJ
36627Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
36628@var{kind} is interpreted as the number of bytes to watch.
2f870471
AC
36629
36630Reply:
36631@table @samp
36632@item OK
36633success
d57350ea 36634@item @w{}
2f870471 36635not supported
b8ff78ce 36636@item E @var{NN}
2f870471 36637for an error
ee2d5c50
AC
36638@end table
36639
36640@end table
c906108c 36641
ee2d5c50
AC
36642@node Stop Reply Packets
36643@section Stop Reply Packets
36644@cindex stop reply packets
c906108c 36645
8b23ecc4
SL
36646The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
36647@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
36648receive any of the below as a reply. Except for @samp{?}
36649and @samp{vStopped}, that reply is only returned
b8ff78ce 36650when the target halts. In the below the exact meaning of @dfn{signal
89be2091
DJ
36651number} is defined by the header @file{include/gdb/signals.h} in the
36652@value{GDBN} source code.
c906108c 36653
b8ff78ce
JB
36654As in the description of request packets, we include spaces in the
36655reply templates for clarity; these are not part of the reply packet's
36656syntax. No @value{GDBN} stop reply packet uses spaces to separate its
36657components.
c906108c 36658
b8ff78ce 36659@table @samp
ee2d5c50 36660
b8ff78ce 36661@item S @var{AA}
599b237a 36662The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
36663number). This is equivalent to a @samp{T} response with no
36664@var{n}:@var{r} pairs.
c906108c 36665
b8ff78ce
JB
36666@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
36667@cindex @samp{T} packet reply
599b237a 36668The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
36669number). This is equivalent to an @samp{S} response, except that the
36670@samp{@var{n}:@var{r}} pairs can carry values of important registers
36671and other information directly in the stop reply packet, reducing
36672round-trip latency. Single-step and breakpoint traps are reported
36673this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
cfa9d6d9
DJ
36674
36675@itemize @bullet
b8ff78ce 36676@item
599b237a 36677If @var{n} is a hexadecimal number, it is a register number, and the
b8ff78ce
JB
36678corresponding @var{r} gives that register's value. @var{r} is a
36679series of bytes in target byte order, with each byte given by a
36680two-digit hex number.
cfa9d6d9 36681
b8ff78ce 36682@item
b90a069a
SL
36683If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
36684the stopped thread, as specified in @ref{thread-id syntax}.
cfa9d6d9 36685
dc146f7c
VP
36686@item
36687If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
36688the core on which the stop event was detected.
36689
b8ff78ce 36690@item
cfa9d6d9
DJ
36691If @var{n} is a recognized @dfn{stop reason}, it describes a more
36692specific event that stopped the target. The currently defined stop
36693reasons are listed below. @var{aa} should be @samp{05}, the trap
36694signal. At most one stop reason should be present.
36695
b8ff78ce
JB
36696@item
36697Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
36698and go on to the next; this allows us to extend the protocol in the
36699future.
cfa9d6d9
DJ
36700@end itemize
36701
36702The currently defined stop reasons are:
36703
36704@table @samp
36705@item watch
36706@itemx rwatch
36707@itemx awatch
36708The packet indicates a watchpoint hit, and @var{r} is the data address, in
36709hex.
36710
36711@cindex shared library events, remote reply
36712@item library
36713The packet indicates that the loaded libraries have changed.
36714@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
36715list of loaded libraries. @var{r} is ignored.
bacec72f
MS
36716
36717@cindex replay log events, remote reply
36718@item replaylog
36719The packet indicates that the target cannot continue replaying
36720logged execution events, because it has reached the end (or the
36721beginning when executing backward) of the log. The value of @var{r}
36722will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
36723for more information.
cfa9d6d9 36724@end table
ee2d5c50 36725
b8ff78ce 36726@item W @var{AA}
b90a069a 36727@itemx W @var{AA} ; process:@var{pid}
8e04817f 36728The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
36729applicable to certain targets.
36730
b90a069a
SL
36731The second form of the response, including the process ID of the exited
36732process, can be used only when @value{GDBN} has reported support for
36733multiprocess protocol extensions; see @ref{multiprocess extensions}.
36734The @var{pid} is formatted as a big-endian hex string.
36735
b8ff78ce 36736@item X @var{AA}
b90a069a 36737@itemx X @var{AA} ; process:@var{pid}
8e04817f 36738The process terminated with signal @var{AA}.
c906108c 36739
b90a069a
SL
36740The second form of the response, including the process ID of the
36741terminated process, can be used only when @value{GDBN} has reported
36742support for multiprocess protocol extensions; see @ref{multiprocess
36743extensions}. The @var{pid} is formatted as a big-endian hex string.
36744
b8ff78ce
JB
36745@item O @var{XX}@dots{}
36746@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
36747written as the program's console output. This can happen at any time
36748while the program is running and the debugger should continue to wait
8b23ecc4 36749for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
0ce1b118 36750
b8ff78ce 36751@item F @var{call-id},@var{parameter}@dots{}
0ce1b118
CV
36752@var{call-id} is the identifier which says which host system call should
36753be called. This is just the name of the function. Translation into the
36754correct system call is only applicable as it's defined in @value{GDBN}.
79a6e687 36755@xref{File-I/O Remote Protocol Extension}, for a list of implemented
0ce1b118
CV
36756system calls.
36757
b8ff78ce
JB
36758@samp{@var{parameter}@dots{}} is a list of parameters as defined for
36759this very system call.
0ce1b118 36760
b8ff78ce
JB
36761The target replies with this packet when it expects @value{GDBN} to
36762call a host system call on behalf of the target. @value{GDBN} replies
36763with an appropriate @samp{F} packet and keeps up waiting for the next
36764reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
79a6e687
BW
36765or @samp{s} action is expected to be continued. @xref{File-I/O Remote
36766Protocol Extension}, for more details.
0ce1b118 36767
ee2d5c50
AC
36768@end table
36769
36770@node General Query Packets
36771@section General Query Packets
9c16f35a 36772@cindex remote query requests
c906108c 36773
5f3bebba
JB
36774Packets starting with @samp{q} are @dfn{general query packets};
36775packets starting with @samp{Q} are @dfn{general set packets}. General
36776query and set packets are a semi-unified form for retrieving and
36777sending information to and from the stub.
36778
36779The initial letter of a query or set packet is followed by a name
36780indicating what sort of thing the packet applies to. For example,
36781@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
36782definitions with the stub. These packet names follow some
36783conventions:
36784
36785@itemize @bullet
36786@item
36787The name must not contain commas, colons or semicolons.
36788@item
36789Most @value{GDBN} query and set packets have a leading upper case
36790letter.
36791@item
36792The names of custom vendor packets should use a company prefix, in
36793lower case, followed by a period. For example, packets designed at
36794the Acme Corporation might begin with @samp{qacme.foo} (for querying
36795foos) or @samp{Qacme.bar} (for setting bars).
36796@end itemize
36797
aa56d27a
JB
36798The name of a query or set packet should be separated from any
36799parameters by a @samp{:}; the parameters themselves should be
36800separated by @samp{,} or @samp{;}. Stubs must be careful to match the
369af7bd
DJ
36801full packet name, and check for a separator or the end of the packet,
36802in case two packet names share a common prefix. New packets should not begin
36803with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
36804packets predate these conventions, and have arguments without any terminator
36805for the packet name; we suspect they are in widespread use in places that
36806are difficult to upgrade. The @samp{qC} packet has no arguments, but some
36807existing stubs (e.g.@: RedBoot) are known to not check for the end of the
36808packet.}.
c906108c 36809
b8ff78ce
JB
36810Like the descriptions of the other packets, each description here
36811has a template showing the packet's overall syntax, followed by an
36812explanation of the packet's meaning. We include spaces in some of the
36813templates for clarity; these are not part of the packet's syntax. No
36814@value{GDBN} packet uses spaces to separate its components.
36815
5f3bebba
JB
36816Here are the currently defined query and set packets:
36817
b8ff78ce 36818@table @samp
c906108c 36819
d1feda86 36820@item QAgent:1
af4238e5 36821@itemx QAgent:0
d1feda86
YQ
36822Turn on or off the agent as a helper to perform some debugging operations
36823delegated from @value{GDBN} (@pxref{Control Agent}).
36824
d914c394
SS
36825@item QAllow:@var{op}:@var{val}@dots{}
36826@cindex @samp{QAllow} packet
36827Specify which operations @value{GDBN} expects to request of the
36828target, as a semicolon-separated list of operation name and value
36829pairs. Possible values for @var{op} include @samp{WriteReg},
36830@samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
36831@samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
36832indicating that @value{GDBN} will not request the operation, or 1,
36833indicating that it may. (The target can then use this to set up its
36834own internals optimally, for instance if the debugger never expects to
36835insert breakpoints, it may not need to install its own trap handler.)
36836
b8ff78ce 36837@item qC
9c16f35a 36838@cindex current thread, remote request
b8ff78ce 36839@cindex @samp{qC} packet
b90a069a 36840Return the current thread ID.
ee2d5c50
AC
36841
36842Reply:
36843@table @samp
b90a069a
SL
36844@item QC @var{thread-id}
36845Where @var{thread-id} is a thread ID as documented in
36846@ref{thread-id syntax}.
b8ff78ce 36847@item @r{(anything else)}
b90a069a 36848Any other reply implies the old thread ID.
ee2d5c50
AC
36849@end table
36850
b8ff78ce 36851@item qCRC:@var{addr},@var{length}
ff2587ec 36852@cindex CRC of memory block, remote request
b8ff78ce 36853@cindex @samp{qCRC} packet
99e008fe
EZ
36854Compute the CRC checksum of a block of memory using CRC-32 defined in
36855IEEE 802.3. The CRC is computed byte at a time, taking the most
36856significant bit of each byte first. The initial pattern code
36857@code{0xffffffff} is used to ensure leading zeros affect the CRC.
36858
36859@emph{Note:} This is the same CRC used in validating separate debug
36860files (@pxref{Separate Debug Files, , Debugging Information in Separate
36861Files}). However the algorithm is slightly different. When validating
36862separate debug files, the CRC is computed taking the @emph{least}
36863significant bit of each byte first, and the final result is inverted to
36864detect trailing zeros.
36865
ff2587ec
WZ
36866Reply:
36867@table @samp
b8ff78ce 36868@item E @var{NN}
ff2587ec 36869An error (such as memory fault)
b8ff78ce
JB
36870@item C @var{crc32}
36871The specified memory region's checksum is @var{crc32}.
ff2587ec
WZ
36872@end table
36873
03583c20
UW
36874@item QDisableRandomization:@var{value}
36875@cindex disable address space randomization, remote request
36876@cindex @samp{QDisableRandomization} packet
36877Some target operating systems will randomize the virtual address space
36878of the inferior process as a security feature, but provide a feature
36879to disable such randomization, e.g.@: to allow for a more deterministic
36880debugging experience. On such systems, this packet with a @var{value}
36881of 1 directs the target to disable address space randomization for
36882processes subsequently started via @samp{vRun} packets, while a packet
36883with a @var{value} of 0 tells the target to enable address space
36884randomization.
36885
36886This packet is only available in extended mode (@pxref{extended mode}).
36887
36888Reply:
36889@table @samp
36890@item OK
36891The request succeeded.
36892
36893@item E @var{nn}
36894An error occurred. @var{nn} are hex digits.
36895
d57350ea 36896@item @w{}
03583c20
UW
36897An empty reply indicates that @samp{QDisableRandomization} is not supported
36898by the stub.
36899@end table
36900
36901This packet is not probed by default; the remote stub must request it,
36902by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
36903This should only be done on targets that actually support disabling
36904address space randomization.
36905
b8ff78ce
JB
36906@item qfThreadInfo
36907@itemx qsThreadInfo
9c16f35a 36908@cindex list active threads, remote request
b8ff78ce
JB
36909@cindex @samp{qfThreadInfo} packet
36910@cindex @samp{qsThreadInfo} packet
b90a069a 36911Obtain a list of all active thread IDs from the target (OS). Since there
8e04817f
AC
36912may be too many active threads to fit into one reply packet, this query
36913works iteratively: it may require more than one query/reply sequence to
36914obtain the entire list of threads. The first query of the sequence will
b8ff78ce
JB
36915be the @samp{qfThreadInfo} query; subsequent queries in the
36916sequence will be the @samp{qsThreadInfo} query.
ee2d5c50 36917
b8ff78ce 36918NOTE: This packet replaces the @samp{qL} query (see below).
ee2d5c50
AC
36919
36920Reply:
36921@table @samp
b90a069a
SL
36922@item m @var{thread-id}
36923A single thread ID
36924@item m @var{thread-id},@var{thread-id}@dots{}
36925a comma-separated list of thread IDs
b8ff78ce
JB
36926@item l
36927(lower case letter @samp{L}) denotes end of list.
ee2d5c50
AC
36928@end table
36929
36930In response to each query, the target will reply with a list of one or
b90a069a 36931more thread IDs, separated by commas.
e1aac25b 36932@value{GDBN} will respond to each reply with a request for more thread
b8ff78ce 36933ids (using the @samp{qs} form of the query), until the target responds
501994c0 36934with @samp{l} (lower-case ell, for @dfn{last}).
b90a069a
SL
36935Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
36936fields.
c906108c 36937
b8ff78ce 36938@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
ff2587ec 36939@cindex get thread-local storage address, remote request
b8ff78ce 36940@cindex @samp{qGetTLSAddr} packet
ff2587ec
WZ
36941Fetch the address associated with thread local storage specified
36942by @var{thread-id}, @var{offset}, and @var{lm}.
36943
b90a069a
SL
36944@var{thread-id} is the thread ID associated with the
36945thread for which to fetch the TLS address. @xref{thread-id syntax}.
ff2587ec
WZ
36946
36947@var{offset} is the (big endian, hex encoded) offset associated with the
36948thread local variable. (This offset is obtained from the debug
36949information associated with the variable.)
36950
db2e3e2e 36951@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
7a9dd1b2 36952load module associated with the thread local storage. For example,
ff2587ec
WZ
36953a @sc{gnu}/Linux system will pass the link map address of the shared
36954object associated with the thread local storage under consideration.
36955Other operating environments may choose to represent the load module
36956differently, so the precise meaning of this parameter will vary.
ee2d5c50
AC
36957
36958Reply:
b8ff78ce
JB
36959@table @samp
36960@item @var{XX}@dots{}
ff2587ec
WZ
36961Hex encoded (big endian) bytes representing the address of the thread
36962local storage requested.
36963
b8ff78ce
JB
36964@item E @var{nn}
36965An error occurred. @var{nn} are hex digits.
ff2587ec 36966
d57350ea 36967@item @w{}
b8ff78ce 36968An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
ee2d5c50
AC
36969@end table
36970
711e434b
PM
36971@item qGetTIBAddr:@var{thread-id}
36972@cindex get thread information block address
36973@cindex @samp{qGetTIBAddr} packet
36974Fetch address of the Windows OS specific Thread Information Block.
36975
36976@var{thread-id} is the thread ID associated with the thread.
36977
36978Reply:
36979@table @samp
36980@item @var{XX}@dots{}
36981Hex encoded (big endian) bytes representing the linear address of the
36982thread information block.
36983
36984@item E @var{nn}
36985An error occured. This means that either the thread was not found, or the
36986address could not be retrieved.
36987
d57350ea 36988@item @w{}
711e434b
PM
36989An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
36990@end table
36991
b8ff78ce 36992@item qL @var{startflag} @var{threadcount} @var{nextthread}
8e04817f
AC
36993Obtain thread information from RTOS. Where: @var{startflag} (one hex
36994digit) is one to indicate the first query and zero to indicate a
36995subsequent query; @var{threadcount} (two hex digits) is the maximum
36996number of threads the response packet can contain; and @var{nextthread}
36997(eight hex digits), for subsequent queries (@var{startflag} is zero), is
36998returned in the response as @var{argthread}.
ee2d5c50 36999
b8ff78ce 37000Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
ee2d5c50
AC
37001
37002Reply:
37003@table @samp
b8ff78ce 37004@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
8e04817f
AC
37005Where: @var{count} (two hex digits) is the number of threads being
37006returned; @var{done} (one hex digit) is zero to indicate more threads
37007and one indicates no further threads; @var{argthreadid} (eight hex
b8ff78ce 37008digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
ee2d5c50 37009is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 37010digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 37011@end table
c906108c 37012
b8ff78ce 37013@item qOffsets
9c16f35a 37014@cindex section offsets, remote request
b8ff78ce 37015@cindex @samp{qOffsets} packet
31d99776
DJ
37016Get section offsets that the target used when relocating the downloaded
37017image.
c906108c 37018
ee2d5c50
AC
37019Reply:
37020@table @samp
31d99776
DJ
37021@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
37022Relocate the @code{Text} section by @var{xxx} from its original address.
37023Relocate the @code{Data} section by @var{yyy} from its original address.
37024If the object file format provides segment information (e.g.@: @sc{elf}
37025@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
37026segments by the supplied offsets.
37027
37028@emph{Note: while a @code{Bss} offset may be included in the response,
37029@value{GDBN} ignores this and instead applies the @code{Data} offset
37030to the @code{Bss} section.}
37031
37032@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
37033Relocate the first segment of the object file, which conventionally
37034contains program code, to a starting address of @var{xxx}. If
37035@samp{DataSeg} is specified, relocate the second segment, which
37036conventionally contains modifiable data, to a starting address of
37037@var{yyy}. @value{GDBN} will report an error if the object file
37038does not contain segment information, or does not contain at least
37039as many segments as mentioned in the reply. Extra segments are
37040kept at fixed offsets relative to the last relocated segment.
ee2d5c50
AC
37041@end table
37042
b90a069a 37043@item qP @var{mode} @var{thread-id}
9c16f35a 37044@cindex thread information, remote request
b8ff78ce 37045@cindex @samp{qP} packet
b90a069a
SL
37046Returns information on @var{thread-id}. Where: @var{mode} is a hex
37047encoded 32 bit mode; @var{thread-id} is a thread ID
37048(@pxref{thread-id syntax}).
ee2d5c50 37049
aa56d27a
JB
37050Don't use this packet; use the @samp{qThreadExtraInfo} query instead
37051(see below).
37052
b8ff78ce 37053Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 37054
8b23ecc4 37055@item QNonStop:1
687e43a4 37056@itemx QNonStop:0
8b23ecc4
SL
37057@cindex non-stop mode, remote request
37058@cindex @samp{QNonStop} packet
37059@anchor{QNonStop}
37060Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
37061@xref{Remote Non-Stop}, for more information.
37062
37063Reply:
37064@table @samp
37065@item OK
37066The request succeeded.
37067
37068@item E @var{nn}
37069An error occurred. @var{nn} are hex digits.
37070
d57350ea 37071@item @w{}
8b23ecc4
SL
37072An empty reply indicates that @samp{QNonStop} is not supported by
37073the stub.
37074@end table
37075
37076This packet is not probed by default; the remote stub must request it,
37077by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37078Use of this packet is controlled by the @code{set non-stop} command;
37079@pxref{Non-Stop Mode}.
37080
89be2091
DJ
37081@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
37082@cindex pass signals to inferior, remote request
37083@cindex @samp{QPassSignals} packet
23181151 37084@anchor{QPassSignals}
89be2091
DJ
37085Each listed @var{signal} should be passed directly to the inferior process.
37086Signals are numbered identically to continue packets and stop replies
37087(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
37088strictly greater than the previous item. These signals do not need to stop
37089the inferior, or be reported to @value{GDBN}. All other signals should be
37090reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
37091combine; any earlier @samp{QPassSignals} list is completely replaced by the
37092new list. This packet improves performance when using @samp{handle
37093@var{signal} nostop noprint pass}.
37094
37095Reply:
37096@table @samp
37097@item OK
37098The request succeeded.
37099
37100@item E @var{nn}
37101An error occurred. @var{nn} are hex digits.
37102
d57350ea 37103@item @w{}
89be2091
DJ
37104An empty reply indicates that @samp{QPassSignals} is not supported by
37105the stub.
37106@end table
37107
37108Use of this packet is controlled by the @code{set remote pass-signals}
79a6e687 37109command (@pxref{Remote Configuration, set remote pass-signals}).
89be2091
DJ
37110This packet is not probed by default; the remote stub must request it,
37111by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37112
9b224c5e
PA
37113@item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
37114@cindex signals the inferior may see, remote request
37115@cindex @samp{QProgramSignals} packet
37116@anchor{QProgramSignals}
37117Each listed @var{signal} may be delivered to the inferior process.
37118Others should be silently discarded.
37119
37120In some cases, the remote stub may need to decide whether to deliver a
37121signal to the program or not without @value{GDBN} involvement. One
37122example of that is while detaching --- the program's threads may have
37123stopped for signals that haven't yet had a chance of being reported to
37124@value{GDBN}, and so the remote stub can use the signal list specified
37125by this packet to know whether to deliver or ignore those pending
37126signals.
37127
37128This does not influence whether to deliver a signal as requested by a
37129resumption packet (@pxref{vCont packet}).
37130
37131Signals are numbered identically to continue packets and stop replies
37132(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
37133strictly greater than the previous item. Multiple
37134@samp{QProgramSignals} packets do not combine; any earlier
37135@samp{QProgramSignals} list is completely replaced by the new list.
37136
37137Reply:
37138@table @samp
37139@item OK
37140The request succeeded.
37141
37142@item E @var{nn}
37143An error occurred. @var{nn} are hex digits.
37144
d57350ea 37145@item @w{}
9b224c5e
PA
37146An empty reply indicates that @samp{QProgramSignals} is not supported
37147by the stub.
37148@end table
37149
37150Use of this packet is controlled by the @code{set remote program-signals}
37151command (@pxref{Remote Configuration, set remote program-signals}).
37152This packet is not probed by default; the remote stub must request it,
37153by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37154
b8ff78ce 37155@item qRcmd,@var{command}
ff2587ec 37156@cindex execute remote command, remote request
b8ff78ce 37157@cindex @samp{qRcmd} packet
ff2587ec 37158@var{command} (hex encoded) is passed to the local interpreter for
b8ff78ce
JB
37159execution. Invalid commands should be reported using the output
37160string. Before the final result packet, the target may also respond
37161with a number of intermediate @samp{O@var{output}} console output
37162packets. @emph{Implementors should note that providing access to a
37163stubs's interpreter may have security implications}.
fa93a9d8 37164
ff2587ec
WZ
37165Reply:
37166@table @samp
37167@item OK
37168A command response with no output.
37169@item @var{OUTPUT}
37170A command response with the hex encoded output string @var{OUTPUT}.
b8ff78ce 37171@item E @var{NN}
ff2587ec 37172Indicate a badly formed request.
d57350ea 37173@item @w{}
b8ff78ce 37174An empty reply indicates that @samp{qRcmd} is not recognized.
ff2587ec 37175@end table
fa93a9d8 37176
aa56d27a
JB
37177(Note that the @code{qRcmd} packet's name is separated from the
37178command by a @samp{,}, not a @samp{:}, contrary to the naming
37179conventions above. Please don't use this packet as a model for new
37180packets.)
37181
08388c79
DE
37182@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
37183@cindex searching memory, in remote debugging
5c4808ca 37184@ifnotinfo
08388c79 37185@cindex @samp{qSearch:memory} packet
5c4808ca
EZ
37186@end ifnotinfo
37187@cindex @samp{qSearch memory} packet
08388c79
DE
37188@anchor{qSearch memory}
37189Search @var{length} bytes at @var{address} for @var{search-pattern}.
37190@var{address} and @var{length} are encoded in hex.
37191@var{search-pattern} is a sequence of bytes, hex encoded.
37192
37193Reply:
37194@table @samp
37195@item 0
37196The pattern was not found.
37197@item 1,address
37198The pattern was found at @var{address}.
37199@item E @var{NN}
37200A badly formed request or an error was encountered while searching memory.
d57350ea 37201@item @w{}
08388c79
DE
37202An empty reply indicates that @samp{qSearch:memory} is not recognized.
37203@end table
37204
a6f3e723
SL
37205@item QStartNoAckMode
37206@cindex @samp{QStartNoAckMode} packet
37207@anchor{QStartNoAckMode}
37208Request that the remote stub disable the normal @samp{+}/@samp{-}
37209protocol acknowledgments (@pxref{Packet Acknowledgment}).
37210
37211Reply:
37212@table @samp
37213@item OK
37214The stub has switched to no-acknowledgment mode.
37215@value{GDBN} acknowledges this reponse,
37216but neither the stub nor @value{GDBN} shall send or expect further
37217@samp{+}/@samp{-} acknowledgments in the current connection.
d57350ea 37218@item @w{}
a6f3e723
SL
37219An empty reply indicates that the stub does not support no-acknowledgment mode.
37220@end table
37221
be2a5f71
DJ
37222@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
37223@cindex supported packets, remote query
37224@cindex features of the remote protocol
37225@cindex @samp{qSupported} packet
0876f84a 37226@anchor{qSupported}
be2a5f71
DJ
37227Tell the remote stub about features supported by @value{GDBN}, and
37228query the stub for features it supports. This packet allows
37229@value{GDBN} and the remote stub to take advantage of each others'
37230features. @samp{qSupported} also consolidates multiple feature probes
37231at startup, to improve @value{GDBN} performance---a single larger
37232packet performs better than multiple smaller probe packets on
37233high-latency links. Some features may enable behavior which must not
37234be on by default, e.g.@: because it would confuse older clients or
37235stubs. Other features may describe packets which could be
37236automatically probed for, but are not. These features must be
37237reported before @value{GDBN} will use them. This ``default
37238unsupported'' behavior is not appropriate for all packets, but it
37239helps to keep the initial connection time under control with new
37240versions of @value{GDBN} which support increasing numbers of packets.
37241
37242Reply:
37243@table @samp
37244@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
37245The stub supports or does not support each returned @var{stubfeature},
37246depending on the form of each @var{stubfeature} (see below for the
37247possible forms).
d57350ea 37248@item @w{}
be2a5f71
DJ
37249An empty reply indicates that @samp{qSupported} is not recognized,
37250or that no features needed to be reported to @value{GDBN}.
37251@end table
37252
37253The allowed forms for each feature (either a @var{gdbfeature} in the
37254@samp{qSupported} packet, or a @var{stubfeature} in the response)
37255are:
37256
37257@table @samp
37258@item @var{name}=@var{value}
37259The remote protocol feature @var{name} is supported, and associated
37260with the specified @var{value}. The format of @var{value} depends
37261on the feature, but it must not include a semicolon.
37262@item @var{name}+
37263The remote protocol feature @var{name} is supported, and does not
37264need an associated value.
37265@item @var{name}-
37266The remote protocol feature @var{name} is not supported.
37267@item @var{name}?
37268The remote protocol feature @var{name} may be supported, and
37269@value{GDBN} should auto-detect support in some other way when it is
37270needed. This form will not be used for @var{gdbfeature} notifications,
37271but may be used for @var{stubfeature} responses.
37272@end table
37273
37274Whenever the stub receives a @samp{qSupported} request, the
37275supplied set of @value{GDBN} features should override any previous
37276request. This allows @value{GDBN} to put the stub in a known
37277state, even if the stub had previously been communicating with
37278a different version of @value{GDBN}.
37279
b90a069a
SL
37280The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
37281are defined:
37282
37283@table @samp
37284@item multiprocess
37285This feature indicates whether @value{GDBN} supports multiprocess
37286extensions to the remote protocol. @value{GDBN} does not use such
37287extensions unless the stub also reports that it supports them by
37288including @samp{multiprocess+} in its @samp{qSupported} reply.
37289@xref{multiprocess extensions}, for details.
c8d5aac9
L
37290
37291@item xmlRegisters
37292This feature indicates that @value{GDBN} supports the XML target
37293description. If the stub sees @samp{xmlRegisters=} with target
37294specific strings separated by a comma, it will report register
37295description.
dde08ee1
PA
37296
37297@item qRelocInsn
37298This feature indicates whether @value{GDBN} supports the
37299@samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
37300instruction reply packet}).
b90a069a
SL
37301@end table
37302
37303Stubs should ignore any unknown values for
be2a5f71
DJ
37304@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
37305packet supports receiving packets of unlimited length (earlier
b90a069a 37306versions of @value{GDBN} may reject overly long responses). Additional values
be2a5f71
DJ
37307for @var{gdbfeature} may be defined in the future to let the stub take
37308advantage of new features in @value{GDBN}, e.g.@: incompatible
b90a069a
SL
37309improvements in the remote protocol---the @samp{multiprocess} feature is
37310an example of such a feature. The stub's reply should be independent
be2a5f71
DJ
37311of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
37312describes all the features it supports, and then the stub replies with
37313all the features it supports.
37314
37315Similarly, @value{GDBN} will silently ignore unrecognized stub feature
37316responses, as long as each response uses one of the standard forms.
37317
37318Some features are flags. A stub which supports a flag feature
37319should respond with a @samp{+} form response. Other features
37320require values, and the stub should respond with an @samp{=}
37321form response.
37322
37323Each feature has a default value, which @value{GDBN} will use if
37324@samp{qSupported} is not available or if the feature is not mentioned
37325in the @samp{qSupported} response. The default values are fixed; a
37326stub is free to omit any feature responses that match the defaults.
37327
37328Not all features can be probed, but for those which can, the probing
37329mechanism is useful: in some cases, a stub's internal
37330architecture may not allow the protocol layer to know some information
37331about the underlying target in advance. This is especially common in
37332stubs which may be configured for multiple targets.
37333
37334These are the currently defined stub features and their properties:
37335
cfa9d6d9 37336@multitable @columnfractions 0.35 0.2 0.12 0.2
be2a5f71
DJ
37337@c NOTE: The first row should be @headitem, but we do not yet require
37338@c a new enough version of Texinfo (4.7) to use @headitem.
0876f84a 37339@item Feature Name
be2a5f71
DJ
37340@tab Value Required
37341@tab Default
37342@tab Probe Allowed
37343
37344@item @samp{PacketSize}
37345@tab Yes
37346@tab @samp{-}
37347@tab No
37348
0876f84a
DJ
37349@item @samp{qXfer:auxv:read}
37350@tab No
37351@tab @samp{-}
37352@tab Yes
37353
2ae8c8e7
MM
37354@item @samp{qXfer:btrace:read}
37355@tab No
37356@tab @samp{-}
37357@tab Yes
37358
23181151
DJ
37359@item @samp{qXfer:features:read}
37360@tab No
37361@tab @samp{-}
37362@tab Yes
37363
cfa9d6d9
DJ
37364@item @samp{qXfer:libraries:read}
37365@tab No
37366@tab @samp{-}
37367@tab Yes
37368
68437a39
DJ
37369@item @samp{qXfer:memory-map:read}
37370@tab No
37371@tab @samp{-}
37372@tab Yes
37373
0fb4aa4b
PA
37374@item @samp{qXfer:sdata:read}
37375@tab No
37376@tab @samp{-}
37377@tab Yes
37378
0e7f50da
UW
37379@item @samp{qXfer:spu:read}
37380@tab No
37381@tab @samp{-}
37382@tab Yes
37383
37384@item @samp{qXfer:spu:write}
37385@tab No
37386@tab @samp{-}
37387@tab Yes
37388
4aa995e1
PA
37389@item @samp{qXfer:siginfo:read}
37390@tab No
37391@tab @samp{-}
37392@tab Yes
37393
37394@item @samp{qXfer:siginfo:write}
37395@tab No
37396@tab @samp{-}
37397@tab Yes
37398
dc146f7c
VP
37399@item @samp{qXfer:threads:read}
37400@tab No
37401@tab @samp{-}
37402@tab Yes
37403
b3b9301e
PA
37404@item @samp{qXfer:traceframe-info:read}
37405@tab No
37406@tab @samp{-}
37407@tab Yes
37408
169081d0
TG
37409@item @samp{qXfer:uib:read}
37410@tab No
37411@tab @samp{-}
37412@tab Yes
37413
78d85199
YQ
37414@item @samp{qXfer:fdpic:read}
37415@tab No
37416@tab @samp{-}
37417@tab Yes
dc146f7c 37418
2ae8c8e7
MM
37419@item @samp{Qbtrace:off}
37420@tab Yes
37421@tab @samp{-}
37422@tab Yes
37423
37424@item @samp{Qbtrace:bts}
37425@tab Yes
37426@tab @samp{-}
37427@tab Yes
37428
8b23ecc4
SL
37429@item @samp{QNonStop}
37430@tab No
37431@tab @samp{-}
37432@tab Yes
37433
89be2091
DJ
37434@item @samp{QPassSignals}
37435@tab No
37436@tab @samp{-}
37437@tab Yes
37438
a6f3e723
SL
37439@item @samp{QStartNoAckMode}
37440@tab No
37441@tab @samp{-}
37442@tab Yes
37443
b90a069a
SL
37444@item @samp{multiprocess}
37445@tab No
37446@tab @samp{-}
37447@tab No
37448
83364271
LM
37449@item @samp{ConditionalBreakpoints}
37450@tab No
37451@tab @samp{-}
37452@tab No
37453
782b2b07
SS
37454@item @samp{ConditionalTracepoints}
37455@tab No
37456@tab @samp{-}
37457@tab No
37458
0d772ac9
MS
37459@item @samp{ReverseContinue}
37460@tab No
2f8132f3 37461@tab @samp{-}
0d772ac9
MS
37462@tab No
37463
37464@item @samp{ReverseStep}
37465@tab No
2f8132f3 37466@tab @samp{-}
0d772ac9
MS
37467@tab No
37468
409873ef
SS
37469@item @samp{TracepointSource}
37470@tab No
37471@tab @samp{-}
37472@tab No
37473
d1feda86
YQ
37474@item @samp{QAgent}
37475@tab No
37476@tab @samp{-}
37477@tab No
37478
d914c394
SS
37479@item @samp{QAllow}
37480@tab No
37481@tab @samp{-}
37482@tab No
37483
03583c20
UW
37484@item @samp{QDisableRandomization}
37485@tab No
37486@tab @samp{-}
37487@tab No
37488
d248b706
KY
37489@item @samp{EnableDisableTracepoints}
37490@tab No
37491@tab @samp{-}
37492@tab No
37493
f6f899bf
HAQ
37494@item @samp{QTBuffer:size}
37495@tab No
37496@tab @samp{-}
37497@tab No
37498
3065dfb6
SS
37499@item @samp{tracenz}
37500@tab No
37501@tab @samp{-}
37502@tab No
37503
d3ce09f5
SS
37504@item @samp{BreakpointCommands}
37505@tab No
37506@tab @samp{-}
37507@tab No
37508
be2a5f71
DJ
37509@end multitable
37510
37511These are the currently defined stub features, in more detail:
37512
37513@table @samp
37514@cindex packet size, remote protocol
37515@item PacketSize=@var{bytes}
37516The remote stub can accept packets up to at least @var{bytes} in
37517length. @value{GDBN} will send packets up to this size for bulk
37518transfers, and will never send larger packets. This is a limit on the
37519data characters in the packet, including the frame and checksum.
37520There is no trailing NUL byte in a remote protocol packet; if the stub
37521stores packets in a NUL-terminated format, it should allow an extra
37522byte in its buffer for the NUL. If this stub feature is not supported,
37523@value{GDBN} guesses based on the size of the @samp{g} packet response.
37524
0876f84a
DJ
37525@item qXfer:auxv:read
37526The remote stub understands the @samp{qXfer:auxv:read} packet
37527(@pxref{qXfer auxiliary vector read}).
37528
2ae8c8e7
MM
37529@item qXfer:btrace:read
37530The remote stub understands the @samp{qXfer:btrace:read}
37531packet (@pxref{qXfer btrace read}).
37532
23181151
DJ
37533@item qXfer:features:read
37534The remote stub understands the @samp{qXfer:features:read} packet
37535(@pxref{qXfer target description read}).
37536
cfa9d6d9
DJ
37537@item qXfer:libraries:read
37538The remote stub understands the @samp{qXfer:libraries:read} packet
37539(@pxref{qXfer library list read}).
37540
2268b414
JK
37541@item qXfer:libraries-svr4:read
37542The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
37543(@pxref{qXfer svr4 library list read}).
37544
23181151
DJ
37545@item qXfer:memory-map:read
37546The remote stub understands the @samp{qXfer:memory-map:read} packet
37547(@pxref{qXfer memory map read}).
37548
0fb4aa4b
PA
37549@item qXfer:sdata:read
37550The remote stub understands the @samp{qXfer:sdata:read} packet
37551(@pxref{qXfer sdata read}).
37552
0e7f50da
UW
37553@item qXfer:spu:read
37554The remote stub understands the @samp{qXfer:spu:read} packet
37555(@pxref{qXfer spu read}).
37556
37557@item qXfer:spu:write
37558The remote stub understands the @samp{qXfer:spu:write} packet
37559(@pxref{qXfer spu write}).
37560
4aa995e1
PA
37561@item qXfer:siginfo:read
37562The remote stub understands the @samp{qXfer:siginfo:read} packet
37563(@pxref{qXfer siginfo read}).
37564
37565@item qXfer:siginfo:write
37566The remote stub understands the @samp{qXfer:siginfo:write} packet
37567(@pxref{qXfer siginfo write}).
37568
dc146f7c
VP
37569@item qXfer:threads:read
37570The remote stub understands the @samp{qXfer:threads:read} packet
37571(@pxref{qXfer threads read}).
37572
b3b9301e
PA
37573@item qXfer:traceframe-info:read
37574The remote stub understands the @samp{qXfer:traceframe-info:read}
37575packet (@pxref{qXfer traceframe info read}).
37576
169081d0
TG
37577@item qXfer:uib:read
37578The remote stub understands the @samp{qXfer:uib:read}
37579packet (@pxref{qXfer unwind info block}).
37580
78d85199
YQ
37581@item qXfer:fdpic:read
37582The remote stub understands the @samp{qXfer:fdpic:read}
37583packet (@pxref{qXfer fdpic loadmap read}).
37584
8b23ecc4
SL
37585@item QNonStop
37586The remote stub understands the @samp{QNonStop} packet
37587(@pxref{QNonStop}).
37588
23181151
DJ
37589@item QPassSignals
37590The remote stub understands the @samp{QPassSignals} packet
37591(@pxref{QPassSignals}).
37592
a6f3e723
SL
37593@item QStartNoAckMode
37594The remote stub understands the @samp{QStartNoAckMode} packet and
37595prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
37596
b90a069a
SL
37597@item multiprocess
37598@anchor{multiprocess extensions}
37599@cindex multiprocess extensions, in remote protocol
37600The remote stub understands the multiprocess extensions to the remote
37601protocol syntax. The multiprocess extensions affect the syntax of
37602thread IDs in both packets and replies (@pxref{thread-id syntax}), and
37603add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
37604replies. Note that reporting this feature indicates support for the
37605syntactic extensions only, not that the stub necessarily supports
37606debugging of more than one process at a time. The stub must not use
37607multiprocess extensions in packet replies unless @value{GDBN} has also
37608indicated it supports them in its @samp{qSupported} request.
37609
07e059b5
VP
37610@item qXfer:osdata:read
37611The remote stub understands the @samp{qXfer:osdata:read} packet
37612((@pxref{qXfer osdata read}).
37613
83364271
LM
37614@item ConditionalBreakpoints
37615The target accepts and implements evaluation of conditional expressions
37616defined for breakpoints. The target will only report breakpoint triggers
37617when such conditions are true (@pxref{Conditions, ,Break Conditions}).
37618
782b2b07
SS
37619@item ConditionalTracepoints
37620The remote stub accepts and implements conditional expressions defined
37621for tracepoints (@pxref{Tracepoint Conditions}).
37622
0d772ac9
MS
37623@item ReverseContinue
37624The remote stub accepts and implements the reverse continue packet
37625(@pxref{bc}).
37626
37627@item ReverseStep
37628The remote stub accepts and implements the reverse step packet
37629(@pxref{bs}).
37630
409873ef
SS
37631@item TracepointSource
37632The remote stub understands the @samp{QTDPsrc} packet that supplies
37633the source form of tracepoint definitions.
37634
d1feda86
YQ
37635@item QAgent
37636The remote stub understands the @samp{QAgent} packet.
37637
d914c394
SS
37638@item QAllow
37639The remote stub understands the @samp{QAllow} packet.
37640
03583c20
UW
37641@item QDisableRandomization
37642The remote stub understands the @samp{QDisableRandomization} packet.
37643
0fb4aa4b
PA
37644@item StaticTracepoint
37645@cindex static tracepoints, in remote protocol
37646The remote stub supports static tracepoints.
37647
1e4d1764
YQ
37648@item InstallInTrace
37649@anchor{install tracepoint in tracing}
37650The remote stub supports installing tracepoint in tracing.
37651
d248b706
KY
37652@item EnableDisableTracepoints
37653The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
37654@samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
37655to be enabled and disabled while a trace experiment is running.
37656
f6f899bf 37657@item QTBuffer:size
28abe188 37658The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
f6f899bf
HAQ
37659packet that allows to change the size of the trace buffer.
37660
3065dfb6
SS
37661@item tracenz
37662@cindex string tracing, in remote protocol
37663The remote stub supports the @samp{tracenz} bytecode for collecting strings.
37664See @ref{Bytecode Descriptions} for details about the bytecode.
37665
d3ce09f5
SS
37666@item BreakpointCommands
37667@cindex breakpoint commands, in remote protocol
37668The remote stub supports running a breakpoint's command list itself,
37669rather than reporting the hit to @value{GDBN}.
37670
2ae8c8e7
MM
37671@item Qbtrace:off
37672The remote stub understands the @samp{Qbtrace:off} packet.
37673
37674@item Qbtrace:bts
37675The remote stub understands the @samp{Qbtrace:bts} packet.
37676
be2a5f71
DJ
37677@end table
37678
b8ff78ce 37679@item qSymbol::
ff2587ec 37680@cindex symbol lookup, remote request
b8ff78ce 37681@cindex @samp{qSymbol} packet
ff2587ec
WZ
37682Notify the target that @value{GDBN} is prepared to serve symbol lookup
37683requests. Accept requests from the target for the values of symbols.
fa93a9d8
JB
37684
37685Reply:
ff2587ec 37686@table @samp
b8ff78ce 37687@item OK
ff2587ec 37688The target does not need to look up any (more) symbols.
b8ff78ce 37689@item qSymbol:@var{sym_name}
ff2587ec
WZ
37690The target requests the value of symbol @var{sym_name} (hex encoded).
37691@value{GDBN} may provide the value by using the
b8ff78ce
JB
37692@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
37693below.
ff2587ec 37694@end table
83761cbd 37695
b8ff78ce 37696@item qSymbol:@var{sym_value}:@var{sym_name}
ff2587ec
WZ
37697Set the value of @var{sym_name} to @var{sym_value}.
37698
37699@var{sym_name} (hex encoded) is the name of a symbol whose value the
37700target has previously requested.
37701
37702@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
37703@value{GDBN} cannot supply a value for @var{sym_name}, then this field
37704will be empty.
37705
37706Reply:
37707@table @samp
b8ff78ce 37708@item OK
ff2587ec 37709The target does not need to look up any (more) symbols.
b8ff78ce 37710@item qSymbol:@var{sym_name}
ff2587ec
WZ
37711The target requests the value of a new symbol @var{sym_name} (hex
37712encoded). @value{GDBN} will continue to supply the values of symbols
37713(if available), until the target ceases to request them.
fa93a9d8 37714@end table
0abb7bc7 37715
00bf0b85 37716@item qTBuffer
687e43a4
TT
37717@itemx QTBuffer
37718@itemx QTDisconnected
d5551862 37719@itemx QTDP
409873ef 37720@itemx QTDPsrc
d5551862 37721@itemx QTDV
00bf0b85
SS
37722@itemx qTfP
37723@itemx qTfV
9d29849a 37724@itemx QTFrame
405f8e94
SS
37725@itemx qTMinFTPILen
37726
9d29849a
JB
37727@xref{Tracepoint Packets}.
37728
b90a069a 37729@item qThreadExtraInfo,@var{thread-id}
ff2587ec 37730@cindex thread attributes info, remote request
b8ff78ce
JB
37731@cindex @samp{qThreadExtraInfo} packet
37732Obtain a printable string description of a thread's attributes from
b90a069a
SL
37733the target OS. @var{thread-id} is a thread ID;
37734see @ref{thread-id syntax}. This
b8ff78ce
JB
37735string may contain anything that the target OS thinks is interesting
37736for @value{GDBN} to tell the user about the thread. The string is
37737displayed in @value{GDBN}'s @code{info threads} display. Some
37738examples of possible thread extra info strings are @samp{Runnable}, or
37739@samp{Blocked on Mutex}.
ff2587ec
WZ
37740
37741Reply:
37742@table @samp
b8ff78ce
JB
37743@item @var{XX}@dots{}
37744Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
37745comprising the printable string containing the extra information about
37746the thread's attributes.
ff2587ec 37747@end table
814e32d7 37748
aa56d27a
JB
37749(Note that the @code{qThreadExtraInfo} packet's name is separated from
37750the command by a @samp{,}, not a @samp{:}, contrary to the naming
37751conventions above. Please don't use this packet as a model for new
37752packets.)
37753
f196051f 37754@item QTNotes
687e43a4
TT
37755@itemx qTP
37756@itemx QTSave
37757@itemx qTsP
37758@itemx qTsV
d5551862 37759@itemx QTStart
9d29849a 37760@itemx QTStop
d248b706
KY
37761@itemx QTEnable
37762@itemx QTDisable
9d29849a
JB
37763@itemx QTinit
37764@itemx QTro
37765@itemx qTStatus
d5551862 37766@itemx qTV
0fb4aa4b
PA
37767@itemx qTfSTM
37768@itemx qTsSTM
37769@itemx qTSTMat
9d29849a
JB
37770@xref{Tracepoint Packets}.
37771
0876f84a
DJ
37772@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
37773@cindex read special object, remote request
37774@cindex @samp{qXfer} packet
68437a39 37775@anchor{qXfer read}
0876f84a
DJ
37776Read uninterpreted bytes from the target's special data area
37777identified by the keyword @var{object}. Request @var{length} bytes
37778starting at @var{offset} bytes into the data. The content and
0e7f50da 37779encoding of @var{annex} is specific to @var{object}; it can supply
0876f84a
DJ
37780additional details about what data to access.
37781
37782Here are the specific requests of this form defined so far. All
37783@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
37784formats, listed below.
37785
37786@table @samp
37787@item qXfer:auxv:read::@var{offset},@var{length}
37788@anchor{qXfer auxiliary vector read}
37789Access the target's @dfn{auxiliary vector}. @xref{OS Information,
427c3a89 37790auxiliary vector}. Note @var{annex} must be empty.
0876f84a
DJ
37791
37792This packet is not probed by default; the remote stub must request it,
89be2091 37793by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
0876f84a 37794
2ae8c8e7
MM
37795@item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
37796@anchor{qXfer btrace read}
37797
37798Return a description of the current branch trace.
37799@xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
37800packet may have one of the following values:
37801
37802@table @code
37803@item all
37804Returns all available branch trace.
37805
37806@item new
37807Returns all available branch trace if the branch trace changed since
37808the last read request.
37809@end table
37810
37811This packet is not probed by default; the remote stub must request it
37812by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37813
23181151
DJ
37814@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
37815@anchor{qXfer target description read}
37816Access the @dfn{target description}. @xref{Target Descriptions}. The
37817annex specifies which XML document to access. The main description is
37818always loaded from the @samp{target.xml} annex.
37819
37820This packet is not probed by default; the remote stub must request it,
37821by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37822
cfa9d6d9
DJ
37823@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
37824@anchor{qXfer library list read}
37825Access the target's list of loaded libraries. @xref{Library List Format}.
37826The annex part of the generic @samp{qXfer} packet must be empty
37827(@pxref{qXfer read}).
37828
37829Targets which maintain a list of libraries in the program's memory do
37830not need to implement this packet; it is designed for platforms where
37831the operating system manages the list of loaded libraries.
37832
37833This packet is not probed by default; the remote stub must request it,
37834by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37835
2268b414
JK
37836@item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
37837@anchor{qXfer svr4 library list read}
37838Access the target's list of loaded libraries when the target is an SVR4
37839platform. @xref{Library List Format for SVR4 Targets}. The annex part
37840of the generic @samp{qXfer} packet must be empty (@pxref{qXfer read}).
37841
37842This packet is optional for better performance on SVR4 targets.
37843@value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
37844
37845This packet is not probed by default; the remote stub must request it,
37846by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37847
68437a39
DJ
37848@item qXfer:memory-map:read::@var{offset},@var{length}
37849@anchor{qXfer memory map read}
79a6e687 37850Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
68437a39
DJ
37851annex part of the generic @samp{qXfer} packet must be empty
37852(@pxref{qXfer read}).
37853
0e7f50da
UW
37854This packet is not probed by default; the remote stub must request it,
37855by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37856
0fb4aa4b
PA
37857@item qXfer:sdata:read::@var{offset},@var{length}
37858@anchor{qXfer sdata read}
37859
37860Read contents of the extra collected static tracepoint marker
37861information. The annex part of the generic @samp{qXfer} packet must
37862be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
37863Action Lists}.
37864
37865This packet is not probed by default; the remote stub must request it,
37866by supplying an appropriate @samp{qSupported} response
37867(@pxref{qSupported}).
37868
4aa995e1
PA
37869@item qXfer:siginfo:read::@var{offset},@var{length}
37870@anchor{qXfer siginfo read}
37871Read contents of the extra signal information on the target
37872system. The annex part of the generic @samp{qXfer} packet must be
37873empty (@pxref{qXfer read}).
37874
37875This packet is not probed by default; the remote stub must request it,
37876by supplying an appropriate @samp{qSupported} response
37877(@pxref{qSupported}).
37878
0e7f50da
UW
37879@item qXfer:spu:read:@var{annex}:@var{offset},@var{length}
37880@anchor{qXfer spu read}
37881Read contents of an @code{spufs} file on the target system. The
37882annex specifies which file to read; it must be of the form
37883@file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
37884in the target process, and @var{name} identifes the @code{spufs} file
37885in that context to be accessed.
37886
68437a39 37887This packet is not probed by default; the remote stub must request it,
07e059b5
VP
37888by supplying an appropriate @samp{qSupported} response
37889(@pxref{qSupported}).
37890
dc146f7c
VP
37891@item qXfer:threads:read::@var{offset},@var{length}
37892@anchor{qXfer threads read}
37893Access the list of threads on target. @xref{Thread List Format}. The
37894annex part of the generic @samp{qXfer} packet must be empty
37895(@pxref{qXfer read}).
37896
37897This packet is not probed by default; the remote stub must request it,
37898by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37899
b3b9301e
PA
37900@item qXfer:traceframe-info:read::@var{offset},@var{length}
37901@anchor{qXfer traceframe info read}
37902
37903Return a description of the current traceframe's contents.
37904@xref{Traceframe Info Format}. The annex part of the generic
37905@samp{qXfer} packet must be empty (@pxref{qXfer read}).
37906
37907This packet is not probed by default; the remote stub must request it,
37908by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37909
169081d0
TG
37910@item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
37911@anchor{qXfer unwind info block}
37912
37913Return the unwind information block for @var{pc}. This packet is used
37914on OpenVMS/ia64 to ask the kernel unwind information.
37915
37916This packet is not probed by default.
37917
78d85199
YQ
37918@item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
37919@anchor{qXfer fdpic loadmap read}
37920Read contents of @code{loadmap}s on the target system. The
37921annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
37922executable @code{loadmap} or interpreter @code{loadmap} to read.
37923
37924This packet is not probed by default; the remote stub must request it,
37925by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37926
07e059b5
VP
37927@item qXfer:osdata:read::@var{offset},@var{length}
37928@anchor{qXfer osdata read}
37929Access the target's @dfn{operating system information}.
37930@xref{Operating System Information}.
37931
68437a39
DJ
37932@end table
37933
0876f84a
DJ
37934Reply:
37935@table @samp
37936@item m @var{data}
37937Data @var{data} (@pxref{Binary Data}) has been read from the
37938target. There may be more data at a higher address (although
37939it is permitted to return @samp{m} even for the last valid
37940block of data, as long as at least one byte of data was read).
37941@var{data} may have fewer bytes than the @var{length} in the
37942request.
37943
37944@item l @var{data}
37945Data @var{data} (@pxref{Binary Data}) has been read from the target.
37946There is no more data to be read. @var{data} may have fewer bytes
37947than the @var{length} in the request.
37948
37949@item l
37950The @var{offset} in the request is at the end of the data.
37951There is no more data to be read.
37952
37953@item E00
37954The request was malformed, or @var{annex} was invalid.
37955
37956@item E @var{nn}
37957The offset was invalid, or there was an error encountered reading the data.
37958@var{nn} is a hex-encoded @code{errno} value.
37959
d57350ea 37960@item @w{}
0876f84a
DJ
37961An empty reply indicates the @var{object} string was not recognized by
37962the stub, or that the object does not support reading.
37963@end table
37964
37965@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
37966@cindex write data into object, remote request
4aa995e1 37967@anchor{qXfer write}
0876f84a
DJ
37968Write uninterpreted bytes into the target's special data area
37969identified by the keyword @var{object}, starting at @var{offset} bytes
0e7f50da 37970into the data. @var{data}@dots{} is the binary-encoded data
0876f84a 37971(@pxref{Binary Data}) to be written. The content and encoding of @var{annex}
0e7f50da 37972is specific to @var{object}; it can supply additional details about what data
0876f84a
DJ
37973to access.
37974
0e7f50da
UW
37975Here are the specific requests of this form defined so far. All
37976@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
37977formats, listed below.
37978
37979@table @samp
4aa995e1
PA
37980@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
37981@anchor{qXfer siginfo write}
37982Write @var{data} to the extra signal information on the target system.
37983The annex part of the generic @samp{qXfer} packet must be
37984empty (@pxref{qXfer write}).
37985
37986This packet is not probed by default; the remote stub must request it,
37987by supplying an appropriate @samp{qSupported} response
37988(@pxref{qSupported}).
37989
84fcdf95 37990@item qXfer:spu:write:@var{annex}:@var{offset}:@var{data}@dots{}
0e7f50da
UW
37991@anchor{qXfer spu write}
37992Write @var{data} to an @code{spufs} file on the target system. The
37993annex specifies which file to write; it must be of the form
37994@file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
37995in the target process, and @var{name} identifes the @code{spufs} file
37996in that context to be accessed.
37997
37998This packet is not probed by default; the remote stub must request it,
37999by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
38000@end table
0876f84a
DJ
38001
38002Reply:
38003@table @samp
38004@item @var{nn}
38005@var{nn} (hex encoded) is the number of bytes written.
38006This may be fewer bytes than supplied in the request.
38007
38008@item E00
38009The request was malformed, or @var{annex} was invalid.
38010
38011@item E @var{nn}
38012The offset was invalid, or there was an error encountered writing the data.
38013@var{nn} is a hex-encoded @code{errno} value.
38014
d57350ea 38015@item @w{}
0876f84a
DJ
38016An empty reply indicates the @var{object} string was not
38017recognized by the stub, or that the object does not support writing.
38018@end table
38019
38020@item qXfer:@var{object}:@var{operation}:@dots{}
38021Requests of this form may be added in the future. When a stub does
38022not recognize the @var{object} keyword, or its support for
38023@var{object} does not recognize the @var{operation} keyword, the stub
38024must respond with an empty packet.
38025
0b16c5cf
PA
38026@item qAttached:@var{pid}
38027@cindex query attached, remote request
38028@cindex @samp{qAttached} packet
38029Return an indication of whether the remote server attached to an
38030existing process or created a new process. When the multiprocess
38031protocol extensions are supported (@pxref{multiprocess extensions}),
38032@var{pid} is an integer in hexadecimal format identifying the target
38033process. Otherwise, @value{GDBN} will omit the @var{pid} field and
38034the query packet will be simplified as @samp{qAttached}.
38035
38036This query is used, for example, to know whether the remote process
38037should be detached or killed when a @value{GDBN} session is ended with
38038the @code{quit} command.
38039
38040Reply:
38041@table @samp
38042@item 1
38043The remote server attached to an existing process.
38044@item 0
38045The remote server created a new process.
38046@item E @var{NN}
38047A badly formed request or an error was encountered.
38048@end table
38049
2ae8c8e7
MM
38050@item Qbtrace:bts
38051Enable branch tracing for the current thread using bts tracing.
38052
38053Reply:
38054@table @samp
38055@item OK
38056Branch tracing has been enabled.
38057@item E.errtext
38058A badly formed request or an error was encountered.
38059@end table
38060
38061@item Qbtrace:off
38062Disable branch tracing for the current thread.
38063
38064Reply:
38065@table @samp
38066@item OK
38067Branch tracing has been disabled.
38068@item E.errtext
38069A badly formed request or an error was encountered.
38070@end table
38071
ee2d5c50
AC
38072@end table
38073
a1dcb23a
DJ
38074@node Architecture-Specific Protocol Details
38075@section Architecture-Specific Protocol Details
38076
38077This section describes how the remote protocol is applied to specific
38078target architectures. Also see @ref{Standard Target Features}, for
38079details of XML target descriptions for each architecture.
38080
02b67415
MR
38081@menu
38082* ARM-Specific Protocol Details::
38083* MIPS-Specific Protocol Details::
38084@end menu
38085
38086@node ARM-Specific Protocol Details
38087@subsection @acronym{ARM}-specific Protocol Details
38088
38089@menu
38090* ARM Breakpoint Kinds::
38091@end menu
a1dcb23a 38092
02b67415
MR
38093@node ARM Breakpoint Kinds
38094@subsubsection @acronym{ARM} Breakpoint Kinds
38095@cindex breakpoint kinds, @acronym{ARM}
a1dcb23a
DJ
38096
38097These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
38098
38099@table @r
38100
38101@item 2
3810216-bit Thumb mode breakpoint.
38103
38104@item 3
3810532-bit Thumb mode (Thumb-2) breakpoint.
38106
38107@item 4
02b67415 3810832-bit @acronym{ARM} mode breakpoint.
a1dcb23a
DJ
38109
38110@end table
38111
02b67415
MR
38112@node MIPS-Specific Protocol Details
38113@subsection @acronym{MIPS}-specific Protocol Details
38114
38115@menu
38116* MIPS Register packet Format::
4cc0665f 38117* MIPS Breakpoint Kinds::
02b67415 38118@end menu
a1dcb23a 38119
02b67415
MR
38120@node MIPS Register packet Format
38121@subsubsection @acronym{MIPS} Register Packet Format
eb17f351 38122@cindex register packet format, @acronym{MIPS}
eb12ee30 38123
b8ff78ce 38124The following @code{g}/@code{G} packets have previously been defined.
ee2d5c50
AC
38125In the below, some thirty-two bit registers are transferred as
38126sixty-four bits. Those registers should be zero/sign extended (which?)
599b237a
BW
38127to fill the space allocated. Register bytes are transferred in target
38128byte order. The two nibbles within a register byte are transferred
02b67415 38129most-significant -- least-significant.
eb12ee30 38130
ee2d5c50 38131@table @r
eb12ee30 38132
8e04817f 38133@item MIPS32
599b237a 38134All registers are transferred as thirty-two bit quantities in the order:
8e04817f
AC
3813532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
38136registers; fsr; fir; fp.
eb12ee30 38137
8e04817f 38138@item MIPS64
599b237a 38139All registers are transferred as sixty-four bit quantities (including
8e04817f
AC
38140thirty-two bit registers such as @code{sr}). The ordering is the same
38141as @code{MIPS32}.
eb12ee30 38142
ee2d5c50
AC
38143@end table
38144
4cc0665f
MR
38145@node MIPS Breakpoint Kinds
38146@subsubsection @acronym{MIPS} Breakpoint Kinds
38147@cindex breakpoint kinds, @acronym{MIPS}
38148
38149These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
38150
38151@table @r
38152
38153@item 2
3815416-bit @acronym{MIPS16} mode breakpoint.
38155
38156@item 3
3815716-bit @acronym{microMIPS} mode breakpoint.
38158
38159@item 4
3816032-bit standard @acronym{MIPS} mode breakpoint.
38161
38162@item 5
3816332-bit @acronym{microMIPS} mode breakpoint.
38164
38165@end table
38166
9d29849a
JB
38167@node Tracepoint Packets
38168@section Tracepoint Packets
38169@cindex tracepoint packets
38170@cindex packets, tracepoint
38171
38172Here we describe the packets @value{GDBN} uses to implement
38173tracepoints (@pxref{Tracepoints}).
38174
38175@table @samp
38176
7a697b8d 38177@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
c614397c 38178@cindex @samp{QTDP} packet
9d29849a
JB
38179Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
38180is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
38181the tracepoint is disabled. @var{step} is the tracepoint's step
7a697b8d
SS
38182count, and @var{pass} is its pass count. If an @samp{F} is present,
38183then the tracepoint is to be a fast tracepoint, and the @var{flen} is
38184the number of bytes that the target should copy elsewhere to make room
38185for the tracepoint. If an @samp{X} is present, it introduces a
38186tracepoint condition, which consists of a hexadecimal length, followed
38187by a comma and hex-encoded bytes, in a manner similar to action
38188encodings as described below. If the trailing @samp{-} is present,
38189further @samp{QTDP} packets will follow to specify this tracepoint's
38190actions.
9d29849a
JB
38191
38192Replies:
38193@table @samp
38194@item OK
38195The packet was understood and carried out.
dde08ee1
PA
38196@item qRelocInsn
38197@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 38198@item @w{}
9d29849a
JB
38199The packet was not recognized.
38200@end table
38201
38202@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
38203Define actions to be taken when a tracepoint is hit. @var{n} and
38204@var{addr} must be the same as in the initial @samp{QTDP} packet for
38205this tracepoint. This packet may only be sent immediately after
38206another @samp{QTDP} packet that ended with a @samp{-}. If the
38207trailing @samp{-} is present, further @samp{QTDP} packets will follow,
38208specifying more actions for this tracepoint.
38209
38210In the series of action packets for a given tracepoint, at most one
38211can have an @samp{S} before its first @var{action}. If such a packet
38212is sent, it and the following packets define ``while-stepping''
38213actions. Any prior packets define ordinary actions --- that is, those
38214taken when the tracepoint is first hit. If no action packet has an
38215@samp{S}, then all the packets in the series specify ordinary
38216tracepoint actions.
38217
38218The @samp{@var{action}@dots{}} portion of the packet is a series of
38219actions, concatenated without separators. Each action has one of the
38220following forms:
38221
38222@table @samp
38223
38224@item R @var{mask}
38225Collect the registers whose bits are set in @var{mask}. @var{mask} is
599b237a 38226a hexadecimal number whose @var{i}'th bit is set if register number
9d29849a
JB
38227@var{i} should be collected. (The least significant bit is numbered
38228zero.) Note that @var{mask} may be any number of digits long; it may
38229not fit in a 32-bit word.
38230
38231@item M @var{basereg},@var{offset},@var{len}
38232Collect @var{len} bytes of memory starting at the address in register
38233number @var{basereg}, plus @var{offset}. If @var{basereg} is
38234@samp{-1}, then the range has a fixed address: @var{offset} is the
38235address of the lowest byte to collect. The @var{basereg},
599b237a 38236@var{offset}, and @var{len} parameters are all unsigned hexadecimal
9d29849a
JB
38237values (the @samp{-1} value for @var{basereg} is a special case).
38238
38239@item X @var{len},@var{expr}
38240Evaluate @var{expr}, whose length is @var{len}, and collect memory as
38241it directs. @var{expr} is an agent expression, as described in
38242@ref{Agent Expressions}. Each byte of the expression is encoded as a
38243two-digit hex number in the packet; @var{len} is the number of bytes
38244in the expression (and thus one-half the number of hex digits in the
38245packet).
38246
38247@end table
38248
38249Any number of actions may be packed together in a single @samp{QTDP}
38250packet, as long as the packet does not exceed the maximum packet
c1947b85
JB
38251length (400 bytes, for many stubs). There may be only one @samp{R}
38252action per tracepoint, and it must precede any @samp{M} or @samp{X}
38253actions. Any registers referred to by @samp{M} and @samp{X} actions
38254must be collected by a preceding @samp{R} action. (The
38255``while-stepping'' actions are treated as if they were attached to a
38256separate tracepoint, as far as these restrictions are concerned.)
9d29849a
JB
38257
38258Replies:
38259@table @samp
38260@item OK
38261The packet was understood and carried out.
dde08ee1
PA
38262@item qRelocInsn
38263@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 38264@item @w{}
9d29849a
JB
38265The packet was not recognized.
38266@end table
38267
409873ef
SS
38268@item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
38269@cindex @samp{QTDPsrc} packet
38270Specify a source string of tracepoint @var{n} at address @var{addr}.
38271This is useful to get accurate reproduction of the tracepoints
38272originally downloaded at the beginning of the trace run. @var{type}
38273is the name of the tracepoint part, such as @samp{cond} for the
38274tracepoint's conditional expression (see below for a list of types), while
38275@var{bytes} is the string, encoded in hexadecimal.
38276
38277@var{start} is the offset of the @var{bytes} within the overall source
38278string, while @var{slen} is the total length of the source string.
38279This is intended for handling source strings that are longer than will
38280fit in a single packet.
38281@c Add detailed example when this info is moved into a dedicated
38282@c tracepoint descriptions section.
38283
38284The available string types are @samp{at} for the location,
38285@samp{cond} for the conditional, and @samp{cmd} for an action command.
38286@value{GDBN} sends a separate packet for each command in the action
38287list, in the same order in which the commands are stored in the list.
38288
38289The target does not need to do anything with source strings except
38290report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
38291query packets.
38292
38293Although this packet is optional, and @value{GDBN} will only send it
38294if the target replies with @samp{TracepointSource} @xref{General
38295Query Packets}, it makes both disconnected tracing and trace files
38296much easier to use. Otherwise the user must be careful that the
38297tracepoints in effect while looking at trace frames are identical to
38298the ones in effect during the trace run; even a small discrepancy
38299could cause @samp{tdump} not to work, or a particular trace frame not
38300be found.
38301
f61e138d
SS
38302@item QTDV:@var{n}:@var{value}
38303@cindex define trace state variable, remote request
38304@cindex @samp{QTDV} packet
38305Create a new trace state variable, number @var{n}, with an initial
38306value of @var{value}, which is a 64-bit signed integer. Both @var{n}
38307and @var{value} are encoded as hexadecimal values. @value{GDBN} has
38308the option of not using this packet for initial values of zero; the
38309target should simply create the trace state variables as they are
38310mentioned in expressions.
38311
9d29849a 38312@item QTFrame:@var{n}
c614397c 38313@cindex @samp{QTFrame} packet
9d29849a
JB
38314Select the @var{n}'th tracepoint frame from the buffer, and use the
38315register and memory contents recorded there to answer subsequent
38316request packets from @value{GDBN}.
38317
38318A successful reply from the stub indicates that the stub has found the
38319requested frame. The response is a series of parts, concatenated
38320without separators, describing the frame we selected. Each part has
38321one of the following forms:
38322
38323@table @samp
38324@item F @var{f}
38325The selected frame is number @var{n} in the trace frame buffer;
599b237a 38326@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
9d29849a
JB
38327was no frame matching the criteria in the request packet.
38328
38329@item T @var{t}
38330The selected trace frame records a hit of tracepoint number @var{t};
599b237a 38331@var{t} is a hexadecimal number.
9d29849a
JB
38332
38333@end table
38334
38335@item QTFrame:pc:@var{addr}
38336Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
38337currently selected frame whose PC is @var{addr};
599b237a 38338@var{addr} is a hexadecimal number.
9d29849a
JB
38339
38340@item QTFrame:tdp:@var{t}
38341Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
38342currently selected frame that is a hit of tracepoint @var{t}; @var{t}
599b237a 38343is a hexadecimal number.
9d29849a
JB
38344
38345@item QTFrame:range:@var{start}:@var{end}
38346Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
38347currently selected frame whose PC is between @var{start} (inclusive)
081dfbf7 38348and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
9d29849a
JB
38349numbers.
38350
38351@item QTFrame:outside:@var{start}:@var{end}
38352Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
081dfbf7 38353frame @emph{outside} the given range of addresses (exclusive).
9d29849a 38354
405f8e94 38355@item qTMinFTPILen
c614397c 38356@cindex @samp{qTMinFTPILen} packet
405f8e94
SS
38357This packet requests the minimum length of instruction at which a fast
38358tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
38359the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
38360it depends on the target system being able to create trampolines in
38361the first 64K of memory, which might or might not be possible for that
38362system. So the reply to this packet will be 4 if it is able to
38363arrange for that.
38364
38365Replies:
38366
38367@table @samp
38368@item 0
38369The minimum instruction length is currently unknown.
38370@item @var{length}
38371The minimum instruction length is @var{length}, where @var{length} is greater
38372or equal to 1. @var{length} is a hexadecimal number. A reply of 1 means
38373that a fast tracepoint may be placed on any instruction regardless of size.
38374@item E
38375An error has occurred.
d57350ea 38376@item @w{}
405f8e94
SS
38377An empty reply indicates that the request is not supported by the stub.
38378@end table
38379
9d29849a 38380@item QTStart
c614397c 38381@cindex @samp{QTStart} packet
dde08ee1
PA
38382Begin the tracepoint experiment. Begin collecting data from
38383tracepoint hits in the trace frame buffer. This packet supports the
38384@samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
38385instruction reply packet}).
9d29849a
JB
38386
38387@item QTStop
c614397c 38388@cindex @samp{QTStop} packet
9d29849a
JB
38389End the tracepoint experiment. Stop collecting trace frames.
38390
d248b706
KY
38391@item QTEnable:@var{n}:@var{addr}
38392@anchor{QTEnable}
c614397c 38393@cindex @samp{QTEnable} packet
d248b706
KY
38394Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
38395experiment. If the tracepoint was previously disabled, then collection
38396of data from it will resume.
38397
38398@item QTDisable:@var{n}:@var{addr}
38399@anchor{QTDisable}
c614397c 38400@cindex @samp{QTDisable} packet
d248b706
KY
38401Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
38402experiment. No more data will be collected from the tracepoint unless
38403@samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
38404
9d29849a 38405@item QTinit
c614397c 38406@cindex @samp{QTinit} packet
9d29849a
JB
38407Clear the table of tracepoints, and empty the trace frame buffer.
38408
38409@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
c614397c 38410@cindex @samp{QTro} packet
9d29849a
JB
38411Establish the given ranges of memory as ``transparent''. The stub
38412will answer requests for these ranges from memory's current contents,
38413if they were not collected as part of the tracepoint hit.
38414
38415@value{GDBN} uses this to mark read-only regions of memory, like those
38416containing program code. Since these areas never change, they should
38417still have the same contents they did when the tracepoint was hit, so
38418there's no reason for the stub to refuse to provide their contents.
38419
d5551862 38420@item QTDisconnected:@var{value}
c614397c 38421@cindex @samp{QTDisconnected} packet
d5551862
SS
38422Set the choice to what to do with the tracing run when @value{GDBN}
38423disconnects from the target. A @var{value} of 1 directs the target to
38424continue the tracing run, while 0 tells the target to stop tracing if
38425@value{GDBN} is no longer in the picture.
38426
9d29849a 38427@item qTStatus
c614397c 38428@cindex @samp{qTStatus} packet
9d29849a
JB
38429Ask the stub if there is a trace experiment running right now.
38430
4daf5ac0
SS
38431The reply has the form:
38432
38433@table @samp
38434
38435@item T@var{running}@r{[};@var{field}@r{]}@dots{}
38436@var{running} is a single digit @code{1} if the trace is presently
38437running, or @code{0} if not. It is followed by semicolon-separated
38438optional fields that an agent may use to report additional status.
38439
38440@end table
38441
38442If the trace is not running, the agent may report any of several
38443explanations as one of the optional fields:
38444
38445@table @samp
38446
38447@item tnotrun:0
38448No trace has been run yet.
38449
f196051f
SS
38450@item tstop[:@var{text}]:0
38451The trace was stopped by a user-originated stop command. The optional
38452@var{text} field is a user-supplied string supplied as part of the
38453stop command (for instance, an explanation of why the trace was
38454stopped manually). It is hex-encoded.
4daf5ac0
SS
38455
38456@item tfull:0
38457The trace stopped because the trace buffer filled up.
38458
38459@item tdisconnected:0
38460The trace stopped because @value{GDBN} disconnected from the target.
38461
38462@item tpasscount:@var{tpnum}
38463The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
38464
6c28cbf2
SS
38465@item terror:@var{text}:@var{tpnum}
38466The trace stopped because tracepoint @var{tpnum} had an error. The
38467string @var{text} is available to describe the nature of the error
38468(for instance, a divide by zero in the condition expression).
99b5e152 38469@var{text} is hex encoded.
6c28cbf2 38470
4daf5ac0
SS
38471@item tunknown:0
38472The trace stopped for some other reason.
38473
38474@end table
38475
33da3f1c
SS
38476Additional optional fields supply statistical and other information.
38477Although not required, they are extremely useful for users monitoring
38478the progress of a trace run. If a trace has stopped, and these
38479numbers are reported, they must reflect the state of the just-stopped
38480trace.
4daf5ac0 38481
9d29849a 38482@table @samp
4daf5ac0
SS
38483
38484@item tframes:@var{n}
38485The number of trace frames in the buffer.
38486
38487@item tcreated:@var{n}
38488The total number of trace frames created during the run. This may
38489be larger than the trace frame count, if the buffer is circular.
38490
38491@item tsize:@var{n}
38492The total size of the trace buffer, in bytes.
38493
38494@item tfree:@var{n}
38495The number of bytes still unused in the buffer.
38496
33da3f1c
SS
38497@item circular:@var{n}
38498The value of the circular trace buffer flag. @code{1} means that the
38499trace buffer is circular and old trace frames will be discarded if
38500necessary to make room, @code{0} means that the trace buffer is linear
38501and may fill up.
38502
38503@item disconn:@var{n}
38504The value of the disconnected tracing flag. @code{1} means that
38505tracing will continue after @value{GDBN} disconnects, @code{0} means
38506that the trace run will stop.
38507
9d29849a
JB
38508@end table
38509
f196051f
SS
38510@item qTP:@var{tp}:@var{addr}
38511@cindex tracepoint status, remote request
38512@cindex @samp{qTP} packet
38513Ask the stub for the current state of tracepoint number @var{tp} at
38514address @var{addr}.
38515
38516Replies:
38517@table @samp
38518@item V@var{hits}:@var{usage}
38519The tracepoint has been hit @var{hits} times so far during the trace
38520run, and accounts for @var{usage} in the trace buffer. Note that
38521@code{while-stepping} steps are not counted as separate hits, but the
38522steps' space consumption is added into the usage number.
38523
38524@end table
38525
f61e138d
SS
38526@item qTV:@var{var}
38527@cindex trace state variable value, remote request
38528@cindex @samp{qTV} packet
38529Ask the stub for the value of the trace state variable number @var{var}.
38530
38531Replies:
38532@table @samp
38533@item V@var{value}
38534The value of the variable is @var{value}. This will be the current
38535value of the variable if the user is examining a running target, or a
38536saved value if the variable was collected in the trace frame that the
38537user is looking at. Note that multiple requests may result in
38538different reply values, such as when requesting values while the
38539program is running.
38540
38541@item U
38542The value of the variable is unknown. This would occur, for example,
38543if the user is examining a trace frame in which the requested variable
38544was not collected.
9d29849a
JB
38545@end table
38546
d5551862 38547@item qTfP
c614397c 38548@cindex @samp{qTfP} packet
d5551862 38549@itemx qTsP
c614397c 38550@cindex @samp{qTsP} packet
d5551862
SS
38551These packets request data about tracepoints that are being used by
38552the target. @value{GDBN} sends @code{qTfP} to get the first piece
38553of data, and multiple @code{qTsP} to get additional pieces. Replies
38554to these packets generally take the form of the @code{QTDP} packets
38555that define tracepoints. (FIXME add detailed syntax)
38556
00bf0b85 38557@item qTfV
c614397c 38558@cindex @samp{qTfV} packet
00bf0b85 38559@itemx qTsV
c614397c 38560@cindex @samp{qTsV} packet
00bf0b85
SS
38561These packets request data about trace state variables that are on the
38562target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
38563and multiple @code{qTsV} to get additional variables. Replies to
38564these packets follow the syntax of the @code{QTDV} packets that define
38565trace state variables.
38566
0fb4aa4b
PA
38567@item qTfSTM
38568@itemx qTsSTM
16bdd41f
YQ
38569@anchor{qTfSTM}
38570@anchor{qTsSTM}
c614397c
YQ
38571@cindex @samp{qTfSTM} packet
38572@cindex @samp{qTsSTM} packet
0fb4aa4b
PA
38573These packets request data about static tracepoint markers that exist
38574in the target program. @value{GDBN} sends @code{qTfSTM} to get the
38575first piece of data, and multiple @code{qTsSTM} to get additional
38576pieces. Replies to these packets take the following form:
38577
38578Reply:
38579@table @samp
38580@item m @var{address}:@var{id}:@var{extra}
38581A single marker
38582@item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
38583a comma-separated list of markers
38584@item l
38585(lower case letter @samp{L}) denotes end of list.
38586@item E @var{nn}
38587An error occurred. @var{nn} are hex digits.
d57350ea 38588@item @w{}
0fb4aa4b
PA
38589An empty reply indicates that the request is not supported by the
38590stub.
38591@end table
38592
38593@var{address} is encoded in hex.
38594@var{id} and @var{extra} are strings encoded in hex.
38595
38596In response to each query, the target will reply with a list of one or
38597more markers, separated by commas. @value{GDBN} will respond to each
38598reply with a request for more markers (using the @samp{qs} form of the
38599query), until the target responds with @samp{l} (lower-case ell, for
38600@dfn{last}).
38601
38602@item qTSTMat:@var{address}
16bdd41f 38603@anchor{qTSTMat}
c614397c 38604@cindex @samp{qTSTMat} packet
0fb4aa4b
PA
38605This packets requests data about static tracepoint markers in the
38606target program at @var{address}. Replies to this packet follow the
38607syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
38608tracepoint markers.
38609
00bf0b85 38610@item QTSave:@var{filename}
c614397c 38611@cindex @samp{QTSave} packet
00bf0b85
SS
38612This packet directs the target to save trace data to the file name
38613@var{filename} in the target's filesystem. @var{filename} is encoded
38614as a hex string; the interpretation of the file name (relative vs
38615absolute, wild cards, etc) is up to the target.
38616
38617@item qTBuffer:@var{offset},@var{len}
c614397c 38618@cindex @samp{qTBuffer} packet
00bf0b85
SS
38619Return up to @var{len} bytes of the current contents of trace buffer,
38620starting at @var{offset}. The trace buffer is treated as if it were
38621a contiguous collection of traceframes, as per the trace file format.
38622The reply consists as many hex-encoded bytes as the target can deliver
38623in a packet; it is not an error to return fewer than were asked for.
38624A reply consisting of just @code{l} indicates that no bytes are
38625available.
38626
4daf5ac0
SS
38627@item QTBuffer:circular:@var{value}
38628This packet directs the target to use a circular trace buffer if
38629@var{value} is 1, or a linear buffer if the value is 0.
38630
f6f899bf 38631@item QTBuffer:size:@var{size}
28abe188
EZ
38632@anchor{QTBuffer-size}
38633@cindex @samp{QTBuffer size} packet
f6f899bf
HAQ
38634This packet directs the target to make the trace buffer be of size
38635@var{size} if possible. A value of @code{-1} tells the target to
38636use whatever size it prefers.
38637
f196051f 38638@item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
c614397c 38639@cindex @samp{QTNotes} packet
f196051f
SS
38640This packet adds optional textual notes to the trace run. Allowable
38641types include @code{user}, @code{notes}, and @code{tstop}, the
38642@var{text} fields are arbitrary strings, hex-encoded.
38643
f61e138d 38644@end table
9d29849a 38645
dde08ee1
PA
38646@subsection Relocate instruction reply packet
38647When installing fast tracepoints in memory, the target may need to
38648relocate the instruction currently at the tracepoint address to a
38649different address in memory. For most instructions, a simple copy is
38650enough, but, for example, call instructions that implicitly push the
38651return address on the stack, and relative branches or other
38652PC-relative instructions require offset adjustment, so that the effect
38653of executing the instruction at a different address is the same as if
38654it had executed in the original location.
38655
38656In response to several of the tracepoint packets, the target may also
38657respond with a number of intermediate @samp{qRelocInsn} request
38658packets before the final result packet, to have @value{GDBN} handle
38659this relocation operation. If a packet supports this mechanism, its
38660documentation will explicitly say so. See for example the above
38661descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
38662format of the request is:
38663
38664@table @samp
38665@item qRelocInsn:@var{from};@var{to}
38666
38667This requests @value{GDBN} to copy instruction at address @var{from}
38668to address @var{to}, possibly adjusted so that executing the
38669instruction at @var{to} has the same effect as executing it at
38670@var{from}. @value{GDBN} writes the adjusted instruction to target
38671memory starting at @var{to}.
38672@end table
38673
38674Replies:
38675@table @samp
38676@item qRelocInsn:@var{adjusted_size}
38677Informs the stub the relocation is complete. @var{adjusted_size} is
38678the length in bytes of resulting relocated instruction sequence.
38679@item E @var{NN}
38680A badly formed request was detected, or an error was encountered while
38681relocating the instruction.
38682@end table
38683
a6b151f1
DJ
38684@node Host I/O Packets
38685@section Host I/O Packets
38686@cindex Host I/O, remote protocol
38687@cindex file transfer, remote protocol
38688
38689The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
38690operations on the far side of a remote link. For example, Host I/O is
38691used to upload and download files to a remote target with its own
38692filesystem. Host I/O uses the same constant values and data structure
38693layout as the target-initiated File-I/O protocol. However, the
38694Host I/O packets are structured differently. The target-initiated
38695protocol relies on target memory to store parameters and buffers.
38696Host I/O requests are initiated by @value{GDBN}, and the
38697target's memory is not involved. @xref{File-I/O Remote Protocol
38698Extension}, for more details on the target-initiated protocol.
38699
38700The Host I/O request packets all encode a single operation along with
38701its arguments. They have this format:
38702
38703@table @samp
38704
38705@item vFile:@var{operation}: @var{parameter}@dots{}
38706@var{operation} is the name of the particular request; the target
38707should compare the entire packet name up to the second colon when checking
38708for a supported operation. The format of @var{parameter} depends on
38709the operation. Numbers are always passed in hexadecimal. Negative
38710numbers have an explicit minus sign (i.e.@: two's complement is not
38711used). Strings (e.g.@: filenames) are encoded as a series of
38712hexadecimal bytes. The last argument to a system call may be a
38713buffer of escaped binary data (@pxref{Binary Data}).
38714
38715@end table
38716
38717The valid responses to Host I/O packets are:
38718
38719@table @samp
38720
38721@item F @var{result} [, @var{errno}] [; @var{attachment}]
38722@var{result} is the integer value returned by this operation, usually
38723non-negative for success and -1 for errors. If an error has occured,
38724@var{errno} will be included in the result. @var{errno} will have a
38725value defined by the File-I/O protocol (@pxref{Errno Values}). For
38726operations which return data, @var{attachment} supplies the data as a
38727binary buffer. Binary buffers in response packets are escaped in the
38728normal way (@pxref{Binary Data}). See the individual packet
38729documentation for the interpretation of @var{result} and
38730@var{attachment}.
38731
d57350ea 38732@item @w{}
a6b151f1
DJ
38733An empty response indicates that this operation is not recognized.
38734
38735@end table
38736
38737These are the supported Host I/O operations:
38738
38739@table @samp
38740@item vFile:open: @var{pathname}, @var{flags}, @var{mode}
38741Open a file at @var{pathname} and return a file descriptor for it, or
38742return -1 if an error occurs. @var{pathname} is a string,
38743@var{flags} is an integer indicating a mask of open flags
38744(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
38745of mode bits to use if the file is created (@pxref{mode_t Values}).
c1c25a1a 38746@xref{open}, for details of the open flags and mode values.
a6b151f1
DJ
38747
38748@item vFile:close: @var{fd}
38749Close the open file corresponding to @var{fd} and return 0, or
38750-1 if an error occurs.
38751
38752@item vFile:pread: @var{fd}, @var{count}, @var{offset}
38753Read data from the open file corresponding to @var{fd}. Up to
38754@var{count} bytes will be read from the file, starting at @var{offset}
38755relative to the start of the file. The target may read fewer bytes;
38756common reasons include packet size limits and an end-of-file
38757condition. The number of bytes read is returned. Zero should only be
38758returned for a successful read at the end of the file, or if
38759@var{count} was zero.
38760
38761The data read should be returned as a binary attachment on success.
38762If zero bytes were read, the response should include an empty binary
38763attachment (i.e.@: a trailing semicolon). The return value is the
38764number of target bytes read; the binary attachment may be longer if
38765some characters were escaped.
38766
38767@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
38768Write @var{data} (a binary buffer) to the open file corresponding
38769to @var{fd}. Start the write at @var{offset} from the start of the
38770file. Unlike many @code{write} system calls, there is no
38771separate @var{count} argument; the length of @var{data} in the
38772packet is used. @samp{vFile:write} returns the number of bytes written,
38773which may be shorter than the length of @var{data}, or -1 if an
38774error occurred.
38775
38776@item vFile:unlink: @var{pathname}
38777Delete the file at @var{pathname} on the target. Return 0,
38778or -1 if an error occurs. @var{pathname} is a string.
38779
b9e7b9c3
UW
38780@item vFile:readlink: @var{filename}
38781Read value of symbolic link @var{filename} on the target. Return
38782the number of bytes read, or -1 if an error occurs.
38783
38784The data read should be returned as a binary attachment on success.
38785If zero bytes were read, the response should include an empty binary
38786attachment (i.e.@: a trailing semicolon). The return value is the
38787number of target bytes read; the binary attachment may be longer if
38788some characters were escaped.
38789
a6b151f1
DJ
38790@end table
38791
9a6253be
KB
38792@node Interrupts
38793@section Interrupts
38794@cindex interrupts (remote protocol)
38795
38796When a program on the remote target is running, @value{GDBN} may
9a7071a8
JB
38797attempt to interrupt it by sending a @samp{Ctrl-C}, @code{BREAK} or
38798a @code{BREAK} followed by @code{g},
38799control of which is specified via @value{GDBN}'s @samp{interrupt-sequence}.
9a6253be
KB
38800
38801The precise meaning of @code{BREAK} is defined by the transport
8775bb90
MS
38802mechanism and may, in fact, be undefined. @value{GDBN} does not
38803currently define a @code{BREAK} mechanism for any of the network
38804interfaces except for TCP, in which case @value{GDBN} sends the
38805@code{telnet} BREAK sequence.
9a6253be
KB
38806
38807@samp{Ctrl-C}, on the other hand, is defined and implemented for all
38808transport mechanisms. It is represented by sending the single byte
38809@code{0x03} without any of the usual packet overhead described in
38810the Overview section (@pxref{Overview}). When a @code{0x03} byte is
38811transmitted as part of a packet, it is considered to be packet data
38812and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
0876f84a 38813(@pxref{X packet}), used for binary downloads, may include an unescaped
9a6253be
KB
38814@code{0x03} as part of its packet.
38815
9a7071a8
JB
38816@code{BREAK} followed by @code{g} is also known as Magic SysRq g.
38817When Linux kernel receives this sequence from serial port,
38818it stops execution and connects to gdb.
38819
9a6253be
KB
38820Stubs are not required to recognize these interrupt mechanisms and the
38821precise meaning associated with receipt of the interrupt is
8b23ecc4
SL
38822implementation defined. If the target supports debugging of multiple
38823threads and/or processes, it should attempt to interrupt all
38824currently-executing threads and processes.
38825If the stub is successful at interrupting the
38826running program, it should send one of the stop
38827reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
38828of successfully stopping the program in all-stop mode, and a stop reply
38829for each stopped thread in non-stop mode.
38830Interrupts received while the
38831program is stopped are discarded.
38832
38833@node Notification Packets
38834@section Notification Packets
38835@cindex notification packets
38836@cindex packets, notification
38837
38838The @value{GDBN} remote serial protocol includes @dfn{notifications},
38839packets that require no acknowledgment. Both the GDB and the stub
38840may send notifications (although the only notifications defined at
38841present are sent by the stub). Notifications carry information
38842without incurring the round-trip latency of an acknowledgment, and so
38843are useful for low-impact communications where occasional packet loss
38844is not a problem.
38845
38846A notification packet has the form @samp{% @var{data} #
38847@var{checksum}}, where @var{data} is the content of the notification,
38848and @var{checksum} is a checksum of @var{data}, computed and formatted
38849as for ordinary @value{GDBN} packets. A notification's @var{data}
38850never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
38851receiving a notification, the recipient sends no @samp{+} or @samp{-}
38852to acknowledge the notification's receipt or to report its corruption.
38853
38854Every notification's @var{data} begins with a name, which contains no
38855colon characters, followed by a colon character.
38856
38857Recipients should silently ignore corrupted notifications and
38858notifications they do not understand. Recipients should restart
38859timeout periods on receipt of a well-formed notification, whether or
38860not they understand it.
38861
38862Senders should only send the notifications described here when this
38863protocol description specifies that they are permitted. In the
38864future, we may extend the protocol to permit existing notifications in
38865new contexts; this rule helps older senders avoid confusing newer
38866recipients.
38867
38868(Older versions of @value{GDBN} ignore bytes received until they see
38869the @samp{$} byte that begins an ordinary packet, so new stubs may
38870transmit notifications without fear of confusing older clients. There
38871are no notifications defined for @value{GDBN} to send at the moment, but we
38872assume that most older stubs would ignore them, as well.)
38873
8dbe8ece 38874Each notification is comprised of three parts:
8b23ecc4 38875@table @samp
8dbe8ece
YQ
38876@item @var{name}:@var{event}
38877The notification packet is sent by the side that initiates the
38878exchange (currently, only the stub does that), with @var{event}
38879carrying the specific information about the notification.
38880@var{name} is the name of the notification.
38881@item @var{ack}
38882The acknowledge sent by the other side, usually @value{GDBN}, to
38883acknowledge the exchange and request the event.
38884@end table
38885
38886The purpose of an asynchronous notification mechanism is to report to
38887@value{GDBN} that something interesting happened in the remote stub.
38888
38889The remote stub may send notification @var{name}:@var{event}
38890at any time, but @value{GDBN} acknowledges the notification when
38891appropriate. The notification event is pending before @value{GDBN}
38892acknowledges. Only one notification at a time may be pending; if
38893additional events occur before @value{GDBN} has acknowledged the
38894previous notification, they must be queued by the stub for later
38895synchronous transmission in response to @var{ack} packets from
38896@value{GDBN}. Because the notification mechanism is unreliable,
38897the stub is permitted to resend a notification if it believes
38898@value{GDBN} may not have received it.
38899
38900Specifically, notifications may appear when @value{GDBN} is not
38901otherwise reading input from the stub, or when @value{GDBN} is
38902expecting to read a normal synchronous response or a
38903@samp{+}/@samp{-} acknowledgment to a packet it has sent.
38904Notification packets are distinct from any other communication from
38905the stub so there is no ambiguity.
38906
38907After receiving a notification, @value{GDBN} shall acknowledge it by
38908sending a @var{ack} packet as a regular, synchronous request to the
38909stub. Such acknowledgment is not required to happen immediately, as
38910@value{GDBN} is permitted to send other, unrelated packets to the
38911stub first, which the stub should process normally.
38912
38913Upon receiving a @var{ack} packet, if the stub has other queued
38914events to report to @value{GDBN}, it shall respond by sending a
38915normal @var{event}. @value{GDBN} shall then send another @var{ack}
38916packet to solicit further responses; again, it is permitted to send
38917other, unrelated packets as well which the stub should process
38918normally.
38919
38920If the stub receives a @var{ack} packet and there are no additional
38921@var{event} to report, the stub shall return an @samp{OK} response.
38922At this point, @value{GDBN} has finished processing a notification
38923and the stub has completed sending any queued events. @value{GDBN}
38924won't accept any new notifications until the final @samp{OK} is
38925received . If further notification events occur, the stub shall send
38926a new notification, @value{GDBN} shall accept the notification, and
38927the process shall be repeated.
38928
38929The process of asynchronous notification can be illustrated by the
38930following example:
38931@smallexample
38932<- @code{%%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
38933@code{...}
38934-> @code{vStopped}
38935<- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
38936-> @code{vStopped}
38937<- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
38938-> @code{vStopped}
38939<- @code{OK}
38940@end smallexample
38941
38942The following notifications are defined:
38943@multitable @columnfractions 0.12 0.12 0.38 0.38
38944
38945@item Notification
38946@tab Ack
38947@tab Event
38948@tab Description
38949
38950@item Stop
38951@tab vStopped
38952@tab @var{reply}. The @var{reply} has the form of a stop reply, as
8b23ecc4
SL
38953described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
38954for information on how these notifications are acknowledged by
38955@value{GDBN}.
8dbe8ece
YQ
38956@tab Report an asynchronous stop event in non-stop mode.
38957
38958@end multitable
8b23ecc4
SL
38959
38960@node Remote Non-Stop
38961@section Remote Protocol Support for Non-Stop Mode
38962
38963@value{GDBN}'s remote protocol supports non-stop debugging of
38964multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
38965supports non-stop mode, it should report that to @value{GDBN} by including
38966@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
38967
38968@value{GDBN} typically sends a @samp{QNonStop} packet only when
38969establishing a new connection with the stub. Entering non-stop mode
38970does not alter the state of any currently-running threads, but targets
38971must stop all threads in any already-attached processes when entering
38972all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
38973probe the target state after a mode change.
38974
38975In non-stop mode, when an attached process encounters an event that
38976would otherwise be reported with a stop reply, it uses the
38977asynchronous notification mechanism (@pxref{Notification Packets}) to
38978inform @value{GDBN}. In contrast to all-stop mode, where all threads
38979in all processes are stopped when a stop reply is sent, in non-stop
38980mode only the thread reporting the stop event is stopped. That is,
38981when reporting a @samp{S} or @samp{T} response to indicate completion
38982of a step operation, hitting a breakpoint, or a fault, only the
38983affected thread is stopped; any other still-running threads continue
38984to run. When reporting a @samp{W} or @samp{X} response, all running
38985threads belonging to other attached processes continue to run.
38986
8b23ecc4
SL
38987In non-stop mode, the target shall respond to the @samp{?} packet as
38988follows. First, any incomplete stop reply notification/@samp{vStopped}
38989sequence in progress is abandoned. The target must begin a new
38990sequence reporting stop events for all stopped threads, whether or not
38991it has previously reported those events to @value{GDBN}. The first
38992stop reply is sent as a synchronous reply to the @samp{?} packet, and
38993subsequent stop replies are sent as responses to @samp{vStopped} packets
38994using the mechanism described above. The target must not send
38995asynchronous stop reply notifications until the sequence is complete.
38996If all threads are running when the target receives the @samp{?} packet,
38997or if the target is not attached to any process, it shall respond
38998@samp{OK}.
9a6253be 38999
a6f3e723
SL
39000@node Packet Acknowledgment
39001@section Packet Acknowledgment
39002
39003@cindex acknowledgment, for @value{GDBN} remote
39004@cindex packet acknowledgment, for @value{GDBN} remote
39005By default, when either the host or the target machine receives a packet,
39006the first response expected is an acknowledgment: either @samp{+} (to indicate
39007the package was received correctly) or @samp{-} (to request retransmission).
39008This mechanism allows the @value{GDBN} remote protocol to operate over
39009unreliable transport mechanisms, such as a serial line.
39010
39011In cases where the transport mechanism is itself reliable (such as a pipe or
39012TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
39013It may be desirable to disable them in that case to reduce communication
39014overhead, or for other reasons. This can be accomplished by means of the
39015@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
39016
39017When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
39018expect @samp{+}/@samp{-} protocol acknowledgments. The packet
39019and response format still includes the normal checksum, as described in
39020@ref{Overview}, but the checksum may be ignored by the receiver.
39021
39022If the stub supports @samp{QStartNoAckMode} and prefers to operate in
39023no-acknowledgment mode, it should report that to @value{GDBN}
39024by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
39025@pxref{qSupported}.
39026If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
39027disabled via the @code{set remote noack-packet off} command
39028(@pxref{Remote Configuration}),
39029@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
39030Only then may the stub actually turn off packet acknowledgments.
39031@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
39032response, which can be safely ignored by the stub.
39033
39034Note that @code{set remote noack-packet} command only affects negotiation
39035between @value{GDBN} and the stub when subsequent connections are made;
39036it does not affect the protocol acknowledgment state for any current
39037connection.
39038Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
39039new connection is established,
39040there is also no protocol request to re-enable the acknowledgments
39041for the current connection, once disabled.
39042
ee2d5c50
AC
39043@node Examples
39044@section Examples
eb12ee30 39045
8e04817f
AC
39046Example sequence of a target being re-started. Notice how the restart
39047does not get any direct output:
eb12ee30 39048
474c8240 39049@smallexample
d2c6833e
AC
39050-> @code{R00}
39051<- @code{+}
8e04817f 39052@emph{target restarts}
d2c6833e 39053-> @code{?}
8e04817f 39054<- @code{+}
d2c6833e
AC
39055<- @code{T001:1234123412341234}
39056-> @code{+}
474c8240 39057@end smallexample
eb12ee30 39058
8e04817f 39059Example sequence of a target being stepped by a single instruction:
eb12ee30 39060
474c8240 39061@smallexample
d2c6833e 39062-> @code{G1445@dots{}}
8e04817f 39063<- @code{+}
d2c6833e
AC
39064-> @code{s}
39065<- @code{+}
39066@emph{time passes}
39067<- @code{T001:1234123412341234}
8e04817f 39068-> @code{+}
d2c6833e 39069-> @code{g}
8e04817f 39070<- @code{+}
d2c6833e
AC
39071<- @code{1455@dots{}}
39072-> @code{+}
474c8240 39073@end smallexample
eb12ee30 39074
79a6e687
BW
39075@node File-I/O Remote Protocol Extension
39076@section File-I/O Remote Protocol Extension
0ce1b118
CV
39077@cindex File-I/O remote protocol extension
39078
39079@menu
39080* File-I/O Overview::
79a6e687
BW
39081* Protocol Basics::
39082* The F Request Packet::
39083* The F Reply Packet::
39084* The Ctrl-C Message::
0ce1b118 39085* Console I/O::
79a6e687 39086* List of Supported Calls::
db2e3e2e 39087* Protocol-specific Representation of Datatypes::
0ce1b118
CV
39088* Constants::
39089* File-I/O Examples::
39090@end menu
39091
39092@node File-I/O Overview
39093@subsection File-I/O Overview
39094@cindex file-i/o overview
39095
9c16f35a 39096The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
fc320d37 39097target to use the host's file system and console I/O to perform various
0ce1b118 39098system calls. System calls on the target system are translated into a
fc320d37
SL
39099remote protocol packet to the host system, which then performs the needed
39100actions and returns a response packet to the target system.
0ce1b118
CV
39101This simulates file system operations even on targets that lack file systems.
39102
fc320d37
SL
39103The protocol is defined to be independent of both the host and target systems.
39104It uses its own internal representation of datatypes and values. Both
0ce1b118 39105@value{GDBN} and the target's @value{GDBN} stub are responsible for
fc320d37
SL
39106translating the system-dependent value representations into the internal
39107protocol representations when data is transmitted.
0ce1b118 39108
fc320d37
SL
39109The communication is synchronous. A system call is possible only when
39110@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
39111or @samp{s} packets. While @value{GDBN} handles the request for a system call,
0ce1b118 39112the target is stopped to allow deterministic access to the target's
fc320d37
SL
39113memory. Therefore File-I/O is not interruptible by target signals. On
39114the other hand, it is possible to interrupt File-I/O by a user interrupt
c8aa23ab 39115(@samp{Ctrl-C}) within @value{GDBN}.
0ce1b118
CV
39116
39117The target's request to perform a host system call does not finish
39118the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
39119after finishing the system call, the target returns to continuing the
39120previous activity (continue, step). No additional continue or step
39121request from @value{GDBN} is required.
39122
39123@smallexample
f7dc1244 39124(@value{GDBP}) continue
0ce1b118
CV
39125 <- target requests 'system call X'
39126 target is stopped, @value{GDBN} executes system call
3f94c067
BW
39127 -> @value{GDBN} returns result
39128 ... target continues, @value{GDBN} returns to wait for the target
0ce1b118
CV
39129 <- target hits breakpoint and sends a Txx packet
39130@end smallexample
39131
fc320d37
SL
39132The protocol only supports I/O on the console and to regular files on
39133the host file system. Character or block special devices, pipes,
39134named pipes, sockets or any other communication method on the host
0ce1b118
CV
39135system are not supported by this protocol.
39136
8b23ecc4
SL
39137File I/O is not supported in non-stop mode.
39138
79a6e687
BW
39139@node Protocol Basics
39140@subsection Protocol Basics
0ce1b118
CV
39141@cindex protocol basics, file-i/o
39142
fc320d37
SL
39143The File-I/O protocol uses the @code{F} packet as the request as well
39144as reply packet. Since a File-I/O system call can only occur when
39145@value{GDBN} is waiting for a response from the continuing or stepping target,
39146the File-I/O request is a reply that @value{GDBN} has to expect as a result
39147of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
0ce1b118
CV
39148This @code{F} packet contains all information needed to allow @value{GDBN}
39149to call the appropriate host system call:
39150
39151@itemize @bullet
b383017d 39152@item
0ce1b118
CV
39153A unique identifier for the requested system call.
39154
39155@item
39156All parameters to the system call. Pointers are given as addresses
39157in the target memory address space. Pointers to strings are given as
b383017d 39158pointer/length pair. Numerical values are given as they are.
db2e3e2e 39159Numerical control flags are given in a protocol-specific representation.
0ce1b118
CV
39160
39161@end itemize
39162
fc320d37 39163At this point, @value{GDBN} has to perform the following actions.
0ce1b118
CV
39164
39165@itemize @bullet
b383017d 39166@item
fc320d37
SL
39167If the parameters include pointer values to data needed as input to a
39168system call, @value{GDBN} requests this data from the target with a
0ce1b118
CV
39169standard @code{m} packet request. This additional communication has to be
39170expected by the target implementation and is handled as any other @code{m}
39171packet.
39172
39173@item
39174@value{GDBN} translates all value from protocol representation to host
39175representation as needed. Datatypes are coerced into the host types.
39176
39177@item
fc320d37 39178@value{GDBN} calls the system call.
0ce1b118
CV
39179
39180@item
39181It then coerces datatypes back to protocol representation.
39182
39183@item
fc320d37
SL
39184If the system call is expected to return data in buffer space specified
39185by pointer parameters to the call, the data is transmitted to the
0ce1b118
CV
39186target using a @code{M} or @code{X} packet. This packet has to be expected
39187by the target implementation and is handled as any other @code{M} or @code{X}
39188packet.
39189
39190@end itemize
39191
39192Eventually @value{GDBN} replies with another @code{F} packet which contains all
39193necessary information for the target to continue. This at least contains
39194
39195@itemize @bullet
39196@item
39197Return value.
39198
39199@item
39200@code{errno}, if has been changed by the system call.
39201
39202@item
39203``Ctrl-C'' flag.
39204
39205@end itemize
39206
39207After having done the needed type and value coercion, the target continues
39208the latest continue or step action.
39209
79a6e687
BW
39210@node The F Request Packet
39211@subsection The @code{F} Request Packet
0ce1b118
CV
39212@cindex file-i/o request packet
39213@cindex @code{F} request packet
39214
39215The @code{F} request packet has the following format:
39216
39217@table @samp
fc320d37 39218@item F@var{call-id},@var{parameter@dots{}}
0ce1b118
CV
39219
39220@var{call-id} is the identifier to indicate the host system call to be called.
39221This is just the name of the function.
39222
fc320d37
SL
39223@var{parameter@dots{}} are the parameters to the system call.
39224Parameters are hexadecimal integer values, either the actual values in case
39225of scalar datatypes, pointers to target buffer space in case of compound
39226datatypes and unspecified memory areas, or pointer/length pairs in case
39227of string parameters. These are appended to the @var{call-id} as a
39228comma-delimited list. All values are transmitted in ASCII
39229string representation, pointer/length pairs separated by a slash.
0ce1b118 39230
b383017d 39231@end table
0ce1b118 39232
fc320d37 39233
0ce1b118 39234
79a6e687
BW
39235@node The F Reply Packet
39236@subsection The @code{F} Reply Packet
0ce1b118
CV
39237@cindex file-i/o reply packet
39238@cindex @code{F} reply packet
39239
39240The @code{F} reply packet has the following format:
39241
39242@table @samp
39243
d3bdde98 39244@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
0ce1b118
CV
39245
39246@var{retcode} is the return code of the system call as hexadecimal value.
39247
db2e3e2e
BW
39248@var{errno} is the @code{errno} set by the call, in protocol-specific
39249representation.
0ce1b118
CV
39250This parameter can be omitted if the call was successful.
39251
fc320d37
SL
39252@var{Ctrl-C flag} is only sent if the user requested a break. In this
39253case, @var{errno} must be sent as well, even if the call was successful.
39254The @var{Ctrl-C flag} itself consists of the character @samp{C}:
0ce1b118
CV
39255
39256@smallexample
39257F0,0,C
39258@end smallexample
39259
39260@noindent
fc320d37 39261or, if the call was interrupted before the host call has been performed:
0ce1b118
CV
39262
39263@smallexample
39264F-1,4,C
39265@end smallexample
39266
39267@noindent
db2e3e2e 39268assuming 4 is the protocol-specific representation of @code{EINTR}.
0ce1b118
CV
39269
39270@end table
39271
0ce1b118 39272
79a6e687
BW
39273@node The Ctrl-C Message
39274@subsection The @samp{Ctrl-C} Message
0ce1b118
CV
39275@cindex ctrl-c message, in file-i/o protocol
39276
c8aa23ab 39277If the @samp{Ctrl-C} flag is set in the @value{GDBN}
79a6e687 39278reply packet (@pxref{The F Reply Packet}),
fc320d37 39279the target should behave as if it had
0ce1b118 39280gotten a break message. The meaning for the target is ``system call
fc320d37 39281interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
0ce1b118 39282(as with a break message) and return to @value{GDBN} with a @code{T02}
c8aa23ab 39283packet.
fc320d37
SL
39284
39285It's important for the target to know in which
39286state the system call was interrupted. There are two possible cases:
0ce1b118
CV
39287
39288@itemize @bullet
39289@item
39290The system call hasn't been performed on the host yet.
39291
39292@item
39293The system call on the host has been finished.
39294
39295@end itemize
39296
39297These two states can be distinguished by the target by the value of the
39298returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
39299call hasn't been performed. This is equivalent to the @code{EINTR} handling
39300on POSIX systems. In any other case, the target may presume that the
fc320d37 39301system call has been finished --- successfully or not --- and should behave
0ce1b118
CV
39302as if the break message arrived right after the system call.
39303
fc320d37 39304@value{GDBN} must behave reliably. If the system call has not been called
0ce1b118
CV
39305yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
39306@code{errno} in the packet. If the system call on the host has been finished
fc320d37
SL
39307before the user requests a break, the full action must be finished by
39308@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
39309The @code{F} packet may only be sent when either nothing has happened
0ce1b118
CV
39310or the full action has been completed.
39311
39312@node Console I/O
39313@subsection Console I/O
39314@cindex console i/o as part of file-i/o
39315
d3e8051b 39316By default and if not explicitly closed by the target system, the file
0ce1b118
CV
39317descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
39318on the @value{GDBN} console is handled as any other file output operation
39319(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
39320by @value{GDBN} so that after the target read request from file descriptor
393210 all following typing is buffered until either one of the following
39322conditions is met:
39323
39324@itemize @bullet
39325@item
c8aa23ab 39326The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
0ce1b118
CV
39327@code{read}
39328system call is treated as finished.
39329
39330@item
7f9087cb 39331The user presses @key{RET}. This is treated as end of input with a trailing
fc320d37 39332newline.
0ce1b118
CV
39333
39334@item
c8aa23ab
EZ
39335The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
39336character (neither newline nor @samp{Ctrl-D}) is appended to the input.
0ce1b118
CV
39337
39338@end itemize
39339
fc320d37
SL
39340If the user has typed more characters than fit in the buffer given to
39341the @code{read} call, the trailing characters are buffered in @value{GDBN} until
39342either another @code{read(0, @dots{})} is requested by the target, or debugging
39343is stopped at the user's request.
0ce1b118 39344
0ce1b118 39345
79a6e687
BW
39346@node List of Supported Calls
39347@subsection List of Supported Calls
0ce1b118
CV
39348@cindex list of supported file-i/o calls
39349
39350@menu
39351* open::
39352* close::
39353* read::
39354* write::
39355* lseek::
39356* rename::
39357* unlink::
39358* stat/fstat::
39359* gettimeofday::
39360* isatty::
39361* system::
39362@end menu
39363
39364@node open
39365@unnumberedsubsubsec open
39366@cindex open, file-i/o system call
39367
fc320d37
SL
39368@table @asis
39369@item Synopsis:
0ce1b118 39370@smallexample
0ce1b118
CV
39371int open(const char *pathname, int flags);
39372int open(const char *pathname, int flags, mode_t mode);
0ce1b118
CV
39373@end smallexample
39374
fc320d37
SL
39375@item Request:
39376@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
39377
0ce1b118 39378@noindent
fc320d37 39379@var{flags} is the bitwise @code{OR} of the following values:
0ce1b118
CV
39380
39381@table @code
b383017d 39382@item O_CREAT
0ce1b118
CV
39383If the file does not exist it will be created. The host
39384rules apply as far as file ownership and time stamps
39385are concerned.
39386
b383017d 39387@item O_EXCL
fc320d37 39388When used with @code{O_CREAT}, if the file already exists it is
0ce1b118
CV
39389an error and open() fails.
39390
b383017d 39391@item O_TRUNC
0ce1b118 39392If the file already exists and the open mode allows
fc320d37
SL
39393writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
39394truncated to zero length.
0ce1b118 39395
b383017d 39396@item O_APPEND
0ce1b118
CV
39397The file is opened in append mode.
39398
b383017d 39399@item O_RDONLY
0ce1b118
CV
39400The file is opened for reading only.
39401
b383017d 39402@item O_WRONLY
0ce1b118
CV
39403The file is opened for writing only.
39404
b383017d 39405@item O_RDWR
0ce1b118 39406The file is opened for reading and writing.
fc320d37 39407@end table
0ce1b118
CV
39408
39409@noindent
fc320d37 39410Other bits are silently ignored.
0ce1b118 39411
0ce1b118
CV
39412
39413@noindent
fc320d37 39414@var{mode} is the bitwise @code{OR} of the following values:
0ce1b118
CV
39415
39416@table @code
b383017d 39417@item S_IRUSR
0ce1b118
CV
39418User has read permission.
39419
b383017d 39420@item S_IWUSR
0ce1b118
CV
39421User has write permission.
39422
b383017d 39423@item S_IRGRP
0ce1b118
CV
39424Group has read permission.
39425
b383017d 39426@item S_IWGRP
0ce1b118
CV
39427Group has write permission.
39428
b383017d 39429@item S_IROTH
0ce1b118
CV
39430Others have read permission.
39431
b383017d 39432@item S_IWOTH
0ce1b118 39433Others have write permission.
fc320d37 39434@end table
0ce1b118
CV
39435
39436@noindent
fc320d37 39437Other bits are silently ignored.
0ce1b118 39438
0ce1b118 39439
fc320d37
SL
39440@item Return value:
39441@code{open} returns the new file descriptor or -1 if an error
39442occurred.
0ce1b118 39443
fc320d37 39444@item Errors:
0ce1b118
CV
39445
39446@table @code
b383017d 39447@item EEXIST
fc320d37 39448@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
0ce1b118 39449
b383017d 39450@item EISDIR
fc320d37 39451@var{pathname} refers to a directory.
0ce1b118 39452
b383017d 39453@item EACCES
0ce1b118
CV
39454The requested access is not allowed.
39455
39456@item ENAMETOOLONG
fc320d37 39457@var{pathname} was too long.
0ce1b118 39458
b383017d 39459@item ENOENT
fc320d37 39460A directory component in @var{pathname} does not exist.
0ce1b118 39461
b383017d 39462@item ENODEV
fc320d37 39463@var{pathname} refers to a device, pipe, named pipe or socket.
0ce1b118 39464
b383017d 39465@item EROFS
fc320d37 39466@var{pathname} refers to a file on a read-only filesystem and
0ce1b118
CV
39467write access was requested.
39468
b383017d 39469@item EFAULT
fc320d37 39470@var{pathname} is an invalid pointer value.
0ce1b118 39471
b383017d 39472@item ENOSPC
0ce1b118
CV
39473No space on device to create the file.
39474
b383017d 39475@item EMFILE
0ce1b118
CV
39476The process already has the maximum number of files open.
39477
b383017d 39478@item ENFILE
0ce1b118
CV
39479The limit on the total number of files open on the system
39480has been reached.
39481
b383017d 39482@item EINTR
0ce1b118
CV
39483The call was interrupted by the user.
39484@end table
39485
fc320d37
SL
39486@end table
39487
0ce1b118
CV
39488@node close
39489@unnumberedsubsubsec close
39490@cindex close, file-i/o system call
39491
fc320d37
SL
39492@table @asis
39493@item Synopsis:
0ce1b118 39494@smallexample
0ce1b118 39495int close(int fd);
fc320d37 39496@end smallexample
0ce1b118 39497
fc320d37
SL
39498@item Request:
39499@samp{Fclose,@var{fd}}
0ce1b118 39500
fc320d37
SL
39501@item Return value:
39502@code{close} returns zero on success, or -1 if an error occurred.
0ce1b118 39503
fc320d37 39504@item Errors:
0ce1b118
CV
39505
39506@table @code
b383017d 39507@item EBADF
fc320d37 39508@var{fd} isn't a valid open file descriptor.
0ce1b118 39509
b383017d 39510@item EINTR
0ce1b118
CV
39511The call was interrupted by the user.
39512@end table
39513
fc320d37
SL
39514@end table
39515
0ce1b118
CV
39516@node read
39517@unnumberedsubsubsec read
39518@cindex read, file-i/o system call
39519
fc320d37
SL
39520@table @asis
39521@item Synopsis:
0ce1b118 39522@smallexample
0ce1b118 39523int read(int fd, void *buf, unsigned int count);
fc320d37 39524@end smallexample
0ce1b118 39525
fc320d37
SL
39526@item Request:
39527@samp{Fread,@var{fd},@var{bufptr},@var{count}}
0ce1b118 39528
fc320d37 39529@item Return value:
0ce1b118
CV
39530On success, the number of bytes read is returned.
39531Zero indicates end of file. If count is zero, read
b383017d 39532returns zero as well. On error, -1 is returned.
0ce1b118 39533
fc320d37 39534@item Errors:
0ce1b118
CV
39535
39536@table @code
b383017d 39537@item EBADF
fc320d37 39538@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
39539reading.
39540
b383017d 39541@item EFAULT
fc320d37 39542@var{bufptr} is an invalid pointer value.
0ce1b118 39543
b383017d 39544@item EINTR
0ce1b118
CV
39545The call was interrupted by the user.
39546@end table
39547
fc320d37
SL
39548@end table
39549
0ce1b118
CV
39550@node write
39551@unnumberedsubsubsec write
39552@cindex write, file-i/o system call
39553
fc320d37
SL
39554@table @asis
39555@item Synopsis:
0ce1b118 39556@smallexample
0ce1b118 39557int write(int fd, const void *buf, unsigned int count);
fc320d37 39558@end smallexample
0ce1b118 39559
fc320d37
SL
39560@item Request:
39561@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
0ce1b118 39562
fc320d37 39563@item Return value:
0ce1b118
CV
39564On success, the number of bytes written are returned.
39565Zero indicates nothing was written. On error, -1
39566is returned.
39567
fc320d37 39568@item Errors:
0ce1b118
CV
39569
39570@table @code
b383017d 39571@item EBADF
fc320d37 39572@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
39573writing.
39574
b383017d 39575@item EFAULT
fc320d37 39576@var{bufptr} is an invalid pointer value.
0ce1b118 39577
b383017d 39578@item EFBIG
0ce1b118 39579An attempt was made to write a file that exceeds the
db2e3e2e 39580host-specific maximum file size allowed.
0ce1b118 39581
b383017d 39582@item ENOSPC
0ce1b118
CV
39583No space on device to write the data.
39584
b383017d 39585@item EINTR
0ce1b118
CV
39586The call was interrupted by the user.
39587@end table
39588
fc320d37
SL
39589@end table
39590
0ce1b118
CV
39591@node lseek
39592@unnumberedsubsubsec lseek
39593@cindex lseek, file-i/o system call
39594
fc320d37
SL
39595@table @asis
39596@item Synopsis:
0ce1b118 39597@smallexample
0ce1b118 39598long lseek (int fd, long offset, int flag);
0ce1b118
CV
39599@end smallexample
39600
fc320d37
SL
39601@item Request:
39602@samp{Flseek,@var{fd},@var{offset},@var{flag}}
39603
39604@var{flag} is one of:
0ce1b118
CV
39605
39606@table @code
b383017d 39607@item SEEK_SET
fc320d37 39608The offset is set to @var{offset} bytes.
0ce1b118 39609
b383017d 39610@item SEEK_CUR
fc320d37 39611The offset is set to its current location plus @var{offset}
0ce1b118
CV
39612bytes.
39613
b383017d 39614@item SEEK_END
fc320d37 39615The offset is set to the size of the file plus @var{offset}
0ce1b118
CV
39616bytes.
39617@end table
39618
fc320d37 39619@item Return value:
0ce1b118
CV
39620On success, the resulting unsigned offset in bytes from
39621the beginning of the file is returned. Otherwise, a
39622value of -1 is returned.
39623
fc320d37 39624@item Errors:
0ce1b118
CV
39625
39626@table @code
b383017d 39627@item EBADF
fc320d37 39628@var{fd} is not a valid open file descriptor.
0ce1b118 39629
b383017d 39630@item ESPIPE
fc320d37 39631@var{fd} is associated with the @value{GDBN} console.
0ce1b118 39632
b383017d 39633@item EINVAL
fc320d37 39634@var{flag} is not a proper value.
0ce1b118 39635
b383017d 39636@item EINTR
0ce1b118
CV
39637The call was interrupted by the user.
39638@end table
39639
fc320d37
SL
39640@end table
39641
0ce1b118
CV
39642@node rename
39643@unnumberedsubsubsec rename
39644@cindex rename, file-i/o system call
39645
fc320d37
SL
39646@table @asis
39647@item Synopsis:
0ce1b118 39648@smallexample
0ce1b118 39649int rename(const char *oldpath, const char *newpath);
fc320d37 39650@end smallexample
0ce1b118 39651
fc320d37
SL
39652@item Request:
39653@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
0ce1b118 39654
fc320d37 39655@item Return value:
0ce1b118
CV
39656On success, zero is returned. On error, -1 is returned.
39657
fc320d37 39658@item Errors:
0ce1b118
CV
39659
39660@table @code
b383017d 39661@item EISDIR
fc320d37 39662@var{newpath} is an existing directory, but @var{oldpath} is not a
0ce1b118
CV
39663directory.
39664
b383017d 39665@item EEXIST
fc320d37 39666@var{newpath} is a non-empty directory.
0ce1b118 39667
b383017d 39668@item EBUSY
fc320d37 39669@var{oldpath} or @var{newpath} is a directory that is in use by some
0ce1b118
CV
39670process.
39671
b383017d 39672@item EINVAL
0ce1b118
CV
39673An attempt was made to make a directory a subdirectory
39674of itself.
39675
b383017d 39676@item ENOTDIR
fc320d37
SL
39677A component used as a directory in @var{oldpath} or new
39678path is not a directory. Or @var{oldpath} is a directory
39679and @var{newpath} exists but is not a directory.
0ce1b118 39680
b383017d 39681@item EFAULT
fc320d37 39682@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
0ce1b118 39683
b383017d 39684@item EACCES
0ce1b118
CV
39685No access to the file or the path of the file.
39686
39687@item ENAMETOOLONG
b383017d 39688
fc320d37 39689@var{oldpath} or @var{newpath} was too long.
0ce1b118 39690
b383017d 39691@item ENOENT
fc320d37 39692A directory component in @var{oldpath} or @var{newpath} does not exist.
0ce1b118 39693
b383017d 39694@item EROFS
0ce1b118
CV
39695The file is on a read-only filesystem.
39696
b383017d 39697@item ENOSPC
0ce1b118
CV
39698The device containing the file has no room for the new
39699directory entry.
39700
b383017d 39701@item EINTR
0ce1b118
CV
39702The call was interrupted by the user.
39703@end table
39704
fc320d37
SL
39705@end table
39706
0ce1b118
CV
39707@node unlink
39708@unnumberedsubsubsec unlink
39709@cindex unlink, file-i/o system call
39710
fc320d37
SL
39711@table @asis
39712@item Synopsis:
0ce1b118 39713@smallexample
0ce1b118 39714int unlink(const char *pathname);
fc320d37 39715@end smallexample
0ce1b118 39716
fc320d37
SL
39717@item Request:
39718@samp{Funlink,@var{pathnameptr}/@var{len}}
0ce1b118 39719
fc320d37 39720@item Return value:
0ce1b118
CV
39721On success, zero is returned. On error, -1 is returned.
39722
fc320d37 39723@item Errors:
0ce1b118
CV
39724
39725@table @code
b383017d 39726@item EACCES
0ce1b118
CV
39727No access to the file or the path of the file.
39728
b383017d 39729@item EPERM
0ce1b118
CV
39730The system does not allow unlinking of directories.
39731
b383017d 39732@item EBUSY
fc320d37 39733The file @var{pathname} cannot be unlinked because it's
0ce1b118
CV
39734being used by another process.
39735
b383017d 39736@item EFAULT
fc320d37 39737@var{pathnameptr} is an invalid pointer value.
0ce1b118
CV
39738
39739@item ENAMETOOLONG
fc320d37 39740@var{pathname} was too long.
0ce1b118 39741
b383017d 39742@item ENOENT
fc320d37 39743A directory component in @var{pathname} does not exist.
0ce1b118 39744
b383017d 39745@item ENOTDIR
0ce1b118
CV
39746A component of the path is not a directory.
39747
b383017d 39748@item EROFS
0ce1b118
CV
39749The file is on a read-only filesystem.
39750
b383017d 39751@item EINTR
0ce1b118
CV
39752The call was interrupted by the user.
39753@end table
39754
fc320d37
SL
39755@end table
39756
0ce1b118
CV
39757@node stat/fstat
39758@unnumberedsubsubsec stat/fstat
39759@cindex fstat, file-i/o system call
39760@cindex stat, file-i/o system call
39761
fc320d37
SL
39762@table @asis
39763@item Synopsis:
0ce1b118 39764@smallexample
0ce1b118
CV
39765int stat(const char *pathname, struct stat *buf);
39766int fstat(int fd, struct stat *buf);
fc320d37 39767@end smallexample
0ce1b118 39768
fc320d37
SL
39769@item Request:
39770@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
39771@samp{Ffstat,@var{fd},@var{bufptr}}
0ce1b118 39772
fc320d37 39773@item Return value:
0ce1b118
CV
39774On success, zero is returned. On error, -1 is returned.
39775
fc320d37 39776@item Errors:
0ce1b118
CV
39777
39778@table @code
b383017d 39779@item EBADF
fc320d37 39780@var{fd} is not a valid open file.
0ce1b118 39781
b383017d 39782@item ENOENT
fc320d37 39783A directory component in @var{pathname} does not exist or the
0ce1b118
CV
39784path is an empty string.
39785
b383017d 39786@item ENOTDIR
0ce1b118
CV
39787A component of the path is not a directory.
39788
b383017d 39789@item EFAULT
fc320d37 39790@var{pathnameptr} is an invalid pointer value.
0ce1b118 39791
b383017d 39792@item EACCES
0ce1b118
CV
39793No access to the file or the path of the file.
39794
39795@item ENAMETOOLONG
fc320d37 39796@var{pathname} was too long.
0ce1b118 39797
b383017d 39798@item EINTR
0ce1b118
CV
39799The call was interrupted by the user.
39800@end table
39801
fc320d37
SL
39802@end table
39803
0ce1b118
CV
39804@node gettimeofday
39805@unnumberedsubsubsec gettimeofday
39806@cindex gettimeofday, file-i/o system call
39807
fc320d37
SL
39808@table @asis
39809@item Synopsis:
0ce1b118 39810@smallexample
0ce1b118 39811int gettimeofday(struct timeval *tv, void *tz);
fc320d37 39812@end smallexample
0ce1b118 39813
fc320d37
SL
39814@item Request:
39815@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
0ce1b118 39816
fc320d37 39817@item Return value:
0ce1b118
CV
39818On success, 0 is returned, -1 otherwise.
39819
fc320d37 39820@item Errors:
0ce1b118
CV
39821
39822@table @code
b383017d 39823@item EINVAL
fc320d37 39824@var{tz} is a non-NULL pointer.
0ce1b118 39825
b383017d 39826@item EFAULT
fc320d37
SL
39827@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
39828@end table
39829
0ce1b118
CV
39830@end table
39831
39832@node isatty
39833@unnumberedsubsubsec isatty
39834@cindex isatty, file-i/o system call
39835
fc320d37
SL
39836@table @asis
39837@item Synopsis:
0ce1b118 39838@smallexample
0ce1b118 39839int isatty(int fd);
fc320d37 39840@end smallexample
0ce1b118 39841
fc320d37
SL
39842@item Request:
39843@samp{Fisatty,@var{fd}}
0ce1b118 39844
fc320d37
SL
39845@item Return value:
39846Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
0ce1b118 39847
fc320d37 39848@item Errors:
0ce1b118
CV
39849
39850@table @code
b383017d 39851@item EINTR
0ce1b118
CV
39852The call was interrupted by the user.
39853@end table
39854
fc320d37
SL
39855@end table
39856
39857Note that the @code{isatty} call is treated as a special case: it returns
398581 to the target if the file descriptor is attached
39859to the @value{GDBN} console, 0 otherwise. Implementing through system calls
39860would require implementing @code{ioctl} and would be more complex than
39861needed.
39862
39863
0ce1b118
CV
39864@node system
39865@unnumberedsubsubsec system
39866@cindex system, file-i/o system call
39867
fc320d37
SL
39868@table @asis
39869@item Synopsis:
0ce1b118 39870@smallexample
0ce1b118 39871int system(const char *command);
fc320d37 39872@end smallexample
0ce1b118 39873
fc320d37
SL
39874@item Request:
39875@samp{Fsystem,@var{commandptr}/@var{len}}
0ce1b118 39876
fc320d37 39877@item Return value:
5600ea19
NS
39878If @var{len} is zero, the return value indicates whether a shell is
39879available. A zero return value indicates a shell is not available.
39880For non-zero @var{len}, the value returned is -1 on error and the
39881return status of the command otherwise. Only the exit status of the
39882command is returned, which is extracted from the host's @code{system}
39883return value by calling @code{WEXITSTATUS(retval)}. In case
39884@file{/bin/sh} could not be executed, 127 is returned.
0ce1b118 39885
fc320d37 39886@item Errors:
0ce1b118
CV
39887
39888@table @code
b383017d 39889@item EINTR
0ce1b118
CV
39890The call was interrupted by the user.
39891@end table
39892
fc320d37
SL
39893@end table
39894
39895@value{GDBN} takes over the full task of calling the necessary host calls
39896to perform the @code{system} call. The return value of @code{system} on
39897the host is simplified before it's returned
39898to the target. Any termination signal information from the child process
39899is discarded, and the return value consists
39900entirely of the exit status of the called command.
39901
39902Due to security concerns, the @code{system} call is by default refused
39903by @value{GDBN}. The user has to allow this call explicitly with the
39904@code{set remote system-call-allowed 1} command.
39905
39906@table @code
39907@item set remote system-call-allowed
39908@kindex set remote system-call-allowed
39909Control whether to allow the @code{system} calls in the File I/O
39910protocol for the remote target. The default is zero (disabled).
39911
39912@item show remote system-call-allowed
39913@kindex show remote system-call-allowed
39914Show whether the @code{system} calls are allowed in the File I/O
39915protocol.
39916@end table
39917
db2e3e2e
BW
39918@node Protocol-specific Representation of Datatypes
39919@subsection Protocol-specific Representation of Datatypes
39920@cindex protocol-specific representation of datatypes, in file-i/o protocol
0ce1b118
CV
39921
39922@menu
79a6e687
BW
39923* Integral Datatypes::
39924* Pointer Values::
39925* Memory Transfer::
0ce1b118
CV
39926* struct stat::
39927* struct timeval::
39928@end menu
39929
79a6e687
BW
39930@node Integral Datatypes
39931@unnumberedsubsubsec Integral Datatypes
0ce1b118
CV
39932@cindex integral datatypes, in file-i/o protocol
39933
fc320d37
SL
39934The integral datatypes used in the system calls are @code{int},
39935@code{unsigned int}, @code{long}, @code{unsigned long},
39936@code{mode_t}, and @code{time_t}.
0ce1b118 39937
fc320d37 39938@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
0ce1b118
CV
39939implemented as 32 bit values in this protocol.
39940
fc320d37 39941@code{long} and @code{unsigned long} are implemented as 64 bit types.
b383017d 39942
0ce1b118
CV
39943@xref{Limits}, for corresponding MIN and MAX values (similar to those
39944in @file{limits.h}) to allow range checking on host and target.
39945
39946@code{time_t} datatypes are defined as seconds since the Epoch.
39947
39948All integral datatypes transferred as part of a memory read or write of a
39949structured datatype e.g.@: a @code{struct stat} have to be given in big endian
39950byte order.
39951
79a6e687
BW
39952@node Pointer Values
39953@unnumberedsubsubsec Pointer Values
0ce1b118
CV
39954@cindex pointer values, in file-i/o protocol
39955
39956Pointers to target data are transmitted as they are. An exception
39957is made for pointers to buffers for which the length isn't
39958transmitted as part of the function call, namely strings. Strings
39959are transmitted as a pointer/length pair, both as hex values, e.g.@:
39960
39961@smallexample
39962@code{1aaf/12}
39963@end smallexample
39964
39965@noindent
39966which is a pointer to data of length 18 bytes at position 0x1aaf.
39967The length is defined as the full string length in bytes, including
fc320d37
SL
39968the trailing null byte. For example, the string @code{"hello world"}
39969at address 0x123456 is transmitted as
0ce1b118
CV
39970
39971@smallexample
fc320d37 39972@code{123456/d}
0ce1b118
CV
39973@end smallexample
39974
79a6e687
BW
39975@node Memory Transfer
39976@unnumberedsubsubsec Memory Transfer
fc320d37
SL
39977@cindex memory transfer, in file-i/o protocol
39978
39979Structured data which is transferred using a memory read or write (for
db2e3e2e 39980example, a @code{struct stat}) is expected to be in a protocol-specific format
fc320d37
SL
39981with all scalar multibyte datatypes being big endian. Translation to
39982this representation needs to be done both by the target before the @code{F}
39983packet is sent, and by @value{GDBN} before
39984it transfers memory to the target. Transferred pointers to structured
39985data should point to the already-coerced data at any time.
0ce1b118 39986
0ce1b118
CV
39987
39988@node struct stat
39989@unnumberedsubsubsec struct stat
39990@cindex struct stat, in file-i/o protocol
39991
fc320d37
SL
39992The buffer of type @code{struct stat} used by the target and @value{GDBN}
39993is defined as follows:
0ce1b118
CV
39994
39995@smallexample
39996struct stat @{
39997 unsigned int st_dev; /* device */
39998 unsigned int st_ino; /* inode */
39999 mode_t st_mode; /* protection */
40000 unsigned int st_nlink; /* number of hard links */
40001 unsigned int st_uid; /* user ID of owner */
40002 unsigned int st_gid; /* group ID of owner */
40003 unsigned int st_rdev; /* device type (if inode device) */
40004 unsigned long st_size; /* total size, in bytes */
40005 unsigned long st_blksize; /* blocksize for filesystem I/O */
40006 unsigned long st_blocks; /* number of blocks allocated */
40007 time_t st_atime; /* time of last access */
40008 time_t st_mtime; /* time of last modification */
40009 time_t st_ctime; /* time of last change */
40010@};
40011@end smallexample
40012
fc320d37 40013The integral datatypes conform to the definitions given in the
79a6e687 40014appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
40015structure is of size 64 bytes.
40016
40017The values of several fields have a restricted meaning and/or
40018range of values.
40019
fc320d37 40020@table @code
0ce1b118 40021
fc320d37
SL
40022@item st_dev
40023A value of 0 represents a file, 1 the console.
0ce1b118 40024
fc320d37
SL
40025@item st_ino
40026No valid meaning for the target. Transmitted unchanged.
0ce1b118 40027
fc320d37
SL
40028@item st_mode
40029Valid mode bits are described in @ref{Constants}. Any other
40030bits have currently no meaning for the target.
0ce1b118 40031
fc320d37
SL
40032@item st_uid
40033@itemx st_gid
40034@itemx st_rdev
40035No valid meaning for the target. Transmitted unchanged.
0ce1b118 40036
fc320d37
SL
40037@item st_atime
40038@itemx st_mtime
40039@itemx st_ctime
40040These values have a host and file system dependent
40041accuracy. Especially on Windows hosts, the file system may not
40042support exact timing values.
40043@end table
0ce1b118 40044
fc320d37
SL
40045The target gets a @code{struct stat} of the above representation and is
40046responsible for coercing it to the target representation before
0ce1b118
CV
40047continuing.
40048
fc320d37
SL
40049Note that due to size differences between the host, target, and protocol
40050representations of @code{struct stat} members, these members could eventually
0ce1b118
CV
40051get truncated on the target.
40052
40053@node struct timeval
40054@unnumberedsubsubsec struct timeval
40055@cindex struct timeval, in file-i/o protocol
40056
fc320d37 40057The buffer of type @code{struct timeval} used by the File-I/O protocol
0ce1b118
CV
40058is defined as follows:
40059
40060@smallexample
b383017d 40061struct timeval @{
0ce1b118
CV
40062 time_t tv_sec; /* second */
40063 long tv_usec; /* microsecond */
40064@};
40065@end smallexample
40066
fc320d37 40067The integral datatypes conform to the definitions given in the
79a6e687 40068appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
40069structure is of size 8 bytes.
40070
40071@node Constants
40072@subsection Constants
40073@cindex constants, in file-i/o protocol
40074
40075The following values are used for the constants inside of the
fc320d37 40076protocol. @value{GDBN} and target are responsible for translating these
0ce1b118
CV
40077values before and after the call as needed.
40078
40079@menu
79a6e687
BW
40080* Open Flags::
40081* mode_t Values::
40082* Errno Values::
40083* Lseek Flags::
0ce1b118
CV
40084* Limits::
40085@end menu
40086
79a6e687
BW
40087@node Open Flags
40088@unnumberedsubsubsec Open Flags
0ce1b118
CV
40089@cindex open flags, in file-i/o protocol
40090
40091All values are given in hexadecimal representation.
40092
40093@smallexample
40094 O_RDONLY 0x0
40095 O_WRONLY 0x1
40096 O_RDWR 0x2
40097 O_APPEND 0x8
40098 O_CREAT 0x200
40099 O_TRUNC 0x400
40100 O_EXCL 0x800
40101@end smallexample
40102
79a6e687
BW
40103@node mode_t Values
40104@unnumberedsubsubsec mode_t Values
0ce1b118
CV
40105@cindex mode_t values, in file-i/o protocol
40106
40107All values are given in octal representation.
40108
40109@smallexample
40110 S_IFREG 0100000
40111 S_IFDIR 040000
40112 S_IRUSR 0400
40113 S_IWUSR 0200
40114 S_IXUSR 0100
40115 S_IRGRP 040
40116 S_IWGRP 020
40117 S_IXGRP 010
40118 S_IROTH 04
40119 S_IWOTH 02
40120 S_IXOTH 01
40121@end smallexample
40122
79a6e687
BW
40123@node Errno Values
40124@unnumberedsubsubsec Errno Values
0ce1b118
CV
40125@cindex errno values, in file-i/o protocol
40126
40127All values are given in decimal representation.
40128
40129@smallexample
40130 EPERM 1
40131 ENOENT 2
40132 EINTR 4
40133 EBADF 9
40134 EACCES 13
40135 EFAULT 14
40136 EBUSY 16
40137 EEXIST 17
40138 ENODEV 19
40139 ENOTDIR 20
40140 EISDIR 21
40141 EINVAL 22
40142 ENFILE 23
40143 EMFILE 24
40144 EFBIG 27
40145 ENOSPC 28
40146 ESPIPE 29
40147 EROFS 30
40148 ENAMETOOLONG 91
40149 EUNKNOWN 9999
40150@end smallexample
40151
fc320d37 40152 @code{EUNKNOWN} is used as a fallback error value if a host system returns
0ce1b118
CV
40153 any error value not in the list of supported error numbers.
40154
79a6e687
BW
40155@node Lseek Flags
40156@unnumberedsubsubsec Lseek Flags
0ce1b118
CV
40157@cindex lseek flags, in file-i/o protocol
40158
40159@smallexample
40160 SEEK_SET 0
40161 SEEK_CUR 1
40162 SEEK_END 2
40163@end smallexample
40164
40165@node Limits
40166@unnumberedsubsubsec Limits
40167@cindex limits, in file-i/o protocol
40168
40169All values are given in decimal representation.
40170
40171@smallexample
40172 INT_MIN -2147483648
40173 INT_MAX 2147483647
40174 UINT_MAX 4294967295
40175 LONG_MIN -9223372036854775808
40176 LONG_MAX 9223372036854775807
40177 ULONG_MAX 18446744073709551615
40178@end smallexample
40179
40180@node File-I/O Examples
40181@subsection File-I/O Examples
40182@cindex file-i/o examples
40183
40184Example sequence of a write call, file descriptor 3, buffer is at target
40185address 0x1234, 6 bytes should be written:
40186
40187@smallexample
40188<- @code{Fwrite,3,1234,6}
40189@emph{request memory read from target}
40190-> @code{m1234,6}
40191<- XXXXXX
40192@emph{return "6 bytes written"}
40193-> @code{F6}
40194@end smallexample
40195
40196Example sequence of a read call, file descriptor 3, buffer is at target
40197address 0x1234, 6 bytes should be read:
40198
40199@smallexample
40200<- @code{Fread,3,1234,6}
40201@emph{request memory write to target}
40202-> @code{X1234,6:XXXXXX}
40203@emph{return "6 bytes read"}
40204-> @code{F6}
40205@end smallexample
40206
40207Example sequence of a read call, call fails on the host due to invalid
fc320d37 40208file descriptor (@code{EBADF}):
0ce1b118
CV
40209
40210@smallexample
40211<- @code{Fread,3,1234,6}
40212-> @code{F-1,9}
40213@end smallexample
40214
c8aa23ab 40215Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
0ce1b118
CV
40216host is called:
40217
40218@smallexample
40219<- @code{Fread,3,1234,6}
40220-> @code{F-1,4,C}
40221<- @code{T02}
40222@end smallexample
40223
c8aa23ab 40224Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
0ce1b118
CV
40225host is called:
40226
40227@smallexample
40228<- @code{Fread,3,1234,6}
40229-> @code{X1234,6:XXXXXX}
40230<- @code{T02}
40231@end smallexample
40232
cfa9d6d9
DJ
40233@node Library List Format
40234@section Library List Format
40235@cindex library list format, remote protocol
40236
40237On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
40238same process as your application to manage libraries. In this case,
40239@value{GDBN} can use the loader's symbol table and normal memory
40240operations to maintain a list of shared libraries. On other
40241platforms, the operating system manages loaded libraries.
40242@value{GDBN} can not retrieve the list of currently loaded libraries
40243through memory operations, so it uses the @samp{qXfer:libraries:read}
40244packet (@pxref{qXfer library list read}) instead. The remote stub
40245queries the target's operating system and reports which libraries
40246are loaded.
40247
40248The @samp{qXfer:libraries:read} packet returns an XML document which
40249lists loaded libraries and their offsets. Each library has an
1fddbabb
PA
40250associated name and one or more segment or section base addresses,
40251which report where the library was loaded in memory.
40252
40253For the common case of libraries that are fully linked binaries, the
40254library should have a list of segments. If the target supports
40255dynamic linking of a relocatable object file, its library XML element
40256should instead include a list of allocated sections. The segment or
40257section bases are start addresses, not relocation offsets; they do not
40258depend on the library's link-time base addresses.
cfa9d6d9 40259
9cceb671
DJ
40260@value{GDBN} must be linked with the Expat library to support XML
40261library lists. @xref{Expat}.
40262
cfa9d6d9
DJ
40263A simple memory map, with one loaded library relocated by a single
40264offset, looks like this:
40265
40266@smallexample
40267<library-list>
40268 <library name="/lib/libc.so.6">
40269 <segment address="0x10000000"/>
40270 </library>
40271</library-list>
40272@end smallexample
40273
1fddbabb
PA
40274Another simple memory map, with one loaded library with three
40275allocated sections (.text, .data, .bss), looks like this:
40276
40277@smallexample
40278<library-list>
40279 <library name="sharedlib.o">
40280 <section address="0x10000000"/>
40281 <section address="0x20000000"/>
40282 <section address="0x30000000"/>
40283 </library>
40284</library-list>
40285@end smallexample
40286
cfa9d6d9
DJ
40287The format of a library list is described by this DTD:
40288
40289@smallexample
40290<!-- library-list: Root element with versioning -->
40291<!ELEMENT library-list (library)*>
40292<!ATTLIST library-list version CDATA #FIXED "1.0">
1fddbabb 40293<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
40294<!ATTLIST library name CDATA #REQUIRED>
40295<!ELEMENT segment EMPTY>
40296<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
40297<!ELEMENT section EMPTY>
40298<!ATTLIST section address CDATA #REQUIRED>
cfa9d6d9
DJ
40299@end smallexample
40300
1fddbabb
PA
40301In addition, segments and section descriptors cannot be mixed within a
40302single library element, and you must supply at least one segment or
40303section for each library.
40304
2268b414
JK
40305@node Library List Format for SVR4 Targets
40306@section Library List Format for SVR4 Targets
40307@cindex library list format, remote protocol
40308
40309On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
40310(e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
40311shared libraries. Still a special library list provided by this packet is
40312more efficient for the @value{GDBN} remote protocol.
40313
40314The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
40315loaded libraries and their SVR4 linker parameters. For each library on SVR4
40316target, the following parameters are reported:
40317
40318@itemize @minus
40319@item
40320@code{name}, the absolute file name from the @code{l_name} field of
40321@code{struct link_map}.
40322@item
40323@code{lm} with address of @code{struct link_map} used for TLS
40324(Thread Local Storage) access.
40325@item
40326@code{l_addr}, the displacement as read from the field @code{l_addr} of
40327@code{struct link_map}. For prelinked libraries this is not an absolute
40328memory address. It is a displacement of absolute memory address against
40329address the file was prelinked to during the library load.
40330@item
40331@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
40332@end itemize
40333
40334Additionally the single @code{main-lm} attribute specifies address of
40335@code{struct link_map} used for the main executable. This parameter is used
40336for TLS access and its presence is optional.
40337
40338@value{GDBN} must be linked with the Expat library to support XML
40339SVR4 library lists. @xref{Expat}.
40340
40341A simple memory map, with two loaded libraries (which do not use prelink),
40342looks like this:
40343
40344@smallexample
40345<library-list-svr4 version="1.0" main-lm="0xe4f8f8">
40346 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
40347 l_ld="0xe4eefc"/>
40348 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
40349 l_ld="0x152350"/>
40350</library-list-svr>
40351@end smallexample
40352
40353The format of an SVR4 library list is described by this DTD:
40354
40355@smallexample
40356<!-- library-list-svr4: Root element with versioning -->
40357<!ELEMENT library-list-svr4 (library)*>
40358<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
40359<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
40360<!ELEMENT library EMPTY>
40361<!ATTLIST library name CDATA #REQUIRED>
40362<!ATTLIST library lm CDATA #REQUIRED>
40363<!ATTLIST library l_addr CDATA #REQUIRED>
40364<!ATTLIST library l_ld CDATA #REQUIRED>
40365@end smallexample
40366
79a6e687
BW
40367@node Memory Map Format
40368@section Memory Map Format
68437a39
DJ
40369@cindex memory map format
40370
40371To be able to write into flash memory, @value{GDBN} needs to obtain a
40372memory map from the target. This section describes the format of the
40373memory map.
40374
40375The memory map is obtained using the @samp{qXfer:memory-map:read}
40376(@pxref{qXfer memory map read}) packet and is an XML document that
9cceb671
DJ
40377lists memory regions.
40378
40379@value{GDBN} must be linked with the Expat library to support XML
40380memory maps. @xref{Expat}.
40381
40382The top-level structure of the document is shown below:
68437a39
DJ
40383
40384@smallexample
40385<?xml version="1.0"?>
40386<!DOCTYPE memory-map
40387 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
40388 "http://sourceware.org/gdb/gdb-memory-map.dtd">
40389<memory-map>
40390 region...
40391</memory-map>
40392@end smallexample
40393
40394Each region can be either:
40395
40396@itemize
40397
40398@item
40399A region of RAM starting at @var{addr} and extending for @var{length}
40400bytes from there:
40401
40402@smallexample
40403<memory type="ram" start="@var{addr}" length="@var{length}"/>
40404@end smallexample
40405
40406
40407@item
40408A region of read-only memory:
40409
40410@smallexample
40411<memory type="rom" start="@var{addr}" length="@var{length}"/>
40412@end smallexample
40413
40414
40415@item
40416A region of flash memory, with erasure blocks @var{blocksize}
40417bytes in length:
40418
40419@smallexample
40420<memory type="flash" start="@var{addr}" length="@var{length}">
40421 <property name="blocksize">@var{blocksize}</property>
40422</memory>
40423@end smallexample
40424
40425@end itemize
40426
40427Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
40428by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
40429packets to write to addresses in such ranges.
40430
40431The formal DTD for memory map format is given below:
40432
40433@smallexample
40434<!-- ................................................... -->
40435<!-- Memory Map XML DTD ................................ -->
40436<!-- File: memory-map.dtd .............................. -->
40437<!-- .................................... .............. -->
40438<!-- memory-map.dtd -->
40439<!-- memory-map: Root element with versioning -->
40440<!ELEMENT memory-map (memory | property)>
40441<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
40442<!ELEMENT memory (property)>
40443<!-- memory: Specifies a memory region,
40444 and its type, or device. -->
40445<!ATTLIST memory type CDATA #REQUIRED
40446 start CDATA #REQUIRED
40447 length CDATA #REQUIRED
40448 device CDATA #IMPLIED>
40449<!-- property: Generic attribute tag -->
40450<!ELEMENT property (#PCDATA | property)*>
40451<!ATTLIST property name CDATA #REQUIRED>
40452@end smallexample
40453
dc146f7c
VP
40454@node Thread List Format
40455@section Thread List Format
40456@cindex thread list format
40457
40458To efficiently update the list of threads and their attributes,
40459@value{GDBN} issues the @samp{qXfer:threads:read} packet
40460(@pxref{qXfer threads read}) and obtains the XML document with
40461the following structure:
40462
40463@smallexample
40464<?xml version="1.0"?>
40465<threads>
40466 <thread id="id" core="0">
40467 ... description ...
40468 </thread>
40469</threads>
40470@end smallexample
40471
40472Each @samp{thread} element must have the @samp{id} attribute that
40473identifies the thread (@pxref{thread-id syntax}). The
40474@samp{core} attribute, if present, specifies which processor core
40475the thread was last executing on. The content of the of @samp{thread}
40476element is interpreted as human-readable auxilliary information.
40477
b3b9301e
PA
40478@node Traceframe Info Format
40479@section Traceframe Info Format
40480@cindex traceframe info format
40481
40482To be able to know which objects in the inferior can be examined when
40483inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
40484memory ranges, registers and trace state variables that have been
40485collected in a traceframe.
40486
40487This list is obtained using the @samp{qXfer:traceframe-info:read}
40488(@pxref{qXfer traceframe info read}) packet and is an XML document.
40489
40490@value{GDBN} must be linked with the Expat library to support XML
40491traceframe info discovery. @xref{Expat}.
40492
40493The top-level structure of the document is shown below:
40494
40495@smallexample
40496<?xml version="1.0"?>
40497<!DOCTYPE traceframe-info
40498 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
40499 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
40500<traceframe-info>
40501 block...
40502</traceframe-info>
40503@end smallexample
40504
40505Each traceframe block can be either:
40506
40507@itemize
40508
40509@item
40510A region of collected memory starting at @var{addr} and extending for
40511@var{length} bytes from there:
40512
40513@smallexample
40514<memory start="@var{addr}" length="@var{length}"/>
40515@end smallexample
40516
40517@end itemize
40518
40519The formal DTD for the traceframe info format is given below:
40520
40521@smallexample
40522<!ELEMENT traceframe-info (memory)* >
40523<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
40524
40525<!ELEMENT memory EMPTY>
40526<!ATTLIST memory start CDATA #REQUIRED
40527 length CDATA #REQUIRED>
40528@end smallexample
40529
2ae8c8e7
MM
40530@node Branch Trace Format
40531@section Branch Trace Format
40532@cindex branch trace format
40533
40534In order to display the branch trace of an inferior thread,
40535@value{GDBN} needs to obtain the list of branches. This list is
40536represented as list of sequential code blocks that are connected via
40537branches. The code in each block has been executed sequentially.
40538
40539This list is obtained using the @samp{qXfer:btrace:read}
40540(@pxref{qXfer btrace read}) packet and is an XML document.
40541
40542@value{GDBN} must be linked with the Expat library to support XML
40543traceframe info discovery. @xref{Expat}.
40544
40545The top-level structure of the document is shown below:
40546
40547@smallexample
40548<?xml version="1.0"?>
40549<!DOCTYPE btrace
40550 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
40551 "http://sourceware.org/gdb/gdb-btrace.dtd">
40552<btrace>
40553 block...
40554</btrace>
40555@end smallexample
40556
40557@itemize
40558
40559@item
40560A block of sequentially executed instructions starting at @var{begin}
40561and ending at @var{end}:
40562
40563@smallexample
40564<block begin="@var{begin}" end="@var{end}"/>
40565@end smallexample
40566
40567@end itemize
40568
40569The formal DTD for the branch trace format is given below:
40570
40571@smallexample
40572<!ELEMENT btrace (block)* >
40573<!ATTLIST btrace version CDATA #FIXED "1.0">
40574
40575<!ELEMENT block EMPTY>
40576<!ATTLIST block begin CDATA #REQUIRED
40577 end CDATA #REQUIRED>
40578@end smallexample
40579
f418dd93
DJ
40580@include agentexpr.texi
40581
23181151
DJ
40582@node Target Descriptions
40583@appendix Target Descriptions
40584@cindex target descriptions
40585
23181151
DJ
40586One of the challenges of using @value{GDBN} to debug embedded systems
40587is that there are so many minor variants of each processor
40588architecture in use. It is common practice for vendors to start with
eb17f351 40589a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
23181151
DJ
40590and then make changes to adapt it to a particular market niche. Some
40591architectures have hundreds of variants, available from dozens of
40592vendors. This leads to a number of problems:
40593
40594@itemize @bullet
40595@item
40596With so many different customized processors, it is difficult for
40597the @value{GDBN} maintainers to keep up with the changes.
40598@item
40599Since individual variants may have short lifetimes or limited
40600audiences, it may not be worthwhile to carry information about every
40601variant in the @value{GDBN} source tree.
40602@item
40603When @value{GDBN} does support the architecture of the embedded system
40604at hand, the task of finding the correct architecture name to give the
40605@command{set architecture} command can be error-prone.
40606@end itemize
40607
40608To address these problems, the @value{GDBN} remote protocol allows a
40609target system to not only identify itself to @value{GDBN}, but to
40610actually describe its own features. This lets @value{GDBN} support
40611processor variants it has never seen before --- to the extent that the
40612descriptions are accurate, and that @value{GDBN} understands them.
40613
9cceb671
DJ
40614@value{GDBN} must be linked with the Expat library to support XML
40615target descriptions. @xref{Expat}.
123dc839 40616
23181151
DJ
40617@menu
40618* Retrieving Descriptions:: How descriptions are fetched from a target.
40619* Target Description Format:: The contents of a target description.
123dc839
DJ
40620* Predefined Target Types:: Standard types available for target
40621 descriptions.
40622* Standard Target Features:: Features @value{GDBN} knows about.
23181151
DJ
40623@end menu
40624
40625@node Retrieving Descriptions
40626@section Retrieving Descriptions
40627
40628Target descriptions can be read from the target automatically, or
40629specified by the user manually. The default behavior is to read the
40630description from the target. @value{GDBN} retrieves it via the remote
40631protocol using @samp{qXfer} requests (@pxref{General Query Packets,
40632qXfer}). The @var{annex} in the @samp{qXfer} packet will be
40633@samp{target.xml}. The contents of the @samp{target.xml} annex are an
40634XML document, of the form described in @ref{Target Description
40635Format}.
40636
40637Alternatively, you can specify a file to read for the target description.
40638If a file is set, the target will not be queried. The commands to
40639specify a file are:
40640
40641@table @code
40642@cindex set tdesc filename
40643@item set tdesc filename @var{path}
40644Read the target description from @var{path}.
40645
40646@cindex unset tdesc filename
40647@item unset tdesc filename
40648Do not read the XML target description from a file. @value{GDBN}
40649will use the description supplied by the current target.
40650
40651@cindex show tdesc filename
40652@item show tdesc filename
40653Show the filename to read for a target description, if any.
40654@end table
40655
40656
40657@node Target Description Format
40658@section Target Description Format
40659@cindex target descriptions, XML format
40660
40661A target description annex is an @uref{http://www.w3.org/XML/, XML}
40662document which complies with the Document Type Definition provided in
40663the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
40664means you can use generally available tools like @command{xmllint} to
40665check that your feature descriptions are well-formed and valid.
40666However, to help people unfamiliar with XML write descriptions for
40667their targets, we also describe the grammar here.
40668
123dc839
DJ
40669Target descriptions can identify the architecture of the remote target
40670and (for some architectures) provide information about custom register
08d16641
PA
40671sets. They can also identify the OS ABI of the remote target.
40672@value{GDBN} can use this information to autoconfigure for your
123dc839 40673target, or to warn you if you connect to an unsupported target.
23181151
DJ
40674
40675Here is a simple target description:
40676
123dc839 40677@smallexample
1780a0ed 40678<target version="1.0">
23181151
DJ
40679 <architecture>i386:x86-64</architecture>
40680</target>
123dc839 40681@end smallexample
23181151
DJ
40682
40683@noindent
40684This minimal description only says that the target uses
40685the x86-64 architecture.
40686
123dc839
DJ
40687A target description has the following overall form, with [ ] marking
40688optional elements and @dots{} marking repeatable elements. The elements
40689are explained further below.
23181151 40690
123dc839 40691@smallexample
23181151
DJ
40692<?xml version="1.0"?>
40693<!DOCTYPE target SYSTEM "gdb-target.dtd">
1780a0ed 40694<target version="1.0">
123dc839 40695 @r{[}@var{architecture}@r{]}
08d16641 40696 @r{[}@var{osabi}@r{]}
e35359c5 40697 @r{[}@var{compatible}@r{]}
123dc839 40698 @r{[}@var{feature}@dots{}@r{]}
23181151 40699</target>
123dc839 40700@end smallexample
23181151
DJ
40701
40702@noindent
40703The description is generally insensitive to whitespace and line
40704breaks, under the usual common-sense rules. The XML version
40705declaration and document type declaration can generally be omitted
40706(@value{GDBN} does not require them), but specifying them may be
1780a0ed
DJ
40707useful for XML validation tools. The @samp{version} attribute for
40708@samp{<target>} may also be omitted, but we recommend
40709including it; if future versions of @value{GDBN} use an incompatible
40710revision of @file{gdb-target.dtd}, they will detect and report
40711the version mismatch.
23181151 40712
108546a0
DJ
40713@subsection Inclusion
40714@cindex target descriptions, inclusion
40715@cindex XInclude
40716@ifnotinfo
40717@cindex <xi:include>
40718@end ifnotinfo
40719
40720It can sometimes be valuable to split a target description up into
40721several different annexes, either for organizational purposes, or to
40722share files between different possible target descriptions. You can
40723divide a description into multiple files by replacing any element of
40724the target description with an inclusion directive of the form:
40725
123dc839 40726@smallexample
108546a0 40727<xi:include href="@var{document}"/>
123dc839 40728@end smallexample
108546a0
DJ
40729
40730@noindent
40731When @value{GDBN} encounters an element of this form, it will retrieve
40732the named XML @var{document}, and replace the inclusion directive with
40733the contents of that document. If the current description was read
40734using @samp{qXfer}, then so will be the included document;
40735@var{document} will be interpreted as the name of an annex. If the
40736current description was read from a file, @value{GDBN} will look for
40737@var{document} as a file in the same directory where it found the
40738original description.
40739
123dc839
DJ
40740@subsection Architecture
40741@cindex <architecture>
40742
40743An @samp{<architecture>} element has this form:
40744
40745@smallexample
40746 <architecture>@var{arch}</architecture>
40747@end smallexample
40748
e35359c5
UW
40749@var{arch} is one of the architectures from the set accepted by
40750@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
123dc839 40751
08d16641
PA
40752@subsection OS ABI
40753@cindex @code{<osabi>}
40754
40755This optional field was introduced in @value{GDBN} version 7.0.
40756Previous versions of @value{GDBN} ignore it.
40757
40758An @samp{<osabi>} element has this form:
40759
40760@smallexample
40761 <osabi>@var{abi-name}</osabi>
40762@end smallexample
40763
40764@var{abi-name} is an OS ABI name from the same selection accepted by
40765@w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
40766
e35359c5
UW
40767@subsection Compatible Architecture
40768@cindex @code{<compatible>}
40769
40770This optional field was introduced in @value{GDBN} version 7.0.
40771Previous versions of @value{GDBN} ignore it.
40772
40773A @samp{<compatible>} element has this form:
40774
40775@smallexample
40776 <compatible>@var{arch}</compatible>
40777@end smallexample
40778
40779@var{arch} is one of the architectures from the set accepted by
40780@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
40781
40782A @samp{<compatible>} element is used to specify that the target
40783is able to run binaries in some other than the main target architecture
40784given by the @samp{<architecture>} element. For example, on the
40785Cell Broadband Engine, the main architecture is @code{powerpc:common}
40786or @code{powerpc:common64}, but the system is able to run binaries
40787in the @code{spu} architecture as well. The way to describe this
40788capability with @samp{<compatible>} is as follows:
40789
40790@smallexample
40791 <architecture>powerpc:common</architecture>
40792 <compatible>spu</compatible>
40793@end smallexample
40794
123dc839
DJ
40795@subsection Features
40796@cindex <feature>
40797
40798Each @samp{<feature>} describes some logical portion of the target
40799system. Features are currently used to describe available CPU
40800registers and the types of their contents. A @samp{<feature>} element
40801has this form:
40802
40803@smallexample
40804<feature name="@var{name}">
40805 @r{[}@var{type}@dots{}@r{]}
40806 @var{reg}@dots{}
40807</feature>
40808@end smallexample
40809
40810@noindent
40811Each feature's name should be unique within the description. The name
40812of a feature does not matter unless @value{GDBN} has some special
40813knowledge of the contents of that feature; if it does, the feature
40814should have its standard name. @xref{Standard Target Features}.
40815
40816@subsection Types
40817
40818Any register's value is a collection of bits which @value{GDBN} must
40819interpret. The default interpretation is a two's complement integer,
40820but other types can be requested by name in the register description.
40821Some predefined types are provided by @value{GDBN} (@pxref{Predefined
40822Target Types}), and the description can define additional composite types.
40823
40824Each type element must have an @samp{id} attribute, which gives
40825a unique (within the containing @samp{<feature>}) name to the type.
40826Types must be defined before they are used.
40827
40828@cindex <vector>
40829Some targets offer vector registers, which can be treated as arrays
40830of scalar elements. These types are written as @samp{<vector>} elements,
40831specifying the array element type, @var{type}, and the number of elements,
40832@var{count}:
40833
40834@smallexample
40835<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
40836@end smallexample
40837
40838@cindex <union>
40839If a register's value is usefully viewed in multiple ways, define it
40840with a union type containing the useful representations. The
40841@samp{<union>} element contains one or more @samp{<field>} elements,
40842each of which has a @var{name} and a @var{type}:
40843
40844@smallexample
40845<union id="@var{id}">
40846 <field name="@var{name}" type="@var{type}"/>
40847 @dots{}
40848</union>
40849@end smallexample
40850
f5dff777
DJ
40851@cindex <struct>
40852If a register's value is composed from several separate values, define
40853it with a structure type. There are two forms of the @samp{<struct>}
40854element; a @samp{<struct>} element must either contain only bitfields
40855or contain no bitfields. If the structure contains only bitfields,
40856its total size in bytes must be specified, each bitfield must have an
40857explicit start and end, and bitfields are automatically assigned an
40858integer type. The field's @var{start} should be less than or
40859equal to its @var{end}, and zero represents the least significant bit.
40860
40861@smallexample
40862<struct id="@var{id}" size="@var{size}">
40863 <field name="@var{name}" start="@var{start}" end="@var{end}"/>
40864 @dots{}
40865</struct>
40866@end smallexample
40867
40868If the structure contains no bitfields, then each field has an
40869explicit type, and no implicit padding is added.
40870
40871@smallexample
40872<struct id="@var{id}">
40873 <field name="@var{name}" type="@var{type}"/>
40874 @dots{}
40875</struct>
40876@end smallexample
40877
40878@cindex <flags>
40879If a register's value is a series of single-bit flags, define it with
40880a flags type. The @samp{<flags>} element has an explicit @var{size}
40881and contains one or more @samp{<field>} elements. Each field has a
40882@var{name}, a @var{start}, and an @var{end}. Only single-bit flags
40883are supported.
40884
40885@smallexample
40886<flags id="@var{id}" size="@var{size}">
40887 <field name="@var{name}" start="@var{start}" end="@var{end}"/>
40888 @dots{}
40889</flags>
40890@end smallexample
40891
123dc839
DJ
40892@subsection Registers
40893@cindex <reg>
40894
40895Each register is represented as an element with this form:
40896
40897@smallexample
40898<reg name="@var{name}"
40899 bitsize="@var{size}"
40900 @r{[}regnum="@var{num}"@r{]}
40901 @r{[}save-restore="@var{save-restore}"@r{]}
40902 @r{[}type="@var{type}"@r{]}
40903 @r{[}group="@var{group}"@r{]}/>
40904@end smallexample
40905
40906@noindent
40907The components are as follows:
40908
40909@table @var
40910
40911@item name
40912The register's name; it must be unique within the target description.
40913
40914@item bitsize
40915The register's size, in bits.
40916
40917@item regnum
40918The register's number. If omitted, a register's number is one greater
40919than that of the previous register (either in the current feature or in
177b42fe 40920a preceding feature); the first register in the target description
123dc839
DJ
40921defaults to zero. This register number is used to read or write
40922the register; e.g.@: it is used in the remote @code{p} and @code{P}
40923packets, and registers appear in the @code{g} and @code{G} packets
40924in order of increasing register number.
40925
40926@item save-restore
40927Whether the register should be preserved across inferior function
40928calls; this must be either @code{yes} or @code{no}. The default is
40929@code{yes}, which is appropriate for most registers except for
40930some system control registers; this is not related to the target's
40931ABI.
40932
40933@item type
40934The type of the register. @var{type} may be a predefined type, a type
40935defined in the current feature, or one of the special types @code{int}
40936and @code{float}. @code{int} is an integer type of the correct size
40937for @var{bitsize}, and @code{float} is a floating point type (in the
40938architecture's normal floating point format) of the correct size for
40939@var{bitsize}. The default is @code{int}.
40940
40941@item group
40942The register group to which this register belongs. @var{group} must
40943be either @code{general}, @code{float}, or @code{vector}. If no
40944@var{group} is specified, @value{GDBN} will not display the register
40945in @code{info registers}.
40946
40947@end table
40948
40949@node Predefined Target Types
40950@section Predefined Target Types
40951@cindex target descriptions, predefined types
40952
40953Type definitions in the self-description can build up composite types
40954from basic building blocks, but can not define fundamental types. Instead,
40955standard identifiers are provided by @value{GDBN} for the fundamental
40956types. The currently supported types are:
40957
40958@table @code
40959
40960@item int8
40961@itemx int16
40962@itemx int32
40963@itemx int64
7cc46491 40964@itemx int128
123dc839
DJ
40965Signed integer types holding the specified number of bits.
40966
40967@item uint8
40968@itemx uint16
40969@itemx uint32
40970@itemx uint64
7cc46491 40971@itemx uint128
123dc839
DJ
40972Unsigned integer types holding the specified number of bits.
40973
40974@item code_ptr
40975@itemx data_ptr
40976Pointers to unspecified code and data. The program counter and
40977any dedicated return address register may be marked as code
40978pointers; printing a code pointer converts it into a symbolic
40979address. The stack pointer and any dedicated address registers
40980may be marked as data pointers.
40981
6e3bbd1a
PB
40982@item ieee_single
40983Single precision IEEE floating point.
40984
40985@item ieee_double
40986Double precision IEEE floating point.
40987
123dc839
DJ
40988@item arm_fpa_ext
40989The 12-byte extended precision format used by ARM FPA registers.
40990
075b51b7
L
40991@item i387_ext
40992The 10-byte extended precision format used by x87 registers.
40993
40994@item i386_eflags
4099532bit @sc{eflags} register used by x86.
40996
40997@item i386_mxcsr
4099832bit @sc{mxcsr} register used by x86.
40999
123dc839
DJ
41000@end table
41001
41002@node Standard Target Features
41003@section Standard Target Features
41004@cindex target descriptions, standard features
41005
41006A target description must contain either no registers or all the
41007target's registers. If the description contains no registers, then
41008@value{GDBN} will assume a default register layout, selected based on
41009the architecture. If the description contains any registers, the
41010default layout will not be used; the standard registers must be
41011described in the target description, in such a way that @value{GDBN}
41012can recognize them.
41013
41014This is accomplished by giving specific names to feature elements
41015which contain standard registers. @value{GDBN} will look for features
41016with those names and verify that they contain the expected registers;
41017if any known feature is missing required registers, or if any required
41018feature is missing, @value{GDBN} will reject the target
41019description. You can add additional registers to any of the
41020standard features --- @value{GDBN} will display them just as if
41021they were added to an unrecognized feature.
41022
41023This section lists the known features and their expected contents.
41024Sample XML documents for these features are included in the
41025@value{GDBN} source tree, in the directory @file{gdb/features}.
41026
41027Names recognized by @value{GDBN} should include the name of the
41028company or organization which selected the name, and the overall
41029architecture to which the feature applies; so e.g.@: the feature
41030containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
41031
ff6f572f
DJ
41032The names of registers are not case sensitive for the purpose
41033of recognizing standard features, but @value{GDBN} will only display
41034registers using the capitalization used in the description.
41035
e9c17194 41036@menu
430ed3f0 41037* AArch64 Features::
e9c17194 41038* ARM Features::
3bb8d5c3 41039* i386 Features::
1e26b4f8 41040* MIPS Features::
e9c17194 41041* M68K Features::
1e26b4f8 41042* PowerPC Features::
224bbe49 41043* TIC6x Features::
e9c17194
VP
41044@end menu
41045
41046
430ed3f0
MS
41047@node AArch64 Features
41048@subsection AArch64 Features
41049@cindex target descriptions, AArch64 features
41050
41051The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
41052targets. It should contain registers @samp{x0} through @samp{x30},
41053@samp{sp}, @samp{pc}, and @samp{cpsr}.
41054
41055The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
41056it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
41057and @samp{fpcr}.
41058
e9c17194 41059@node ARM Features
123dc839
DJ
41060@subsection ARM Features
41061@cindex target descriptions, ARM features
41062
9779414d
DJ
41063The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
41064ARM targets.
123dc839
DJ
41065It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
41066@samp{lr}, @samp{pc}, and @samp{cpsr}.
41067
9779414d
DJ
41068For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
41069feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
41070registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
41071and @samp{xpsr}.
41072
123dc839
DJ
41073The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
41074should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
41075
ff6f572f
DJ
41076The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
41077it should contain at least registers @samp{wR0} through @samp{wR15} and
41078@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
41079@samp{wCSSF}, and @samp{wCASF} registers are optional.
23181151 41080
58d6951d
DJ
41081The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
41082should contain at least registers @samp{d0} through @samp{d15}. If
41083they are present, @samp{d16} through @samp{d31} should also be included.
41084@value{GDBN} will synthesize the single-precision registers from
41085halves of the double-precision registers.
41086
41087The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
41088need to contain registers; it instructs @value{GDBN} to display the
41089VFP double-precision registers as vectors and to synthesize the
41090quad-precision registers from pairs of double-precision registers.
41091If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
41092be present and include 32 double-precision registers.
41093
3bb8d5c3
L
41094@node i386 Features
41095@subsection i386 Features
41096@cindex target descriptions, i386 features
41097
41098The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
41099targets. It should describe the following registers:
41100
41101@itemize @minus
41102@item
41103@samp{eax} through @samp{edi} plus @samp{eip} for i386
41104@item
41105@samp{rax} through @samp{r15} plus @samp{rip} for amd64
41106@item
41107@samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
41108@samp{fs}, @samp{gs}
41109@item
41110@samp{st0} through @samp{st7}
41111@item
41112@samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
41113@samp{foseg}, @samp{fooff} and @samp{fop}
41114@end itemize
41115
41116The register sets may be different, depending on the target.
41117
3a13a53b 41118The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
3bb8d5c3
L
41119describe registers:
41120
41121@itemize @minus
41122@item
41123@samp{xmm0} through @samp{xmm7} for i386
41124@item
41125@samp{xmm0} through @samp{xmm15} for amd64
41126@item
41127@samp{mxcsr}
41128@end itemize
41129
3a13a53b
L
41130The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
41131@samp{org.gnu.gdb.i386.sse} feature. It should
f68eb612
L
41132describe the upper 128 bits of @sc{ymm} registers:
41133
41134@itemize @minus
41135@item
41136@samp{ymm0h} through @samp{ymm7h} for i386
41137@item
41138@samp{ymm0h} through @samp{ymm15h} for amd64
f68eb612
L
41139@end itemize
41140
3bb8d5c3
L
41141The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
41142describe a single register, @samp{orig_eax}.
41143
1e26b4f8 41144@node MIPS Features
eb17f351
EZ
41145@subsection @acronym{MIPS} Features
41146@cindex target descriptions, @acronym{MIPS} features
f8b73d13 41147
eb17f351 41148The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
f8b73d13
DJ
41149It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
41150@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
41151on the target.
41152
41153The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
41154contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
41155registers. They may be 32-bit or 64-bit depending on the target.
41156
41157The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
41158it may be optional in a future version of @value{GDBN}. It should
41159contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
41160@samp{fir}. They may be 32-bit or 64-bit depending on the target.
41161
1faeff08
MR
41162The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
41163contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
41164@samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
41165be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
41166
822b6570
DJ
41167The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
41168contain a single register, @samp{restart}, which is used by the
41169Linux kernel to control restartable syscalls.
41170
e9c17194
VP
41171@node M68K Features
41172@subsection M68K Features
41173@cindex target descriptions, M68K features
41174
41175@table @code
41176@item @samp{org.gnu.gdb.m68k.core}
41177@itemx @samp{org.gnu.gdb.coldfire.core}
41178@itemx @samp{org.gnu.gdb.fido.core}
41179One of those features must be always present.
249e1128 41180The feature that is present determines which flavor of m68k is
e9c17194
VP
41181used. The feature that is present should contain registers
41182@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
41183@samp{sp}, @samp{ps} and @samp{pc}.
41184
41185@item @samp{org.gnu.gdb.coldfire.fp}
41186This feature is optional. If present, it should contain registers
41187@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
41188@samp{fpiaddr}.
41189@end table
41190
1e26b4f8 41191@node PowerPC Features
7cc46491
DJ
41192@subsection PowerPC Features
41193@cindex target descriptions, PowerPC features
41194
41195The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
41196targets. It should contain registers @samp{r0} through @samp{r31},
41197@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
41198@samp{xer}. They may be 32-bit or 64-bit depending on the target.
41199
41200The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
41201contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
41202
41203The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
41204contain registers @samp{vr0} through @samp{vr31}, @samp{vscr},
41205and @samp{vrsave}.
41206
677c5bb1
LM
41207The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
41208contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN}
41209will combine these registers with the floating point registers
41210(@samp{f0} through @samp{f31}) and the altivec registers (@samp{vr0}
aeac0ff9 41211through @samp{vr31}) to present the 128-bit wide registers @samp{vs0}
677c5bb1
LM
41212through @samp{vs63}, the set of vector registers for POWER7.
41213
7cc46491
DJ
41214The @samp{org.gnu.gdb.power.spe} feature is optional. It should
41215contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
41216@samp{spefscr}. SPE targets should provide 32-bit registers in
41217@samp{org.gnu.gdb.power.core} and provide the upper halves in
41218@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
41219these to present registers @samp{ev0} through @samp{ev31} to the
41220user.
41221
224bbe49
YQ
41222@node TIC6x Features
41223@subsection TMS320C6x Features
41224@cindex target descriptions, TIC6x features
41225@cindex target descriptions, TMS320C6x features
41226The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
41227targets. It should contain registers @samp{A0} through @samp{A15},
41228registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
41229
41230The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
41231contain registers @samp{A16} through @samp{A31} and @samp{B16}
41232through @samp{B31}.
41233
41234The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
41235contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
41236
07e059b5
VP
41237@node Operating System Information
41238@appendix Operating System Information
41239@cindex operating system information
41240
41241@menu
41242* Process list::
41243@end menu
41244
41245Users of @value{GDBN} often wish to obtain information about the state of
41246the operating system running on the target---for example the list of
41247processes, or the list of open files. This section describes the
41248mechanism that makes it possible. This mechanism is similar to the
41249target features mechanism (@pxref{Target Descriptions}), but focuses
41250on a different aspect of target.
41251
41252Operating system information is retrived from the target via the
41253remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
41254read}). The object name in the request should be @samp{osdata}, and
41255the @var{annex} identifies the data to be fetched.
41256
41257@node Process list
41258@appendixsection Process list
41259@cindex operating system information, process list
41260
41261When requesting the process list, the @var{annex} field in the
41262@samp{qXfer} request should be @samp{processes}. The returned data is
41263an XML document. The formal syntax of this document is defined in
41264@file{gdb/features/osdata.dtd}.
41265
41266An example document is:
41267
41268@smallexample
41269<?xml version="1.0"?>
41270<!DOCTYPE target SYSTEM "osdata.dtd">
41271<osdata type="processes">
41272 <item>
41273 <column name="pid">1</column>
41274 <column name="user">root</column>
41275 <column name="command">/sbin/init</column>
dc146f7c 41276 <column name="cores">1,2,3</column>
07e059b5
VP
41277 </item>
41278</osdata>
41279@end smallexample
41280
41281Each item should include a column whose name is @samp{pid}. The value
41282of that column should identify the process on the target. The
41283@samp{user} and @samp{command} columns are optional, and will be
dc146f7c
VP
41284displayed by @value{GDBN}. The @samp{cores} column, if present,
41285should contain a comma-separated list of cores that this process
41286is running on. Target may provide additional columns,
07e059b5
VP
41287which @value{GDBN} currently ignores.
41288
05c8c3f5
TT
41289@node Trace File Format
41290@appendix Trace File Format
41291@cindex trace file format
41292
41293The trace file comes in three parts: a header, a textual description
41294section, and a trace frame section with binary data.
41295
41296The header has the form @code{\x7fTRACE0\n}. The first byte is
41297@code{0x7f} so as to indicate that the file contains binary data,
41298while the @code{0} is a version number that may have different values
41299in the future.
41300
41301The description section consists of multiple lines of @sc{ascii} text
41302separated by newline characters (@code{0xa}). The lines may include a
41303variety of optional descriptive or context-setting information, such
41304as tracepoint definitions or register set size. @value{GDBN} will
41305ignore any line that it does not recognize. An empty line marks the end
41306of this section.
41307
41308@c FIXME add some specific types of data
41309
41310The trace frame section consists of a number of consecutive frames.
41311Each frame begins with a two-byte tracepoint number, followed by a
41312four-byte size giving the amount of data in the frame. The data in
41313the frame consists of a number of blocks, each introduced by a
41314character indicating its type (at least register, memory, and trace
41315state variable). The data in this section is raw binary, not a
41316hexadecimal or other encoding; its endianness matches the target's
41317endianness.
41318
41319@c FIXME bi-arch may require endianness/arch info in description section
41320
41321@table @code
41322@item R @var{bytes}
41323Register block. The number and ordering of bytes matches that of a
41324@code{g} packet in the remote protocol. Note that these are the
41325actual bytes, in target order and @value{GDBN} register order, not a
41326hexadecimal encoding.
41327
41328@item M @var{address} @var{length} @var{bytes}...
41329Memory block. This is a contiguous block of memory, at the 8-byte
41330address @var{address}, with a 2-byte length @var{length}, followed by
41331@var{length} bytes.
41332
41333@item V @var{number} @var{value}
41334Trace state variable block. This records the 8-byte signed value
41335@var{value} of trace state variable numbered @var{number}.
41336
41337@end table
41338
41339Future enhancements of the trace file format may include additional types
41340of blocks.
41341
90476074
TT
41342@node Index Section Format
41343@appendix @code{.gdb_index} section format
41344@cindex .gdb_index section format
41345@cindex index section format
41346
41347This section documents the index section that is created by @code{save
41348gdb-index} (@pxref{Index Files}). The index section is
41349DWARF-specific; some knowledge of DWARF is assumed in this
41350description.
41351
41352The mapped index file format is designed to be directly
41353@code{mmap}able on any architecture. In most cases, a datum is
41354represented using a little-endian 32-bit integer value, called an
41355@code{offset_type}. Big endian machines must byte-swap the values
41356before using them. Exceptions to this rule are noted. The data is
41357laid out such that alignment is always respected.
41358
41359A mapped index consists of several areas, laid out in order.
41360
41361@enumerate
41362@item
41363The file header. This is a sequence of values, of @code{offset_type}
41364unless otherwise noted:
41365
41366@enumerate
41367@item
796a7ff8 41368The version number, currently 8. Versions 1, 2 and 3 are obsolete.
481860b3 41369Version 4 uses a different hashing function from versions 5 and 6.
b6ba681c
TT
41370Version 6 includes symbols for inlined functions, whereas versions 4
41371and 5 do not. Version 7 adds attributes to the CU indices in the
796a7ff8
DE
41372symbol table. Version 8 specifies that symbols from DWARF type units
41373(@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
41374compilation unit (@samp{DW_TAG_comp_unit}) using the type.
41375
41376@value{GDBN} will only read version 4, 5, or 6 indices
e615022a 41377by specifying @code{set use-deprecated-index-sections on}.
796a7ff8
DE
41378GDB has a workaround for potentially broken version 7 indices so it is
41379currently not flagged as deprecated.
90476074
TT
41380
41381@item
41382The offset, from the start of the file, of the CU list.
41383
41384@item
41385The offset, from the start of the file, of the types CU list. Note
41386that this area can be empty, in which case this offset will be equal
41387to the next offset.
41388
41389@item
41390The offset, from the start of the file, of the address area.
41391
41392@item
41393The offset, from the start of the file, of the symbol table.
41394
41395@item
41396The offset, from the start of the file, of the constant pool.
41397@end enumerate
41398
41399@item
41400The CU list. This is a sequence of pairs of 64-bit little-endian
41401values, sorted by the CU offset. The first element in each pair is
41402the offset of a CU in the @code{.debug_info} section. The second
41403element in each pair is the length of that CU. References to a CU
41404elsewhere in the map are done using a CU index, which is just the
414050-based index into this table. Note that if there are type CUs, then
41406conceptually CUs and type CUs form a single list for the purposes of
41407CU indices.
41408
41409@item
41410The types CU list. This is a sequence of triplets of 64-bit
41411little-endian values. In a triplet, the first value is the CU offset,
41412the second value is the type offset in the CU, and the third value is
41413the type signature. The types CU list is not sorted.
41414
41415@item
41416The address area. The address area consists of a sequence of address
41417entries. Each address entry has three elements:
41418
41419@enumerate
41420@item
41421The low address. This is a 64-bit little-endian value.
41422
41423@item
41424The high address. This is a 64-bit little-endian value. Like
41425@code{DW_AT_high_pc}, the value is one byte beyond the end.
41426
41427@item
41428The CU index. This is an @code{offset_type} value.
41429@end enumerate
41430
41431@item
41432The symbol table. This is an open-addressed hash table. The size of
41433the hash table is always a power of 2.
41434
41435Each slot in the hash table consists of a pair of @code{offset_type}
41436values. The first value is the offset of the symbol's name in the
41437constant pool. The second value is the offset of the CU vector in the
41438constant pool.
41439
41440If both values are 0, then this slot in the hash table is empty. This
41441is ok because while 0 is a valid constant pool index, it cannot be a
41442valid index for both a string and a CU vector.
41443
41444The hash value for a table entry is computed by applying an
41445iterative hash function to the symbol's name. Starting with an
41446initial value of @code{r = 0}, each (unsigned) character @samp{c} in
559a7a62
JK
41447the string is incorporated into the hash using the formula depending on the
41448index version:
41449
41450@table @asis
41451@item Version 4
41452The formula is @code{r = r * 67 + c - 113}.
41453
156942c7 41454@item Versions 5 to 7
559a7a62
JK
41455The formula is @code{r = r * 67 + tolower (c) - 113}.
41456@end table
41457
41458The terminating @samp{\0} is not incorporated into the hash.
90476074
TT
41459
41460The step size used in the hash table is computed via
41461@code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
41462value, and @samp{size} is the size of the hash table. The step size
41463is used to find the next candidate slot when handling a hash
41464collision.
41465
41466The names of C@t{++} symbols in the hash table are canonicalized. We
41467don't currently have a simple description of the canonicalization
41468algorithm; if you intend to create new index sections, you must read
41469the code.
41470
41471@item
41472The constant pool. This is simply a bunch of bytes. It is organized
41473so that alignment is correct: CU vectors are stored first, followed by
41474strings.
41475
41476A CU vector in the constant pool is a sequence of @code{offset_type}
41477values. The first value is the number of CU indices in the vector.
156942c7
DE
41478Each subsequent value is the index and symbol attributes of a CU in
41479the CU list. This element in the hash table is used to indicate which
41480CUs define the symbol and how the symbol is used.
41481See below for the format of each CU index+attributes entry.
90476074
TT
41482
41483A string in the constant pool is zero-terminated.
41484@end enumerate
41485
156942c7
DE
41486Attributes were added to CU index values in @code{.gdb_index} version 7.
41487If a symbol has multiple uses within a CU then there is one
41488CU index+attributes value for each use.
41489
41490The format of each CU index+attributes entry is as follows
41491(bit 0 = LSB):
41492
41493@table @asis
41494
41495@item Bits 0-23
41496This is the index of the CU in the CU list.
41497@item Bits 24-27
41498These bits are reserved for future purposes and must be zero.
41499@item Bits 28-30
41500The kind of the symbol in the CU.
41501
41502@table @asis
41503@item 0
41504This value is reserved and should not be used.
41505By reserving zero the full @code{offset_type} value is backwards compatible
41506with previous versions of the index.
41507@item 1
41508The symbol is a type.
41509@item 2
41510The symbol is a variable or an enum value.
41511@item 3
41512The symbol is a function.
41513@item 4
41514Any other kind of symbol.
41515@item 5,6,7
41516These values are reserved.
41517@end table
41518
41519@item Bit 31
41520This bit is zero if the value is global and one if it is static.
41521
41522The determination of whether a symbol is global or static is complicated.
41523The authorative reference is the file @file{dwarf2read.c} in
41524@value{GDBN} sources.
41525
41526@end table
41527
41528This pseudo-code describes the computation of a symbol's kind and
41529global/static attributes in the index.
41530
41531@smallexample
41532is_external = get_attribute (die, DW_AT_external);
41533language = get_attribute (cu_die, DW_AT_language);
41534switch (die->tag)
41535 @{
41536 case DW_TAG_typedef:
41537 case DW_TAG_base_type:
41538 case DW_TAG_subrange_type:
41539 kind = TYPE;
41540 is_static = 1;
41541 break;
41542 case DW_TAG_enumerator:
41543 kind = VARIABLE;
41544 is_static = (language != CPLUS && language != JAVA);
41545 break;
41546 case DW_TAG_subprogram:
41547 kind = FUNCTION;
41548 is_static = ! (is_external || language == ADA);
41549 break;
41550 case DW_TAG_constant:
41551 kind = VARIABLE;
41552 is_static = ! is_external;
41553 break;
41554 case DW_TAG_variable:
41555 kind = VARIABLE;
41556 is_static = ! is_external;
41557 break;
41558 case DW_TAG_namespace:
41559 kind = TYPE;
41560 is_static = 0;
41561 break;
41562 case DW_TAG_class_type:
41563 case DW_TAG_interface_type:
41564 case DW_TAG_structure_type:
41565 case DW_TAG_union_type:
41566 case DW_TAG_enumeration_type:
41567 kind = TYPE;
41568 is_static = (language != CPLUS && language != JAVA);
41569 break;
41570 default:
41571 assert (0);
41572 @}
41573@end smallexample
41574
aab4e0ec 41575@include gpl.texi
eb12ee30 41576
e4c0cfae
SS
41577@node GNU Free Documentation License
41578@appendix GNU Free Documentation License
6826cf00
EZ
41579@include fdl.texi
41580
00595b5e
EZ
41581@node Concept Index
41582@unnumbered Concept Index
c906108c
SS
41583
41584@printindex cp
41585
00595b5e
EZ
41586@node Command and Variable Index
41587@unnumbered Command, Variable, and Function Index
41588
41589@printindex fn
41590
c906108c 41591@tex
984359d2 41592% I think something like @@colophon should be in texinfo. In the
c906108c
SS
41593% meantime:
41594\long\def\colophon{\hbox to0pt{}\vfill
41595\centerline{The body of this manual is set in}
41596\centerline{\fontname\tenrm,}
41597\centerline{with headings in {\bf\fontname\tenbf}}
41598\centerline{and examples in {\tt\fontname\tentt}.}
41599\centerline{{\it\fontname\tenit\/},}
41600\centerline{{\bf\fontname\tenbf}, and}
41601\centerline{{\sl\fontname\tensl\/}}
41602\centerline{are used for emphasis.}\vfill}
41603\page\colophon
984359d2 41604% Blame: doc@@cygnus.com, 1991.
c906108c
SS
41605@end tex
41606
c906108c 41607@bye
This page took 7.274854 seconds and 4 git commands to generate.